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

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

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

.txt01 {
  color: #FEE979;
  font-size: 28px;
  text-align: center;
}

.txt02 {
  margin: -70px auto 0;
}

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

.txt03 span {
  color: #FEE979;
  font-size: 22px;
  text-decoration: underline;
  margin: 0 4px;
}

.txt_play {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.play_item {
  width: 110px;
  height: 115px;
  background: url(../images/play.png) no-repeat center center;
  color: #EE0F08;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 110px;
  margin: 0 13px;
  cursor: pointer;
}

.txt04 {
  display: none;
  margin: 0 auto;
  width: 417px;
  height: 57px;
  line-height: 50px;
  text-align: center;
  color: #EE0F08;
  font-size: 26px;
  font-weight: bold;
  background: url(../images/txt04_bg.png) no-repeat center center;
}
.txt04.active {
  display: block;
}

.banner_bottom {
  width: 1252px;
  height: 822px;
  background: url(../images/banner_bottom.png) no-repeat center center;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding: 45px 96px 0;
}

.banner_bottom h1 {
  font-size: 60px;
  line-height: 1;
  background: linear-gradient(180deg, #FF1A10 0%, #D31C00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner_bottom h1 span {
  font-size: 36px;
}

.banner_bottom_title {
  margin: 10px auto;
  width: 429px;
  height: 29px;
  background: #DD0F0D;
  border-radius: 15px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 29px;
}

.banner_bottom_title span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #F9D56F;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 8px;
}

.table_title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F81A0D;
  font-size: 32px;
  font-weight: bold;
  margin-top: 40px;
}

.table_title img {
  margin: 0 10px;
}

.table_title .dz {
  transform: rotate(180deg);
}

.banner_bottom table {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 20px;
  background: #CD0C0A;
  box-shadow: 0px 3px 9px 0px #F4A95C;
}

