* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.nav {
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  padding: 0.5rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.nav img {
  margin-right: 0.2rem;
  width: 1.2rem !important;
}
.banner {
  background-image: url(/jc/img/sj.jpg);
  background-repeat: no-repeat;
  color: #fff;
  background-size: 100% 100%;
  height: 9rem;
  width: 100%;
}

.banner .cover {
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 8rem;
  letter-spacing: 3px;
  background-color: rgba(0, 0, 0, 0.4);
}

.tabhd {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  justify-content: space-around;
}

.tabhd li {
  padding: 0.8rem;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #eee;
  /* line-height: ; */
}
.tabhd li.active {
  background-color: #1890ff;
}
.tabhd li.active a {
  color: #fff;
}
img {
  width: 100%;
}
.con-body {
  padding: 1rem;
}
.con-body p {
  margin: 1rem 0;
}
.red {
  color: #f00;
}
