@media screen and (max-width: 1240px) {
  #header-wrapper,
  #branchSchool-wrapper,
  #footer-wrapper,
  aside {
    display: none;
  }
}
body {
  min-width: 1246px;
  overflow-x: hidden;
  background: #ffffff;
}
section {
  padding: 1px 0;
  margin: 0 auto;
  font-family: "OPPO Sans";
}
.wid,
.wrap {
  width: 1246px;
  margin: 0 auto;
  padding: 1px 0;
}
aside {
  position: fixed;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  z-index: 11;
}
aside .close1 {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 28px;
  cursor: pointer;
  opacity: 0.2;
  z-index: 5;
}
aside:hover .close1 {
  opacity: 1;
}
aside .aside1 {
  display: block;
  width: 263px;
  height: 176px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: url("../images/aside1.png") no-repeat center center;
  background-size: 100% 100%;
}
aside .aside1 img {
  display: block;
  margin: 111px auto 0;
}
aside ul {
  padding: 38px 0;
  width: 180px;
  border: 5px solid #fff;
  border-radius: 1rem;
  margin: -37px 0 0 35px;
  border-radius: 20px 20px 100px 100px;
  background: #aafdd5;
  background: -webkit-linear-gradient(to right, #7dfeec, #d6fcbd);
  background: linear-gradient(to right, #7dfeec, #d6fcbd);
}
aside ul a {
  display: block;
  line-height: 42px;
  width: 118px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  color: #000000;
  border-bottom: 1px solid #ffffff;
}
aside ul a:hover {
  color: #2c5aee;
}
aside ul li:last-of-type a {
  border-bottom: 0;
}
aside .asidetop {
  width: 152px;
  line-height: 48px;
  border-radius: 0.5rem;
  text-align: center;
  color: #ffffff;
  background: #ff6633;
  font-weight: 700;
  font-size: 22px;
  margin: -40px 0 0 43px;
  cursor: pointer;
}
aside .asidetop img {
  margin-right: 10px;
  animation: moveY1 1s linear infinite alternate;
  -webkit-animation: moveY1 1s linear infinite alternate;
}
.banner {
  height: 806px;
  background: url("../images/banner.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.banner .ban {
  position: relative;
  height: 100%;
}
.banner .ban .ban2 {
  position: absolute;
  top: 153px;
  left: -68px;
}
.banner .ban .ban4 {
  position: absolute;
  top: 238px;
  right: -135px;
}
.banner .ban .ban1 {
  display: flex;
  align-items: flex-end;
  margin-top: 90px;
}
.banner .ban .ban1 .year {
  width: 606px;
  height: 113px;
  line-height: 100px;
  margin: 0 -29px 0 116px;
  background: url("../images/ban3.png") no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
}
.banner .ban .ban1 .year span {
  font-size: 53px;
  color: #003399;
  font-style: italic;
  text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, 0 3px 1px #fff, 0 -3px 1px #fff, -3px 0 1px #fff, 3px 0 1px #fff;
}
.banner .ban .ban1 .book {
  animation: blink 1s linear infinite alternate;
  -webkit-animation: blink 1s linear infinite alternate;
}
.banner .ban .ban0 {
  position: relative;
  display: block;
  margin: -31px auto 2px;
  z-index: 2;
}
.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: 240px;
  height: 84px;
  line-height: 70px;
  margin: 0 7px;
  font-size: 26px;
  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: 46px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #000000;
}
.title::after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 107px;
  height: 4px;
  background: url("../images/title3.png") no-repeat center center;
  background-size: 100% 100%;
}
.title span {
  color: #2c5aee;
}
.title b {
  width: 13px;
}
.title img {
  width: 29px;
  margin: 0 26px;
}
.commonBtn {
  display: block;
  width: 356px;
  height: 70px;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  margin: 34px auto 0;
  font-size: 28px;
  cursor: pointer;
  background: url("../images/jdbtnbg.png") no-repeat center center;
  background-size: 100% 100%;
}
.jieZou {
  padding-top: 30px;
  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;
  gap: 0 30px;
}
.jieZou .jd .item {
  width: 396px;
}
.jieZou .jd .item h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 auto;
  line-height: 53px;
  background: #2c5aee;
  border-radius: 16px 16px 0 0;
}
.jieZou .jd .item h2 img {
  width: 25px;
  margin: 0 12px;
}
.jieZou .jd .item h2 img:last-of-type {
  transform: rotate(180deg);
}
.jieZou .jd .item .cont {
  width: 100%;
  background: #ffffff;
  border-radius: 0.16rem;
  height: 233px;
  text-align: center;
}
.jieZou .jd .item .cont p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65.7%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.jieZou .jd .item .cont span {
  font-size: 18px;
  color: #3366ff;
  padding: 10px 10px;
  border-radius: 1rem;
  border: 1px solid #3366ff;
}
.jieZou .jd .item .cont span i {
  margin: 0 -5px;
}
.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: 1px solid #ff3733;
}
.jieZou .commonBtn {
  margin: 34px auto 70px;
}
.wenti {
  padding-top: 20px;
}
.wenti .wt {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.wenti .wt .sbtns {
  width: 34px;
  margin-top: 145px;
  cursor: pointer;
  opacity: 0.6;
}
.wenti .wt .sbtns:hover {
  opacity: 1;
}
.wenti .wt .swiper {
  width: 1185px;
  overflow: hidden;
  margin: 0 5px;
}
.wenti .wt .swiper .swiper-slide {
  background: #ffffff;
}
.wenti .wt .swiper .swiper-slide .slide_top {
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  height: 132px;
  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: 2px;
  width: 100%;
  height: 100%;
  background: rgba(89, 140, 242, 0.7);
}
.wenti .wt .swiper .swiper-slide .slide_btm {
  width: 100%;
  padding-top: 1px;
  height: 220px;
  border: 1px 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: 68px;
  height: 68px;
  border: 4px solid #fff;
  border-radius: 0.5rem;
  background: #3366ff;
  margin: -36px auto 0;
}
.wenti .wt .swiper .swiper-slide .slide_btm .icon img {
  width: 33px;
}
.wenti .wt .swiper .swiper-slide .slide_btm p {
  font-size: 22px;
  line-height: 30px;
  margin: 13px 0 24px;
}
.wenti .wt .swiper .swiper-slide .slide_btm .swbtn {
  font-size: 20px;
  color: #000000;
  width: 180px;
  line-height: 46px;
  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 {
  height: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
  background: url("../images/wtxiangmubg.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.xiangmuhz .item {
  width: 264px;
}
.xiangmuhz .item .mokuai {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.xiangmuhz .item .mokuai p {
  font-size: 18px;
  color: #ffffff;
  font-weight: lighter;
}
.xiangmuhz .item .mokuai p b {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.xiangmuhz .item .mokuai .xmhzbtn {
  width: 90px;
  line-height: 26px;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
  color: #1c51eb;
  margin-right: 22px;
  background: #e7efff;
}
.xiangmuhz .item .mokuai .xmhzbtn:hover {
  color: #ffffff;
  background: #ff6633;
}
.xiangmuhz .item img {
  display: block;
  width: 100%;
  margin: 13px 0;
}
.xiangmuhz .shuxu {
  height: 140px;
  margin: 0 30px 0 14px;
}
.youshi {
  padding: 110px 0 40px;
}
.youshi .ys {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 43px;
}
.youshi .ys .item {
  width: 503px;
  height: 403px;
  border-radius: 0.31rem;
  color: #ffffff;
  padding: 78px 0 0 30px;
  background: url("../images/youshi1.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.youshi .ys .item h5 {
  font-size: 32px;
  font-weight: 700;
}
.youshi .ys .item p {
  font-size: 21px;
  line-height: 38px;
  margin: 24px 130px 20px 0;
}
.youshi .ys .item .ysbtn {
  width: 168px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  border-radius: 0.12rem;
  color: #5185fd;
  background: #ffffff;
  cursor: pointer;
}
.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: 32px;
}
.youshi .ys .item3 {
  background-image: url("../images/youshi3.jpg");
  margin-top: -32px;
}
.youshi .ys .item4 {
  background-image: url("../images/youshi4.jpg");
}
.qianghua {
  padding-top: 88px;
  background: url("../images/qianghua.jpg") no-repeat top center;
  background-size: 100% 346px;
}
.qianghua .qh {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1227px;
  margin: 0 auto;
  overflow: hidden;
  height: 488px;
}
.qianghua .qh .item {
  position: relative;
  height: 388px;
  text-align: center;
  padding: 0 30px;
  background: url("../images/qhitem.png") no-repeat top center;
  background-size: 100% 388px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.qianghua .qh .item:after {
  position: absolute;
  content: '';
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  border: 4px 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: 2px solid #ff6633;
}
.qianghua .qh .item:hover:after {
  background: #ff6633;
  border: 4px solid #ffe1d8;
}
.qianghua .qh .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 26px auto 20px;
  width: 76px;
  height: 76px;
  background: #3366ff;
  border-radius: 0.5rem;
}
.qianghua .qh .item h5 {
  font-size: 24px;
  font-weight: 700;
}
.qianghua .qh .item .line {
  width: 50px;
  border-bottom: 2px solid #92adff;
  margin: 15px auto 25px;
}
.qianghua .qh .item p {
  font-size: 18px;
  line-height: 28px;
}
.qianghua .nv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1230px;
  margin: -92px auto 0;
}
.qianghua .nv i {
  flex: 1;
  height: 2px;
  background: #3366ff;
}
.qianghua .nv img {
  width: 34px;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.qianghua .nv img:hover {
  transform: scale(1.2);
}
.tixi {
  height: 1155px;
  padding-top: 70px;
  background: #f6f9ff;
  background: -webkit-linear-gradient(to bottom, #fff, #edf3ff);
  background: linear-gradient(to bottom, #fff, #edf3ff);
}
.tixi .tx {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 132px auto 0;
  width: 694px;
  height: 694px;
  background: url("../images/tx.png") no-repeat center center;
  background-size: 100% 100%;
}
.tixi .tx .tx_center {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 31px;
  font-weight: 700;
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}
.tixi .tx .tx_center .zhanwei {
  display: block;
}
.tixi .tx .item span,
.tixi .tx .item i {
  position: absolute;
}
.tixi .tx .item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  color: #ffffff;
  font-size: 30px;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  background: #09b7ff;
  -webkit-box-shadow: 2px 2px 5px 0 #b2d6f5;
  box-shadow: 2px 2px 5px 0 #b2d6f5;
}
.tixi .tx .item i {
  padding: 8px 20px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #3f4346;
  border: 1px solid #6385f3;
  background: #ffffff;
  border-radius: 0.25rem;
}
.tixi .tx .item1 span {
  top: 125px;
  left: 368px;
}
.tixi .tx .item1 i {
  top: -37px;
  left: 144px;
}
.tixi .tx .item2 span {
  top: 204px;
  left: 492px;
}
.tixi .tx .item2 i {
  top: 158px;
  right: -242px;
  width: 364px;
  letter-spacing: -1px;
  padding: 8px;
}
.tixi .tx .item3 span {
  top: 360px;
  right: 119px;
}
.tixi .tx .item3 i {
  top: 372px;
  right: -297px;
  letter-spacing: -1px;
}
.tixi .tx .item4 span {
  top: 482px;
  right: 189px;
}
.tixi .tx .item4 i {
  top: 538px;
  right: -224px;
  width: 410px;
  padding: 8px;
  letter-spacing: -2px;
}
.tixi .tx .item5 span {
  top: 530px;
  left: 315px;
}
.tixi .tx .item5 i {
  bottom: -20px;
  left: 95px;
}
.tixi .tx .item6 span {
  top: 481px;
  left: 198px;
}
.tixi .tx .item6 i {
  bottom: 78px;
  left: -155px;
}
.tixi .tx .item7 span {
  top: 374px;
  left: 121px;
}
.tixi .tx .item7 i {
  bottom: 212px;
  left: -315px;
}
.tixi .tx .item8 span {
  top: 236px;
  left: 132px;
}
.tixi .tx .item8 i {
  top: 253px;
  left: -240px;
}
.tixi .tx .item9 span {
  top: 142px;
  left: 230px;
}
.tixi .tx .item9 i {
  top: 93px;
  left: -163px;
}
.tixi .tx .item.active span {
  background: #ff5b5b;
  -webkit-box-shadow: 2px 2px 5px 0 #fab6b6;
  box-shadow: 2px 2px 5px 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: 18px 105px;
  z-index: 2;
  width: 1243px;
  height: 229px;
  margin: 110px auto 0;
  border-radius: 120px;
  background: url("../images/tx_btm.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.tixi .tx_btm .item {
  display: flex;
  align-items: center;
  width: 250px;
  height: 66px;
  border-radius: 9px 50px 50px 9px;
  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: 34px;
  margin: 0 15px 0 37px;
}
.tixi .tx_btm .item span {
  font-size: 21px;
  color: #2c5aee;
  font-weight: 700;
}
.tixi .tx_btm .item i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -15px 0 auto;
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  width: 71px;
  height: 70px;
  border-radius: 0.5rem;
  cursor: pointer;
  background: url("../images/txbtn.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-shadow: -2px 5px 8px 0 rgba(13, 85, 223, 0.6);
  box-shadow: -2px 5px 8px 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: -2px 5px 8px 0 rgba(255, 102, 0, 0.6);
  box-shadow: -2px 5px 8px 0 rgba(255, 102, 0, 0.6);
  transform: scale(1.05);
}
.fuwu {
  margin-top: 150px;
  padding-top: 100px;
  padding-bottom: 145px;
  background: url("../images/fuwu.jpg") no-repeat bottom center;
  background-size: 100% 747px;
}
.fuwu .fw {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  gap: 0 42px;
  width: 1212px;
  height: 372px;
  margin: 244px auto 0;
  background: url("../images/fw.png") no-repeat center center;
  background-size: 100% 100%;
}
.fuwu .fw .item {
  width: 227px;
  height: 262px;
  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: 54px;
  margin: 48px auto 0;
}
.fuwu .fw .item h6 {
  font-size: 30px;
  font-weight: bold;
  color: #2c5aee;
  margin: 16px 0 10px;
}
.fuwu .fw .item p {
  font-size: 18px;
  color: #000000;
  line-height: 23px;
}
.fuwu .fw .item.active {
  background-image: url(../images/fwitem1.png);
  transform: scale(1.03);
}
.fuwu .fw .item.active h6 {
  color: #000000;
}
.jixun {
  padding-top: 100px;
}
.jixun table {
  text-align: center;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.jixun th {
  background: #3366ff;
  color: #ffffff;
  border: 1px solid #6699ff;
  line-height: 76px;
  font-size: 30px;
  font-weight: 700;
}
.jixun th:nth-of-type(1) {
  width: 15.7%;
}
.jixun th:nth-of-type(2) {
  width: 19.5%;
}
.jixun th:nth-of-type(3) {
  width: 30.5%;
}
.jixun th:nth-of-type(4) {
  width: 18%;
}
.jixun td {
  padding: 18px 0;
  font-size: 25px;
  line-height: 30px;
  border: 1px solid #6699ff;
}
.jixun td:first-child {
  color: #3366ff;
  font-weight: 700;
}
.jixun .jx_btm {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 25px 95px;
  width: 1190px;
  height: 240px;
  margin: 130px auto 105px;
  padding-left: 56px;
  background: url("../images/jxbtm.png") no-repeat center left;
  background-size: auto 100%;
}
.jixun .jx_btm .item {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  font-size: 21px;
  font-weight: 500;
  color: #ffffff;
  border: 5px 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: 26px;
  margin-bottom: 10px;
}
.jixun .jx_btm .item span {
  font-weight: 400;
}
.jixun .jx_btm .item5 {
  position: absolute;
  right: 0;
}
.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: 25px;
  padding: 83px 0 64px;
  background: #edf3ff;
}
.shizi .sz {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 22px;
}
.shizi .sz .item {
  width: 293px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shizi .sz .item:hover {
  transform: scale(1.03);
}
.shizi .sz .item .sz1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  height: 295px;
  background: url("../images/sz1.png") no-repeat center center;
  background-size: 100% 100%;
}
.shizi .sz .item .sz1 img {
  min-height: 100%;
}
.shizi .sz .item .sz2 {
  width: 100%;
  height: 53px;
  line-height: 48px;
  color: #ffffff;
  font-size: 28px;
  padding-left: 28px;
  background: url("../images/sz2.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.shizi .sz .item .sz3 {
  height: 156px;
  background: #ffffff;
  color: #3f4346;
  font-size: 20px;
  line-height: 26px;
  padding: 8px 15px 0;
}
.shizi .sz .item .sz3 i {
  display: block;
  margin-bottom: 10px;
  color: #000000;
}
.houqin {
  padding: 96px 0 23px;
}
.houqin .hq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px 8px;
}
.houqin .hq img {
  width: 305px;
  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 10px 2px #55b4f8;
  box-shadow: 0 0 10px 2px #55b4f8;
}
.houqin .hq img:nth-of-type(1) {
  border-top-left-radius: 0.2rem;
}
.houqin .hq img:nth-of-type(9) {
  border-bottom-left-radius: 0.2rem;
}
.houqin .hq img:nth-of-type(4) {
  border-top-right-radius: 0.2rem;
}
.houqin .hq img:nth-of-type(12) {
  border-bottom-right-radius: 0.2rem;
}
.tool {
  padding: 85px 0 58px;
  background: #edf3ff;
}
.tool .tl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 68px;
}
.tool .tl .item span {
  display: block;
  font-size: 23px;
  color: #000000;
  width: 214px;
  text-align: center;
  line-height: 46px;
  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 15px;
}
.tool .tl .item .ewm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 224px;
  background: #ffffff;
}
.rongyu {
  padding-top: 104px;
}
.enterprise-honor_box {
  background: #ffffff !important;
}
.enterprise-honor_box .honor_top {
  display: none !important;
}
#branchSchool-wrapper {
  display: none !important;
}
/*# sourceMappingURL=main.css.map */