*{
	margin:0;
	padding:0;
}

ul{
	list-style:none;
}

.con{
	width: 1000px;
	margin: 0 auto;
}

.header{
	height: 110px;
}

.logo{
	width: 207px;
	height: 110px;
	background: url(../img/logo.jpeg);
	float: left;
}

.headerright{
	float: right;
}

.headerright ul{
	height: 38px;
	margin-top: 15px;
	line-height: 20px;
}

.headerright li{
	float: left;
	border-right: 2px solid black;
	padding:0 30px;
	font-size: 13px;
}

.headerright .last{
	padding-right: 0;
	border: 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: 50px;
	margin-bottom: 35px;
}

.item{
	float:left;
	height: 200px;
	width: 300px;
	margin-right: 30px;
}

.footer li{
	float:right;
	margin-right: 220px;
}

.border,td,tr{
	border:1px solid black;
	text-align: center;
	background-color: aliceblue;
}

.td1{
	width: 40px;
}

.td2{
	width: 140px;
}

.td3{
	width: 170px;
}

.td4{
	width: 170px;
}

.td5{
	width: 40px;
}

.td6{
	width:440px ;
}