img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner .pagecontainer{
  position: relative;
  z-index: 9;
}




.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;
  z-index: 9;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -0px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;

}

.banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide a{
  display: block;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1, 1);
  object-fit: cover;
  position: relative;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.05, 1.05);
}



.banner .video-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner video{
  display: block;
  pointer-events: none; /* 防止视频干扰滑动手势 */
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.banner .swiper-banner-next {
  position: absolute;
  width: 0.46rem;
  height: 1.03rem;

  background-size: 100%;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;
  display: none;


}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.46rem;
  height: 1.03rem;
  background-size: 100%;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;
  display: none;
}


.banner .swiper-pagination{
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 1.1rem;
  left: 0%;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.12rem;
  border-radius: 50%;
  opacity: 1;
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background: #000;
  opacity: 0.2;
  line-height: 0.9rem;
}





.banner .swiper-pagination .swiper-pagination-bullet-active{
  opacity: 1;
  background: #3a765a;
}



.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}


.bannerbox{
  margin: 0 auto;
  width: 100%;
  position: relative;
}


.soubg{
  position: absolute;
  left: 0;
  top: 31%;
  width: 100%;
  z-index: 9;
  pointer-events: none;
}


.soubg .sou{
  margin: 0 auto;
  width: 70.7%;
  max-width: 13.5rem;
  overflow: hidden;
  pointer-events: initial;

}


.soubg .sou .sou_list{
  height: 0.6rem;
  margin-bottom: 1px;

}

.soubg .sou .sou_list ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.soubg .sou .sou_list ul li{
  width: 15.2%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 1px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.1rem 0.1rem 0 0;
}


.soubg .sou .sou_list ul li.on{
  background:#2f684d;
  color: #fff;
}
.soubg .sou .sou_list ul li.on a{
  color: #fff;
}


.soubg .sou .searchbox{
  width: 100%;
  background: url(../images/soubg.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 0.35rem 0.6rem 0.65rem 0.6rem;
} 

.soubg .sou .searchbox ul li{
  overflow: hidden;
}

.soubg .sou .searchbox ul li .gjc{
  overflow: hidden;
  line-height: 0.4rem;
}

.soubg .sou .searchbox ul li .gjc .gjc_t{
  display: inline-block;
  width: auto;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.6);
}

.soubg .sou .searchbox ul li .gjc .search-tabs{
  display: inline-block;
}

.soubg .sou .searchbox ul li .gjc  .tab-option{
  display: inline-block;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.38rem;
  margin-right: 0.3rem;
  position: relative;

}
.soubg .sou .searchbox ul li .gjc  p{
  display: inline-block;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.38rem;
  margin-right: 0.3rem;
  position: relative;

}

