body,
html {
	height: 100%;
	background-color: #fff;
}
.lunbo iframe{
	width: 100%;
	height: 100%;
}
.lunbo{
	position: relative;
}
.lb_zhezhao {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
       background-color: rgb(0 0 0 / 18%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.lb_zhezhao img{
	    width: 815px !important;
	    height: auto !important;
}
/* 村落馆改 */
.s_Muralodate {
	/* height: 682px; */
}

.container {

	flex-wrap: wrap;
	width: 300px;
}

.container_s {
	width: 100%;
	margin-bottom: 35px;
}

#province,
#city,
#area {
	width: 100% !important;
}

.s_mapzy {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

}

.s_mapy {
	width: 1150px;
	height: 562px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.map {
	width: 100%;
	height: 100%;
}
.filter {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 9;
	}

	.filter select {
		padding: 5px;
		font-size: 16px;
		color: #525252;
		background: #fff;
		appearance: auto !important;
		border: 1px solid #949494;
		border-radius: 5px;
	}
.s_mpcl {
	width: 345px;
}

.s_mpcl img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.s_mpcl h4 {
	font-size: 20px;
	color: #333;
	line-height: 20px;
	margin: 10px 0;
}

.s_mpcl p {
	color: #333;
	margin: 10px 0;
}

.map .amap-marker-label {
	top: 0px !important;
	left: 0px !important;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	width: 100%;
	height: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.amap-icon {
	position: relative !important;
}

.amap-logo,
.amap-copyright {
	display: none !important;
}

.map_shuju {
	width: 100%;
	height: 130px;
	background: linear-gradient(180deg, rgba(35, 52, 19, 0) 0%, #233413 100%);
	border-radius: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 76px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.map_s h1 {
	font-weight: 400;
	font-size: 36px;
	color: #FFFFFF;
	font-family: zi1;
	text-align: center;
	padding-bottom: 10px;
}

.map_s p {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;

}

/* 村落推荐改 */
.recommend_cl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.recommend_cl1 {
	width: 100% !important;
	height: 380px;
	overflow: hidden;
	position: relative;
	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: 60px;
}

.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, 30%));
	 
	  opacity: 1; 
	} 
.r_c_zhe h1 {
	writing-mode: vertical-rl;
	font-family: zi1;
	font-weight: 400;
	font-size: 50px;
	color: #FFFFFF;
	margin-top: 48px;
	position: relative;
	z-index: 9;
	display: flex;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.recommend_cl2 {
	width: 336px;
}

/* 政策法规 */
.fagui {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fagui1 {
	width: 418px;
	padding: 30px;
	background: #E5D9BE;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.fagui1 p {
	font-weight: 400;
	font-size: 18px;
	color: #2D2D2D;
	line-height: 30px;
	height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fagui1 span {
	font-weight: 400;
	font-size: 18px;
	color: #ACA594;
	display: block;
	margin-top: 82px;
}

.fagui2 {
	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.8);
	z-index: 10;
	padding: 20px;
	transition: all 0.3s;
}

.fagui1:hover .fagui2 {
	top: 0;
}

.fagui2 a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	border: 1px solid #fff;
	padding: 10px 20px;
	font-size: 18px;
	color: #fff;
	transition: all 0.3s;
}

.fagui2 a:hover {
	background: #fff;
	color: #bd7f33;
}

.fmy {
	width: 418px;
}
@media screen and (max-width: 1760px) {
    .container_s {
        width: 100% !important;
    }
	.fagui1{
		width: 24%;
	}
}
@media screen and (max-width: 1660px) {
    .container{
		width: 30%;
	}
	.s_mapy{
		width: 60%;
	}
}
@media screen and (max-width: 1024px) {
    .container{
		width: 100%;
	}
	.s_mapy{
		width: 100%;
	}
	.s_mapzy{
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 1400px) {
	.recommend_cl1 {
	    width: 19%;
	}
	.recommend_cl2 {
	    width: 19%;
	}
}
@media screen and (max-width: 768px) {
    .lb_zhezhao img {
	    width: 300px !important;
	    height: auto !important;
	}
	.s_mapy{
		height: 350px;
	}
	.map_shuju {
	    padding: 0 10px;
	}
	.recommend_cl1 {
	    width: 48%;
		margin-bottom: 0px;
		height: 300px;
	}
	.recommend_cl2 {
	   display: none;
	}
	.r_c_zhe h1 {
	    font-size: 33px;
	}
	.r_c_zhe2{
		padding: 10px;
	}
	.r_c_shuju {
	    padding-top: 16px;
	}
	.fagui1{
		width: 100%;
		
	}
	.r_c_zhe h1 {
	    margin-top: 60px;
	    display: flex;
	}
}

/* banner图 */
.lunbo {
	width: 100%;
	overflow: hidden;
	height: 70%;
}

.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;
}

/* 村落馆 */
.Muralodate {
	width: 100%;
	padding: 0px 0 !important;
	background: url(../image/index/menggban.png);
	background-size: 100% 100%;
}
.bar_me{
    background: url(../image/index/beijing.png);
	background-size: 100% 100%;
}
.s_Muralodate {
	width: 100%;
	/*background: url(../image/index/beijing.png);*/
	background-size: 100% 100%;
	padding: 60px 80px 89px 80px;
}

.curator h1 {
	font-weight: 400;
	font-size: 54px;
	color: #FFFFFF;
	padding-bottom: 50px;
	font-family: zi1;
}

.container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#province {
	width: 420px;
	height: 60px;
	/* background: url(../image/index/beijing2.png); */
	background-size: 100% 100%;
	/* border: 0; */
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
	padding-left: 41px;
	padding-right: 30px;
}

#city {
	width: 420px;
	height: 60px;
	/* background: url(../image/index/beijing2.png); */
	background-size: 100% 100%;
	/* border: 0; */
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
	padding-left: 41px;
	padding-right: 30px;
}

#area {
	width: 680px;
	height: 60px;
	/* background: url(../image/index/beijing2.png); */
	background-size: 100% 100%;
	/* border: 0; */
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
	padding-left: 41px;
	padding-right: 30px;
}

