﻿.container {
	width: 1180px;
	margin: 0 auto;
}

#moreh{height:5px; clear:both;}


.product {
	background: #fffff;	margin-top: 30px;
}
.product ul {
	margin-left: -30px;
}
.product li {
	float: left;
	padding: 7px;
	background: #fff;
	border: 1px solid #e8e8e8;
	margin-left: 30px;
	margin-bottom: 20px;
	box-shadow: 0 0 5px 0 rgba(7, 17, 27, 0.1);
	transition: all 0.8s ease 0s;text-align: center;
}
.product li:hover {
	transform: scale(1.05);
	transition: all 0.8s ease 0s;
}
.product li img {
	width: 240px;
	height: 240px;
}
.product li p {
	height: 40px;width: 240px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;background: #005bac;
	color: #ffffff;
}
.product a.more {
	display: block;
	width: 145px;
	height: 46px;
	background: #703f1a;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 46px;
	border-radius: 10px;
	margin: 0 auto;
}
