﻿body{
	margin:0;padding:0;-webkit-text-size-adjust:none;
}
#head {		
	width: 100%;
	
}
#head img{
	width:1000px;
	height: 80px;
	vertical-align: middle;
	border:0;
	
}
.navigation{	
	
	margin-left: auto;
	margin-right: auto;
	width: 1000px;	
	background-color: rgb(38,124,201);
	box-shadow: 0px 5px 5px rgb(34,94,147);
	
}
.navigation ul li{	
	
	list-style-type: none;
	display: inline;	
	overflow:auto;		
	text-align: center;
	height: 35px;
	
}

.navigation ul li a{		
	padding: 0 22px;
	font: 16px/88px "Microsoft YaHei";	
	line-height: 35px;
	text-decoration: none;
	height: 35px;	
	color: #fff;	
}
.navigation ul li a:hover{
	color: yellow;
}
