@charset "utf-8";

/*================================首页头部框架=================================*/

#warp{width:1000px; margin:0 auto; overflow:hidden;}
#header{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
#header h1 {
	display: block; font-size:0; line-height:0;
	float: left;
}

#header ul{
	clear:both;
	height: 45px;
	width: 1000px;
	line-height: 45px;
	font-family: "微软雅黑";
	background-image: url(../images/01_02.jpg);
	text-align: center;
}


#header ul li{
	text-align:center;
	padding-right: 32px;
	padding-left: 34px;
	float: left;
	font-size: 14px;
}

#header ul li a {
	color: #FFF;
	text-decoration: none;
}
#header ul li a:hover {
	color: #CCC;
	text-decoration: none;
}

#header .white {
	color: #FFF;
}
#header a.white:hover {
	color: #c8e3ff;
}
#header .bg {
	display: block;
	float: left;
}
#banner {
	width: 1000px;
	clear: both;
	background-repeat: no-repeat;
	height: 448px;
	background-image: url(../images/01_03.jpg);
}
#header .vip {
	display: block;
	float: left;
	width: 470px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
}

/*================================脚部框架=================================*/

#footer{
	overflow:hidden;
	clear:both;
	height: auto;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	color: #999;
	background-color: #689B0E;
	padding-top:10px;
}
#header #banner p {
	margin-top: 40px;
	margin-left: 70px;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #004605;
}
#header #banner p span {
	float: left;
	width: 150px;
	text-align: left;
}
