.bar1 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.beijing {
	width: 100%;
	height: 420px;
	overflow: hidden;
	position: relative;
}

.beijing img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mingcheng {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
}

.mingcheng1 p {
	font-size: 22px;
	color: #333;
	padding-bottom: 20px;
	text-align: center;
}

.mingcheng1 h2 {
	font-size: 48px;
	color: #0F3E74;
	text-align: center;
}

/* 联系我们 */
.lianxi {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding-top: 90px;
	padding-bottom: 140px;
}

.lianxiwomen {
	display: flex;
	justify-content: space-between;
}

.lianxiwomen1 {
	width: 240px;
}

.dhhh {
	padding-bottom: 60px;
}

.dhhh h1 {
	width: 100%;
	color: #333;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	border-bottom: #E6E8EB 2px solid;
}

.dhhh1 {
	display: flex;
	/* align-items: center; */
	padding-top: 23px;
}

.dhhh1 img {
	width: 20px;
	height: 20px;
}

.dhhh1 p {
	font-size: 16px;
	color: #666;
	padding-left: 14px;
}

.dhhh1 a {
	font-size: 16px;
	color: #666;
	padding-left: 14px;
}

.dhhh2 {
	display: flex;
	/* align-items: center; */
	padding-top: 30px;
}

.dhhh2 img {
	width: 20px;
	height: 20px;
}

.dhhh2 a {
	font-size: 16px;
	color: #666;
	padding-left: 14px;
}

.ewm img {
	width: 90px;
	height: 90px;
}

.ewm p {
	font-size: 14px;
	color: #333;
	padding-top: 13px;
}

.map {
	width: 880px;
	height: 644px;
}

@media screen and (max-width:1035px) {
	.lianxi {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media screen and (max-width:768px) {
	.beijing {
		height: 300px;
	}

	.lianxiwomen {
		flex-wrap: wrap-reverse;
	}

	.lianxiwomen1 {
		width: 100%;
		padding-top: 20px;
	}

	.map {
		width: 100%;
	}

	.ewm {
		text-align: center;
	}
}

@media screen and (max-width:550px) {
	.beijing {
		height: 200px;
	}

	.mingcheng1 p {
		font-size: 16px;
		color: #333;
		padding-bottom: 20px;
	}

	.mingcheng1 h2 {
		font-size: 23px;
		color: #0F3E74;
		text-align: center;
	}

	.map {
		width: 100%;
		height: 300px;
	}

	.lianxi {
		padding-top: 30px;
	}
}
