@charset "utf-8";
/* 网页中部 */

.left {
	float:left;
	width:256px;
	background:#FFF;
	margin-top:20px;
	padding-bottom:20px;
}
.left .bar {}
.left .bar .tit {
	height:33px;
	line-height:33px;
	border:1px #cbd1d3 solid;
	background:url(../images/tit_bg.jpg);
	font-size:16px;
	color:#fff;
}
.left .bar .tit em {
	display:inline-block;
	width:147px;
	height:33px;
	text-align:center;
	background:url(../images/tit_4.jpg);
}

.left .bar ul {margin-top:10px;}
.left .bar li {
	font-size:14px;
	width:256px;
	height:34px;
	line-height:34px;
	text-align:center;
	margin:auto;
	background:url(../images/bar_bg.jpg) center no-repeat;
}
.left .bar li a { text-decoration:none;}
.left .bar .sel {background:url(../images/bar_sel.jpg) center no-repeat;border:none;}
.left .bar .sel a {color:#FFF;}
.left .bar li:hover {background:url(../images/bar_sel.jpg) center no-repeat;border:none;}
.left .bar li:hover a {color:#FFF;}


.left .bar2 {}
.left .bar2 .tit {
	height:33px;
	line-height:33px;
	border:1px #cbd1d3 solid;
	background:url(../images/tit_bg.jpg);
	font-size:16px;
	color:#fff;
}
.left .bar2 .tit em {
	display:inline-block;
	width:147px;
	height:33px;
	text-align:center;
	background:url(../images/tit_4.jpg);
}
.left .bar2 ul {margin-top:5px;}
.left .bar2 ul li a{display:block;padding-left:50px;height:32px;line-height:32px;margin-top:1px;background:url(../images/xtb1.jpg)#eee 30px center no-repeat;}
.left .bar2 ul .sel a {color:#4166B4}


.left .contact {margin-top:15px;}
.left .contact .tit {
	height:33px;
	line-height:33px;
	border:1px #cbd1d3 solid;
	background:url(../images/tit_bg.jpg);
	font-size:16px;
	color:#fff;
}
.left .contact .tit em {
	display:inline-block;
	width:147px;
	height:33px;
	text-align:center;
	background:url(../images/tit_6.jpg);
}

.left .contact .con img{margin-top:10px;}
.left .contact p {padding-top:10px;line-height:180%;}

.right {
	float:right;
	width:914px;
	padding-bottom:20px;
	margin-top:20px;
}
.r_tit {
	height:30px;
	line-height:30px;
	padding:0 0 0 30px;
	border-bottom:4px #dedede solid;
	background:url(../images/n_home.jpg)2px center no-repeat;
	position:relative;

}
.r_tit .string {position:absolute;bottom:-3px;left:0;width:914px;height:2px;background:#fff;}
.right .con{float:right;}
.right .con ul {margin-top:30px;}
.right .con li {
	height:38px;
	line-height:38px;
	width:914px;
	margin:auto;
	font-size:14px;
	border-bottom: 1px #cccccc dashed;
}
.right .con li p {
	float:left;
	padding-left:20px;
	background:url(../images/xtb1.jpg)2px center no-repeat;
}
.right .con li span {
	float:right;
}


.page {
	padding: 10px 0;
	height: 24px;
	line-height: 24px;
	text-align: left;
	padding-left: 50px;
}
.article {font-size:14px;float:right;width:914px;}
.article .tt {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.article .adv {
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.article .con {
	float:none;
	padding: 10px 10px 0 10px;
	line-height: 200%;
}



/* 产品列表页 */
.m-pro-list { width:914px; overflow:hidden; margin-left:0px; }
.m-pro-list ul li { float: left; display: inline; width: 200px; margin: 15px 10px 6px 15px; height: 188px; }
.m-pro-list ul li img { width: 190px; height: 140px; margin: 0 auto; padding: 5px; display: block;border:1px #eee solid; }
.m-pro-list ul li p { font-size: 14px; color: #666; line-height: 14px; padding-top: 5px; text-align: center; }
.m-pro-list ul li a:hover p { color: #f50; }



