/*布局样式*/
body{
	background:#FFFFFF url(../images/img_bgda.gif) repeat-x top;
}
#container {
	float:none;
	width:951px;
	margin:0 auto;
	padding:0 25px 0 24px;
	background:url(../images/img_bgct.gif) no-repeat top;
	overflow:hidden;
}

/*头部样式*/
#header {
	width:951px;
	height:92px;
	background:url(../images/bg_toubu.gif) no-repeat top;
}
#header span{
	float:right;
	font-size:14px;
	color:#015C9C;
	padding:40px 15px 0 0;
	font-weight:bold;
}
#header span input.go{
	width:225px;
	height:20px;
	line-height:20px;
	border:1px solid #B9D1E8;
	vertical-align: middle;
}
#header span input.img{
	float:none;
	vertical-align: middle;
}
#nav{
	width:951px;
	height:33px;
	background:url(../images/bg_nav.gif) repeat-x;
}
#nav ul{
	float:left;
	width:951px;
}
#nav ul li{
	float:left;
	margin-right:20px;
	width:81px;
	height:33px;
	line-height:33px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:0 10px 0 0;
	color:#FFF;
	cursor:pointer;
}
#nav ul li a{
	color:#FFF;
	text-decoration:none;
}
#nav ul li.hover{
	color:#2B74B8;
	background:url(../images/btn_nav.gif) no-repeat;
}
#nav ul li.hover a{
	color:#2B74B8;
}
#nav ul li.current{
	color:#2B74B8;
	background:url(../images/btn_nav.gif) no-repeat;
}
#nav ul li.current a{
	color:#2B74B8;
}

/*导航栏鼠标经过出现的样式*/
#nav ul li.no{
	float:left;
	position:relative;
	z-index:100;
}
#nav ul li.no ul.popbox{
	position:absolute;
	width:144px;
	height:22px;
	padding-top:8px;
	left:-32px;;
	top:25px;
	z-index:100;
	font-size:12px;
	line-height:22px;
	font-weight:normal;
	background:url(../images/bg_tishi.gif) no-repeat top;
	display:none;
}
#nav ul li.no ul.popbox li{
	width:47px;
	height:22px;
	margin:0;
	padding:0;
	background:none;
	background-color:#dbe6ed;
	border-right:1px solid #f6f8f9;	
	color:#3c6786;
	font-size:12px;
	font-weight:normal;
	line-height:22px;
	text-align:center;	
}
#nav ul li.no ul.popbox li a{
	display:block;
	width:47px;
	height:22px;
	color:#3c6786;
}
#nav ul li.no ul.popbox li a:hover{
	background-color:#edf3f6;
}

/*中间样式*/
#main {
	width:951px;
}

/*底部样式*/
#footer {
	margin-top:10px;
	width:100%;
	
}
#footer .footer_zh{
	float:none;
	width:951px;
	margin:0 auto;
	padding:30px 0 60px 0;
	background:#FFFFFF url(../images/bg_foot.gif) repeat-x top;
}
#footer .footer_zh img{
	padding:15px 15px 0 15px;
}
#footer .footer_zh p{
	float:left;
	width:600px;
	color:#666666;
	text-align:center;
	line-height:22px;
}
#footer .footer_zh p b a{
	color:#666666;
}
