.show {
  display: block;
}
.hide {
  display: none;
}
.content {
  margin-bottom: 90px;
}
.content .tab-list .jzTab {
  margin-top: 3em;
  width: 100%;
  list-style: none;
  height: 70px;
  display: flex;
  align-items: center;
  background-color: #f6faff;
}
.content .tab-list .jzTab li {
  flex: 1;
  width: 25%;
  line-height: 45px;
  height: 45px;
  font-size: 18px;
  text-align: center;
  color: #666666;
  margin-left: 45px;
  margin-right: 45px;
}
.content .tab-list .jzTab .active {
  width: 30px;
  background-color: #1492ff;
  color: #fff;
  border-radius: 5px;
}
.content .jzTitle {
  margin: 3em auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .jzTitle .sanjiaoxing {
  width: 21px;
  height: 27px;
}
.content .jzTitle .yuanxing {
  width: 51px;
  height: 37px;
}
.content .jzTitle p {
  line-height: 2em;
  text-align: center;
  margin: 0 0.7em;
  font-size: 28px;
  color: #43a8ff;
  font-weight: 600;
}
.content .jz_title {
  width: 220px;
  margin: 60px auto;
}
.content .jz_main {
  width: 100%;
}
.content .jz_main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.content .jz_main ul li {
  width: 18%;
  height: 11rem;
  margin-right: 30px;
  margin-bottom: 25px;
  background-color: #f6faff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.content .jz_main ul li .img {
  width: 98px;
  height: 98px;
  border-radius: 80%;
  margin-bottom: 20px;
}
.content .jz_main ul li .img-top {
  width: 115px;
  height: 115px;
  display: none;
  position: absolute;
  margin-bottom: 40px;
  z-index: 99;
}
.content .jz_main ul li p {
  color: #0f90e4;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .jz_main ul li:hover {
  background: #0f90e4;
}
.content .jz_main ul li:hover p {
  color: #fff;
}
.content .jz_main ul li:hover .img-top {
  display: inline;
}
.content .jz_main ul li:nth-child(5n) {
  margin-right: 0px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .content .jz_main ul li {
    width: 17.5%;
    margin-left: 1rem;
    margin-right: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .content .jz_main ul li {
    width: 44%;
    margin-left: 1.5rem;
    margin-right: 0px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .content .jz_main ul li {
    width: 45%;
    margin-left: 15px;
    margin-right: 0px;
  }
  .zwxmt_inNav li i {
    bottom: 13px;
  }
  .zwxmt_inNav li:hover i {
    bottom: 13px;
  }
}
@media screen and (max-width: 575px) {
  .content .jz_main ul li {
    width: 44%;
    margin-left: 15px;
    margin-right: 0px;
    height: 18rem;
  }
  .content .jz_main ul li p {
    font-size: 1.2rem;
  }
  .content .tab-list .jzTab li {
    margin-left: 0.3em;
    margin-right: 0.3em;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
  }
}
