@charset "utf-8";

.svgPath {
    display: block;
    width: 0;
    height: 0;
}

body{
min-width: 1440px;
}

.ani1s {
    animation: ups linear 3s infinite;
}

.ani2s {
    animation: ups linear 2.8s infinite;
}

.ani3s {
    animation: ups linear 3.2s infinite;
}

.ani4s {
    animation: ups linear 2.4s infinite;
}

.ani5s {
    animation: ups linear 2.6s infinite;
}

.ani6s {
    animation: ups linear 3.6s infinite;
}

.banner_box {
    position: relative;
}

.banner {
    overflow: hidden;
}

.banner .a {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner .imgBox {
    overflow: hidden;
    width: 100%;
}

.banner .imgBox:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
   opacity: 0.4;
background: linear-gradient(0deg, #000000 0%, #00000000 100%);
    z-index: 0;
    width: 100%;
    height: 2.56rem;
}

.banner .imgBox .img {
   
    transition: 0s;
}

.banner .imgBox img,
.banner .imgBox video {
    
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s
}

/*.banner .a:after{position: absolute;content: '';left: 0;right: 0;bottom:0;height: 28.54%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);}*/
.banner.on .swiper-slide-active .a .imgBox,
.banner.on .swiper-slide-duplicate-active .a .imgBox,
.banner.on .swiper-slide-prev .a .imgBox {
    animation: sca 7s linear 0s normal both;
}

@keyframes sca {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.banner .swiDots {
    font-size: 0;
    bottom: .34rem;
}

.banner .swiDots span {
    width: .07rem;
    height: .07rem;
    margin: 0 .1rem;
    background: none;
    background-size: 100%;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    position: relative;
    vertical-align: middle;
}

.banner .swiDots span.active {
    width:0.17rem;
    height:0.17rem;
    font-size: .14rem;
    color: #fff;
    background: url(../images2/dot_on.png) no-repeat;
    line-height: .48rem;
}

.main{
  background: url(../images2/index_bg.png) no-repeat #f1fdfd;
  background-size: 100% 100%;
  padding: 0.55rem 0 0.5rem;
}

.stdcopy14_15_wid{
  max-width: 1400px;
  margin: 0 auto;
}

/* index-s1 新闻动态和通知公告样式 */
.index-s1 {width: 100%;overflow: hidden;display: flex;}

.index-s1 .s1-l{
    width: 63.57%;
    float: left;
}
.index-s1 .s1-r {
  width: 32.86%;
  margin-left:0.5rem;
  height: auto;
  overflow: hidden;
}

/* 标题区域 */
.index-s1 .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
  width: 4.4rem;
}

.index-s1 .title-wrap {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}

.title-wrap h3 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #232323;
  margin: 0;
}
.title-wrap h3 span{
  color: #068358;
  font-weight: 700;
}
.title-wrap .subtitle {
  font-size: 0.16rem;
  color: #666;
  position:relative;
  display: flex;
  padding-left: 0.36rem;
  justify-content: left;
  align-items: center;
}

 .title-wrap .subtitle:before{
  position:absolute;
  content:"";
  width:0.25rem;
  height:0.03rem;
  background: #068358;
  left: 0;
}

 .more-link {
  font-size: 0.16rem;
  color: #666;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  text-align: center;
}

.more-link:hover {
  color: #068358;
  font-weight:700;
  padding-right:0.05rem;
}

.more-link::after {
  content: '';
  display: inline-block;
  width: 0.3rem;
  height: 0.21rem;
  border-left: none;
  border-bottom: none;
  margin-left: 0.15rem;
  transition: border-color 0.3s ease;
  background: url(../images2/more.png) no-repeat;
}

.index-s1 .more-link:hover::after {
  border-color: #2d5a3d;
}

/* 重点新闻 */
.index-s1 .highlight-news {
  width: 47.2%;
  float: left;
  margin-right: 0.46rem;
}

