.bar_feiyi {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
}

.banner {
	width: 100%;
	height: 700px;
	position: relative;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner_feiyi {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feiyi_xuanxiang {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.feiyi_xuan {
	width: 260px;
	height: 110px;
	background-image: url(../image/feiyi/kuang.png);
	background-size: 100% 100%;
}

.feiyi_xuan a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
}

.feiyi_xuan1 {
	background-image: url(../image/feiyi/kuang1.png);
}

/* 文化 */
.culture {
	background-color: #fffaed;
	width: 100%;
	padding-bottom: 200px;
	background-image: url(../image/cunluoxiangqing/beijing1.png);
	background-size: 100% 100%;
}

.culture_jieshao {
	width: 100%;
	height: 260px;
	background: #FFFFFF;
	margin-top: -100px;
	position: relative;
	z-index: 9;
	display: flex;
	justify-content: space-between;
	padding-left: 50px;
	margin-bottom: 60px;
}

.culture_shao {
	width: 402px;
	height: 100%;
}

.culture_shao img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.culture_jie1 {
	width: 790px;
	height: 100%;
	padding-top: 46px;
}

.culture_jie2 {
	width: 100%;
	height: 99px;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.culture_jie1 h1 {
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	padding-bottom: 20px;
}

.culture_jie2 p {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}

.culture_cunluo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.culture_cun {

	padding: 20px 20px 30px 20px;
	background: #AD906B;
	width: 303px;
	margin-bottom: 30px;
	position: relative;
}

.culture_cun h1 {
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.culture_cun p {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}

.culture_luo {
	width: 303px;
}

@media screen and (max-width:1380px) {
	.bar_feiyi {
		padding-left: 20px;
		padding-right: 20px;
	}

	.feiyi_xuan {
		width: 19%;
	}
}

@media screen and (max-width:1024px) {
	.culture_shao {
		display: none;
	}

	.culture_jie1 {
		width: 100%;
	}

	.culture_jieshao {
		padding-right: 50px;
	}
}

@media screen and (max-width:768px) {
	.banner {
		height: 300px;
	}

	.feiyi_xuan a {
		font-size: 16px;
	}

	.feiyi_xuan {
		height: 45px;
	}

	.culture_cun {
		width: 49%;
	}
}