@charset "utf-8";
/* CSS Document */

.products {
	clear: both;
	margin-top: 50px;
}
.goodsimg {
	clear: both;
	margin-bottom: 30px;
}
.goodsimg img {
	max-width: 200px;
	height: auto;
}
.goodsimg li {
	text-align: center;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
