
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}


/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: -90px;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}


.banner .swiper-button-next1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerR.png) no-repeat  center;
  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerL.png) no-repeat  center;
  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 30px;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 0;
  border-radius: 50%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #4f895e;
}



/* title */

.title{
  height: 180px;
  background: url(../images/title.png) no-repeat left  center;
  margin-left: -50px;
  padding-left: 95px;
}

.title span{
  display: block;
  font-size: 70px;
  color: #333333;
  font-family: "Impact";
  text-transform: uppercase;
  line-height: 60px;
  padding-top: 45px;
}

.title span i{
  font-size: 70px;
  color: #4f895e;
  font-family: "Impact";
  text-transform: uppercase;
}

.title h3{
  font-size: 24px;
  color: #333;
  display: block;
  margin-top: 5px;
}

.title a{
  display: block;
}



/* product */

.product{
  width: 1280px;
  margin: 0px auto 0 auto;
}

.product .pro_t{
  height: 180px;
}

.product .pro_t .title{
  float: left;
}

.product .pro_t .pro_list{
  float: right;
} 

.product .pro_t .pro_list ul li{
  float: left;
  width: 130px;
  margin-left: 60px;
}

.product .pro_t .pro_list ul li a{
  display: block;
  text-align: center;
}

.product .pro_t .pro_list ul li a span{
  display: block;
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  margin: 0 auto 20px auto;
}

