@charset "utf-8";
/*------------------------------------------------
基本样式表

作 者:       origin
e-mail:     origin@vip.qq.com
------------------------------------------------*/
body {
	font-family: "宋体";
	font-size: 12px;
}
body,h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,form,input,select,button {
	margin: 0px;
	padding: 0px;
}
img {
    border: 0;
}
ul,li {
	list-style-type: none;    
}
input,select,button {
	font-family: "宋体";
	font-size: 12px;
}
a:link,a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
    clear: both;
	height: 0;
	font-size: 0;
}
hr {
    margin: 0;
	*margin: -7px 0 -7px 0;
	height: 0;
	border: none;
	border-top: 1px solid #f00;
	display: block;
}
/*清浮动代码*/
/* Clear Fix */
.clearfix:after
{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix
{
display:inline-block;
}
/* Hide from IE Mac */
.clearfix 
{
display:block;
}
/* End hide from IE Mac */
/* end of clearfix */
#wrap {
    width: 1003px;
	margin: 0 auto;
}
#header, #main {
    width: 100%;
}
#top {
    width: 949px;
	margin: 0 auto;
    height: 80px;
}
#logo {
    float: left;
	display: inline;
}
#top-nav {
    text-align: right;
	padding: 10px 8px 7px 0;
	font-family: Arial, "宋体";
}
#top-nav a {
    margin: 0 8px 0 8px;
}
#top-nav a.hot {
    color: #ff7e00;
}
#nav {
    margin: 0 0 0 233px;
}
#nav li {
    float: left;
	display: inline;
}
#nav li img {
    float: left;
	display: block;
}
#main {
    clear: both;
}
#footer {
    width: 949px;
	margin: 0 auto;
	border-top: 1px solid #d5d5d5;
	clear: both;
	font-family: Arial, "宋体";
}
#footer-logo {
	margin: 13px 0 0 7px;
	float: left;
	display: inline;
}
#footer p {
    line-height: 16px;
	color: #8a8a8a;
	padding: 0 0 20px 170px;
	margin: 16px 0 0 0;
}