body{
	font-family: 'Microsoft YaHei';
	color: #333;
	background: url(/static/image/bg_body.jpg) 0 309px repeat-x;
}
a{
	color: #333;
}
.wrap{
	width: 1000px;
	margin:0 auto;
}
.header{
	background: url(/static/image/bg_header.jpg) top center no-repeat;
}
.header .link{
	height: 352px;
	position: relative;
}
.header .link .logo-link{
	position: absolute;
	top:32px;
}
.header .link .logo-link a{
	display: inline-block;
	height: 60px;
	width: 282px;
}
.header .link .list{
	padding-top: 70px;
	margin-left: 772px;
}
.header .link .list a{
	display: inline-block;
	height: 1.8em;
	padding-left: 17px;
	line-height: 5em;
	overflow: hidden;
}
.header .nav{
	margin-top: 12px;
	background: #003e71;
}
.header .nav li{
	float: left;
	border-left: 1px solid #103959;
	border-right: 1px solid #305b7b;
}
.header .nav a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding:0 9px;
	color: #fff;
}
.header .nav a:hover{
	background: #02233e;
}

.footer{
	background: #003e71;
	color: #fff;
	text-align: center;
	padding: 26px 0;
	font-size: 12px;
}
