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::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bannerbg.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}



.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1, 1);
  object-fit: cover;
}

.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.49rem;
  height: 0.49rem;
  background: url() no-repeat center;
  background-size: 100%;
  right: 3%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;

}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.49rem;
  height: 0.49rem;
  background: url() no-repeat center;
  background-size: 100%;
  left: 3%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;
}

.banner .banner_button{
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0.35rem;
  left: 0%;
  text-align: center;
}

.banner .swiper-pagination{
  width: auto;
  margin: 0 auto;
  position: relative;
  bottom: 0rem;
  left: 0%;
  text-align: center;
  display: inline-block;
}

.banner .swiper-pagination::before{
  position: absolute;
  left: -0.52rem;
  top: 50%;
  content: "";
  background: #fff;
  width: 0.52rem;
  height: 1px;
  opacity: 0.5;
}


.banner .swiper-pagination::after{
  position: absolute;
  right: -0.52rem;
  top: 50%;
  content: "";
  background: #fff;
  width: 0.52rem;
  height: 1px;
  opacity: 0.5;
}


.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.22rem ;
  border-radius: 0%;
  opacity: 1;
  display: inline-block;
  width: 0.33rem;
  height: 0.48rem;
  line-height: 0.9rem;
  background: url(../images/bannerico1.png) no-repeat center;
  background-size: 0.33rem 0.27rem;
}



.banner .swiper-pagination .swiper-pagination-bullet::before{
  position: absolute;
  right: -0.32rem;
  top: 50%;
  content: "";
  background: #fff;
  width: 0.22rem;
  height: 1px;
  opacity: 0.5;
}

.banner .swiper-pagination .swiper-pagination-bullet:last-child:before{
  display: none;
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: url(../images/bannerico2.png) no-repeat center;
  background-size: 0.48rem 0.48rem;
  width: 0.48rem;
}




.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;
}




/* title */

