@charset "utf-8";
/* CSS Document */

#main {
	width:1003px;
	margin:0 auto;
}
.main_left {
	width:230px;
	float:left;
}
.main_right {
	width:740px;
	float:right;
}

/*左侧模块导航样式*/
.tit_le {
	height:40px;
	border:1px #d4d4d4 solid;
	margin:0 0 1px 0;
	background:url(../images/icon_titz.jpg) no-repeat 1px 1px;
}
.tit_le h4 {
	height:37px;
	line-height:37px;
	font-size:16px;
	font-family:"宋体";
	margin:3px 0 0 0;
	padding:0 0 0 30px;
	background:url(../images/icon_tit3.jpg) no-repeat 10px center;
	color:#333;
}

/*产品目录*/
.cpml ul {
	border:1px solid #d4d4d4;
	background:#f7f7f7;
}
.cpml ul li {
	border-bottom:1px #d4d4d4 dashed;
	margin:0 0 2px 0;
}
.cpml ul li a {
	display:block;
	color:#5F5B5A;
	font-weight:bold;
	line-height:30px;
	font-family:'宋体';
	font-size:12px;
}
.cpml ul li a strong {
	padding:0 5px;
}
.cpml ul li a:hover {
	color:#F00;
	background:#fff;
}
.cpml ul li a:hover strong {
	color:#5F5B5A;
}

/*新闻咨询*/
.xwzx {
	margin:10px 0 0 0;
}
.xwzx ul {
	border:1px solid #d4d4d4;
	background:#f7f7f7;
}
.xwzx ul li {
	border-bottom:1px #d4d4d4 dashed;
	margin:0 0 2px 0;
}
.xwzx ul li a {
	display:block;
	color:#5F5B5A;
	line-height:30px;
	font-family:'宋体';
	font-size:12px;
	padding:0 0 0 20px;
}
.xwzx ul li a:hover {
	color:#F00;
	background:#fff;
}

/*联系我们*/
.lxwm {
	padding:10px 0 0 0;
}
.lxwm ul {
	padding:78px 10px 5px 10px;
	background:url(../images/contact_cnt_pic.png) no-repeat center 1px;
	border:1px solid #d4d4d4;
}
.lxwm ul li {
	line-height:23px;
	letter-spacing:1px;
}
.lxwm ul li strong {
	color:#036;
	font-weight:bold;
	font-size:14px;
}


/*右侧模块导航样式*/
.tit {
	height:50px;
	background:url(../images/icon_titz.jpg) no-repeat left top;
	padding:0 0 0 5px;
}
.tit ul {
	height:50px;
	background:url(../images/icon_tity.jpg) no-repeat right top;
	padding:0 5px 0 0;
}
.tit .tit_bt {
	height:41px;
	float:left;
	background:url(../images/icon_tit3.jpg) no-repeat 5px center;
	padding:0 0 0 25px;
	line-height:41px;
	font-size:16px;
	font-family:'宋体';
	font-weight:bold;
	color:#333;
}
.tit .more {
	height:41px;
	margin:0 8px 0 0;
	line-height:41px;
	float:right;
}
.tit .more a {
	color:#007FD4;
	font-size:12px;
	letter-spacing:1px;
	font-family:'宋体';
}
.tit .more a:hover {
	text-decoration:underline;
}

/*成功案例*/
.product_box {
	clear:both;
	margin:10px 0 0 0;
}
.product_box .cnt {
	padding:5px 0 0 0;
}
.product_box .cnt #scroll_a {
	margin:0 auto;
}
.product_box .cnt ul li {
	width:170px;
	float:left;
	margin:0 10px 0 0;
	display:inline;
	overflow:hidden;
}
.product_box .cnt ul li a.pic {
	border:1px solid #e0e0e0;
	display:block;
	padding:1px;
	vertical-align:middle;
}
.product_box .cnt ul li img {
	width:166px;
	height:125px;
	vertical-align:middle;
}
.product_box .cnt ul li .name {
	height:25px;
	line-height:25px;
	font-size:12px;
	text-align:center;
}
.product_box .cnt ul li .name a {
	color:#333;
}

