.map{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#allmap{
	width: 100%;
	height: 100%;
}
.map #allmap canvas{
	display: none;
}
.cover{
	width: 100px;
	height: 100px;
 	text-align: center;
 	border-radius: 50%;
 	color: white;
	font-size: 15px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background:rgba(216,33,40,0.5);
	position: relative;
}
.cover .title{
	
}
.cover .title span{
	display: block;
	 	font-size: 18px;
}
.cover:hover{
	background: rgba(224, 171, 16, 0.6);
}
.BMap_geolocationContainer{
	position: absolute;
	bottom: 4rem;
}
.mapcover{
	padding: 5px 15px;
	font-size: 14px;
	color: white;
	position: relative;
}
.mapcover:hover{
	background: #4cce19;
	border-radius: 4px;
}
.box{
	position: fixed;
	top:45px;
	background: white;
	left: 0;
	z-index: 999999;
	height: 100%;
	width: 450px;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	overflow: hidden;
}
.box .box-top{
	padding: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.box .box-top h2{
	margin: 0;
	font-size: 28px;
}
.box .box-top h2 i{
	font-size:28px;
	margin-left: 10px;
	color: rgba(224, 171, 16,1);
}
.box .box-bottme{
	padding: 20px;
}
.box .box-bottme .info{
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
}
.box .box-bottme ul{
	padding: 0;
}
.box .esf {
	width: 96%;
	padding: 0;
	margin: 0 auto;
	margin-top: 5px;
	height: auto;
}
.esf li a{
	display: block;
	border-bottom: 1px solid #CCCCCC;
}
.esf li a .esf-left{
	display: inline-block;
	width: 40%;
	
}
.esf  li a .esf-rigth{
	display: inline-block;
	width: 59%;
	float: right;
	margin-top: 10px;
}
.esf li a .esf-left img{
	display: inline-block;
	width: 100%;
	padding: 5px;	
	height: 120px;
}
.esf li a .esf-rigth p{
	font-size: 17px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
}
.esf li a .esf-rigth p:nth-child(1){
	padding-top: 6px;
	padding-bottom: 10px;
}
.esf li a .esf-rigth p span,.esf li a .esf-rigth p b{
	color: #83868f;
	font-size: 15px;
}
.esf li a .esf-rigth p b{
	padding-left: 15px;
}
.esf li a .esf-rigth p:last-child{
	margin-top:7px;
	font-size:15px;
}
.esf li a .esf-rigth p s{
	color: #df3031;
   
}
.esf li a .esf-rigth p em{
	padding-left: 10px;
	color: #83868f;
	font-style: normal;
}

.swiper-container{
	height: 75%;
}
.mapnav{
	width: 350px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e80000; 
}
.mapnav a{
	display: inline-block;
	width: 50%;
	text-align: center;
	color: #999999;
}
.mapnav .activ{
	background: #e80000;
    border: 1px solid #e80000;
    color: white;
}