.soubg .sou .searchbox ul li .gjc  .tab-option::after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.soubg .sou .searchbox ul li .gjc  .tab-option::before{
  position: absolute;
  left: 0%;
  bottom: -0.05rem;
  content: "";
  width: 100%;
  height: 0.05rem;
  background: url(../images/soulist.png) no-repeat top center;
  background-size: 0.09rem 0.05rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.soubg .sou .searchbox ul li .gjc  .tab-option:hover {
  color: rgba(255, 255, 255, 1);
 
}

.soubg .sou .searchbox ul li .gjc  .tab-option.active {
  color: rgba(255, 255, 255, 1);

}

.soubg .sou .searchbox ul li .gjc  .tab-option.active::after{
  width: 100%;
}

.soubg .sou .searchbox ul li .gjc  .tab-option.active::before{
  opacity: 1;
}

.soubg .sou .searchbox ul li .seach{
  margin-top: 0.35rem;

} 

.soubg .sou .searchbox ul li .seach .searchInp{
  float: left;
  width: 80.5%;
  height: 0.7rem;
  border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #c2c2c2;
  padding-left: 0.55rem;
  background: #ffffff;
  background-size: 0.2rem 0.2rem;
}

.soubg .sou .searchbox ul li .seach .searchInp::placeholder{
  height: 0.7rem;
  border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #c2c2c2;
}

.soubg .sou .searchbox ul li .seach .submitBtn{
  float: right;
  border-radius: 0.1rem;
  width: 17.5%;
  height: 0.7rem;
  background: #e5781b;
  font-size: 0.2rem;
  color: #fff;
  cursor: pointer;
}








.itembg{
  width: 100%;
  height: 1.8rem;
  position: absolute;
  left: 0;
  bottom: 18%;
  z-index: 10;
}

.itembg .item{
  margin: 0 auto;
  position: relative;
}


.itembg .item .swiper-container{
  width: 84.4%;
  margin: 0 auto;
  background: #fff;
}

.itembg .item .swiper-container .swiper-slide{
  position: relative;
  z-index: 9;
}

.itembg .item .swiper-container .swiper-slide .txt{
  position: relative;
  z-index: 9;
  height: 1.8rem;
  width: 100%;
  margin: 0 auto;
  background: url(../images/pro_xt.png) no-repeat right center;
  background-size: 1px 0.4rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.itembg .item .swiper-container .swiper-slide .txt a{
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 0.5rem;
  height: 100%;
}


.itembg .item .swiper-container .swiper-slide .txt span{
  display: block;
  margin: 0rem auto 0.15rem auto;
  width: 0.42rem;
  height: 0.42rem;
  overflow: hidden;
}

.itembg .item .swiper-container .swiper-slide .txt span .ico1{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.itembg .item .swiper-container .swiper-slide .txt span .ico2{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.itembg .item .swiper-container .swiper-slide .txt h5{
  margin: 0 auto;
  text-align: center;
  font-size: 0.18rem;
  color: #333333;
}






/* title */

.titlecon{
  margin: 0 auto;
  position: relative;
}

.title{
  margin: 0 auto;
  text-align: center;
} 

.title img{
  display: block;
  margin: 0 auto;
  width: auto;
  height: 0.49rem;
}

.title h3{
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.4rem;
  margin: -0.3rem  auto 0 auto;
  position: relative;
  z-index: 5;

}

.title_more{
  position: absolute;
  right: 0;
  top: 0.3rem;
  z-index: 9;
} 

.title_more a{
  display: block;
  font-size: 0.16rem;
  color: #2f684d;
  padding-left: 0.13rem;
  background: url(../images/more_xt.png) no-repeat left center;
  background-size: 1px  0.15rem;
}


/* news */

.newsbg{
  margin: 0.1rem auto 0 auto;
}

.newsbg .news{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .title{
  text-align: left;
}

.newsbg .news .title img{
  margin: 0;
}

.newsbg .news .notice{
  width: 28%;

}

.newsbg .news .notice .noticebox{
  margin: 0.2rem auto 0 auto;
}


.newsbg .news .notice .noticebox ul li{
  position: relative;
  z-index: 5;
  border-bottom: 1px dashed #e5e5e5;

}

.newsbg .news .notice .noticebox ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.185rem 0;
}

.newsbg .news .notice .noticebox ul li .time{
  background: url(../images/time1.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.68rem;
  height: 0.71rem;
  text-align: center;
  font-family: "AbhayaLibre";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.newsbg .news .notice .noticebox ul li .time span{
  display: block;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  padding-top: 0.08rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .notice .noticebox ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #666666;
  margin-top: 0.04rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .notice .noticebox ul li h5{
  width: calc((100% - 0.9rem));
  font-size: 0.2rem;
  color: #333;
  line-height: 0.3rem;
  max-height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




.newsbg .news .news_c{
  width: 32.5%;
}

.newsbg .news .news_c .newsshow{
  margin-top: 0.4rem;
}

.newsbg .news .news_c .newsshow .swiper-container{
  padding-top: 0.1rem;
}

.newsbg .news .news_c .newsshow .swiper-slide{
  position: relative;
}

.newsbg .news .news_c .newsshow .swiper-slide a{
  display: block;
}

.newsbg .news .news_c .newsshow .swiper-slide .pic{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 2.92rem;
}


.newsbg .news .news_c .newsshow .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.newsbg .news .news_c .newsshow .swiper-slide .pic::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: url(../images/newsimgbg.png) no-repeat bottom center;
  background-size: 100% 100%;
}

.newsbg .news .news_c .newsshow .swiper-slide .txt{
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  padding: 0 0.3rem;

}

.newsbg .news .news_c .newsshow .swiper-slide .txt h5{
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.3rem;
  max-height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.newsbg .news .news_c .newsshow .swiper-slide .time{
  position: absolute;
  left: 0.2rem;
  top: -0.1rem;
  z-index: 2;
  font-family: "AbhayaLibre";
  background: #2f684d;
  width: 0.8rem;
  height: 0.8rem;
  text-align: center;
}

.newsbg .news .news_c .newsshow .swiper-slide .time em{
  display: block;
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.42rem;
  padding-top: 0.07rem;
}

.newsbg .news .news_c .newsshow .swiper-slide .time i{
  font-size: 0.14rem;
  color: #fff;
  display: block;
}

.newsbg .news .news_c .newsshow .news-pagination{
  position: absolute;
  z-index: 9;
  left: auto;
  right: 0.2rem;
  top: 0.8rem;
  bottom: 0;
  width: 0.08rem;
}

.newsbg .news .news_c .newsshow .news-pagination .swiper-pagination-bullet{
  margin: 0.05rem 0 ;
  opacity: 1;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background: none;

}

.newsbg .news .news_c .newsshow .news-pagination .swiper-pagination-bullet-active{
  background: #fff;
}


.newsbg .news .news_c .newslist{
  margin: 0.25rem auto 0 auto;
  border-top: 1px dashed #e5e5e5;
}

.newsbg .news .news_c .newslist ul li{
  line-height: 0.6rem;
  position: relative;
  z-index: 5;
  border-bottom: 1px dashed #e5e5e5;
}

.newsbg .news .news_c .newslist ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_c .newslist ul li h5{
  padding-left: 0.3rem;
  background: url(../images/newsico1.png) no-repeat left center;
  background-size: 0.18rem 0.14rem;
  font-size: 0.2rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 78%;
}

.newsbg .news .news_c .newslist ul li .time{
  font-size: 0.16rem;
  color: #999;
  font-family: "AbhayaLibre";
  display: block;
}


.newsbg .news .work{
  width: 29.4%;
}

.newsbg .news .work .workbox{
  margin: 0.15rem  auto 0 auto;
}


.newsbg .news .work .workbox ul li{
  position: relative;
  z-index: 5;
  border-bottom: 1px dashed #e5e5e5;
}

.newsbg .news .work .workbox ul li a{
  padding: 0.2rem 0;
  display: block;

}

.newsbg .news .work .workbox ul li .time{
  font-size: 0.16rem;
  color: #2f684d;
  font-family: "AbhayaLibre";
  display: block;
  margin-bottom: 0.12rem;

}

.newsbg .news .work .workbox ul li h5{
  font-size: 0.2rem;
  color: #333;
  line-height: 0.3rem;
  max-height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: .59rem;
}



/* suggest */

.suggestbg{
  margin: 1rem auto 0 auto;
  width: 100%;
  background: url(../images/suggestbg.jpg) no-repeat  center;
  background-size: 100% 100%;
}


.suggestbg .suggest{
  margin: 0 auto;
  padding: 0.8rem 0 2.15rem 0;
}

.suggestbg .suggest .suggestlist{
  margin: 0.4rem auto 0 auto;
}

.suggestbg .suggest .suggestlist ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.suggestbg .suggest .suggestlist ul li{
  position: relative;
  z-index: 5;
  margin: 0 0.25rem;
  line-height: 0.45rem;
  border-radius: 45px;
  padding: 0 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.suggestbg .suggest .suggestlist ul li::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0px;
  bottom: -0.12rem;
  width: 100%;
  height: 0.12rem;
  background: url(../images/titleico.png) center bottom  no-repeat;
  background-size: 0.25rem 0.12rem;
  transition: all 0.5s ease 0s;
  opacity: 0;
}

.suggestbg .suggest .suggestlist ul li a{
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #333333;
}

.suggestbg .suggest .suggestlist ul li.on{
  background: #2f684d;
}

.suggestbg .suggest .suggestlist ul li.on a{
  color: #fff;
}

.suggestbg .suggest .suggestlist ul li.on::after{
  opacity: 1;
}

.suggestbg .suggest .suggestbox{
  margin: 0.8rem 0.9rem 0 0.9rem;
  position: relative;
} 

.suggestbg .suggest .suggestbox .suggestnr{
  position: relative;
}

.suggestbg .suggest .suggestbox .swiper-slide{
  position: relative;


}



.suggestbg .suggest .suggestbox .swiper-slide a{
  display: block;
  width: 96%;
  margin: 0;
  
}



.suggestbg .suggest .suggestbox .swiper-slide .pic{
  width: 100%;
  height: 2.57rem;
  border: 1px solid #eeeeee;
  padding: 0.1rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.suggestbg .suggest .suggestbox .swiper-slide .pic img{
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.suggestbg .suggest .suggestbox .swiper-slide .txt{
  margin: 0.15rem auto 0 auto;
  text-align: center;

}

.suggestbg .suggest .suggestbox .swiper-slide .txt h5{
  font-size: 0.18rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.suggestbg .suggest .suggestbox .swiper-slide .txt i{
  display: block;
  font-size: 0.14rem;
  color: #2f684d;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.06rem auto 0.15rem auto;
}

.suggestbg .suggest .suggestbox .swiper-slide .txt p{
  font-size: 0.14rem;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.suggestbg .suggest .suggestbox .suggest-next{
  cursor: pointer;
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 50%;
  background: url(../images/suggestright.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.suggestbg .suggest .suggestbox .suggest-prev{
  cursor: pointer;
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 50%;
  background: url(../images/suggestleft.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/* fc */

.fcbg{
  margin: 0  auto;
  padding: 0.8rem 0 0 0 ;
}

.fc  .fcbox{
  margin: 0.4rem auto 0 auto;
}

.fc  .fcbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.fc  .fcbox ul li{
  width: 23.6%;
  margin: 0 1.8% 0.45rem 0;
  position: relative;

}

.fc  .fcbox ul li:nth-child(4n){
  margin-right: 0%;
}

.fc  .fcbox ul li .pic{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56%;
}

.fc  .fcbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc  .fcbox ul li .txt{
  margin: 0.2rem auto 0 auto;
  text-align: center;
  font-size: 0.2rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc  .fcbox ul li .txt_on{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0rem;
  line-height: 0.8rem;
  background: #e5781b;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.fc  .fcbox ul li .txt_on h5{
  width: 80%;
  font-size: 0.2rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc  .fcbox ul li .txt_on em{
  display: block;
  background: url(../images/more.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.24rem;
  height: 0.15rem;
}



/* links */

.linksbg{
  margin: 0  auto 0 auto;
  width: 100%;
  background: #f5f8f7;
  padding: 0.3rem 0;
}

.linksbg .links{
  line-height: 0.3rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;

}

.linksbg .links .links_t{
  background: url(../images/links.png) no-repeat left center;
  background-size: 0.21rem 0.21rem;
  padding-left: 0.3rem;
  font-size: 0.18rem;
  color: #3a765a;
  font-weight: bold;
}

.linksbg .links .yq{
  width: 90%;

} 

.linksbg .links .yq a{
  display: inline-block;
  font-size: 0.16rem;
  color: #3a765a;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 0.35rem;
}






@media (min-width: 1024px){

  .itembg .item .swiper-container .swiper-slide:hover .txt a{
    background: #fcf1e8;

  }

  .itembg .item .swiper-container .swiper-slide:hover .txt span .ico1{
    transform: translateY(-100%);
  }

  .itembg .item .swiper-container .swiper-slide:hover .txt span .ico2{
    transform: translateY(-100%);
  }

  .itembg .item .swiper-container .swiper-slide:hover .txt h5{
    color: #e5781b;
    text-decoration: underline;
  }
  
.newsbg .news .notice .noticebox ul li:hover .time{
  background: url(../images/time2.png) no-repeat  center;
  background-size: 100% 100%;
 

}


.newsbg .news .notice .noticebox ul li:hover .time i{
  color: #fff;
}


.newsbg .news .notice .noticebox ul li:hover h5{
  color: #e5781b;
  text-decoration: underline;
}


  .fc  .fcbox ul li:hover .txt{
    opacity: 0;
  }
  .fc  .fcbox ul li:hover .txt_on{
    opacity: 1;
    height: 0.8rem;
  }
  
  .fc  .fcbox ul li:hover .pic img{
    transform: scale(1.1);
  }

  .linksbg .links .yq a:hover{
    opacity: 1;
  }

  .newsbg .news .news_c .newsshow .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }
  
  .newsbg .news .news_c .newslist ul li:hover h5{
    background: url(../images/newsico2.png) no-repeat left center;
    background-size: 0.18rem 0.14rem;
    color: #e5781b;
    text-decoration: underline;
  }

  .newsbg .news .work .workbox ul li:hover h5{
    color: #e5781b;
    text-decoration: underline;
  }


  .suggestbg .suggest .suggestbox .suggest-next:hover{

    border: 1px solid #2f684d;
    background: url(../images/suggestright1.png) no-repeat center;
    background-size: 100% 100%;

  
  }

  
  .suggestbg .suggest .suggestbox .suggest-prev:hover{

    border: 1px solid #2f684d;
    background: url(../images/suggestleft1.png) no-repeat center;
    background-size: 100% 100%;

  }

  .suggestbg .suggest .suggestbox .swiper-slide:hover .pic{
    border: 1px solid #e5781b;
  }

  .suggestbg .suggest .suggestbox .swiper-slide:hover .txt h5{
    color: #e5781b;
    text-decoration: underline;
  }


}



@media (max-width: 1024px){
  .banner .swiper-pagination {

    bottom: 0.6rem;

}

.banner .swiper-pagination .swiper-pagination-bullet {

  width: 0.16rem;
  height: 0.16rem;

}


.itembg{
  position: relative;

}

.itembg .item .swiper-container {
  width: 100%;
}

.itembg .item .swiper-container .swiper-slide .txt span{
  width: 0.52rem;
  height: 0.52rem;
}

.itembg .item .swiper-container .swiper-slide .txt h5{
  font-size: 0.28rem;
}

.soubg{
  position: relative;
}

.soubg .sou {
  width: 92%;
}

.soubg .sou .searchbox {
  padding: 0.35rem 0.4rem 0.45rem 0.4rem;
}


.soubg .sou .searchbox ul li .gjc{
  padding: 0 0.1rem;
}
.soubg .sou .sou_list ul li{
  width: 30%;
  font-size: 0.28rem;
}

.soubg .sou .searchbox ul li .gjc .tab-option {
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-bottom: 0.15rem;

}

.soubg .sou .searchbox ul li .seach {
  margin-top: 0.2rem;
}

.soubg .sou .searchbox ul li .seach .searchInp{
  font-size: 0.26rem;
}

.soubg .sou .searchbox ul li .seach .searchInp::placeholder{
  font-size: 0.26rem;
}

.soubg .sou .searchbox ul li .seach .submitBtn{
  font-size: 0.24rem;
}

.title{
  margin: 0;
  text-align: left;
} 

.title img{
  margin: 0;
  height: 0.49rem;
}

.title h3{
  font-size: 0.32rem;
  line-height: 0.4rem;
  margin: -0.3rem 0 0 0;


}

.title_more{
  top: 0.2rem;

} 

.title_more a{
  font-size: 0.26rem;

}




.newsbg{
  margin: 0.45rem auto 0 auto;
}



.newsbg .news .notice{
  width: 100%;

}

.newsbg .news .notice .noticebox{
  margin: 0.2rem auto 0 auto;
}



.newsbg .news .notice .noticebox ul li a{

  padding: 0.185rem 0;
}

.newsbg .news .notice .noticebox ul li .time{

  width: 1.3rem;
  height: 1.36rem;


}

.newsbg .news .notice .noticebox ul li .time span{
  font-size: 0.36rem;
  padding-top: 0.3rem;

}

.newsbg .news .notice .noticebox ul li .time i{
  font-size: 0.26rem;
  margin-top: 0.2rem;

}

.newsbg .news .notice .noticebox ul li h5{
  width: calc((100% - 1.55rem));
  font-size: 0.3rem;
  line-height: 0.45rem;
  max-height: 0.9rem;
}




.newsbg .news .news_c{
  width: 100%;
  margin-top: 0.45rem;
}

.newsbg .news .news_c .newsshow{
  margin-top: 0.3rem;
}

.newsbg .news .news_c .newsshow .swiper-container{
  padding-top: 0.2rem;
}


.newsbg .news .news_c .newsshow .swiper-slide .pic{

  height: auto;
  padding-top: 56%;
}


.newsbg .news .news_c .newsshow .swiper-slide .txt{

  padding: 0 0.3rem;

}

.newsbg .news .news_c .newsshow .swiper-slide .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  max-height: 0.9rem;


}

.newsbg .news .news_c .newsshow .swiper-slide .time{
  left: 0.2rem;
  top: -0.2rem;
  width: 1.2rem;
  height: 1.2rem;
}

.newsbg .news .news_c .newsshow .swiper-slide .time em{
  font-size: 0.4rem;
  line-height: 0.42rem;
  padding-top: 0.2rem;
}

.newsbg .news .news_c .newsshow .swiper-slide .time i{
  font-size: 0.26rem;
}

.newsbg .news .news_c .newsshow .news-pagination{
  bottom: 0;
  width: 0.15rem;
}

.newsbg .news .news_c .newsshow .news-pagination .swiper-pagination-bullet{
  width: 0.15rem;
  height: 0.15rem;

}

.newsbg .news .news_c .newsshow .news-pagination .swiper-pagination-bullet-active{
  background: #fff;
}


.newsbg .news .news_c .newslist{
  margin: 0.25rem auto 0 auto;

}

.newsbg .news .news_c .newslist ul li{
  line-height: 0.9rem;

}



.newsbg .news .news_c .newslist ul li h5{
  padding-left: 0.4rem;
  background: url(../images/newsico1.png) no-repeat left center;
  background-size: 0.27rem 0.21rem;
  font-size: 0.28rem;
  width: 75%;
}

.newsbg .news .news_c .newslist ul li .time{
  font-size: 0.26rem;

}


.newsbg .news .work{
  width: 100%;
  margin: 0.45rem  auto 0 auto;
}



.newsbg .news .work .workbox ul li .time{
  font-size: 0.26rem;
  margin-bottom: 0.12rem;

}

.newsbg .news .work .workbox ul li h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  max-height: 0.9rem;
  height: .9rem;
}



/* suggest */

.suggestbg{
  margin: 0.6rem auto 0 auto;
}


.suggestbg .suggest{
  padding: 0.8rem 0 1.5rem 0;
}

.suggestbg .suggest .suggestlist{
  margin: 0.4rem auto 0 auto;
}


.suggestbg .suggest .suggestlist ul li{
  line-height: 0.65rem;
  padding: 0 0.3rem;
  margin: 0 0.1rem;
}


.suggestbg .suggest .suggestlist ul li a{
  font-size: 0.3rem;

}


.suggestbg .suggest .suggestbox{
  margin: 0.8rem 0.7rem 0 0.7rem;

} 



.suggestbg .suggest .suggestbox .swiper-slide .pic{
  height: 3.2rem;

}



.suggestbg .suggest .suggestbox .swiper-slide .txt h5{
  font-size: 0.3rem;

}

.suggestbg .suggest .suggestbox .swiper-slide .txt i{

  font-size: 0.24rem;

}

.suggestbg .suggest .suggestbox .swiper-slide .txt p{
  font-size: 0.26rem;

}


.suggestbg .suggest .suggestbox .suggest-next{

  right: -0.75rem;
  top: 40%;


}

.suggestbg .suggest .suggestbox .suggest-prev{

  left: -0.75rem;
  top: 40%;
}



.fcbg{

  padding: 0.45rem 0 0 0 ;
}

.fc  .fcbox{
  margin: 0.4rem auto 0 auto;
}


.fc  .fcbox ul li{
  width: 48%;
  margin: 0 4% 0.45rem 0;

}

.fc  .fcbox ul li:nth-child(4n){
  margin: 0 4% 0.45rem 0;
}

.fc  .fcbox ul li:nth-child(2n){
  margin-right: 0%;
}



.fc  .fcbox ul li .txt{
  margin: 0.2rem auto 0 auto;
  font-size: 0.3rem;

}




.linksbg{
  padding: 0.3rem 0;
}

.linksbg .links{
  line-height: 0.42rem;

}

.linksbg .links .links_t{
  font-size: 0.28rem;
}

.linksbg .links .yq{
  width: 100%;

} 

.linksbg .links .yq a{
  font-size: 0.28rem;
  margin-right: 0.35rem;
}




  
}