.box {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.banner {
  height: 800px;
  position: relative;
  background: url(../images/banner_bg.png) no-repeat center top;
}

.banner_container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 46px;
}

.txt01 {
  color: #B0382A;
  font-size: 25px;
  text-align: center;
}

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

.txt03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 641px;
  margin: 0 auto;
}

.txt03 p {
  width: 313px;
  height: 128px;
  color: #FFFFFF;
  font-size: 41px;
  text-align: center;
  line-height: 90px;
  background: url(../images/txt03_bg.png) no-repeat center center;
}

.txt03 p:nth-child(2) {
  animation-delay: .5s;
}

.box01 {
  height: 1092px;
  box-sizing: border-box;
  padding-top: 242px;
  background: url(../images/box01_bg.png) no-repeat center center;
}

.box01_title img {
  display: inline-block;
  vertical-align: middle;
}

.box01_title {
  text-align: center;
  color: #FFFFFF;
  font-size: 40px;
}

.box01_container {
  width: 100%;
  height: 666px;
  background: url(../images/computer_bg.png) no-repeat center top;
  background-size: 100%;
  margin-top: 70px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 87px 170px;
}

.box01_item {
  width: 394px;
  height: 146px;
  box-sizing: border-box;
  padding: 20px 46px 20px 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/box01_item.png) no-repeat center center;
}

.box01_item p {
  color: #373E50;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
}

.box01_r {
  width: 395px;
  margin-left: 43px;
}

.box01_r h2 {
  width: 227px;
  text-align: center;
  margin: 0 auto;
  background: url(../images/dkslb_top.png) no-repeat center top;
}