.banner_bottom table th {
  height: 50px;
  background: linear-gradient(#FFD95D, #FFCB00);
  border: 1px solid #EA0000;
  width: 50%;
  color: #E41B06;
  font-size: 26px;
  overflow: hidden;
  border-right: 1px solid #FA4E00;
}

.banner_bottom table thead {
  box-shadow: 0px 14px 29px 0px rgba(208, 0, 0, 0.42);
}

.banner_bottom table th:nth-child(1) {
  border-radius: 40px 0 0 40px;
  border-right: 0;
}

.banner_bottom table tbody tr:nth-child(1) td, .banner_bottom table tbody tr:nth-child(5) td {
  color: #F9D56F;
  font-size: 22px;
  font-weight: bold;
  background: #CD0C0A;
}

.banner_bottom table th:nth-child(2) {
  border-radius: 0 40px 40px 0;
  border-left: 0;
  border-right: 0;
}

.banner_bottom table td {
  height: 49px;
  border-bottom: 1px solid #FA4E00;
  border-right: 1px solid #FA4E00;
  background: #FF1A10;
}

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

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

.box02 {
  height: 754px;
  box-sizing: border-box;
  padding-top: 42px;
  background: url(../images/box02_bg.png) no-repeat center center;
}

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

.box04 {
  height: 1043px;
  box-sizing: border-box;
  padding-top: 50px;
  background: url(../images/box04_bg.png) no-repeat center center;
}

.box05 {
  height: auto;
  padding: 60px 0;
  background: #F00000;
}

.title h1 {
  text-align: center;
  color: #D90001;
  font-size: 90px;
}

.title h1 span {
  color: #101010;
  font-size: 66px;
}

.title p {
  width: 382px;
  height: 38px;
  background: #D90001;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 20px;
}

.box02 .title p {
  width: 562px;
}

.box03 .title h1, .box05 .title h1 {
  color: #FFFFFF;
}

.box03 .title h1 span, .box05 .title h1 span {
  color: #FFFFFF;
}

.box03 .title p, .box05 .title p {
  background: #F1B750;
}

.box_bottom2 {
  margin-top: -10px;
}

.title p span {
  display: inline-block;
  margin: 0 5px;
}

.kc_txt {
  color: #FFFFFF;
  font-size: 30px;
  width: 285px;
  height: 107px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  margin: 20px auto 0;
  background: url(../images/kc_bg.png) no-repeat center center;
}

.xx_list {
  display: flex;
  justify-content: space-between;
  margin-top: -20px;
}

.xx_item {
  width: 180px;
  height: 406px;
  box-sizing: border-box;
  cursor: pointer;
  padding-top: 54px;
  position: relative;
  transition: transform .3s linear;
  background: url(../images/box01_item.png) no-repeat center center;
}

.xx_item:hover {
  transform: translateY(-20px);
}

.xx_item .content {
  height: 218px;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  color: #101010;
  font-size: 16px;
  align-items: center;
  line-height: 1.3;
}

.xx_item .content p {
  margin: 0 5px;
}

.xx_item .bottom {
  position: absolute;
  width: 94%;
  height: 38px;
  left: 0;
  bottom: 9px;
  color: #FFE04E;
  font-size: 21px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}

.xx_item .number {
  margin: 0 auto;
}

.kc_txt.xs {
  margin-top: 45px;
}

.xs_container {
  width: 1200px;
  height: 130px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  padding: 0 60px;
  background: url(../images/xs_bg.png) no-repeat center center;
}

.xs_item {
  display: block;
  width: 188px;
  height: 60px;
  color: #E30909;
  font-size: 23px;
  text-align: center;
  transition: all .3s linear;
  line-height: 60px;
  font-weight: bold;
  background: url(../images/xs_a.png) no-repeat center center;
}

.xs_item:hover {
  transform: translateY(-10px);
  color: #FFFFFF;
  background: url(../images/xs_active.png) no-repeat center center;
}

.box02_inner {
  width: 1200px;
  height: 446px;
  background: url(../images/box02_inner.png) no-repeat center center;
  box-sizing: border-box;
  padding: 65px 90px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.box02_inner .box02_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 55px;
  background: linear-gradient(180deg, #FF0100, #C91011);
  border: 2px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0px 14px 29px 0px rgba(208, 0, 0, 0.42);
  border-radius: 28px;
  color: #FFFFFF;
  font-size: 20px;
  margin-right: 14px;
}

.box02_inner .box02_item:nth-child(5n) {
  margin-right: 0;
}

.teacher_swiper {
  width: 1087px;
  margin: 110px auto 0;
  position: relative;
}

.teacher_box {
  width: 257px;
  height: 356px;
  background: url(../images/teacher_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding: 17px 16px 50px 50px;
}

.teacher_box img {
  display: block;
  width: 100%;
  height: 100%;
}

.teacher_info {
  display: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 17px 16px 50px 50px;
}

.teacher_box:hover .teacher_info {
  display: block;
}

.teacher_info_inner {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  display: flex;
  flex-direction: column-reverse;
  box-sizing: border-box;
  padding-bottom: 15px;
  text-align: center;
}

.teacher_info h5 {
  margin-bottom: 5px;
  font-size: 26px;
}

.teacher_info p {
  font-size: 20px;
  width: 90%;
  margin: 0 auto;
}

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

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

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

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

.teacher_bottom {
  width: 1200px;
  height: 147px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 25px 125px;
  background: url(../images/teacher_bottom.png) no-repeat center center;
}

.teacher_tip {
  display: flex;
  align-items: center;
  animation: box2_move 5s linear infinite reverse;
}
@keyframes box2_move {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(5px, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(-5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}


.teacher_tip img {
  margin-right: 5px;
}

.teacher_tip span {
  display: inline-block;
  padding: 0 22px;
  color: #C91011;
  font-size: 15px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #F00000;
  border-radius: 30px;
}

.teacher_tip2 {
  margin-top: 8px;
  margin-left: 50px;
  animation: box2_move 3s linear infinite reverse;
}

.teacher_tip3 {
  margin-left: 50px;
  margin-bottom: 20px;
  animation: box2_move 4s linear infinite reverse;
}

.teacher_tip4 {
  margin-left: 40px;
  animation: box2_move 5s linear infinite reverse;
}

.teacher_tip5 {
  margin-left: 40px;
  animation: box2_move 4s linear infinite reverse;
}

.teacher_tip6 {
  margin-left: 40px;
  margin-top: 10px;
  animation: box2_move 3s linear infinite reverse;
}

.teacher_tip7 {
  margin-left: 20px;
}

.teacher_tip8 {
  margin-left: 90px;
  animation: box2_move 3s linear infinite reverse;
}

.box04_top {
  width: 1199px;
  height: 292px;
  margin: 50px auto 0;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding-top: 20px;
  justify-content: center;
  background: url(../images/box04_top.png) no-repeat center center;
}

.box04_l {
  width: 420px;
  box-sizing: border-box;
  padding-left: 30px;
}

.box04_l_item {
  width: 272px;
  height: 33px;
  background: url(../images/box_04item.png) no-repeat center center;
  color: #ED0606;
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 33px;
  margin: 0 auto 15px;
  padding-left: 57px;
}

.box04_img2, .box04_img1 {
  margin-left: -75px;
}

.box04_bottom {
  box-sizing: border-box;
  padding: 0 30px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 75px;
  background: url(../images/box04_bottom.png) no-repeat center bottom;
}

.box04_bottom_r {
  width: 305px;
  height: 297px;
  box-sizing: border-box;
  padding-top: 20px;
  background: url(../images/box04_bottom_r.png) no-repeat center center;
}

.box04_bottom_item {
  width: 204px;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  padding-left: 45px;
  margin: 14px auto;
  color: #ED0606;
  font-size: 17px;
  font-weight: bold;
  background: url(../images/box_04item2.png) no-repeat center center;
}

/* 地区开始 */

.region {
  margin-top: 60px;
}

.region a {
  float: left;
  width: 148px;
  height: 60px;
  background: url(../images/provice_bg.png) no-repeat center center;
  margin-right: 2px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 60px;
  font-size: 23px;
  color: #E30909;
}

.region a:hover {
  color: #fff;
  background: url(../images/provice_active.png) no-repeat center center;
}

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

.fixed_right {
  display: none;
  position: fixed;
  right: 0;
  top: 20%;
  width: 199px;
  height: 285px;
  box-sizing: border-box;
  padding-top: 100px;
  background: url(../images/fixed_bg.png) no-repeat center center;
}

.close {
  cursor: pointer;
  position: absolute;
  top: 72px;
  right: 20px;
  transition: all .4s;
}

.close:hover {
  transform: rotate(180deg);
}

.fixed_right a {
  display: block;
  width: 148px;
  height: 60px;
  margin: 10px auto;
  text-align: center;
  line-height: 60px;
  color: #FFFFFF;
  font-size: 22px;
  background: url(../images/provice_bg.png) no-repeat center center;
}

.fixed_right a:hover {
  background: url(../images/provice_active.png) no-repeat center center;
}

@media only all and (max-width:1080px) {
  .banner {
    height: 42rem;
    background-size: auto 100%;
  }
  .banner_container {
    width: 100%;
    padding-top: .8rem;
  }
  .txt01 {
    font-size: .7rem;
  }
  .txt02 {
    width: 90%;
    margin: -.6rem auto 0;
  }
  .txt03 {
    margin-top: -.6rem;
  }
  .txt03 img {
    width: .8rem;
  }
  .txt03 span {
    font-size: .7rem;
    margin: 0 .1rem;
  }
  .txt_play {
    margin: .8rem 0;
  }
  .play_item {
    width: 3rem;
    height: 3.1rem;
    background-size: 100% 100%;
    font-size: .7rem;
    line-height: 3rem;
    margin: 0 .2rem;
  }
  .txt04 {
    width: 70%;
    height: 2rem;
    line-height: 1.7rem;
    font-size: .8rem;
    background-size: 100% 100%;
  }
  .banner_bottom {
    width: 100%;
    height: 27rem;
    background-size: auto 100%;
    padding: 1.6rem .6rem;
  }
  .banner_bottom h1 {
    font-size: 1.4rem;
  }
  .banner_bottom h1 span {
    font-size: .7rem;
  }
  .banner_bottom_title {
    margin: .4rem auto;
    width: 90%;
    height: 1.4rem;
    border-radius: 1rem;
    font-size: .7rem;
    line-height: 1.4rem;
  }
  .banner_bottom_title span {
    width: .24rem;
    height: .24rem;
    margin: 0 .1rem;
  }
  .table_title {
    font-size: .7rem;
    margin-top: .8rem;
  }
  .table_title img {
    margin: 0 .2rem;
    width: 10%;
  }
  .banner_bottom table {
    margin-top: .5rem;
    border-radius: 1rem;
    font-size: .6rem;
  }
  .banner_bottom table th {
    height: 1.6rem;
    font-size: .8rem;
  }
  .banner_bottom table th:nth-child(1) {
    border-radius: .7rem 0 0 .7rem;
  }
  .banner_bottom table tbody tr:nth-child(1) td, .banner_bottom table tbody tr:nth-child(5) td {
    font-size: .7rem;
  }
  .banner_bottom table th:nth-child(2) {
    border-radius: 0 .7rem .7rem 0;
  }
  .banner_bottom table td {
    height: 1.6rem;
  }
  .banner_bottom table td:last-child {
    border-right: 0;
  }
  .box01, .box02, .box03, .box04 {
    height: auto;
    padding: .8rem 0;
    background-size: auto 100%;
  }
  .box05 {
    padding: .8rem 0;
  }
  .title h1 {
    font-size: 1.5rem;
  }
  .title h1 span {
    font-size: 1rem;
  }
  .title p {
    width: 90%;
    height: 1.4rem;
    border-radius: .4rem;
    font-size: .7rem;
  }
  .title p img {
    width: .4rem;
  }
  .box02 .title p {
    width: 90%;
  }
  .box_bottom {
    width: 100%;
  }
  .box_bottom2 {
    margin-top: -.3rem;
  }
  .title p span {
    margin: 0 .2rem;
  }
  .kc_txt {
    font-size: .7rem;
    width: 7.13rem;
    height: 2.68rem;
    line-height: 2rem;
    margin: .4rem auto 0;
    background-size: 100% 100%;
  }
  .xx_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -20px;
  }
  .xx_item {
    width: 25%;
    height: 10rem;
    padding-top: 1.4rem;
    background-size: 100% 100%;
  }
  .xx_item:hover {
    transform: translateY(-.4rem);
  }
  .xx_item .content {
    height: 5rem;
    margin-top: .9rem;
    font-size: .5rem;
    line-height: 1;
  }
  .xx_item .content p {
    margin: 0 .2rem;
  }
  .xx_item .bottom {
    width: 97%;
    height: 1rem;
    bottom: .2rem;
    font-size: .5rem;
    line-height: 1rem;
  }
  .xx_item .number {
    width: 18%;
  }
  .kc_txt.xs {
    margin-top: 45px;
  }
  .xs_container {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 1rem;
    background-size: auto 100%;
  }
  .xs_item {
    width: 4.8rem;
    height: 1.5rem;
    font-size: .7rem;
    line-height: 1.5rem;
    background-size: 100% 100%;
    margin: .2rem 0;
  }
  .xs_item:hover {
    transform: translateY(-.4rem);
    background-size: 100% 100%;
  }
  .box02 .title p {
    height: 2rem;
    text-align: center;
  }
  .box02 .title p span {
    width: 80%;
  }
  .box02_inner {
    width: 100%;
    height: auto;
    background-size: auto 100%;
    padding: 1.3rem .8rem 3rem;
    margin-top: .8rem;
  }
  .box02_inner .box02_item {
    width: 47%;
    height: 2rem;
    border-radius: 1rem;
    font-size: .7rem;
    margin-right: 2%;
  }
  .box02_inner .box02_item:nth-child(5n) {
    margin-right: 2%;
  }
  .box02_inner .box02_item:nth-child(2n) {
    margin-right: 0;
  }
  .teacher_swiper {
    width: 100%;
    margin: 1rem auto 0;
  }
  .teacher_box {
    width: 100%;
    height: 11rem;
    padding: 1rem 10% 2rem 24%;
  }
  .teacher_info {
    padding: 1rem 10% 2rem 24%;
  }
  .teacher_info_inner {
    padding-bottom: .4rem;
  }
  .teacher_info h5 {
    margin-bottom: .1rem;
    font-size: .7rem;
  }
  .teacher_info p {
    font-size: .6rem;
  }
  .teacher_swiper .swiper-button-prev.swiper-button-white.prev {
    width: .8rem;
    height: .88rem;
    background-size: 100% 100%;
    left: -2%;
  }
  .teacher_swiper .swiper-button-prev.swiper-button-white.prev:hover {
    background-size: 100% 100%;
  }
  .teacher_swiper .swiper-button-next.swiper-button-white.next {
    width: .8rem;
    height: .88rem;
    background-size: 100% 100%;
    right: -2%;
  }
  .teacher_swiper .swiper-button-next.swiper-button-white.next:hover {
    background-size: 100% 100%;
  }
  .teacher_bottom {
    width: 100%;
    height: auto;
    margin-top: .6rem;
    padding: 13% 1%;
    background-size: auto 100%;
  }
  .teacher_tip img {
    width: .5rem;
    margin-right: .2rem;
  }
  .teacher_tip span {
    padding: 0 .5rem;
    font-size: .7rem;
    height: 1.4rem;
    line-height: 1.4rem;
    border-radius: 1rem;
  }
  .teacher_tip2 {
    margin-top: 0;
    margin-left: 0;
  }
  .teacher_tip3 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .teacher_tip4 {
    margin-left: 0;
  }
  .teacher_tip5 {
    margin-left: 0;
  }
  .teacher_tip6 {
    margin-left: 0;
    margin-top: 0;
  }
  .teacher_tip7 {
    margin-left: 0;
  }
  .teacher_tip8 {
    margin-left: 0;
  }
  .teacher_tip {
    margin: .2rem .5rem;
  }
  .box04_top {
    width: 100%;
    height: auto;
    margin: .4rem auto 0;
    flex-direction: column;
    padding-top: 20px;
    background: none;
  }
  .box04_l {
    width: 100%;
    padding: .8rem;
    background-color: #ED0606;
  }
  .box04_l_item {
    width: 100%;
    height: 1.4rem;
    background-size: 100% 100%;
    font-size: .7rem;
    line-height: 1.4rem;
    margin: 0 auto .4rem;
    padding-left: 22%;
  }
  .box04_img2, .box04_img1 {
    width: 100%;
    margin-left: 0;
  }
  .box04_bottom {
    box-sizing: border-box;
    padding: 0 .8rem 0;
    flex-wrap: wrap;
    margin-top: .8rem;
    background: none;
  }
  .box04_bottom img {
    width: 48%;
    height: 8rem;
    margin-bottom: .4rem;
  }
  .box04_bottom_r {
    width: 50%;
    height: 8rem;
    padding-top: .4rem;
    background-size: 100% 100%;
  }
  .box04_bottom_item {
    width: 90%;
    height: 1.3rem;
    line-height: 1.3rem;
    padding-left: 0;
    margin: .1rem auto;
    font-size: .7rem;
    text-align: center;
    background: #fff;
    border-radius: 1rem;
  }
  /* 地区开始 */
  .region {
    margin-top: 1rem;
  }
  .region a {
    width: 24%;
    height: 1.8rem;
    margin-left: 0;
    margin-right: 1%;
    margin-bottom: .5rem;
    line-height: 1.8rem;
    font-size: .75rem;
    background-size: 100% 100%;
  }
  .region a:hover {
    background-size: 100% 100%;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
}