.share .contactUs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	color: #707070;
	line-height: 36px;
	margin-bottom: 60px;
}

.share .contactUs img {
	width: 13%;
	height: auto;
	display: block;
}

.share .map {
	width: 100%;
	height: 526px;
}

/* 手机端 */
@media screen and (min-width:350px) and (max-width:768px) {
	.share .contactUs {
		display: block;
		font-size: 4vw;
		line-height: 8vw;
		margin-bottom: 10vw;
	}

	.share .contactUs img {
		width: 40vw;
		height: 40vw;
		display: block;
	}

	.share .map {
		width: 100%;
		height: 100vw;
	}
}
