/* 网站地图 */
body{
	background: #f7f7f7;
}
.website_map_wrap{
	width: 1170px;
	padding: 25px 40px;
	margin: 30px auto 50px;
	background: #fff;
	padding: 25px 40px;
}
.website_map_title0:first-child{
	margin-top: 0;
}
.website_map_title0{
	width: 100%;
	height: 24px;
	line-height: 24px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-left: 5px;
	border-left: 5px solid #25aad6;
	margin-top: 20px;
}
.website_map_title0:hover{
	color: #333;
}
.website_map_title1{
	margin-top: 20px;
}
.website_map_title1 a{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 4px solid #efefef;
	padding-bottom: 5px;
}
.website_map_title_content{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin: 15px auto;
	border-bottom: 1px solid #efefef;
}
.website_map_title_content a{
	display: inline-block;
	margin: 0 10px 10px 0;
	font-size: 15px;
	color: #333;
	
}

/* footer */ 
.footer_pages_wrap{
	width: 100%;
	height: 100px;
	min-width: 1200px;
	background: #1f1f24;
	overflow: hidden;
}
.footer_pages_content{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 28px 15px;
	text-align: center;
}
.footer_pages_content li{
	font-size: 15px;
	color: #b5b5b5;
	margin-bottom: 15px;
}
.footer_pages_content li a{
	 color: #b5b5b5;
	 padding: 0 10px;
 }
 .footer_pages_content p{
	 font-size: 13px;
	 color: #646465;
 }