/* banner */
.cun_banner {
	width: 100%;
	height: 920px;
	position: relative;
}
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cun_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cun_zi {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	 align-items: center; 
}

.cun_zi h1 {
	writing-mode: vertical-rl;
	font-weight: 400;
	font-size: 86px;
	color: #FFFFFF;
	margin-top: 186px;
	font-family: zi1;
}

/* 建村历史 */
.history {
	background-color: #fff;
	width: 100%;
	padding: 60px 0;
	background-image: url(../image/cunluoxiangqing/beijing1.png);
	background-size: 100% 100%;
}

.history_lishi1 h1 {
	font-weight: 400;
	font-size: 54px;
	color: #333333;
	padding-bottom: 40px;
	font-family: zi1;
}

.history_lishi2 {
	display: flex;
	margin-bottom: 80px;
}

.history_left {
	width: 480px;
}

.history_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.history_right {
	width: 820px;
	background: #C7A460;
	padding: 80px 60px;
	min-height: 580px;
}

.history_right h1 {
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	padding-bottom: 40px;
}

.history_right p {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
	padding-bottom: 20px;
}

.history_renwu1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.history_ren {
	width: 200px;
	height: 200px;
}

.history_ren img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.history_wu {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.history_wu1 {
	width: 67px;
	margin-right: 60px;
}

.history_wu1 h1 {
	font-weight: bold;
	font-size: 22px;
	color: #333333;
}

.history_wu2 {
	width: 90%;
}

.history_wu2 p {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}
.history_bian .history_wu2 p {
    line-height: 26px;
    padding-bottom: 20px;
}
.history_bian .history_wu2 td p{
    padding-bottom: 0px;
}
/* 历史事件 */
.incident {
	background-color: #fffaed;
	width: 100%;
	padding: 60px 0;
	background-image: url(../image/cunluoxiangqing/beijing1.png);
	background-size: 100% 100%;
}

.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;
}

/* 视频 */
.shipin {
	background-color: #EDE9DE;
	width: 100%;
	padding: 100px 0;
	background-image: url(../image/cunluoxiangqing/beijing2.png);
	background-size: 100% 100%;
}

.shipin_video {
	width: 100%;
	height: 731px;
	cursor: pointer;
	position: relative;
}

.shipin_bofang {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shipin_bofang img {
	width: 100px;
	height: 100px;
}

.videos {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -30%;
	margin-top: -32.5vh;
	z-index: 9999;
	width: 60%;
	height: 65vh;
}

.videos video {
	height: 100%;
	display: block;
	margin: 0 auto;
}

.vclose {
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	cursor: pointer;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.4);
}
.cun_zi img{
        width: 815px;
    height: auto;
}
@media screen and (max-width:1300px) {
	.incident_tu img {
		width: 49%;
	}
}

@media screen and (max-width:1024px) {
	.history_renwu1 {
		flex-wrap: wrap;
	}

	.history_wu {
		width: 100%;
		flex-wrap: wrap;
	}

	.history_wu1 {
	        padding-top: 10px;
        padding-bottom: 10px;
	}

	.history_wu2 {
		width: 100%;
	}

	.history_ren {
		margin: 0 auto;
	}
}

@media screen and (max-width:768px) {
	.cun_banner {
		height: 250px;
	}

	.cun_zi h1 {
		writing-mode: inherit;
		font-size: 40px;
		margin-top: 120px;
	}

	.history_lishi1 h1 {
		font-size: 35px;
	}

	.history_lishi2 {
		flex-wrap: wrap;
	}

	.history_left {
		width: 100%;
	}

	.history_right {
		width: 100%;
	}

	.history_right {
		padding: 20px;
		min-height: auto;
	}

	.history_right h1 {
		font-size: 25px;
		padding-bottom: 16px;
	}

	.incident_tu img {
		height: 126px;
	}

	.shipin_video {
		height: 230px;
	}

	.shipin_bofang img {
		width: 50px;
		height: 50px;
	}
	.cun_zi img {
    width: 200px;
    height: auto;
}
.history_bian tr{
    display: flex;
    flex-wrap: wrap;
}
.history_bian td{
    width: 100%;
}
}