﻿@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0; box-sizing: border-box;}
body { font-family:'Arial';font-size:14px;color:#333; overflow-x:hidden }
ul,ol,li {list-style: outside none none; }
a {text-decoration: none; color:#555;}
a:hover{ text-decoration: none; color: #5ea334;}
img{border:none; max-width:100%;}
.clear{clear:both; display:block; }
.fl{float:left;}
.fr{float:right;}
.wrap{ width:1200px; margin:0 auto;}
.t-wrap{
  width: 96%;
  margin: 0 auto;
}

.header{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    transition-duration: .5s;
}
.logo{
  padding-top:15px;
  float: left;
}
.t-ri{
  float: right;
}
.nav{
  float: left;
  line-height: 100px;
  padding-right: 30px;
}
.nav li{
  float: left;
}
.nav li>a{
  font-size: 18px;
  position: relative;
  display: block;
  padding:0 18px;
}

.nav li>a:hover{
  color: #fff;
  background: #5ea334
}
.nav li .ts{
   color: #fff;
  background: #5ea334
}
.search{
  float: left;
  padding-top:37px;
}
.lagu{
  float: left;
  display: inline-block;
  border:1px solid #cccccc;
  padding:10px 25px;
  margin-left: 15px;
  margin-top: 30px;
  color: #000;
  font-weight: bold;
}
.kf{
  color: #fff; 
  background: #5ea334; 
  border:none;
}
.kf:hover{
  color: #fff;
}

.fixed_bg{width: 100%; 
  height: 100%; 
  position: fixed; 
  left: 0; 
  top: 0; 
  display: none; 
  background: rgba(0,0,0,0.5); 
  z-index:9999;
}
.slide_logo{
  display: none;
}
.menu{
  display: none;
  width: 40px;
  height: 35px;
  background: #5ea334;
  position: absolute;
  top:0;
  right:0;
  text-align: center;
  box-sizing: border-box;
  padding:10px 5px;
}
.menu span{
    width: 30px;
    height: 1px;
    display: block;
    background: #fff;
    position: relative;
    top: 0;
}
.menu span:nth-child(2){
  top:5px;
}
.menu span:nth-child(3){
  top:10px;
}
.slideBox{ 
  width:100%;
  overflow:hidden; 
  position:relative; 
  margin:0 auto;
  background: #000;
  padding-top:100px;
}
.slideBox .bd{ 
  position:relative; 
  height:100%;
}
.slideBox .bd li{ 
  vertical-align:middle; 
  overflow: hidden;
}
.slideBox .bd img{ 
  width:100%; 
  height: auto;
  display:block;  
  animation: changeScale 1 2.5s;
}
.slideBox .hd{ 

  overflow:hidden; 
  position:absolute; 
 width:100%; 
 text-align: center;
  bottom:21px; 
  z-index:1; 
}
.slideBox .hd ul{ 
  overflow:hidden; 
  zoom:1; 
  color:#fff; 
   width:100%; 
 text-align: center;
}
.slideBox .hd ul li{ 
  display: inline-block;
  margin-right:15px;  
  width:14px; 
  height:14px; 
  background:#5ea334; 
  border-radius:100%; 
  cursor:pointer; 
  transition-duration: .5s;
}
.slideBox .hd ul li.on{ 
  width: 46px;
  height: 14px;
  border-radius:20px; 
}
.in-about{
  width: 100%;
  background: url(../images/bg.png) no-repeat top;
  padding:65px 0 76px 0;
}
.in-ti{
  text-align: center;
  padding-bottom: 28px;
}
.in-ti h1{
  font-size: 36px;
  font-weight: 700;
}
.in-ti p{
  color: #dadada;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  font-family: "Arial";
  padding-bottom: 5px;
  text-transform: uppercase;
}
.in-ti span{
  width: 31px;
  height: 4px;
  background: #5ea334;
  display: block;
  margin: 0 auto;
}
.in-ab-tu{
  background: #000;
  overflow: hidden;
  width: 51.6%;
  position: relative;
  z-index: 2;
}
.in-ab-tu img{
  transition-duration: .5s;
  display: block;
}
.in-ab-tu:hover img{
  opacity: 0.5;
  transform: scale(1.1,1.1);
}
.in-ab-zi{
  width: 54%;
  border:5px solid #5ea334;
  position: absolute;
  right:0;
  top:54px;
  z-index: 1;
  padding:48px 29px 39px 100px;
}
.in-ab-xi{
  position: relative;
}
.in-ab-zi p{
  font-size: 17px;
  text-align: justify;
  opacity: 0.8;
  line-height: 1.6;
  padding-bottom: 30px;
  text-indent: 2em;
}
.in-ab-zi a{
  display: inline-block;
  background: #5ea334;
  font-size: 18px;
  color: #fff;
  padding:11px 30px;
  border-radius: 50px;
  margin-top: 10px;
}
.in-ab-zi a span{
    position: relative;
    display: block;
    padding-right:35px;
}
.in-ab-zi a span:after{
  content: "";
  position: absolute;
  right:0;
  top:4px;
  background: url(../images/jt.png) no-repeat right center;
  width: 30px;
  height: 18px;
  transition-duration: .5s;
}
.in-ab-zi a:hover span:after{
  right:-5px;
}
.ab-shu{
  padding-top:90px;
}
.ab-shu dl{
  width: 25%;
  font-size: 18px;
  text-align: center;
  float: left;
}

.ab-shu dl dt h2{
  display: inline-block;
  color: #afabab;
  font-family: "Arial";
  font-size: 48px;
  padding-right: 10px;
}
.ab-shu dl dd{
  opacity: 0.85;
  padding:6px;
  font-size: 16px;
}
.in-pro{
  width: 100%;
 background: url(../images/bg1.png) no-repeat top left #f1f1f1;
  padding: 60px 0 90px 0;
  position: relative;
}
.shu{
  position: absolute;
  top:-50px;
  right:0;
}

/* 首页产品css */
 .picScroll-left{ 
  overflow:hidden; 
  position:relative;  
  width: 100%;
  margin: 0 auto;
  min-height:300px;background: url(../images/shu1.png) no-repeat right bottom;
}

.picScroll-left .hd .prev,.picScroll-left .hd .next{ 
  display:block;  
  width:56px; 
  height:56px;
  cursor:pointer; 
  position: absolute;
  top:50%;
  margin-top: -28px;
  left: 10%;
  background:url("../images/pre.png") no-repeat;
    z-index: 9999;
}
.picScroll-left .hd .next{   
  background:url("../images/next.png") no-repeat;
  right:10%;
  left: auto;

}
.picScroll-left .hd .prev:hover{ 
  background:url("../images/pre01.png") no-repeat;
  }
.picScroll-left .hd .next:hover{  
  background:url("../images/next01.png") no-repeat;
}
.picScroll-left .bd{ 

  margin: 0 auto; 
}
.picScroll-left .bd ul{ 
  overflow:hidden; 
  zoom:1; 
}
.picScroll-left .bd ul li{ 
  margin:0 8px; 
  float:left; 
  _display:inline; 
  overflow:hidden; 
  text-align:center;
  position: relative;
  overflow: hidden;
  width: 23.8%;  
  background: #000;
}
.picScroll-left .bd ul li .pic img{
  transition-duration: .5s;
  display: block;
  width: 100%;
 }
.picScroll-left .bd ul li .title{
   line-height:60px; 
   position: absolute;
   width: 100%;
   opacity: 0.8;
   bottom: 0;
   left: 0;
   text-align: center;
   font-size: 24px;
   transition-duration: .5s;
   }
.picScroll-left .bd ul li .title a{
  color: #fff;
}
.picScroll-left .bd ul li:hover img{
  opacity: 0.5;
  transform: scale(1.1,1.1);
}
.picScroll-left .bd ul li:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 50%;
  transform: translate(-50%);
  transition-duration: .5s;
  height: 4px;
  background: #5ea334
}
.picScroll-left .bd ul li:hover:after{
  width: 100%;
}
.picScroll-left .bd ul li:hover .title{
  padding-bottom: 10px;
}
.in-case{
  width: 100%;
  background: #232323;
  padding-top:56px;
}


/* .accordion */
.accordion { height:552px;overflow: hidden;position:relative; }
.accordion._create:after { display: none; }

.accordion__ul { display:block;list-style: none;margin: 0;padding: 0;width:9999px;height:552px;overflow:hidden;position:absolute;left:0;top:0; }
.accordion__li { display:block;list-style: none;margin: 0;padding: 0;height:552px;float:left;overflow: hidden; transition: all 0.3s ease-out;position:relative; background: #000; }
.accordion__img { display: block;cursor: pointer; opacity: 0.8; max-width: auto; height: 100%;background: #000; }
.hx-img { position: absolute;top:0;left: 0; width: 100%; height: 100%; opacity: 1; background: #000; display: block; }
.hx-img  img{ opacity: 0.3; width: 100%; height: 100%; display: block; }
.accordion__li p{
  position: absolute;
  bottom: 19px;
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: 0.8;
  z-index: 9999;
  font-size: 16px;
}
.accordion__li:hover .hx-img{ opacity:0;}
.in-new{
  width: 100%;
  background: url(../images/new-bg.jpg) no-repeat top center;
  padding:79px 0 60px 0;
}
.in-new01{
  width: 42%;
  float: left;
}
.in-new01 dl dt{
  padding-bottom: 64%;
  position: relative;
    background: #000;
    overflow: hidden;
    margin-bottom: 35px;
}
.in-new01 dl dt img{
  width: 100%;
  height: 100%;
  display: block;
  transition-duration: .5s;
  position: absolute;
  top:0;
  left:0 ;
}
.in-new01 dl dd{
  padding:0 10px 35px 10px;
  position: relative;
}
.in-new01 dl dd h1{
  font-size: 20px;
  color: #222;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 15px;
  font-weight: 700;
}
.in-new01 dl dd p,.in-new02 dl dt p{
  font-size: 16px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in-new01 dl dd span{
  color: #00910f;
  font-size: 16px;
  font-family: "Arial";
  position: absolute;
  right:10px;
  top:5px;
}
.in-new01 dl:hover dt img{
  opacity: 0.5;
  transform: scale(1.1,1.1);
}
.in-new02{
  width: 53%;
  float: right;
}
.in-new02 dl{
  padding:34px 40px;
  border-bottom: 1px solid #e4e4e4;
  transition-duration: .5s;
}
.in-new02 dl dt{
  width: 76%;
  float: left;
}
.in-new02 dl dt h1{
  font-weight: normal;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 15px;
}
.in-new02 dl dd{
  float: right;
  width: 20%;
  font-family: "Arial";
}
.in-new02 dl dd p{
  font-size: 30px;
  color: #777777;
  font-weight: bold;
    padding-bottom: 40px;
}
.in-new02 dl dd .more{
  text-transform: uppercase;
  color: #777;
  font-size: 14px;
  position: relative;
  padding-right:27px;
  display: inline-block;

}
.in-new02 dl dd .more:after{
  content: "";
  position: absolute;
  right:0;
  top:4px;
  width: 19px;
  height: 8px;
  background: url(../images/jt1.png) no-repeat right center;
  transition-duration: .5s;
}
.in-new02 dl:hover{
  -moz-box-shadow:0px 0px 11px #A3A3A3; 
  -webkit-box-shadow:0px 0px 11px #A3A3A3; 
  box-shadow:0px 0px 11px #A3A3A3;
}
.in-new02 dl:nth-child(3){
  border:none;
}
.in-new02 dl:hover dd .more:after{
  right:-10px;
}
.footer{
  width: 100%;
  background: #2c2c2c;
  padding:40px 0;
  color: #fff;
}
.f-cd{
  opacity: 0.8;
  
}
.f-cd p{
  border-bottom: 1px solid #565656;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.f-cd a{
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  padding:0 14px;
}
.f-cd span{
  font-size: 16px;
}
.xs-in-case{
  display: none;
}
.xs-in-case li{
  float: left;
  width: 48%;
  height: 100px;
  position: relative;
  margin: 1%;
}
.xs-in-case li p{
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}
.xs-in-case li img{
  width: 100%;
  display: block;
}
.xs-more{
  text-align: center;
  color: #fff;
  background: #00910f;
  padding:8px 15px;
  border-radius: 15px;
  display: block;
  margin: 20px auto 0;
  width: 130px;
}

.hr-box{position: relative;}
.hr-box .dw{width: 100%; top: 45%; text-align: center; position: absolute;}
.hr-box .dw .t1{font-size: 50px; color: #fff; text-shadow: 0 0 10px #000; line-height: 50px;}


.ne-banner{
  width: 100%;
  position: relative;
  padding-top:100px;
}
.ne-banner img{
  display: block;
  width: 100%;
}
.banner-txt{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  text-align: center;
}
.banner-txt h1{
  font-size: 36px;
}
.banner-txt p{
  font-size: 16px;
  padding:20px 0 40px 0;
}
.banner-txt span{
  display: block;
  width: 20px;
  height: 13px;
  margin: 0 auto;
  background: url(../images/sj.png) no-repeat;
}
.ne-cd{
  width: 100%;
  background: #fff;
  line-height: 70px;
  border-bottom: 1px solid #d8d8d8;
  height: 70px;
  text-align: center;
}
.ne-cd li{
  display: inline-block;
  font-size: 18px;
  padding:0 40px ;
}
.ne-cd li a{
  padding:0 10px;
  position: relative;
   display: block;
}
.ne-cd li a:after{
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background: #49a942; 
  transition-duration: .5s; 
}
.ne-cd li a:hover:after{
  width: 100%;
}
.ne-cd li .on:after{
  width: 100%;
}
.ne-xi{
  width: 100%;
  background: #eeeeee;
  padding:80px 0;
}
.case-list dl{
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 72px;
}
.case-list dl:nth-child(2n){
  margin-right: 0;
}
.case-list dl dt{
  width: 100%;
  overflow: hidden;
  padding-bottom: 64%;
  position: relative;
}
.case-list dl dt span{
  display: block;
  background-color: #25931d;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon1.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98px;
    height: 98px;
}
.case-list dl dt img{
  width: 100%;
  display: block;
  transition-duration: .5s;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
}
.case-list dl dd{
  padding:32px 0 0 0;
  font-size: 24px;
  position: relative;
  font-weight: bold;
}
/*.case-list dl dd:after{
  content: "";
  width: 37px;
  height: 15px;
  background: url(../images/jt2.png) no-repeat;
  padding-right:15px;
  position: absolute;
  right:0;
  top:28px;
  transition-duration: .5s;
}
.case-list dl dd:before{
  content: "";
  width: 0px;
  height: 3px;
  background: #49a942;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  transition-duration: .5s;
}*/
.case-list dl:hover dt img{
   transform: scale(1.1,1.1);
}
.case-list dl:hover dd:before{
  width: 100%;
}
.case-list dl:hover dd:after{
  background-position:0 -15px;
}
.case-list:after{
  content: "";
  clear: both;
  display: block;
}
.jianT{ max-width: 100%; text-align: center; padding-top:10px;}
.jianT li a{ font-size: 14px; color:#474747; padding:6px 10px ; line-height: 1; background:#fff; border-bottom: 1px solid #dddddd}
.jianT li a:hover{text-decoration: none; background:#5ea334;color:#fff;}
.jianT li{ display: inline; margin: 0 4px}
.jianT li .on{ background:#5ea334; color:#fff;padding:6px 10px ;}
    .jianT a[disabled]{  color: #777;cursor: not-allowed;background-color: #fff;border-color: #ddd;}
.ne-cd li.active a:after {
    width: 100%;
}


.navFix{
  position: fixed;
  top: 0;
  left: 0; 
  z-index: 99999; 
  width: 100%;
  border-bottom: 1px solid #d8d8d8; 
  height: 70px;
  line-height: 70px;
  background: #fff;
} 
.fl_r li{
  min-height: 600px;
}
.gai-cd{
  position: absolute;
  bottom: 49px;
  background: none;
  border:none;
  line-height: 43px;
  height: 43px;
}
.gai-cd li{
  border:2px solid #cac3c3;
  padding:0;
  margin: 0 10px;
}
.gai-cd li a{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding:0 30px;
  width: 100%;
  opacity: 0.85
}
.gai-cd li a:after{
  display: none;
}
.gai-cd li a:hover{
  color: #5ea334
}
.gai-cd li .on{
  color: #5ea334
}
.new-xi{
  background: #f7f7f7;
  padding-top: 100px;
}
.new-wrap{
    max-width: 1400px;
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
}
.list{
  margin-bottom: 100px;
  position: relative;
}
.img_block {
    width: 43%;
    margin-left: 56%;
    overflow: hidden;
	position:relative; padding-bottom:30%;
}
.img_block img{
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  position:absolute;
  height:100%;
}
.list:hover .img_block img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.txt_block{
  width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-bottom: 2px solid #ddd;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.txt_block .date {
  font-size: 22px;
  color: #49a942;
  text-transform: uppercase;
  font-family: 'Arial';
}
.txt_block .date span {
  font-size: 40px;
  display: block;
  margin-top: -5px;
}
.txt_block h3 {
  margin: 55px 0;
  font-weight: normal;
}
.txt_block h3 a {
  display: block;
  font-size: 20px;
  color: #333;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.txt_block p {
  font-size: 15px;
  line-height: 2;
  color: #666;
}
.list:hover .txt_block {
  border-color: #49a942;
}
.list:hover .txt_block a {
  color: #49a942;
}
.pro-xi01{
  background: url(../images/pro.jpg);
  padding:70px 0;
}
.pro-ti{
  width: 100%;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #111;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.pro-ti:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 85px;
  height: 4px;
  background: #5ea334;
  margin: 0 auto;
  left: 50%;
  margin-left: -42px;
}


/* 本例子css */
.picScroll-left1{
  position: relative;
  width: 90%;
  margin: 0 auto
 }
.picScroll-left1 .hd .prev{ 
  display:block;  
  width:28px; 
  height:57px;  
  overflow:hidden;
  cursor:pointer; 
  position: absolute;
  left: 0;
  top:50%;
  margin-top:-28.5px; 
  background:url("../images/pre02.png") no-repeat;
  z-index: 9998
}
.picScroll-left1 .hd .next{  
   display:block;  
  width:28px; 
  height:57px;  
  overflow:hidden;
  cursor:pointer; 
  position: absolute;
  left: auto;
  right:0;
  top:50%;
  margin-top:-28.5px; 
   background:url("../images/next02.png") no-repeat;
   z-index: 9998
}
.picScroll-left1 .bd{ 
  width: 80%;
  margin: 0 auto
}
.picScroll-left1 .bd ul{ 
  overflow:hidden;
   zoom:1; 
 }
.picScroll-left1 .bd ul li{ 
  margin:0 27px; 
  float:left; 
  _display:inline; 
  overflow:hidden; 
  text-align:center;  
  position: relative; 

  width: 45%;
}
.picScroll-left1 .bd ul li .pic{
    background: #000; 
    overflow: hidden;
}
.picScroll-left1 .bd ul li .pic img{ width:100%;  display:block; transition-duration: .5s; }
.picScroll-left1 .bd ul li .title{  
  text-align: center; 
  font-size: 24px;
  transition-duration: .5s;
  padding-top:13px;
}
.picScroll-left1 .bd ul li:hover .pic img{
  opacity: 0.5;
  transform: scale(1.1,1.1);
}
.pro-xi02{
  background: url(../images/pro-bg.jpg) no-repeat;
  padding:100px 0 155px 0;
  background-size: cover;
}
.ys-list li{
  float: left;
  text-align: center;
  color: #fff;
  width: 13.3%;
  padding-right: 32px;
}
.ys-list li p{
  font-size: 24px;
  padding-top: 5px;

}
.pro-xi03{
  background: url(../images/wl-bg.jpg) no-repeat right center;
  padding:66px 0 70px 0;
}
.pro-xi03 .ys-list li{
  width: 22%;
  color: #333;
}

.pj-xi{
  background: url(../images/pj-bg.jpg) no-repeat center center;
  padding:117px 0;
}
.pj-list{
  text-align: center;
  width: 100%;
  padding-top:30px;
}

.pj-list dl{
  width: 15%;
  display: inline-block;
  padding:0 30px;
}
.pj-list dl dt{
  overflow: hidden;
}
.pj-list dl dt img{
  border-radius: 20px;
  transition-duration: .5s;
  display: block;
}
.pj-list dl dd{
  font-size: 24px;
  color: #fff;
  padding-top:5px;
}
.pj-list dl:hover dt img{
  opacity: 0.6; 
}
.ne-ti{
  width: 100%;
  text-align: center;
  padding-bottom:29px;
}
.ne-ti h1{
  font-weight: normal;
  font-size: 30px;
}
.ne-ti p{
  font-size: 16px;
  font-family: "Arial";
  text-transform: uppercase;
  opacity: 0.8;
}
.ne-ti span{
  width: 37px;
  height: 3px;
  background: #5ea334;
  display: block;
  margin: 5px auto;
}
.zi01{
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  text-indent: 32px;
  padding-bottom: 30px;
}
.ab01{
  width: 100%;
  background: #eeeeee;
  padding:65px 0;
}
.ab-img:after,.pj-list:after{
  content: "";
  clear: both;
  display: block;
}
.ab-img li{
  width: 23.5%;
  background: #000;
  overflow: hidden;
  float: left;
  margin-right: 1.8%;
}
.ab-img li img{
  width: 100%;
  display: block;
  transition-duration: .5s;
}
.ab-img li:nth-child(4){
  margin-right: 0;
}
.ab-img li:hover img{
  transform: scale(1.1,1.1);
  opacity: 0.5;
}
.ab03{
  width: 100%;
  background: #eee;
  padding:65px 0;
}
.ne-ti b{
  font-size: 18px;
  font-weight: normal;
  padding-top: 20px;
  display: block;
}
.ab03 .picScroll-left .bd ul li{
  background: none;
}
.ab03 .picScroll-left .bd ul li .title{
  position: relative;
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ab03 .picScroll-left .bd ul li .title a{
  color: #333;
}
.ab02{
  padding:50px 0;
}
#banner{width:100%;overflow:hidden}
#banner .bannerCon{margin:0 auto;position:relative}
#banner .bannerCon .before{background:rgba(0,0,0,.7);position:absolute;z-index:100;border-radius:5px}
#banner .bannerCon .before img{position:absolute;right:40px;cursor:pointer}
#banner .bannerCon .after{background:rgba(0,0,0,.7);position:absolute;z-index:100;border-radius:5px}
#banner .bannerCon .after img{position:absolute;left:40px;cursor:pointer}
#banner .bannerCon .scroll{position:relative}
#banner .bannerCon .scroll .item{float:left;text-align:center}
#banner .bannerCon .scroll .item .img-box{margin:auto; background:#000;}
#banner .bannerCon .scroll .item .img-box img{display:inline-block;width:100%;height:100%;border-radius:5px; opacity:0.5;}
#banner .bannerCon .scroll .item .img-box p{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
line-height: 25px;
    font-weight: normal;
    padding-bottom: 20px;
}

.sideMenu h3{ height:60px; line-height:60px; padding:0 30px; background:#868686; cursor:pointer; font-size:18px; color:#fff; font-weight:normal; margin-top:20px; margin-bottom:0; }
.sideMenu h3 li{ float:left; padding:0 50px;}

.sideMenu h3 li a{ color:#fff; font-size:16px; float:right; padding-right:20px;}

.sideMenu h3 em{ float:right; display:block; width:30px; height:60px;   background:url(../images/icoAdd2.png) no-repeat center center; cursor:pointer;}
.sideMenu h3.on em{ background:url(../images/icoAdd.png) no-repeat center center; }
.sideMenu h3.on{ background:#891a1f;}
.sideMenu h3 span{ font-size:16px; padding-left:30px;}
.sideMenu ul{ padding:30px 15px;  display:none;  background:#f7f7f7;}
.join_xi{ padding-left:20px;line-height:28px; padding-bottom:20px;}
.join_xi h1{font-size:16px; color:#222; }
.join_xi p{ line-height:2.2; color:#777;}
.xs-wh{
  display: none;
}
.xs-wh li{
  position: relative;
  margin-bottom: 20px;
}
.xs-wh li img{
  display: block;
  width: 100%;
}
.xs-wh li p{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 40px;
  background: rgba(0,0,0,0.8)
}
.new-nr-ti{border-bottom: 1px solid #ececec; text-align:center; padding-bottom:10px; margin-bottom:20px;}
.new-nr-ti h1{ font-size:18px; font-weight:normal; padding-bottom:10px;}
.xw-nr{ line-height:1.6;}
.lx-le{ width:45%;}
#map{ height:400px; width:100%;}
.lx-ri{ width:50%;}
.lx-ri p{ font-size:16px; line-height:2;}
.lx-ri p span{ font-weight:bold; font-size:18px;}

/*搜索框弹出*/
.animated{-webkit-animation-duration:1.4s;animation-duration:1.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}

#dialogBg{width:100%;height:100%;background-color:#000000;opacity:.8;filter:alpha(opacity=60);position:fixed;top:0;left:0;z-index:9999;display:none;}
#dialog{ width: 450px; height: 140px; margin: 0 auto; display: none;   position: fixed; top: 50%; left: 50%; margin: -70px 0 0 -225px; z-index: 10000;  }
.dialogTop{width:90%;margin:0 auto;letter-spacing:1px;padding:10px 0; font-size:16px;}
.dialogTop a{ color:#fff;}
.tc-ss{ width:90%; margin:0 auto; padding:20px 0;}
.tc-ss ul{border-bottom: 2px solid #fff;}
.tc-ss ul .sk03{ width:90%; float:left}
.tc-ss ul .sk03 input{ width:100%; background:none; height:40px; line-height:40px; color:#fff; font-size:16px;}
.sk04 input{ width:20px; height:20px; background:url(../images/search.png) no-repeat center center; padding:10px 0 0 20px; cursor:pointer;}



.pic-item { position:relative; width:23%; margin:0 1% 22px 0; float:left;}
.pic-item:nth-child(4n){ margin-right:1%;}
.list-pic {width:100%; position:relative;overflow:hidden;border:1px solid #ddd; padding-bottom:140%; }
.list-pic a{display:block;width:100%; height:100%; background:rgba(0,0,0,0.3); transition: all 0.5s; position:absolute; bottom:-100%; left:0;}
.list-pic .bor{border:2px solid #d4d4d4;width:90%;height:90%;margin:5% auto 0;}
 .list-pic .bor h2{font-size:22px;font-family:SimSun;color:#f9e56c;text-align:center;padding-top:40px;padding-bottom:10px;margin-bottom:12px;background:url(line8.png) bottom center no-repeat;}
.list-pic .bor p{font-size:14px;color:#fff;padding-left:53px;}
 .list-pic .bor em{display:block;width:19px;height:20px;background:url(../images/m6.png);margin:20px auto 0;}
.list-pic img { width:100%; height:100%; display:block; position:absolute; top:0; left:0; }
.list-pic:hover a{bottom:0;}
.gai-pro:after{ content:""; clear:both; display:block;}
.zi02 a{display:block;height:30px;line-height:30px;font-size:14px;text-align:center;}


.hz_zi{ line-height:28px;}
.hz_ti{ color:#444; font-size:18px; font-weight:bold; padding:19px 0;}
.hz_list{ max-width:1091px; margin:0 auto;}
.hz_list dl{ width:29.5%;color:#444444; float:left; margin:0 1.6%;}
.hz_list dl dt img{ margin:auto;}
.hz01{ text-align:center;  font-size:16px; padding:45px 0 35px 0;}
.hz02{ text-align:justify; font-size:16px; line-height:26px;}
.hz_form{ background:#f6f6f6; margin-top:68px; padding:50px 0;}
.biao01{ width:31%; float:left; margin-right:2%; margin-bottom:30px;}
.biao01 p{ font-size:16px; padding-bottom:10px; padding-left:10px;}
.sk03{ width:100%; height:48px; border:1px solid #e3e3e3; background:#fff; outline:none;}
.zz07{ clear:both; width:97%;}
.zz08{ height:175px;}
.tj{ width:97%; text-align:right; padding-top:45px;}
.sk04{ width:120px; height:46px; background:#37afe7; line-height:46px; text-align: center; color:#fff; border:none;font-family:'Microsoft YaHei'; font-size:14px; cursor:pointer}
  .ys-xi01{ background:#eeeeee; padding:100px 0 30px 0;}
  .td-list{ text-align:center;}
  .td-list dl{ display:inline-block; width:15%; background:#fff; border-radius:10px; padding:39px 0; text-align:center;-moz-box-shadow:2px 2px 5px #B3B3B3; -webkit-box-shadow:2px 2px 5px #B3B3B3; box-shadow:2px 2px 5px #B3B3B3; margin:0 2% 44px;}
    .td-list dl dd{ font-size:16px;}
	.td-list dl dd span{ display:block; font-size:13px;}
	.td-list dl dt img{ transition-duration:.5s;}
	.td-list dl:hover dt img{webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;}
	
@keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
.ymdbt{ padding-left:70px;}
.ys-xi02{ padding:66px 0;}


@media (max-width: 1440px) {
.nav li>a{
  font-size: 16px;
  padding:0 8px;
}
.picScroll-left .hd .next{
  right:1%;
}
.picScroll-left .hd .prev{
  left: 1%;
}
}



@media only screen and (max-width: 1240px){
.wrap {width: 980px;}
.lagu{ padding:8px 12px; }
.nav li>a{
  font-size: 14px;
  padding:0 6px;
}
.in-ab-zi{
  padding: 28px 19px 29px 70px;
}
.in-ab-zi p{
  font-size: 14px;
  padding-bottom: 10px;
}
.ab-shu dl dt h2{
  font-size: 40px;
}
.picScroll-left .hd .next{
  right: 1%;
  z-index: 2;
}
.picScroll-left .hd .prev{
  left: 1%;
  z-index: 2;
}
.in-new02 dl{
  padding: 24px 20px;
}
}
@media only screen and (max-width: 992px){
.wrap{width: 780px;}
.logo{ width: 30%; }
}

@media only screen and (max-width: 760px){
  .hr-box .dw{top: 30%;}
  .hr-box .dw .t1 {
    font-size: 20px;}

.wrap{padding-left: 2%;padding-right: 2%;width: auto;}
.menu{
  display: block;
  z-index: 9998;
}
.ne-banner{
  padding-top: 0;
}

.header {
    background: #5ea334;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    width: 200px;
    position: fixed;
    left: -200px;
    top: 0;
    height: 100%;
    z-index: 9999;
}
.left_active{left: 0;}
.logo{ 
  width: 100%; 
  background: #fff; 
  float: none;
}
.t-wrap{
  width: 100%;
}
.t-ri{
  float: none;
}
.nav{
  width: 100%;
  float: none;
  padding-right: 0;
  line-height: 45px;
}
.nav li{
  float: none;
  text-align: center;
}
.nav li a{
  color: #fff;
}
.search{
  display: none;
}
.lagu{
  color: #fff;
  margin-left: 12px;
}
.kf{
  border: 1px solid #cccccc;
}
.lagu:hover{
  color: #fff;
}
.slideBox{ padding-top:0;}
.slideBox .hd{
  bottom: 5px;
}
.in-ab-tu{
  width: 100%;
}
.in-about{
  padding:30px 0;
}
.in-ti h1{
  font-size: 20px;
}
.in-ti p{
  font-size: 18px;
  line-height: 20px;
}
.in-ab-zi{
  width: 100%;
  padding:10px;
  position: relative;
  top:10px;
}
.in-ab-zi a{
  font-size: 14px;
}
.in-ab-zi a span:after{
  top:0;
}
.ab-shu{
  padding-top:30px;
}
.ab-shu dl{
  width: 100%;
  font-size: 14px;
  padding-bottom: 20px;
}
.ab-shu dl dt h2{
  font-size: 20px;
}
.picScroll-left .bd ul li{
  margin: 0 2px;
  width: 48%
}
.zi01 {
    font-size: 15px;
    text-align: justify;
    padding-bottom:20px;
}
.picScroll-left .bd ul li .title{
  font-size: 14px;
  line-height: 24px;
  height: 50px;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next,.picScroll-left .hd .prev:hover, .picScroll-left .hd .next:hover{
  width: 30px;
  height: 30px;
  background-size: cover;
  display: none;
}
.pic-item {
    width: 49%;
}
.in-pro{
  padding:30px 0;
}
.in-case{
  padding:30px 0;
}
.accordion{
  display: none;
}
.xs-in-case{
  display: block;
}
.in-new01{
  width: 100%;
}
.in-new01 dl dt{
  margin-bottom: 10px;
}
.in-new01 dl dd h1{
  font-size: 18px;
  width: 75%;
  padding-bottom: 10px;
}
.in-new02{
  width: 100%;
}
.in-new02 dl{
  padding:15px 0;
}
.in-new02 dl dd p{
  font-size: 20px;
}
.in-new02 dl dt h1{
  font-size: 18px;
}
.new-wrap{
  width: 96%;
  padding-bottom: 20px;
}
.img_block {
    width: 100%;
    margin: 0;
    padding-bottom: 60%;
}
.txt_block {
    position: static;
    width: 100%;
    padding: 12px;
    background: #fff;
}
.banner-txt h1,.ne-ti h1{
  font-size: 20px;
}
.banner-txt p{
  padding:10px 0;
}
.ne-xi{
  padding:20px 0;
}
.sideMenu h3{
  padding:0 10px;
  font-size: 16px;
}
.sideMenu h3 li{
  padding:0 5px 0 0;
}
.sideMenu h3 em{
  display: none;
}
.sideMenu ul{
  padding:10px;
}
.gai-cd{
  position: relative;
  bottom: 0;
  padding-top: 30px;
  line-height: 30px;
  height: auto;
  text-align: left;
}
.gai-cd li a{
  color: #333;
  font-size: 14px;
  padding:0 9px;
  font-weight: normal;
}
.new-xi{
  padding-top: 40px;
}
.txt_block h3{
  margin: 15px 0;
}
.list{
  margin-bottom: 20px;
}
.banner-txt{
  top:10%;
  transform:none; 
}
.gai-cd li{
  margin: 0 2px 10px 2px;
}
.case-list dl dt span{
  display: none;
}
.case-list dl dd{
  font-size: 14px;
  padding-top: 10px;
}
.case-list dl{
  margin-bottom: 20px;
}
.ab01,.ab03,.pro-xi01,.pro-xi02,.pro-xi03,.pj-xi{
  padding:30px 0;
}
.ne-ti{
  padding-bottom:10px;
}
.pro-ti{
  font-size: 20px;
  margin-bottom: 20px;
}
.picScroll-left1{
  width: 96%;
}
.picScroll-left1 .bd{
  width: 100%;
}
.picScroll-left1 .bd ul li{
  width: 47%;
  margin: 0 5px;
}
.picScroll-left1 .bd ul li .title{
  font-size: 14px;
}
.picScroll-left1 .hd .next,.picScroll-left1 .hd .prev{
  width: 13px;
  height: 27px;
  background-size: contain;
}
.ys-list li{
  width: 33.33%;
  padding-right: 10px;
  margin-bottom: 10px;
}
.ys-list li p{
  font-size: 16px;
}
.pro-xi03 .pro-ti{
  color: #fff;
}
.pro-xi03 .ys-list li{
  width: 25%;
  color: #fff;
}
.pj-list dl{
  width: 25%;
  float: left;
  padding:0 10px;
}
.pj-list dl dd{
  font-size: 14px;
}
#banner{
  display: none;
}
.xs-wh{
  display: block;
}
.f-cd a{ font-size:12px; padding:0 5px;}
.picScroll-left{ min-height:auto;}
.f-cd span{ font-size:12px;}

.lx-le{ width:100%;}
#map{ height:200px; width:100%;}
.lx-ri{ width:100%;}
.lx-ri p{ font-size:14px; line-height:2;}
.lx-ri p span{ font-weight:bold; font-size:16px;}
.ys-xi01,.ys-xi02{ padding:30px 0;}
.td-list dl{ width:48%; margin:0 0.5% 10px; padding:20px 0;}
.td-list dl dt img{ width:50px;}
.ymdbt{ padding-left:0;}

}


@keyframes changeScale
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-moz-keyframes changeScale 
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-webkit-keyframes changeScale
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-o-keyframes changeScale 
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}