*{margin: 0px;padding: 0px;}
body{font-size:1em;background:#ffffff;background-image:url();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;}
/*清除浮动*/
 

.head{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #333;
}
.head .name{
	width:58%;
	float: left;
	margin-top:4%;
	margin-bottom:3%;
	margin-left:2%;
}
.head .name img{
	width: 100%;
}
.head .tel{
	width: 35%;
	float: right;
	margin-top:4%;
	margin-right: 2%;
}
.head img{
	width: 100%;
}
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #222;
}
 
.nav ul li{
	float: left;
	width: 25%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: relative;
}
.nav ul li:after{
	content:"";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #555;
}
.nav ul li:nth-child(4):after{
	width: 0;
	height: 0;
}
.nav ul li:nth-child(8):after{
	width: 0;
	height: 0;
}
.nav ul li:nth-child(-n+4){
	 
	 border-bottom: 1px solid #555;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
	display:block;
}
.slider{
	display:none;
}
.focus span{
	width:10px;
	height:10px;
	margin-right:10px;
	border-radius:50%;
	background:#fff;
	font-size:0}
.focus span.current{
	background:#333;
}
.works{
	width: 96%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top: 5%;
}
.title{
	width: 100%;
	height: 40px;
	background: #eeeeee;
	box-shadow: 10px 0 0 0 #333 inset;
}
.title p{
	float: left;
	line-height: 40px;
	color:#000000;
	font-size: 18px;
	margin-left: 5%;
}
.title a{
	float: right;
	line-height: 40px;
	color:#555555;
	font-size: 12px;
	margin-right: 3px;
}
.works .menu{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.works .menu ul{
	margin-left: -2.4%;
	margin-top: 2%;
}
.works .menu ul li{
	float: left;
	width: 31%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #eeeeee;
	margin-top:2%;
	margin-left: 2.3%;
	border-radius: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.works .menu ul li a{
	color:#000000;
}
.works  .pic ul{
	margin-top: 2%;
	margin-left: -2.4%;
}
.works  .pic ul li{
	float: left;
	width: 30.5%;
	margin-top: 1%;
	margin-left: 2.4%;
}
.works  .pic ul li img{
	width: 98%;
	height: 89px;
	overflow: hidden;
	border: 2px solid #dcdcdc;
}
.works  .pic ul li p{
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	color:#333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.about{
	width: 96%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top:5%;
	padding-bottom: 5%;
}
.about .info{
	width: 96%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top: 5%;
}
.about .info p{
	font-size: 14px;
	color:#333;
	line-height: 26px;
	text-indent: 2em;
	text-align:justify;
}
.news{
	width: 96%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top: 3%;
}
.news .on{
	width: 96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 5%;
	border-bottom: 1px dashed #bfbfbf;
	padding-bottom: 2%;
}
.news .on .pic{
	float: left;
	width: 40%;
}
.news .on .pic img{
	width: 100%;
	height: 94px;
}
.news .on .info{
	float: right;
	width: 57%;
	margin-top: 1%;
}
.news .on .info h4{
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#666666;
}
.news .on .info span{
	color:#666666;
	margin-top: 1%;
	display: block;
}
.news .on .info p{
	font-size: 12px;
	color:#666;
	margin-top: 1%;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news  ul{
	width: 96%;
	margin:0 auto;
	margin-top: 2%;
}
.news  ul li{
	width: 100%;
	height: 48px;
	border-bottom: 1px dashed #bfbfbf;
	line-height: 48px;
	position: relative;
	margin-top: 1%;
}
.news  ul li a{
	margin-left: 4%;
	color:#666;
	font-size: 16px;
	width: 60%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.news  ul li:after{
	content: "●";
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	color:#999999;
}
.news  ul li span{
	float: right;
	color:#666;
}
.partners{
	width: 96%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top: 5%;
}
.partners ul{
	margin-left: -2.8%;
	margin-top: 2%;
}
.partners ul li{
	float: left;
	width: 30.5%;
	margin-top: 1%;
	margin-left: 2.8%;
}
.partners ul li img{
	width: 100%;
	height: 81px;
}
.mssg{
	width:96%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	margin-top: 5%;
}
.mssg form{
	width: 80%;
	margin:0 auto;
	margin-top: 5%;
}
.mssg form ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 36px;
	margin-top:3%;
}
.mssg form ul li p{
	float: left;
	font-size: 13px;
	color:#333;
}
.mssg form ul li  input{
	float: right;
	border: 1px solid #bfbfbf;
	width: 69%;
	float: left;
	height: 36px;
	border-radius: 5px;
}
.mssg form ul li textarea{
	width: 69%;
	float: left;
	border-radius: 5px;
	height: 110px;
	resize: none;
}
.mssg form .btn{
	width: 100%;
	height: 48px;
	background: #333;
	color:#fff;
	font-family: "微软雅黑";
	border: none;
	border-radius: 5px;
	margin-top: 5%;
	font-size:18px;
}
.footer{
	width: 96%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	margin-top: 5%;
	margin-bottom: 15%;
}
.footer .info{
	margin-top: 5%;
}
.footer p{
	font-size: 14px;
	color:#555555;
	line-height:20px;
	text-align: center;
}
.footer .gotop{
	width: 100%;
	height: 30px;
	background: #cccccc;
}
.footer .gotop p{
	font-size: 13px;
	color:#333;
	text-align: center;
	line-height: 30px;
}
.fn{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 0;
}
.fn ul li{
	float: left;
	width: 25%;
	height: 50px;
	overflow: hidden;
	background: #222;
	position: relative;
	line-height: 40px;
}
.fn ul li:after{
	content: "";
	width: 1px;
	height:100%;
	position: absolute;
	right: 0;
	background: #fff;
}
.fn ul li img{
	float: left;
	height: 20px;
	margin-left:19%;
 	margin-top: 17%;
	 
}
.fn ul li:nth-child(2) img{
	width: 23px;
	height: auto;
	margin-top: 18%;
}
.fn ul li  p{
	float: left;
	margin-left:7%;
	color:#fff;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5%;
}

.fy{width:95%;line-height:30px; font-size:12px; text-align:left; padding-left:5%;}
.xlr_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 > h4,.pic h4,.content h4{ text-align:center; line-height:30px; font-size:16px; color:#333; margin-top:10px;}
.product_cont,.news_content,.aboutcont{ width:96%; margin:2%; text-align:justify; font-size:16px; color:#333; line-height:30px;}
.product_cont p,.news_content p,.aboutcont p{ text-align:justify; font-size:16px; color:#333; line-height:30px;}
.productimg img,.product_cont img{ max-width:100%; margin:0px auto;}
.p_c{ text-align:center; line-height:24px; color:#999;}
@media only screen and (max-device-width: 320px){
	.news .on .info p{
	 	-webkit-line-clamp:2;
	}
	.product .pic ul li img{
		height: 75px;
	}
	.cases ul li img{
		height: 129px;
	}
	.news .on .pic img{
		height: 84px;
	}
	.partners ul li img{
		height: 72px;
	}
	.works  .pic ul li img{
		height: 79px;
	}
}
@media only screen and (min-device-width: 375px){
	.product ul li img{
		height: 87px;
	}
	.cases ul li img{
		height: 151px;
	}
	.news .on .pic img{
		height: 92px;
	}
	.partners ul li img{
		height: 84px;
	}
	.works  .pic ul li img{
		height: 92px;
	}
	
}	
@media only screen and (min-device-width:412px){
  .news .on .info p{
	 	-webkit-line-clamp:3;
	}
   .product ul li img{
   		height: 95px;
   }
   .cases ul li img{
   	height: 165px;
   }
   .news .on .pic img{
   	height: 100px;
   }
   .partners ul li img{
   	height: 93px;
   }
   .works  .pic ul li img{
   	height: 101px;
   }
}
