@charset "utf-8";

.connection{
	margin: 30px 0px;

}


.map{
	width: 100%;
	height: 640px;
}

.connection .about{
	color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #1458B0;
	width: 30vw;
	padding: 45px 15px 30px;
}

.connection .about .item{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 10px;
}

.connection .about .item .info{
	padding-left: 10px;
}

.connection .about .item h5{
	font-weight: 400;
	margin: 0px;
}

.connection .about .item p{
	margin: 0px;
	font-weight: 700;
}

.BMap_cpyCtrl {
  display: none;

}

.anchorBL {
  display: none;
}