select {
	background-color: rgb(142 160 123 / 80%);
	appearance: none;
	position: relative;
	border: 1px dashed #fff;
}

select option {
	/* color: #333; */
}

.container_s {
	position: relative;
}

.container_xiala {
	position: absolute;
	top: 36%;
	right: 30px;
}

.container_xiala img {
	width: 15px;
	height: 9px;
}

.container_kuang {
	display: flex;
	position: absolute;
	z-index: 9;
	top: 0;
}

.container_kuang1 {
	display: flex;
	align-items: end;
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 0;
}

.container_kuang p:nth-child(1) {
	width: 6px;
	height: 26px;
	background-color: #FFFFFF;
}

.container_kuang p:nth-child(2) {
	width: 20px;
	height: 6px;
	background-color: #FFFFFF;
}

.container_kuang1 p:nth-child(2) {
	width: 6px;
	height: 26px;
	background-color: #FFFFFF;
}

.container_kuang1 p:nth-child(1) {
	width: 20px;
	height: 6px;
	background-color: #FFFFFF;
}

/* 村落推荐 */
.recommend {
	width: 100%;
	background: url(../image/index/beijing3.png);
	background-size: 100%;
	padding-top: 28px;
	padding-bottom: 140px;
	height: 1150px;

}

.title_tuijian {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 85px;
}

.title_biaoti {
	position: relative;
	z-index: 9;
}

.title_biaoti h1 {
	font-weight: 400;
	font-size: 54px;
	color: #333333;
	white-space: nowrap;
	margin-right: 20px;
	font-family: zi1;
}

.title_xian {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 1;
}

.title_cunluo1 {
	position: absolute;
	left: -131px;
	width: 142px;
	height: 118px;
	z-index: 0;
	opacity: 0.1;

}

.title_cunluo1 img {
	width: 100%;
	height: 100%;
	/* opacity: 0.3; */
}

