*{
	margin: 0;
	padding: 0;
}
ul{
	list-style-type: none;
}
a{
	color: #999;
	text-decoration: none;	
}


#top{
	width: 1000px;
	height: 41px;
	margin: 20px auto;
}
#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: #FA7629;
	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: #123456;
	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;
}
#left{
	width: 227px;
	background-color: #ebebeb;
	float: left;
	margin-top: 30px;
}

#left #list{
	width: 227px;
	height: 250px;
	background-image: url(../images/profile.gif);
	background-repeat: no-repeat;
	padding-top: 72px;
}
#left ul li{
	border-top: 2px solid #fff;
	border-bottom: 1px solid #ccc;
}
#left ul li a{
	display: block;
	width: 170px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	
}
#left ul li a:hover{
	color: #000;
}
#left #so{
	padding-left: 35px;
}
#left  #sou{
	width: 100px;
}
#right{
	width: 750px;
	float: left;
}
#right table{
	width: 700px;
	margin-top: 30px;
	margin-left: 30px;
	border-collapse: collapse;
}
#right table caption{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
#right table th{
	background-color: #ccc;
	text-align: left;
	border-top: 3px solid #959595;
	padding: 2px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#right tbody tr td{
	border-bottom: 1px dashed #dddddd;
	padding: 2px;
	padding-left: 20px;
}
#right tbody tr:nth-child(even){
	background-color: #e1e1e1;
}

#activity{
	clear: both;
	width: 1000px;
	height: 300px;
	margin: 0 auto;
}
#activity p{
	font-weight: bold;
	font-size: 18px;
	display: block;
	padding-top: 10px;
	border-bottom: 3px solid #ccc;
}
#activity ul {
	width: 750px;
	margin: 0 auto;
}
#activity ul li{
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}
#activity ul li img{
	widows: 330px;
}
#activity ul li p{
	border: initial;
	margin: 0px;
	font-size: initial;
	font-weight: initial;
}
#footer{
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	background-color: #d8d8d8;
	color: #828282;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
}