
/*-----------------------------------------------------------*/
/*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%;
  position: relative;
}
.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;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
.banner .swiper-slide-active img,
.swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.banner .swiper-button-next1 {
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerR.png) no-repeat center;
  right: 5%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  background-size: contain;
}
.banner .swiper-button-prev1 {
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerL.png) no-repeat center;
  float: left;
  z-index: 5;
  cursor: pointer;
  left: 5%;
  top: 50%;
  background-size: contain;
}
.banner .swiper-pagination {
  width: 100%;
  bottom: 50px;
  left: 0;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #019760;
}


/* title */ 

.title{
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.title span{
  display: inline-block;
  font-size: 12px;
  color: #333333;
  position: relative;
  top: -45px;
}

.title span i{
  font-size: 18px;
  color: #333333;
  letter-spacing: 35px;
  padding-left: 40px;
}

.title h3{
  display: inline-block;
  background: url(../images/title.png) no-repeat center;
  width: 208px;
  margin: 0 75px;
}

.title h3 a{
  display: block;
}


/* product */ 

.pro_bg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat  center 285px;
  overflow: hidden;
  padding-bottom: 62px;
}

.pro_bg .product{
  margin: 0 auto;
  width: 1300px;
  padding-top: 100px;
}

.pro_bg .product .pro_list{
  margin: 10px auto 0 auto;
  height: 545px;
}

.pro_bg .product .pro_list .pro_l{
  float: left;
  width: 640px;
  margin-top: 55px;
}

.pro_bg .product .pro_list .pro_l .pro_fl{
  height: 340px;

}

.pro_bg .product .pro_list .pro_l .pro_fl ul li{
  float: left;
  width: 240px;
  height: 130px;
  margin: 0 115px 25px 0;
}

.pro_bg .product .pro_list .pro_l .pro_fl ul li:nth-child(2n){
  margin-right: 0;
}

.pro_bg .product .pro_list .pro_l .pro_fl ul li a{
  display: block;
  position: relative;
  z-index: 5;
}

.pro_bg .product .pro_list .pro_l .pro_fl ul li a em{
  display: block;
  float: left;
  font-size: 20px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  margin-top: 44px;
}

.pro_bg .product .pro_list .pro_l .pro_fl ul li a span{
  float: left;
  margin-left: 35px;
  font-size: 20px;
  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;
  width: 130px;
  margin-top: 42px;

}

