body {
  min-width: 7.5rem;
  overflow-x: hidden;
  background: #ffffff;
}
section {
  padding: 0.01rem 0;
  margin: 0 auto;
  font-family: "OPPO Sans";
}
.wid,
.wrap {
  width: 7rem;
  margin: 0 auto;
  padding: 0.01rem 0;
}
aside {
  display: none;
}
.banner {
  height: 7.2rem;
  background: url("../images/banner.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.banner .ban {
  position: relative;
  height: 100%;
  width: 100%;
}
.banner .ban .ban2 {
  position: absolute;
  left: 0;
  top: 3rem;
  width: 2rem;
}
.banner .ban .ban4 {
  position: absolute;
  top: 4rem;
  right: 0;
  width: 1.8rem;
}
.banner .ban .ban1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0.9rem;
}
.banner .ban .ban1 .year {
  width: 6.06rem;
  height: 1.13rem;
  line-height: 1rem;
  margin: 0 -0.29rem 0 1.16rem;
  background: url("../images/ban3.png") no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
}
.banner .ban .ban1 .year span {
  font-size: 0.53rem;
  color: #003399;
  font-style: italic;
  text-shadow: 0.02rem 0.02rem 0.01rem #fff, -0.02rem -0.02rem 0.01rem #fff, -0.02rem 0.02rem 0.01rem #fff, 0.02rem -0.02rem 0.01rem #fff, 0 0.03rem 0.01rem #fff, 0 -0.03rem 0.01rem #fff, -0.03rem 0 0.01rem #fff, 0.03rem 0 0.01rem #fff;
}
.banner .ban .ban1 .book {
  width: 1rem;
  animation: blink 1s linear infinite alternate;
  -webkit-animation: blink 1s linear infinite alternate;
}
.banner .ban .ban0 {
  position: relative;
  display: block;
  margin: -0.31rem auto 0.5rem;
  z-index: 2;
  width: 60%;
}
.banner .ban .banBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner .ban .banBtn .colorBlue {
  color: #2e63e9;
}
.banner .ban .banBtn .colorWhite {
  color: #ffffff;
}
.banner .ban .banBtn .colorOrange {
  color: #ff6633;
}
.banner .ban .banBtn .colorYellow {
  color: #fff960;
}
.banner .ban .banBtn span {
  width: 2.7rem;
  height: 0.9rem;
  line-height: 0.8rem;
  margin: 0;
  font-size: 0.3rem;
  text-align: center;
  font-weight: 700;
  background: url("../images/banbtn1.png") no-repeat center center;
  background-size: 100% 100%;
}
.banner .ban .banBtn span:nth-of-type(even) {
  background-image: url("../images/banbtn2.png");
}
.title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 0.46rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: #000000;
}
.title::after {
  position: absolute;
  content: '';
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.07rem;
  height: 0.04rem;
  background: url("../images/title3.png") no-repeat center center;
  background-size: 100% 100%;
}
.title span {
  color: #2c5aee;
}
.title b {
  width: 0.13rem;
}
.title img {
  display: none;
}
.commonBtn {
  display: block;
  width: 3.56rem;
  height: 0.7rem;
  line-height: 0.6rem;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  margin: 0.34rem auto 0;
  font-size: 0.28rem;
  cursor: pointer;
  background: url("../images/jdbtnbg.png") no-repeat center center;
  background-size: 100% 100%;
}
.jieZou {
  padding-top: 0.3rem;
  background: #eaf7ff;
  background: -webkit-linear-gradient(to bottom, #d4eeff, #fff);
  background: linear-gradient(to bottom, #d4eeff, #fff);
}
.jieZou .jd {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}
.jieZou .jd .item {
  width: 70%;
}
.jieZou .jd .item h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  font-size: 0.34rem;
  color: #ffffff;
  font-weight: 700;
  margin: 0 auto;
  line-height: 0.7rem;
  background: #2c5aee;
  border-radius: 0.16rem 0.16rem 0 0;
}
.jieZou .jd .item h2 img {
  width: 0.25rem;
  margin: 0 0.12rem;
}
.jieZou .jd .item h2 img:last-of-type {
  transform: rotate(180deg);
}
.jieZou .jd .item .cont {
  width: 100%;
  background: #ffffff;
  border-radius: 0.16rem;
  height: 2.33rem;
  text-align: center;
}
.jieZou .jd .item .cont p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
  font-size: 0.28rem;
  line-height: 0.38rem;
  font-weight: 500;
}
.jieZou .jd .item .cont span {
  font-size: 0.24rem;
  color: #3366ff;
  padding: 0.1rem 0.1rem;
  border-radius: 1rem;
  border: 0.01rem solid #3366ff;
}
.jieZou .jd .item .cont span i {
  margin: 0 -0.05rem;
}
.jieZou .jd .item:nth-of-type(even) {
  order: 1;
}
.jieZou .jd .item:nth-of-type(even) h2 {
  background: #ff6533;
  background: -webkit-linear-gradient(to right, #ff9733, #ff3333);
  background: linear-gradient(to right, #ff9733, #ff3333);
}
.jieZou .jd .item:nth-of-type(even) .cont span {
  color: #ff3733;
  border: 0.01rem solid #ff3733;
}
.jieZou .commonBtn {
  margin: 0.34rem auto 0.7rem;
}
.wenti {
  padding-top: 0.2rem;
}
.wenti .wt {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 96%;
  margin: 0 auto;
}
.wenti .wt .sbtns {
  width: 0.34rem;
  margin-top: 1.45rem;
  cursor: pointer;
  opacity: 0.6;
}
.wenti .wt .sbtns:hover {
  opacity: 1;
}
.wenti .wt .swiper {
  width: 11.85rem;
  overflow: hidden;
  margin: 0 0.05rem;
}
.wenti .wt .swiper .swiper-slide {
  background: #ffffff;
}
.wenti .wt .swiper .swiper-slide .slide_top {
  font-size: 0.36rem;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  height: 1.32rem;
  background: url("../images/wtslide1a.png") no-repeat center center;
  background-size: 100% 100%;
}
.wenti .wt .swiper .swiper-slide .slide_top span {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.02rem;
  width: 100%;
  height: 100%;
  background: rgba(89, 140, 242, 0.7);
}
.wenti .wt .swiper .swiper-slide .slide_btm {
  width: 100%;
  padding-top: 0.01rem;
  height: 2.2rem;
  border: 0.01rem solid #3366ff;
  border-top: none;
  text-align: center;
}
.wenti .wt .swiper .swiper-slide .slide_btm .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.68rem;
  height: 0.68rem;
  border: 0.04rem solid #fff;
  border-radius: 0.5rem;
  background: #3366ff;
  margin: -0.36rem auto 0;
}
.wenti .wt .swiper .swiper-slide .slide_btm .icon img {
  width: 0.33rem;
}
.wenti .wt .swiper .swiper-slide .slide_btm p {
  font-size: 0.26rem;
  line-height: 0.34rem;
  margin: 0.13rem 0 0.24rem;
}
.wenti .wt .swiper .swiper-slide .slide_btm .swbtn {
  font-size: 0.24rem;
  color: #000000;
  width: 2.4rem;
  line-height: 0.6rem;
  border-radius: 0.5rem;
  cursor: pointer;
  background: #affdd6;
  background: -webkit-linear-gradient(to right, #84feed, #d9fcbe);
  background: linear-gradient(to right, #84feed, #d9fcbe);
  margin: 0 auto;
}
.wenti .wt .swiper .swiper-slide:hover .slide_top span {
  background: rgba(255, 102, 51, 0.7);
}
.wenti .wt .swiper .swiper-slide:hover .slide_btm {
  border-color: #ff6f3f;
}
.wenti .wt .swiper .swiper-slide:hover .slide_btm .icon {
  background: #ff6633;
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}
.wenti .wt .swiper .swiper-slide:hover .slide_btm .btn {
  background: #ff6633;
  color: #ffffff;
}
.wenti .wt .swiper .swiper-slide:hover .slide_btm .swbtn {
  color: #ffffff;
  background: #ff6633;
}
.wenti .wt .swiper .wtslide2 .slide_top {
  background-image: url("../images/wtslide2a.png");
}
.wenti .wt .swiper .wtslide3 .slide_top {
  background-image: url("../images/wtslide3a.png");
}
.wenti .wt .swiper .wtslide4 .slide_top {
  background-image: url("../images/wtslide4a.png");
}
.wenti .wt .swiper .wtslide5 .slide_top {
  background-image: url("../images/wtslide5a.png");
}
.xiangmuhz {
  padding: 0.4rem 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.54rem;
  gap: 0 0.3rem;
  background: url("../images/wtxiangmubg.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.xiangmuhz img {
  display: none;
}
.xiangmuhz .item {
  width: 40%;
}
.xiangmuhz .item .mokuai {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
  width: 100%;
}
.xiangmuhz .item .mokuai p {
  font-size: 0.26rem;
  color: #ffffff;
  font-weight: lighter;
}
.xiangmuhz .item .mokuai p b {
  display: block;
  font-size: 0.3rem;
  font-weight: 700;
  margin-bottom: 0.08rem;
}
.xiangmuhz .item .mokuai .xmhzbtn {
  width: 1.5rem;
  line-height: 0.45rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 0.28rem;
  cursor: pointer;
  color: #1c51eb;
  margin-right: 0;
  background: #e7efff;
}
.xiangmuhz .item .mokuai .xmhzbtn:hover {
  color: #ffffff;
  background: #ff6633;
}
.xiangmuhz .item img {
  display: none;
}
.xiangmuhz .shuxu {
  height: 1.4rem;
  margin: 0 0.3rem 0 0.14rem;
}
.youshi {
  padding: 1.1rem 0 0.4rem;
}
.youshi .title {
  letter-spacing: -0.05rem;
}
.youshi .ys {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.2rem 0.1rem;
}
.youshi .ys .item {
  width: 49%;
  height: auto;
  border-radius: 0.31rem;
  color: #ffffff;
  padding: 0.3rem 0.2rem;
  background: url("../images/youshi1.jpg") no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
}
.youshi .ys .item h5 {
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 0.42rem;
}
.youshi .ys .item p {
  font-size: 0.28rem;
  line-height: 0.38rem;
  margin: 0.24rem 0;
}
.youshi .ys .item .ysbtn {
  width: 1.68rem;
  line-height: 0.48rem;
  text-align: center;
  font-size: 0.26rem;
  border-radius: 0.12rem;
  color: #5185fd;
  background: #ffffff;
  cursor: pointer;
  font-weight: 700;
}
.youshi .ys .item .ysbtn:hover {
  color: #000000;
  background: #abfdd4;
  background: -webkit-linear-gradient(to right, #7efeeb, #d7fcbd);
  background: linear-gradient(to right, #7efeeb, #d7fcbd);
}
.youshi .ys .item2 {
  background-image: url("../images/youshi2.jpg");
  margin-top: 0;
}
.youshi .ys .item2 p {
  letter-spacing: -0.02rem;
}
.youshi .ys .item3 {
  background-image: url("../images/youshi3.jpg");
  margin-top: 0;
}
.youshi .ys .item4 {
  background-image: url("../images/youshi4.jpg");
}
.qianghua {
  padding-top: 0.88rem;
  background: url("../images/qianghua.jpg") no-repeat top center;
  background-size: 100% 3.46rem;
}
.qianghua .qh {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  margin: 0 auto;
  overflow: hidden;
  height: 4.88rem;
}
.qianghua .qh .item {
  position: relative;
  height: 3.88rem;
  text-align: center;
  padding: 0 0.13rem;
  background: url("../images/qhitem.png") no-repeat top center;
  background-size: 100% 3.88rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.qianghua .qh .item:after {
  position: absolute;
  content: '';
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.26rem;
  height: 0.26rem;
  border: 0.04rem solid #ccffff;
  border-radius: 0.5rem;
  background: #3366ff;
  box-sizing: border-box;
}
.qianghua .qh .item:hover .icon {
  background: #ff6633;
}
.qianghua .qh .item:hover .line {
  border-bottom: 0.02rem solid #ff6633;
}
.qianghua .qh .item:hover:after {
  background: #ff6633;
  border: 0.04rem solid #ffe1d8;
}
.qianghua .qh .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.26rem auto 0.2rem;
  width: 0.76rem;
  height: 0.76rem;
  background: #3366ff;
  border-radius: 0.5rem;
}
.qianghua .qh .item .icon img {
  width: 50%;
}
.qianghua .qh .item h5 {
  font-size: 0.3rem;
  font-weight: 700;
}
.qianghua .qh .item .line {
  width: 0.5rem;
  border-bottom: 0.02rem solid #92adff;
  margin: 0.15rem auto 0.2rem;
}
.qianghua .qh .item p {
  font-size: 0.22rem;
  line-height: 0.28rem;
}
.qianghua .nv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 7rem;
  margin: -0.92rem auto 0;
}
.qianghua .nv i {
  flex: 1;
  height: 0.02rem;
  background: #3366ff;
}
.qianghua .nv img {
  width: 0.34rem;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.qianghua .nv img:hover {
  transform: scale(1.2);
}
.tixi {
  height: auto;
  padding: 0.7rem 0;
  background: #f6f9ff;
  background: -webkit-linear-gradient(to bottom, #fff, #edf3ff);
  background: linear-gradient(to bottom, #fff, #edf3ff);
}
.tixi .tx {
  position: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.32rem auto 0;
  width: 87%;
  height: auto;
  background: none;
}
.tixi .tx .tx_center {
  font-size: 0.4rem;
  color: #000000;
  text-align: center;
  line-height: 0.31rem;
  font-weight: 700;
  width: 100%;
  margin-bottom: 0.25rem;
  animation: none;
}
.tixi .tx .tx_center .zhanwei {
  display: none;
}
.tixi .tx .item {
  display: flex;
  align-items: center;
  margin: 0.1rem 0;
}
.tixi .tx .item span,
.tixi .tx .item i {
  position: initial;
}
.tixi .tx .item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
  color: #ffffff;
  font-size: 0.3rem;
  border-radius: 0.5rem;
  border: 0.01rem solid #fff;
  background: #09b7ff;
  -webkit-box-shadow: 0.02rem 0.02rem 0.05rem 0 #b2d6f5;
  box-shadow: 0.02rem 0.02rem 0.05rem 0 #b2d6f5;
}
.tixi .tx .item i {
  width: 5.7rem;
  padding: 0.12rem 0.15rem;
  font-size: 0.26rem;
  line-height: 0.38rem;
  text-align: center;
  margin-left: 0.2rem;
  color: #3f4346;
  border: 0.01rem solid #6385f3;
  background: #ffffff;
  border-radius: 0.15rem;
}
.tixi .tx .item.active span {
  background: #ff5b5b;
  -webkit-box-shadow: 0.02rem 0.02rem 0.05rem 0 #fab6b6;
  box-shadow: 0.02rem 0.02rem 0.05rem 0 #fab6b6;
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}
.tixi .tx .item.active i {
  color: #ffffff;
  background: #09b7ff;
  border-color: #049ddc;
}
.tixi .tx_btm {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 0.32rem 0.5rem;
  z-index: 2;
  width: 88%;
  height: auto;
  margin: 0.5rem auto 0;
  padding: 0.4rem 0;
  border-radius: 0.2rem;
  background: url("../images/tx_btm.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.tixi .tx_btm .item {
  display: flex;
  align-items: center;
  width: 2.6rem;
  height: 0.66rem;
  border-radius: 0.09rem 0.5rem 0.5rem 0.09rem;
  background: #ffffff;
}
.tixi .tx_btm .item:hover img {
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}
.tixi .tx_btm .item img {
  width: 0.34rem;
  margin: 0 0.15rem 0 0.2rem;
}
.tixi .tx_btm .item span {
  font-size: 0.24rem;
  color: #2c5aee;
  font-weight: 700;
}
.tixi .tx_btm .item i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -0.15rem 0 auto;
  color: #ffffff;
  font-size: 0.22rem;
  line-height: 0.3rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.5rem;
  cursor: pointer;
  background: url("../images/txbtn.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-shadow: -0.02rem 0.05rem 0.08rem 0 rgba(13, 85, 223, 0.6);
  box-shadow: -0.02rem 0.05rem 0.08rem 0 rgba(13, 85, 223, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tixi .tx_btm .item i:hover {
  background-image: url(../images/txbtns.png);
  -webkit-box-shadow: -0.02rem 0.05rem 0.08rem 0 rgba(255, 102, 0, 0.6);
  box-shadow: -0.02rem 0.05rem 0.08rem 0 rgba(255, 102, 0, 0.6);
  transform: scale(1.05);
}
.fuwu {
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
  background: #5edbf9;
}
.fuwu .fw {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  gap: 0.12rem;
  width: 100%;
  height: auto;
  margin: 0.44rem auto 0;
  background: none;
}
.fuwu .fw .item {
  width: 2.27rem;
  height: 2.62rem;
  text-align: center;
  background: url("../images/fwitem.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fuwu .fw .item img {
  display: block;
  width: 0.54rem;
  margin: 0.3rem auto 0;
}
.fuwu .fw .item h6 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #2c5aee;
  margin: 0.16rem 0 0.1rem;
}
.fuwu .fw .item p {
  font-size: 0.22rem;
  color: #000000;
  line-height: 0.34rem;
}
.fuwu .fw .item.active {
  background-image: url(../images/fwitem1.png);
  transform: scale(1.03);
}
.fuwu .fw .item.active h6 {
  color: #000000;
}
.jixun {
  padding-top: 1rem;
}
.jixun table {
  text-align: center;
  border-radius: 0.2rem 0.2rem 0 0;
  overflow: hidden;
  width: 90%;
}
.jixun th {
  background: #3366ff;
  color: #ffffff;
  border: 0.01rem solid #6699ff;
  line-height: 0.76rem;
  font-size: 0.3rem;
  font-weight: 700;
}
.jixun th:nth-of-type(1) {
  width: 12%;
}
.jixun th:nth-of-type(2) {
  width: 26%;
}
.jixun th:nth-of-type(3) {
  width: 30.5%;
}
.jixun th:nth-of-type(4) {
  width: 18%;
}
.jixun td {
  padding: 0.18rem 0;
  font-size: 0.25rem;
  line-height: 0.3rem;
  border: 0.01rem solid #6699ff;
}
.jixun td:first-child {
  color: #3366ff;
  font-weight: 700;
}
.jixun .jx_btm {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.2rem;
  width: 100%;
  height: auto;
  margin: 0.3rem auto 0.5rem;
  padding-left: 0;
  background: none;
}
.jixun .jx_btm .item {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  font-size: 0.26rem;
  font-weight: 500;
  color: #ffffff;
  border: 0.05rem solid #ccffff;
  background: #3a9dfd;
  background: -webkit-linear-gradient(300deg, #1bb9ff, #5981fb);
  background: linear-gradient(to 300deg, #1bb9ff, #5981fb);
}
.jixun .jx_btm .item b {
  font-weight: 700;
  font-size: 0.3rem;
  margin-bottom: 0.1rem;
}
.jixun .jx_btm .item span {
  font-weight: 400;
}
.jixun .jx_btm .item5 {
  position: relative;
}
.jixun .jx_btm .item9 {
  order: 1;
}
.jixun .jx_btm .item8 {
  order: 2;
}
.jixun .jx_btm .item7 {
  order: 3;
}
.jixun .jx_btm .item6 {
  order: 4;
}
.jixun .jx_btm .item_red {
  border-color: #fae4cf;
  background: #ff6633;
  background: -webkit-linear-gradient(0deg, #ff9833, #ff3433);
  background: linear-gradient(to 0deg, #ff9833, #ff3433);
}
.shizi {
  margin-top: 0.25rem;
  padding: 0.83rem 0 0.64rem;
  background: #edf3ff;
}
.shizi .sz {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 0.2rem 0.22rem;
  width: 100%;
}
.shizi .sz .item {
  width: 2.93rem;
}
.shizi .sz .item .sz1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  height: 2.95rem;
  background: url("../images/sz1.png") no-repeat center center;
  background-size: 100% 100%;
}
.shizi .sz .item .sz1 img {
  min-height: 100%;
  width: 92%;
}
.shizi .sz .item .sz2 {
  width: 100%;
  height: 0.53rem;
  line-height: 0.48rem;
  color: #ffffff;
  font-size: 0.28rem;
  padding-left: 0.28rem;
  background: url("../images/sz2.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.shizi .sz .item .sz3 {
  height: 2.4rem;
  background: #ffffff;
  color: #3f4346;
  font-size: 0.24rem;
  line-height: 0.34rem;
  padding: 0.08rem 0.15rem 0;
}
.shizi .sz .item .sz3 i {
  display: block;
  margin-bottom: 0.1rem;
  color: #000000;
}
.houqin {
  padding: 0.96rem 0 0.23rem;
}
.houqin .hq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.17rem 0.08rem;
}
.houqin .hq img {
  width: 2.1rem;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.houqin .hq img.active {
  transform: scale(1.03);
  -webkit-box-shadow: 0 0 0.1rem 0.02rem #55b4f8;
  box-shadow: 0 0 0.1rem 0.02rem #55b4f8;
}
.houqin .hq img:nth-of-type(1) {
  border-top-left-radius: 0.2rem;
}
.houqin .hq img:nth-of-type(10) {
  border-bottom-left-radius: 0.2rem;
}
.houqin .hq img:nth-of-type(3) {
  border-top-right-radius: 0.2rem;
}
.houqin .hq img:nth-of-type(12) {
  border-bottom-right-radius: 0.2rem;
}
.tool {
  padding: 0.85rem 0 0.58rem;
  background: #edf3ff;
}
.tool .tl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.4rem 0.3rem;
}
.tool .tl .item span {
  display: block;
  font-size: 0.24rem;
  color: #000000;
  width: 2.4rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  background: #affdd6;
  background: -webkit-linear-gradient(to right, #84feed, #d9fcbe);
  background: linear-gradient(to right, #84feed, #d9fcbe);
  margin: 0 auto 0.15rem;
}
.tool .tl .item .ewm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  background: #ffffff;
}
.tool .tl .item .ewm img {
  width: 81%;
}
.rongyu {
  display: none;
  padding-top: 1.04rem;
}
.enterprise-honor_box {
  background: #ffffff !important;
}
.enterprise-honor_box .honor_top {
  display: none !important;
}
#branchSchool-wrapper {
  display: none !important;
}
/*# sourceMappingURL=main-m.css.map */