@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	text-decoration:none;
	list-style-type:none;
}
body{
	background:#0064a2;
	font-family:Arial, Helvetica, sans-serif,宋体;
	font-size:12px;
}
.container{
	width:900px;
	margin:0px auto;
	background:#fff;
}
img{
	border:0px;
	display:block;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
a{
	color:#6f6f6f;
}
a:hover{
	color:#000000;
}
.clear{
	clear:both;
}
.space{
	height:10px;
	overflow:hidden;
	clear:both;
}

/*===============顶部==================*/
.top{
	background:url(../images/green_01.jpg) no-repeat;
	height:104px;
}
.top img{
	float:left;
	margin-left:6px;
	margin-top:9px;
	display:inline;
}
.menu{
	background:url(../images/green_02.jpg) no-repeat;
	height:46px;
	padding-top:13px;
	padding-right:30px;
	color:#fff;
	text-align:right;
}
.menu a{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	margin:0px 27px;
}
.menu a:hover{
	color:#ed430e;
}
.banner{
	height:245px;
	margin-bottom:10px;
}

/*主体左侧*/
.l_warp{
	width:174px;
	float:left;
}
.l_warp_tit{
	background:url(../images/green_07.jpg) no-repeat;
	height:22px;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.l_warp_tit span{
	font-family:宋体;
	margin-right:5px;
}
.l_warp_con{
	background:url(../images/green_18.jpg) repeat-y right;
	border-left:#dcdcdc 1px solid;
	padding:10px 0px;
}
a.contact_pic{
	width:135px;
	height:47px;
	border:#dae5ed 3px solid;
	display:block;
	margin:0px auto;
}
a:hover.contact_pic{
	border:#03b1d4 3px solid;
}
.contact_con{
	padding:10px 12px;
	padding-bottom:0px;
}

/*===============主体右侧==============*/
.r_warp{
	width:721px;
	float:right;
}
.r_warp_con_warp{
	background:url(../images/green_28.jpg) repeat-y left top;
	padding:10px 15px;
	width:691px;
}
.r_warp_tit{
	background:url(../images/green_12.jpg) repeat-x;
	height:29px;
	line-height:29px;
}
.r_warp_tit .tit{
	font-weight:bold;
	color:#da261d;
	float:left;
	margin-left:15px;
	display:inline;
}
.r_warp_tit .tit span{
	font-size:12px;
	color:#da261d;
	margin-right:5px;
}
.r_warp_tit .more{
	float:right;
}
.r_warp_tit .more a{
	color:#da261d;
}
.r_warp_tit .more a:hover{
	color:#000;
}
.r_warp_tit .more span{
	font-family:宋体;
	font-size:11px;
	margin-left:3px;
}
.r_warp_con{
	line-height:24px;
}
/*===========底部=======*/
.foot{
	background:url(../images/green_34.jpg) no-repeat;
	height:65px;
	padding-top:20px;
	line-height:22px;
	margin-top:10px;
	text-align:center;
}

.inside_page_l_nav{
	margin-bottom:15px;
	width:150px;
	margin:0px auto;
}
.inside_page_l_nav li a{
	background:url(../images/inside_page_nav_a.jpg) no-repeat;
	height:31px;
	padding-left:10px;
	display:block;
	line-height:31px;
	color:#276098;
	overflow:hidden;
} 
.inside_page_l_nav li a:hover{
	background:url(../images/inside_page_nav_ahover.jpg) no-repeat;
	color:#fff;
} 

.product_list_con li{
	float:left;
	margin:0px 15px;
	margin-top:10px;
	display:inline;
	text-align:center;
	vertical-align:bottom;
}
.product_list_con li p{
	margin-top:10px;
	color:#000;
	width:142px;
}
.product_list_con li a{
	width:136px;
	height:96px;
	border:#ddd 3px solid;
	display:block;
}
.product_list_con li a:hover{
	border:#555 3px solid;
}
.page{
	text-align:center;
	height:30px;
	line-height:30px;
	border-top:#000 1px solid;
	clear:both;
}
.product_list_tit{
	height:20px;
	line-height:20px;
	padding:3px 15px;
	font-size:12px;
	margin-top:10px;
	background:#f9f9f9;
	border-bottom:#ccc 1px solid;
}