.pro_bg .product .pro_list .pro_l .pro_fl ul li a::after{
  position: absolute;
  left: 60px;
  top: 0px;
  width: 74px;
  height:130px;
  background: url(../images/pro_list.png) no-repeat  left center ;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_list .pro_l .pro_fl ul li a span i{
  font-size: 14px;
  color: #949494;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  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: 2px;
}

.pro_bg .product .pro_list .pro_l .pro_fl ul li a b{
  display: block;
  float: right;
  border: 1px solid #d0bda8;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #afa191;
  font-weight: normal;
  margin-top: 55px;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.pro_bg .product .pro_list .pro_l .pro_fl ul li.on a b{
  color: #0aa24b;
  background: url(../images/more3.png) no-repeat center ;
  border: 1px solid #fff;
}

.pro_bg .product .pro_list .pro_l .pro_fl ul li.on a::after{
  background: url(../images/pro_list1.png) no-repeat  left center ;
  transform: rotate(90deg);
  left: 65px;
  top: 5px;
}

.pro_bg .product .pro_list .pro_l .pro_fl ul li.on a span{
  color: #fff;
}

.pro_bg .product .pro_list .pro_l .pro_fl ul li.on a span i{
  color: #fff;
}

.pro_bg .product .pro_list .pro_l .zx{
  margin: 0 auto;
}

.pro_bg .product .pro_list .pro_l .zx .zixun{
  float: left;
  margin-top: 15px;
  display: block;
  background: url(../images/ab_more.png) no-repeat center;
  width: 198px;
  height: 53px;
  line-height: 53px;
  text-align: center;
}

.pro_bg .product .pro_list .pro_l .zx .zixun a{
  display: inline-block;
  font-size: 16px;
  color: #333333;
  background: url(../images/more1.png) no-repeat right center;
  padding-right: 52px;
}


.pro_bg .product .pro_list .pro_l .zx .tel{
  float: left;
  margin-left: 35px;
  background: url(../images/pro_xt.png) no-repeat left center;
  height: 82px;
  padding-left: 38px;
} 

.pro_bg .product .pro_list .pro_l .zx .tel span{
  display: block;
  font-size: 14px;
  color: #666666;
  height: 37px;
  line-height: 34px;
  margin-left: 15px;
}

.pro_bg .product .pro_list .pro_l .zx .tel em{
  display: block;
  width: 194px;
  height: 2px;
  background: #000000;
}

.pro_bg .product .pro_list .pro_l .zx .tel i{
  display: block;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  margin-left: 15px;
}


.pro_bg .product .pro_list .pro_img{
  float: right;
  width: 696px;
  height: 494px;
  margin-right: -110px;
}

.pro_bg .product .pro_list .pro_img img{
  width: 696px;
  height: 494px;
}

.pro_bg .product .pro_box{
  margin: 45px auto 0 auto;
  width: 1360px;
} 

.pro_bg .product .pro_box ul li{
  float: left;
  width: 302px;
  margin: 0 33px 0px 0;
}

.pro_bg .product .pro_box ul li .pic{
  width: 300px;
  height: 260px;
  border: 1px solid #dcdcdc;

}

.pro_bg .product .pro_box ul li .pic img{
  width: 300px;
  height: 260px;
}

.pro_bg .product .pro_box ul li .txt{
  height: 100px;
  margin: 0 auto;
  line-height: 75px;

} 

.pro_bg .product .pro_box ul li .txt h5{
  float: left;
  margin-left: 10px;
  width: 220px;


}

.pro_bg .product .pro_box ul li .txt h5 a{
  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;
}

.pro_bg .product .pro_box ul li .txt h5 a i{
  font-size: 18px;
  color: #333333;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li .txt .more{
  display: block;
  float: right;
  background: url(../images/more.png) no-repeat center;
  width: 14px;
  height: 8px;
  margin: 34px 10px 0 0;
}

.pro_bg .product .pro_box ul li:hover .txt h5 a{
  color: #019760;

}

.pro_bg .product .pro_box ul li:hover .txt h5 a i{
  color: #019760;
}


/* ys */ 

.ys_bg{
  margin: 0 auto;
  height: 891px;
  background: url(../images/ys_bg.jpg) no-repeat top center;
  overflow: hidden;
}

.ys_bg .ys{
  width: 1300px;
  margin: 0 auto;
  padding-top: 180px;
  position: relative;
}

.ys_bg .ys .ys_t{
  position: absolute;
  left: 0;
  top: 180px;
  z-index: 5;
}

.ys_bg .ys .ys_t h3{
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;

}

.ys_bg .ys .ys_t span{
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 8px;
}


.ys_bg .ys .ys_box{
  margin: 75px auto 0  auto;
  position: relative;
  z-index: 5;
}

.ys_bg .ys .ys_box::after{
  position: absolute;
  left: -75px;
  top: 20px;
  content: "";
  background: url(../images/ys_ico.png) no-repeat center;
  width: 148px;
  height: 176px;
}

.ys_bg .ys .ys_box .bd{
  margin: 0 auto;
  width: 1300px;
}


.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1300px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: left;
  width: 580px;
  margin-top: 85px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
  font-size: 26px;
  color: #fff;
  font-weight: bold;

}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 17px;
  color: #fff;
  line-height: 36px;
  height: 180px;
  margin-top: 30px;
}

.ys_bg .ys .ys_box .bd ul li .txt span{
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 43px;
  background: url(../images/ys_xt.png) no-repeat right center;
  padding-right: 185px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
  float: right;
  width: 438px;
  height: 438px;
  border-radius: 50%;
  margin-right: 90px;
  background: url(../images/ys_list.jpg) no-repeat center;
} 

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 392px;
  height: 392px;
  border-radius: 50%;
  margin: 23px;
}


