@charset "utf-8";
/* 网页中部 */

.left {
	float:left;
	width:210px;
	background:#FFF;
}
.l_tit {
	padding-top:20px;
	height:59px;
	text-align:center;
	color:#FFF;
	margin-top:20px;
	background:url(../images/n_tit_bg.jpg) center no-repeat;
}
.l_tit p {
	font-size:20px;
}
.left ul {margin-top:10px;}
.left li {
	font-size:18px;
	width:200px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:auto;
	border-bottom:1px #eee solid;
}
.left li a { text-decoration:none;}
.left li:hover {background:#ddd;}
.left .contact {
	width:190px;
	height:220px;
	margin:50px auto 20px auto;
	line-height:200%;
}

.left dl {margin-top:10px;}
.left dt {
	font-size:18px;
	height:35px;
	line-height:35px;
	margin:auto;
	border-bottom:1px #eee solid;
	background:#ddd;
	width:200px;
	text-align:center;
}
.left dt a { text-decoration:none;}
.left dd {
	height:25px;
	line-height:25px;
	font-size:14px;
	width:200px;
	margin:2px auto;
	background:#eee;
	text-align:center;
}

.right {
	float:right;
	width:890px;
	padding-bottom:20px;
}
.r_tit {
	float:right;
	padding:20px 0 20px 0;
	height:10px;
	border-bottom:2px #dedede solid;
	width:850px;
}
.r_tit p{float:left;font-size:20px;
	color:#333;}
.r_tit span {float:right;}

.right .con{float:right;}
.right .con ul {margin-top:30px;}
.right .con li {
	height:38px;
	line-height:38px;
	width:850px;
	margin:auto;
	font-size:14px;
	border-bottom: 1px #cccccc dashed;
}
.right .con li p {
	float:left;
	padding-left:20px;
	background:url(../images/icon_arrow.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:850px;}
.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:left;
	padding: 10px 10px 0 10px;
	line-height: 200%;
}
.relevantPro {
	float:right;
	width:850px;
	border:1px #cccccc solid;
	margin-top:30px;
}
.relevantPro .tit {
	height:35px;
	line-height:35px;
	font-size:16px;
	padding-left:20px;
	color:#cf403c;
	background:#f7f7f7;
	border-bottom:2px #cf403c solid;
}
.relevantPro dl dd { float: left; display: inline; width: 200px; margin: 6px 0 6px 8px; height: 188px; border:1px #eee solid;}
.relevantPro dl dd a { float: left; width: 176px; height: 132px; text-decoration: none; cursor: pointer; }
.relevantPro dl dd img { width: 180px; height: 138px; margin: 0 auto; padding: 8px; display: block; }
.relevantPro dl dd p { font-size: 12px; color: #666; line-height: 14px; padding-top: 5px; text-align: center; }
.relevantPro dl dd a:hover p { color: #f50; }


/* 产品列表页 */
.m-pro-list { width:850px; overflow:hidden; margin-left:30px; }
.m-pro-list ul li { float: left; display: inline; width: 200px; margin: 6px 0 6px 10px; height: 188px; border:1px #eee solid;}
.m-pro-list ul li a { float: left; width: 176px; height: 132px; text-decoration: none; cursor: pointer; }
.m-pro-list ul li img { width: 180px; height: 138px; margin: 0 auto; padding: 8px; display: block; }
.m-pro-list ul li p { font-size: 12px; color: #666; line-height: 14px; padding-top: 5px; text-align: center; }
.m-pro-list ul li a:hover p { color: #f50; }


