*{margin: 0px;padding: 0px;}
body{max-width:640px;margin:0 auto;background:#ffffff;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;}
/*清除浮动*/


.head{
	width: 96%;
	padding:3% 2%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head .name{
	width: 35%;
}
.head img{
	display: block;
	width: 100%;
}
.head .tel{
	width: 30%;
}

.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width:25%;
	text-align: center;
	line-height:35px;
	height: 35px;
	background:#178c31;
	position: relative;
	border-bottom: 1px solid #fff;
}
.nav ul li a{
	color:#fff;
	font-size:14px;
}
.nav ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:1px;
    background:#fff;
}
.nav ul li:nth-child(4n):after{
	width: 0;
	height: 0;
}
.nav ul li:nth-child(n+5){
	border: none;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner .bd ul li img{
	display: block;
	width: 100%
}
.banner .hd {
	position: absolute;
	bottom: 0px;
	height: 30px;
	background: rgba(0,0,0,0.5);
	width: 100%;
}
.banner .hd  ul{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}
.banner .hd  ul li{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	line-height: 40px;
 
	overflow: hidden;
	border: 1px solid #ffffff;
}
.banner .hd  ul .on{
	background: #ffffff;
}
.product{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	border-bottom: 9px solid #eeeeee;
	padding-bottom: 15px;
}
.title{
	width: 100%;
	height: 35px;
	background: #178c31;
}
.title p{
	color:#fff;
	font-size: 16px;
	line-height: 35px;
	float: left;
	margin-left: 10px;
	font-weight: bold;
}
.title a{
	display: block;
	line-height: 35px;
	margin-right: 5px;
	color:#fff;
	float: right;
}
.product ul{
	margin-top: 10px;
}
.product ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
	margin-bottom: 5px;

}
.product ul li img{
	display: block;
	width: 100%;
}
.product ul li:nth-child(2n){
	float: right;
}
.product ul li p{
	width: 100%;
	text-align: center;
	line-height: 30px;
	color:#222222;
}
.cases{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	border-bottom: 9px solid #eeeeee;
	padding-bottom: 5px;
}
.cases ul {
	margin-top: 10px;
}
.cases ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
}
.cases ul li{
	width: 49%;
	height: auto;
	overflow: hidden;
}
.cases ul li:nth-child(2n){
	float: right;
}
.cases ul li div{
	width:100%;
 
	height: auto;
	overflow: hidden;
	background: #eee;
}
.cases ul li img{
	display: block;
	width:96%;
	margin:2%;
}
.cases ul li p{
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color:#222222;
}
.about{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border-bottom: 9px solid #eeeeee;
	padding-bottom: 15px;
	margin-top: 20px;
}
.about .pic{
	width: 88%;
	margin: 0 auto;
 
	background: url(../images/bg01.png)no-repeat center top;
	background-size: 100% auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	 
}
.about .pic img{
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 2%;
	margin-bottom: 5%;
 
}
.about .info {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.about .info p{
	color:#1e1e1e;
	font-size: 12px;
	line-height: 22px;
}
.about .info a{
	color:#1e9038;
	display: block;
}
.news{
	width: 96%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;

}
.news ul{
	width: 96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 2%;
}
.news ul li{
	width: 100%;
	border-bottom: 1px dashed #c9c9c9;
	line-height: 35px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-top: 3px;
}
.news ul li:after{
	content: ">";
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
	color:#000;
}
.news ul li a{
	color:#000000;
	font-size: 12px;
	display: block;
	float: left;
	margin-left: 15px;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li span{
	float: right;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 20%;
}
.footer .gotop{
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eeeeee;
}
.footer .gotop img{
	height:13px;
}
.footer .info{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.footer .info p{
	text-align: 
	color:#555555;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.fn{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left:0;
}
.fn ul li{
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
	background: #178c31;
}
.fn ul li img{
	display: block;
	margin: 0 auto;
	height: 24px;
	margin-top: 5px;
}
.fn ul li p{
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
}

.fy{width:95%;line-height:30px; font-size:12px; text-align:left; padding-left:5%;}
.dede_pages{ margin:20px auto; text-align:center;}
.pagelist li{ color:#000; text-decoration:none; margin:5 8px; margin-right:5px; display:inline-block;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#f00; text-decoration:none;}
.news h5,.product h5,.cases  h5{ text-align:center; line-height:30px; font-size:15px;}
.product_cont,.news_content{ width:96%; margin:2%;}
.productimg img,.info img,.news_content img{ max-width:100%; margin:0px auto;}
.p_c{ text-align:center; line-height:30px;}
 