.titlecon{
  margin: 0 auto;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



.title{
  margin: 0;
  position: relative;
  z-index: 5;

} 

.title h3{
  font-weight: normal;
  font-size: 0.36rem;
  color: #3a815b;
  font-family: "SourceHanSerifCN";
  padding: 0.18rem 0.3rem 0 0;
  background: url(../images/titleico.png) no-repeat top right;
  background-size: 0.7rem 0.43rem;
}

.title_more{
  margin-top: 0.3rem;

}

.title_more a{
  display: block;
  background: url(../images/more.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  padding-left: 0.28rem;
  font-size: 0.18rem;
  color: #3a815b;
  font-family: "SourceHanSerifCN";
}

.title_more a i{
  display: block;
  position: relative;
  top: -0.02rem;
}


/* news */

.newsbg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/newsbg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 1rem;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 0.35rem;
}

.newsbg .news .newsbox{
  margin: 0.3rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .newsbox .news_l{
  width: 49.7%;
  position: relative;
  z-index: 5;

}

.newsbg .news .newsbox .news_l .swiper-slide{
  position: relative;
}

.newsbg .news .newsbox .news_l .swiper-slide a{
  display: block;
}

.newsbg .news .newsbox .news_l .swiper-slide .pic{
  width: 100%;
  height: 4.85rem;
  position: relative;
  overflow: hidden;

}

.newsbg .news .newsbox .news_l .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  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 .newsbox .news_l .swiper-slide .txt{
  margin: 0 auto;
  width: 100%;
  height: 1rem;
  border-top: 5px solid #e7c36c;
  background: #fff;
  padding: 0.1rem 0.45rem 0 0.45rem;

}

.newsbg .news .newsbox .news_l .swiper-slide .txt h5{
  font-size: 0.2rem;
  color: #000000;
  font-weight: bold;
  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;
}


.newsbg .news .newsbox .news_l .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.28rem;
  max-height: 0.56rem;
  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;
  margin-top: 0.05rem;
}

.newsbg .news .newsbox .news_l .swiper-slide .txt .time{
  margin-top: 0.15rem;
  display: block;
  font-size: 0.24rem;
  color: #3a815b;
  font-family: 'Times New Roman', Times, serif;
}

.newsbg .news .newsbox .news_l .news-pagination{
  position: absolute;
  z-index: 9;
  right: 0.25rem;
  bottom: 0.1rem;
  left: auto;
  width: auto;
}

.newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet{
  background: url(../images/newsico1.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.18rem;
  height: 0.32rem;
  opacity: 1;
}

.newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet-active{
  background: url(../images/newsico2.png) no-repeat  center;
  background-size: 100% 100%;
}


.newsbg .news .newsbox .news_r{
  width: 47.2%;
}


.newsbg .news .newsbox .news_r .news_show{
  margin: 0 auto;

}

.newsbg .news .newsbox .news_r .news_show ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .newsbox .news_r .news_show ul li{
  width: 47.3%;

}

.newsbg .news .newsbox .news_r .news_show ul li a{
  display: block;

}

.newsbg .news .newsbox .news_r .news_show ul li .pic{
  width: 100%;
  height: 1.9rem;
  position: relative;
  overflow: hidden;
}

.newsbg .news .newsbox .news_r .news_show ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  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 .newsbox .news_r .news_show ul li .txt{
  margin: 0 auto;
  width: 100%;
  height: 1.47rem;
  border-top: 3px solid #3a815b;
  background: #fff;
  padding: 0.16rem 0.25rem 0 0.25rem;
}

.newsbg .news .newsbox .news_r .news_show ul li .txt h5{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
  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 .newsbox .news_r .news_show ul li .txt .time{
  margin-top: 0.25rem;
  display: block;
  font-size: 0.2rem;
  color: #3a815b;
  font-family: 'Times New Roman', Times, serif;
}


.newsbg .news .newsbox .news_r .newslist{
  margin:  0rem auto 0 auto;
} 

.newsbg .news .newsbox .news_r .newslist ul li{
  position: relative;
  z-index: 5;
  margin-bottom: 0.22rem;
  padding: 0.16rem 0;
  line-height: 0.33rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.08rem;

}

.newsbg .news .newsbox .news_r .newslist ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0.2rem 0 0.23rem;
}

.newsbg .news .newsbox .news_r .newslist ul li h5{
  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;
  width: 85%;
}

.newsbg .news .newsbox .news_r .newslist ul li span{
  display: block;
  font-size: 0.2rem;
  color: #3a815b;
  font-family: 'Times New Roman', Times, serif;
}

.newsbg .news .newsbox .news_r .newslist ul li::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -2;
  width: 0;
  height: 100%;
  background: #3a815b;
  border-radius: 0.08rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}


.newsbg .news .newsbox .news_r .newslist ul li::before{
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 0.03rem;
  height: 0.34rem;
  background: #3a815b;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}




/* notice */

.noticebg{
  margin: -0.9rem auto 0 auto;
  width: 100%;
  background: url(../images/noticebg.png) no-repeat top center;
  background-size: cover;
  padding: 1.05rem 0 1.9rem 0;
  position: relative;
  z-index: 5;
}

.noticebg .notice{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.noticebg .notice .title h3 {

  color: #fff;
  background: url(../images/titleico1.png) no-repeat top right;
  background-size: 0.7rem 0.43rem;
}

.noticebg .notice .title_more a {
  background: url(../images/more1.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  color: #fff;

}



.noticebg .notice .notice_l{
  width: 47.2%;
}

.noticebg .notice .notice_r{
  width: 47.2%;
}

.noticebg .notice .noticebox{
  margin: 0.25rem auto 0 auto;
}

.noticebg .notice .noticebox ul li{
  position: relative;
  z-index: 5;
  line-height: 0.77rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.noticebg .notice .noticebox ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.noticebg .notice .noticebox ul li .time{
  width: 1.05rem;

}

.noticebg .notice .noticebox ul li .time span{
  display: block;
  padding-left: 0.1rem;
  display: block;
  font-size: 0.22rem;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
}

.noticebg .notice .noticebox ul li h5{
  width: calc((100% - 1.15rem));
  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;
}


.noticebg .notice .noticebox ul li::after{
  position: absolute;
  content: "";
  left: -0.25rem;
  top: 0;
  z-index: -2;
  width: 0;
  height: 100%;
  background: #ffffff;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





/* fc */

.fcbg{
  margin: -0.7rem auto 0 auto;
  width: 100%;
  background: url(../images/fcbg.png) no-repeat top center;
  background-size: cover;
  padding: 1.45rem 0 .2rem 0;
  position: relative;
  z-index: 3;
}

.fcbg .fc{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



.fcbg .fc .fc_l{
  width: 47.2%;
}

.fcbg .fc .fc_l .fcbox{
  margin: 0.3rem auto 0 auto;
}


.fcbg .fc .fc_l .fcbox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -0.2rem;
}

.fcbg .fc .fc_l .fcbox ul li{
  width: 48.5%;
  margin-bottom: 0.05rem;
  position: relative;
  z-index: 5;
}

.fcbg .fc .fc_l .fcbox ul li a{
  position: relative;
  z-index: 5;
  display: block;
  padding: 0.25rem 0.28rem 0.3rem 0.28rem;
}

.fcbg .fc .fc_l .fcbox ul li a::after{
  position: absolute;
  left: 0.25rem;
  bottom: -0rem;
  content: "";
  z-index: -2;
  width: calc((100% - 0.5rem));
  height: 1px;
  background: #d9e1df;

}

.fcbg .fc .fc_l .fcbox ul li a::before{
  position: absolute;
  right: 0rem;
  top: 0.28rem;
  content: "";
  z-index: -2;
  width: 1px;
  height: 1.17rem;
  background: #d9e1df;
}

.fcbg .fc .fc_l .fcbox ul li:nth-child(2n) a::before{
  background: none;
}

.fcbg .fc .fc_l .fcbox ul li h5{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
  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;
}

.fcbg .fc .fc_l .fcbox ul li i{
  margin-top: 0.25rem;
  display: block;
  font-size: 0.2rem;
  color: #3a815b;
  font-family: 'Times New Roman', Times, serif;
}


.fcbg .fc .fc_l .fcbox ul li::after{
  position: absolute;
  left: 0rem;
  top: 0rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0rem;
  background: url(../images/fclist.jpg) no-repeat top center;
  background-size: cover;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





.fcbg .fc .fc_r{
  width: 47.2%;
}

.fcbg .fc .fc_r .abbox{
  margin: 0.55rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fcbg .fc .fc_r .abbox .abimg{
  position: relative;
  z-index: 5;
  width: 2.95rem;
}

.fcbg .fc .fc_r .abbox .abimg::after{
  position: absolute;
  left: -0.06rem;
  top: 0.06rem;
  content: "";
  z-index: -1;
  width: 2.95rem;
  height: 1.7rem;
  background: #3a815b;
  display: none;
}

.fcbg .fc .fc_r .abbox .abimg img{
  overflow: hidden;
  display: block;
  width: 2.95rem;
  height: auto;
  max-height: 3.5rem;
  overflow: hidden;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcbg .fc .fc_r .abbox .txt{
  width: calc((100% - 3.35rem));
}

.fcbg .fc .fc_r .abbox .txt *{
  font-size: 0.18rem !important;
  color: #333333;
  line-height: 0.34rem !important;

}
.fcbg .fc .fc_r .abbox .txt p{
    overflow:hidden;
    display: -webkit-box;
    -webkit-line-clamp:9;
    -webkit-box-orient:vertical; 

}



/* fw */

.fwbg{
  margin: -0.7rem auto 0 auto;
  width: 100%;
  background: url(../images/probg.jpg) no-repeat top center;
  background-size: cover;
  padding: 1.25rem 0 1.7rem 0;
  position: relative;
  z-index: 1;
}

.fwbg .fw{
  margin: 0 auto;
}


.fwbg .fw .titlecon{
  margin: 0 auto;
  background: url(../images/fw_t.png) no-repeat left 0.45rem ;
  background-size: 100% ;
}

.fwbg .fw .titlecon .title{
  margin: 0 auto;
  text-align: center;
}


.fwbg .fw .fwbox{
  margin: 0.55rem auto 0 auto;
}

.fwbg .fw .fwbox .fwlist{
  margin: 0 auto;
}

.fwbg .fw .fwbox .fwlist ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.fwbg .fw .fwbox .fwlist ul li{
  position: relative;
  z-index: 5;
  width: 12.7%;
  height: 1.73rem;
  background: #deece4;
  border-radius: 0.1rem 0 0.1rem 0;
  margin-right: 1.85%;
}

.fwbg .fw .fwbox .fwlist ul li:last-child{
  margin-right: 0;
}

.fwbg .fw .fwbox .fwlist ul li a{
  display: block;
  margin: 0 auto;
  text-align: center;
}

.fwbg .fw .fwbox .fwlist ul li span{
  display: block;
  margin: 0.35rem auto 0.12rem auto;
  overflow: hidden;
  width: 0.64rem;
  height: 0.64rem;
  background: #84b199;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fwbg .fw .fwbox .fwlist ul li span .ico1{
  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;
}

.fwbg .fw .fwbox .fwlist ul li 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;
}

.fwbg .fw .fwbox .fwlist ul li p{
  font-size: 0.2rem;
  color: #333;
  line-height: 0.25rem;
}

.fwbg .fw .fwbox .fwlist ul li::after{
  position: absolute;
  left: 0rem;
  top: 0rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0rem;
  background: url(../images/fwlist.jpg) no-repeat top center;
  background-size: 100% 100%;
  border-radius: 0.1rem 0 0.1rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.fwbg .fw .fwbox .fwlist ul li::before{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.15rem;
  content: "";
  z-index: -1;
  width: 0.27rem;
  height: 0.11rem;
  background: url(../images/fwdown.png) no-repeat top center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.fwbg .fw .fwbox .fwlist ul li:nth-child(6):before{
  display: none;
}

.fwbg .fw .fwbox .fwlist ul li:nth-child(7):before{
  display: none;
}

.fwbg .fw .fwbox .fwlist ul li.on::before{
  opacity: 1;
}

.fwbg .fw .fwbox .fwlist ul li.on::after{
  height: 100%;
}

.fwbg .fw .fwbox .fwlist ul li.on span{
  background: #fff;

}

.fwbg .fw .fwbox .fwlist ul li.on span .ico1{
  transform: translateY(-100%);

}

.fwbg .fw .fwbox .fwlist ul li.on span .ico2{
  transform: translateY(-100%);
}

.fwbg .fw .fwbox .fwlist ul li.on p{
  color: #fff;
}


.fwbg .fw .fwbox .fw_nr{
  margin: 0.14rem auto 0 auto;
}

.fwbg .fw .fwbox .fw_nr .swiper-slide{

  opacity: 0 !important;
  position: relative;

}

.fwbg .fw .fwbox .fw_nr .swiper-slide ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(214, 230, 221, 0.6);
  border-radius: 0.1rem;
  padding: 0.18rem 0;
  min-height: 0.6rem;
  position: relative;

}

.fwbg .fw .fwbox .fw_nr .swiper-slide ul li{
  margin: 0 1rem 0 0.25rem;
  line-height: 0.24rem;

}

.fwbg .fw .fwbox .fw_nr .swiper-slide ul li:last-child{
  margin-right: 0.25rem;
}

.fwbg .fw .fwbox .fw_nr .swiper-slide ul li a{
  display: block;
  padding-left: 0.28rem;
  font-size: 0.16rem;
  color: #666666;
  background: url(../images/fwico.png) no-repeat left center;
  background-size: 0.18rem 0.18rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fwbg .fw .fwbox .fw_nr .swiper-slide-active{
  opacity: 1 !important;
}



@media(min-width: 1024px){
  .fcbg .fc .fc_r .abbox .abimg:hover img{
    transform: scale(1.1);
  }

  .fwbg .fw .fwbox .fw_nr .swiper-slide ul li:hover a{
    color: #3a815b;

  }

  .newsbg .news .newsbox .news_r .newslist ul li:hover::before{
    background: #e7c36c;
  }
  
  .newsbg .news .newsbox .news_r .newslist ul li:hover::after{
    width: 100%;
    box-shadow: 0px 0px 6px 6px rgba(58, 129, 91, 0.15);
  }
  
  .newsbg .news .newsbox .news_r .newslist ul li:hover h5{
    color: #fff;
  
  }
  
  .newsbg .news .newsbox .news_r .newslist ul li:hover span{
    color: #fff;
  }
  
  .newsbg .news .newsbox .news_r .news_show ul li:hover .pic img{
    transform: scale(1.1);
  
  }
  
  .newsbg .news .newsbox .news_l .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }
  
  .newsbg .news .newsbox .news_l .swiper-slide:hover .txt h5{
    color: #3a815b;
  }

  .noticebg .notice .noticebox ul li:hover::after{
    width: calc((100% + 0.5rem));
    box-shadow: 0px 0px 8px 8px rgba(58, 129, 91, 0.08);
  }

  .noticebg .notice .noticebox ul li:hover h5{
    font-weight: bold;
    color: #333333;

  }

  .noticebg .notice .noticebox ul li:hover .time{
    background: #e7c36c url(../images/time.png) no-repeat  center;
    background-size: 0.64rem 0.64rem;
    border-radius: 0.1rem 0 0 0.1rem;
    margin-left: -0.25rem;

  }

  .noticebg .notice .noticebox ul li:hover .time span{
    padding-left: 0;
    text-align: center;
  }

  
.fcbg .fc .fc_l .fcbox ul li:hover::after{
  height: 100%;
}

.fcbg .fc .fc_l .fcbox ul li:hover h5{
  color: #fff;
  font-weight: bold;

}

.fcbg .fc .fc_l .fcbox ul li:hover i{
  color: #fff;
}

.fcbg .fc .fc_l .fcbox ul li:hover a::before{
  background: none;
}



}




@media(max-width: 1024px){
  .banner .banner_button{
    bottom: 0.2rem;

  }



.title h3{
  font-size: 0.32rem;
}


.title_more a{
  font-size: 0.24rem;

}



.newsbg{

  padding-bottom: 1.3rem;
}

.newsbg .news{

  padding-top: 0.35rem;
}

.newsbg .news .newsbox{
  margin: 0.35rem auto 0 auto;

}

.newsbg .news .newsbox .news_l{
  width: 100%;

}


.newsbg .news .newsbox .news_l .swiper-slide .pic{

  height: auto;
  padding-top: 56%;


}


.newsbg .news .newsbox .news_l .swiper-slide .txt{
  height: auto;
  padding: 0.1rem 0.3rem 0.3rem 0.3rem;

}

.newsbg .news .newsbox .news_l .swiper-slide .txt h5{
  font-size: 0.3rem;
}


.newsbg .news .newsbox .news_l .swiper-slide .txt p{
  font-size: 0.26rem;
  line-height: 0.45rem;
  max-height: 0.9rem;
  margin-top: 0.05rem;
}

.newsbg .news .newsbox .news_l .swiper-slide .txt .time{
  margin-top: 0.15rem;
  font-size: 0.26rem;

}

.newsbg .news .newsbox .news_l .news-pagination{
  bottom: 0.2rem;
}

.newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet{
  width: 0.23rem;
  height: 0.4rem;

}

.newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet-active{
  background: url(../images/newsico2.png) no-repeat  center;
  background-size: 100% 100%;
}


.newsbg .news .newsbox .news_r{
  width: 100%;
  margin-top: 0.3rem;
}


.newsbg .news .newsbox .news_r .news_show ul li .pic{
  height: auto;
  padding-top: 56%;

}


.newsbg .news .newsbox .news_r .news_show ul li .txt{
  height: auto;
  padding: 0.16rem 0.25rem 0.25rem 0.25rem;
}

.newsbg .news .newsbox .news_r .news_show ul li .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;
}

.newsbg .news .newsbox .news_r .news_show ul li .txt .time{
  font-size: 0.26rem;
}


.newsbg .news .newsbox .news_r .newslist{
  margin:  0.3rem auto 0 auto;
} 

.newsbg .news .newsbox .news_r .newslist ul li{
  line-height: 0.45rem;

}

.newsbg .news .newsbox .news_r .newslist ul li a{
  padding: 0 0.3rem 0 0.4rem;
}

.newsbg .news .newsbox .news_r .newslist ul li h5{
  font-size: 0.28rem;

}

.newsbg .news .newsbox .news_r .newslist ul li span{
  font-size: 0.26rem;
}




.noticebg{
  margin: -0.9rem auto 0 auto;
  padding: 1.15rem 0 1.2rem 0;

}



.noticebg .notice .notice_l{
  width: 100%;
}

.noticebg .notice .notice_r{
  width: 100%;
  margin-top: 0.35rem;
}

.noticebg .notice .noticebox{
  margin: 0.2rem auto 0 auto;
}

.noticebg .notice .noticebox ul li{

  line-height: 0.77rem;


}



.noticebg .notice .noticebox ul li .time{
  width: 1.05rem;

}



.noticebg .notice .noticebox ul li h5{
  width: calc((100% - 1.15rem));
  font-size: 0.28rem;
}





.fcbg{
  margin: -0.7rem auto 0 auto;
  padding: 0.8rem 0 1rem 0;

}


.fcbg .fc .fc_l{
  width: 100%;
}

.fcbg .fc .fc_l .fcbox{
  margin: 0.3rem auto 0 auto;
}


.fcbg .fc .fc_l .fcbox ul{
  margin-left: 0rem;
}

.fcbg .fc .fc_l .fcbox ul li{
  width: 48.5%;

}

.fcbg .fc .fc_l .fcbox ul li a{

  padding: 0.25rem 0.28rem 0.4rem 0.28rem;
}



.fcbg .fc .fc_l .fcbox ul li h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
}

.fcbg .fc .fc_l .fcbox ul li i{
  margin-top: 0.25rem;
  font-size: 0.26rem;

}



.fcbg .fc .fc_r{
  width: 100%;
  margin: 0.4rem auto 0 auto;
}

.fcbg .fc .fc_r .abbox{
  margin: 0.35rem auto 0 auto;

}

.fcbg .fc .fc_r .abbox .abimg{
  margin: 0rem auto 0.3rem auto;
  width: 100%;
}

.fcbg .fc .fc_r .abbox .abimg img{
  width: 50%;
  height: auto;
  margin: 0 auto;
}

.fcbg .fc .fc_r .abbox .abimg::after{
  display: none;
}

.fcbg .fc .fc_r .abbox .txt{
  width: 100%;
}
.fcbg .fc .fc_r .abbox .txt *{
  font-size: 0.28rem !important;
  line-height: 0.45rem !important;

  
}


.fwbg{
  margin: -0.7rem auto 0 auto;
  padding: 1rem 0 1.85rem 0;

}



.fwbg .fw .fwbox{
  margin: 0.45rem auto 0 auto;
}


.fwbg .fw .fwbox .fwlist ul li{

  width: 31%;
  height: 1.73rem;
  margin-right: 3.5%;
  margin-bottom: 0.15rem;
}

.fwbg .fw .fwbox .fwlist ul li:last-child{
  margin-right: 0;
}

.fwbg .fw .fwbox .fwlist ul li:nth-child(3n){
  margin-right: 0%;
}



.fwbg .fw .fwbox .fwlist ul li p{
  font-size: 0.28rem;
  line-height: 0.35rem;
}




.fwbg .fw .fwbox .fw_nr{
  margin: 0.14rem auto 0 auto;
}

.fwbg .fw .fwbox .fw_nr .swiper-slide{

  opacity: 0 !important;
}



.fwbg .fw .fwbox .fw_nr .swiper-slide ul li{
  margin: 0 0.5rem 0 0.25rem;
  line-height: 0.4rem;
  margin-bottom: 0.1rem;

}

.fwbg .fw .fwbox .fw_nr .swiper-slide ul li a{
  padding-left: 0.3rem;
  font-size: 0.26rem;
  background: url(../images/fwico.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
}

.fwbg .fw .fwbox .fw_nr .swiper-slide-active{
  opacity: 1 !important;
}







}