.product{
	padding-bottom: 25px;
}
.product-list{
	overflow: hidden;
	margin-top: 47px;
}
.product-list ul{
	overflow: hidden;
	width: 110%;
}
.product-list li{
	width: 283px;
	height: 339px;
	float: left;
	margin: 0 22px 39px 0;
	border: 1px solid #ccc;
	position: relative;
}
.product-list li img{
	width: 281px;
	height: 281px;
	border-bottom: 1px dashed #ccc;
}
.product-list li strong{
	height: 24px;
	line-height: 24px;
	margin-top: 20px;
	text-align: center;
	color: #333;
	display: block;
}
.product-list li div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/product-list-item-bg.png);

	display: none;
}
.product-list li div hr{
	display: block;
	border: none;
	width: 56px;
	height: 2px;
	background: white;
	margin: 67px auto 0;
}
.product-list li div p{
	padding: 0 18px;
	margin-top: 12px;
	line-height: 36px;
	font-size: 12px;
	color: white;
}
.product-list li div a{
	display: block;
	height: 38px;
	line-height: 38px;
	width: 115px;
	border: 1px solid white;
	margin: 18px auto 0;
	text-align: center;
	color: white;
}
.product-list li:hover{
	border: none;
	width: 285px;
	height: 341px;
}
.product-list li:hover strong{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	margin-top: 30px;
	font-size: 18px;
	color: white;
	width: 100%;
}
.product-list li:hover div{
	display: block;
}