*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "Microsoft YaHei";
}
ul,ol,li,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}

.header{
	height: 140px;
}

.logo{
	width: 344px;
	height: 139px;
}
.link{
	margin-top: 40px;
}
.nav{
	height: 45px;
	background-color: #478ad1;
}
.nav ul li{
	float: left;
	width: 170px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.nav ul li a{
	display: block;
	width: 172px;
	height: 45px;
	color: #fff;
	font-size: 20px;
}
.nav ul li a:hover{
	display: block;
	width: 178px;
	height: 50px;
	background: url(li-hover.png) no-repeat 0 center; 
	color: #000;
	margin-left: -3px;
	margin-top: -2px;
}
.nav ul li.goback a:hover{
	background: none;
}
.nav ul li.goback{
	background: url(goback.png) no-repeat 10px center;
}
/*主体内容*/
.bread{
	background: url(bread.png) no-repeat 0 center;
	padding-left: 30px;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	color: #666666;
}
.article{
	padding:30px;
}
/*底部通用*/
.footer{
	height: 93px;
	line-height: 93px;
	text-align: center;
	background-color: #478ad1;
	margin-top: 20px;
}
.footer p{
	color: #fff;
}