body,
div,
ul,
li,
img {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}
img{
	display: block;
}
a{
	text-decoration: none;
	color: #363636;
}

.nav {
	background: url(../img/logo.png) no-repeat center #053e8d;
}
.nav ul li a:hover{
	color: #ea5623;
}
.nav ul{
	list-style: none;
	height: 63px;	
	width: 900px;
	margin: 0 auto;
	font-size: 18px;
	padding-left: 30%;
}
.nav ul li{
	float: left;
	line-height: 63px;
	padding: 0 25px;
	color: #363636;
}
.banner{
	width: 100%;
	background:#053e8d ;
}
.banner img{
	width: 1000px;
	margin: 0 auto;
}
.content{
	width: 1000px;
	margin: 0 auto;
}
.content .top{
	margin-top: 40px;
}
.bottom{
	width: 100%;
	height: 250px;
	background: #eeeeee;
	border-top: 2px solid #053E8D;
}
.bottom img{
	width: 845px;
	margin: 30px auto;
}
