
/*公司介绍*/
.detailsbox{
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
}
.detailsbox img{
	max-width: 100%;
}
.detailsbox p{
	line-height: 24px;
	font-size:14px;
	color: #000;
	text-indent:28px;
	margin:5px 0;
}


/*推荐产品*/
ul.productcenter{
	overflow: hidden;
	margin:0 auto;
	text-align: center;
}
ul.productcenter li{
	margin: 5px 5px 5px 5px;
    overflow: hidden;
    width: 21%;
	float:left;
	background: #fff;
    text-align: center;
    border-radius: 5px;
}
ul.productcenter li a{
	display: inline-block;
}
ul.productcenter li a .pro_picture{
	width: 100%;
	text-align: center;
}
ul.productcenter li a .pro_picture img{
	width: 100%;
	max-height:150px; 
	border-radius: 5px;
}
ul.productcenter li a .pro_text{
	height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    color: #333;
    overflow: hidden;
}