.mainBody{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 700px;
}
/* 侧边栏样式开始 */
.lefter {
    width: 280px;
    float: left;
    overflow: hidden;
    margin-top: 30px;
}
.lefter_title {
    width: 100%;
    float: left;
    overflow: hidden;
    height: 110px;
    line-height: 110px;
    text-align: center;
    background: #0054a7;
}
.lefter_title span {
    font-size: 25px;
    font-weight: bold;
	color: #ffffff;
	font-family:"Microsoft YaHei";
}

.lefter_list {
    width: 100%;
    float: left;
    overflow: hidden;
	padding-bottom: 50px;
    border-bottom: 1px solid #bfbfbf;
}
.lefter_list li{
	width: 100%;
	height: 59px;
	float: left;
}
.lefter_list li a{
	width: 100%;
	height: 59px;
	background: #f0f0f0;
	display: block;
	text-align: center;
	line-height: 59px;
	color: #818080;
	font-size: 16px;
	font-family:"Microsoft YaHei";
}
.lefter_list li a.on{
	color: #0a8bdc;
}
.lefter_list li a:hover{
	color: #0a8bdc;
}
.lefter_img{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 6px;
}

/* 侧边栏样式结束 */

/* 内页样式开始 */
.main{
	margin-top: 30px;
	float: right;
	overflow: hidden;
	width: 875px;
}
.main_title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dadada;
}
.main_title span.title{
	float: left;
	color: #333333;
	font-size: 18px;
	font-family:"Microsoft YaHei";
}
.main_title span.wz{
	float: right;
	color: #999999;
	font-size: 14px;
	font-family:"Microsoft YaHei";
}
.main_title span.wz a{
	color: #999999;
	font-size: 14px;
	font-family:"Microsoft YaHei";
}
.main_title span.wz a:hover{
	color: #0a8bdc;
	font-size: 14px;
	font-family:"Microsoft YaHei";
}
.subCont {
	line-height: 26px;
    color: #666;
    font-size: 14px;
    float: left;
    padding: 15px;
    width: 845px;
    min-height: 394px;
	font-family:"Microsoft YaHei";
}
.product_list {
    width: 880px;
    float: left;
    margin-top: 20px;
    display: inline;
    _position: relative;
}
.product_list li {
    width: 262px;
    float: left;
    margin-bottom: 7px;
    margin-left: 15px;
    display: inline;
    _margin-left: 12px;
}
.product_list li a.img {
    width: 262px;
    height: 210px;
    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;
}
.product_list li a.img img:hover{
	transform: scale(1.2);
}
.product_list li p.info {
    width: 278px;
    line-height: 30px;
    text-align: center;
}
.product_list li p.info a {
	font-family:"Microsoft YaHei";
    color: #333;
    font-size: 14px;
}
.cl {
    clear: both;
}
.pagebar {
	margin:20px auto;
	text-align: center;
	font-size: 14px;
 
	display: block;
}
.pagebar a, .pagebar span {
	position: relative;
	font-size: 16px;
	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: #555;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #ddd 1px solid;
	text-decoration: none;
}
/* 内页样式结束 */














