.container .fuc {
  position: fixed;
  right: 0.3vw;
  top: 25%;
  z-index: 9999;
}
.container .fuc img {
  width: 6.5vw;
  height: 30vw;
}
.container header {
  width: 100%;
  height: 4vw;
  background-color: #fff;
  color: #3e3a39;
  font-size: 1vw;
  position: relative;
}
.container header .top_ul li .currt {
  color: #3889fc;
}
.container header ul {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
}
.container header ul li {
  margin-right: 1vw;
}
.container header ul li img {
  width: 10vw;
  height: 2.8vw;
}
.container header ul li a {
  color: #000;
}
.container header ul .hed {
  margin-right: 0;
  display: flex;
  align-items: center;
}
.container header ul .hed img {
  margin-right: 0.4vw;
  width: 1.6vw;
  height: 1.6vw;
}
.container header ul .hed div {
  font-size: 0.8vw;
  display: flex;
  flex-direction: column;
}
.container header ul .hed .wx {
  position: absolute;
  top: 1.8vw;
  right: 16.5vw;
  display: none;
  width: 14vw;
  height: 16vw;
}
.container header .hed:hover .wx {
  display: block;
}
.container .banner {
  width: 100%;
  height: 54vw;

  background: url("/static/images/zt/zzky/banner.png") round;
  padding-top: 30.5vw;
  display: flex;
  justify-content: center;
}
.container .banner .cnn {
  position: relative;
  height: 100%;
}
.container .banner .cnn .bhf {
  margin-left: 11vw;
  width: 35vw;
  height: 5vw;
  position: absolute;
  top: -49%;
  left: 38%;
}
.container .banner ul .bk {
  position: relative;
  float: left;
  margin-right: 2vw;
  width: 13vw;
  height: 18vw;
  background: #fff;
  border-radius: 0.1vw;
  box-shadow: 0 10px 30px rgba(255, 94, 94, 0.2);
}
.container .banner ul .bk:last-child {
  margin-right: 0;
}
.container .banner ul .bk img {
  display: block;
  margin: 2vw auto ;
  width: 6vw;
  height: 6vw;
}
.container .banner ul .bk p {
  margin-bottom: 1.3vw;
  font-size: 1.9vw;
  font-weight: 500;
  color: #595757;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.4vw;
}
.container .banner ul .bk .bk_btn {
  margin: 1vw auto 0;
  width: 11vw;
  height: 2.7vw;
  font-size: 1.6vw;
  color: #fff;
  text-align: center;
  line-height: 2.7vw;
  border-radius: 2vw;
  background-image: linear-gradient(60deg, #324ef8 0%, #3bbbff 100%);
  letter-spacing: 0.2vw;
}
.container .banner ul .bk_hover {
  opacity: 0;
}
.container .banner ul .bk.active > .bk_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.1vw;
  background-image: linear-gradient(60deg, #324ef8 0%, #3bbbff 100%);
  opacity: 1;
  transition: all 0.3s;
}
.container .banner ul .bk.active > .bk_hover ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .banner ul .bk.active > .bk_hover ul li {
  margin: 0 auto 0.4vw;
  width: 11vw;
  height: 2vw;
  border: 0.1vw solid #fff;
  text-align: center;
  line-height: 1.7vw;
  font-size: 1vw;
  color: #fff;
  transition: all 0.3s;
}
.container .banner ul .bk.active > .bk_hover .bk2 {
  margin-top: -5vw;
  width: 11vw;
  text-align: center;
}
.container .banner ul .bk.active > .bk_hover .bk2 li {
  float: left;
  margin-bottom: 1vw;
  margin-right: 2vw;
  width: 4vw;
  height: 2vw;
  border: 0.1 solid #fff;
  text-align: center;
  line-height: 2vw;
  font-size: 1vw;
  color: #fff;
  transition: all 0.3s;
}
.container .banner ul .bk.active > .bk_hover .bk2 .no-mar {
  margin-right: 0;
}
.container .banner ul .bk.active > .bk_hover ul li:last-child {
  margin-bottom: 0;
}
.container .banner ul .bk.active > .bk_hover ul li.active {
  background: #fff;
  color: #3464f9;
  cursor: pointer;
}
.container .t1 {
  text-align: center;
}
.container .t1 img {
  margin: 0 auto;
  width: 44vw;
  height: 3vw;
}
.container .t1 ul {
  margin-top: 2vw;
  justify-content: center;
  width: 100%;
  height: 16.5vw;
  display: flex;
}
.container .t1 ul li {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 0.5vw #cccccc;
  width: 10vw;
  height: 100%;
  margin-right: 0.5vw;
}
.container .t1 ul li img {
  width: 10vw;
  height: 7vw;
}
.container .t1 ul li .tt1 {
  height: 6.6vw;
  line-height: 1.2vw;
  text-align: left;
  padding: 1vw ;
  color: #595757;
  font-size: 0.8vw;
}
.container .t1 ul li .tt2 {
  cursor: pointer;
  margin: 0 auto;
  width: 9vw;
  height: 1.7vw;
  background-color: #ff4545;
  border-radius: 1vw;
  font-size: 0.9vw;
  color: #fff;
  line-height: 1.7vw;
}
.container .t1 .t2 {
  padding-top: 13vw;
  margin: 3vw auto;
  width: 63vw;
  height: 18vw;
  background: url("/static/images/zt/zzky/yuy.png") round;
}
.container .t1 .t2 .footer-form {
  display: flex;
  justify-content: center;
}
.container .t1 .t2 .footer-form #txtMobile3 {
  padding-left: 0.5vw;
  width: 12vw;
  height: 3vw;
  background-color: #f7f7f7;
  border-radius: 0.2vw;
  background: rgba(247, 247, 247, 0.4);
  margin-right: 2vw;
  font-size: 1.8vw;
  letter-spacing: 0.1vw;
  color: #fff;
}
.container .t1 .t2 .footer-form #txtYuanxiao3 {
  color: #fff;
  padding-left: 0.5vw;
  width: 18vw;
  height: 3vw;
  background-color: #f7f7f7;
  border-radius: 0.2vw;
  background: rgba(247, 247, 247, 0.4);
  margin-right: 2vw;
  font-size: 1.8vw;
  letter-spacing: 0.1vw;
}
.container .t1 .t2 .footer-form .btn {
  font-weight: 600;
  line-height: 3vw;
  width: 15vw;
  height: 3vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 1vw 0vw rgba(16, 2, 127, 0.68);
  border-radius: 2vw;
  color: #ff4545;
  font-size: 1.8vw;
}
.container .t3 {
  height: 38vw;
  width: 100%;
  background: url("/static/images/zt/zzky/t3.png") round;
  text-align: center;
}
.container .t3 img {
  display: inline-block;
}
.container .t3 .t4 {
  margin: 0 auto;
  width: 34vw;
  height: 3vw;
  line-height: 3vw;
  background-color: #ffffff;
  border-radius: 1.4vw;
  color: #324ef8;
  font-size: 1.6vw;
}
.container .t5 {
  background: #fff;
}
.container .t5 img {
  margin: 2vw auto 1.3vw;
  display: block;
  width: 61vw;
  height: 2.5vw;
}
.container .t5 .t6 {
  text-align: center;
  margin: 0 auto 0vw;
  width: 34vw;
  line-height: 2.5vw;
  height: 2.5vw;
  background-color: #324ef8;
  border-radius: 1.5vw;
  color: #ffffff;
  font-size: 1.5vw;
}
.container .t5 ul {
  margin: 0 auto;
  width: 62vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .t5 ul li {
  display: flex;
  justify-content: center;
  position: relative;
  width: 19vw;
  height: 16vw;
  background-color: #ffffff;
  margin-bottom: 2vw;
  border-radius: 1vw;
}
.container .t5 ul li img {
  width: 100%;
  height: 100%;
}
.container .t5 ul li .txtban {
  line-height: 1.8vw;
  position: absolute;
  top: 8.5vw;
  color: #595757;
  font-size: 1vw;
}
.container .t5 .btnn {
  display: flex;
  justify-content: center;
  margin: 4vw auto 4.5vw;
}
.container .t5 .btnn .btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 24vw;
  margin-right: 4vw;
  cursor: pointer;
  height: 4vw;
  background-color: #324ef8;
  box-shadow: 0vw 0vw 1vw 0vw rgba(16, 2, 127, 0.68);
  border-radius: 3vw;
}
.container .t5 .btnn .btn1 .btnn1 {
  line-height: 2.6vw;
  width: 23vw;
  height: 3vw;
  border-radius: 2vw;
  border: solid 0.15vw #ffffff;
  color: #ffffff;
  font-size: 1.6vw;
  font-weight: 600;
}
.container .t5 .btnn .btn2:hover .wxx {
  display: block;
}
.container .t5 .btnn .btn2 {
  position: relative;
  line-height: 4.4vw;
  text-align: center;
  width: 30vw;
  height: 4vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 1vw 0vw rgba(16, 2, 127, 0.68);
  border-radius: 3vw;
}
.container .t5 .btnn .btn2 .wxx {
  position: absolute;
  top: 0;
  right: 25%;
  display: none;
  width: 14vw;
  height: 16vw;
}
.container .t5 .btnn .btn2 .btnn2 {
  display: inline-block;
  font-weight: 600;
  line-height: 2.6vw;
  width: 29vw;
  height: 3vw;
  border-radius: 2vw;
  border: solid 0.15vw #324ef8;
  color: #324ef8;
  font-size: 1.6vw;
}
.container .t5 .t7 {
  width: 63vw;
  height: 30vw;
  background: url("/static/images/zt/zzky/bg2.png") round;
  margin: 0 auto 3vw;
  padding-top: 1vw;
}
.container .t5 .t7 img {
  width: 38vw;
  height: 2vw;
}
.container .t5 .t7 .btn3 {
  cursor: pointer;
  margin: 19vw auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 26vw;
  height: 4vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 1vw 0vw rgba(16, 2, 127, 0.68);
  border-radius: 3vw;
}
.container .t5 .t7 .btn3 .btnn3 {
  line-height: 2.6vw;
  font-weight: 600;
  color: #1f22aa;
  font-size: 1.6vw;
  width: 25vw;
  height: 3vw;
  border-radius: 2vw;
  border: solid 0.15vw #1f22aa;
}
.container .t8 {
  width: 100%;
  max-height: 90vw;
  background: url("/static/images/zt/zzky/bg3.png") round;
  text-align: center;
  padding: 4.5vw 0 4vw;
}
.container .t8 .t8_mm {
  display: block;
  margin: 0 auto;
  width: 39vw;
  height: 3vw;
}
.container .t8 .txtb {
  margin: 1vw auto 2vw;
  width: 24vw;
  height: 2.5vw;
  background-color: #301dce;
  border-radius: 2vw;
  color: #ffffff;
  font-size: 1.4vw;
  line-height: 2.5vw;
}
.container .t8 .box1 {
  width: 59vw;
  display: flex;
  margin: 0 auto 2vw;
  justify-content: space-between;
}
.container .t8 .box1 .boxone {
  cursor: pointer;
}
.container .t8 .box1 img {
  display: block;
  width: 18vw;
  height: 7vw;
}
.container .t8 .box2 {
  max-height: 58vw;
}
.container .t8 .box2 .smallbox {
  max-height: 58vw;
  margin: 0 auto;
  display: block;
}
.container .t8 .btns {
  display: flex;
  justify-content: center;
  margin: 1.5vw auto 0;
}
.container .t8 .btns .btns1 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 4vw;
  width: 20vw;
  height: 4vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 1vw 0vw rgba(16, 2, 127, 0.68);
  border-radius: 3vw;
}
.container .t8 .btns .btns1 .btnns1 {
  line-height: 2.6vw;
  font-weight: 600;
  height: 3vw;
  border-radius: 2vw;
  border: solid 0.1vw #ffffff;
  color: #324ef8;
  font-size: 1.6vw;
  width: 19vw;
  border: solid 0.15vw #324ef8;
}
.container .t8 .btns .btns2:hover .wxs {
  display: block;
}
.container .t8 .btns .btns2 {
  position: relative;
  line-height: 4vw;
  text-align: center;
  width: 30vw;
  height: 4vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 1vw 0vw rgba(16, 2, 127, 0.68);
  border-radius: 3vw;
}
.container .t8 .btns .btns2 .btnns2 {
  display: inline-block;
  line-height: 2.6vw;
  width: 29vw;
  height: 3vw;
  border-radius: 2vw;
  border: solid 0.15vw #324ef8;
  color: #324ef8;
  font-size: 1.6vw;
  font-weight: 600;
}
.container .t8 .btns .btns2 .wxs {
  position: absolute;
  top: 2vw;
  right: 25%;
  display: none;
  width: 14vw;
  height: 16vw;
}
.container .t9 .teacher-swiper {
  margin: 20px auto 0;
  position: relative;
  z-index: 1;
}
.container .t9 .teacher-swiper .swiper-container {
  margin: 0 auto;
  width: 1170px;
  height: 450px;
}
.container .t9 .teacher-swiper .swiper-container .swiper-slide {
  position: relative;
}
.container .t9 .teacher-swiper .swiper-container .swiper-slide .slide-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 279px;
  height: 430px;
  background-color: #f0f7ff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
  overflow: hidden;
}
.container .t9 .teacher-swiper .swiper-container .swiper-slide .slide-bg .teacher-img {
  /* display: block; */
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
.container .t9 .teacher-swiper .swiper-container .swiper-slide .slide-bg .teacherNr {
  height: 176px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 0;
}
.container .t9 .teacher-swiper .swiper-container .swiper-slide .slide-bg .button:hover {
  background: #ff3c00;
}
.container .t9 .teacher-swiper .swiper-container .swiper-slide .slide-bg .button:active {
  background: #e4273d;
}
.container .t9 .teacher-swiper .swiper-container .swiper-slide.swiper-slide-active .slide-bg {
  background: url(/static/images/zt/zzky/beij.png) round;
}
.container .t9 .teacher-swiper .swiper-container .swiper-slide.swiper-slide-active .slide-bg .teacherNr {
  display: block;
}
.container .t9 .teacherNrP1 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 10px;
}
.container .t9 .teacherNrP1 b {
  font-size: 26px;
  color: #fff;
  padding-right: 5px;
}
.container .t9 .teacherNrP2 {
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  text-align: center;
}
.container .t10 {
  position: relative;
  width: 100%;
  background-color: #324ef8;
  z-index: 1;
  overflow: hidden;
}
.container .t10::after {
  content: '';
  width: 100%;
  height: 4vw;
  position: absolute;
  top: 0;
  z-index: -1;
  border-radius: 0 0 60% 60%;
  background: #fff;
}
.container .t10 .logo {
  width: 14vw;
  height: 22vw;
}
.container .t10 .swiper-pagination-bullet {
  background-color: #fff;
}
.container .t10 .bann6 ul {
  justify-content: center;
  display: flex;
}
.container .t10 .bann6 .kj {
  padding: 1vw;
  width: 48vw;
  height: 28vw;
  background-color: #1f22aa;
  margin: 2vw auto 6vw;
}
.container .t10 .bann6 .kj .kjbn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .t10 .bann6 .kj .kjbn img {
  display: inline-block;
  width: 14vw;
  height: 12vw;
}
.container .footer {
  width: 100%;
  height: 7vw;
  background-color: #1f22aa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .footer p {
  text-align: center;
  font-size: 0.8vw;
  color: #ffffff;
  line-height: 1.8vw;
}
