@charset "utf-8";
/* CSS Document */
body, td, th {
    font-family: "微软雅黑";
}
header{
	height: 285px;
	background:url(../home/images/headerBg.png) top center no-repeat;
	width: 100%;
	overflow:hidden;
}
header .logo{
	display:none;
}
header #addFavorite,header #setHome{
	display:none;
}
header nav{
	position:relative;
	top:auto;
	left:auto;
	height: 55px;
	width: 920px;
	margin:auto;
	background-image: url(../images/nav.png);
	border-right:1px solid #b7a758;
	padding:0px;
	overflow:hidden;
}
header nav .textList{
	padding-left:0px;
}
header nav .textList li{
	width: 114px;
	height:55px;
	border-left:1px solid #b7a758;
}
header nav .textList li a{
	background:none;
	height: 35px;
    padding-top: 20px;
	color:#4b4428;
	background-image:url(../images/navListItemBg.png);
	background-repeat:no-repeat;
	text-shadow:1px 1px 3px #fff;
	font-weight:600;
	line-height:10px;
	}
header nav .textList li small{
	display:block;
	color:#e5dbbf;
	text-shadow:none;
	font-weight:normal;
	line-height:22px;
	font-size:11px;
	height:15px;
	cursor:pointer;
}
header nav .textList li a:hover{
	color:#f3f2ee;
	text-shadow:none;
	}
header nav .textList li.current a{
	color:#f3f2ee;
	text-shadow:none;
	}
header nav .textList .textList{
	display:none;
}
header nav li.focusOpen .textList{
	display:none;
}

footer{
	width: 1000px;
	height:40px;
	background-image:url(../leftAside/images/footerBg.png);
}
footer .copyright{
	position:absolute;
	color:#58411f;
	top:10px;
	left:10px;
}
footer .webDesign{
	position:absolute;
	top:10px;
	left:425px;
}
footer .webDesign a{
	color:#58411f;
}
footer .miitbeian{
	display:none;
}
footer .falseNav{
	top:10px;
	width:350px;
	overflow:hidden;
	text-align:right;
	}
footer .falseNav a{
	font-size:12px;
	height:12px;
	line-height:12px;
	color:#58411f;
}

footer .statistics {
    height: 15px;
    left: 300px;
    position: absolute;
    top: 11px;
    width: 60px;
}