.mainBody{
	width: 1200px;
	margin: 0 auto;
	min-height: 700px;
}
/* 内页样式开始 */
.main{
	margin-top: 45px;
	float: right;
	overflow: hidden;
	width: 958px;
}
.main_title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	line-height: 30px;
}
.main_title span.title{
	float: left;
	color: #f39800;
	font-size: 24px;
	font-family:"Microsoft YaHei";
}
.wz {
	display: block;
	float: left;
	width: 100%;
	height: 45px;
	position: absolute;
	top: 600px;
	background: #f6f6f6;
}
.wz>div>div {
	float: right;
}
.wz>div>div>a.on, .wz>div>div>a:hover {
	color: #cd0722;
}
.wz a, .wz span, .wz>div>div {
	line-height: 45px;
	color: #666;
	font-size: 12px;
	font-family:"宋体";
}
.subCont {
	line-height: 26px;
    color: #666;
    font-size: 14px;
    float: left;
    width: 958px;
    min-height: 394px;
	font-family:"Microsoft YaHei";
}
.product_list {
    width: 958px;
    float: left;
    margin-top: 35px;
    display: inline;
    _position: relative;
}
.product_list li {
    width: 280px;
    float: left;
    margin-bottom: 40px;
    margin-left: 35px;
    display: inline;
}
.product_list li a.img {
    width: 280px;
    height: 210px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.product_list li a.img img {
	transition: ease-in-out 0.3s;
    vertical-align: middle;
    max-width: 280px;
    max-height: 210px;    
}
.product_list li a.img img:hover{
	transform: scale(1.1);
}
.product_list li p.info {
    width: 280px;
    line-height: 50px;
    background: #e4e4e4;
    text-align: left;
}
.product_list li p.info:hover {
	background: #ca0512;
}
.product_list li p.info a {
	font-family:"宋体";
    color: #333;
    font-size: 14px;
    margin-left: 20px;
}
.product_list li p.info:hover a {
	color: #fff;
}
.cl {
    clear: both;
}
.pagebar {
	margin:20px auto;
	font-size: 14px;
 	width: 810px;
	display: block;
}
.pagebar a, .pagebar span {
	position: relative;
	font-size: 14px;
	border-right: #ddd 1px solid;
	padding-right: 5px;
	border-top: #ddd 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #ddd 1px solid;
	color: #333333;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #ddd 1px solid;
	text-decoration: none;
	min-width: 30px;
	min-height: 30px;
	display: inline-block;
    line-height: 30px;	
    text-align: center;
}
.pagebar .on {
	background: #cd0722;
    color: #fff;
}
.pagebar a:hover {
	border: 1px solid #1f1f1f;
}
/* 内页样式结束 */
