/*地图页面*/
body{
	width: 1000px;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#sitemap{
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.sitemap02{
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.sitemap02 h3{
	font-size: 14px;
	font-weight: normal;
	clear: both;
	float: none;
	height: 30px;
	width:100%;
	background-color: #eeeeee;
	padding-left: 10px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	border: 1px solid #dddddd;
	line-height: 30px;
}
.sitemap02 li{
	clear: none;
	float: left;
	height: 25px;
	width: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 25px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	
}
#sitemap a {
	color: #333333;
	text-decoration: none;
	clear: none;
	float: left;
}
#sitemap a:hover {
	color: #F60;
	text-decoration: underline;
}