<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.banner {
  height: 818px;
  background: url(../images/banner_bg.png) no-repeat center center;

}

.txt_container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 78px;
  text-align: center;
}

.txt01 {
  width: 448px;
  height: 65px;
  background: linear-gradient(181deg, #21E2AA, #0CBAEC);
  box-shadow: 0px 0px 13px 0px rgba(4, 65, 218, 0.35);
  margin: 0 auto 22px;
  color: #FFFFFF;
  font-size: 36px;
  text-align: center;
  line-height: 65px;
  border-radius: 50px;
}

.txt02 {
  margin: 22px auto 76px;
}

.txt03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.txt03_item {
  width: 254px;
  height: 66px;
  background: url(../images/txt03_bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FF7579;
  font-size: 40px;
  text-align: center;
  line-height: 66px;
}

.txt03_item:nth-child(2) {
  margin-top: 20px;
}

.tit {
  height: 64px;
  padding-top: 22px;
  margin-bottom: 40px;
  background: url(../images/title_bg1.png) center 0 no-repeat;
  text-align: center;
}

.tit2 {
  background: url(../images/title_bg2.png) center 0 no-repeat;
}

.tit3 {
  background: url(../images/title_bg3.png) center 0 no-repeat;
}

.tit4 {
  margin-top: -64px;
  background: url(../images/title_bg4.png) center 0 no-repeat;
}

.tit5 {
  background: url(../images/title_bg5.png) center 0 no-repeat;
}

.tit6 {

  background: url(../images/title_bg6.png) center 0 no-repeat;
}


.tit h2 {
  line-height: 1;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.tit h2 span {
  display: inline-block;
  color: #2081F1;
}

.tit6 h2 span {
  color: #fff;
}

.tit h2 span i {
  font-style: normal;
  color: #F97772;
  font-weight: bold;
}

.tit_ball {
  width: 37px;
  height: 26px;
  position: absolute;
  left: -44px;
  bottom: 7px;
  -webkit-animation: titBall 2s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
  -moz-animation: titBall 2s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
  -ms-animation: titBall 2s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
  -o-animation: titBall 2s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
  animation: titBall 2s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}

.tit_ball2 {
  left: auto;
  right: -44px;
}

@-webkit-keyframes titBall {

  from,
  to {
    -webkit-transform: translateY(8px) scaleY(.98);
  }

  80% {
    -webkit-transform: translateY(3px) scaleY(1);
  }
}

@-moz-keyframes titBall {

  from,
  to {
    -moz-transform: translateY(8px) scaleY(.98);
  }

  80% {
    -moz-transform: translateY(3px) scaleY(1);
  }
}

@-ms-keyframes titBall {

  from,
  to {
    -ms-transform: translateY(8px) scaleY(.98);
  }

  80% {
    -ms-transform: translateY(3px) scaleY(1);
  }
}

@-o-keyframes titBall {

  from,
  to {
    -o-transform: translateY(8px) scaleY(.98);
  }

  80% {
    -o-transform: translateY(3px) scaleY(1);
  }
}

@keyframes titBall {

  from,
  to {
    transform: translateY(8px) scaleY(.98);
  }

  80% {
    transform: translateY(3px) scaleY(1);
  }
}

.bg1 {
  padding-top: 28px;
  background: url(../images/circle.png) no-repeat center 407px;
}

.bg2 {
  height: 1272px;
  box-sizing: border-box;
  padding-top: 107px;
  background: url(../images/box03_bg.png) no-repeat center center;
}

.bg3 {
  background: url(../images/card.png) no-repeat center 150px;
}

.bg4 {
  height: auto;
  box-sizing: border-box;
  padding-top: 194px;
  background: url(../images/box06_bg.png) no-repeat center top;
  padding-bottom: 100px;
}

.box01_container,
.box02_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box01_item {
  width: 380px;
  height: 508px;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px 0px rgba(220, 223, 223, 0.35);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 31px 34px 0;
  text-align: center;
  transition: transform .5s ease;
}
.box01_item:hover,
.box03_item:hover {
  transform: translateY(-6px);
}

.box01_item img {
  width: 324px;
  height: 244px;
  object-fit: contain;
  margin: 0 auto 10px;
}

.box01_item h3 {
  color: #1F2022;
  font-size: 30px;
  margin-bottom: 26px;
}

.box01_item p {
  color: #181B19;
  font-size: 18px;
}

.box01 {
  margin-bottom: 50px;
}

.box02_container {
  position: relative;
}

.vs {
  position: absolute;
  top: 128px;
  left: 50%;
  margin-left: -74px;
}

.box02_l {
  width: 574px;
  height: 370px;
  background: url(../images/box02_l.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-right: 32px;
  padding-top: 21px;
}

.box02_r {
  width: 574px;
  height: 370px;
  background: url(../images/box02_r.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-left: 80px;
  padding-top: 21px;
}

.box02_container h3 {
  width: 183px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #F8FAFC;
  box-shadow: 0px 0px 16px 0px rgba(1, 101, 216, 0.35);
  border-radius: 26px;
  margin: 0 auto 30px;
  font-size: 30px;
}

.box02_l h3 {
  color: #1C7DED;
}

.box02_l p {
  display: inline-block;
  color: #FFFFFF;
  font-size: 22px;
  padding: 8px 0;
  border-bottom: 1px dashed #fff;
}

.box02_r p {
  width: 380px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 22px;
  padding: 10px 0;
  border-bottom: 1px dashed #F8B919;
}

.box02_r p img {
  margin-right: 10px;
}

.box02_l .p1 {
  margin-left: 116px;
}

.box02_l .p2 {
  margin-left: 166px;
}

.box02_l .p3 {
  margin-left: 168px;
}

.box02_l .p4 {
  margin-left: 177px;
}

.box02_l .p5 {
  margin-left: 175px;
}

.box02_r h3 {
  color: #FA5756
}
.box03 {
  height: 100%;
}
.box03_container {
  display: flex;
  height: 600px;
  flex-flow: column;
  margin-top: 160px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.line-img {
  position: absolute;
  width: 29.28rem;
  height: 9rem;
  top: 1rem;
}

.box03_box1,.box03_box2 {
  width: 100%;
  height: 70%;
  position: relative;
  /*top: -60px;*/
  display: flex;
  justify-content: space-between;
  padding-left: 5rem;
  padding-right: 3rem;
  box-sizing: border-box;
}
.box03_box2 {
  height: 60%;
  padding-left: 1rem;
  padding-right: 2rem;
  /*background-color: #e4393c;*/
}
.box03_item {
  width: 3.98rem;
  height: 100%;
  box-sizing: border-box;
  /*background-color: aqua;*/
  text-align: center;
  transition: transform .5s ease;
}

.box03_box2 .box03_item {
  width: 5.4rem;
}

.box03_item h3 {
  color: #0B76F1;
  font-size: 24px;
  line-height: 1.2;
  box-sizing: border-box;
  padding-top: 42px;
}

.box03_item p {
  width: 94px;
  height: 34px;
  line-height: 34px;
  background: #1CD9B8;
  border-radius: 4px;
  margin: 10px auto 10px;
  color: #EFF9FF;
  font-size: 18px;
}

.box03_item div {
  margin: 0 auto;
  color: #EFF9FF;
  font-size: 18px;
  /*text-align: left;*/
  box-sizing: border-box;
  font-size: 0.45rem;
  font-family: FZLanTingHeiS-M-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.7rem;
  /*padding: 0 10px;*/
}
.box033_item {
  width: 3.45rem;
  height: 100%;
  background-color: red;
}
.quare-img {
  width: 3.45rem;
  height: 3.45rem;
  background: url("../images/quare.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
item:nth-child(4) {
  padding-top: 135px;
  background: url(../images/box03_04.png) no-repeat center center;
  background-size: 100% 100%;
}


.box04_t {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box04_t_item {
  width: 137px;
  height: 75px;
  background: url(../images/box04_item1.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
}

.box04_t_item:nth-child(2) {
  background: url(../images/box04_item2.png) no-repeat center center;
  background-size: 100% 100%;
}

.box04_t_item:nth-child(3) {
  background: url(../images/box04_item3.png) no-repeat center center;
  background-size: 100% 100%;
}

.box04_t_item:nth-child(4) {
  background: url(../images/box04_item4.png) no-repeat center center;
  background-size: 100% 100%;
}

.box04_t_item:nth-child(5) {
  background: url(../images/box04_item5.png) no-repeat center center;
  background-size: 100% 100%;
}

.box04_t_item:nth-child(6) {
  background: url(../images/box04_item6.png) no-repeat center center;
  background-size: 100% 100%;
}

.box04_t_item:last-child {
  width: 314px;
  height: 179px;
  background: #F89F0F;
  border-radius: 10px;
  padding: 22px;
}

.box04_b {
  width: 100%;
  height: 160px;
  background: url(../images/box04_b.png) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 48px;
  color: #F7F9FA;
  font-size: 36px;
  box-sizing: border-box;
  padding: 40px 0 0 270px;
  font-weight: bold;
}

.box05_t {
  position: relative;
}

.box05_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box05_item {
  width: 388px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 30px;
  border-bottom: 2px solid #BDBDBD;
  margin-bottom: 45px;
}

.box05_txt {
  width: 250px;

}

.box05_txt h3 {
  color: #0B0B0B;
  font-size: 28px;
  margin-bottom: 10px;
}

.box05_txt p {
  color: #0B0B0B;
  font-size: 16px;
}

.box05_c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 344px;
  height: 342px;
  background: url(../images/fjd_img.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding-top: 256px;
}

.box05_b {
  margin-top: 48px;
  width: 1200px;
  height: 281px;
  background: linear-gradient(17deg, #30A1F8, #2E80E5);
  border-radius: 30px 0 30px 0;
  position: relative;
  box-sizing: border-box;
  padding: 28px 80px 0;
}

.teacher_box {
  /* width: 360px; */
  position: relative;
}

.swiper_item {
  display: block;
  width: 100%;
  height: 230px;
  box-sizing: border-box;
  padding: 9px;
  background: #fff;
  border-radius: 10px;
}

.swiper_item img {
  width: 100%;
  height: 100%;
}


.teacher_swiper .swiper-button-prev.swiper-button-white.prev {
  width: 28px;
  height: 28px;
  background-image: url("../images/arrow02.png");
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  left: 29px;
  top: 58%;
  transform: translateY(-50%);
}

.teacher_swiper .swiper-button-next.swiper-button-white.next {
  width: 28px;
  height: 28px;
  background-image: url("../images/arrow01.png");
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: 29px;
  top: 58%;
  transform: translateY(-50%);
}

.region a {
  float: left;
  display: block;
  width: 143px;
  height: 53px;
  background: #FFFFFF;
  border-radius: 27px;
  box-sizing: border-box;
  margin-bottom: 13px;
  text-align: center;
  line-height: 53px;
  font-size: 22px;
  color: #0B0C0C;
  transition: all .3s linear;
  margin-right: 8px;
}

.region a:hover {

  color: #fff;
  background: linear-gradient(88deg, #30A1F8, #1DBAD6);
}

.region a:nth-child(8n) {
  margin-right: 0;
}

@media only all and (max-width:1080px) {

  .banner {
    height: 16rem;
    background-size: auto 100%;
  }

  .txt_container {
    width: 100%;
    padding-top: 1.95rem;
  }

  .line-img {
    height: 11.3rem;
  }
  .txt01 {
    width: 11.2rem;
    height: 1.625rem;
    margin: 0 auto 0.55rem;
    font-size: 0.9rem;
    line-height: 1.625rem;
    border-radius: 1.25rem;
  }

  .txt02 {
    width: 88%;
    height: auto;
    margin: 0.55rem auto 1.9rem;
  }

  .txt03 {
    justify-content: space-around;
  }

  .txt03_item {
    width: 6.35rem;
    height: 1.65rem;
    font-size: 1rem;
    line-height: 1.65rem;
  }

  .txt03_item:nth-child(2) {
    margin-top: 0.5rem;
  }

  .tit {
    height: 1.6rem;
    padding-top: 0.55rem;
    margin-bottom: 1rem;
    background-size: auto 1rem;
  }

  .tit2 {
    background-size: auto 1rem;
  }

  .tit3 {
    background-size: auto 1rem;
  }

  .tit4 {
    margin-top: .8rem;
    background-size: auto 1rem;
  }

  .tit5 {
    background-size: auto 1rem;
  }

  .tit6 {
    background-size: auto 1rem;
  }

  .tit h2 {
    font-size: 1.2rem;
  }

  .tit_ball {
    width: 0.925rem;
    height: 0.65rem;
    left: -1.1rem;
    bottom: 0.175rem;
  }

  .tit_ball2 {
    left: auto;
    right: -1.1rem;
  }

  .bg1 {
    padding-top: 0.7rem;
    background: url(../images/circle.png) repeat-y center 10.175rem;
    background-size: 100% auto;
  }

  .bg2 {
    height: auto;
    padding-top: 2.675rem;
    /*padding-bottom: 2rem;*/
    background: url(../images/box03_bg.png) no-repeat center -8rem;
  }

  .bg3 {
    background: url(../images/card.png) no-repeat center 3.75rem;
  }

  .bg4 {
    padding-top: 4rem;
    background: url(../images/box06_bg.png) no-repeat center top;
    background-size: auto 100%;
    padding-bottom: 1rem;
  }

  .box01_container,
  .box02_container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .box01_item {
    width: 49%;
    height: 15rem;
    box-shadow: 0rem 0rem 1rem 0rem rgba(220, 223, 223, 0.35);
    border-radius: 0.25rem;
    padding: 0.775rem 0.85rem 0;
    margin-bottom: .6rem;
  }

  .box01_item:nth-child(1) {
    margin-right: 2%;
  }

  .box01_item img {
    width: 80%;
    height: 5rem;
    margin: 0 auto 0.25rem;
  }

  .box01_item h3 {
    font-size: 0.75rem;
    margin-bottom: 0.65rem;
  }

  .box01_item p {
    font-size: 0.6rem;
  }

  .box01 {
    margin-bottom: 1.25rem;
  }

  .box02_container {
    position: relative;
  }

  .vs {
    position: static;
    top: auto;
    left: auto;
    margin: .8rem auto;
    width: 5rem;
    height: auto;
  }

  .box02_l {
    width: 14.35rem;
    height: 9.25rem;
    padding-right: 0.8rem;
    padding-top: 0.525rem;
  }

  .box02_r {
    width: 14.35rem;
    height: 9.25rem;
    padding-left: 2rem;
    padding-top: 0.525rem;
  }

  .box02_container h3 {
    width: 4.575rem;
    height: 1.3rem;
    line-height: 1.3rem;
    box-shadow: 0rem 0rem 0.4rem 0rem rgba(1, 101, 216, 0.35);
    border-radius: 0.65rem;
    margin: 0 auto 0.5rem;
    font-size: 0.75rem;
  }


  .box02_l p {
    font-size: 0.55rem;
    padding: 0.2rem 0;
    border-bottom: 0.025rem dashed #fff;
  }

  .box02_r p {
    width: 9.5rem;
    font-size: 0.55rem;
    padding: 0.15rem 0;
    border-bottom: 0.025rem dashed #F8B919;
  }

  .box02_r p img {
    width: .8rem;
    height: auto;
    margin-right: 0.25rem;
  }

  .box02_l .p1 {
    margin-left: 2.9rem;
  }

  .box02_l .p2 {
    margin-left: 4.15rem;
  }

  .box02_l .p3 {
    margin-left: 4.2rem;
  }

  .box02_l .p4 {
    margin-left: 4.425rem;
  }

  .box02_l .p5 {
    margin-left: 4.375rem;
  }

  .box03_container {
    margin-top: 2.8rem;
    height: auto;
  }

  .box03_box1, .box03_box2 {
    padding: 0;
    top: 0;
    height: 34%;
  }
  .box03_item {
    /*width: 3.625rem;*/
    /*height: 12.675rem;*/
    /*background: url(../images/box03_01.png) no-repeat center center;*/
    /*background-size: 100% 100%;*/
    /*box-sizing: border-box;*/
    /*padding-top: 6.3rem;*/
    /*text-align: center;*/
  }

  .box03_item h3 {
    color: #0B76F1;
    font-size: 0.6rem;
    line-height: 1.2;
    padding-top: 1rem;
  }

  .box03_item p {
    width: 3rem;
    height: 0.85rem;
    line-height: 0.85rem;
    background: #1CD9B8;
    border-radius: 0.1rem;
    color: #EFF9FF;
    font-size: 0.45rem;
  }

  .box03_item div {
    color: #EFF9FF;
    font-size: 0.45rem;
    box-sizing: border-box;
    padding: 0 0.1rem;
  }

  .box03_item:nth-child(2) {
    /*padding-top: 5.15rem;*/
    /*background: url(../images/box03_02.png) no-repeat center center;*/
    /*background-size: 100% 100%;*/
  }



  .box04_t {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .box04_t_item {
    width: 5rem;
    height: 2.8rem;
    padding-right: 0.2rem;
    font-size: 0.7rem;
    margin: .2rem 0;
  }


  .box04_t_item:last-child {
    width: 14rem;
    height: auto;
    border-radius: 0.25rem;
    padding: 0.55rem;
  }

  .box04_b {
    width: 100%;
    height: 3rem;
    margin-top: 1.2rem;
    font-size: 0.8rem;
    padding: .2rem 2% 0 24%;
  }


  .box05_item {
    width: 9.7rem;
    height: 7rem;
    padding-bottom: 0.75rem;
    border-bottom: 0.05rem solid #BDBDBD;
    margin-bottom: 4rem;
    position: relative;
    z-index: 3;
    justify-content: flex-start;
  }
  .box05_item_r {
    justify-content: flex-end;
  }
  .box05_line2 .box05_item{
    margin-bottom: 1rem;
  }

  .box05_item img {
    width: 1.8rem;
    margin-right: .3rem;
    height: auto;
  }

  .box05_txt {
    width: 50%;
  }

  .box05_txt h3 {
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
  }

  .box05_txt p {
    color: #0B0B0B;
    font-size: 0.4rem;
  }

  .box05_c {
    top: 47%;
    left: 50%;
    width: 8.6rem;
    height: 8.55rem;
    font-size: 0.75rem;
    padding-top: 6.4rem;
  }

  .box05_b {
    margin-top: 0;
    width: 100%;
    height: 10rem;
    border-radius: 0.75rem 0 0.75rem 0;
    padding: 0.7rem 2rem 0;
  }



  .swiper_item {
    width: 100%;
    height: 8.6rem;
    padding: 0.225rem;
    border-radius: 0.25rem;
  }


  .teacher_swiper .swiper-button-prev.swiper-button-white.prev {
    width: 0.7rem;
    height: 0.7rem;
    left: 0.725rem;
  }

  .teacher_swiper .swiper-button-next.swiper-button-white.next {
    width: 0.7rem;
    height: 0.7rem;
    right: 0.725rem;
  }

  .region a {
    width: 23.6%;
    height: 1.6rem;
    margin-right: 1%;
    margin-bottom: .4rem;
    line-height: 1.6rem;
    font-size: .7rem;
    border-radius: 1rem;
  }

  .region a:nth-child(8n) {
    margin-right: 1%;
  }

  .region a:nth-child(4n) {
    margin-right: 0;
  }
}</pre></body></html>