.pic { /*padding-top: 75%;*/position: relative;overflow: hidden;}
.pic:before {content: '';position: absolute;top: 0;left: -86%;z-index: 2;display: block;width: 50%;height: 100%;-webkit-transform: skewX(-25deg);transform: skewX(-25deg);background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1));background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1));}
.pic .a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: 50%;background-repeat: no-repeat;background-size: cover;transition: all 0.3s ease-in;}
.bg-mask:hover .pic .a {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.pic img:hover, .bg-mask:hover .cover_img .a{transform: scale(1.05);}
.bg-mask:hover .pic:before {-webkit-animation: shine .5s;animation: shine .5s;}
.list1w {
    margin-top: .27rem;
}

.list1w  .swiDots {
    font-size: 0;
    top: 2.5rem;
    left: auto;
    right: 0;
}

.list1w  .swiDots span {
    width: .07rem;
    height: .07rem;
    margin: 0 .1rem;
    background: none;
    background-size: 100%;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    position: relative;
    vertical-align: middle;
}

.list1w .swiDots span.active {
    width:0.17rem;
    height:0.17rem;      
    font-size: .14rem;
    color: #fff;
    background: url(../images2/dot_on.png) no-repeat;
    line-height: .48rem;
}
.list1w a {
    display: block;
    overflow: hidden;
    position: relative;
}

.list1w a .pic {
    padding-top: 2.8rem;
    width: 100%;
}
.list1w a .pic:after{
  position:absolute;
  content:"";
  width:100%;
  height: 1.03rem;
  opacity: 0.6;
  background: linear-gradient(0deg, #000000 0%, #00000000 100%);
  bottom: 0;
  z-index: 0;
}
.list1w .time {
    display: block;
    color: #FFFFFF;
    line-height: 1;
    position: absolute;
    top: 2.35rem;
    left: 0;
    height: 0.45rem;
    width: 1.2rem;
    background: rgba(6, 131, 88, 0.8);
    line-height: 0.45rem;
    text-align: center;
}


.list1w .time span {   
    font-size: .24rem;
    font-weight: 700;
    line-height: .3rem;
  font-family:Arial;
}

.list1w .time em {   
    font-size: .16rem;
    line-height: 1;
    margin-top: .05rem;
  font-style:normal
}

.list1w a .line {
    display: block;
    width: .01rem;
    height: .6rem;
    background: #FFFFFF;
    opacity: .3;
    margin-right: .27rem;
    flex-shrink: 0;
}

.list1w a h3 {
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 0.05rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.5rem;
}

.list1w a p {
    font-size: .14rem;
    line-height: .21rem;
    color: #666;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list1w a .txt {
    /* flex: 1; */
    /* overflow: hidden; */
}

.list1w a .text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    background: #FFFFFF;
    padding: 0.17rem 0.27rem 0.23rem;
    border-bottom: 2px solid #068358;
}



.list1w .swiArrow {
    position: absolute;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 0.3rem auto;
    background-size: 0.3rem auto;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.list1w .swiArrow.prev {
    bottom: 0.3rem;
    background-image: url(../images2/prev.png);
    left: 0.2rem;
    background-size: 100%;
}

.list1w .swiArrow.next {
    bottom: 0.3rem;
    background-image: url(../images2/next.png);
    right: 0.2rem;
    background-size: 100%;
}


/* 新闻列表 */
.index-s1 .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.index-s1 .news-list li {
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
  height: 0.89rem;
  line-height: 0.89rem;
  position:relative;
}
.index-s1 .news-list li:before{
  background: #afd9cc;
  position:absolute;
  content:"";
  width: calc(100% - 0.07rem);
  height: 0.01rem;
  bottom: 0.025rem;
  right: 0.07rem;
}
.index-s1 .news-list li:after{
  background-size: auto 0.07rem;
  position:absolute;
  content:"";
  width: 0.07rem;
  height: 0.07rem;
  bottom: 0;
  right: 0;
  border: 0.01rem solid #afd9cc;
  border-radius: 50%;
}

.index-s1 .news-list li:last-child {
  border-bottom: none;
}

.index-s1 .news-list li:hover {
  border-bottom:2px solid #068358;
  background:none;
}


.index-s1 .news-list li:hover:after, .index-s1 .news-list li:hover:before, .index-s1 .news-list li:hover .date::after{
display:none;
}

.index-s1 .news-list .date {
  font-size: 0.22rem;
  color: #068358;
  font-weight: bold;
  margin-right: 0.2rem;
}
.index-s1 .news-list .date::after {
  background: #068358;
  content: "";
  position: absolute;
  width: .65rem;
  height: .02rem;
  bottom: 0.02rem;
  left: 0;
}
.index-s1 .news-list li a {
  flex: 1;
  font-size: 0.18rem;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}

.index-s1 .news-list li:hover a {
  color: #068358;
  font-weight:700;
}

/* 通知公告列表 */
.index-s1 .notice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.index-s1 .notice-list li {
  display: flex;
  align-items: center;
  padding: 0.16rem 0.25rem;
  transition: background-color 0.3s ease;
}

.index-s1 .notice-list li:last-child {
  border-bottom: none;
}

.index-s1 .notice-list li:hover {
  background: #068358;
 
  border-bottom: none;
 
  align-items: center;
}


.index-s1 .notice-list .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.26rem;
  flex-shrink: 0;
}

.index-s1 .notice-list .date .day {
  font-size: 0.26rem;
  font-weight: bold;
  color: #068358;
  line-height: 0.34rem;
}

.index-s1 .notice-list .date .month {
  font-size: 0.14rem;
  color: #9e9e9e;
  line-height: 0.18rem;
  border: 1px solid #D6D6D6;
  width: 0.65rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
}

.index-s1 .notice-list li:hover .date .day {
  color: #fff;
}

.index-s1 .notice-list li:hover .date .month {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  
 
}

.index-s1 .notice-list li a {
  flex: 1;
  font-size: 0.18rem;
  color: #333;
  text-decoration: none;
  line-height: 0.25rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}


.index-s1 .notice-list li:hover a {
  color: #fff;
  font-weight: 700;
}

/* 响应式适配 */
@media screen and (max-width: 768px) {
  .index-s1 {
    flex-direction: column;
    gap: 1rem;
  }

  .index-s1 .highlight-news a {
    flex-direction: column;
  }

  .index-s1 .highlight-news .news-image {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .index-s1 .highlight-news .news-info {
    padding: 0;
  }
}

/* index-s2 合作交流和下载中心样式 */
.index-s2 {
  display: flex;
  gap: 0.6rem;
  padding: 0.58rem 0;
}

.index-s2 .s2-l,
.index-s2 .s2-r {
  flex: 1;
}

/* 标题区域 */
.index-s2 .section-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}






/* 重点项目 */
.index-s2 .highlight-item {
  box-sizing: border-box;
  border: 1px solid #ACCDC2;
  padding: 0.13rem;
  margin-bottom: 0.2rem;
}

.index-s2 .highlight-item a {
  display: flex;
  text-decoration: none;
  color: inherit;
}

.index-s2 .highlight-item .item-image {
  width: 2.8rem;
  position: relative;
  overflow: hidden;
}

.index-s2 .highlight-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-s2 .highlight-item .item-content {
  flex: 1;
  padding: 0.2rem 0.23rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index-s2 .highlight-item .item-content h4 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 0.1rem 0;
  line-height: 0.3rem;
}
.index-s2 .highlight-item:hover h4{
  olor: #068358;
}
.index-s2 .highlight-item .item-content p {
  font-size: 0.16rem;
  color: #666;
  margin: 0 0 0.12rem 0;
  line-height: 0.28rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-s2 .highlight-item .item-content .item-date {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.22rem;
  display: flex;
  align-items: center;
}

.index-s2 .highlight-item .item-content .item-date::before {
  content: '';
  display: inline-block;
  width: 0.22rem;
  height: 0.22rem;
  background: url('../images2/date.png') no-repeat center;
  background-size: 0.22rem;
  margin-right: 0.06rem;
}

/* 合作交流列表 */
.index-s2 .item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.index-s2 .item-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0.6rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
  transition: background-color 0.3s ease;
}

.index-s2 .item-list li:last-child {
  border-bottom: none;
}



.index-s2 .item-list li a {
  flex: 1;
  font-size: 0.18rem;
  color: #333;
  text-decoration: none;
  line-height: 0.6rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.2rem;
  position: relative;
  transition: color 0.3s ease;
}

.index-s2 .item-list li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  background: url(../images2/li_dot.png) no-repeat;
}