.title_xian1 {
	width: 34px;
	height: 44px;
	margin-right: 15px;
}

.title_xian1 img {
	width: 100%;
	height: 100%;
}

.title_xian2 {
	width: 100%;
	border: 1px solid #BB9667;
}

.title_gengduo {
	width: 137px;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}

.title_gengduo a {
	background: url(../image/index/gengduo2.png);
	background-size: 100%;
	width: 105px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
}

.village {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}

.village_tu {
	width: 980px;
	height: 660px;
	overflow: hidden;
}

.village_tu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.village_tu:hover img {
	transform: scale(1.2);
}

.village_cun {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.village_cun1 {
	width: 120px;
	height: 660px;
	position: relative;
	overflow: hidden;
	transition: all 1.2s;
}

.village_opentu {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1.2s;
}

.village_open .village_opentu {
	z-index: 8;
	opacity: 1;
}

.village_open .village_opentu a {
	width: 100%;
	height: 100%;
}

.village_open .village_opentu a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.village_open {
	width: 980px;
	/* height: 660px; */
	overflow: hidden;
	margin-top: 0 !important;
}

.village_cun2 {
	opacity: 1;
	transition: all 1.2s;
}

.village_open .village_cun2 {
	opacity: 0;
}

.village_cun3 {
	opacity: 1;
	transition: all 1.2s;
}

.village_open .village_cun3 {
	opacity: 0;
}

.village_cun1:nth-child(2) {
	margin-top: -120px;
}

.village_cun1:nth-child(3) {
	margin-top: 120px;
}

.village_cun2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

}

.village_cun2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.village_cun1:hover .village_cun2 img {
	transform: scale(1.2);
}

.village_cun3 {
	position: relative;
	z-index: 5;
	width: 100%;
	overflow: hidden;
	cursor: pointer;

}

.village_cun3 a {
	width: 100%;
	height: 100%;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	padding-top: 60px;
	color: #fff;
	font-weight: 400;
	font-size: 22px;

}

/* 学术 */
.academic {
	width: 100%;
	background: #bdaf86;
	background-image: url(../image/index/beijing4.png);
	background-size: 100% 100%;
	padding-top: 26px;
	padding-bottom: 140px;
	height: 900px;
}

.academic_xueshu {
	display: flex;
	justify-content: space-between;
	padding-top: 55px;
}

.academic_xueshu1 {
	width: 411px;
	display: flex;
	justify-content: center;
	position: relative;
}

.academic_xueshu2 {
	width: 280px;
	position: relative;
	z-index: 5;
}

.academic_xueshu2 img {
	width: 100%;
	height: 420px;
}

.academic_xueshu2 p {
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	text-align: center;
	padding-top: 20px;
}

.academic_xueshu3 {
	position: absolute;
	width: 411px;
	height: 320px;
	/* background-image: url(../image/index/xueshubeijing.png); */
	background-size: 100% 100%;
	left: 0;
	z-index: 0;
	top: 55px;
}



.academic_xueshu1:nth-child(2) {
	margin-top: -80px;
}

.academic_xueshu1:nth-child(3) {
	margin-top: 80px;
}

.academic_xueshu1:nth-child(1) .academic_xueshu3 {
	background-image: url(../image/index/xueshubeijing.png);
}

.academic_xueshu1:nth-child(2) .academic_xueshu3 {
	background-image: url(../image/index/xueshubeijing2.png);
}

.academic_xueshu1:nth-child(3) .academic_xueshu3 {
	background-image: url(../image/index/xueshubeijing3.png);
}

.academic_xueshu1:nth-child(4) .academic_xueshu3 {
	background-image: url(../image/index/xueshubeijing4.png);
}

/* 传统建筑 */
.architecture {
	width: 100%;
	height: 661px;
	display: flex;
}

