
/*共用style*/
body{
	font-size: 12px;
	font-family: "宋体", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #02418a;
}
form, input{
	margin: 0;
}
ul{
	list-style: none;
}
/*清除浮动使用*/
.clearfix{
    clear: both;
}
/*解决浮动对象问题*/
.wrapfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a:link,
a:visited {
	text-decoration: none;
	color: #2f468f;
}
a:hover {
	color:#bf0303;
}

/*Head*/
.Head_main{
	margin: 0 auto;
	width: 948px;
	height: 109px;
	border-left: 1px solid #a3bfe8; 
	border-right: 1px solid #a3bfe8; 
	border-bottom: 1px solid #a3bfe8; 
	background: url(/image/wj/head_bg.gif) repeat-x;
}
.L-logo{
	margin: 0;
	padding-left: 20px;
	float: left;
	border: none;
}
.R_nav_box{
	float: right;
	width: 685px;
}
.Nav_help{
	margin: 5px 25px 35px 0 !important;
	margin: 5px 12px 35px 0; 
	float: right;
	line-height: 18px;
	background: #f1f7fb;
	width: 300px;
	text-align: center;
}
.Nav_box{
	float: right;
	width: 650px;
	height: 30px;
	margin: 0 25px 0 0 !important;
	margin: 0 12px 0 0;
	line-height: 30px;
	font-size: 14px;
	border: 1px solid #a7cde5;
	background: url(/image/wj/head_nav_bg.gif) repeat-x;
}
ul.Nav{
	margin: 0;
	padding: 0;
}
ul.Nav li{
	float: left;
	padding: 0 9px 0 10px;
	font-weight: bold;
	height: 30px;
	background: url(/image/wj/head_nav_li_bg.gif) no-repeat right;
}
ul.Nav li.end_li{
	background: none;
}
.head_bottom_box{
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 6px;
	width: 948px;
	height: 2px;
	background: #ebeef0;
}
/* 底部版权 */
.Footer{
	width: 940px;
	margin: 0 auto;
	padding: 4px;
	border: 1px solid #cadef1;
	background: #f3f9fe;
}
.Footer-content-box{
	border: 1px solid #d8e4ef;
	background: #fff;
	text-align: center;
	padding: 15px 0 15px 0;
	line-height: 20px;
	
}
