/*banner*/
.ban-map h2{
	text-align: right;
	width: auto;
	padding: 4% 4% 4% 0;
	background-size: 25% 70%;
	left: 36%;
	top: 46%;
}
.ban-map{
	background: url("../images/ban-map.jpg") no-repeat center center;
	height: 960px;
	width: 100%;
}
.mapwrap{
	position: relative;
	overflow: hidden;
	margin-top: 2%;
	background: #f5f5f5;
}
.addwrap{
	position: absolute;
	bottom:0;
	right: 2%;
	height:100%;
	background: rgba(255,255,255,0.8);
}
.peradd{
	cursor: pointer;
	border-top: 1px solid #dfe1e4;
	/*padding: 5% 7%;*/
	padding:  20px;
	line-height: 20px;
}
.peradd:first-child{
	border: 0;
}
.peradd h2,
.peradd p{
	padding-left: 25px;
}
.peradd h2{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 2%;
	background: url("../images/ad-icon.png") no-repeat 0 -415px;
}
.peradd p{
	font-size: 14px;
}
#allmap {
	width: 100%;
	height: 750px;
	overflow:hidden;
	margin:0;
}
@media (max-width: 1400px){
	.ban-map{
		height: 650px;
	}
	.ban-map h2{
		padding: 4% 2% 4% 0;
	}
	.peradd h2{
		font-size: 14px;
	}
	.peradd p{
		font-size: 12px;
	}
}
@media (max-width: 1024px){
	.peradd h2{
		font-size: 12px;
	}
}
@media (max-width: 414px){
	.ban-map{
		width: 100%;
		height: 200px;
		margin-bottom: 10px;
		background-size: cover;
	}
}