.architecture_left,
.architecture_right {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.architecture_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.architecture_shang {
	width: 100%;
	height: 50%;
	position: relative;
	overflow: hidden;
}

.architecture_shang img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.architecture_shang:hover img {
	transform: scale(1.2);
}

.architecture_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.architecture_left:hover img {
	transform: scale(1.2);
}

.architecture_title {
	position: absolute;
	left: 25px;
	top:25px;
}

.architecture_title h1 {
	font-weight: 400;
	font-size: 40px;
	color: #FFFFFF;
	font-family: zi1;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.architecture_title p {
width: 372px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 7px;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); */
    background: linear-gradient(to right, #ffffffbf, rgb(255 255 255 / 17%));
    padding-left: 13px;
    padding-right: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.architecture_right .architecture_title{
    top: 200px;
}
.architecture_shang:nth-child(1) .architecture_title p{
    width: 480px;
}
/* <!-- 四川之声 --> */
.Szechwan {
	width: 100%;
	background: url(../image/index/beijing5.png);
	background-size: 100% 100%;
	padding-top: 60px;
	padding-bottom: 80px;
}

.Szechwan .title_tuijian {
	margin-bottom: 40px;
}

.Szechwan_sichuan {
	display: flex;
	justify-content: space-between;
}

.Szechwan_chuan1 {
	width: 425px;
	height: 780px;
	position: relative;
	overflow: hidden;
}

.Szechwan_chuan1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.Szechwan_chuan1:hover img {
	transform: scale(1.2);
}

.Szechwan_chuan1:hover .Szechwan_zhezhao {
	bottom: 0;
}

.Szechwan_zhezhao {
	width: 100%;
	height: 211px;
	background: rgb(0 0 0 / 60%);
	border-radius: 0px 0px 0px 0px;
	position: absolute;
	left: 0;
	bottom: -100%;
	padding: 30px;
	transition: all 0.5s;
}

.Szechwan_zhezhao h1 {
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	padding-bottom: 19px;
}

.Szechwan_zhezhao p {
	font-weight: bold;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 26px;
}

/* 政策咨询 */
.policy {
	width: 100%;
	background: url(../image/index/beijing6.png);
	background-size: 100% 100%;
	padding-top: 90px;
	padding-bottom: 80px;
}

.policy_zczx {
	display: flex;
	justify-content: space-between;
}

.policy_zixun {
	width: 860px;
	height: 304px;
	background: #E5D9BE;
	border-radius: 0px 0px 0px 0px;
	display: flex;
	padding: 40px 40px 40px 0;
}

.policy_zhengce {
	width: 860px;
	height: 304px;
	background: #DFCAB4;
	border-radius: 0px 0px 0px 0px;
	display: flex;
	padding: 40px 40px 40px 0;
}

.policy_zixun1 {
	width: 137px;
}

.policy_s {
	width: 100%;
	display: flex;
	justify-content: center;
}

.policy_s h1 {
	writing-mode: vertical-rl;
	font-weight: 400;
	font-size: 45px;
	color: #BB9667;
	font-family: zi1;
}

.policy_s a {
	background: url(../image/index/gengduo.png);
	background-size: 100% 100%;
	width: 51px;
	height: 105px;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 39px;
}

.policy_zixun2 {
	width: 672px;
}

.policy_zixun3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 16px;
}

.policy_zixun3 p {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	width: 75%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.policy_zixun3 span {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	width: 15%;
}

@media screen and (max-width:1760px) {
	.container_s {
		width: 30%;
	}

	.container_s:nth-last-child(1) {
		width: 38%;
	}

	#province {
		width: 100%;
	}

	#city {
		width: 100%;
	}

	#area {
		width: 100%;
	}

	.village_cun1 {
		width: 6%;
	}

	.village_open {
		width: 59%;
	}

	.academic_xueshu1 {
		width: 24%;
	}

	.academic_xueshu3 {
		width: 100%;
	}

	.Szechwan_chuan1 {
		width: 24%;
	}

	.policy_zixun {
		width: 49%;
	}

	.policy_zhengce {
		width: 49%;
	}

	.policy_zixun3 span {
		font-weight: 400;
		font-size: 16px;
		color: #333333;
		width: 20%;
	}
}

