@charset "UTF-8";
/*共用样式*/
@font-face {
  font-family: 'iconfont';
  /* project id 455609 */
  src: url("../fonts/iconfont.woff"); }

.iconfont {
  font-family: iconfont !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale; }

@keyframes newsDh {
    0% {left: 7px;opacity: 1;}
    25%{left: 14px;opacity: 0;}
    75%{left: -14px;opacity: 0;}
    100% {left: 7px;opacity: 1;}
}



.fl {
  float: left; }

.fr {
  float: right; }

.di {
  _display: inline; }

.fwn {
  font-weight: normal; }

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px; 
}

/*head*/
.head_top{
  background: #f7f7f7;
  box-shadow: 0px 0px 10px #ccc;
  padding:5px 0;
  font-size: 14px;
}
.wrap {
  width: 1200px;
  margin: 0 auto; 
}
.head_wel{
  float: left;
}
.head_tel{
  float: right;
}
.head{
  padding:20px 0;
}
.logo{
  float: left;
}
.nav1{
  float: right;
  width:70%;
}
.nav1 li{
  float: left;
  position: relative;
}
.nav1 li a{
  font-size: 18px;
  color: #333;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 50px;
  display:block;padding:0 25px;
}
.nav1 li .b_nav{
  display: none;
  position: absolute;
  top:50px;
  left:0;
  width: 100%;
  z-index: 999;
}
.nav1 li .b_nav a{
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  background: #83b242;
}
.nav1 li:hover .b_nav{
  display: block;
}
.nav1 li .b_nav a:hover{
  background: #97dc38;
}
.nav1 li:hover a{
    background: #83b242;
    color: #fff;
}
#swiper-container1 .swiper-slide img{
  width: 100%;
}
#swiper-container1 .swiper-pagination span{
    background-color: #83b242;
    outline: none;  
}
.swiper-button-prev:after,.swiper-button-next:after{
  display: none;
}
#swiper-container1 .swiper-button-prev,#swiper-container1 .swiper-button-next{ 
    position:absolute; 
    left:3%; 
    top:50%; 
    margin-top:-43px; 
    display:block; 
    width:32px; 
    height:43px; 
    background:url(../images/slider-arrow.png) -110px 5px no-repeat #83b242; 
    filter:alpha(opacity=20);
    opacity:0.2; 
    border-radius:3px;
    outline:none;
}
#swiper-container1 .swiper-button-next{ 
    left:auto; 
    right:3%; 
    background-position:8px 5px; 
}
#swiper-container1 .swiper-button-prev:hover,#swiper-container1 .swiper-button-next:hover{ 
    filter:alpha(opacity=100);
    opacity:1;  
}



/*product*/
.index_product{
  padding:60px 0;
  background-color: #fafafa;
}
.index_title1{
  text-align: center;
  margin-bottom: 30px;
}
.index_title1 h3{
  font-size: 32px;
  color: #000;
  line-height: 1em;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.index_title1 h3:before{
  content:'';
  position: absolute;
  bottom:0;
  left:50%;
  margin-left: -30px;
  width: 60px;
  height: 2px;
  background: #83b242;
}
.index_title1 p{
  font-size: 16px;
  color: #666;
  line-height: 1em;
}
/*.index_about_text{
  text-align: center;
  color: #333;
}*/
.sort1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.sort1 li{
/*  width: 13%;*/
  margin-right: 1.5%;
  display: inline-block;
  margin-bottom: 5px;
}
.sort1 li:last-child{
  margin-right: 0;
}
.sort1 li a{
  display: block;
  width: 100%;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #333;
  background: #f2f2f2;
  padding:0 10px;
}
.sort1 li a:hover{
  background: #83b242;
  color:#fff;
}
.index_product_list{
  padding:0 50px;
  position: relative;
}
#swiper-container2{

}

