body {
  /* background-color: #AB1A11; */
}

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

.banner_text{
  margin: 20px auto;
  width: 595px;
  height: 130px;
  line-height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #fff;
}
.banner_text h5{
  width: 50%;
  text-align: center;
  font-size: 56px;
  color: #FAFCFF;
}
.banner_6800{
  box-sizing: border-box;
  background: rgba(58,68,164,.3);
  border-radius: 20px;
  border-left: 1px solid #fff;
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_6800 img{
  display: block;
  width: 100%;
}
.box2-table table td:nth-child(3) p.table_price{
  line-height: 100px;
  font-size: 30px;
}
.banner {
  width: 100%;
  height: 987px;
  background: url(../images/banner_bg.png) no-repeat top center;
  background-size: auto 100%;
}

.banner_container {
  padding-top: 135px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.txt04 {
  position: absolute;
  top: 395px;
  right: -5px;
}

.txt04 span {
  display: block;
  color: #10101d;
  font-size: 34px;
  text-align: center;
  box-sizing: border-box;
}

.txt04 span:nth-child(1) {
  display: block;
  width: 80px;
  height: 99px;
  padding-top: 6px;
  background: url(../images/span1.png) no-repeat top center;
}

.txt04 span:nth-child(2) {
  display: block;
  width: 80px;
  padding-top: 6px;
  height: 84px;
  margin-top: -20px;
  background: url(../images/span2.png) no-repeat top center;
}

.mf {
  margin: 0 auto;
  transform: translateY(-98px);
  /* animation: tada 1.4s infinite; */
}

.txt02 {
  width: 396px;
  height: 58px;
  background: url(../images/txt02_bg.png) no-repeat top center;
  text-align: center;
  line-height: 58px;
  color: #fafcff;
  font-size: 36px;
  margin: 0 auto 0;
}

.txt01 {
  width: 100%;
  margin: -65px auto -87px;
}

.txt03 {
  color: #f5fbff;
  font-size: 30px;
  padding: 15px 0;
  width: 450px;
  margin: 0 auto;
  border-top: 1px dashed #e8f7fe;
  border-bottom: 1px solid #e8f7fe;
}
.box1 {
  height: 794px;
  background: url("../images/box1_bg.jpg") no-repeat center;
}
.wordStyle {
  font-family: FZLanTingHeiPro_GB18030;
  font-weight: 550;
  color: #01ffe5;
  /* text-shadow: 0px 4px 0px rgba(18, 20, 59, 0.71); */
  background: linear-gradient(180deg, #01ffe5 0%, #01ffe5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box1 .container {
  padding-top: 48px;
}
.box1-ul {
  display: flex;
  justify-content: center;
}
.box1-ul li {
  /* float: left; */
  width: 361px;
  height: 96px;
  background: url("../images/box1_li_bg.png") no-repeat center;
  line-height: 84px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 18px;
}
.box1-ul li span {
  font-size: 20px;
}
.box1-tips {
  margin-top: 432px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 243px;
  font-size: 37px;
  font-weight: 600;
  position: relative;
}
.box1-tips::after {
  content: "";
  display: block;
  width: 290px;
  height: 2px;
  background-color: rgb(1, 255, 229);
  position: absolute;
  right: 243px;
  bottom: -10px;
}
.box2 {
  height: 981px;
  background: url("../images/box2_bg.jpg") no-repeat center;
  margin-top: -1px;
}
.title {
  position: relative;
  text-align: center;
  height: 90px;
  line-height: 90px;
}
.title::before,
.title::after {
  content: "";
  display: block;
  width: 1200px;
  height: 1px;
  background: url("../images/titleR.png") no-repeat center;
  position: absolute;
  left: 0;
}
.title::before {
  top: 0;
}
.title::after {
  bottom: 0;
}
.title span {
  display: inline-block;
  font-size: 50px;
  font-weight: 600;
  position: relative;
  width: 100%;
}
.title span::before,
.title span::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background: url("../images/titleL.png") no-repeat center;
  position: absolute;
  top: -28px;
  animation: tada 1.4s infinite;
}
.title span::before {
  left: 241px;
}
.title span::after {
  right: 241px;
}
.box2-title {
  width: 450px;
  height: 59px;
  background: url("../images/box2_title_bg.png") no-repeat center;
  margin: 42px auto 27px;
  text-align: center;
  line-height: 54px;
  font-size: 30px;
  font-family: FZLanTingHeiPro_GB18030;
  font-weight: bold;
  color: #060b29;
}
.box2-table {
  width: 100%;
  height: 600px;
  background: url("../images/table_bg.png") no-repeat center;
  background-size: 100% 100%;
}
.box2-table table {
  width: 100%;
  text-align: center;
}
.box2-table table td {
  height: 74px;
  border: 1px solid rgb(18, 101, 124);
}
.box2-table table td:nth-child(1) p,
.table-word,
.box2-table table td:nth-child(3) p {
  font-size: 24px;
  font-family: FZLanTingHeiPro_GB18030;
  font-weight: 550;
  color: #ffffff;
  line-height: 30px;
  background: linear-gradient(180deg, #01ffe5 0%, #01ffe5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box2-table table td:nth-child(2){text-align:left;padding-left:5px;}
.bordertn,
.box2-table table tr:first-child td {
  border-top: none !important;
}
.borderln,
.box2-table table tr td:first-child {
  border-left: none !important;
}
.borderbn,
.box2-table table tr:last-child td {
  border-bottom: none !important;
}
.borderrn {
  border-right: none !important;
}
.box2-table table td:nth-child(1) {
  width: 25%;
}
.box2-table table td:nth-child(2) {
  width: 50%;
}
.wchat {
  display: block;
  width: 91px;
  margin: 0 auto 13px;
}
.tipp{text-align:center;padding-top:10px;color:#fff;font-size:20px;}
.kczx {
  display: block;
  width: 178px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  background: url("../images/kczx_bg.png") no-repeat center;
  margin: auto;
  font-size: 26px;
  font-family: FZLanTingHeiPro_GB18030;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(18, 20, 59, 0.71);
  animation: tada 1.4s infinite;
}
.box3 {
  height: 685px;
  background: url("../images/box3_bg.jpg") no-repeat center;
  margin-top: -1px;
}
.box3-ul {
  margin: 61px auto 36px;
  display: flex;
  justify-content: center;
}
.box3-ul li {
  float: left;
  width: 341px;
  height: 88px;
  background: url("../images/tab_bg.png") no-repeat center;
  text-align: center;
  line-height: 88px;
  font-size: 35px;
  cursor: pointer;
}
.box3-ul li span {
  font-weight: 600;
}
.box3-ul li.active,
.box3-ul li:hover {
  background: url("../images/tab_bg1.png") no-repeat center;
}
.box3-ul li.active .wordStyle,
.box3-ul li:hover .wordStyle {
  color: #060b29;
  background: linear-gradient(180deg, #060b29 0%, #060b29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
.tab1 .sz-swiper {
  width: 1121px;
  margin: auto;
  position: relative;
}
.tab1 .sz-box {
  float: left;
  width: 355px;
  height: 345px;
  background: url("../images/zx_bg.png") no-repeat center;
  box-sizing: border-box;
  padding: 16px;
}
.tab1 .sz-box h2 {
  line-height: 76px;
  text-align: center;
  font-size: 24px;
  color: #060b29;
}
.tab1-word {
  box-sizing: border-box;
  padding-top: 15px;
}
.tab1-word p {
  font-size: 18px;
  font-family: "FZLTZHUNHPro";
  color: rgb(6, 11, 41);
  line-height: 36px;
  text-align: center;
}
.tab2 {
  width: 1080px;
  margin: auto;
}
.teacher-box {
  width: 255px;
  height: 345px;
  background: url("../images/teacher_bg.png") no-repeat center;
  box-sizing: border-box;
  padding: 16px;
  position: relative;
}
.teacher-swiper {
  position: relative;
}
.teacher-detail {
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: 220px;
  height: 154px;
  background: url("../images/teacher_detail.png") no-repeat center;
  box-sizing: border-box;
  padding: 15px;
  color: rgb(255, 255, 255);
}
.teacher-detail h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
.teacher-detail p {
  font-size: 18px;
  font-family: "FZLTHPro";
  line-height: 24px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  background: url("../images/next.png") no-repeat center;
}
.swiper-button-prev {
  transform: rotate(180deg);
  left: -50px;
}
.swiper-button-next {
  right: -50px;
}
.online {
  width: 1114px;
  height: 364px;
  background: url("../images/tab3_bg.png") no-repeat center;
  box-sizing: border-box;
  padding: 35px 38px;
  margin: auto;
}
.online-fl {
  width: 547px;
}
.online-fl li {
  padding: 14px 0;
  position: relative;
  display: flex;
}
.online-fl li span {
  font-size: 20px;
  font-family: FZLanTingHeiPro_GB18030;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  background: linear-gradient(180deg, #e2ffff 0%, #01ffe5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.online-fl li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url("../images/titleR.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.online-fr img {
  display: block;
  width: 469px;
  height: 295px;
}
.box4 {
  height: 917px;
  background: url("../images/box4_bg.jpg") no-repeat center;
  margin-top: -1px;
}
.box4-ul {
  width: 1120px;
  margin: 42px auto 0;
}
.box4-ul li {
  height: 103px;
  background: url("../images/box4_li_bg.png") no-repeat center;
  margin-bottom: 23px;
  box-sizing: border-box;
  padding: 0 22px;
  display: flex;
  align-items: center;
}
.li-fl {
  font-size: 30px;
  font-family: FZLanTingHeiPro_GB18030;
  font-weight: bold;
  color: #060b29;
  height: 75px;
  line-height: 70px;
  text-align: center;
}
.li-fl1 {
  width: 334px;
  background: url("../images/box4_fl_bg.png") no-repeat center;
}
.li-fl2 {
  width: 244px;
  background: url("../images/box4_fl_bg2.png") no-repeat center;
}
.li-fr {
  width: calc(100% - 334px);
  text-align: center;
  font-size: 28px;
  line-height: 35px;
  text-align: left;
  padding-left: 10px;
}
.li-fr2 {
  width: calc(100% - 244px);
}
.box5 {
  height: 825px;
  background: url("../images/box5_bg.jpg") no-repeat center;
  margin-top: -1px;
}
.box5 .title {
  margin-bottom: 60px;
}
.box5-swiper {
  position: relative;
  margin-top: 59px;
  width: 1008px;
  margin: auto;
}
.box5 .swiper-button-prev {
  left: -100px;
}
.box5 .swiper-button-next {
  right: -100px;
}
.service {
  height: 540px;
  background: url('../images/img1.png') center top no-repeat;
  background-size: 100%;
}

.service-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 100%;
}
.service-title {
  width: 683px;
  height: 67px;
  background: url("../images/service_bg.png") no-repeat center;
  line-height: 64px;
  text-align: center;
  font-size: 34px;
  font-family: FZLanTingHeiPro_GB18030;
  font-weight: bold;
  color: #060b29;
  margin-bottom: 10px;
}
.service-box p {
  text-align: center;
  font-size: 24px;
  font-family: FZLanTingHeiPro_GB18030;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
}

.box6 {
  height: 697px;
  background: url("../images/box6_bg.png") no-repeat center;
  margin-top: -1px;
}
.city {
  margin-top: 48px;
}
.box6 li {
  float: left;
  width: 164px;
  height: 60px;
  margin-right: 8px;
  margin-bottom: 45px;
  text-align: center;
  line-height: 57px;
  font-size: 26px;
  color: #ffffff;
  background: url("../images/province.png") no-repeat top center;
}
.box6 li a {
  display: block;
  color: #fff;
}
.box6 li:hover {
  background: url("../images/province_active.png") no-repeat top center;
}

.box6 li:nth-child(7n) {
  margin-right: 0;
}
.fixed-nav {
  display: none;
  width: 231px;
  position: fixed;
  right: 10px;
  top: 200px;
  z-index: 99;
}
.nav-img {
  position: absolute;
  top: -173px;
  left: -15px;
  width: 224px;
  height: 173px;
  background: url("../images/nav_bg.png") no-repeat center;
}
.fixed-nav li {
  width: 231px;
  height: 58px;
  background: url("../images/nav_li.png") no-repeat center;
  text-align: center;
  line-height: 57px;
}
.fixed-nav li a {
  display: block;
  font-size: 30px;
  font-family: FZLanTingHeiPro_GB18030;
  font-weight: 600;
  color: #060b29;
  background: linear-gradient(180deg, #e2ffff 0%, #01ffe5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fixed-nav li:hover {
  background: url("../images/nav_li2.png") no-repeat center;
}
.fixed-nav li:hover a {
  background: linear-gradient(180deg, #060b29 0%, #060b29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only all and (max-width: 1080px) {
	
	.box5 .title {margin-bottom: 10px;}
  .banner {
    width: 100%;
    height: 14rem;
    background-size: auto 100%;
  }
  .banner_container {
    padding-top: 0.6rem;
    width: 100%;
  }
  .txt04 {
    top: 3.5rem;
    right: -0.1rem;
  }

  .txt04 span {
    font-size: 0.7rem;
  }

  .txt04 span:nth-child(1) {
    width: 2rem;
    height: 2.5rem;
    padding-top: 0.25rem;
    background-size: 100%;
  }

  .txt04 span:nth-child(2) {
    width: 2rem;
    padding-top: 0.25rem;
    height: 2.1rem;
    margin-top: -0.5rem;
    background-size: 100%;
  }

  .mf {
    width: 10rem;
    margin-top: 2rem;
  }

  .txt02 {
    width: 10rem;
    height: 1.5rem;
    background-size: 100%;
    line-height: 1.5rem;
    font-size: 0.7rem;
    margin: 0 auto 0;
  }

  .txt01 {
    margin: -2rem auto 0;
    width: 17rem;
  }
  .tipp{font-size:.7rem;}
  .txt03 {
    font-size: 0.7rem;
    padding: 0.4rem 0;
    width: 11rem;
    text-align: center;
    margin: -1rem auto 0;
  }
  .box1 {
    height: 15rem;
    background-size: auto 100%;
  }
  .box1 .container {
    padding-top: 0.5rem;
  }
  .box1-ul li {
    width: 33%;
    height: 3rem;
    background-size: 100% 100%;
    line-height: 0.8rem;
    padding: 0.3rem;
  }
  .box1-ul li span {
    display: block;
    font-size: 0.6rem;
    height: 3rem;
    line-height: .8rem;
    padding-top: .2rem;
  }
  .box1-tips {
    margin-top: 8rem;
    padding-right: 1.5rem;
    font-size: 0.8rem;
  }
  .box1-tips::after {
    width: 6.5rem;
    height: 0.05rem;
    right: 1.5rem;
    bottom: -0.2rem;
  }
  .box2 {
    height: auto;
    background-size: auto 100%;
    margin-top: -1px;
    padding-bottom: 1rem;
  }
  .title {
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .title::before,
  .title::after {
    width: 100%;
    height: 1px;
    background-size: 100% 100%;
  }
  .title span {
    font-size: 1rem;
  }
  .title span::before,
  .title span::after {
    width: 3.5rem;
    height: 3.5rem;
    background-size: 100% 100%;
    top: -0.7rem;
  }
  .title span::before {
    left: 1rem;
  }
  .title span::after {
    right: 1rem;
  }
  .box2-title {
    width: 12rem;
    height: 1.5rem;
    background-size: 100%;
    margin: 1rem auto 0.7rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
  }
  .box2-table {
    width: 100%;
    height: auto;
    background: none;
    background-size: 100% 100%;
    background: rgba(29, 42, 169, .3);
    border: 1px solid #01FFE5;
    border-radius: .5rem;
  }
  .box2-table table td {
    height: 1.8rem;
  }
  .box2-table table td:nth-child(1) p,
  .table-word,
  .box2-table table td:nth-child(3) p {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .box2-table > p {
    border-top: .05rem solid rgb(18, 101, 124);
    padding-top: 0!important;
  }
  .wchat {
    width: 2rem;
    margin: 0 auto 0.4rem;
  }
  .kczx {
    width: 3.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background-size: 100% 100%;
    font-size: 0.7rem;
  }
  .box3 {
    height: auto;
    background-size: 100% 100%;
    padding-bottom: 1rem;
  }
  .box3-ul {
    margin: 1rem auto;
  }
  .box3-ul li {
    width: 33%;
    height: 2.2rem;
    background-size: 100% 100%;
    line-height: 2.2rem;
    font-size: 0.8rem;
  }
  .box3-ul li.active,
  .box3-ul li:hover {
    background-size: 100% 100%;
  }
  .tab1 .sz-swiper {
    width: 92%;
  }
  .tab1 .sz-box {
    width: 100%;
    height: 10rem;
    background-size: 100% 100%;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .tab1 .sz-box h2 {
    line-height: 2rem;
    font-size: 0.7rem;
  }
  .tab1-word {
    padding-top: 0.3rem;
  }
  .tab1-word p {
    font-size: 0.65rem;
    line-height: 0.8rem;
  }
  .tab2 {
    width: 100%;
    margin: auto;
  }
  .teacher-box {
    width: 100%;
    height: 12.4rem;
    background-size: 100% 100%;
    padding: 0.4rem;
  }
  .teacher-box img {
    width: 100%;
  }
  .teacher-detail {
    bottom: -0rem;
    left: 0.5rem;
    width: 91%;
    height: 5rem;
    background-size: 100% 100%;
    padding: 0.4rem 0.2rem;
  }
  .teacher-detail h2 {
    font-size: 0.7rem;
    margin-bottom: 0.1rem;
  }
  .teacher-detail p {
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 1.2rem;
    height: 1.2rem;
    background-size: 100%;
  }
  .swiper-button-prev {
    transform: rotate(180deg);
    left: -0;
  }
  .swiper-button-next {
    right: -0;
  }
  .tab1 .swiper-button-prev {
    transform: rotate(180deg);
    left: -.8rem;
  }
  .tab1 .swiper-button-next {
    right: -.8rem;
  }
  .online {
    width: 100%;
    height: auto;
    background: none;
    padding: 0.3rem;
    background: rgba(29, 42, 169, .3);
    border: 1px solid #01FFE5;
    border-radius: .5rem;
  }
  .online-fl {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .online-fl li {
    padding: 0.3rem 0;
  }
  .online-fl li span {
    font-size: 0.65rem;
    line-height: 0.8rem;
  }
  .online-fl li:after {
    background-size: 100% 100%;
  }
  .online-fr img {
    width: 80%;
    height: auto;
    margin: 0 auto 0.3rem;
  }
  .box4 {
    height: auto;
    background-size: auto 100%;
    margin-top: -1px;
    padding-bottom: 1rem;
  }
  .box4-ul {
    width: 100%;
    margin: 1rem auto 0;
  }
  .box4-ul li {
    height: auto;
    background: none;
    margin-bottom: .5rem;
    padding:  .5rem;
    background: rgba(29, 42, 169, .3);
    border: 1px solid #01FFE5;
    border-radius: .5rem;
  }
  .li-fl {
    font-size: .7rem;
    height: 2rem;
    line-height: .9rem;
    box-sizing: border-box;
    padding: 0 .5rem;
  }
  .li-fl1 {
    width: 5rem;
    background-size: 100% 100%;
  }
  .li-fl2 {
    width: 4rem;
    background-size: 100% 100%;
    line-height: .9rem;
  }
  .li-fr {
    width: calc(100% - 5rem);
    font-size: .7rem;
    line-height: .9rem;
  }
  .li-fr2 {
    width: calc(100% - 4rem);
  }
  .box5 {
    height: auto;
    background-size: 100%100%;
    margin-top: -1px;
    padding-bottom: 1rem;
  }
  .box5-swiper {
    margin-top: 1rem;
    width: 90%;
  }
  .box5-swiper img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .box5 .swiper-button-prev {
    left: -1rem;
    top: 60%;
  }
  .box5 .swiper-button-next {
    right: -1rem;
    top: 60%;
  }
  .service {
    height: 12rem ;
    background-size: auto 100%;
  }
  
  .service-box {
    padding: 0;
  }
  .service-title {
    width: 13rem;
    height: 1.75rem;
    background-size: 100% 100%;
    line-height: 1.7rem;
    font-size: .7rem;
    margin-bottom: .5rem;
    margin: 0 auto .5rem;
  }
  .service-box p {
    font-size: .7rem;
    line-height: .9rem;
  }

  .box6 {
    height: auto;
    background-size: 100% 100%;
    margin-top: -1px;
    padding-bottom: .5rem;
  }
  .city {
    margin-top: 1rem;
  }
  .box6 li {
    width: 24%;
    height: 1.5rem;
    margin-right: 1.25%;
    margin-bottom: 1rem;
    line-height: 1.5rem;
    font-size: .7rem;
    background-size: 100% 100%;
  }
  .box6 li:hover {
    background-size: 100% 100%;
  }

  .box6 li:nth-child(7n) {
    margin-right: 1.25%;
  }
  .box6 li:nth-child(4n) {
    margin-right: 0;
  }
  .txt01 {
    width: 100%;
    margin: -1rem auto -1rem;
  }
  .banner_text{
    margin: .5rem auto;
    width: 15rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: .4rem;
  }
  .banner_text h5{
    font-size: 1.3rem;
  }
  .banner_6800{
    border-radius: .4rem;
  }
  .box2-table table td:nth-child(3) p.table_price{
    line-height: 2rem;
    font-size: 1rem;
  }
}
