@charset "utf-8";
/* CSS Document */
/*图片*/
.porduc-con{
	height:650px;
	margin-top: 25px;
}
.porduc-con dl{
	width: 283px;
	height:301px;
	float: left;
	margin-right:20px;
	margin-bottom: 20px;
	border: 1px solid #DBDBDB;
}
.porduc-con dl:nth-child(5n-1){
	margin-right:0;
}
.porduc-con dt{
	width: 253px;
	height: 210px;
	margin:15px;
	overflow: hidden;
}
.porduc-con dt img{
	width: 100%;
}
.porduc-con dd{padding:20px 0;
	text-align: center;
	background:#DBDBDB;
}