/*荣誉资质*/
ul.productcenter{
	overflow: hidden;
	margin:0 auto;
	text-align: center;
}
ul.productcenter li{
	margin: 5px 5px 5px 5px;
    overflow: hidden;
    width:46%;
    display: inline-block;
    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:26px;
	line-height:26px;
	font-size:14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;	
}