.body {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: "SourceHanSansCN Light", 'microsoft yahei';
	-webkit-text-size-adjust: none;
	height: auto;
	color: #333;
}
.div, dl, dt, dd, ul, detail ol, li, h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
.li {
	list-style-type: none;
}


a:hover {
	color: #f2d380;
	text-decoration: none;
}
.left {
	float: left;
}
.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
	display: block;
	_height: 0;
	overflow: hidden;
}
/*清除浮动*/
.clearfix {
 *zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*网站公用样式表*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.clearfix {
 *zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.sub_local {
	background: #fff;
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #cdcccc;
}
.sub_local .left li {
	font-size: 16px;
	margin-right: 50px;
	float: left;
	position: relative;
}
.sub_local .left li span {
	display: block;
	width: 0;
	height: 3px;
	position: absolute;
	left: 50%;
 transition: ease-in-out .2s;
	background: #d10318;
	bottom: 0;
}
.sub_local .left li a {
	color: #3a0001;
	display: inline-block;
 transition: ease-in-out .2s;
}
.sub_local .left li a.hover span, .sub_local .left li a:hover span {
	width: 100%;
	left: 0;
}
/*map*/
 .map {
	padding-top:30px;
	border-top:1px solid #ddd;
	margin-bottom:100px
}
.map li.item {
	padding:5px 0px;
	margin-right: 5px;
}
.map li.item > a {
	width: 135px;
	height: 30px;
	line-height: 30px;
	display: block;
	border: 1px solid #eee;
	text-align:center;
	background:#ed6d00;
	color: #fde5a3;
	font-size:16px;
transition: ease-in-out .3s;
}
.map .depth li.item2 {
	margin:5px 0px 10px;
	float: left;
	margin-right:10px;
	line-height:30px;
	border-bottom: 0px;
}
.map .depth li.item2 > a {
	display: block;
	border: 1px solid #ed6d00;
	text-align:center;
	color: #ed6d00;
	font-size:14px;
	padding:4px 10px
}
.map .depth2 li {
	margin-top: 5px;
	width: 107px;
	margin-right: 5px;
}
.map .depth2 li > a {
	line-height: 26px;
	display: block;
	border: 1px solid #eee;
	margin: 0px auto;
	text-align:center;
	color: #666;
	font-size:12px;
transition: ease-in-out .3s;
}