@charset "utf-8";
/* CSS Document */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
img,
ul{
	padding: 0;
	margin: 0;
}

img{
	vertical-align:bottom;
}

.clear{
	clear:both;
}

*{
	
	font-family: "微软雅黑";
	font-size: 14px;	
	color: #666666;
}

ul,li {
    margin:0px;
    padding:0px;
    list-style-type:none;
 }
 .header{
    height: 130px;
 }
 .logo{
 	margin: 0 auto;
 	height: 90px;
 	width: 1000px;
 	background: url(../images/logo.png) repeat scroll top left;
 }
 
 
 a {
 text-decoration:none;
 }
 
 .header{
 	background: url(../images/top-beijing.jpg) repeat scroll top left;
 }
    
.nav{
	 	margin: 0 auto;
 	height: 40px;
 	width: 1000px;
 	background: url(../images/nav-bg.jpg) repeat scroll top left;
	
}

.nav li{
	display:block;
	width: 110px;
	float: left;
	line-height: 40px;
	text-align: center;
	
	
	
}


.nav li a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	display:block;
	
}

.nav li a:hover{
	background: url(../images/nav-click.jpg) repeat scroll top left;
}




