@charset "gb2312";
/*总体设置*/
*{
	margin:0;
	padding:0;
	outline:none;
}
img,a{
	border:none;
}
body{
	font-family:"\5FAE\8F6F\96C5\9ED1","\9ED1\4F53","\5B8B\4F53";
	font-size:14px;
	color:#666666;
}
body,html{
	height:100%;
}
a{
	text-decoration:none;
	color:#666666;
}
.orange{
	color:#ff7200;
}
.blue{
	color:#4b84d1;
}
.clear{
	clear:both;
}
div#innerPageTop,div#pageBottom,div#innerContent{
	margin:0 auto;
	width:1000px;
}


/*头部设置*/
div#pageTop{
	background:white;
}
div#innerPageTop{
	height:110px;
	position:relative;
}
div#innerPageTop img{
	margin:26px 0;
}
div#innerPageTop h2{
	position:absolute;
	top:40.5px;
	left:241px;
	font-weight:normal;
	color:#333333;
	font-size:22px;
}
div#innerPageTop p{
	position:absolute;
	right:0;
	top:47px;
}


/*页脚设置*/
div#pageBottom{
	height:auto;
	overflow:hidden;
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
ul#nav{
	width:764px;
	display:inline-block;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
ul#nav li{
	width:84px;
	height:15px;
	line-height:15px;
	list-style:none;
	float:left;
	border-right:1px solid #666666;
}
ul#nav li a:hover{
	text-decoration:underline;
}
ul#nav li.last-child{
	border-right:none;
}
div#pageBottom p{
	margin-top:13px;
	font-size:12px;
}
