@charset "gb2312";
/* CSS Document */
/** 清除内外边距 **/
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,form{
	border:medium none;
    margin:0;
	padding:0;
}
/** 设置默认字体 **/
body, button, input, select, textarea {
	font:12px/1.5 '宋体',tahoma,Srial,helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-family:"微软雅黑";
	font-weight:bold;
	color:#0379ca;
}
/** 重置列表元素 **/
ul, ol {
	list-style:none;
}
/** 重置超链接元素 **/
a {
	color:#1c1c1c;
	text-decoration:none;
}
a:hover {
	color:#034b92;
	text-decoration:underline;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clearFloat{
	clear:both;
}
/** 重置图片元素 **/
img {
	border:0;
}
/** 重置表格元素 **/
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*页面主体布局属性*/
body {
	background:#ebebeb url(wwsy_footer_bg.jpg) no-repeat center bottom;
}
.container {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	background:#fff;
}
.footer {
	text-align:center;
	color:#333;
	line-height:25px;
	margin:10px;
	padding-bottom:15px;	
}
/*结束页面主体布局属性*/
.Topheader {
	width:100%;
	height:160px;
	overflow:hidden;
	background:url(wwsy_header_bg.jpg) repeat-x;
}
.header_logo {
	width:980px;
	height:160px;
	margin:0px auto;
	background:url(top.gif) no-repeat center;
}
/*开始导航布局*/
#nav_widbg {
	width: 100%;
	background: url(wwsy_nav_bg.jpg);
	height: 46px;
	line-height: 46px;
	overflow:hidden;
	color:#034b92;
}
#nav {
	width: 1000px;
	height:46px;
	margin: 0px auto;
}
#nav .l_times{
	color:#597bab;
	width:150px;
	padding-left:10px;
}
#nav a {
	display: block;
	width: 85px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	text-decoration: none;
	color:#034b92;
}
#nav a:hover {
	color:#034b92;
	text-decoration: none;
	font-weight: bold;
}
#nav li {
	float: left;
	width: 90px;
	color:#fff;
	height:30px;
}
#nav li ul {
	list-style-type: none;
	text-align: left;
	left: -999em;
	width: 164px;
	position: absolute;
	background: #e5f4fb;
	line-height: 39px;
	display:block;
	z-index:9999;
}
#nav li ul li {
	float: left;
	width: 164px;
line-height: 39px;
height:39px;
	background: #e5f4fb;
}
#nav li ul a {
	display: block;
	width: 130px;
	text-align: left;
	padding-left: 34px;
	background: url(../images/navulli_icon.jpg) no-repeat 15px -39px;
	overflow:hidden;
	height:39px;
}
#nav li ul a:link {
	color: #666;
	text-decoration: none;
}
#nav li ul a:visited {
	color: #666;
	text-decoration: none;
}
#nav li ul a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	
	background: #3470b6 url(../images/navulli_icon.jpg) no-repeat 15px 0;
}
#nav li:hover ul {
	left:auto;
}
#nav li.sfhover ul {
	left: auto;
}
/*兼容IE6新导航样式*/
#navigation, #navigation li ul {
	list-style-type: none;
}
#navigation {
	background: url(wwsy_nav_bg.jpg) repeat-x;
	height: 46px;
	z-index:9999;
}
ul.navs{
	width:1000px;
	margin:0px auto;
	list-style:none;
}
#navigation li {
	float: left;
	text-align: center;
	position: relative;
	line-height:46px;
	color:#597bab;
	z-index:99999;
}
#navigation li span{
	padding-left:10px;
}
#navigation li a:link, #navigation li a:visited {
	text-decoration: none;
	color: #034b92;
	border: 1px solid #fff;
	border-right:1px solid #d7e2f1;
	border-width: 1px 1px 0 0;
	text-align:center;
	font-family:"微软雅黑";
	font-size:14px;
	display:block;
	width:96px;
	overflow:hidden;
}
#navigation li a.rightbordernone{
	border-right:none;
}
#navigation li ul li a:hover {
	color: #fff;
	background: #5476de;
}
#navigation li ul {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	margin-top: 1px;
	width: 120px;
	z-index:9999;
}
#navigation li ul li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 130px;
	margin-top: 0;
	margin-left: 1px;
	width: 120px;
}
#navigation li ul.navsons a,#navigation li ul.navsons a:visited{
	background: #5476de;
	border:none;
	border-bottom:1px solid #fff;
	padding:0;
	height:37px;
	line-height:37px;
	width:100px;
	color:#fff;
	
}
#navigation li ul.navsons a:hover{
	background: #6383e5;
	font-weight:bold;
}