.fix {
  *zoom: 1;
}
.fix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.banner-cont {
  padding-top: 30px;
}
.banner-cont .banner-swiper {
  float: left;
  width: 1054px;
  height: 540px;
}
.banner-cont .banner-swiper .banner-pagination {
  width: auto;
  left: auto;
  right: 26px;
  bottom: 28px;
}
.banner-cont .banner-swiper .banner-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  vertical-align: middle;
}
.banner-cont .banner-swiper .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF;
}
.banner-cont .banner-box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-cont .banner-box:hover .img-box img {
  transform: scale(1.1);
}
.banner-cont .banner-box::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.banner-cont .banner-box .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-cont .banner-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.banner-cont .banner-box .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  padding: 0 230px 26px 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner-cont .banner-right {
  overflow: hidden;
  height: 540px;
  background: #EBF7F0;
  border-top: 2px solid #009944;
  padding: 26px 40px 30px 40px;
}
.banner-cont .zy-news-top {
  color: #333;
  font-size: 26px;
  font-weight: 700;
  line-height: 44px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 132px;
}
.banner-cont .zy-news-top:hover {
  color: #009944;
}
.banner-cont .zy-news-list {
  margin-top: 28px;
  padding-top: 32px;
  border-top: 1px solid #CCEBDA;
  margin-bottom: 30px;
}
.banner-cont .zy-news-list li {
  margin-bottom: 20px;
}
.banner-cont .zy-news-list li:last-child {
  margin-bottom: 0;
}
.banner-cont .zy-news-list a {
  padding-left: 24px;
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  background: url(2026index-icon1.png) no-repeat left 8px / 14px 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.banner-cont .zy-news-list a:hover {
  margin-left: 10px;
  color: #009944;
}
.banner-cont .lm-more {
  text-align: right;
}
.banner-cont .lm-more a {
  display: inline-block;
  color: #009944;
  font-size: 14px;
  line-height: 1;
}
.banner-cont .lm-more a:hover {
  text-decoration: underline;
}
@media (max-width: 1599px) {
  .banner-cont .banner-swiper {
    width: 839px;
    height: 450px;
  }
  .banner-cont .banner-right {
    height: 450px;
    padding: 22px 40px 25px 40px;
  }
  .banner-cont .zy-news-top {
    font-size: 22px;
    line-height: 34px;
    height: 102px;
  }
  .banner-cont .zy-news-list {
    margin-top: 22px;
    padding-top: 22px;
    margin-bottom: 16px;
  }
  .banner-cont .zy-news-list li {
    margin-bottom: 13px;
  }
}
@media (max-width: 1000px) {
  .banner-cont {
    padding-top: 0;
  }
  .banner-cont .banner-swiper {
    float: none;
    width: 100%;
    height: 400px;
  }
  .banner-cont .banner-box::before {
    height: 120px;
  }
  .banner-cont .banner-box .title {
    font-size: 16px;
    padding: 0 20px 10px 20px;
    overflow: visible;
    white-space: normal;
  }
  .banner-cont .banner-swiper .banner-pagination {
    display: none;
  }
  .banner-cont .banner-right {
    height: auto;
    padding: 20px 20px;
  }
  .banner-cont .zy-news-top {
    font-size: 18px;
    line-height: 28px;
    height: auto;
    display: block;
  }
  .banner-cont .zy-news-list {
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .banner-cont .zy-news-list a {
    font-size: 15px;
    overflow: visible;
    white-space: normal;
  }
}
@media (max-width: 500px) {
  .banner-cont .banner-swiper {
    height: 180px;
  }
}
