.main-images {
	width: 100%;
}

.contact {
	width: 100%;
	height: 37rem;
	position: relative;
}

.contact-layer {
	width: 64%;
	height: 37rem;
	position: absolute;
	top: -3.571428rem;
	left: 18%;
	background: #FFFFFF;
	box-shadow: 0 0 13px 0 rgba(215, 215, 215, .75);
}

.contact-tiele {
	width: 100%;
	height: 4.523809rem;
	line-height: 4.523809rem;
	font-size: 1.428571rem;
	text-align: center;
	color: #333333;
	border-bottom: 1px solid #dbdbdb;
}

.contact-cont {
	width: 100%;
	height: -webkit-calc(100% - 4.523809rem);
	height: -moz-calc(100% - 4.523809rem);
	height: calc(100% - 4.523809rem);
	padding: 2.4rem 1.8rem;
	display: flex;
	justify-content: space-between;
}

.cont-layer {
	width: 21.5rem;
	height: 100%;
	box-shadow: 0 0 18px 0 rgba(200, 200, 200, .75);
	margin-right: 1.5rem;
}

.layer-title {
	width: 100%;
	height: 4.166666rem;
	line-height: 4.166666rem;
	text-align: center;
	background: #4981E5;
	color: #FFFFFF;
	font-size: 1.15rem;
}

.layer-text {
	width: 100%;
	height: -webkit-calc((100% - 4.166666rem) / 5);
	height: -moz-calc((100% - 4.166666rem) / 5);
	height: calc((100% - 4.166666rem) / 5);
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.8rem;
}

.layer-text:hover {
	cursor: pointer;
	background: #efefef;
}

.layer-text:last-child {
	border-bottom: 0;
}

.layer-text>img {
	height: 1.8rem;
}

.layer-name {
	width: 4.3rem;
	text-align: right;
}

.layer-cont {
	width: 13.8rem;
	height: 100%;
	display: flex;
	align-items: center;
}

.layer-cont img {
	height: 90%;
}

#Maps {
	width: -webkit-calc(100% - 23rem);
	width: -moz-calc(100% - 23rem);
	width: calc(100% - 23rem);
	height: 100%;
}

.anchorBL {
	display: none;
}

.BMap_bubble_title,
.BMap_bubble_content {
	font-size: 14px;
}

@media screen and (max-width:1250px) {
	.contact {
		width: 100%;
		height: auto;
		position: relative;
		padding: 1rem 15px;
	}

	.contact-layer {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
	}

	.contact-cont {
		width: 100%;
		height: -webkit-calc(100% - 4.523809rem);
		height: -moz-calc(100% - 4.523809rem);
		height: calc(100% - 4.523809rem);
		padding: 1.5rem 1.8rem;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.cont-layer {
		width: 100%;
		height: 26rem;
		margin-right: 0;
		margin-bottom: 1rem;
	}

	.layer-cont {
		width: 17.8rem;
	}

	.layer-text {
		width: 100%;
		height: -webkit-calc((100% - 10rem) / 4);
		height: -moz-calc((100% - 10rem) / 4);
		height: calc((100% - 10rem) / 4);
	}

	.layer-text:last-child {
		height: 6rem;
	}

	#Maps {
		width: 100%;
		height: 18rem;
	}
}