#swiper-container2 a{
  display: block;
}
#swiper-container2 .img{
  display: block;
  overflow: hidden;
  border:1px solid #e5e5e5;
  height: 190px;
}
#swiper-container2 .img img{
  transition: all 0.6s ease-out;  
}
#swiper-container2 h3{
  font-size: 16px;
  text-align: center;
  padding-top:5px;
}
#swiper-container2 a:hover .img img{
  transition: all 0.6s;
  transform: scale(1.1);
}
.index_product_list .swiper-button-prev,.index_product_list .swiper-button-next{ 
    position:absolute; 
    left:3%; 
    top:50%; 
    margin-top:-43px; 
    display:block; 
    width:32px; 
    height:43px; 
    background:url(../images/slider-arrow.png) -110px 5px no-repeat #83b242; 
    filter:alpha(opacity=60);
    opacity:0.6; 
    border-radius:3px;
    outline:none;
}
.index_product_list .swiper-button-next{ 
    left:auto; 
    right:3%; 
    background-position:8px 5px; 
}
.index_product_list .swiper-button-prev:hover,.index_product_list .swiper-button-next:hover{ 
    filter:alpha(opacity=100);
    opacity:1;  
}
.index_product_list .swiper-button-next,.index_product_list .swiper-button-prev{
  outline: none;
}
.product_list1{
  display: flex;
  flex-wrap: wrap;
}
.product_list1 li{
  width: 23.5%;
  margin-right: 2%;
/*  border:3px solid #fff;*/
  margin-bottom: 20px;
  position: relative;
}
.product_list1 li:nth-child(4n){
  margin-right: 0;
}
.product_list1 li .img{
  display: block;
  overflow: hidden;
  border:1px solid #e5e5e5;
}
.product_list1 li .img img{
  transition: all 0.6s ease-out;
}
.product_list1 li h3 a{
  display: block;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 1em;
  padding:10px 0;
  font-weight: normal;
/*  position: absolute;
  bottom:0;
  left:0;*/
  width: 100%;
  background-color: rgba(0, 0, 0, .5);

}
.product_list1 li:hover .img img{
  transition: all 0.6s;
  transform: scale(1.1);
  text-align: center;
}
.product_list1 li:hover h3 a{
  background-color: rgb(8,65,146,.7);
}
body a.more1{
  width: 163px;
  height: 52px;
  border-radius: 30px;
  background: #83b242;
  color: #fff;
  font-size: 16px;
  display: block;
  margin: 40px auto 0;
  text-align: center;
  line-height: 50px;
  border: 2px solid #83b242;
  transition: all 0.3s;
}
body a.more1:hover{
    background:#fff;
    color:#83b242;
    border:2px solid #83b242;
    transition: all 0.3s;
}


/*case*/
.index_case_list{
  display: flex;
  flex-wrap: wrap;
}
.index_case_list li{
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 15px;
  /*overflow: hidden;*/
}
.index_case_list li:nth-child(4n){
  margin-right: 0;
}
.index_case_list li a{
  display: block;
  position: relative;
}
.index_case_list li a:before{
    content:'';
    position: absolute;
    top:350px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(131,178,66,.3);
    transition: all 0.6s ease-out;
    display: none;
    z-index: 2;
}
.index_case_list li .img{
  display: block;
  overflow: hidden;
}
.index_case_list li .img img{
  transition: all 0.6s ease-out;
}
.index_case_list li h3{
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  position: absolute;
  top:50%;
  margin-top: -15px;
  left:0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: none;
  z-index: 3;
}
.index_case_list li:hover a:before{
    transition: all 0.6s; 
    top:0;
    display: block;
}
.index_case_list li:hover h3{
    display: block;
}
.index_case_list li:hover .img img{
  transition: all 0.6s;
  transform: scale(1.1);
}


.hengtu1{
  padding:50px 0;
}


/*about*/
.index_about{
    background:url(../images/bg1.jpg) no-repeat top center;
    background-size: cover;
    padding:70px 0 50px;
    background-attachment: fixed;
}
.index_about h2{
    text-align:center;
    line-height:1em;
    font-size: 36px;
    color: #fff;
    margin-bottom:24px;
}
.index_about .line1{
    width: 60px;
    height: 4px;
    background:#fff;
    margin:0 auto;
}
.index_about_text{
    max-width: 1100px;
    font-size: 16px;
    color: #fff;
    margin:30px auto 45px;
/*    text-align: center;*/
    line-height: 2em;
}
.index_about_text p{
  text-indent: 2em;
}



