#allmap{
	width: 1200px;
	height: 800px;
	margin: 0 auto;
}
.main-c{
	width: 1200px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}
.contact{
	width: 318px;
    padding-left: 41px;
	padding-right: 31px;
	height: 176px;
	background: #0E80D7;
	border-radius: 6px;
}
.contact-t{
	width: 100%;
	height: 91px;
	border-bottom: 1px dashed #cccccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact-l{
	font-size: 18px;
	color: #fff;
	
}
.contact-l .e{
	text-transform: uppercase;
}
.contact-p{
	width: 100%;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
}