.ys_bg .ys .ys_box .hd{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 695px;
} 

.ys_bg .ys .ys_box .hd ul li{
  text-align: center;
  width: 100px;

}

.ys_bg .ys .ys_box .hd ul li span{
  display: block;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  -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 span i{
  display: block;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 13px auto;
}

.ys_bg .ys .ys_box .hd ul li span i img{
  display: block;
  width: 44px;
  height: 44px;
}

.ys_bg .ys .ys_box .hd ul li h5{
  font-size: 22px;
  color: #fff;
  margin: 10px auto 0 auto;
  
}

.ys_bg .ys .ys_box .hd ul li:nth-child(1){
  position: absolute;
  left: 0px;
  top: 225px;

} 

.ys_bg .ys .ys_box .hd ul li:nth-child(2){
  position: absolute;
  left: 125px;
  top: -65px;
} 

.ys_bg .ys .ys_box .hd ul li:nth-child(3){
  position: absolute;
  right: -8px;
  top: 210px;
} 

.ys_bg .ys .ys_box .hd ul li:nth-child(4){
  position: absolute;
  left: 300px;
  top: 468px;
} 

.ys_bg .ys .ys_box .hd ul li.on{
  transform: translateY(-28px);
}

.ys_bg .ys .ys_box .hd ul li.on span{
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.1);
}

.ys_bg .ys .ys_box .hd ul li.on span i{
  opacity: 1;
}

.ys_bg .ys .ys_box .prev{
  position: absolute;
  left: 206px;
  top: 365px;
  cursor: pointer;
  width: 53px;
  height: 53px;
  background: url(../images/ys_right.png) no-repeat center;
}


/* message */ 

.message_bg{
  width: 100%;
  margin: 58px auto 0 auto;
  overflow: hidden;
  height: 497px;
}

.message_bg .message{
  margin: 0 auto;
  width: 1300px;
  height: 425px;
  padding: 0 50px;
  background: url(../images/message_bg.jpg) no-repeat center;
}

.message_bg .message .m_t{
  margin: 0 auto;
  height: 294px;
}

.message_bg .message .m_t span{
  display: block;
  float: left;
  margin: 128px 0 0 45px;
  font-size: 30px;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 6px;
}

.message_bg .message .m_t span i{
  font-size: 16px;
  color: #ffffff;
  float: left;
  margin-right: 10px;
  letter-spacing: 5px;
}

.message_bg .message .m_t h5{
  float: right;
  font-size: 120px;
  color: #f7f7f7;
  font-family: "Impact";
  line-height: 130px;
  margin: 10px -60px 0 0;
}

.message_bg .message .m_t h5 em{
  font-size: 120px;
  color: #019760;
  font-family: "Impact";
}



.message_bg .message .message_box{
  margin: 40px auto 0 auto;
}

.message_bg .message .message_box .form-group1{
  float: left;
  width: 210px;
  height: 48px;
  background: #f7f7f7;
  border-radius: 8px;
  margin: 0 27px 0 10px;
}

.message_bg .message .message_box .form-group1 input{
  width: 210px;
  height: 48px;
  font-size: 14px;
  color: #949494;
  text-indent: 50px;
  background: url(../images/m1.png) no-repeat 15px center;
}

.message_bg .message .message_box .form-group2{
  float: left;
  width: 214px;
  height: 48px;
  background: #f7f7f7;
  border-radius: 8px;
  margin: 0 27px 0 0px;
}

.message_bg .message .message_box .form-group2 input{
  width: 214px;
  height: 48px;
  font-size: 14px;
  color: #949494;
  text-indent: 50px;
  background: url(../images/m2.png) no-repeat 15px center;
}


.message_bg .message .message_box .form-group3{
  float: left;
  width: 340px;
  height: 48px;
  background: #f7f7f7;
  border-radius: 8px;
  margin: 0 27px 0 0px;
}