/*adv*/
.adv2 {
  padding-top: 50px;
}
.adv2 .pj dl{
    margin:20px 20px 0 0 ; 
    height:428px; 
    float:left; 
    width:380px; 
/*    background:#97dc38; */
    text-align:center; 
    line-height:25px; 
    font-size:14px;
    color:#666666;
    
}
.adv2 .pj dl.nones{margin-right:0;}
.adv2 .pj dl img{border:1px solid #a4a4a4; width:378px; height:211px;}
.adv2 .pj dl h3{ font-size:24px; line-height:55px;margin-top:20px;}
.adv2 .pj dl h3 a{color:#3e3e3e;}
.adv2 .pj dl em{ display:block; height:2px; width:44px; background:#14346f; margin:0 auto 13px;}
.adv2 .pj dl p{padding:0 28px;text-indent:18px;}
.adv2 .pj dl:hover{ background:#83b242;color:#FFF;}
.adv2 .pj dl:hover a{color:#FFF;}
.adv2 .pj dl:hover em{background:#FFF;}



/*news*/
.index_news{
  padding:60px 0;
}
.index_news_content{
    padding:0 40px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.index_news_cont{
    width: 48%;
    float: left;
    background:#fff;
}
.index_news_cont_img{
    overflow:hidden;
    position: relative;
}
.index_news_cont_img img{
    transition: all 0.6s ease-out;
    
}
.index_news_cont:hover .index_news_cont_img img{
    transition: all 0.8s;
    transform: scale(1.08);
    
}
.index_news_cont_img h4{
    font-size: 32px;
    line-height: 1em;
    text-indent: 30px;
    width: 60%;
    padding:30px 0;
    color: #fff;
    font-weight: normal;
    position: absolute;
    bottom:0;
    left:0;

    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(rgba(151,220,56,0.8)), to(rgba(131,178,66,0)));
    background: -webkit-linear-gradient(left, rgba(151,220,56,0.8), rgba(151,220,56,0.6), rgba(131,178,66,0.6), rgba(131,178,66,0));
    background: -o-linear-gradient(left,rgba(151,220,56,0.8), rgba(151,220,56,0.6), rgba(131,178,66,0.6), rgba(131,178,66,0));
    background: -moz-linear-gradient(left,rgba(151,220,56,0.8), rgba(151,220,56,0.6), rgba(131,178,66,0.6), rgba(131,178,66,0));
    background: -ms-linear-gradient(left,rgba(151,220,56,0.8), rgba(151,220,56,0.6), rgba(131,178,66,0.6), rgba(131,178,66,0));

}
.index_news_text{
    padding:0px 22px 35px;
}
.index_news_text a.more{

}
.index_news_cont1{

}

.news_list1{

}
.news_list1 li{
    padding:20px 0 20px;
    border-top:1px solid #e5e5e5;
/*    height:120px;*/
}
.news_list1 li span{
    display: block;
    font-size: 16px;
    color: #666;
}
.news_list1 li a{
    font-size: 18px;
    color: #333;
    line-height:1.8em;
    font-family: å¾®è½¯é›…é»‘, "Microsoft YaHei", "Source Han Sans", Helvetica, Arial;
}
.news_list1 li:hover span{
    color: #97dc38;
}
.news_list1 li:hover a{
    color: #97dc38;
}
.index_news_cont2{
    margin:0 0 0 4%;
}
.index_news_cont a.more{
    margin-top:30px;
    position: relative;
    display: block;
}
.index_news_cont a.more p{
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #83b242;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.index_news_cont a.more i{
    display: block;
    position: absolute;
    left: 7px;
    width: 14px;
    height: 7px;
    background: url(../images/jt1.png) no-repeat;
    top: 10.5px;
}
.index_news_cont a.more span{
    font-size: 14px;
    color: #83b242;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    height: 28px;
    line-height: 28px;
}
.index_news_cont a.more:hover i{
    animation: newsDh .4s linear both;
}


/*foot*/
.foot{
    width:100%;
    background:#3a3b3c;
    padding:50px 0px 40px 0px;
}
.foot-u1{
/*    float: left;*/
}
.foot-u1 li{
    float:left;
    color:#DDE2EB;
    width:14%;
}
.foot-u1 li h4{
    font-weight:bold;
    font-size:18px;
    padding-bottom:5px;
    line-height:36px;
}
.foot-u1 li a{
    display: block;
    color:#7F8795;
    font-size:12px;
    line-height:32px;
    transition: all 0.3s;
}
.foot-u1 li a:hover{
    color:#83b242;
    transition: all 0.3s;
}
.foot-u1 li p{
    display: block;
    color:#7F8795;
    font-size:14px;
    line-height:32px;
    transition: all 0.3s;
}
.foot-u1 .foot_txt {
    line-height: 12px;
    text-align: left;
    font-size:12px;
    position: relative;
    float: left;
    width: 30%;
}

.foot-u1 .foot-ewm{
    float: right;
    width: 14%;
}
.foot-u1 .foot-ewm h4{
    text-align:center;
}
.foot-ewm p{
    font-size:12px;
    color:#DDE2EB;
    line-height:26px;
    text-align:center;
}

.copyright{
    width:100%;
    line-height:30px;
    text-align: center;
    font-size:14px;
    color:#797D8F;
    background:#323334;
    padding:10px 0;
}
body .copyright a{
    font-size:14px;
    color:#797D8F;    
}