@charset "utf-8";
/*----公司简介----*/
main {
	width: 1134px;
	height: auto !important;
	overflow: hidden;
	margin: 0px auto;
	background: #fff url(../images/main-bg.jpg) repeat-x top;
}
/*----产品页----*/
#content ul.product-list {
	height: auto !important;
	overflow: hidden;
	padding: 10px 0px 0px 6px;
}
#content >h1 {
	text-align: center;
	font-size: 1.6em;
	color: #555;
	margin-bottom: 10px;
}
#content ul.product-list li {
	float: left;
	width:290px;
	text-align: center;
	margin-bottom:8px;
}
#content ul.product-list li>a {
	background:#F7F7F7;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: 260px;
	height:185px;
	padding:7px;
	border: solid 1px #e2e2e2;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
/*	border: solid 1px #e2e2e2;
*/}
#content ul.product-list li img {
	width: 260px;
	height:185px;
}

#content >ul.product-list >li p {
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 1.4em;
	width: 100%;
}