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

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

.banner_container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 30px;
}

.txt01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin-bottom: 23px;
}

.txt02 {
  margin: 0 auto;
  animation-duration: 1.5s;
}

.txt03 {
  width: 463px;
  height: 44px;
  background: url(../images/txt03_bg.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 40px;
  margin: -30px auto 163px;
  color: #0261FF;
  font-size: 30px;
  font-weight: bold;
}

.txt04 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.txt04_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.txt04_item h3 {
  width: 132px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 18px;
  color: #0261FF;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  margin-bottom: 4px;
}

.txt04_item p {
  margin: 1px 0;
}

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

.box_container {
  height: auto;
  min-height: 5155px;
  background: url(../images/box_bg.jpg) no-repeat center top;
}

.box01_body {
  width: 100%;
  height: 518px;
  background: url(../images/box01_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.box02_body {
  width: 100%;
  height: 658px;
  background: url(../images/box02_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.box03_body {
  width: 100%;
  height: 536px;
  background: url(../images/box03_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

.box04_body {
  width: 100%;
  height: 770px;
  background: url(../images/box04_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.box05_body {
  width: 100%;
  height: 630px;
  background: url(../images/box05_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.box06_body {
  width: 100%;
  height: 650px;
  background: url(../images/box06_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.box07_body {
  width: 100%;
  height: 520px;
  background: url(../images/box07_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.box_body {
  box-sizing: border-box;
  padding: 0 32px;
}

.box01, .box02, .box03, .box05 {
  padding: 0 0 12px;
}

.box07 {
  padding-top: 140px;
}

.title {
  text-align: center;
  padding-top: 6px;
  margin-bottom: 40px;
}

.box03 .title {
  margin-bottom: 20px;
}

.title h2 {
  font-size: 30px;
}

.title p {
  margin-top: 4px;
  font-size: 19px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  width: auto;
  height: 27px;
  line-height: 27px;
  background: linear-gradient(91deg, #69A6FF, #854FFF);
  border-radius: 13px;
}

.title2 {
  padding-top: 22px;
}

table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  color: #000000;
  font-size: 20px;
  text-align: center;
  border-spacing: 0;
  background: linear-gradient(0deg, #C7EFFF, #FFFFFF);
}

table th {
  height: 59px;
  color: #FFFFFF;
  font-size: 25px;
  border-left: 1px solid #0086FF;
  background: linear-gradient(0deg, #2A63FA, #6ED7FF);
  box-shadow: 0px 6px 16px 0px rgba(15, 41, 122, 0);
}

table td {
  height: 35px;
  width: 25%;
  border-top: 1px solid #0086FF;
  border-left: 1px solid #0086FF;
}

.box03 table td {
  height: 44px;
}

table tr:first-child td:first-child, table th:first-child {
  border-left: 0;
}

.box02_zzt {
  width: 100%;
  height: 528px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 12px 0 11px;
  margin-top: -25px;
  background: url(../images/up_bg.png) no-repeat center bottom;
}

.box02_item {
  flex: 1;
  text-align: center;
  box-sizing: border-box;
  padding: 0 14px 0 5px;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.box02_item h2 {
  font-size: 26px;
  background-image: -webkit-linear-gradient(0deg, #C7EFFF 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #C7EFFF;
}

.box02_bottom {
  color: #032076;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.box02_item:nth-child(1) .box02_bottom {
  height: 160px;
}

.box02_item:nth-child(2) .box02_bottom {
  height: 198px;
}

.box02_item:nth-child(3) .box02_bottom {
  height: 243px;
}

.box02_item:nth-child(4) .box02_bottom {
  height: 291px;
}

.box02_item:nth-child(5) .box02_bottom {
  height: 354px;
}

.box02_item:nth-child(6) .box02_bottom {
  height: 421px;
}

.box02_item:nth-child(7) .box02_bottom {
  height: 487px;
}

.djbm_btn {
  display: block;
  color: #FFFFFF;
  margin: 58px auto 120px;
  width: 321px;
  height: 108px;
  background: url(../images/bm_btn.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 90px;
}

.djbm_btn:hover {
  background: url(../images/bm_active.png) no-repeat center center;
  background-size: 100% 100%;
}

.box03_body p {
  text-align: right;
  font-size: 18px;
}

.zzxy {
  position: absolute;
  right: 63px;
  top: -86px;
}

.tkyh_txt1 {
  font-weight: bold;
}

.tkyh_txt {
  margin-bottom: 15px;
}

.xs_xx {
  text-decoration: underline;
  color: #FFFFFF;
  font-size: 26px;
  text-align: center;
  margin: 90px 0;
}

.xx_txt {
  margin-top: 35px
}

.jd_container {
  background: url(../images/line.png) no-repeat center 44%;
}

.xs_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}

.xs_item {
  margin: 0 26px;
  width: 144px;
  height: 200px;
  background: url(../images/yzgh_top.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 75px;
  display: flex;
  flex-direction: column-reverse;
}

.xs_item h3 {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 3px;
}

.xs_body {
  height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.xs_body p {
  color: #0D52DA;
  font-size: 16px;
}

.xx_container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -24px;
}

.xx_item {
  margin: 0 33px;
  width: 131px;
  height: 142px;
  background: url(../images/yzgh_bottom1.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  color: #0D52DA;
  font-size: 18px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 12px;
}

.xx_item.small {
  font-size: 16px;
}

.xx_item2 {
  width: 131px;
  height: 167px;
  background: url(../images/yzgh_bottom2.png) no-repeat center center;
  background-size: 100% 100%;
}

.box05_container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.box05_l {
  width: 281px;
  margin-right: 90px;
  position: relative;
}

.teacher_container {
  width: 100%;
  text-align: center;
}

.teacher_container img {
  width: 100%;
  height: 319px;
}

.teacher_container .name {
  display: inline-block;
  padding: 0 22px;
  line-height: 42px;
  height: 42px;
  background: linear-gradient(0deg, #C7EFFF, #FFFFFF);
  border-radius: 21px;
  color: #0261FF;
  font-size: 20px;
  margin: 39px 0 15px;
}

.teacher_container p {
  color: #F8FDFF;
  font-size: 18px;
  line-height: 1.8;
}

.box05_l .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 133px;
}

.box05_l .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #4693FC;
  opacity: 1;
}

.box05_l .swiper-pagination-bullet-active {
  background: linear-gradient(0deg, #C7EFFF, #FFFFFF);
}

.box05_r {
  width: 569px;
  text-align: center;
}

.box05_r img {
  margin: 0 auto;
}

.box05_r h3 {
  font-size: 30px;
  background-image: -webkit-linear-gradient(0deg, #C7EFFF 29.1015625%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #C7EFFF;
}

.box05_r .dsj {
  width: 569px;
  height: 302px;
  background: url(../images/dsj.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 40px;
}

.box05_r p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 46px;
}

.box05_r p:nth-child(3) {
  margin-bottom: 36px;
}

.box06_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box06_title {
  width: 347px;
  height: 67px;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  background: url(../images/box06_btn1.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto 14px;
}

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

.box06_bottom {
  width: 497px;
  height: 447px;
  background: url(../images/box06_item.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 20px 64px 0;
}

.box06_img {
  position: relative;
  width: 100%;
  height: 207px;
}

.box06_img .swiper-container {
  height: 100%;
}

.box06_img img {
  width: 100%;
  height: 187px;
}

.box06 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
}

.box06 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #4693FC;
  opacity: 1;
}

.box06 .swiper-pagination-bullet-active {
  background: #0261FF;
}

.box06_txt {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

/* 地区开始 */

.region {
  padding-top: 40px;
}

.region a {
  float: left;
  display: block;
  width: 139px;
  height: 52px;
  background: url(../images/province_bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-bottom: 18px;
  text-align: center;
  line-height: 46px;
  font-size: 22px;
  color: #FFFFFF;
  transition: all .3s linear;
  margin-right: 22px;
}

.region a:hover {
  color: #0A319A;
  background: url(../images/province_active.png) no-repeat center center;
  background-size: 100% 100%;
  transform: translateY(-7px);
}

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

.fixed_right {
  position: fixed;
  top: 40%;
  right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  width: 174px;
  height: 118px;
  background: url(../images/fixed_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.fixed_right a {
  display: block;
  margin: 4px auto;
  width: 137px;
  height: 40px;
  border-radius: 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

.lbxz {
  color: #2860FA;
  background: linear-gradient(0deg, #C7EFFF, #FFFFFF);
}

.djzx {
  color: #FFFFFF;
  background: linear-gradient(0deg, #2A63FA, #6ED7FF);
  box-shadow: 0px 6px 16px 0px rgba(15, 41, 122, 0);
}

@media only all and (max-width:1080px) {
  .banner {
    height: 16rem;
    background-size: auto 100%;
  }
  .banner_container {
    width: 100%;
    padding-top: .8rem;
  }
  .txt01 {
    font-size: .7rem;
    margin-bottom: .4rem;
  }
  .txt02 {
    width: 80%;
  }
  .txt03 {
    width: 80%;
    height: 1.6rem;
    line-height: 1.6rem;
    margin: -0 auto .4rem;
    font-size: .7rem;
  }
  .txt04_item h3 {
    width: 90%;
    height: 1.1rem;
    border-radius: 1rem;
    font-size: .7rem;
    line-height: 1.1rem;
    margin-bottom: .1rem;
  }
  .txt04_item p {
    margin: .05rem 0;
  }
  .txt04_item p img {
    width: .4rem;
  }
  .box_container {
    min-height: auto;
    background-size: auto 100%;
  }
  .box01_body {
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: inset 0 0 1rem #009BDA;
    border-radius: .3rem;
  }
  .box02_body {
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: inset 0 0 1rem #009BDA;
    border-radius: .3rem;
  }
  .box03_body {
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: inset 0 0 1rem #009BDA;
    border-radius: .3rem;
  }
  .box04_body {
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: inset 0 0 1rem #009BDA;
    border-radius: .3rem;
  }
  .box05_body {
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: inset 0 0 1rem #009BDA;
    border-radius: .3rem;
  }
  .box06_body {
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: inset 0 0 1rem #009BDA;
    border-radius: .3rem;
  }
  .box07_body {
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: inset 0 0 1rem #009BDA;
    border-radius: .3rem;
  }
  .box_body {
    padding: .8rem .6rem;
  }
  .box01, .box02, .box03, .box04, .box05 {
    padding: .4rem 0;
  }
  .box07 {
    padding: .4rem 0;
  }
  .title {
    padding: .4rem 0;
    margin-bottom: .8rem;
    background: linear-gradient(0deg, #2A63FA, #6ED7FF);
    border-radius: 1rem;
  }
  .box03 .title {
    margin-bottom: .8rem;
  }
  .title h2 {
    font-size: .8rem;
  }
  .title p {
    margin-top: .2rem;
    font-size: .7rem;
    padding: 0 .2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 1rem;
  }
  .title2 {
    padding: .4rem 0;
  }
  table {
    border-radius: .4rem;
    font-size: .65rem;
  }
  .m {
    display: none;
  }
  table th {
    height: 1.6rem;
    font-size: .7rem;
  }
  table td {
    height: auto;
    width: auto;
  }
  .box03 table td {
    height: auto;
  }
  .box02_zzt {
    width: 100%;
    height: 8rem;
    padding: 0;
    margin-top: -0;
    background-size: 100%;
  }
  .box02_item {
    padding: 0;
    height: 100%;
    line-height: 1;
  }
  .box02_item:nth-child(1) {
    padding-bottom: 2%;
  }
  .box02_item:nth-child(2) {
    padding-bottom: 3%;
  }
  .box02_item:nth-child(3) {
    padding-bottom: 6%;
  }
  .box02_item:nth-child(4) {
    padding-bottom: 7%;
  }
  .box02_item:nth-child(5) {
    padding-bottom: 9%;
  }
  .box02_item:nth-child(6) {
    padding-bottom: 13%;
  }
  .box02_item:nth-child(7) {
    padding-bottom: 17%;
  }
  .box02_item h2 {
    font-size: .7rem;
    background-image: -webkit-linear-gradient( 0deg, #032076 0%, #032076 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #032076;
  }
  .box02_bottom {
    display: none;
  }
  .djbm_btn {
    margin: .8rem auto;
    width: 9rem;
    height: 3rem;
    font-size: .8rem;
    line-height: 2.6rem;
  }
  .djbm_btn:hover {
    background: url(../images/bm_active.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .box03_body p {
    font-size: .7rem;
  }
  .zzxy {
    width: 3rem;
    position: absolute;
    right: 1%;
    top: -6%;
  }
  .tkyh_txt {
    margin-bottom: .8rem;
  }
  .xs_xx {
    font-size: .8rem;
    margin: 1rem 0;
  }
  .xx_txt {
    margin-top: .8rem
  }
  .jd_container {
    background: none;
  }
  .xs_container {
    margin-top: 0;
    border-top: .1rem dashed;
  }
  .xs_item {
    margin: 0 .5%;
    width: 19%;
    height: 8rem;
    background: #C7F3FF;
    padding-top: 0;
  }
  .xs_item h3 {
    font-size: .7rem;
    line-height: 1;
    height: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0063FF;
    margin-bottom: 0;
  }
  .xs_body {
    height: 7rem;
  }
  .xs_body p {
    font-size: .6rem;
  }
  .xx_container {
    margin-bottom: 0;
  }
  .xx_item {
    margin: 0 .5%;
    width: 19%;
    height: 3rem;
    background: #C7F3FF;
    font-size: .7rem;
    padding-top: 0;
  }
  .xx_item.small {
    font-size: .7rem;
  }
  .xx_item2 {
    width: 19%;
    height: 3rem;
    background: #C7F3FF;
  }
  .box05_container {
    flex-direction: column;
  }
  .box05_l {
    width: 80%;
    margin: 0 auto;
  }
  .teacher_container {
    width: 100%;
    text-align: center;
  }
  .teacher_container img {
    width: 100%;
    height: 16rem;
  }
  .teacher_container .name {
    padding: 0 .3rem;
    line-height: 1.3rem;
    height: 1.3rem;
    border-radius: 1rem;
    font-size: .7rem;
    margin: 2rem 0 .2rem;
  }
  .teacher_container p {
    font-size: .6rem;
  }
  .box05_l .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 19%;
  }
  .box05_l .swiper-pagination-bullet {
    width: .4rem;
    height: .4rem;
  }
  .box05_r {
    margin-top: .8rem;
    width: 100%;
  }
  .box05_r img {
    width: 2rem;
  }
  .box05_r h3 {
    font-size: .75rem;
  }
  .box05_r .dsj {
    width: 100%;
    height: 10rem;
    padding-top: 1.3rem;
  }
  .box05_r p {
    font-size: .7rem;
    margin-bottom: 1.3rem;
  }
  .box05_r p:nth-child(3) {
    margin-bottom: 1rem;
  }
  .box06_container {
    flex-direction: column;
  }
  .box06_title {
    width: 10rem;
    height: 2.4rem;
    font-size: .8rem;
    line-height: 2rem;
    margin: .8rem auto;
  }
  .box06_item {
    width: 100%;
  }
  .box06_bottom {
    width: 100%;
    height: 16rem;
    padding: .6rem 13% 0;
  }
  .box06_img {
    height: 7.6rem;
  }
  .box06_img .swiper-container {
    height: 100%;
  }
  .box06_img img {
    width: 100%;
    height: 7rem;
  }
  .box06 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
  }
  .box06 .swiper-pagination-bullet {
    width: .3rem;
    height: .3rem;
  }
  .box06_txt {
    height: 5rem;
    font-size: .7rem;
  }
  /* 地区开始 */
  .region {
    width: 100%;
    height: auto;
    border-radius: .4rem;
    padding: .2rem;
  }
  .region a {
    width: 24%;
    height: 1.8rem;
    margin-right: 1%;
    margin-bottom: .4rem;
    line-height: 1.5rem;
    font-size: .7rem;
  }
  .region a:nth-child(7n) {
    margin-right: 1%;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
  .fixed_right {
    display: none;
  }
}