﻿@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner img {
  display: block;
  width: 100%;
}
.title h3 {
  margin: 0 0 6px;
  font-size: 24px;
}
.title h3 span {
  font-size: 20px;
  font-family: Georgia, serif;
  color: #b0e7da;
}
.title p {
  margin: 0;
  font-size: 48px;
  font-family: Georgia, serif;
  color: #b0e7da;
}
@media (max-width: 1024px) {
  .title h3 {
    display: block;
    margin: 0 10px 0 0;
    font-size: 20px;
  }
  .title h3 span {
    font-size: 14px;
  }
  .title p {
    display: inline-block;
    font-size: 14px;
  }
}
.subnav {
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0;
  white-space: nowrap;
  background-color: #00b386;
}
.subnav a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.subnav a.active {
  background-color: #0d7254;
}
.news {
  padding: 52px 0 70px;
}
.news .news-controls {
  position: relative;
  margin-top: 0;
  margin-bottom: 35px;
}
.news .news-controls p {
  margin: 0;
  font-size: 24px;
  color: #c4c4c4;
  text-align: right;
}
.news .title .newsmore {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  margin-left: 16px;
}
.news .btns {
  margin-top: 13px;
}
.news .btns a {
  display: inline-block;
  width: 27px;
  height: 27px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c8c8c8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news .btns a:hover {
  background-color: #00b386;
}
.news .btns a.news-prev {
  margin-right: 9px;
  background-image: url('../image/prev1.png');
}
.news .btns a.news-next {
  background-image: url('../image/next1.png');
}
.news .news-container {
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px solid #bfece1;
}
.news .news-container .news-swiper {
  width: 70%;
  margin-right: 0;
}
.news .news-swiper .item:nth-child(3n) a p {
  background-color: #00b386;
}
.news .news-swiper .item:nth-child(3n + 1) a p {
  background-color: #f8ac18;
}
.news .news-swiper .item:nth-child(3n + 2) a p {
  background-color: #5b8fff;
}
.news .news-swiper .item a {
  position: relative;
  display: block;
  padding-bottom: 17px;
  color: #fff;
}
.news .news-swiper .item a:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news .news-swiper .item a .pic {
  overflow: hidden;
}
.news .news-swiper .item a .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .news-swiper .item a p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  padding: 0 10px;
  margin: 0;
  font-size: 14px;
  color: #eff;
  text-align: left;
}
.news .news-list {
  width: 28%;
  overflow: hidden;
}
.news .news-list ul li {
  overflow: hidden;
  margin-bottom: 13px;
}
.news .news-list ul li:last-child {
  margin-bottom: 0;
}
.news .news-list ul li h3 {
  position: relative;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding-left: 17px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
.news .news-list ul li h3::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #00b386;
  content: '';
}
.news .news-list ul li h3 a {
  color: #292929;
}
.news .news-list ul li h3 time {
  float: right;
  font-size: 12px;
  font-weight: normal;
  color: #c8c8c8;
}
.news .news-list ul li p {
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  margin: 10px 0 15px;
  font-size: 14px;
  text-indent: 2em;
}
.news .news-list ul li .more {
  display: inline-block;
  padding: 0 10px 0 12px;
  color: #fff;
  background-color: #00b386;
}
.news .news-list ul li .more span {
  display: block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding-right: 27px;
  background: url('../image/more1.png') no-repeat right center;
}
@media (max-width: 1441px) {
  .news {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .news {
    padding: 20px 10px;
  }
  .news .news-controls {
    margin-top: 0;
    text-align: right;
	margin-bottom: 0;
  }
  .news .news-controls p {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
  }
  .news .news-controls .btns {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
  }
  .news .news-container {
    padding-top: 10px;
  }
  .news .news-container .news-swiper {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .news .news-list {
    float: none;
    width: auto;
    margin-left: 0;
    padding-top: 20px;
  }
  .news .news-list ul li {
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
  }
  .news .news-list ul li h3 {
    font-size: 14px;
  }
  .news .news-list ul li p {
    margin: 10px 0;
  }
  .news .news-list ul li:nth-child(n+3) {
	display: none;
  }
}
.aboutus {
  position: relative;
  background-color: #e0f4f0;
}
.aboutus::before,
.aboutus::after {
  position: absolute;
  right: 0;
  left: 50%;
  height: 50%;
  content: '';
}
.aboutus::before {
  bottom: 50%;
  background-color: #098869;
}
.aboutus::after {
  top: 50%;
  background-color: #004d28;
}
.aboutus .container {
  position: relative;
  z-index: 3;
  background-color: #e0f4f0;
}
.aboutus .aboutus-box1 {
  overflow: hidden;
  padding: 35px 0 35px;
  background-color: #e0f4f0;
}
.aboutus .aboutus-box1 .title {
  margin-bottom: 45px;
}
.aboutus .aboutus-box1 .bd img {
  display: block;
  width: 100%;
}
.aboutus .aboutus-box1 .bd .desc {
  position: relative;
  padding: 30px 0 0 72px;
}
.aboutus .aboutus-box1 .bd .desc h3 {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  color: #00b386;
}
.aboutus .aboutus-box1 .bd .desc p {
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  margin: 45px 0 65px;
  font-size: 14px;
  color: #515151;
  text-indent: 2em;
}
.aboutus .aboutus-box1 .bd .desc .more {
  display: block;
  width: 43px;
  height: 43px;
  background: url('../image/more2.png') no-repeat;
}
.aboutus .aboutus-item {
  width: 50%;
  padding-left: 172px;
}
.aboutus .aboutus-item .item {
  height: 380px;
}
.aboutus .aboutus-item .title h3 {
  color: #fff;
}
.aboutus .aboutus-box2 {
  padding: 37px 27px 0 48px;
  background-color: #098869;
}
.aboutus .aboutus-box2 .title {
  margin-bottom: 25px;
}
.aboutus .aboutus-box2 .title p {
  color: #229478;
}
.aboutus .aboutus-box2 .title .more {
  display: block;
  width: 31px;
  height: 31px;
  background: url('../image/more3.png') no-repeat;
}
.aboutus .aboutus-box2 .bd {
  margin-bottom: 25px;
}
.aboutus .aboutus-box2 .bd time {
  color: #58d89b;
}
.aboutus .aboutus-box2 .bd h3 {
  margin: 11px 0 14px;
  font-size: 16px;
}
.aboutus .aboutus-box2 .bd h3 a {
  color: #fff;
}
.aboutus .aboutus-box2 .bd p {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  color: #58d89b;
  text-indent: 2em;
}
.aboutus .aboutus-box2 ul li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #fff;
}
.aboutus .aboutus-box2 ul li a {
  color: #fff;
}
.aboutus .aboutus-box3 {
  padding: 37px 94px 0 48px;
  background-color: #004d28;
}
.aboutus .aboutus-box3 .title {
  margin-bottom: 42px;
}
.aboutus .aboutus-box3 .title p {
  color: #1a5f3e;
}
.aboutus .aboutus-box3 .bd .icons {
  margin-bottom: 21px;
  font-size: 0;
}
.aboutus .aboutus-box3 .bd .icons a {
  color: #fff;
}
.aboutus .aboutus-box3 .bd .icons span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding-left: 34px;
  font-size: 16px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
}
.aboutus .aboutus-box3 .bd .icons span:nth-child(1) {
  margin-right: 58px;
  background-image: url('../image/icon05.png');
}
.aboutus .aboutus-box3 .bd .icons span:nth-child(2) {
  background-image: url('../image/icon06.png');
}
.aboutus .aboutus-box3 .bd img {
  display: block;
  width: 115px;
  height: 115px;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.aboutus .aboutus-box3 .bd .btn {
  display: block;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  padding-left: 59px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.aboutus .aboutus-box3 .bd .btn:not(:last-child) {
  margin-bottom: 10px;
}
.aboutus .aboutus-box3 .bd .btn:nth-child(2) {
  background-image: url('../image/icon10.png');
  background-color: #f8ac18;
}
.aboutus .aboutus-box3 .bd .btn:nth-child(3) {
  background-image: url('../image/icon11.png');
  background-color: #5b8fff;
}
.aboutus .aboutus-box3 .bd .btn:nth-child(4) {
  background-image: url('../image/icon12.png');
  background-color: #d95e70;
}
@media (max-width: 1441px) {
  .aboutus {
    padding-right: 20px;
    padding-left: 20px;
  }
  .aboutus .aboutus-item {
    padding-left: 100px;
  }
}
@media (max-width: 1367px) {
  .aboutus .aboutus-item {
    padding-left: 20px;
  }
  .aboutus .aboutus-box3 .bd .icons span {
    font-size: 12px;
  }
  .aboutus .aboutus-box3 .bd .icons span:nth-child(1) {
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  .aboutus {
    padding: 0;
  }
  .aboutus .aboutus-item {
    float: none;
    width: auto;
    padding: 0;
  }
  .aboutus .aboutus-item .item {
    height: auto;
    padding: 30px 10px;
  }
  .aboutus .aboutus-box1 {
    padding: 30px 10px;
  }
  .aboutus .aboutus-box1 .title {
    margin-bottom: 20px;
  }
  .aboutus .aboutus-box1 .bd .desc {
    padding: 20px 0 0 20px;
  }
  .aboutus .aboutus-box1 .bd .desc::before {
    top: -20px;
    left: 10px;
  }
  .aboutus .aboutus-box1 .bd .desc h3 {
    font-size: 16px;
  }
  .aboutus .aboutus-box1 .bd .desc p {
    margin: 20px 0;
  }
  .aboutus .aboutus-box3 .title {
    margin-bottom: 20px;
  }
}
.teachers {
  padding: 60px 0 78px;
}
.teachers .title {
  margin-bottom: 40px;
}
.teachers-swiper {
  overflow: initial !important;
}
.teachers-swiper::before,
.teachers-swiper::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  content: '';
}
.teachers-swiper::before {
  right: 100%;
}
.teachers-swiper::after {
  left: 100%;
}
.teachers-swiper .btn {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 47px;
  height: 47px;
  margin-top: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #098869;
  cursor: pointer;
}
.teachers-swiper .btn.teachers-swiper-prev {
  left: -62px;
  background-image: url('../image/prev2.png');
}
.teachers-swiper .btn.teachers-swiper-next {
  right: -62px;
  background-image: url('../image/next2.png');
}
.teachers-swiper .swiper-slide:nth-child(4n + 1) .item {
  background-color: #f8ac18;
}
.teachers-swiper .swiper-slide:nth-child(4n + 2) .item {
  background-color: #5b8fff;
}
.teachers-swiper .swiper-slide:nth-child(4n + 3) .item {
  background-color: #d95e70;
}
.teachers-swiper .swiper-slide:nth-child(4n + 4) .item {
  background-color: #00b386;
}
.teachers-swiper .item {
  display: block;
  color: #fff;
}
.teachers-swiper .item:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.teachers-swiper .item .pic {
  overflow: hidden;
}
.teachers-swiper .item .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.teachers-swiper .item .desc {
  overflow: hidden;
  padding: 20px 24px 18px;
}
.teachers-swiper .item .desc h3 {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: normal;
}
.teachers-swiper .item .desc p {
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  text-indent: 2em;
}
.teachers-swiper .item .desc .more {
  display: block;
  width: 18px;
  height: 17px;
  margin-top: 35px;
  background: url('../image/more4.png') no-repeat;
}
.teachers-swiper .teachers-pagination {
  display: none;
}
@media (max-width: 1536px) {
  .teachers .teachers-swiper {
    margin: 0 68px;
  }
}
@media (max-width: 1441px) {
  .teachers {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1367px) {
  .teachers-swiper .btn {
    display: none;
  }
  .teachers-swiper .teachers-pagination {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .teachers-swiper .teachers-pagination .swiper-pagination-bullet-active {
    background: #000;
  }
}
@media (max-width: 1024px) {
  .teachers {
    padding: 20px 0;
  }
  .teachers .title {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.school {
  position: relative;
  padding: 56px 0;
  background-color: #f3f3f3;
}
.school::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 164px;
  background-color: #fff;
  content: '';
}
.school .container {
  position: relative;
}
.school .title {
  margin-bottom: 40px;
}
.school .photo {
  overflow: hidden;
}
.school .photo ul {
  margin-right: -12px;
}
.school .photo ul li {
  float: left;
  width: 25%;
  padding: 0 12px 12px 0;
}
.school .photo ul li:nth-child(1) {
  float: right;
}
.school .photo ul li:nth-child(1) img {
  height: 548px;
}
.school .photo ul li:nth-child(2) {
  width: 50%;
}
.school .photo ul li a {
  display: block;
  overflow: hidden;
}
.school .photo ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.school .photo ul li a img {
  display: block;
  width: 100%;
  height: 268px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.school .school-swiper .item {
  display: block;
}
.school .school-swiper .item .pic img {
  display: block;
  width: 100%;
  height: 248px;
  object-fit: cover;
}
.school .school-swiper .school-pagination {
  margin-top: 20px;
  text-align: center;
}
.school .school-swiper .school-pagination .swiper-pagination-bullet-active {
  background-color: #0d7254;
}
@media (max-width: 1441px) {
  .school {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .school {
    padding: 20px 0;
  }
  .school .title {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .school .photo ul li {
    width: 100% !important;
  }
  .school .photo ul li a img {
    height: auto;
  }
  .school .school-swiper .item .pic img {
    height: auto;
  }
}