@font-face {
  font-family: 'schoolfont';
  src: url('../font/FZLBJW.TTF');
}
.page .section {
  width: 100%;
  height: auto;
}
.page .section .container {
  height: 100%;
  padding-top: 30px;
  position: relative;
}
.page .section.section1 {
  background: url(../image/about-sec1-bg.png) no-repeat center top;
  overflow: hidden;
}
.page .section.section1 .words {
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease-in-out 0.5s;
  -moz-transition: all 1s ease-in-out 0.5s;
  -ms-transition: all 1s ease-in-out 0.5s;
  -o-transition: all 1s ease-in-out 0.5s;
  transition: all 1s ease-in-out 0.5s;
}
.page .section.section1 .words h2 {
  height: 80px;
  position: relative;
}
.page .section.section1 .words h2 > p {
  line-height: 80px;
  font-size: 56px;
  font-weight: 400;
}
.page .section.section1 .words h2 span {
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 52px;
  height: 2px;
  margin-left: -26px;
  z-index: 1;
  background: #fff;
}
.page .section.section1 .words > p {
  line-height: 90px;
  font-size: 26px;
  font-weight: 700;
}
.page .section.section1.active .words {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page .section.section2 {
  padding-top: 50px;
}
.page .section.section2 h2 {
  height: auto;
  position: relative;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  -moz-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  -o-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  -ms-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
}
.page .section.section2 h2 > p {
  line-height: 80px;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
.page .section.section2 h2 span {
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 52px;
  height: 2px;
  margin-left: -26px;
  z-index: 1;
  background: #333;
}
.page .section.section2 .sec-ms {
  width: 100%;
  height: 500px;
  overflow: hidden;
  padding: 30px;
}
.page .section.section2 .sec-ms .ms-left {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  padding: 20px;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -moz-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -o-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -ms-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
}
.page .section.section2 .sec-ms .ms-left img {
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page .section.section2 .sec-ms .ms-right {
  width: 50%;
  height: 100%;
  float: left;
  padding: 20px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -moz-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -o-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -ms-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
}
.page .section.section2 .sec-ms .ms-right .words-box {
  max-height: 100%;
  position: relative;
  overflow: hidden;
  padding-right: 20px;
}
.page .section.section2 .sec-ms .ms-right .words-box p {
  font-size: 16px;
  color: #888888;
  line-height: 30px;
  text-align: justify;
  margin-top: 5px;
  margin-bottom: 20px;
}
.page .section.section2 .sec-bottom {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page .section.section2 .sec-bottom ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page .section.section2 .sec-bottom ul li {
  width: 33.33%;
  float: left;
  padding: 10px 50px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.page .section.section2 .sec-bottom ul li:nth-child(1) {
  -webkit-transition: all 1s ease-in-out 1.5s;
  -moz-transition: all 1s ease-in-out 1.5s;
  -ms-transition: all 1s ease-in-out 1.5s;
  -o-transition: all 1s ease-in-out 1.5s;
  transition: all 1s ease-in-out 1.5s;
}
.page .section.section2 .sec-bottom ul li:nth-child(2) {
  -webkit-transition: all 1s ease-in-out 2s;
  -moz-transition: all 1s ease-in-out 2s;
  -ms-transition: all 1s ease-in-out 2s;
  -o-transition: all 1s ease-in-out 2s;
  transition: all 1s ease-in-out 2s;
}
.page .section.section2 .sec-bottom ul li:nth-child(3) {
  -webkit-transition: all 1s ease-in-out 2.5s;
  -moz-transition: all 1s ease-in-out 2.5s;
  -ms-transition: all 1s ease-in-out 2.5s;
  -o-transition: all 1s ease-in-out 2.5s;
  transition: all 1s ease-in-out 2.5s;
}
.page .section.section2 .sec-bottom ul li a {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
}
.page .section.section2 .sec-bottom ul li a img {
  margin: 0 auto;
  margin-bottom: 10px;
}
.page .section.section2 .sec-bottom ul li a p {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.page .section.section2 .sec-bottom ul li a span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
.page .section.section2.active h2 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section2.active .sec-ms .ms-left,
.page .section.section2.active .sec-ms .ms-right {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  opacity: 1;
}
.page .section.section2.active .sec-bottom ul li {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page .section.section3 {
  padding-top: 50px;
  background: url(../image/about-school-bg.png);
}
.page .section.section3 .sec-box {
  height: 460px;
  width: 90%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease-in-out 0.5s;
  -moz-transition: all 1s ease-in-out 0.5s;
  -ms-transition: all 1s ease-in-out 0.5s;
  -o-transition: all 1s ease-in-out 0.5s;
  transition: all 1s ease-in-out 0.5s;
}
.page .section.section3 .sec-box h2 {
  height: auto;
  position: relative;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -moz-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -o-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -ms-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
}
.page .section.section3 .sec-box h2 > p {
  line-height: 80px;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
.page .section.section3 .sec-box h2 span {
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 52px;
  height: 2px;
  margin-left: -26px;
  z-index: 1;
  background: #333;
}
.page .section.section3 .sec-box .school-container {
  width: 80%;
  height: 240px !important;
  margin: 50px auto;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease-in-out 2s;
  -moz-transition: all 1s ease-in-out 2s;
  -ms-transition: all 1s ease-in-out 2s;
  -o-transition: all 1s ease-in-out 2s;
  transition: all 1s ease-in-out 2s;
}
.page .section.section3 .sec-box .school-container .swiper-wrapper {
  height: 240px !important;
  overflow: hidden;
}
.page .section.section3 .sec-box .school-container .swiper-slide {
  height: 240px !important;
  text-align: center;
  background: transparent;
}
.page .section.section3 .sec-box .school-container .swiper-slide a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 50px;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
  text-align: left;
  font-size: 0;
  padding-left: 25px;
  float: left;
}
.page .section.section3 .sec-box .school-container .swiper-slide a span.pic {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.page .section.section3 .sec-box .school-container .swiper-slide a span.pic img {
  display: inline-block;
  max-width: 50px;
  max-height: 50px;
}
.page .section.section3 .sec-box .school-container .swiper-slide a span {
  display: inline-block;
  line-height: 50px;
  font-family: "schoolfont";
  font-size: 26px;
  color: #333;
  vertical-align: middle;
  margin-left: 10px;
  max-width: 175px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page .section.section3 .sec-box .school-container .swiper-button-next,
.page .section.section3 .sec-box .school-container .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 45px 44px;
  -webkit-background-size: 45px 44px;
  background-size: 45px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.page .section.section3 .sec-box .school-container .swiper-button-next {
  background-image: url("../image/about-sec3-next.png");
  right: -50px;
  left: auto;
}
.page .section.section3 .sec-box .school-container .swiper-button-prev {
  background-image: url("../image/about-sec3-prev.png");
  left: -50px;
  right: auto;
}
.page .section.section3 .sec-box .school-container .swiper-button-disabled {
  opacity: 0.35 !important;
}
.page .section.section3.active .sec-box {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page .section.section3.active .sec-box h2 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section3.active .sec-box .school-container {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page .section.section4 .container h2 {
  height: auto;
  position: relative;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  -moz-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  -o-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  -ms-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
}
.page .section.section4 .container h2 > p {
  line-height: 80px;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
.page .section.section4 .container h2 span {
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 52px;
  height: 2px;
  margin-left: -26px;
  z-index: 1;
  background: #333;
}
.page .section.section4 .container > img {
  max-width: 100%;
  margin: 20px auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 1s;
  -moz-transition: opacity 0.5s ease-out 1s;
  -o-transition: opacity 0.5s ease-out 1s;
  -ms-transition: opacity 0.5s ease-out 1s;
  transition: opacity 0.5s ease-out 1s;
}
.page .section.section4.active .container h2,
.page .section.section4.show .container h2 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section4.active .container > img,
.page .section.section4.show .container > img {
  opacity: 1;
  animation: lightSpeedIn 1s ease-out 1s;
  -webkit-animation: lightSpeedIn 1s ease-out 1s;
  -moz-animation: lightSpeedIn 1s ease-out 1s;
  -ms-animation: lightSpeedIn 1s ease-out 1s;
  -o-animation: lightSpeedIn 1s ease-out 1s;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}