.box {
  position: relative;
  overflow: hidden;
}

.banner {
  width: 100%;
  height: 761px;
  background: url(../images/banner_bg.png) no-repeat center center;
}

.banner_container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding-top: 651px;
}

.txt01 {
  position: absolute;
  top: -46px;
  left: 107px;
}

.txt02 {
  position: absolute;
  left: -111px;
  top: 399px;
  animation-duration: 1.5s;
}

.txt03 {
  position: absolute;
  top: 57px;
  left: 687px;
  animation-duration: 1.5s;
}

.xsyh {
  display: block;
  margin: 0 auto;
  width: 453px;
  height: 92px;
  background: url(../images/banner_btn_bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #1BADB7;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 92px;
}

.box01 {
  height: 1104px;
  background: url(../images/bg1.png) no-repeat center center;
  background-size: auto 100%;
  box-sizing: border-box;
  padding-top: 22px;
}

.box02 {
  height: 939px;
  background: url(../images/bg2.png) no-repeat center center;
  background-size: auto 100%;
  box-sizing: border-box;
  padding-top: 72px;
}

.box03 {
  height: 749px;
  background: url(../images/bg3.png) no-repeat center center;
  background-size: auto 100%;
  box-sizing: border-box;
  padding-top: 76px;
}

.box04 {
  height: 641px;
  background: url(../images/bg4.png) no-repeat center center;
  background-size: auto 100%;
  box-sizing: border-box;
  padding-top: 76px;
}

.box05 {
  height: 631px;
  background: url(../images/bg5.png) no-repeat center center;
  background-size: auto 100%;
  box-sizing: border-box;
  padding-top: 72px;
}

.box06 {
  height: 1284px;
  background: url(../images/bg6.png) no-repeat center center;
  background-size: auto 100%;
}

.title01 {
  width: 530px;
  height: 118px;
  background: url(../images/title01.png) no-repeat center center;
  background-size: 100% 100%;
  color: #2DD3DD;
  font-size: 72px;
  font-weight: bold;
  text-align: center;
  line-height: 105px;
  margin: 0 auto;
}

.table_container {
  width: 1174px;
  height: 604px;
  background: url(../images/box01_bg1.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 21px auto 16px;
  box-sizing: border-box;
  padding-top: 30px;
}

.table_container ul {
  width: 1147px;
  height: 91px;
  background: url(../images/kc_tab_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.table_container ul li {
  width: 310px;
  height: 73px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 64px;
  background: url(../images/tab_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.table_container ul li.active {
  background: url(../images/tab_avtive.png) no-repeat center center;
  background-size: 100% 100%;
  color: #1badb7;
}

.tab_btn2 {
  position: relative;
}

.qxzs {
  position: absolute;
  top: -22px;
  right: -95px;
}

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

.table {
  display: none;
  width: 938px;
}

.table.active {
  display: block;
}

.table table {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 5px 32px 0px #279FE1;
  border-radius: 10px;
  overflow: hidden;
  color: #000000;
  font-size: 22px;
}

.table table th {
  background: #FFF22A;
  height: 53px;
  color: #1BADB7;
  font-size: 26px;
  border-right: 1px solid #89D3EA;
}

.table table thead {
  box-shadow: 0px 5px 32px 0px #279FE1;
}

.table table td {
  height: 51px;
  border-top: 1px solid #89D3EA;
  border-right: 1px solid #89D3EA;
}

.table table th:last-child, .table table td:last-child {
  border-right: 0;
}

.fxkc_container {
  width: 1170px;
  height: 184px;
  background: url(../images/fxkc_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.fxkc_r {
  width: 800px;
  box-sizing: border-box;
  padding-left: 20px;
}

.fxkc_r p {
  color: #FFFFFF;
  font-size: 26px;
  margin: 7px 0;
}

.fxkc_r p.bg {
  display: inline-block;
  height: 38px;
  background: #FFF22A;
  border-radius: 6px;
  color: #1BADB7;
  font-weight: bold;
}

.djzx {
  display: block;
  margin: 16px auto 0;
  width: 313px;
  height: 92px;
  background: url(../images/djzx.png) no-repeat center center;
  background-size: 100% 100%;
  color: #1BADB7;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 92px;
}

.title {
  width: 836px;
  height: 78px;
  background: url(../images/title02.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 48px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
}

.title span {
  width: 98px;
  height: 98px;
  text-align: center;
  line-height: 98px;
  vertical-align: middle;
  margin: 0 10px 0 10px;
  color: #1BADB7;
  font-size: 50px;
  background: url(../images/star.png) no-repeat center center;
  background-size: 100% 100%;
}

.box02_item {
  width: 1170px;
  height: 114px;
  background: url(../images/box02_bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.box02_item_l {
  width: 359px;
  height: 122px;
  background: url(../images/icon_bg1.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: -9px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box02_item_l span {
  margin-left: 10px;
  color: #FFFFFF;
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0px 5px 10px #1081C0;
}

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

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

.box02_item p {
  width: 800px;
  color: #FFFFFF;
  font-size: 26px;
  box-sizing: border-box;
  padding-left: 20px;
  font-weight: bold;
}

.teacher_swiper {
  width: 1070px;
  margin: 60px auto 0;
  position: relative;
}

.teacher_swiper .swiper-slide {
  width: 100%;
  height: 290px;
  display: flex;
  flex-direction: column-reverse;
}

.teacher_box {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  height: 255px;
}

.teacher_info {
  width: 193px;
  height: 239px;
  margin: -35px auto 0;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.teacher_info_inner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
  color: #FFFFFF;
  font-size: 20px;
  box-sizing: border-box;
  padding: 0 8px 20px;
  text-align: center;
  flex-direction: column-reverse;
}

.teacher_swiper .swiper-slide:hover .teacher_info_inner {
  display: flex;
}

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

.teacher_box h5 {
  width: 138px;
  height: 43px;
  margin: -10px auto 0;
  line-height: 46px;
  background: #FFF22A;
  border-radius: 0 0 10px 10px;
  color: #1BADB7;
  font-size: 20px;
  text-align: center;
}

.swiper-button-prev.swiper-button-white.prev {
  width: 39px;
  height: 38px;
  background-image: url("../images/arrow_l.png");
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.box05_r .swiper-button-prev.swiper-button-white.prev {
  left: -50px;
}

.swiper-button-prev.swiper-button-white.prev:hover {
  background-image: url("../images/arrow_l_active.png");
}

.swiper-button-next.swiper-button-white.next {
  width: 39px;
  height: 38px;
  background-image: url("../images/arrow_r.png");
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.box05_r .swiper-button-next.swiper-button-white.next {
  right: -50px;
}

.swiper-button-next.swiper-button-white.next:hover {
  background-image: url("../images/arrow_r_active.png");
}

.box03_wrap {
  width: 1174px;
  height: 502px;
  background: url(../images/box03_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box03_l {
  margin-right: 12px;
}

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

.box03_item h3 {
  width: 198px;
  height: 96px;
  background: url(../images/box03_tip.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 5px 10px #1081C0;
  position: relative;
}

.box03_item_r {
  width: 452px;
  height: 129px;
  background: rgba(255, 242, 42, 0);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 5px 35px 0px rgba(11, 157, 165, 0.41);
  border-radius: 10px;
  box-sizing: border-box;
  padding-left: 100px;
  color: #FFFFFF;
  font-size: 19px;
  margin-left: -80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}

.box04_wrap {
  width: 1174px;
  height: 402px;
  background: url(../images/box04_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box04_l div {
  width: 288px;
  height: 96px;
  background: url(../images/box04_tip.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 38px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 5px 10px #1081C0;
}

.box04_l_top {
  margin-bottom: 40px;
}

.box04_r {
  margin-left: 23px;
  width: 760px;
}

.box04_line {
  display: flex;
  align-items: center;
}

.box04_line_add {
  margin: 20px 0 10px;
  box-sizing: border-box;
  padding-left: 40px;
}

.box04_r p {
  display: flex;
  align-items: flex-start;
  color: #FFFFFF;
  font-size: 20px;
  margin-right: 30px;
}

.box04_line2 p:nth-child(1) {
  margin-left: 30px;
  margin-bottom: 50px;
}

.small_star {
  margin-right: 8px;
}

.box05_wrap {
  width: 1174px;
  height: 392px;
  background: url(../images/box05_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box05_l {
  width: 758px;
}

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

.box05_tips div {
  width: 198px;
  height: 76px;
  background: url(../images/box05_tip.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box05_l_b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -20px;
  margin-left: -25px;
}

.box05_r {
  width: 194px;
  height: 315px;
  background: url(../images/box05_r.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 65px;
}

.box05_r {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  box-sizing: border-box;
  padding: 25px 30px 30px;
}

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

.box05_r .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box05_r img {
  margin: 0 auto;
}

.icon4 {
  width: 70%;
}

.box06_container {
  width: 1174px;
  height: 472px;
  background: url(../images/box05_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 39px 0 0;
}

.box06_top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #FFFFFF;
  text-align-last: center;
}

.box06_top p {
  font-size: 20px;
  line-height: 40px;
}

.box06_top h3 {
  line-height: 70px;
  font-size: 23px;
  text-shadow: 0px 4px 0px rgba(18, 144, 159, 0.95);
}

.box06_item {
  width: 259px;
  height: 152px;
  background: url(../images/box06_tip.png) no-repeat center center;
  background-size: 100% 100%;
}

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

.img {
  margin-right: 30px;
}

/* 地区开始 */

.region_title {
  margin-top: 180px;
}

.region a {
  float: left;
  width: 138px;
  height: 66px;
  background: url(../images/province_bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-top: 22px;
  text-align: center;
  line-height: 66px;
  font-weight: bold;
  margin-right: 8px;
  font-size: 26px;
  color: #FFFFFF;
  transition: transform .4s linear;
}

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

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

.fixed_left {
  display: none;
  position: fixed;
  z-index: 100;
  width: 104px;
  height: 331px;
  background: url(../images/fix_bg.png) no-repeat center center;
  background-size: 100% 100%;
  left: 5px;
  top: 20%;
  box-sizing: border-box;
  padding-top: 10px;
}

.fixed_left a {
  display: block;
  width: 64px;
  height: 64px;
  background: url(../images/star_bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #1BADB7;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 66px;
  margin: 0 auto -2px;
}

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

@media only all and (max-width:1080px) {
  .banner {
    height: 13rem;
    background-size: auto 100%;
  }
  .banner_container {
    width: 100%;
    padding-top: 10rem;
  }
  .txt01 {
    width: 76%;
    position: absolute;
    top: -.6rem;
    left: 7%;
  }
  .txt02 {
    width: 50%;
    position: absolute;
    left: 0;
    top: 48%;
  }
  .txt03 {
    width: 50%;
    position: absolute;
    top: 1rem;
    left: auto;
    right: 0;
  }
  .xsyh {
    width: 70%;
    height: 2.3rem;
    font-size: .8rem;
    line-height: 2.3rem;
  }
  .box01 {
    height: auto;
    padding: 1rem 0;
  }
  .box02 {
    height: auto;
    padding: 1rem 0;
  }
  .box03 {
    height: auto;
    padding: 1rem 0;
  }
  .box04 {
    height: auto;
    padding: 1rem 0;
  }
  .box05 {
    height: auto;
    padding: 1rem 0;
  }
  .box06 {
    height: auto;
    padding: 1rem 0;
  }
  .title01 {
    width: 90%;
    height: 3rem;
    font-size: .8rem;
    line-height: 2.8rem;
  }
  .table_container {
    width: 100%;
    height: auto;
    background: #00D7E0;
    margin: .6rem auto;
    padding: .6rem .6rem .6rem 0;
    border-radius: .4rem;
  }
  .table_container ul {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }
  .table_container ul li {
    width: 44%;
    height: 2rem;
    font-size: .7rem;
    line-height: 1.8rem;
  }
  .qxzs {
    width: 3rem;
    top: -2.4rem;
    right: -1rem;
  }
  .tab_container_b {
    width: 100%;
    margin-top: .8rem;
  }
  .tab_r {
    width: 82%;
  }
  .table {
    width: 100%;
  }
  .qcpjdcp {
    width: 18%;
  }
  .table table {
    border: .05rem solid #FFFFFF;
    border-radius: .8rem;
    font-size: .6rem;
  }
  .table table th {
    height: 1.6rem;
    font-size: .7rem;
  }
  .table table td {
    height: 1.6rem;
  }
  .fxkc_container {
    width: 100%;
    height: auto;
    background: #00D7E0;
    box-sizing: border-box;
    padding: .6rem;
    flex-direction: column;
    border-radius: .4rem;
  }
  .fxkc {
    width: 60%;
  }
  .fxkc_r {
    width: 100%;
    padding-left: 0;
  }
  .fxkc_r p {
    font-size: .7rem;
    margin: .2rem 0;
  }
  .fxkc_r p.bg {
    height: auto;
    border-radius: .4rem;
  }
  .djzx {
    margin: .8rem auto 0;
    width: 60%;
    height: 3.2rem;
    font-size: .8rem;
    line-height: 3.2rem;
  }
  .title {
    width: 96%;
    height: 2rem;
    font-size: .7rem;
    margin: 0 auto .8rem;
  }
  .title span {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    margin: 0 .1rem 0 .1rem;
    font-size: 1rem;
  }
  .box02_item {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #00D7E0;
    margin: .6rem auto;
    padding: .6rem .6rem .6rem 0;
    border-radius: .4rem;
    flex-direction: column;
  }
  .box02_item_l {
    width: 40%;
    height: 3rem;
    margin-left: 0;
  }
  .box02_item_l img {
    width: 1.6rem;
  }
  .box02_item_l span {
    margin-left: .2rem;
    font-size: .8rem;
  }
  .box02_item p {
    width: 100%;
    font-size: .7rem;
    padding: 0 1rem;
  }
  .teacher_swiper {
    width: 94%;
    margin: .8rem auto 0;
  }
  .teacher_swiper .swiper-slide {
    width: 100%;
    height: 12rem;
  }
  .teacher_box {
    border-radius: .4rem;
    height: 10rem;
  }
  .teacher_info {
    width: 90%;
    height: 9rem;
    margin: -2rem auto 0;
    border-radius: .4rem;
  }
  .teacher_info_inner {
    font-size: .6rem;
    padding: 0 .4rem .8rem;
  }
  .teacher_box h5 {
    width: 60%;
    height: 2rem;
    margin: -.4rem auto 0;
    line-height: 2.3rem;
    border-radius: 0 0 .4rem .4rem;
    font-size: .8rem;
  }
  .swiper-button-prev.swiper-button-white.prev {
    width: 1.4rem;
    height: 1.4rem;
    left: -1rem;
  }
  .box05_r .swiper-button-prev.swiper-button-white.prev {
    left: -1rem;
  }
  .swiper-button-next.swiper-button-white.next {
    width: 1.4rem;
    height: 1.4rem;
    right: -1rem;
  }
  .box05_r .swiper-button-next.swiper-button-white.next {
    right: -1rem;
  }
  .box03_wrap {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #00D7E0;
    margin: .6rem auto;
    padding: .6rem;
    border-radius: .4rem;
    flex-direction: column;
  }
  .box03_l {
    margin-right: 0;
  }
  .box03_item {
    flex-direction: column;
  }
  .box03_item h3 {
    width: 5rem;
    height: 3rem;
    font-size: .8rem;
    margin-bottom: .6rem;
  }
  .box03_item_r {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    padding: .6rem;
    font-size: .7rem;
    margin-left: 0;
    margin-bottom: .6rem;
  }
  .box03_wrap img {
    width: 100%;
    height: auto;
  }
  .box04_wrap {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #00D7E0;
    margin: .6rem auto;
    padding: .6rem;
    border-radius: .4rem;
    flex-direction: column;
  }
  .box04_l {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .box04_l div {
    width: 40%;
    height: 2.6rem;
    font-size: .8rem;
  }
  .box04_l_top {
    margin-bottom: 0;
  }
  .box04_r {
    margin-left: 0;
    width: 100%;
  }
  .box04_line {
    display: flex;
    align-items: center;
  }
  .box04_line_add {
    margin: .6rem 0;
    padding-left: 8%;
  }
  .box04_r p {
    font-size: .7rem;
    margin-right: 1rem;
  }
  .zh {
    width: 4rem;
    margin-right: 18%;
  }
  .box04_line2 p:nth-child(1) {
    margin-left: 0;
    margin-bottom: .8rem;
  }
  .small_star {
    width: 1rem;
    margin-right: .2rem;
  }
  .box05_wrap {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #00D7E0;
    margin: .6rem auto;
    padding: .6rem;
    border-radius: .4rem;
    flex-direction: column;
  }
  .box05_l {
    width: 100%;
  }
  .box05_tips {
    flex-wrap: wrap;
    justify-content: center;
  }
  .box05_tips div:nth-child(1) {
    margin-right: 2%;
  }
  .box05_tips div {
    width: 48%;
    margin-bottom: .3rem;
    height: 3rem;
    font-size: .8rem;
  }
  .box05_l_b {
    margin-bottom: 0;
    margin-left: 0;
  }
  .box05_l_b img {
    width: 50%;
    height: auto;
  }
  .box05_r {
    width: 80%;
    height: 15rem;
    margin-left: 0;
  }
  .box05_r {
    font-size: .7rem;
    padding: 1rem 1.4rem 1.4rem;
  }
  .box05_r .swiper-container {
    height: 100%;
  }

  .box05_r img {
    width: 50%;
  }
  .icon4 {
    width: 50%;
  }
  .box06_container {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #00D7E0;
    margin: .6rem auto;
    padding: .6rem;
    border-radius: .4rem;
    flex-direction: column;
  }
  .box06_top {
    flex-wrap: wrap;
  }
  .box06_top p {
    font-size: .6rem;
    line-height: 1rem;
  }
  .box06_top h3 {
    line-height: 2rem;
    font-size: .8rem;
  }
  .box06_item {
    width: 50%;
    height: 4rem;
  }

  .box06_bottom img {
    width: 50%;
  }
  .img {
    margin-right: 0;
  }
  /* 地区开始 */
  .region_title {
    margin-top: 1rem;
  }
  .region a {
    width: 24%;
    height: 1.8rem;
    margin-right: 1%;
    margin-top: .2rem;
    line-height: 1.8rem;
    font-size: .7rem;
  }
  .region a:nth-child(8n) {
    margin-right: 1%;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
}