
*{
	margin: 0;
	padding: 0;
}
ul{
	list-style-type: none;
}
a{
	color: #999;
	text-decoration: none;	
}

#top{
	width: 1000px;
	height: 41px;
	margin: 20px auto;
}
#top #logo{
	height: 41px;
	line-height: 41px;
	float: left;
}
#top_link{
	float: right;
	margin-top: 20px;
}
#top_link a{
	color: #999;
	text-decoration: none;
}
#top_link a:hover{
	color: #FA7629;
	text-decoration: underline;
}
#top_link span{
	color: #999;	
}
#top_link img{
	vertical-align: bottom;
}
#nav{
	width: 100%;
	height: 97px;
	background-image: url(../images/menu_center_back.jpg);
}
#nav ul{
	width: 1000px;
	margin: 0 auto;
	
}
#nav ul li{
	float: left;
	position:relative;
}
#nav ul li a{
	display: block;
	width: 150px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#nav ul li a:hover{
	color: #de6823;
	border-bottom: 3px solid #ccc;
	
}

#nav li dl{
	position: absolute;
	width: 400px;
	top: 48px;
	left: 0px;
	display: none;
}
#nav li:hover dl{
	display: block;
}
#nav ul li dl dd{
	width: 100px;
	float: left;
}
#nav ul li dl dd a{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
#nav ul li dl dd a:hover{
	border: none;
}
#nav ul li .list{
	position: absolute;
	top: 48px;
	left: -150px;
}

#banner{
	width: 1000px;
	height: 300px;
	background-image: url(../images/ad_1.jpg);
	margin: 0 auto;
	position: relative;
}
#banner ul{
	 position: absolute;
	 left: 450px;
	 bottom: 20px;
}
#banner ul li{
	float: left;
	margin: 0 auto;
}
#banner ul li a{
	display: block;
	width: 20px;
	height: 20px;
	background-color: #ccc;
	text-align: center;
	line-height: 20px;
	border: 1px dashed #FFF;
}
#main{
	width: 1000px;
	margin: 0 auto;
	background-color: #fa80c6;
}
#left{
	width: 227px;
	height: 500px;
	background-color: #3020ab;
	float: left;
}
#right{
	width: 750px;
	height: 500px;
	background-color: #8eff86;
	float: left;
}
#activity{
	clear: both;
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	background-color: #d69467;
}
#footer{
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	background-color: #5fbaa0;
}