.banner {
	width: 100%;
	height: 460px;
	position: relative;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner_zhuanti {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_zhuanti img {
	width: 250px;
	height: 250px;
	margin-top: 100px;
}

.information {
	background-color: #fffaed;
	width: 100%;
	padding: 60px 0;
	background-image: url(../image/cunluoxiangqing/beijing1.png);
	background-size: 100% 100%;
	min-height: 580px;
}

.information_liebiao {
	max-width: 1227px;
	width: 100%;
	margin: 0 auto;
}

.information_liebiao1 {
	width: 100%;
	border-bottom: 1px dashed #BB9667;
	padding: 10px 32px;
	position: relative;
}
 .information_liebiao1{
			            display: flex;
			            align-items: center;
			            justify-content: space-between;
			        }
			        .tupiana{
			            width: 100px;
			            height: 85px;
			            overflow: hidden;
			            position: relative;
			        }
			        .tupiana1 img{
			            width: 100%;
			            height: 100%;
			        }
.information_liebiao1 p {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
}

.information_liebiao1::after {
	content: "";
	position: absolute;
	width: 25.78px;
	height: 16px;
	background-image: url(../image/zixun/tuan.png);
	background-size: 100% 100%;
	bottom: -4px;
	left: -35px;
}

.information_liebiao1::before {
	content: "";
	position: absolute;
	width: 25.78px;
	height: 16px;
	background-image: url(../image/zixun/tuan.png);
	background-size: 100% 100%;
	bottom: -4px;
	right: -35px;
}

.information_lb {
	width: 100%;
	border-bottom: 1px dashed #BB9667;
	position: relative;
}

.information_lb::after {
	content: "";
	position: absolute;
	width: 25.78px;
	height: 16px;
	background-image: url(../image/zixun/tuan.png);
	background-size: 100% 100%;
	bottom: -4px;
	left: -35px;
}

.information_lb::before {
	content: "";
	position: absolute;
	width: 25.78px;
	height: 16px;
	background-image: url(../image/zixun/tuan.png);
	background-size: 100% 100%;
	bottom: -4px;
	right: -35px;
}

@media screen and (max-width:768px) {

	.information_lb::before,
	.information_lb::after {
		display: none;
	}

	.information_liebiao1::before,
	.information_liebiao1::after {
		display: none;
	}

	.banner {
		height: 250px;
	}

	.banner_zhuanti img {
		width: 100px;
		height: 100px;
		margin-top: 40px;
	}

	.information_liebiao1 p {
		font-size: 16px;
	}

	.information_liebiao1 {
		padding: 15px;
	}
	.tupiana{
	    display: none;
	}
}