@charset "utf-8";
/* CSS Document */
*{
	font-size:12px;
}
a{
	text-decoration:none;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.clear_both{
	clear:both;
}
img{
	border:0;
}
/*子页 产品*/
#sub_prod_cont{
	width:659px;
	margin:0 auto;
}
.prod_title{
	color:#1f3a87;
	font-weight:bold;
	background:url(images/sub_title_icon.jpg) left 40% no-repeat;
	padding-left:34px;
}
.prod_arow{
	margin:18px 0 0 0;
}
.prod_one{
	width:213px;
}
.prod_img{
	background:url(images/prod_img_bg.jpg) left top no-repeat;
	padding:5px 11px 12px 5px;
	
}
.prod_img img{
	width:196px;
	height:122px;
}
.prod_name{
	height:26px;
	line-height:26px;
	vertical-align:middle;
	color:#333;
	font-size:12px;
	text-align:center;
	background:url(images/pord_line.jpg) left bottom no-repeat;
	position:relative;
}
.prod_name span{
	position:absolute;
	left:0;
	top:0;
	width:500px;
	text-align:left;
}
.prod_name a:link,.prod_name a:visited,.prod_name a:hover{
	color:#333;
}
.prod_price{
	color:#aa131d;
	font-weight:bold;
	line-height:26px;
	vertical-align:middle;
	text-align:right;
}
.col02,.col03{
	margin-left:10px;
}

/*子页 服务*/
#sub_serv_cont{
	width:659px;
	margin:0 auto;
}
.serv_main{
	text-align:center;
}
.serv_font01{
	padding-top:15px;
	padding-bottom:9px;
	text-align:center;
}


















