@import url("index.css");
@import url("style.css");
@import url("route.css");
@import url("area.css");
body{
	font-size: 12px;
	color: rgba(0,0,0,.8);
	font-weight: normal;
	font-family: "微软雅黑";
	background: #f6f6f6;
}
.wrapper{
	width: 1200px;
	margin: 0 auto;
}
a{
	text-decoration: none;
}
li{
	list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: normal;
}
.paging-title{
	font-size: 24px;
	height: 84px;
	margin-top: 20px;
	line-height: 84px;
}
.paging-title a{
	float: right;
	font-size: 16px;
	color: #008942;;
}
p{
	margin: 0;
}
*{padding:0;margin:0;}
.clify a{
	color: #fff;
}