@media screen and (max-width:1200px) {
	.policy_zixun {
		width: 100%;
	}

	.policy_zhengce {
		width: 100%;
	}

	.policy_zczx {
		flex-wrap: wrap;
	}
}

@media screen and (max-width:1024px) {
	.architecture_title p {
		width: 100%;
	}

	.village_cun {
		flex-wrap: wrap;
	}

	.village_cun1 {
		width: 100%;
		margin-top: 0 !important;
		height: 100px;
	}

	.recommend {
		height: auto;
	}

	.village_cun3 a {
		writing-mode: inherit;

	}

	.village_cun3 a {
		align-items: center;
		justify-content: center;
		padding-top: 0;
		font-size: 18px;
	}

	.village_cun3 {
		height: 100%;
	}

	.village_open {
		height: 300px;
	}

	.title_biaoti h1 {
		font-size: 35px;
	}

	.village {
		padding-top: 0;
	}

	.title_tuijian {
		margin-bottom: 0px;
	}

	.academic_xueshu1 {
		margin-top: 0 !important;
	}
}

@media screen and (max-width:768px) {
	.lunbo {
		height: 250px;
	}

	.Muralodate {
		padding: 40px 0;
	}

	.s_Muralodate {
		padding: 20px;
	}

	.curator h1 {
		font-size: 35px;
		padding-bottom: 25px;
	}

	.container {
		flex-wrap: wrap;
	}

	.container_s {
		width: 100% !important;
		margin-bottom: 15px;
	}

	#province {
		height: 50px;
		font-size: 18px;
	}

	#area {
		height: 50px;
		font-size: 18px;
	}

	#city {
		height: 50px;
		font-size: 18px;
	}

	.academic_xueshu1 {
		width: 48%;
		margin-bottom: 20px;
	}

	.academic_xueshu {
		flex-wrap: wrap;
	}

	.academic {
		height: auto;
	}

	.academic_xueshu3 {
		display: none;
	}

	.academic_xueshu2 {
		width: 100%;
	}

	.academic_xueshu2 img {
		width: 100%;
		height: 267px;
		object-fit: cover;
	}

	.academic_xueshu2 p {
		font-size: 16px;
		padding-top: 15px;
	}

	.academic_xueshu {
		padding-top: 0;
	}

	.architecture {
		height: 363px;
	}

	.architecture_title {
		position: absolute;
		left: 10px;
		top: 20px !important;
	}

	.architecture_title h1 {
		font-size: 20px;
	}

	.architecture_title p {
		        font-size: 12px;
        margin-top: 10px !important;
        line-height: 20px;
        width: 100% !important;
        padding: 4px;
	}

	.Szechwan_chuan1 {
		width: 49%;
		margin-bottom: 20px;
		height: 300px;
	}

	.Szechwan_sichuan {
		flex-wrap: wrap;
	}

	.Szechwan_zhezhao {
		height: 70px;
		padding: 15px;
	}

	.Szechwan_zhezhao p {
		display: none;
	}

	.Szechwan_zhezhao h1 {
		font-size: 18px;
		padding-bottom: 0;
	}

	.policy_zixun {
		flex-wrap: wrap;
		padding: 20px;
		height: auto;
	}

	.policy_zhengce {
		flex-wrap: wrap;
		height: auto;
		padding: 20px;
	}

	.policy_zixun1 {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}

	.policy_s {
		width: auto;
	}

	.policy_s h1 {
		writing-mode: inherit;
		font-size: 35px;
	}

	.policy_s a {
		background: url(../image/index/gengduo2.png);
		writing-mode: inherit;
		width: 105px;
		height: 51px;
		background-size: 100% 100%;
		margin-top: 0;

	}

	.policy_zixun3 {
		flex-wrap: wrap;
	}

	.policy_zixun3 p {
		width: 100%;
	}

	.policy_zixun3 span {
		width: 100%;
		margin-top: 10px;
	}
	    .title_biaoti h1 {
        font-size: 26px;
    }

}