.box {
  display: -webkit-box;
}
.flex1 {
  display: block;
  -webkit-box-flex: 1;
}
.teacher-p1 {
  background-image: url(imagesteacher_p1_bg.jpg);
}
.teacher-p2 {
  background-color: #f9f9f9;
}
@-webkit-keyframes szp {
  0% {
    -webkit-transform: scale(0.25);
  }
  55% {
    -webkit-transform: scale(1.12);
  }
  83% {
    -webkit-transform: scale(0.92);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes szp {
  0% {
    -webkit-transform: scale(0.25);
  }
  55% {
    -webkit-transform: scale(1.12);
  }
  83% {
    -webkit-transform: scale(0.92);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes szp {
  0% {
    -webkit-transform: scale(0.25);
  }
  55% {
    -webkit-transform: scale(1.12);
  }
  83% {
    -webkit-transform: scale(0.92);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-o-keyframes szp {
  0% {
    -webkit-transform: scale(0.25);
  }
  55% {
    -webkit-transform: scale(1.12);
  }
  83% {
    -webkit-transform: scale(0.92);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes szp {
  0% {
    -webkit-transform: scale(0.25);
  }
  55% {
    -webkit-transform: scale(1.12);
  }
  83% {
    -webkit-transform: scale(0.92);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.teacher-p3 {
  background-color: #fff;
}
.teacher-p3 .page-img {
  top: 10%;
}
.teacher-p3 .page-img.szp {
  top: 0;
}
.teacher-p3.full-page.active .page-img.szp {
  -webkit-animation: szp 600ms 800ms ease;
  -o-animation: szp 600ms 800ms ease;
  -moz-animation: szp 600ms 800ms ease;
  -ms-animation: szp 600ms 800ms ease;
  animation: szp 600ms 800ms ease;
}
.teacher-p4 {
  background-color: #f9f9f9;
}
.teacher-p5 {
  background-image: url(imagesteacher_p5_bg.jpg);
}
.teacher-p5 .page-img.fadeIn {
  top: 0;
  opacity: 0;
}
.teacher-p5.full-page.active .page-img.fadeIn {
  opacity: 1;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -ms-transition-duration: 700ms;
  transition-duration: 700ms;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes szp {
  0% {
    -webkit-transform: scale(0.25);
  }
  55% {
    -webkit-transform: scale(1.12);
  }
  83% {
    -webkit-transform: scale(0.92);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes szp {
  0% {
    -webkit-transform: scale(0.25);
  }
  55% {
    -webkit-transform: scale(1.12);
  }
  83% {
    -webkit-transform: scale(0.92);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-o-keyframes szp {
  0% {
    -webkit-transform: scale(0.25);
  }
  55% {
    -webkit-transform: scale(1.12);
  }
  83% {
    -webkit-transform: scale(0.92);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.teacher-p6 {
  background-color: #f9f9f9;
}
.teacher-p6 .page-img.circle {
  height: 83.6%;
  top: 13%;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.teacher-p6 .page-img.fadeIn {
  top: 0;
  opacity: 0;
}
.teacher-p6 .page-img.fadeIn.circle {
  top: 13%;
}
.teacher-p6.full-page.active .page-img.fadeIn {
  opacity: 1;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -ms-transition-duration: 700ms;
  transition-duration: 700ms;
}
.teacher-p6.full-page.active .page-img.fadeIn.circle {
  top: 13%;
  -webkit-animation: circle infinite 20s 800ms linear;
  -o-animation: circle infinite 20s 800ms linear;
  -moz-animation: circle infinite 20s 800ms linear;
  -ms-animation: circle infinite 20s 800ms linear;
  animation: circle infinite 20s 800ms linear;
}
.teacher-p6 .play-img-box {
  position: absolute;
  bottom: 26.9%;
  height: 3.89%;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 4;
}
.teacher-p6 .play-img-box img {
  height: 100%;
  cursor: pointer;
}
.student-p1 {
  background-image: url(imagesstudent_p1_bg.jpg);
}
.student-p2 {
  background-color: #fff;
  background-image: url(imagesstudent_p2_bg.jpg);
}
.student-p2 .img-bg {
  width: 100%;
  background: url(imagesstudent_p2_bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.student-p2 .page-text {
  top: 49.7%;
  right: 13.7%;
  left: auto;
  width: 34.6875%;
}
.student-p2.full-page.active .page-text {
  top: 39.7%;
}
.student-p3 {
  background-image: url(imagesstudent_p3_bg.jpg);
}
.parents-p1 {
  background-image: url(imagesparents_p1_bg.jpg);
}
.parents-p2 {
  background-color: #fff;
}
.parents-p3 {
  background-image: url(imagesparents_p3_bg.jpg);
}
.page-img.fadeIn {
  top: 0;
  opacity: 0;
}
.full-page.active .page-img.fadeIn {
  opacity: 1;
}
.full-page.active .page-img.delay500 {
  -webkit-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  transition-delay: 1100ms;
}
.poa {
  position: absolute;
}
.hfit-wrap .h100-top0 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.brand-p1 {
  background-image: url(imagesbrand_p1_bg.jpg);
}
.brand-p1 .video-box {
  position: absolute;
  height: 45.7%;
  min-height: 450px;
  right: 10.25%;
  top: 29.8%;

}
.brand-p1 .video-box .video-img {
  height: 100%;
  position: relative;
  z-index: 3;
}
.brand-p1 .video-box .shadow {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
.brand-p1 .video-box .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.video-box-preview{
    width: 703px;
    height: 434px;
    overflow: hidden;
}
.brand-p2 {
  background-image: url(imagesbrand_p2_bg.jpg);
}
.brand-p3 {
  background-color: #f9f9f9;
}
.brand-p3 .title {
  position: absolute;
  top: 15%;
  left: 0;
  height: 5.27%;
}
.brand-p3 .time-bg,
.brand-p3 .time {
  position: absolute;
  top: 0%;
  left: 0;
  height: 100%;
}
.brand-p3 .time {
  opacity: 0;
  -webkit-transition: opacity 800ms ease-in-out;
  -moz-transition: opacity 800ms ease-in-out;
  -ms-transition: opacity 800ms ease-in-out;
  -o-transition: opacity 800ms ease-in-out;
  transition: opacity 800ms ease-in-out;
}
.brand-p3 .time.show {
  opacity: 1;
}
.brand-p3 .time.show.time1 {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.brand-p3 .time.show.time2 {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.brand-p3 .time.show.time3 {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.brand-p3 .time.show.time4 {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.brand-p3 .time.show.time5 {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.brand-p3 .time.show.time6 {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.brand-p3 .time.show.time7 {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
.brand-p3 .time.show.time8 {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
.brand-p3 .time.show.time9 {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}
.brand-p3 .time.show.time10 {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}
@-webkit-keyframes zoom2 {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.brand-p4 {
  background-image: url(imagesbrand_p4_bg.jpg);
}
.brand-p4 .map-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.brand-p4 .map-box .circle-box {
  position: absolute;
  height: 3%;
  z-index: 2;
}
.brand-p4 .map-box .circle-box.show {
  opacity: 1;
  -webkit-transition: opacity 800ms ease-in-out;
  -moz-transition: opacity 800ms ease-in-out;
  -ms-transition: opacity 800ms ease-in-out;
  -o-transition: opacity 800ms ease-in-out;
  transition: opacity 800ms ease-in-out;
}
.brand-p4 .map-box .circle-box.show .img-circle {
  -webkit-animation: zoom2 infinite 1.5s 800ms ease-in-out;
  -o-animation: zoom2 infinite 1.5s 800ms ease-in-out;
  -moz-animation: zoom2 infinite 1.5s 800ms ease-in-out;
  -ms-animation: zoom2 infinite 1.5s 800ms ease-in-out;
  animation: zoom2 infinite 1.5s 800ms ease-in-out;
  opacity: 1;
}
.brand-p4 .map-box .circle-box.show .point {
  opacity: 1;
  -webkit-transition: opacity 800ms ease-in-out;
  -moz-transition: opacity 800ms ease-in-out;
  -ms-transition: opacity 800ms ease-in-out;
  -o-transition: opacity 800ms ease-in-out;
  transition: opacity 800ms ease-in-out;
}
.brand-p4 .map-box .circle-box.show .img-text {
  opacity: 1;
  -webkit-transition: opacity 800ms ease-in-out;
  -moz-transition: opacity 800ms ease-in-out;
  -ms-transition: opacity 800ms ease-in-out;
  -o-transition: opacity 800ms ease-in-out;
  transition: opacity 800ms ease-in-out;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}
.brand-p4 .map-box .circle-box .img-circle {
  height: 100%;
  opacity: 0;
}
.brand-p4 .map-box .circle-box .point {
  position: absolute;
  height: 21.2%;
  width: 21.2%;
  top: 39.4%;
  left: 39.4%;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
}
.brand-p4 .map-box .circle-box .xline-box {
  position: absolute;
  bottom: 50%;
  top: -224%;
  overflow: hidden;
}
.brand-p4 .map-box .circle-box .xline-box .line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  transform-origin: bottom right;
  transform: rotate(45deg) scale(2, 1);
}
.brand-p4 .map-box .circle-box .text-box {
  border-bottom: 1px solid #fff;
  position: absolute;
  top: -224%;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  margin-top: -2em;
  width: 2em;
}
.brand-p4 .map-box .circle-box .img-text {
  position: absolute;
  bottom: 50%;
  opacity: 0;
}
.brand-p4 .map-box .circle-box.c1 {
  right: 34.22%;
  top: 32.77%;
}
.brand-p4 .map-box .circle-box.c1 .xline-box {
  left: -224%;
  right: 50%;
}
.brand-p4 .map-box .circle-box.c1 .text-box {
  left: -224%;
  margin-left: -2em;
}
.brand-p4 .map-box .circle-box.c1 .img-text {
  height: 339%;
  right: 50%;
}
.brand-p4 .map-box .circle-box.c2 {
  right: 23.53%;
  bottom: 28.8%;
}
.brand-p4 .map-box .circle-box.c2 .xline-box {
  right: -333%;
  left: 50%;
}
.brand-p4 .map-box .circle-box.c2 .xline-box .line {
  transform: rotate(-45deg) scale(2, 1);
  transform-origin: bottom left;
}
.brand-p4 .map-box .circle-box.c2 .text-box {
  right: -214%;
  margin-right: -2em;
}
.brand-p4 .map-box .circle-box.c2 .img-circle {
  -webkit-animation: zoom2 infinite 1.5s 1100ms ease-in-out;
  -o-animation: zoom2 infinite 1.5s 1100ms ease-in-out;
  -moz-animation: zoom2 infinite 1.5s 1100ms ease-in-out;
  -ms-animation: zoom2 infinite 1.5s 1100ms ease-in-out;
  animation: zoom2 infinite 1.5s 1100ms ease-in-out;
}
.brand-p4 .map-box .circle-box.c2 .pointer {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}
.brand-p4 .map-box .circle-box.c2 .img-text {
  height: 339%;
  left: 50%;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}
.brand-p4 .map-box .circle-box.c3 {
  right: 21%;
  bottom: 26%;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}
.brand-p4 .map-box .circle-box.c3 .xline-box {
  right: -333%;
  left: 50%;
  top: -121%;
}
.brand-p4 .map-box .circle-box.c3 .xline-box .line {
  transform: rotate(-45deg) scale(2, 1);
  transform-origin: bottom left;
}
.brand-p4 .map-box .circle-box.c3 .text-box {
  right: -121%;
  top: -121%;
  margin-right: -2em;
}
.brand-p4 .map-box .circle-box.c3 .img-circle {
  -webkit-animation: zoom2 infinite 1.5s 2000ms ease-in-out;
  -o-animation: zoom2 infinite 1.5s 2000ms ease-in-out;
  -moz-animation: zoom2 infinite 1.5s 2000ms ease-in-out;
  -ms-animation: zoom2 infinite 1.5s 2000ms ease-in-out;
  animation: zoom2 infinite 1.5s 2000ms ease-in-out;
}
.brand-p4 .map-box .circle-box.c3 .img-text {
  height: 230%;
  left: 50%;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  transition-delay: 900ms;
}
.brand-p4 .map-box .circle-box.c3 .img-circle,
.brand-p4 .map-box .circle-box.c3 .pointer {
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.recruit-p1,
.recruit-p5 {
  background-image: url(imagesrecruit_p1_bg.jpg);
}
.recruit-p1 .text,
.recruit-p5 .text {
  position: absolute;
  top: 38.14%;
  height: 21%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.recruit-p1 .btn-box,
.recruit-p5 .btn-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 63.2%;
  height: 4.63%;
}
.recruit-p1 .btn-box .btn,
.recruit-p5 .btn-box .btn {
  position: absolute;
  top: 0;
  height: 100%;
  width: 47.6%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.recruit-p1 .btn-box .btn.btn1,
.recruit-p5 .btn-box .btn.btn1 {
  left: 0;
}
.recruit-p1 .btn-box .btn.btn2,
.recruit-p5 .btn-box .btn.btn2 {
  right: 0;
}
.recruit-p2 {
  background-color: #f9f9f9;
}
.recruit-p2 .big-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 100%;
}
.recruit-p2 .img-box {
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  position: absolute;
  width: 50%;
  height: 50%;
  background-position: center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.recruit-p2 .img-box.box1,
.recruit-p2 .img-box.box3 {
  left: 0;
}
.recruit-p2 .img-box.box2,
.recruit-p2 .img-box.box4 {
  right: 0;
}
.recruit-p2 .img-box.box1,
.recruit-p2 .img-box.box2 {
  top: 0;
}
.recruit-p2 .img-box.box3,
.recruit-p2 .img-box.box4 {
  bottom: 0;
}
.recruit-p2 .img-box.box1 {
  background-image: url(imagesrecruit_p2_pic1.jpg);
}
.recruit-p2 .img-box.box2 {
  background-image: url(imagesrecruit_p2_pic2.jpg);
}
.recruit-p2 .img-box.box3 {
  background-image: url(imagesrecruit_p2_pic3.jpg);
}
.recruit-p2 .img-box.box4 {
  background-image: url(imagesrecruit_p2_pic4.jpg);
}
.recruit-p3 {
  background-image: url(imagesrecruit_p3_bg.jpg);
}
.recruit-p3 .react1 {
  position: absolute;
  top: 0;
  left: 3.75%;
  height: 40.46%;
}
.recruit-p3 .react2 {
  position: absolute;
  top: 0;
  right: 4.8%;
  height: 17.4%;
}
.recruit-p3 .react3 {
  position: absolute;
  bottom: 0;
  left: 24.58%;
  height: 13%;
}
.recruit-p4 {
  background-color: #f9f9f9;
}
.recruit-p4 .text,
.recruit-p4 .pic {
  position: absolute;
  top: 0;
  height: 100%;
}
.recruit-p4 .text {
  right: 52.08%;
}
.recruit-p4 .pic1 {
  right: 18%;
}
.recruit-p4 .pic2 {
  right: 8.88%;
}
.recruit-p4 .pic3 {
  right: 23.125%;
}
.recruit-p5 {
  background-image: url(imagesrecruit_p5_bg.jpg);
}
.recruit-p5 .text {
  height: 19.4%;
}
.recruit-p5 .btn-box {
  top: 61.6%;
}
.page-img.no {
  top: 0;
  opacity: 1;
}
.video-bpopup-wrap {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0em;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  z-index: 10;
}
.video-bpopup-wrap.show {
  display: -webkit-box;
}
.video-bpopup-wrap .icon-close {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  width: 2.25em;
  cursor: pointer;
}
.video-bpopup-wrap .video-bpopup-main {
  width: 48em;
  margin: 0 auto;
  padding: 2.5em 0 2em 0;
  color: #fff;
}
.video-bpopup-wrap .video-bpopup-main h3 {
  font-size: 2.4em;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.5625em;
}
.video-bpopup-wrap .video-bpopup-main .video-box {
  width: 100%;
  height: 27em;
  margin-bottom: 1.9em;
  position: relative;
}
.video-bpopup-wrap .video-bpopup-main .video-box .video {
  position: relative;
  z-index: 2;
}
.video-bpopup-wrap .video-bpopup-main .video-box .shadow {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
}
.video-bpopup-wrap .video-bpopup-main .item-box {
  width: 50%;
  float: left;
}
.video-bpopup-wrap .video-bpopup-main .item-box.item1 h4:after {
  right: 5.6em;
  width: 5.6em;
}
.video-bpopup-wrap .video-bpopup-main .item-box.item2 h4:after {
  right: 0em;
  width: 14.2em;
}
.video-bpopup-wrap .video-bpopup-main .item-box.item3 h4:after {
  right: 5.6em;
  width: 9.6em;
}
.video-bpopup-wrap .video-bpopup-main .item-box.item4 h4:after {
  right: 0em;
  width: 5.2em;
}
.video-bpopup-wrap .video-bpopup-main h4 {
  font-size: 0.9em;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-align: center;
  margin-bottom: 1em;
  position: relative;
}
.video-bpopup-wrap .video-bpopup-main h4 > * {
  display: block;
}
.video-bpopup-wrap .video-bpopup-main h4:after {
  content: '';
  display: block;
  height: 0;
  border-top: 1px solid #fff;
  margin-left: 1em;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}
.video-bpopup-wrap .video-bpopup-main .tab-con {
  margin: 0 -0.45em;
}
.video-bpopup-wrap .video-bpopup-main .tab-con .tab-box {
  float: left;
  width: 20%;
  padding: 0 0.55em;
  box-sizing: border-box;
  margin-bottom: 1.1em;
}
.video-bpopup-wrap .video-bpopup-main .tab-con .tab-box .tab {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.8em;
  line-height: 2.5em;
  height: 2.5em;
  border: 1px solid #fff;
}
.video-bpopup-wrap .video-bpopup-main .tab-con .tab-box.current .tab {
  font-weight: bold;
  background-color: #00aceb;
  border-color: #00aceb;
}
@media screen and (min-width: 1536px) {
  .brand-p4 .map-box .circle-box .text-box {
    font-size: 16px;
  }
}
/*.layui-layer-setwin .layui-layer-close2{
    z-index: 1001;
}*/