.message_bg .message .message_box .form-group3 textarea{
  width: 340px;
  height: 36px;
  font-size: 14px;
  color: #949494;
  text-indent: 50px;
  background: url(../images/m3.png) no-repeat 15px center;
  padding-top: 12px;
}

.message_bg .message .message_box .form-group4{
  float: left;
  width: 316px;
  height: 48px;
  background: #f7f7f7;
  border-radius: 8px;
  margin: 0 40px 0 0px;
}

.message_bg .message .message_box .form-group4 input{
  width: 200px;
  height: 48px;
  font-size: 14px;
  color: #949494;
  text-indent: 50px;
  background: url(../images/m2.png) no-repeat 15px center;
  float: left;
}

.message_bg .message .message_box .form-group4 .imgcode{
  float: right;
  width: 70px;
  height: 32px;
  margin: 8px 8px 0 0;
}

.message_bg .message .message_box .anniu{
  float: left;
  position: relative;
  top: -12px;
}

.message_bg .message .message_box .anniu button{
  cursor: pointer;
  border: none;
  border-radius: 50%;
  width: 67px;
  height: 67px;
  background: #019760;
  font-size: 16px;
  color: #fff;
}


/* hz */ 

.hz_bg{
  margin: 0 auto;
  background: url(../images/hz_bg.jpg) no-repeat top center;
  overflow: hidden;
}

.hz_bg .hz{
  margin: 0 auto;
  padding-top: 90px;
  width: 1300px;
}

.hz_bg .hz_box{
  margin: 25px auto 0 auto;
  position: relative;
}

.hz_bg .hz_box .bd{
  margin: 0 auto;
}

.hz_bg .hz_box .bd ul li{
  float: left;
  width: 280px;
  margin: 0 22px;
}

.hz_bg .hz_box .bd ul li .pic{
  width: 280px;
  height: 205px;
  background: #eeeeee;

}

.hz_bg .hz_box .bd ul li .pic img{
  width: 270px;
  height: 195px;
  margin: 5px;
}

.hz_bg .hz_box .bd ul li .txt {
  margin: 0 auto;
  width: 130px;
  height: 65px;
  line-height: 60px;
  border-bottom: 1px solid #717271;
  text-align: center;
  position: relative;
  z-index: 5;

}

.hz_bg .hz_box .bd 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;
}

.hz_bg .hz_box .bd ul li .txt ::after{
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #019760;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hz_bg .hz_box .bd ul li:hover .txt ::after{
  width: 100%;
}

.hz_bg .hz_box .bd ul li:hover .txt a{
  color: #019760;
}

.hz_bg .hz_box .next{
  position: absolute;
  left: -70px;
  top: 92px;
  cursor: pointer;
  width: 33px;
  height: 33px;
  background: url(../images/hz_left.png) no-repeat  center;

}

.hz_bg .hz_box .prev{
  position: absolute;
  right: -70px;
  top: 92px;
  cursor: pointer;
  width: 33px;
  height: 33px;
  background: url(../images/hz_right.png) no-repeat  center;
}





/* about */ 


