@charset "utf-8";
/* CSS Document */
body{
	background:#fff url(../images/whx/bg.gif) repeat-x left top;
}

.shadow{
    float:left;
	background-image:url(../images/intro/shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.mask {
    float:left;
	background-image:url(../images/intro/mask.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 5px 5px 0;
}
.dis{
	display:block;
}
.undis{
	display:none;
}
#nav .hover{
	background: url(../images/whx/hoverBg.gif) repeat-x left top;
	font-weight:bold;
	color:#fff;
}
#subNav li .here{
	color:#999;
}
#fullNav .none{
	display:none;
}

#header{
	overflow:hidden;
	width:932px;
	margin:0 auto;
}
#logo{
	float:left;
	background:url(../images/whx/logo.gif) no-repeat left bottom;
	width:225px;
	height:59px;
	padding-top:20px;
}
#fullNav{
	position:relative;
	float:right;
	width:600px;
	height:104px;
}
#nav{
	/*float:right;*/
	width:600px;
	height:82px;
}
#nav li{
	float:left;
}
#nav li a{
	display:block;
	width:76px;
	height:32px;
	text-align:center;
	color:#fff;
	border-right:1px solid #fff;
	padding-top:50px;
}
#nav li a:hover{
	background:url(../images/whx/hoverBg.gif) repeat-x left top;
	font-weight:bold;
	color:#fff;
}
#header p{
	float:left;
	width:250px;
	height:30px;
	line-height:30px;
	color:#fff;
}
#header p a{
	color:#fff;
	line-height:30px;
	padding:0 5px;
}
#subNav{
	position:absolute;
	bottom:0px;
	right:370px;
	background:#072251;
	width:235px;
	height:24px;
	padding-left:3px;
}
#subNav li{
	float:left;
	line-height:24px;
}
#subNav li a{
	display:block;
	line-height:24px;
	color:#fff;
	padding:0 6px;
}
#subNav li a:hover{
	color:#999;
}




#wrapper{
	overflow:hidden;
	width:932px;
	background:#fff;
	padding-top:3px;
	margin:5px auto 0;
}
#sideBar{
	width:132px;
	float:left;
}
#sideBar h1{
	background:url(../images/whx/feidi_whx.gif) no-repeat left top;
	width:132px;
	height:46px;
	text-indent:-10000px;
	clear:both;
}
#sideNav{
	width:130px;
	height:435px;
	background:url(../images/whx/sideBg.gif) repeat-x left top;
	padding-left:2px;
	margin-top:1px;
}
#sideNav li{
	width:126px;
	line-height:38px;
	text-align:center;
	border-bottom:1px dotted #fff;
	color:#fff;
}
#sideNav li a{
	color:#fff;
	line-height:38px;
}
#sideNav li a:hover{
	color:#fff;
	font-weight:bold;
}
#sideNav li .hover{
	color:#fff;
	font-weight:bold;
	background:none;
}
#content{
	position:relative;
	float:right;
	width:762px;
	height:auto!important;
	height:463px;
	min-height:463px;	
	background:url(../images/whx/contentBgNo.gif) repeat-x left top;
	padding:20px 0 0 30px;
	border:1px solid #666;

}

#content h1{
	height:26px;
	line-height:26px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#content h1 span{
	display:none;
}
#box{
	width:730px;
}
#box .c_title_text{
	text-align:center;
}
#box .c_title_text span h1{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}
#fontzoom p{
	line-height:22px;
}



#box .prev{
	margin-top:10px;
	border-top:1px solid #999;
	padding-top:10px;
	padding-left:50px;
}
#box .prev span{
	display:inline-block;
	padding-bottom:7px;
}
#box .prev a{
	display:inline-block;
	color:#000;
	padding-bottom:7px;
}
#box .prev a:hover{
	text-decoration:underline;
}
#box .prev span b{
	color:#FF0000;
}




#footer{
	clear:both;
	width:932px;
	color:#999;
	margin:5px auto 0;
}
#footer p{
	line-height:26px;
	border-bottom:1px solid #999;
	margin-bottom:7px;
}
#footer span{
	color:#000099;
}
