*{margin: 0px;padding: 0px;}
body{min-width:1200px;background:#ffffff;background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
.clear{clear:both;}
.main{
	width: 1120px;
	margin:0 auto;
}
.head{
	width: 100%;
	height: 140px;
}
.head .name{
	float: left;
	margin-top:35px;
	height:50px;
	line-height: 50px;
	color:#000;
}

.head .name .name-company {
	font-size: 42px;
	font-weight: bold;
	line-height: 42px;
}

.head .name .name-gk {
	font-size: 40px;
	margin:0 10px;
}

.head .name .name-title {
	font-size: 28px;
}

.head .tel{
	float: right;
	margin-top: 30px;
	overflow: hidden;
}

.head .tel>img {
	float:right;

}

.head .tel .tel-num {
	float:right;
	margin-top: 10px;
}

.tel .tel-num>p {
	height:30px;
	margin:0;
	padding:0;
	font-size: 28px;
	color:darkred;
	font-weight:bold;
}


.head .tel span{
	font-size: 24px;
	color:#ff2e2e;
	display: block;
	min-width:173px;
	height: 50px;
	line-height:45px;
	float: right;
	font-weight: bold;
	height: 50px;
}
.nav{
	width: 100%;
	height: 56px;
	background:#2B7E36;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
}
.nav ul li{
	float: left;
	height: 56px;
	line-height: 60px;
	width: 12.5%;
	text-align: center;
	transition: 0.5s;
}
.nav ul li a{
	font-size: 16px;
	color:#fff;
}
.nav ul li:hover{
	background: darkgreen;
}
.slideBox{ 
	width:100%;  
	margin:0 auto; 
	overflow:hidden; 
	position:relative;
}
.slideBox .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 right:5%;
 bottom:10px; 
 z-index:1; 
}
.slideBox .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.slideBox .hd ul li{
 float:left; 
 margin-right:25px;  
 width:15px; 
 height:15px; 
 line-height:14px; 
 text-align:center; 
 background:#ccc; 
 cursor:pointer; 
 border-radius: 50%;
 
}
.slideBox .hd ul li.on{
 background:#2B7E36;
 color:#2B7E36;
}
.slideBox .bd{
 position:relative; 

  z-index:0; 
  width: 100%; 
}
.slideBox .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.slideBox .bd img{
	width:100%;   
	display:block; 
}
.slideBox .prev,
.slideBox .next{
 position:absolute;
 left:3%;
 top:50%;
 margin-top:-3%;
 display:block;
 width:32px;
 height:40px;
 filter:alpha(opacity=50);opacity:0.5;
}
.slideBox .next{
 left:auto; right:3%;
 background-position:8px 5px;
}
.slideBox .next {
	font-size:
	58px;color:#fff;
}
.slideBox .prev{
	font-size:
	58px;color:#fff;
}
.slideBox .prev:hover,
.slideBox .next:hover{
	filter:alpha(opacity=100);opacity:1;
}
.slideBox .prevStop{
	display:none;
}
.slideBox .nextStop{ display:none;
}
.keywords{
	width: 100%;
	height: 60px;
	background: #eeeeee;
}
.keywords p{
	float: left;
	line-height: 60px;
	font-size: 16px;
	color:#1a1a1a;
	font-weight: bold;
	width:10%;
}
.keywords ul{
	float: right;
	width:90%;
	height: 60px;
}
.keywords ul li{
	float: left;
	line-height: 60px;
	color:#1a1a1a;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.keywords ul li:after{
	content: "";
	top: 24px;
	background: #333;
	width: 1px;
	height: 13px;
	position: absolute;
	font-size: 14px;
	right: 0;
}
.keywords ul li:last-child:after{
	width: 0;
	height: 0;
}
.cases{
	width: 1120px;
	height: 330px;
	background: #e5e5e5;
	margin-top: 30px;
}
.title{
	width: 1100px;
	height: 30px;
	margin:10px;
	float: left;
}
.title p{
	font-size: 20px;
	color:#2B7E36;
	font-weight: bold;
	float: left;
	line-height: 30px;
}
.title span{
	float: left;
	line-height: 30px;
	font-size: 18px;
	color:#555555;
	font-weight: bold;
	margin-left: 5px;
}
.title a{
	float: right;
	width: 80px;
	height: 20px;
	background: #2B7E36;
	color:#fff;
	display: block;
	text-align: center;
	line-height: 20px;
	margin-top:5px;
}
.cases ul{
	margin-left:-10px;
}
.cases ul li{
	float: left;
	width: 260px;
	height: 260px;
	background: #fff;
	margin-left:20px;
}
.cases ul li div{
	width: 250px;
	height: 40px;
	margin:0 auto;
}
.cases ul li img{
	width: 250px;
	height: 200px;
	margin:5px;
}
.cases ul li p{
	float: left;
	line-height:40px;
	font-size: 15px;
	color:#333333;
}
.cases ul li a{
	float: right;
	line-height: 40px;
	color:#333;
}
.news{
	width: 1120px;
	height: 465px;
	background: #e5e5e5;
	margin-top: 40px;
}
.news ul{
	width: 1100px;
	margin:0 auto;
}
.news ul li{
	width: 540px;
	height:120px;
	overflow: hidden;
	float: left;
	margin-top: 15px;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li img{
	float: left;
	width: 150px;
	height: 120px;
}
.news ul li .info{
	float: right;
	width: 360px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.news ul li .info h4{
	font-size: 16px;
	color:#333333;
}
.news ul li .info span{
	font-size: 12px;
	color:#555555;
	display: block;
	margin-top: 5px;
}
.news ul li .info  p{
	font-size: 13px;
	color:#555555;
	margin-top: 5px;
	line-height:19px;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.about{
	width: 1120px;
	height:365px;
	overflow: hidden;
	background: url(../images/about.png) no-repeat;
	margin-top:40px;
}
.about .title{
	margin-top:35px;
}
.about .title p{
	color:#fff;
}
.about .title span{
	color:#fff;
}
.about .info{
	width: 584px;
	height: 296px;
	background: url(../images/bg01.png)no-repeat;
	float: left;
	position: relative;
	margin-left: 10px;
}
.about .info .text{
	width: 520px;
	margin:0 auto;
	margin-top: 50px;

}
.about .info .text p{
	font-size: 18px;
	color:#666666;
	line-height: 26px;
}
.about .info a{
	display: block;
	width: 80px;
	height: 20px;
	background: #2B7E36;
	color:#fff;
	line-height: 20px;
	text-align: center;
	position: absolute;
	bottom:20px;
	left:30px;
}
.project{
	width: 1120px;
	height: 330px;
	overflow: hidden;
	margin-top: 30px;
	background: #e5e5e5;
}
.project .title {
	width: 1070px;
	margin-left: 25px;
}
.project ul li{
	float: left;
	width: 260px;
	height: 260px;
	background: #fff;
 	margin-left:4px;
 	margin-right:4px;
}
.project ul li div{
	width: 250px;
	height: 40px;
	margin:0 auto;
}
.project ul li img{
	width: 250px;
	height: 200px;
	margin:5px;
}
.project ul li p{
	float: left;
	line-height:40px;
	font-size: 15px;
	color:#333333;
}
.project ul li a{
	float: right;
	line-height: 40px;
	color:#333;
}
.picScroll{
	width: 1120px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.picScroll .bd{
	width: 1070px;
	margin:0 auto;
}
.picScroll .next,.picScroll .prev{
	width: 16px;
	height: 110px;
	position: absolute;
	top: 60px;
	background: url(../images/next.png)no-repeat;
}
.picScroll .prev{
	background: url(../images/prev.png)no-repeat;
	right: 0;
}
.links{
	width: 100%;
	height: 50px;
	background: #2B7E36;
}
.links p{
	float: left;
	width: 160px;
	height: 50px;
	background: darkgreen;
	font-size: 18px;
	color:#fff;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}
.links ul{
	float:right;
	width: 950px;
	height: 50px;
}
.links ul li{
	padding-left: 10px;
	padding-right: 10px;
	height: 50px;
	line-height: 50px;
	position: relative;
	float: left;
}
.links ul li a{
	color:#fff;
	font-size: 15px;
}
.links ul li:after{
	content: "";
	width: 1px;
	background: #fff;
	height: 15px;
	position:absolute;
	right: 0;
	top:19px;
}
.links ul li:last-child:after{
	width: 0;
	height: 0;
}
.footer{
	width: 100%;
	height: 190px;
	background: #282828;
}
.footer .info{
	float: left;
	margin-top:25px;
}
.footer p{
	font-size: 14px;
	color:#fff;
	margin-top: 30px;
	line-height: 22px;
}
.footer a{
	color:#fff;
}
.footer .ewm{
	float: right;
	width: 150px;
	height: 150px;
	margin-top: 30px;
	text-align: center;
	color:#fff;
}
.footer .ewm img{
	width: 110px;
	height:110px;
	margin:8px auto 0;
}