.index-s2 .item-list li:hover a {
  color: #068358;
  font-weight:700;
}
.index-s2 .item-list li:hover .date{
  color: #068358;

}
.index-s2 .item-list li .date {
  font-size: 0.16rem;
  color: #666;
  margin-left: 0.3rem;
}

/* 下载中心列表 */
.index-s2 .download-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.index-s2 .download-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0.6rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
  transition: background-color 0.3s ease;
}

.index-s2 .download-list li:last-child {
  border-bottom: none;
}



.index-s2 .download-list li a {
  flex: 1;
  font-size: 0.18rem;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.3rem;
  position: relative;
  transition: color 0.3s ease;
}

.index-s2 .download-list li a::before {
   content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  background: url(../images2/li_dot.png) no-repeat;
}

.index-s2 .download-list li:hover a {
  color: #068358;
  font-weight:700;
}
.index-s2 .download-list li:hover .date{
  color: #068358;
}
.index-s2 .download-list li .date {
  font-size: 0.16rem;
  color: #666;
  margin-left: 0.3rem;
  flex-shrink: 0;
}

/* 响应式适配 */
@media screen and (max-width: 768px) {
  .index-s2 {
    flex-direction: column;
    gap: 1rem;
  }

  .index-s2 .highlight-item a {
    flex-direction: column;
  }

  .index-s2 .highlight-item .item-image {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .index-s2 .highlight-item .item-content {
    padding: 0;
  }
}

/* index-s3 研究院剪影样式 */
.index-s3 {
  padding: 0;
  overflow: hidden;
}

.index-s3 .section-header {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-bottom: 0.33rem;
}

.index-s3 .title-wrap {
  /* flex: 1; */
  display: flex;
  position: relative;
  left: 40%;
  flex-direction: column;
}




/* 图片画廊 */
.index-s3 .list3w {
  width: 100%;
  position: relative;
}


.index-s3 .list3w .item {
  float:left;
  width: 25%;
}
.index-s3 .list3w .item:hover .gallery-item{ 
  background: #068358;

}
.index-s3 .list3w .item:hover .img{
  
}
.index-s3 .gallery-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.index-s3 .gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.08rem;
  margin: 0 0.05rem;
}
.index-s3 .gallery-item .img{
  height:2.38rem;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.index-s3 .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.3s ease;
  position: absolute;
}

