.mainBody{
	width: 1200px;
	margin: 0 auto;
	min-height: 700px;
	position: relative;	
}
/* 内页样式开始 */
.main{
	float: right;
	overflow: hidden;
	width: 875px;
	margin-top: 40px;
}
.main_title{
	width: 100%;
	height: 30px;
	margin-top: 10px;
}
.main_title span.title{
	float: left;
	color: #333;
	font-size: 24px;
	line-height: 30px;	
	font-family:"Microsoft YaHei";
}
.wz {
	height: 50px;
	color: #999999;
	font-size: 14px;
	font-family:"Microsoft YaHei";
	position: absolute;
	top: 20px;
	left: 0;
}
.wz>div>div {
	float: right;
}
.wz>div>div>a:hover {
	color: #0e53ae;
}
.wz>div>div>a.on {
	color: #008600;
}
.wz a, .wz span, .wz>div>div {
	line-height: 50px;
	color: #000;
	font-size: 14px;
	font-family:"Microsoft YaHei";
}
.subCont {
	line-height: 26px;
    color: #666;
    font-size: 14px;
    float: left;
    padding: 8px 0;
    width: 100%;
    min-height: 394px;
	font-family:"Microsoft YaHei";
}
.product_list {
    width: 100%;
    float: left;
    margin-top: 50px;
    display: inline;
}
.product_list li {
    width: 281px;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    display: inline;
}
.product_list li a.img {
    width: 281px;
    height: 336px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
    overflow: hidden;
}
.product_list li a.img img {
	transition: ease-in-out 0.4s;
    vertical-align: middle;
    max-width: 100%;
    height: 100%;    
}
.product_list li a.img img:hover{
	transform: scale(1.05);
}
.product_list li p.info {
    width: 278px;
    line-height: 50px;
    text-align: center;
}
.product_list li p.info a {
	font-family:"Microsoft YaHei";
    color: #333;
    font-size: 14px;
}
.product_list li p.info a:hover {
	color: #008600;
}
.cl {
    clear: both;
}
.pagebar {
	margin: 40px auto;
	font-size: 14px;
 	width: 810px;
	display: block;
	text-align: center;
}
.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: #008600;
    color: #fff;
}
.pagebar a:hover {
	border: 1px solid #008600;
}
/* 内页样式结束 */
