/* banner */
.banner {
  position: relative;
  height: 200px;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  display: block;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  opacity: 1;
  transform: rotate(45deg);
  border-radius: 0;
  margin: 6px !important;
}
.banner .swiper-pagination-bullet-active {
  background-color: #f8d37a;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}


/* section */
.section-item .news-head {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}
.section-item .news-head-title {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
}
.section-item .news-head-title_highlight {
  display: block;
  color: #01b171;
  border-bottom: 3px #01b171 solid;
}
.section-item .news-head-more {
  width: 90px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #b4b4b4;
  transition: all 0.3s ease-in-out;
}
.section-item .news-head-more .more-text {
  font-size: 14px;
  color: #666;
  padding-right: 5px;
  transition: all 0.3s ease-in-out;
}
.section-item .news-head-more .more-icon {
  width: 10px;
	height: 10px;
}
.section-item .news-head-more .more-icon img {
  width: 100%;
	height: 100%;
  vertical-align: top;
}
.section-item .news-head-more:hover {
  border-color: #01b171;
}
.section-item .news-head-more:hover .more-text {
  color: #01b171;
}
.section-item .list-item {
  height: 38px;
}
.section-item .list-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7px;
	height: 7px;
  border: 1px #c2c2c2 solid;
}
.section-item .list-item-icon i {
  display: block;
  width: 3px;
  height: 3px;
  background-color: #ecbf83;
}
.section-item .list-item-title {
  font-size: 16px;
  color: #333;
  padding: 0 12px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.section-item .list-item-time {
  font-size: 16px;
  color: #999;
}
.section-item .list-item:hover .list-item-title {
  color: #01b171;
}

/* section-1 */
.section-1 {
  background: url('../images/bg-section-1.png') no-repeat center center;
  background-size: 100% 100%;
  padding: 25px 0;
}
.section-1 .news-swiper {
  width: 100%;
  padding-bottom: 26px;
}
.section-1 .swiper-slide {
  display: block;
}
.section-1 .news-swiper-cover {
  width: 100%;
  height: 214px;
}
.section-1 .news-swiper-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-1 .news-swiper-info {
  position: absolute;
  right: 0;
  bottom: -26px;
  width: 90%;
	height: 60px;
  background-color: #01b171;
  padding: 0 23px;
  box-sizing: border-box;
  line-height: 22px;
}
.section-1 .news-swiper-title {
  width: 100%;
  font-size: 16px;
  color: #fff;
}
.section-1 .news-swiper-time {
  font-size: 14px;
  color: #f5f5f5;
}
.section-1 .swiper-pagination {
  text-align: right;
  padding-right: 23px;
  box-sizing: border-box;
}
.section-1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
}
.section-1 .swiper-pagination-bullet-active {
  background-color: #ffc000;
}
.section-1 .news-list {
  background-color: #fff;
  border-top: 3px #01b171 solid;
  padding: 23px 15px 0 15px;
  box-sizing: border-box;
}
.section-1 .news-list-item {
  display: block;
  border-bottom: 1px #e6e6e6 solid;
  margin-bottom: 10px;
}
.section-1 .news-list-item:last-child {
  border: 0;
}
.section-1 .news-list-item .item-title {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.section-1 .news-list-item .item-time {
  padding: 10px 0;
}
.section-1 .news-list-item .item-time-icon {
  width: 14px;
	height: 13px;
}
.section-1 .news-list-item .item-time-icon img {
  width: 100%;
	height: 100%;
  vertical-align: top;
}
.section-1 .news-list-item .item-time-text {
  font-size: 14px;
  color: #999;
  padding-left: 7px;
}
.section-1 .news-list-item:hover .item-title {
  color: #01b171;
}


/* section-2 */
.section-2 {
  background: url('../images/bg-section-2.jpg') no-repeat center center;
  background-size: 100% 100%;
  padding: 35px 0;
}
.section-2-news_head {
  height: 120px;
}
.section-2-news .head-title {
  position: relative;
  width: 130px;
  height: 100%;
  background-color: #01b171;
}
.section-2-news .head-title::after {
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #01b171;
}
.section-2-news .head-title-icon {
  width: 52px;
	height: 52px;
  margin: 0 auto;
}
.section-2-news .head-title-icon img {
  width: 100%;
	height: 100%;
}
.section-2-news .head-title-text {
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  padding-top: 7px;
}
.section-2-news .head-img {
  height: 100%;
}
.section-2-news .head-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-2-news_list {
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
}

/* section-3 */
.section-3 {
  background: url('../images/bg-section-3.jpg') no-repeat center center;
  background-size: 100% 100%;
  padding: 25px 0 35px 0;
}
.section-3-news {
  padding: 0 15px;
  box-sizing: border-box;
}
.section-3-news:first-child {
  margin-bottom: 20px;
}

/* section-4 */
.section-4 {
  background: url('../images/bg-section-4.jpg') no-repeat center center;
  background-size: 100% 100%;
  padding: 35px 0 25px 0;
}
.section-4-news {
  max-height: 540px;
  overflow: hidden;
}

.section-4-news_item {
  width: 93%;
  height: 88px;
  background-color: #fff;
  border-radius: 20px 0px 20px 0px;
  padding: 0 12px;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
}
.section-4-news_item .item-date {
  padding-right: 12px;
  border-right: 1px #d0d0d0 solid;
}
.section-4-news_item .item-date-day {
  font-size: 24px;
  color: #01b171;
  text-align: center;
  line-height: 32px;
}
.section-4-news_item .item-date-year {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.section-4-news_item .item-title {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  padding-left: 12px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.section-4-news_item:hover .item-title {
  color: #01b171;
}


/* ny-index */
.ny-index .nav-item>a {
  color: #333;
}


/* ny-banner */
.ny-banner {
  width: 100%;
  height: 150px;
  align-content: center;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}


/* news-detail */
.news-detail {
  box-sizing: border-box;
  padding: 0 10px;
}
.news-detail .title {
  font-size: 20px;
  color: #333;
  line-height: 28px;
  text-align: center;
  padding: 20px 0 0 0;
}
.news-detail .info {
  position: relative;
  font-size: 12px;
  line-height: 28px;
  color: #acacac;
  text-align: center;
  padding: 10px 0;
  border-bottom: 3px #e4e4e4 solid;
}
.news-detail .info span {
  padding-left: 10px;
}


/* single */
.single {
  padding: 30px 10px;
  box-sizing: border-box;
  line-height: 36px;
}
.single img {
  max-width: 100% !important;
  height: auto !important;
}

/*翻页*/
.pageNum{width:100%;height: 50px;margin: 50px auto;}
.pageNum a,.pageNum i,.pageNum em,.pageNum span{height: 37px; line-height: 37px; padding: 0 15px; display: inline-block; border: 1px #e8e8e8 solid; background-color: #fff;  margin: 0 3px;color:#515151; }
.pageNum i{background-color: #fff;}
.pageNum a:hover,.pageNum .pative,.pageNum span{color:#fff;background-color:#d30b15;}