/* 村落推荐改 */
.recommend_cl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.recommend_cl1 {
	width: 250px;
	height: 380px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	border-radius: 5px;
}

.recommend_cl1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recommend {
	height: auto !important;
}

.title_tuijian {
	margin-bottom: 40px !important;
}

.r_c_zhe {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;

}

.r_c_zhe1 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}

.r_c_zhe2 {
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	text-align: center;
	position: absolute;
	background-color: rgb(0, 0, 0, 0.7);
	z-index: 10;
	padding: 20px;
	transition: all 0.3s;
}

.recommend_cl1:hover .r_c_zhe2 {
	top: 0;
}

.r_c_zhe2 h1 {
	font-size: 25px;
	color: #fff;
}

.r_c_zhe2 p {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
}

.r_c_shuju {
	padding-top: 59px;
}

.r_c_zhe2 a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	border: 1px solid #fff;
	padding: 10px 20px;
	font-size: 18px;
	color: #fff;
	margin-top: 50px;
	transition: all 0.3s;
}

.r_c_zhe2 a:hover {
	background: #fff;
	color: #bd7f33;
}

	.r_c_zhe1::before {  
		 content: "";  
		  position: absolute;  
		  top: 0;  
		  left: 0;  
		  right: 0;  
		  bottom: 0;  
		   background-repeat: no-repeat;  
		    background-position: center;  
	  background-image: radial-gradient(circle, rgba(255, 255, 255, 0), rgb(0, 0, 0, 35%));
	 
	  opacity: 1; 
	}
.r_c_zhe h1 {
	writing-mode: vertical-rl;
	font-family: zi1;
	font-weight: 400;
	font-size: 50px;
	color: #FFFFFF;
	margin-top: 45px;
	position: relative;
	z-index: 9;
	display: flex;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.recommend_cl2 {
	width: 250px;
}
@media screen and (max-width: 768px) {
	.recommend_cl1 {
	    margin-bottom: 10px;
	    border-radius: 5px;
		width: 48%;
		height: 273px;
	}
	.r_c_shuju {
	    padding-top: 12px;
	}
	.r_c_zhe2 p {
	    font-size: 14px;
	    color: #fff;
	    margin-top: 10px;
	}
	.r_c_zhe2 a {
	    padding: 10px 10px;
	    font-size: 16px;
	    margin-top: 40px;
	}
.r_c_zhe h1 {
    font-size: 40px;
}
	   
}
.guosheng{
	width: 100%;
	padding: 30px 0;
	background-image: url(../image/zhuanti/beijing.png);
	    background-size: 100%;
}
.guosheng_guo{
	display: flex;
	justify-content: space-between;
}
.guosheng_sheng{
	width: 49%;
	padding: 15px 5px;
	background: #e1e1e1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.guosheng_sheng a{
	width: 100%;
	height: 100%;
	display: flex;
		align-items: center;
		justify-content: center;
	color: #BB9667;
	font-size: 20px;
	font-weight: bold;
	
}
.guosheng_sheng1{
	position: relative;
	background:#442323;
	
}
.guosheng_sheng1 a{
	color: #fff;
}
.guosheng_sheng1::after{
	content: "";
	position: absolute;
	top: 100%;
	width: 0;  
	    height: 0;  
	    border-left: 12px solid transparent;  
	    border-right: 12px solid transparent;  
	    border-top: 15px solid #442323; /* 这里可以更改为你想要的颜色 */
}
.banner {
	background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
}

.banner {
	width: 100%;
	height: 175px;
	position: relative;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner_lunbo {
	position: absolute;
	width: 100%;
	top: 1%;
	left: 0;

}

.banner_lunbo1 {
	position: relative;
}

.banner .bar_neiye {
	padding-left: 20px;
	padding-right: 20px;
}

.banner_slide {
	width: 50px;
	height: 151px;
	background-image: url(../image/cunluo/beijing.png);
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.banner_slide p {
	writing-mode: vertical-rl;
	font-weight: bold;
	font-size: 16px;
	color: #BB9667;
}

/* swiper */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	/* opacity: 0.4; */
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/cunluo/right.png);
	right: -21px;
	background-size: 100% 100%;
	width: 15px;
	height: 25px;
}

.swiper-slide-thumb-active .banner_slide {
	background: #BB9667;
	background-image: url(../image/cunluo/beijing.png);
}

.swiper-slide-thumb-active .banner_slide p {
	color: #fff;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../image/cunluo/left.png);
	left: -21px;
	background-size: 100% 100%;
	width: 15px;
	height: 25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 0;
}

/* 内容 */
.content {
	background-image: url(../image/zhuanti/beijing.png);
	background-size: 100%;
	padding-top: 80px;
	padding-bottom: 100px;
	    min-height: 300px;
}

.content_slide {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content_slide1 {
	width: 310px;
	height: 240px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.content_zhandi {
	width: 310px;
}

.content_slide1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.content_slide1:hover img {
	transform: scale(1.2);
}

.content_cun {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(0 0 0 / 40%);
	padding: 12px 20px;
}

.content_cun h1 {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: left;
}

.content_cun p {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
}

.content .swiper-slide {
	opacity: 0 !important;
	transition: all 0.3s;
}

.content .swiper-slide-active {
	opacity: 1 !important;
}
@media screen and (max-width:1024px) {
    .guosheng {
    padding-top: 120px;
}
}
@media screen and (max-width:768px) {
	.banner {
		height: 265px;
	}

	.content_slide1 {
		width: 48%;
		height: 146px;
	}

	.content_cun {
		padding: 10px;
	}

	.content_cun p {
		display: none;
	}

	.content_cun h1 {
		font-size: 14px;
	}
	.banner_lunbo {
    top: 36%;
}
.guosheng_sheng a {
	    font-size: 16px;
	}
	.guosheng_sheng {
	    padding: 10px 5px;
	}
}