.banner{
	height: 460px;
	background: url(../images/map_banner.jpg);
	background-size: 100% 100%;
	margin: 0 auto 0;
}
.banner>div{
	width: 260px;
	text-align: center;
	color: #fff;
	margin:70px 0 0 329px;
}
.banner h1{
	font-family: MicrosoftYaHei;
	font-size: 110px;
	color: #3aade4;
}
.banner p{
	font-size: 20px;
	margin-bottom: 20px;
}
.banner a{
	display: block;
	width: 120px;
	height: 40px;
	border-radius: 10px;
	border: solid 1px #ffffff;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff !important;
	margin: auto;
}

.content_404{
	max-width: 1350px;
	margin: 40px auto 40px;
}
.content_404:after{
	content: '';
	display: block;
	clear: both;
}
.content_404 .map{
	float: left;
	width: 988px;
	margin-right: 25px;
}
.content_404 .map h1{
	font-size: 20px;
	font-weight: bold;
	padding-left: 15px;
	border-left: 4px solid #eb6100;
}
.content_404 .map>div{
	padding: 20px;
	border: 1px solid  #dcdcdc;
	margin-top: 15px;
}
.content_404 .map>div ul>li{
	margin-bottom: 20px;
}
.content_404 .map>div ul>li a{
	font-size: 16px;
	color: #000000 !important;
	font-weight: bold;
}
.content_404 .map>div ol{
	margin-left: 35px;
}
.content_404 .map>div ol:after{
	content: '';
	display: block;
	clear: both;
}
.content_404 .map>div ol li{
	float: left;
	margin-right: 35px;
}
.content_404 .map>div ol li a{
	font-size: 14px;
	color: #666666 !important;
}


.content_404 .wz h1{
	font-size: 18px;
	color: #6b6969;
	margin-bottom: 16px;
	padding-left: 20px;
}

.content_404  .wz{
	float: left;
	width: 337px;
	
}
.content_404 .wz ul{
	margin-top:15px;
	padding:20px;
	border:1px solid  #dcdcdc;
}
.content_404 .wz ul a{
	display: flex;
	color: #979797 !important;
	justify-content: space-between;
}
.content_404 .wz .title{
	flex: 0 0 200px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content_404 .wz li{
	margin-bottom: 20px;
}
.sp h2{
	margin-bottom:15px;
}
.content_404 .wz li:last-child{
	margin-bottom: 0;
}


 .sp{
	/*width: 988px;*/
	max-width: 1350px;
	margin: auto;
}
.sp:after{
	content: '';
	display: block;
	clear: both;
}
 .sp h1{
	font-size: 18px;
	color: #6b6969;
	margin-bottom: 15px;
	padding-left: 20px;
}
 .sp li{
	width: 320px;
	height: 180px;
	float: left;
	margin-right: 23px;
	margin-bottom: 30px;
}
 .sp li:nth-child(4), .sp li:nth-child(8){
	margin-right: 0;
}
 .sp a{
	position: relative;
	display: block;
}
 .sp img{
	display: block;
	width: 100%;
	height: 100%;
}
 .sp .title{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 26px;
	line-height: 26px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    background: rgba(0,0,0,.4);
    color: #fff;
}