.product .pro_t .pro_list ul li a span img{
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

.product .pro_t .pro_list ul li a i{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_t .pro_list ul li a i em{
  font-size: 12px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.product .pro_t .pro_list ul li.on a i{
  color: #4f895e;
}

.product .pro_t .pro_list ul li.on a i em{
  color: #4f895e;
}


.product .pro_box{
  margin: 50px auto 0 auto;
  width: 1360px;
} 

.product .pro_box ul li{
  float: left;
  width: 300px;
  height: 285px;
  border: 1px solid #dedede;
  margin: 0 25px 40px 0;
}

.product .pro_box ul li .pic{
  width: 280px;
  height: 210px;
  margin: 10px 10px 0 10px;
  overflow: hidden;
}

.product .pro_box ul li .pic img{
  width: 280px;
  height: 210px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.product .pro_box ul li .txt{
  height: 65px;
  line-height: 65px;
  width: 260px;
  margin: 0 auto;

} 

.product .pro_box ul li .txt h5 a{
  float: left;
  width: 200px;
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background:  url(../images/buttom1.png) no-repeat left center;
  padding-left: 20px;
}

.product .pro_box ul li .txt .more{
  display: block;
  float: right;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #f6f6f6 url(../images/more1.png) no-repeat  center;
  margin-top: 17px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li:hover .txt h5 a{
  color: #4f895e;
  background:  url(../images/buttom2.png) no-repeat left center;
}

.product .pro_box ul li:hover .txt .more{
  background: #4f895e url(../images/more.png) no-repeat  center;
}




/* about */

.ab_bg{
  width: 100%;
  height: 882px;
  margin: 35px auto 0 auto;
  background:  url(../images/ab_bg.jpg) no-repeat  center;
}

.ab_bg .about{
  width: 1280px;
  margin: 0 auto;
}

.ab_bg .about .ab_l{
  float: left;
  width: 570px;
  margin-top: 50px;
}

.ab_bg .about .ab_l .ab_nr{
  margin-top: 55px;

}

.ab_bg .about .ab_l .ab_nr h5{
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  display: inline-block;
  background: url(../images/buttom3.png) no-repeat right  center;
  padding-right: 60px;
}

.ab_bg .about .ab_l .ab_nr span{
  display: block;
  font-size: 16px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  margin-top: 7px;

}

.ab_bg .about .ab_l .ab_nr p{
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  height: 126px;
  overflow: hidden;
  margin-top: 30px;
}

.ab_bg .about .ab_l .ab_nr .more{
  float: right;
  border: 1px solid #4f895e;
  text-align: center;
  width: 110px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .ab_nr .more:hover{
  background: #4f895e;
  color: #fff;

}


.ab_bg .about .ab_l .ry{
  margin-top: 125px;

} 

.ab_bg .about .ab_l .ry .pic{
  float: left;
  width: 281px;
  height: 198px;
  background: url(../images/ry_bg.png) no-repeat   center;

}

.ab_bg .about .ab_l .ry .pic img{
  width: 230px;
  height: 160px;
  margin: 11px 0 0 10px;

}

.ab_bg .about .ab_l .ry .txt{
  float: left;
  width: 280px;

} 

.ab_bg .about .ab_l .ry .txt h5{
  height: 75px;
  line-height: 75px;
  border-bottom: 2px solid #4f895e;
}

.ab_bg .about .ab_l .ry .txt h5 a{
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .ry .txt h5 a i{
  font-size: 14px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.ab_bg .about .ab_l .ry .txt .more{
  margin-top: 35px;
  background: url(../images/more2.png) no-repeat left  center;
  height: 56px;
  line-height: 56px;

}

.ab_bg .about .ab_l .ry .txt .more a{
  display: block;
  font-size: 16px;
  color: #333;
  font-family:'Times New Roman', Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 28px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .ry .txt .more:hover a{
  color: #4f895e;
}

.ab_bg .about .ab_r{
  float: right;
  position: relative;
  width: 660px;
  margin-right: -57px;
}

.ab_bg .about .ab_r .ab_img{
  width: 660px;
  height: 660px;
  background: #4f895e;
  border-radius: 50%;

}

.ab_bg .about .ab_r .ab_img img{
  width: 640px;
  height: 640px;
  border-radius: 50%;
  margin: 10px;
}

.ab_bg .about .ab_r .tel{
  margin: 65px 0 0 35px;
  background: url(../images/tel1.png) no-repeat left  center;
  height: 40px;
  line-height: 40px;
  padding-left: 65px;
  font-size: 16px;
  color: #333;
}

.ab_bg .about .ab_r .tel i{
  font-size: 26px;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.ab_bg .about .ab_r .qq{
  position: absolute;
  top: 510px;
  left: 55px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 5;
}

.ab_bg .about .ab_r .qq .qq_img img{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #4f895e;
  z-index: 5;
}


.ab_bg .about .ab_r .qq .pulse {
  background: #4f895e;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ring {
  position: absolute;
  background-color: inherit;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  opacity: 0.8;
  -webkit-animation: pulsing 2s ease-out infinite;
          animation: pulsing 2s ease-out infinite;
}
.ring:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.ring:nth-of-type(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.ring:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

@-webkit-keyframes pulsing {
  100% {
    transform: scale(1.85);
    opacity: 0;
  }
}

@keyframes pulsing {
  100% {
    transform: scale(1.85);
    opacity: 0;
  }
}



/* case */

.case{
  width: 1280px;
  margin: 70px auto 0 auto;
}

.case .case_box{
  width: 1280px;
  margin: 50px auto 0 auto;
  position: relative;
  height: 580px;
}


.case .case_box .mySwiper{
  overflow: hidden;
  width: 1280px;
}

.case .case_box .mySwiper .swiper-slide{
  position: relative;

}

.case .case_box .mySwiper .swiper-slide .nr{
  width: 90%;
  height: 580px;
  border-right: 1px solid #dddddd;
  padding-left: 10%;

}

.case .case_box .mySwiper .swiper-slide .nr span{
  display: block;
  font-size: 14px;
  color:  #bbbbbb;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 0 40px 0;
  padding-top: 35px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .mySwiper .swiper-slide .nr span i{
  font-size: 52px;
  color:  #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 15px;
  display: inline-block;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .mySwiper .swiper-slide .nr h5 a{
  width: 320px;
  font-size: 18px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .mySwiper .swiper-slide .nr .pic{
  width: 320px;
  height: 240px;
  margin-top: 25px;

}

.case .case_box .mySwiper .swiper-slide .nr .pic img{
  width: 320px;
  height: 240px;
}

.case .case_box .mySwiper .swiper-slide .nr p{
  font-size: 14px;
  color:  #888888;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  width: 320px;
  margin: 17px 0 45px 0;
} 

.case .case_box .mySwiper .swiper-slide .nr .more{
  display: block;
  background: url(../images/more3.png) no-repeat  center;
  width: 30px;
  height: 18px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.case .case_box .mySwiper .swiper-slide-next .nr span{
  color: #4f895e;
}

.case .case_box .mySwiper .swiper-slide-next .nr span i{
  color: #4f895e;
}

.case .case_box .mySwiper .swiper-slide-next .nr h5 a{
  color: #4f895e;
}

.case .case_box .mySwiper .swiper-slide-next .nr .more{
  background: url(../images/more4.png) no-repeat  center;

}

.case .case_box .mySwiper .swiper-slide:hover .nr .more{
  background: url(../images/more4.png) no-repeat  center;
  transform: translateX(10px);
}


.case .case_box .mySwiper .swiper-slide:hover .nr span{
  color: #4f895e;
}

.case .case_box .mySwiper .swiper-slide:hover .nr span i{
  color: #4f895e;
}

.case .case_box .mySwiper .swiper-slide:hover .nr h5 a{
  color: #4f895e;
}

.case .case_box .swiper-button-next{
  background: #4f895e url(../images/right.png) no-repeat  center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  right: 0;
  top: -170px;
  outline: none;
}

.case .case_box .swiper-button-prev{
  right: 110px;
  left: auto;
  top: -170px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  outline: none;
  background: #fcd398 url(../images/left.png) no-repeat  center;
}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
  content: 'next';
  display: none;
}

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;
}



/* ys */

.ys_bg{
  width: 100%;
  height: 920px;
  margin: 70px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat  center;
  overflow: hidden;
}

.ys_bg .ys{
  width: 1280px;
  margin: 0 auto;
  padding-top: 100px;
  position: relative;
}

.ys_bg .ys .title{
  margin-right: 125px;
  text-align: right;
  height: 180px;
  background: url(../images/ys_t.png) no-repeat right center;
  padding-right: 95px;
  padding-left: 0;
  margin-left: 0;
}

.ys_bg .ys .ys_box{
  margin: 30px auto 0 auto;
  position: relative;
}

.ys_bg .ys .ys_box .bd{
  width: 1280px;
  margin: 0 auto;

}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1280px;
  position: relative;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
 position: absolute;
 left: -35px;
 top: 0;

}

.ys_bg .ys .ys_box .bd ul li .ys_img img{

}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: right;
  text-align: right;
  width: 540px;
  margin-right: 180px;
  margin-top: 50px;
  position: relative;
  z-index: 5;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
  display: inline-block;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  height: 52px;
  line-height: 52px;
  background: url(../images/ys_ico.png) no-repeat left center;
  padding-left: 65px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5 i{
  font-size: 14px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 10px;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  margin-top: 27px;

}

.ys_bg .ys .ys_box .hd{
  position: absolute;
  right: 180px;
  top: 400px;
  z-index: 5;
}

.ys_bg .ys .ys_box .hd ul li{
  float: left;
  position: relative;
  font-size: 24px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  margin-left: 80px;
  line-height: 30px;
}

.ys_bg .ys .ys_box .hd ul li::after{
  position: absolute;
  left: 60px;
  top: -60px;
  width: 2px;
  height: 0;
  background: #4f895e;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li.on{
  margin-left: 100px;
  font-size: 30px;
  color: #4f895e;
  font-family: Arial Black;
}

.ys_bg .ys .ys_box .hd ul li.on::after{
  height: 90px;
}


/* news */
.news{
  width: 1280px;
  margin: 70px auto 40px auto;

}

.news .news_t{
  height: 180px;
}

.news .news_t .title{
  float: left;
}


.news .news_t .news_list{
  float: right;
  margin-top: 85px;
}

.news .news_t .news_list ul li{
  float: left;
  margin-left: 90px;
  height: 60px;
  line-height: 60px;
}

.news .news_t .news_list ul li a i{
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  margin-right: 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li a{
  display: block;
  font-size: 16px;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.n1 a i{
  background: #fff url(../images/news1.png) no-repeat  center;
}

.news .news_t .news_list ul li.n2 a i{
  background: #fff url(../images/news2.png) no-repeat  center;
}

.news .news_t .news_list ul li.n3 a i{
  background: #fff url(../images/news3.png) no-repeat  center;
}


.news .news_t .news_list ul li.casehover a{
  font-weight: bold;
  font-size: 18px;
}

.news .news_t .news_list ul li.n1.casehover a i{
  background: #4f895e url(../images/news11.png) no-repeat  center;
}

.news .news_t .news_list ul li.n2.casehover a i{
  background: #4f895e url(../images/news22.png) no-repeat  center;
}

.news .news_t .news_list ul li.n3.casehover a i{
  background: #4f895e url(../images/news33.png) no-repeat  center;
}


.news .news_box{
  width: 1280px;
  margin: 40px auto 0 auto;
  
}

.news .news_box .news_top{
  height: 370px;

}

.news .news_box .news_top .news_l{
  float: left;
  width: 595px;
  height: 370px;
  border-right: 1px solid #dddddd;
}

.news .news_box .news_top .news_l ul li{
  height: 99px;
  width: 525px;
  margin-bottom: 36px;

}

.news .news_box .news_top .news_l ul li .time{
  float: left;
  width: 99px;
  height: 99px;
  background: #f6f6f6;
  text-align: center;
  position: relative;
  z-index: 5;
}

.news .news_box .news_top .news_l ul li .time::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0px;
  background: #4f895e;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_top .news_l ul li:hover .time::after{
  height: 100%;
}

.news .news_box .news_top .news_l ul li .time span{
  display: block;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 45px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_top .news_l ul li .time em{
  display: block;
  margin: 5px auto 0 auto;
  width: 20px;
  height: 1px;
  background: #dddddd;
}

.news .news_box .news_top .news_l ul li .time i{
  display: block;
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin: 18px auto 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_top .news_l ul li .txt{
  float: right;
  width: 405px;

} 

.news .news_box .news_top .news_l ul li .txt a{
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 35px;
  line-height: 50px;
  background: url(../images/buttom4.png) no-repeat left center;
}

.news .news_box .news_top .news_l ul li .txt p{
  font-size: 14px;
  color: #666666;
  margin-left: 35px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 3px;
}

.news .news_box .news_top .news_l ul li:hover .txt a{
  background: url(../images/buttom5.png) no-repeat left center;
  color: #4f895e;
}

.news .news_box .news_top .news_l ul li:hover .time i{
  color: #fff;

}

.news .news_box .news_top .news_l ul li:hover .time span{
  color: #fff;
}

.news .news_box .news_top .news_r{
  float: right;
  width: 680px;
} 

.news .news_box .news_top .news_r ul li{
  width: 300px;
  margin-left: 40px;
  float: left;

}

.news .news_box .news_top .news_r ul li .news_img {
  width: 300px;
  height: 215px;
  background: #f6f6f6;
  overflow: hidden;
  position: relative;
  z-index: 5;
}


.news .news_box .news_top .news_r ul li .news_img img{
  width: 284px;
  height: 199px;
  margin: 8px;
  overflow: hidden;
  position: relative;
}

.news .news_box .news_top .news_r ul li .news_img::before, 
.news .news_box .news_top .news_r ul li .news_img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  transition: all 0.7s ease-in-out;
}

.news .news_box .news_top .news_r ul li:hover .news_img::before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, .2);
}

.news .news_box .news_top .news_r ul li:hover .news_img::after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, .2);
}


.news .news_box .news_top .news_r ul li .txt{
  width: 284px;
  margin: 0 auto;
}

.news .news_box .news_top .news_r ul li .txt a{
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 50px;
}

.news .news_box .news_top .news_r ul li .txt p{
  font-size: 14px;
  color: #888888;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 1px auto 20px auto;
}

.news .news_box .news_top .news_r ul li .txt span{
  display: block;
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .news_top .news_r ul li:hover .txt a{
  color: #4f895e;
}

.news .news_box .list{
  width: 1360px;
  margin: 50px  auto 0 auto;
  height: 116px;
}

.news .news_box .list ul li{
  float: left;
  padding: 0 20px;
  width: 360px;
  height: 114px;
  background: #fbfbfb;
  border: 1px solid #dddddd;
  margin-right: 45px;
}

.news .news_box .list ul li span{
  display: block;
  text-align: right;
  height: 67px;
  line-height: 67px;
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/buttom4.png) no-repeat left center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .list ul li a{
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .list ul li a i{
  margin-right: 20px;
  font-size: 16px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .list ul li:hover span{
  color: #4f895e;
  background: url(../images/buttom5.png) no-repeat left center;
}

.news .news_box .list ul li:hover a{
  color: #4f895e;
}

.news .news_box .list ul li:hover a i{
  color: #4f895e;
}



/* links */

.links{
  margin: 0px auto;
  overflow: hidden;
  width: 1280px;
  display: none;

}

.links .links_t{
  float: left;
  height: 40px;
  width: 139px;
  background: url(../images/links.png) no-repeat  center 73px;
  padding: 75px 0 65px 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.links .links_t i{
  display: block;
  font-size: 16px;
  color: #333333;
  padding-left: 43px;
}

.links .yq{
  float: right;
  width: 1120px;
  padding-top: 80px;
} 

.links .yq a{
  margin-right: 15px;
  font-size: 15px;
  color: #666666;
}

.link-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 0;
  width: 140px;
  float: left;
}

.link-one {
    color: #000;
    transition: color 1s cubic-bezier(0.32, 0, 0.67, 0);
    line-height: 1em;
  }

.link-one:hover {
  color: #fff;
  transition: color 1s cubic-bezier(0.33, 1, 0.68, 1);

}

.link-one::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #4f895e ;

  clip-path: circle(0% at 50% calc(50%));
  transition: clip-path 1s cubic-bezier(0.65, 0, 0.35, 1);
}

.link-one::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 80%;
    height: 100%;
    top: 0;
    right: 10%;
    background: #fff;
    opacity: 0.2;
  
    clip-path: polygon(
      40% 0%,
      60% 0%,
      60% 0%,
      40% 0%,
      40% 100%,
      60% 100%,
      60% 100%,
      40% 100%
    );
    transition: clip-path 1s cubic-bezier(0.65, 0, 0.35, 1);
  }

  .links:hover .link-one::before {
  clip-path: circle(100% at 50% 50%);
}

.links:hover .link-one::after {
    clip-path: polygon(
      40% 10%,
      60% 10%,
      60% 35%,
      40% 35%,
      40% 90%,
      60% 90%,
      60% 65%,
      40% 65%
    );
  }

  .links:hover .links_t i{
    color: #fff;

}

.links:hover .links_t{
  background: url(../images/links1.png) no-repeat  center 73px;

}