.ab_bg{
  width: 100%;
  height: 1040px;
  margin: 98px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat  center;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.ab_bg .about{
  margin: 0 auto;
  width: 1300px;
  padding-top: 112px;
  position: relative;
  z-index: 6;
}

.ab_bg .about .ab_box{
  margin: 0 0 0 -310px;
  width: 1044px;
  height: 493px;
  background: url(../images/ab_nr.jpg) no-repeat  center;
  border-top-right-radius: 45px;
  padding-top: 115px;
}

.ab_bg .about .ab_box .ab_xt{
  float: left;
  margin: 0 0 0 175px;
  font-size: 16px;
  color: #019760;
  letter-spacing: 10px;
  writing-mode: tb-rl;
}

.ab_bg .about .ab_box .txt{
  float: right;
  margin: 0 60px 0 0;
  width: 680px;
} 

.ab_bg .about .ab_box .txt h5{
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  margin: 10px 0 15px 0;

}

.ab_bg .about .ab_box .txt em{
  display: block;
  width: 57px;
  height: 3px;
  background: url(../images/ab_xt.png) no-repeat left center;
}

.ab_bg .about .ab_box .txt p{
  font-size: 16px;
  color: #888888;
  line-height: 35px;
  overflow: hidden;
  height: 175px;
  margin-top: 30px;
}

.ab_bg .about .ab_box .txt .more{
  display: block;
  background: url(../images/ab_more.png) no-repeat  center;
  width: 198px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  margin-top: 70px;
}

.ab_bg .about .ab_box .txt .more i{
  display: inline-block;
  font-size: 16px;
  color: #333333;
  background: url(../images/more1.png) no-repeat right center;
  padding-right: 52px;
}

.ab_bg .about .ab_list{
  margin: 0 auto;
  height: 317px;
  background: url(../images/ab_xt1.png) no-repeat 67px 97px;
}

.ab_bg .about .ab_list ul{
  margin-left: 67px;
}

.ab_bg .about .ab_list ul li{
  float: left;
  width: 165px;
  padding-left: 25px;
  margin-right: 157px;
}

.ab_bg .about .ab_list ul li:last-child{
  margin-right: 0;
}

.ab_bg .about .ab_list ul li h5{
  font-size: 14px;
  color: #019760;
  line-height: 40px;
  padding-top: 72px;
}

.ab_bg .about .ab_list ul li h5 span{
  font-size: 52px;
  color: #019760;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  line-height: 50px;
  display: inline-block;

}

.ab_bg .about .ab_list ul li p{
  font-size: 14px;
  color:  #757575;

}

.ab_bg .about .ab_list ul li:nth-child(2) h5{
  padding-top: 125px;

}


.ab_bg .about .ab_list ul li:nth-child(3) {
  padding-left: 35px;
  width: 155px;
}

.ab_bg .about .ab_list ul li:nth-child(3) h5{
  padding-top: 58px;


}


.ab_bg .about .ab_list ul li:nth-child(4) h5{
  padding-top: 70px;
}



.deck {
  width: 100%;
  height: 1040px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.deck:before, .deck:after {
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
  transition: transform 2s ease;
}
.deck:before {
  top: 0;
  height: 720px;
  background: #019760;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  transform: translate3d(0vw, 0, 0);
  opacity: 0.8;
}
.deck:after {
  bottom: 0;
  height: 320px;
  background: url(../images/news_bg.jpg) no-repeat bottom center;
  transform: translate3d(0vw, 0, 0);
  opacity: 0.9;
}
.deck.is-over:before {
  transform: translate3d(-100vw, 0, 0);
}
.deck.is-over:after {
  transform: translate3d(100vw, 0, 0);
}

/* fc */ 

.fc_bg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/fc_bg.jpg) no-repeat bottom center;
  padding-bottom: 100px;
  overflow: hidden;
}

.fc_bg .slideGroup{
  margin: 0 auto;
  width: 1300px;
  padding-top: 100px;
}

.fc_bg .slideGroup .parHd{
  margin: 0 auto;
  text-align: center;
}

.fc_bg .slideGroup .parHd ul li{
  display: inline-block;
  margin: 0 18px;
  width: 200px;
  height: 72px;
  line-height: 72px;
  border-radius: 12px;
  background: #f5f5f5;
  position: relative;
  z-index: 5;
}

