body,
html {
	background-color: #fffaed;
	background-image: url(../image/cunluoxiangqing/beijing1.png);
	background-size: 100% 100%;
}

/* 传统建筑 */
.architecture {

	width: 100%;
	margin-top: 180px;
	padding-bottom: 60px;

	overflow: hidden;
	position: relative;
}

.bar_jianzhu {
	max-width: 1002px;
	width: 100%;
	margin: 0 auto;
	height: 600px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.mingcheng {
	font-weight: 400;
	font-size: 36px;
	color: #FFFFFF;
	background: rgb(0 0 0 / 60%);
	border-radius: 0px 0px 0px 0px;
	padding: 26px 42px;
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-family: zi1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../image/feiyi/left.png);
	width: 40px;
	height: 50px;
	background-size: 100%;
	left: 80px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/feiyi/right.png);
	width: 40px;
	height: 50px;
	background-size: 100%;
	right: 80px;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	opacity: 1;
	background: #FFFFFF;
}

.swiper-pagination-bullet-active {
	background: #BB9667;
}

/* 村落风貌 */
.features {
	padding-top: 67px;
	padding-bottom: 100px;
}

.history_lishi1 h1 {
	font-weight: 400;
	font-size: 54px;
	color: #333333;
	padding-bottom: 40px;
	font-family: zi1;
}

.history_lishi2 {
	display: flex;
	margin-bottom: 80px;
}

.incident_tu {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.incident_tu img {
	width: 640px;
	height: 420px;
	object-fit: cover;
}

.incident_diangu h1 {
	font-weight: bold;
	font-size: 24px;
	color: #BD996D;
	padding-bottom: 20px;
}

.incident_diangu p {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}

.incident_diangu {
	padding-bottom: 30px;
}

@media screen and (max-width:1300px) {
	.incident_tu img {
		width: 49%;
	}

	.architecture {
		margin-top: 70px;
	}
}

@media screen and (max-width:768px) {
	.bar_jianzhu {
		height: 245px;
	}

	.mingcheng {
		font-size: 15px;
		padding: 20px;
	}

	.history_lishi1 h1 {
		font-size: 35px;
	}

	.incident_tu img {
		height: 126px;
	}
}