﻿/* CSS Document */


body,h1,ul {
	margin: 0;
	padding: 0;
	font-family:'Microsoft YaHei';
}

ul {
	list-style: outside none none;
}


#whole{
	width:1000px;
	margin:0 auto;
}
#header{
	width:100%;
	height:115px;
	background:#fff;
	
}

#header .center{
	width:100%;
	height:75px;
	margin: 0 auto;	
}
.center img{
	float:left;
	margin:5px 0 0 5px;
	
}

.center  h1{
	float:left;
	background:url(../image/h1.png) no-repeat;
	text-indent: -9999px;
	width:500px;
	height:70px;
}
#header .nav{
	background:url(../image/nav.jpg);
	width:100%;
	height:40px;
}

.nav ul{
	width:700px;
	height:40px;
	line-height:40px;
	float:left;
}

.nav ul li{
	float:left;
	width:100px;
	text-align:center;
}

.nav ul li a{
	color:#eee;
	display:block;
	text-decoration: none;
	font-size:15px;
}
/*搜索框*/
.search{
	width:250px;
	height:30px;
	float:left;
	margin-top:7px;
}

.search .sea{
	height:25px;
	border-radius:3px;
	background:#eee;
	border: 1px solid #666;
	padding:0 5px;
}

.search  .button{
	width:50px;
	height:27px;
	border-radius:3px;
	border: 1px solid #666;
	cursor: pointer;
	background:#eee;
}

/*尾部信息*/
#footer{
	width:100%;
	height:80px;
	background:#d6d6d6;
	border-top:1px solid #c6c6c6;
}


#footer .record{
	margin:0 auto;
	margin-top:22px;
}

.record p{
	font-size:12px;
	text-align:center;
	color:#4a4a4a;
	position:relative;
	margin:5px 0 0 0;
	}
	

.record  p img{
	position:relative;
	top:3px;
	right:3px;

	
}
.record  a{
	text-decoration:none;
	color:#4a4a4a;
	
}