.fc_bg .slideGroup .parHd ul li a{
  display: block;
  text-align: center;
  font-size: 20px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc_bg .slideGroup .parHd ul li::after{
  position: absolute;
  left: 0%;
  top: 0px;
  width: 0%;
  height:100%;
  background: #019760;
  border-radius: 12px;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc_bg .slideGroup .parHd ul li.on a{
  color: #fff;
}

.fc_bg .slideGroup .parHd ul li.on::after{
  width: 100%;
}

.fc_bg .parBd{
  margin: 45px auto 0 auto;
  position: relative;
}

.fc_bg .parBd .slideBox{
  position: relative;

}

.fc_bg .parBd .slideBox ul li{
  float: left;
  width: 300px;
  height: 293px;
  border: 1px solid #dcdcdc;
  background:  #fff;
  border-radius: 8px;
  margin: 0 15px;

}

.fc_bg .parBd .slideBox  ul li .pic{
  width: 278px;
  height: 210px;
  margin: 11px auto 0 auto;

}

.fc_bg .parBd .slideBox ul li .pic img{
  width: 278px;
  height: 210px;
  border-radius: 8px;
}

.fc_bg .parBd .slideBox ul li .txt{
  width: 278px;
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.fc_bg .parBd .slideBox ul li .txt a{
  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;
}

.fc_bg .parBd .slideBox .sPrev{
  position: absolute;
  left: -158px;
  top: 70px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background: url(../images/fc_left.png) no-repeat  center;
}

.fc_bg .parBd .slideBox .sNext{
  position: absolute;
  right: -158px;
  top: 70px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background: url(../images/fc_right.png) no-repeat  center;
}

.fc_bg .parBd .slideBox ul li:hover .txt a{
  color: #019760;
}


/* news */ 

.news_bg{
  margin: 0 auto;
  width: 100%;
  height: 842px;
  background: url(../images/news_bg.jpg) no-repeat bottom center;
}

.news_bg .news{
  margin: 0 auto;
  width: 1300px;
  padding-top: 70px;
}

.news_bg .news .news_box{
  margin: 40px auto 0 auto;
}

.news_bg .news .news_box .news_l{
  float: left;
  width: 569px;
  height: 530px;
  background:  #ffffff;
  border-radius: 8px;
}

.news_bg .news .news_box .news_l .news_img{
  width: 471px;
  height: 270px;
  border-radius: 8px;
  margin: 40px auto 38px auto;
  overflow: hidden;
}

.news_bg .news .news_box .news_l .news_img img{
  width: 471px;
  height: 270px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_l .txt{
  width: 471px;
  margin: 0 auto;
  position: relative;
} 

.news_bg .news .news_box .news_l .txt span{
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 28px;
}

.news_bg .news .news_box .news_l .txt h5 a{
  font-size: 18px;
  color: #606060;
  font-weight: bold;
  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: 23px 0 13px 0;
}

.news_bg .news .news_box .news_l .txt p{
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}

.news_bg .news .news_box .news_l .txt .more{
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 26px;
  background: #019760;
}


.news_bg .news .news_box .news_l:hover .txt h5 a{
  color: #019760;
}

.news_bg .news .news_box .news_l:hover .news_img img{
  transform: scale(1.1);
}

.news_bg .news .news_box .news_r{
  float: right;
  width: 661px;

}

.news_bg .news .news_box .news_r ul li{
  width: 661px;
  height: 140px;
  border-bottom: 1px solid #dedede;
  position: relative;
  z-index: 5;
  padding-top: 36px;
}

.news_bg .news .news_box .news_r ul li:last-child{
  border-bottom: none;
}

.news_bg .news .news_box .news_r ul li .txt{
  float: left;
  width: 540px;
}

.news_bg .news .news_box .news_r ul li .txt a{
  font-size: 18px;
  color: #606060;
  font-weight: bold;
  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: 30px;
  

}

.news_bg .news .news_box .news_r ul li .txt p{
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 10px;
}

.news_bg .news .news_box .news_r ul li .time{
  float: right;
  text-align: right;

} 

.news_bg .news .news_box .news_r ul li .time span{
  line-height: 30px;
  font-size: 24px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}

.news_bg .news .news_box .news_r ul li .time .more{
  display: inline-block;
  text-align: right;
  background: url(../images/more2.png) center no-repeat;
  width: 16px;
  height: 13px;
  margin-top: 30px;
}

.news_bg .news .news_box .news_r ul li::after{
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 0%;
  height:1px;
  background: #019760;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news_bg .news .news_box .news_r ul li:hover .txt a{
  color: #019760;
}

.news_bg .news .news_box .news_r ul li:hover::after{
  width: 100%;
}