.smallnav ul{
	justify-content: space-around !important;
}
.smallnav ul li a{
	font-size: 1.2rem !important;
}
.main{
	text-align: center;
	box-sizing: border-box;
	padding: 0.5rem;
	position: relative;
	overflow: auto;
}
.main h4{
	font-size: 1.5rem;
	font-weight: bold;
	color: #0882c4;
	margin: 1rem 0;
}
.main form{
	display: flex;
	justify-content: space-between;
}
.main form #demo1{
	width: 70%;
	height: 2.63rem;
	box-sizing: border-box;
	padding-left: 1rem;
	font-size: 1rem;
	border:1px solid #eee ;
	border-radius:0.2rem ;
}
.main form .sub{
	width: 28%;
	height: 2.63rem;
	font-size: 1rem;
	border-radius:0.2rem ;
	background: #ff8a22;
	color: #fff;
}
.main .all{
	margin-top: 2rem;
}
.main .all .left{
	width: 40%;
	float: left;
}
.main .all .left ul li{
	background: #fbfbfb;
	border-bottom: 1px solid #eee;
}
.main .all .left ul li>p{
	box-sizing: border-box;
	padding: 1rem;
	border-bottom: 1px solid #eee;
	font-size: 1rem;
	color: #333333;
	text-align: left;
}
.main .all .left ul li .dizhi{
	box-sizing: border-box;
	padding: 1rem;
	border-left:1px solid #0882c4 ;
	display: none;
}
.main .all .left ul li .dizhi p{
	font-size: 1rem;
	line-height: 1.5rem;
	color: #acacac;
	text-align: left;
	margin: 0.5rem 0;
}
.main .all .left ul li.active .dizhi{
	display: block;
}
.main .all .left ul li:last-child{
	border: none;
}








.main .all .right{
	width: 60%;
	float: right;
	height: 20rem;
}

.map-wrap{width: 100%;height: 551px;overflow: hidden;position: relative;}
.map-item{width: 100%;;position: absolute;left: 0;top: 0;display: none !important;}
.map-item.show{display: block !important;}

#allmap{
	width: 100%;
	height: 100%;
}