.index-s3 .gallery-item:hover img {
  filter: grayscale(80%);
}

.index-s3 .gallery-item .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 90, 61, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.index-s3 .gallery-item:hover .item-overlay {
  background: rgba(45, 90, 61, 0.3);
}

.index-s3 .gallery-item .overlay-icon {
  width: 0.6rem;
  height: 0.6rem;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
}

.index-s3 .gallery-item:hover .overlay-icon {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.8);
}

.index-s3 .gallery-item .overlay-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 0.2rem solid rgba(255, 255, 255, 0);
  border-right: 0.2rem solid rgba(255, 255, 255, 0);
  border-bottom: 0.25rem solid rgba(255, 255, 255, 0);
}

.index-s3 .gallery-item:hover .overlay-icon::after {
  border-left-color: rgba(255, 255, 255, 0.8);
}

.index-s3 .gallery-item .item-title {
  height:0.45rem;
  padding: 0 0.15rem;
  width: 100%;
  font-size: 0.17rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.45rem;
  text-overflow: ellipsis;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  letter-spacing: normal;
}
.index-s3 .list3w .item:hover .item-title{
  color:#fff;
  border:none;
  font-weight:700;
}


/* 选中状态 */
.index-s3 .gallery-swiper .swiper-slide.active .gallery-item {
  border: 3px solid #2d5a3d;
}

/* Swiper导航按钮 */
.index-s3 .gallery-swiper .swiper-button-prev,
.index-s3 .gallery-swiper .swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(45, 90, 61, 0.7);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.index-s3 .gallery-swiper .swiper-button-prev {
  left: -0.7rem;
}

.index-s3 .gallery-swiper .swiper-button-next {
  right: -0.7rem;
}

.index-s3 .gallery-swiper .swiper-button-prev:hover,
.index-s3 .gallery-swiper .swiper-button-next:hover {
  background: #2d5a3d;
}

.index-s3 .gallery-swiper .swiper-button-prev::after,
.index-s3 .gallery-swiper .swiper-button-next::after {
  content: '';
  width: 0;
  height: 0;
  border: 0.15rem solid transparent;
}

.index-s3 .gallery-swiper .swiper-button-prev::after {
  border-right-color: #fff;
}

.index-s3 .gallery-swiper .swiper-button-next::after {
  border-left-color: #fff;
}

/* 响应式适配 */
@media screen and (max-width: 992px) {
  .index-s3 .gallery-swiper .swiper-slide {
    width: calc(33.333% - 0.2rem);
  }
}

@media screen and (max-width: 768px) {
  .index-s3 .gallery-swiper .swiper-slide {
    width: calc(50% - 0.15rem);
  }

  .index-s3 .gallery-swiper .swiper-button-prev {
    left: 0;
  }

  .index-s3 .gallery-swiper .swiper-button-next {
    right: 0;
  }
}

@media screen and (max-width: 520px) {
  .index-s3 .gallery-swiper .swiper-slide {
    width: 100%;
  }
}

.banner .swiDots span.active:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
}