.lianxi {
	margin-top: 100px;
	width: 100%;
	padding-top: 185px;
	padding-bottom: 190px;
	background: url(../image/content/beijing.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.pinzhi {
	padding-bottom: 180px;
}

.pinzhi h1 {
	font-size: 64px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 72px;
	text-align: center;
}

.pinzhi h2 {
	font-size: 64px;
	font-weight: bold;
	color: #1A758C;
	line-height: 72px;
	text-align: center;
	margin-top: 40px;
}

.fangshi {
	padding: 80px;
	width: 1200px;
	height: 617px;
	margin: 0 auto;
	background-color: rgb(245 245 245 / 55%);
	backdrop-filter: blur(20px);
	display: flex;
	justify-content: space-between;
}

.fang {
	width: 447px;
}

.map {
	width: 100%;
	height: 228px;
	margin-top: 17px;
}

.fang span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #1A758C;
	margin-bottom: 10;
}

.fangshi p {
	font-size: 15px;
	font-weight: 400;
	color: #1A1A1A;
	margin-bottom: 24px;
}

.shi {
	width: 480px;
	margin-top: -22px;
}

.shi input {
	display: block;
	width: 100%;
	height: 70px;
	border: 0 solid;
	border-bottom: 2px solid #A5CAD6;
	background-color: transparent;
	font-size: 16px;
	color: #1A1A1A;
	font-family: "微软雅黑";
}

.shi input::placeholder {
	color: #1A1A1A;
}

.shi textarea {
	width: 100%;
	height: 235px;
	border: 0 solid;
	border-bottom: 2px solid #A5CAD6;
	background-color: transparent;
	font-size: 16px;
	color: #1A1A1A;
	padding-top: 26px;
	font-family: "微软雅黑";
}

.shi textarea::placeholder {
	color: #1A1A1A;
}

.but {
	display: flex;
	justify-content: flex-end;
	padding-top: 30px;
}

.but button {
	width: 160px;
	height: 48px;
	background: #1A758C;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	border: 0;
}

@media screen and (max-width:1200px) {
	.fangshi {
		width: 100%;
		height: auto;
		flex-wrap: wrap;
	}

	.fang {
		width: 100%;
		margin-bottom: 20px;
	}

	.shi {
		width: 100%;
	}

}

@media screen and (max-width:1024px) {
	.pinzhi h1 {
		font-size: 28px;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 40px;
		text-align: center;
		padding: 0 20px;
	}

	.pinzhi h2 {
		font-size: 28px;
		font-weight: bold;
		color: #1A758C;
		line-height: 7px;
		text-align: center;
		margin-top: 40px;
	}

	.pinzhi {
		padding-bottom: 50px;
	}

	.fangshi {
		padding: 30px;
	}

	.lianxi {
		margin-top: 70px;
		width: 100%;
		padding-top: 55px;
		padding-bottom: 100px;

	}
}