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

* {
	margin: 0px;
	padding: 0px;
	font: "Arial";
}
.clear {
	clear: both;
}
.banner {
	width: 100%;
	height: 235px;
	background: url(../images/banner.jpg) center no-repeat;
}
.menu {
	width: 1230px;
	height: 45px;
	background: #444444;
	margin: 0 auto;
}
.menu ul li {
	list-style: none;
	height: 45px;
	float: left;
	line-height: 45px;
	padding: 0px 30px;
}
.menu ul li a {
	height: 45px;
	width: 100%;
	display: block;
	text-decoration: none;
	font: 16px/45px bold "Arial";
	color: #FFF;
	text-align: center;
}
.menu .on {
	background-color: #f8b62a;
}
/*.menu ul li a:hover { background-color:#f8b62a; }*/

.list-content {
	width: 1230px;
	min-height: 200px;
	margin: 0 auto;
	padding: 30px 0px;
}
.list-content ul li {
	list-style: none;
	height: 335px;
	width: 257px;
	float: left;
	margin: 8px 25px;
	padding: 15px;
	border: #999 solid 1px;
}
.list-content ul li .pic {
	width: 227px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
}
.list-content ul li .pic img, .list-content ul li .btn img, .con img {
	border: 0px;
}
.list-content ul li .pic img { width:227px; height:200px;}
.list-content ul li .tit {
	width: 200px;
	height: 35px;
	overflow: hidden;
	background: url(../images/icon.jpg) left center no-repeat;
	padding-left: 40px;
	font: 16px/35px bold "Arial";
	color: #000000;
	margin: 0 auto;
}
.list-content ul li .tit01 {
	/*width: 240px;*/
	min-height: 20px;
	overflow: hidden;
	font: 14px/20px bold "Arial";
	color: #000000;
	margin: 0 auto;
	height: 40px;
	overflow: hidden;
}
.list-content ul li .buy-btn {
	/*width: 240px;*/
	min-height: 28px;
	overflow: hidden;
	font: 14px/20px bold "Arial";
	color: #000000;
	margin: 0 auto;
	/*padding-top: 25px;*/
}
.list-content ul li:hover {
	border: #f8b62a solid 1px;
}
.page {
	width: 1230px;
	min-height: 30px;
	text-align: center;
	margin: 0 auto;
}
.con {
	width: 1228px;
	height: 294px;
	margin: 0 auto;
	margin-top: 10px;
	border: #CCC solid 1px;
	padding: 10px;
	overflow: hidden;
}
.pagelist {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pagelist .page-box ul {
	margin-right: 25px;
}
.pagelist .page-box li {
	float: left;
	display: inline;
	margin-right: 6px;
}
.pagelist .page-box li a, .pagelist .page-box li b {
	display: block;
	height: 27px;
	border: 1px solid #ddd;
	line-height: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding: 0 10px;
}
.pagelist .page-box li b {
	border: none;
	color: #df1f26;
	font-weight: bold;
}
.pagelist .page-box li a:hover {
	border: 1px solid #b80c12;
	background: #df1f26;
	color: #fff;
	text-decoration: none;
}
