@charset "utf-8";
/* CSS Document */

header {
	width: 100%;
	height:132px;
}
.nav-main {
	line-height: 43px;
	background-color: #F00;
	height: 43px;
	border-bottom: #e1e1e2 1px solid;
	box-shadow: 0 1px 1px #e1e1e2;
}
.nav-main nav a:link, .nav-main nav a:visited {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	height: 38px;
	margin: 5px 0 0 -3px;
	padding: 0 25px 0 28px;
	border-radius: 6px 6px 0 0;	
}
.nav-main nav {
	text-align: center;
	margin-top: 10px;
}
.nav-main nav a:hover {
	color: #FF6;
	background-color: #F36;
	background-image: none;
}
.nav-main nav .on:link, .nav-main nav .on:visited, .nav-main nav .on:hover {
	color: #333;
	background-color: #FFF;
	background-image: none;
	margin: 5px 9px 0 6px;
}
.nav-main nav .on:hover {
	color: #F60;
}
.nav-main nav a:last-child:link, .nav-main nav a:last-child:visited {
	background-image: none;
}
header .w-m {
	background-color: #FFF;
	position: fixed;
	width: 100%;
	top: 0;
	max-width: 1900px;
}
header .logo {
	line-height: 99em;
	background-repeat: no-repeat;
	background-position: left center;
	height: 58px;
	width: 322px;
	margin-left: 35px;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
	background-image: url(../images/619440a7393e60c34774453d048ad411.png);
}
footer {
	text-align: center;
	padding: 0 0 20px;
}
footer .w-m {
	line-height: 30px;
}
footer .nav-footer {
	font-weight: bold;
}
header .logo a {
	line-height: 99em;
	display: block;
	height: 48px;
	width: 322px;
	overflow: hidden;
}