.box01_r h2 span {
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(0deg, #AA2116 0%, #FF4C35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box01_r .box01_r_p {
  color: #39414D;
  font-size: 22px;
  text-align: center;
  margin: 18px 0 23px;
}

.box01_r div {
  width: 395px;
  height: 304px;
  box-sizing: border-box;
  padding: 73px 0 0 100px;
  background: url(../images/box01_r.png) no-repeat center top;
}

.box01_r div p {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
}

.box01_r div p span {
  color: #FDFF62;
}

.box01_b_b {
  margin-top: 20px;
}

.box_warp {
  padding-bottom: 60px;
  background: url(../images/box_bg.png) no-repeat center top;
}

.box_common {
  height: 730px;
  background: url(../images/box02_bg.png) no-repeat center center;
  background-size: 100%;
  box-sizing: border-box;
  padding: 105px 0 0 205px;
}

.box03 {
  background: url(../images/box03_bg.png) no-repeat center center;
  background-size: 100%;
}

.box04 {
  background: url(../images/box04_bg.png) no-repeat center center;
  background-size: 100%;
}

.box05 {
  background: url(../images/box05_bg.png) no-repeat center center;
  background-size: 100%;
}

.box06 {
  background: url(../images/box06_bg.png) no-repeat center center;
  background-size: 100%;
}

.box_common h1 {
  position: absolute;
  color: #F0F1F5;
  top: 100px;
  left: 81px;
  font-size: 50px;
  line-height: 1.1;
  text-shadow: 0px 5px 40px rgba(130, 28, 15, 0.43);
}

.box04 h1, .box05 h1 {
  font-size: 35px;
  top: 100px;
  left: 88px;
}

.box_common h1 span {
  display: block;
  height: 20px;
}

.box04 h1 span, .box05 h1 span {
  display: block;
  height: 13px;
}

.box02_l {
  width: 525px;
}

.box02_l h2 {
  padding-bottom: 20px;
  background: url(../images/box02_line.png) no-repeat center bottom;
}

.box02_l h2 span {
  width: 100%;
  display: inline-block;
  font-size: 36px;
  font-style: italic;
  background: linear-gradient(0deg, #AA2116 0%, #FF4C35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box02_l p.big {
  color: #000000;
  font-size: 18px;
  margin-top: 18px;
  font-weight:400;
}

.box02_l p.small {
  color: #B22519;
  font-size: 16px;
  text-align: right;
  margin-top: 10px;
}

.box02_l h3 {
  width: 354px;
  height: 43px;
  background: url(../images/fenshu.png) no-repeat center top;
  color: #FFFFFF;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
  margin: 13px 0 37px;
  margin-left: 28%;
}

.score {
  width: 534px;
  height: 59px;
  margin: 25px auto 10px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 31px 0 27px;
  background: url(../images/box02_fen.png) no-repeat center center;
}

.score_txt {
  width: 507px;
  color: #000000;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.box02_b {
  margin-top: 20px;
  width: 530px;
  height: 51px;
  color: #B22519;
  font-size: 13px;
  text-align: center;
  line-height: 51px;
  background: url(../images/box02_bottom.png) no-repeat center center;
}

.box02_r {
  position: absolute;
  width: 380px;
  height: 570px;
  background: url(../images/box02_tip.png) no-repeat center center;
  background-size: 100%;
  top: 74px;
  right: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-right: 15px;
  padding-bottom: 15px;
}

.box03_r, .box04_r, .box05_r, .box06_r {
  width: 835px;
  height: 670px;
  position: absolute;
  background: url(../images/box03_tip.png) no-repeat center center;
  background-size: 100% 100%;
  top: 20px;
  left: 231px;
  box-sizing: border-box;
  padding: 75px 82px;
}

.box04_r {
  background: url(../images/box04_tip.png) no-repeat center center;
  background-size: 100% 100%;
}

.box05_r {
  background: url(../images/box05_tip.png) no-repeat center center;
  background-size: 100% 100%;
}

.box06_r {
  background: url(../images/box06_tip.png) no-repeat center center;
  background-size: 100% 100%;
}

.swiper_button_container {
  position: absolute;
  width: 82%;
  height: 140px;
  bottom: 288px;
  left: 13%;
}

.box03 .swiper-button-prev, .box03 .swiper-button-next {
  width: 140px;
  height: 140px;
  margin: 0;
  transform: translateY(-50%);
  background: url("../images/arrow_l.png") no-repeat center;
}

.box03 .swiper-button-prev {
  left: 0;
}

.box03 .swiper-button-next {
  background: url("../images/arrow_r.png") no-repeat center;
  right: 0;
}

.teacher_item {
  position: relative;
}

.teacher_item .teacher {
  position: absolute;
  width: 227px;
  height: 358px;
  top: 0;
  left: 0;
}

.teacher_item .school {
  width: 239px;
  height: 46px;
  background: url(../images/box03_school.png) no-repeat center center;
  color: #E85800;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
  margin-left: 250px;
}

.info {
  box-sizing: border-box;
  width: 608px;
  height: 328px;
  background: #FE8E2C;
  border-radius: 100px 100px 30px 100px;
  margin-top: 15px;
  margin-left: 65px;
  color: #FFFFFF;
  font-size: 22px;
  padding: 40px 50px 45px 178px;
  line-height: 1.6;
}

.box03_b {
  width: 100%;
  height: 100px;
  margin-top: 30px;
  background: url(../images/box03_bottom.png) no-repeat center center;
  background-size: 100% 100%;
  color: #F8F8F8;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 20px;
}

.box04_t, .box05_t {
  width: 100%;
  height: 100px;
  background: url(../images/box03_top.png) no-repeat center center;
  background-size: 100% 100%;
  color: #F8F8F8;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 20px 0;
  font-weight:600;
}

.box05_t {
  padding-top: 35px;
  background: url(../images/box04_t.png) no-repeat center center;
  background-size: 100% 100%;
}

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

.box04_center_l {
  width: 460px;
}

.box04_line {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.box04_line p {
  color: #FBF7F4;
  font-size: 22px;
  width: 220px;
  height: 57px;
  text-align: center;
  line-height: 50px;
  background: url(../images/box03_item.png) no-repeat center center;
  background-size: 100% 100%;
}

.box04_line p span {
  font-size: 28px;
  font-weight: bold;
}

.box04_kd {
  width: 451px;
  height: 317px;
  color: #FBF7F4;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 50px;
  line-height: 1.7;
  padding-bottom: 30px;
  background: url(../images/box03_l.png) no-repeat center center;
  background-size: 100% 100%;
}

.box04_center_r {
  width: 307px;
  height: 303px;
  background: url(../images/box03_r.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 26px;
}

.box04_center_r h2 {
  color: #37ABF3;
  font-size: 28px;
  margin-bottom: 34px;
}

.box04_center_r p {
  width: 144px;
  height: 35px;
  background: linear-gradient(0deg, #4AB9FC, #0A88DC);
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  margin: 5px auto 0;
}

.box05_b {
  width: 100%;
  height: 429px;
  background: url(../images/box04_b.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 80px 55px;
}

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

.tab_l {
  width: 228px;
  height: 210px;
  background: #5F30B5;
  border: 1px solid #F8F8F8;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 14px;
}

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

.tab_r {
  width: 300px;
}

.tab_r h3 {
  display: inline-block;
  color: #FBF7F4;
  font-size: 28px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}

.tab_r p {
  color: #FBF7F4;
  font-size: 18px;
}

.tab_list {
  position: relative;
}

.tab_list .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}

.tab_list .swiper-pagination-bullet {
  background-color: #DDDDDD;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 2px;
}

.tab_list .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 7px;
}

/* 地区开始 */

.region a {
  float: left;
  width: 23.5%;
  height: 48px;
  margin-right: 1%;
  margin-bottom: 20px;
  text-align: center;
  line-height: 44px;
  box-sizing: border-box;
  font-size: 28px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #3CB29A, #6ED6C2);
  border: 2px solid #F8F8F8;
  box-shadow: 0px 5px 9px 0px rgba(28, 109, 94, 0.43);
  border-radius: 24px;
  transition: all .6s;
}

.region a:hover {
  color: #66CFBB;
  font-weight: bold;
  transform: translateY(-10px);
  background: linear-gradient(0deg, #F7E72F, #F2FF86);
}

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

.titlt_m {
  display: none;
}

@media only all and (max-width:1080px) {
  .banner {
    height: 14rem;
    background-size: auto 100%;
  }
  .banner_container {
    width: 100%;
    padding-top: 1rem;
  }
  .txt01 {
    font-size: .8rem;
  }
  .txt02 {
    width: 80%;
    margin: .4rem auto .6rem;
  }
  .txt03 {
    width: 85%;
  }
  .txt03 p {
    width: 7.83rem;
    height: 3.2rem;
    font-size: .85rem;
    line-height: 2.4rem;
    background-size: 100% 100%;
  }
  .txt03 p:nth-child(2) {
    animation-delay: .5s;
  }
  .box01 {
    height: auto;
    padding: .8rem 0;
    background: #F3CC8F;
  }
  .box01_title img {
    width: 6%;
  }
  .box01_title {
    font-size: .7rem;
    background-color: #C22A1F;
    padding: .5rem 0;
  }
  .box01_container {
    width: 100%;
    height: auto;
    background: #ffffff;
    margin-top: .4rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: .3rem solid #D90201;
    border-radius: 1rem;
    padding: .8rem .4rem;
  }
  .box01_item {
    width: 100%;
    height: 6rem;
    padding: .2rem .2rem .2rem 30%;
    background-size: 100% 100%;
  }
  .box01_item p {
    width: 100%;
    font-size: .6rem;
    line-height: 1.6;
  }
  .box01_r {
    width: 100%;
    margin-left: 0;
  }
  .box01_r h2 {
    width: 9rem;
    background-size: 100%;
  }
  .box01_r h2 span {
    font-size: .8rem;
  }
  .box01_r .box01_r_p {
    font-size: .7rem;
    margin: .2rem 0 .4rem;
  }
  .box01_r div {
    width: 100%;
    height: 13rem;
    padding: 3.5rem 0 0 29%;
    background-size: 100% 100%;
  }
  .box01_r div p {
    font-size: .7rem;
  }
  .box01_b_b {
    margin-top: 2rem;
  }
  .box_warp {
    padding-bottom: 1rem;
  }
  .box_common {
    height: auto;
    background: #FBF9F5;
    padding: .8rem .4rem;
  }
  .box03 {
    background: #FBF9F5;
  }
  .box04 {
    background: #FBF9F5;
  }
  .box05 {
    background: #FBF9F5;
  }
  .box06 {
    background: #FBF9F5;
  }
  .box_common h1 {
    display: none;
  }
  .box02_l {
    width: 100%;
  }
  .box02_l h2 {
    padding-bottom: .2rem;
    background-size: 100%;
  }
  .box02_l h2 span {
    font-size: .8rem;
  }
  .box02_l p.big {
    font-size: .7rem;
    margin-top: .2rem;
  }
  .box02_l p.small {
    font-size: .6rem;
    margin-top: .2rem;
  }
  .box02_l h3 {
    width: 100%;
    height: 2rem;
    background-size: 100%;
    font-size: .8rem;
    line-height: 2rem;
    margin: .8rem 0;
    margin-left: 0;
  }
  .score {
    width: 100%;
    height: 2.5rem;
    margin: .8rem auto .4rem;
    font-size: .8rem;
    padding: 0 6% 0 5%;
    background-size: 100% 100%;
  }
  .score_txt {
    width: 100%;
    font-size: .7rem;
  }
  .box02_b {
    margin-top: .4rem;
    width: 100%;
    height: 2.5rem;
    font-size: .5rem;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 8%;
  }
  .box02_r {
    position: relative;
    width: 50%;
    height: 10rem;
    background: linear-gradient(#FF321D, #C10100);
    border-radius: 1rem;
    top: auto;
    right: auto;
    padding: .4rem;
    margin: 0 auto;
  }
  .box02_r img {
    height: 90%;
  }
  .box03_r, .box04_r, .box05_r, .box06_r {
    width: 100%;
    height: auto;
    position: relative;
    background: linear-gradient(#FF8500, #FF3000);
    top: auto;
    left: auto;
    padding: .8rem .4rem;
    border-radius: 1rem;
  }
  .box04_r {
    background: linear-gradient(#00B9FF, #008BE4);
    border-radius: 1rem;
  }
  .box05_r {
    background: linear-gradient(#9A69DC, #6929BD);
    border-radius: 1rem;
  }
  .box06_r {
    background: linear-gradient(#24D9C2, #00B79B);
    border-radius: 1rem;
  }
  .titlt_m {
    display: block;
    font-size: .8rem;
    text-align: center;
    font-weight: bold;
    width: 90%;
    margin: 0 auto .8rem;
  }
  .box02 .titlt_m {
    background: linear-gradient(#FF321D, #C10100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .box04 .titlt_m {
    background: linear-gradient(#00B9FF, #008BE4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .box05 .titlt_m {
    background: linear-gradient(#9A69DC, #6929BD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .box06 .titlt_m {
    background: linear-gradient(#24D9C2, #00B79B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .box03 .titlt_m {
    background: linear-gradient(#FF8500, #FF3000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .swiper_button_container {
    position: absolute;
    width: 100%;
    height: 2rem;
    bottom: auto;
    left: 0%;
    top: 11rem;
  }
  .box03 .swiper-button-prev, .box03 .swiper-button-next {
    width: 2rem;
    height: 2rem;
    background-size: 100% 100%;
  }
  .box03 .swiper-button-prev {
    left: 0;
  }
  .box03 .swiper-button-next {
    background-size: 100% 100%;
  }
  .teacher_item {
    position: relative;
  }
  .teacher_item .teacher {
    position: absolute;
    width: 36%;
    height: 8rem;
    top: 0;
    left: 0;
  }
  .teacher_item .school {
    width: 50%;
    height: 1.8rem;
    background-size: 100% 100%;
    font-size: .8rem;
    line-height: 1.8rem;
    margin-left: 40%;
  }
  .info {
    width: 100%;
    height: auto;
    border-radius: 2rem 2rem 1rem 2rem;
    margin-top: 15px;
    margin-left: 0;
    font-size: .7rem;
    padding: .4rem 5% .4rem 40%;
    min-height: 10rem;
  }
  .box03_b {
    width: 100%;
    height: auto;
    margin-top: .6rem;
    background: #FE4A00;
    border: .1rem solid #ffffff;
    border-radius: 1rem;
    font-size: .7rem;
    padding: .4rem;
  }
  .box04_t, .box05_t {
    width: 100%;
    height: auto;
    margin-top: .6rem;
    background: #00B6FF;
    border: .1rem solid #ffffff;
    border-radius: 1rem;
    font-size: .7rem;
    padding: .4rem;
  }
  .box05_t {
    padding: .4rem;
    background: #9B6ADC;
  }
  .box04_center_l {
    width: 100%;
  }
  .box04_line {
    margin-top: .8rem;
  }
  .box04_center {
    flex-direction: column;
  }
  .box04_line p {
    font-size: .7rem;
    width: 49%;
    height: 2rem;
    line-height: 1.9rem;
    background-size: 100% 100%;
  }
  .box04_line p span {
    font-size: .8rem;
  }
  .box04_kd {
    width: 100%;
    height: 10rem;
    font-size: .8rem;
    padding-left: 10%;
    padding-bottom: 1rem;
  }
  .box04_center_r {
    width: 76%;
    height: 13rem;
    padding-top: 1.3rem;
  }
  .box04_center_r h2 {
    font-size: .8rem;
    margin-bottom: 2rem;
  }
  .box04_center_r p {
    width: 60%;
    height: 1.4rem;
    border-radius: 1rem;
    font-size: .7rem;
    line-height: 1.4rem;
    margin: .2rem auto 0;
  }
  .box05_b {
    width: 80%;
    height: auto;
    background: none;
    border-radius: 2rem 0 2rem 0;
    border: .1rem solid #ffffff;
    padding: .8rem;
    margin: .8rem auto;
  }
  .tab_item {
    flex-direction: column;
  }
  .tab_l {
    width: 100%;
    height: 8rem;
    border-radius: .5rem;
    padding: .6rem;
  }
  .tab_r {
    width: 100%;
  }
  .tab_r h3 {
    font-size: .8rem;
    padding-bottom: .2rem;
    margin: .4rem 0;
  }
  .tab_r p {
    font-size: .7rem;
  }
  .tab_list .swiper-pagination {
    bottom: -2rem;
  }
  .tab_list .swiper-pagination-bullet {
    width: .3rem;
    height: .3rem;
    margin: 0 .1rem;
  }
  .tab_list .swiper-pagination-bullet-active {
    width: .6rem;
    border-radius: .3rem;
  }
  /* 地区开始 */
  .region {
    margin-top: .6rem;
  }
  .region a {
    width: 24%;
    height: 1.8rem;
    margin-right: 1%;
    line-height: 1.8rem;
    font-size: .7rem;
    margin-bottom: .2rem;
  }

}