﻿@charset "utf-8";
body {
	background-color:#F3F3FB;
	color: #333333;
	font-size: 12px;
	font-family:"宋体","Arial"
	margin: 0;
	text-align: center;
	overflow-x: hidden;
}

#container_page {
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	width: 1002px;
	background-color:#FFF;
	padding:3px 0px;
}
#body_wrap {
	width:1014px;
	background: url(images/bg.gif) repeat-y scroll 0 0 #FFFFFF;
	margin: 0 auto;
}

/***********头部************/
#head{
	padding-top:30px;
	border-top:2px solid #F3F3FB;
}
#head_top {
	height:30px;
}
#head_logo1 {
	background:url(images/logo.gif) left top no-repeat;
	height:60px;
	width:330px;
	float:left;
	margin-top:-30px;
	margin-left:10px;
}
#head_nav {
	float:right;
	margin-bottom:0px;
}
.head_line {
	width:100%;
	height:1px;
	background-color:#001f46;
}
#head_logo2 {
	width:1002px;
	height:198px;
	background:url(images/head.jpg) no-repeat;
}
/*--横向菜单栏开始（这个比较重要，用来控制菜单横向摆放）--*/

#head_nav {
	height:30px;
	line-height:30px;
}
#head_nav ul{
	float:left;
}
#head_nav ul, #head_nav li {
	height:30px;
	line-height:30px;
}
#head_nav a {
	display:inline-block;
	width:100%;
	text-align:center;
	font-family:"黑体";
}
#head_nav li.firstNav {
	width:90px;
	float:left;
	position:relative;
	border-left:1px solid #ccc;
}
#head a.secondNav {
	background:url(images/biao1.gif) left 50% no-repeat;
	postion:absolute;
	color:#fff;
	text-indent:10px;
	line-height:30px;
	width:71px;
	text-align:left;
}
#head a.secondNav:hover {
	background-image:url(images/biao2.gif);
	color:#F00;
}
#head li.secondNav {
	float:left;
	padding-right:5px;
}
#head ul.secondNav {
	position:absolute;
	width: 500px;
	left:0;
	top:30px;
}
.fw {
	color:#fff;
}
.bc2 {
	background:url(images/hw_000489.jpg) repeat;
}
.bc1 {
	background:#317fe0;
}
/*--横向菜单栏结束--*/

/***********中部************/
	#content {
	height:335px;
	padding: 8px 8px 0;
	margin-top:3px;
	border-top:1px solid #ccc;
}
.ul_tongdao {
	padding:35px 0 0 15px;
	line-height: 22px;
	list-style-type: none;
	margin: 0;
	font-family:"黑体";
}
.ul_tongdao li {
	border-bottom: 1px dotted #F1F1F1;
	display: block;
	margin-right: 10px;
	margin-top: 1px;
	padding-bottom: 1px;
	text-indent: 25px;
	height:21px;
	line-height:21px;
}
.ul_tongdao li a {
	background-image: url("images/list1.gif");
	background-position: left -2px;
	background-repeat: no-repeat;
	display: block;
	font-size: 13px;
	text-decoration: none;
}
.ul_tongdao li a:hover {
	background-image: url("images/list2.gif");
	background-position: left center;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
/***********尾部************/
	#foot {
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	background-color:#e9e9e9;
	margin-top:5px;
}
#foot span{
	margin-right:20px;
}
#wp_nav_w8 .wp_nav .nav-item {padding: 0 12px;}