/* banner */
.banner {
    width: 1380px;
    height: 420px;
    margin: 0 auto ;
}
.banner .swiper-container-1 {
  height: 100%;
}
.banner .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.swiper-container-1 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: transparent;
  opacity: 0.8;
  background-image: url('../images/icon-swiper.png');
  background-size: cover;
}
.banner .swiper-pagination-bullet-active {
  background-image: url('../images/icon-swiper-active.png');
}
@media screen and (max-width: 1750px) {
  .banner {
    height: 700px;
  }
}
@media screen and (max-width: 1650px) {
  .banner {
    height: 680px;
  }
}
@media screen and (max-width: 1450px) {
  .banner {
    height: 660px;
  }
}

/*新闻*/
.main{margin-top: 10px;}
.main .comWidth{width: 1380px; margin-left:auto; margin-right: auto;}
.main .item01{padding-bottom:10px;}
.main .newsleft{width: 680px;}
.main .item01 .title{height: 42px;line-height: 42px;border-bottom: 2px solid #054719;margin-bottom: 20px;}
.main .item01 .title b{font-size: 20px;color:#000;font-weight: normal;display: block;height:38px;float: left;padding-left: 40px;line-height: 48px;}
.main .item01 .title a{color:#989898;float: right; background: url(../images/list1.png) no-repeat right center;padding-right: 10px; }
.main .newsleft .newscont .newsc01{width: 280px;}
.main .newsleft .newscont .newsc01 img{width: 280px;display: block;height:187px;}
.main .newsleft .newscont .newsc01 a{font-size: 16px;font-weight: normal;color:#000;padding: 5px;display: block;text-indent: 24px;background: #f7f6f6;}
.main .newsleft .newscont .newsc01 a:hover{color:#cc9900;}
.main .newsleft .newscont .newsc01 p{font-size: 12px; margin-top:8px; line-height:18px; color:#989898;}
.main .newsleft .newscont .newsc02{width: 370px;}
.main .item01 ul li{line-height: 32px;background: url(../images/list.png) no-repeat 0 center;text-indent: 12px;font-size: 16px;border-bottom: 1px dashed #e3e3e3;padding-right: 2px;}
.main .item01 ul li a:hover{color:#cc9900;}
.main .item01 ul li em{float: right;color:#989898;}
.main .newsright{width: 310px;margin-left: 40px; }
.main .item01 .title b.b1{background: url(../images/b1.png) no-repeat 0 bottom;}
.main .item01 .title b.b2{background: url(../images/b2.png) no-repeat 0 bottom;}
.main .item01 .title b.b3{background: url(../images/b3.png) no-repeat 0 bottom;}
.main .item01 .title b.b4{background: url(../images/b4.png) no-repeat 0 bottom;}
.main .item01 .title b.b5{background: url(../images/b5.png) no-repeat 0 bottom;}
.clearfix:after{display:block;clear:both;}
li{list-style:none;}
ul,li,em{margin:0;padding:0;}
.clearfix{zoom:1; overflow:hidden;}
.fl{float:left;}
.fr{float:right;}


/* section-1 */
.section-1 {
  padding: 54px 0 65px 0;
  background: url('../images/bg-1.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.section-1 .index-news {
  padding: 53px 0 24px 0;
}
.section-1 .index-news .news-item {
  transform: translateY(50%);
  transition: all 0.5s ease-in;
}
.section-1 .index-news .news-item:nth-child(2) {
  transition-delay: 0.2s;
}
.section-1 .index-news .news-item:nth-child(3) {
  transition-delay: 0.4s;
}
.index-news .news-item {
  display: block;
  width: 445px;
  margin-right: 22px;
  background-color: #fff;
}
.index-news .news-item:nth-child(3) {
  margin-right: 0;
}
.index-news .news-item-cover {
  width: 100%;
  height: 271px;
  overflow: hidden;
}
.index-news .news-item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.36s linear;
}
.index-news .content {
  padding: 27px 20px 30px 20px;
}
.index-news .news-item-date {
  padding: 0 0 17px 0;
}
.index-news .news-item-date .date-icon {
  width: 18px;
	height: 18px;
}
.index-news .news-item-date .date-icon img {
  width: 100%;
	height: 100%;
}
.index-news .news-item-date .date-text {
  font-size: 16px;
  color: #999;
  padding-left: 8px;
}
.index-news .news-item-title {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  min-height: 60px;
}
.index-news .news-item-intro {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  padding-top: 12px;
}
.index-news .news-item:hover .news-item-title {
  color: #00963d;
  transition: all 0.5s ease-out;
}
.index-news .news-item:hover .news-item-cover img {
  transform: scale(1.12);
}

.section-1 .news {
  display: flex;
  justify-content: space-between;
}
.section-1 .news .news-item {
  display: flex;
  align-items: center;
  width: 680px;
  height: 100px;
  background-color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}
.section-1 .news .news-item-date {
  flex: none;
	height: 64px;
	background-color: #f3f3f3;
  line-height: 1;
  text-align: center;
  padding: 0 6px;
}
.section-1 .news .news-item-date_day {
  font-size: 24px;
  color: #00963d;
  padding: 10px 0 8px 0;
}
.section-1 .news .news-item-date_year {
  font-size: 14px;
  color: #999;
}
.section-1 .news .news-item-title {
  flex: 1;
  font-size: 18px;
  color: #333;
  padding-left: 18px;
  line-height: 30px;
}
.section-1 .news .news-item:hover .news-item-title {
  color: #00963d;
}
@media screen and (max-width: 1450px) {
  .section-1 {
    padding: 34px 0 50px 0;
  }
  .section-1 .index-news {
    padding: 33px 0 24px 0;
  }
  .index-news .news-item {
    width: 385px;
  }
  .index-news .news-item-cover {
    height: 234px;
  }
  .index-news .content {
    padding: 20px 15px;
  }
  .index-news .news-item-date {
    padding: 0 0 10px 0;
  }
  .index-news .news-item-title {
    font-size: 16px;
  }
  .section-1 .news .news-item {
    width: 580px;
  }
  .section-1 .news .news-item-title {
    font-size: 16px;
  }
}


/* section-2 */
.section-2 {
  overflow: hidden;
  height: 480px;
  background: url('../images/bg-2.png') no-repeat 0 0;
  background-size: 100% 100%;
  padding: 63px 0 55px 0;
  box-sizing: border-box;
}
.section-2 .common-title .title {
  transform: translateX(-300%);
  transition: all 0.5s ease-in 0.5s;
}
.section-2 .common-title .more {
  transform: translateX(300%);
  transition: all 0.5s ease-in 0.5s;
}
.section-2 .swiper-container-2 {
  padding: 50px 0 66px 0;
}
.section-2 .swiper-slide {
  display: block;
  height: 210px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.section-2 .swiper-slide::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 5px;
  height: 100%;
  background-color: #fccd53;
  transition: width 0.5s linear;
}
.section-2 .swiper-slide-title {
  z-index: 9;
  position: relative;
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.section-2 .swiper-slide-date {
  position: absolute;
  left: 30px;
  bottom: 42px;
  font-size: 18px;
  color: #bebebe;
  line-height: 1;
}
.section-2 .swiper-slide:hover::before {
  width: 100%;
}
.section-2 .swiper-slide:hover .swiper-slide-title,
.section-2 .swiper-slide:hover .swiper-slide-date {
  color: #fff;
}
.section-2 .swiper-container-2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}
.section-2 .swiper-container-2 .swiper-pagination-bullet-active {
  background-color: #fccd53;
}

@media screen and (max-width: 1450px) {
  .section-2 .swiper-slide-title,
  .section-2 .swiper-slide-date {
    font-size: 16px;
  }
}


/* section-3 */
.section-3 {
  padding: 46px 0 0 0;
  background: url('../images/bg-5.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.section-3-top {
  overflow: hidden;
  padding-bottom: 58px;
}
.section-3 .news {
  width: 660px;
}
.section-3 .news:first-child {
  transform: translateX(100%);
  transition: all 0.5s ease-in 0.7s;
}
.section-3 .news:last-child {
  transform: translateX(-100%);
  transition: all 0.5s ease-in 0.7s;
}
.section-3 .news-list {
  padding-top: 44px;
}
.section-3 .news-list-item {
  border-bottom: 1px #cacaca solid;
  line-height: 60px;
}
.section-3 .news-list-item:first-child {
  border-top: 1px #cacaca solid;
}
.section-3 .news-list-item_date {
  flex: none;
  font-size: 18px;
  color: #999;
}
.section-3 .news-list-item_title {
  flex: 1;
  font-size: 18px;
  color: #333;
  padding-left: 26px;
  box-sizing: border-box;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-3 .news-list-item:hover .news-list-item_title {
  color: #00963d;
}


.section-3-bottom {
  position: relative;
  height: 590px;
  overflow: hidden;
  background-image: url('../images/bg-7.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
}
.section-3-bottom_l {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48%;
  height: 497px;
  background: url('../images/bg-3.png') no-repeat 0 0;
  background-size: 100% 100%;
  transform: translateX(-100%);
  transition: all 0.5s linear 0.5s;
}
.section-3-bottom_r {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  height: 590px;
  background: url('../images/bg-4.png') no-repeat 0 0;
  background-size: 100% 100%;
  transform: translateY(-100%);
  transition: all 0.5s ease-in 1s;
}
.section-3 .news-swiper {
  width: 636px;
}
.section-3 .news-swiper .common-title {
  padding: 15px 0 72px 0;
}
.section-3 .swiper-slide {
  display: block;
  background-color: #ffffff;
}
.section-3 .swiper-slide-cover {
  width: 100%;
  height: 320px;
}
.section-3 .swiper-slide-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-3 .swiper-slide-info {
  padding: 18px 20px;
}
.section-3 .swiper-slide-info .info-date {
  flex: none;
  height: 64px;
	background-color: #f3f3f3;
  padding: 0 6px;
  line-height: 1;
  text-align: center;
}
.section-3 .swiper-slide-info .info-date_day {
  font-size: 24px;
  color: #00963d;
  padding: 10px 0 8px 0;
}
.section-3 .swiper-slide-info .info-date_year {
  font-size: 14px;
  color: #999;
}
.section-3 .swiper-slide-info .info-title {
  flex: 1;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  padding-left: 18px;
}
.section-3 .swiper-button-prev:after,
.section-3 .swiper-button-next:after {
  content: '';
}
.section-3 .swiper-button-prev,
.section-3 .swiper-button-next {
  width: 25px;
  height: 50px;
}
.section-3 .swiper-button-prev {
  left: 13px;
  background: url('../images/icon-prev.png') no-repeat 0 0;
}
.section-3 .swiper-button-next {
  right: 13px;
  background: url('../images/icon-next.png') no-repeat 0 0;
}
.section-3 .swiper-slide:hover .info-title {
  color: #00963d;
}

.section-3 .news-2 {
  z-index: 9;
  position: relative;
  width: 660px;
  padding-top: 46px;
}
.section-3 .news-2 .item-title {
  font-size: 18px;
  color: #333;
  line-height: 1;
  padding: 40px 0 18px 0;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-3 .news-2 .item-date-text {
  font-size: 18px;
  color: #acacac;
  line-height: 1;
  padding-right: 11px;
}
.section-3 .news-2 .item-date-line {
  position: relative;
  flex: 1;
  height: 1px;
  background-color: #dadada;
}
.section-3 .news-2 .item-date-line::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #00963d;
  transition: width 0.5s ease-in;
}
.section-3 .news-2 .item:hover .item-date-text {
  color: #00963d;
  transition: all 0.5s ease-in;
}
.section-3 .news-2 .item:hover .item-date-line::after {
  width: 100%;
}

@media screen and (max-width: 1450px) {
  .section-3 .news {
    width: 580px;
  }
  .section-3 .news-swiper {
    width: 560px;
  }
  .section-3 .news-2 {
    z-index: 9;
    position: relative;
    width: 580px;
    padding-top: 46px;
  }
  .section-3 .news-list-item_title,
  .section-3 .swiper-slide-info .info-title,
  .section-3 .news-2 .item-title,
  .section-3 .news-2 .item-date-text {
    font-size: 16px;
  }
}


/* section-4 */
.section-4 {
  background: url('../images/bg-6.png') no-repeat 0 0;
  background-size: 100% 100%;
  padding: 54px 0 77px 0;
}
.section-4 .index-news {
  padding-top: 44px;
}


/* ny-header */
.ny-header {
  height: 129px;
  background-color: #00963d;
}

/* ny-banner */
.ny-banner {
  width: 1380px;
  height: 360px;
 /* margin-top: 129px;*/
/*  display: inline-block;*/
margin: 0 auto;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}


/* ny-list */
.ny-list {
  margin-top: 18px;
}
.ny-list-item {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  border-bottom: 1px #e6e6e6 solid;
  display: flex;
  justify-content: space-between;
}
.ny-list-item::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 7px transparent solid;
  border-bottom: 7px transparent solid;
  border-left: 7px #ffba00 solid;
}
.ny-list-item a {
  display: block;
  flex: 1;
  padding: 0 20px;
  box-sizing: border-box;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny-list-item span {
  flex: none;
  color: #888;
}
.ny-list-item:hover a {
  color: #00864e;
}


/* news-detail */
.news-detail .news-title {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  padding: 35px 18px 26px 18px;
  box-sizing: border-box;
  text-align: center;
}
.news-detail .news-info {
  font-size: 14px;
  color: #686868;
  text-align: center;
  padding-bottom: 26px;
  border-bottom: 1px #e4e4e4 solid;
}
.news-detail .news-info span {
  padding-right: 24px;
}
.news-detail .common-desc {
  min-height: 360px;
  padding: 50px 0;
  box-sizing: border-box;
}

/* single-detail */
.single-detail {
  padding: 40px 0 57px 0;
}
.single-title {
  font-size: 30px;
  color: #333;
  line-height: 36px;
  text-align: center;
}


/* leader-list */
.leader-list {
  padding: 54px 0;
}
.leader-item {
  display: flex;
  width: 100%;
  border: 1px #e6e6e6 solid;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.leader-item-cover {
  flex: none;
  width: 160px;
  height: 194px;
  margin: 16px;
}
.leader-item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leader-item-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  border-left: 1px #e8e8e8 solid;
}
.leader-item .info-basic {
  display: flex;
  border-bottom: 1px #e8e8e8 solid;
}
.leader-item .info-basic-item {
  display: flex;
  flex: 1;
  font-size: 16px;
  color: #333;
  line-height: 68px;
  border-left: 1px #e8e8e8 solid;
}
.leader-item .info-basic-item:first-child {
  border-left: 0;
}
.leader-item .info-basic-item__title {
  flex: none;
  width: 90px;
  text-align: center;
  border-right: 1px #e8e8e8 solid;
}
.leader-item .info-basic-item__content {
  flex: 1;
  text-align: center;
}
.leader-item .info-duty {
  display: flex;
  flex: 1;
  align-items: center;
}
.leader-item .info-duty__title {
  flex: none;
  width: 90px;
  font-size: 16px;
  color: #333;
  text-align: center;
  border-right: 1px #e8e8e8 solid;
}
.leader-item .info-duty__content {
  flex: 1;
  padding: 16px;
  box-sizing: border-box;
}


/* teacher-list */
.teacher-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.teacher-item {
  display: block;
  margin-right: 33px;
}
.teacher-item:nth-child(4n) {
  margin-right: 0;
}
.teacher-item-avatar {
  width: 225px;
  height: 272px;
}
.teacher-item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teacher-item-name {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teacher-item:hover {
  transform: scale(0.95);
  transition: all 0.5s ease-in;
  box-shadow: 1px 2px 3px #ddd;
}
@media screen and (max-width: 1450px) {
  .teacher-item {
    margin-right: 30px;
  }
  .teacher-item-avatar {
    width: 195px;
    height: 235px;
  }
}