*{
	margin:0;
	padding:0;
}

ul{
	list-style:none;
}

.con{
	width: 1000px;
	margin: 0 auto;
}

*{
	margin:0;
	padding:0;
}

.navigation{
	height: 55px;
	line-height: 55px;
	border-top:1px gray ;
	background: #0c345c;
	color: white;
}

.navigation li{
	float:left;
	font-size: 19px;
	margin-right: 162px;
}

.banner{
	height:380px;
	background: url(../img/scenery.png) no-repeat center;
}

.list{
	height:200px;
	margin-top: 60px;
	margin-bottom: 10px;
}

.item{
	float:left;
	height: 200px;
	width: 300px;
	margin-right: 30px;
}
