body,html {
	margin:0;
	padding:0;
	border:none;
	width:100%;
	min-width:990px;
	font-size:12px;
	font-family:Tahoma,'Microsoft Yahei',Simsun,sans-serif;
}
#site-nav-bd {
	width:990px;
}
ul,li,p,h3,h4 {
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
}
a {
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}
img{
	border:0;
}
.hide-text {
	text-indent:-20000px;
}
.small-logo {
	display:inline-block;
	float:left;
	height:29px;
	width:145px;
	margin:8px 0 0 2px;
	background-position:0 0;
	background:url("../images/logo.png") no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/logo.png"),sizingMethod = 'scale');
	_background-image:none;
}
.page {
	width:100%;
	position:relative;
}
.nav-list:after,.function-list:after,.advise-list:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.nav-wrapper,.nav-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:45px;
	overflow:hidden;
}
.nav-wrapper {
	z-index:3;
}
.nav-bg {
	z-index:2;
	background-color:#000;
	opacity:.4;
	filter:alpha(opacity=40);
}
.nav-content {
	width:990px;
	margin:0 auto;
}
.nav-list {
	float:right;
	overflow:hidden;
}
.nav-list li {
	float:left;
	position:relative;
	height:44px;
}
.nav-list li a {
	color:#b5b5b5;
	display:inline-block;
	line-height:44px;
	padding:0 10px;
}
.nav-list li a:hover {
	color:#fff;
	text-decoration:none;
}
.nav-list li.active {
	height:41px;
	border-bottom:3px solid #fff;
}
.nav-list li.active a {
	color:#fff;
	font-weight:bold;
}
.ft-wrap {
	width:100%;
	margin-top:20px;
	clear:both;	
}
.foot {
	width:990px;
	padding:20px 0 50px 0;
	margin:0 auto;
	font-size:12px;
	color:#8f8f8f;
}
.ft-wrap a {
	color:#8f8f8f;
	line-height:24px;
	text-decoration:none;
}
.ft-wrap a:hover {
	text-decoration:underline;
}
.copyright {
	line-height:24px;
	text-align:center;
	margin-top:10px;	
}
.menu-forie {
	background-image: url(../images/all-icon.png);
	background-repeat: no-repeat;
	width: 38px;
	height: 14px;
	margin-top: -40px;
	background-position: 0 -329px;
	position: absolute;
	right:0;
}