body {
	text-align: center;
	font: 12px/1.5 'Microsoft Yahei', '\5b8b\4f53', Georgia, "Times New Roman", "\5fae\8f6f\96c5\9ed1", STXihei, "\534e\6587\7ec6\9ed1", serif;
}

p {}


body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none
}

a,
a:link,
a:visited {}

a:hover,
a:active {}

.middiv1 {
	width: 1200px;
	margin: 0px auto;
	clear: both;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

li {
	list-style: none;
	text-align: left
}

.layer_more {
	width: 80%;
	font-size: 16px;
	text-align: right;
	margin: 0 auto;
	float: right;
	margin-top: 5px;


}

.layer_more a {
	color: #ff2a00;
}


#menu {
	width: 304px;
	height: 580px;
	/* background: url(../images/navbg.png) center top no-repeat; */
	margin: 0;
	padding: 0;
	position: fixed;
	right: 0px;
	top: 50%;
	/* 顶部对齐视口垂直中点 */
	transform: translateY(-50%);
	/* 向上偏移自身50%高度，实现居中 */
	/* 可选：消除transform的模糊问题（部分浏览器） */
	transform-origin: right center;
	z-index: 9999;

}

/*.menubg{width: 100%; height: 100%; position: relative; left: 0; top: 0; background: #d20d0a;}
.nav{position: absolute; }
.nav img{width: 100%; height: auto;}
#nav1{top:20px;right: 10px;}
#nav2{top:70px;right: 20px;}
#nav3{top:140px;right: 30px;}*/

.nav {
	display: inline-block;
	float: right;
	margin-top: 20px;
}

.nav img {
	width: 80%;
	height: auto;
}

#nav1 {
	margin-top: 66px;
	margin-right: 35px;
}

#nav2 {
	margin-right: 35px;
}

#nav3 {
	margin-right: 35px;
}

#nav4 {
	margin-right: 35px;
}

#nav5 {
	margin-right: 35px;
}

#nav6 {
	margin-right: 35px;
}

#nav7 {
	margin-right: 35px;
}

#nav8 {
	margin-right: 2px;
}

#menu .active {}


.menu_back {
	position: absolute;
	left: 40px;
	z-index: -1;
}

.nav_bg {
	width: 5px;
	height: 450px;
}

.section1 {
	background: url(../images/b1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section2 {
	background: url(../images/b2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section3 {
	background: url(../images/b2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section4 {
	background: url(../images/b2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section5 {
	background: url(../images/b2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section6 {
	background: url(../images/b2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.p1_middiv {
	padding-top: 0px;
}


.p1_tit {
	width: 800px;
	height: auto;
	margin: 0 auto;
}

.p1_tit img {
	width: 100%;
	height: auto;
}

.p1_tit2 {
	width: 900px;
	height: auto;
	margin: 0 auto;
}

.p1_tit2 img {
	width: 100%;
	height: auto;
}



.p1_desimg {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.p1_desimg img {
	width: 100%;
	height: auto;
}

.p1_logo {
	width: 100px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

.p1_logo img {
	width: 100%;
	height: auto;
}

.p1_btn {
	width: 80px;
	height: auto;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -40px;
	animation: upDownBtn 1.5s infinite;
}

.p1_btn img {
	width: 100%;
	height: auto;
}

@keyframes upDownBtn {
	0% {
		opacity: 1;
		transform: translateY(10px)
	}

	50% {
		opacity: 1;
		transform: translateY(0)
	}

	100% {
		opacity: 1;
		transform: translateY(10px)
	}
}



.layertit {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.layertit img {
	width: 100%;
	height: auto;
}

.cen {
	justify-content: center;
	align-items: center;

}

.dy {
	background: url(../images/dy_back.png) no-repeat center top;
	background-size: 100% 100%;
	padding: 20px 0px 30px 0px;
	display: flex;
	position: absolute;
	bottom: 0px;

}

.dy>a {
	width: 80%;
	display: flex;
	text-indent: 2em;
	font-size: 20px;
	color: white;
	line-height: 35px;
	text-align: left;
}

.title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #666;
	background-color: rgba(50, 50, 50, .5);
	text-align: center;
	color: #fff;
}

.title a,
.title a:visited {
	display: block;
	line-height: 1.45;
	color: #fff;
	padding: .5em 10px;
	font-size: 14px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.layer02_dy_bg {
	width: 970px;
	height: auto;
	margin: 0 auto;
	padding: 10px 15px 20px 15px;
	background: url(../images/b2_ttbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.layer02_dy_p {
	width: 100%;
	height: auto;
	font-size: 20px;
	text-align: center;
}

.layer02_dy_p a {
	color: #d20d0a;
	line-height: 30px;
}

.layer02_dy_des {
	font-size: 14px;
	color: #83450b;
	width: 100%;
	height: auto;
	text-align: left;
	text-indent: 2em;
	margin-top: 5px;
}

.p2_swiper {
	width: 535px;
	height: 400px;
}

.p2_swiper_back {
	background: #fd644f;
}

.p2_swiper_back>a>p {
	color: white;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
}

.slide>a {
	text-decoration: none;
	color: white;
}

.rel {
	position: relative !important;
}

.b0 {
	bottom: 0px !important;
}

.p2_pagination>.swiper-pagination-bullet-active {
	background: #fd644f !important;
	scale: 1.3 !important;
}

.layer02_left {
	width: 535px;
	height: 100%;
	float: left;
	overflow: hidden;
	margin-top: 20px;
}

.layer02_left .swiper-container-1 img {
	width: 500px;
	height: 280px;
}

.layer02_left .layer02_pic1 {
	width: 100%;
	height: 280px;
	float: left;
}

.layer02_left .layer02_pic2 {
	width: 100%;
	height: 145px;
	float: left;
	margin-top: 20px;
}

.vdicon {
	position: absolute;
	width: 42px;
	height: 43px;
	left: 99px;
	top: 46px;
	background: url(//www.yunnan.cn/img/2023new/playvd.png) center top no-repeat;
}

.layer02_item {
	width: 240px;
	height: auto;

	position: relative;


}

.layer02_item .layer02_p {
	width: 240px;
	height: 135px;
	position: relative;
}

.layer02_item img {
	width: 240px;
	height: 135px;
	float: left
}

.video {
	width: 100%;
	height: 475px;
}

.layer02_right {
	width: 440px;
	float: right;
	margin-top: 30px;
}

.layer02_ul {
	width: 100%;
	margin: 0 auto;
}

.layer02_ul {
	float: left;
}

.layer02_ul li {
	width: 95%;
	height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 20px;
	padding-left: 10px;
	background: url(../images/dot1.png) center left no-repeat;
}

.layer02_ul li a {
	color: black;
	font-size: 15px;
}

.layer02_top {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #535353;
	float: left;
	margin-bottom: 0px;
	overflow: hidden;

	border-bottom: 1px dashed #ff2a00;
	padding-bottom: 10px;


}

.layer02_top span {
	font-size: 20px;
	font-family: simHei;
	text-align: left;

}

.layer02_bg .layer_more {
	margin-top: 20px;
}

.layer02_top span a {
	color: #83450b;
}

.layer02_top p {
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
	text-indent: 24px;
	overflow: hidden;
	color: grey;
	margin-top: 10px;

}

.layer02_top a {
	color: #ff2a00;
}

.layer02_top .divspan {
	font-size: 20px;
	font-family: simHei;
	text-align: left;
}






.p2_conbg {
	width: 1000px;
	height: 490px;
	margin: 0 auto;
	padding: 10px 20px;
	background: url(../images/b2_conbg.png) center top no-repeat;
	background-size: 100% 100%;
	margin-top: 10px;
}


.p3_icon {
	width: 353px;
	height: 208px;
}

.p3_conbg {
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 2 行，每行高度相等 */
	grid-template-rows: repeat(2, 1fr);
	column-gap: 30px;
	row-gap: 10px;
	margin-top: 20px;
}

.p3_item {
	display: flex;
	flex-direction: column;
	background: #fd654e;
	border-radius: 20px;
}

.p3_icon {
	width: 270px;
	height: 208px;
}

.p3_item_con>a {
	font-size: 16px;
	color: white;
	line-height: 35px;
	text-decoration: none;
}

.p3_item_con>p {
	font-size: 14px;
	color: white;
	line-height: 30px;
	text-decoration: none;
}

.p3_item_con {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.p4_con {
	width: 90%;
	display: flex;
	margin-top: 20px;
}

.p4_icon {
	width: 300px;
	height: 500px;
}

.mySwiper1 {
	width: 90%;
	overflow: hidden;
}

.p5_con {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-top: 20px;
}

.p5_left {
	width: 70%;
	display: flex;
	flex-direction: column;
	background: #666666a1;
}

.next {
	right: 5px !important;
	transform: translateY(-50%);
}

.prev {
	left: 5px !important;
	transform: translateY(-50%);
}

.p5_right {
	width: 30%;
	height: 550px;
	display: flex;
}

.mySwiper2 {
	overflow: hidden;
	height: 100%;
}

.p5_icon {
	width: 254px;
}

.p5_right_con {
	height: 90%;
}

.p6_con {
	width: 100%;
	display: grid;
	/* 2列 均分 */
	grid-template-columns: repeat(2, 1fr);
	/* 2行 均分 */
	grid-template-rows: repeat(2, 1fr);
	gap: 30px;
	margin-top: 20px;
}

.p6_con_item {
	display: flex;
	flex-direction: column;
	background: url(../images/b6_item_back.png) center top no-repeat;
	background-size: 100% 100%;
	padding: 30px 0px 50px 0px;
}

.p6_item_title {
	font-size: 20px;
	color: white;
	line-height: 35px;
	text-decoration: none;
	display: flex;
	width: 80%;
	margin: 0 auto;
}

.p6_item_title>a {
	font-size: 20px;
	color: white;
	line-height: 35px;
	text-decoration: none;
	display: flex;
	margin: 0 auto;
}

.p6_item_con {
	font-size: 16px;
	color: white;
	text-decoration: none;
	line-height: 25px;
	display: flex;
	width: 80%;
	margin: 0 auto;
	margin-top: 5px;
}

.p6_item_con>a {
	font-size: 16px;
	color: white;
	line-height: 25px;
	text-decoration: none;
	text-align: left;
}

.swiper-button-next1 {
	position: absolute;
	top: 0;
	width: 27px;
	/* margin-top: -22px; */
	z-index: 10;
	cursor: pointer;
	left: 50%;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateX(-50%);
}

.p5_title {
	bottom: 0px;
	width: 100%;
	color: white;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	font-size: 20px;
	margin-top: 5px;
}

.p5_right_title {
	background: #000000a1;
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: white;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	padding: 5px 0px;
}

.swiper-button-prev1 {
	position: absolute;
	bottom: 0;
	width: 27px;
	/* margin-top: -22px; */
	z-index: 10;
	cursor: pointer;
	left: 50%;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateX(-50%);
}

.p3_content {
	width: 690px;
	height: auto;
}

.p3_con1 {
	width: 650px;
	height: 256px;
	margin: 0 auto;
	padding: 10px 20px;
	background: url(../images/b3_sbg.png) center top no-repeat;
	background-size: 100% 100%;
	margin-top: 10px;
}

.p3_con2 {
	width: 690px;
	height: auto;
	margin-top: 20px;

}


.p3_item:first-child {
	margin-left: 0px;
}


.p3_itemdes {
	width: 210px;
	height: 50px;
	padding: 5px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	background: #f69541;
	margin-top: 5px;
}


.p3_con1_pic {
	width: 300px;
	height: 240px;
	margin-top: 10px;
	position: relative;
}

.p3_con1_news {
	width: 340px;
	height: auto;
}

.p3_con1_img {
	width: 300px;
	height: 240px;
	position: relative;
}

.p3_con1_img img {
	width: 300px;
	height: 240px;
}

.vdicon2 {
	position: absolute;
	width: 42px;
	height: 43px;
	left: 129px;
	top: 104px;
	background: url(//www.yunnan.cn/img/2023new/playvd.png) center top no-repeat;
}



.p4_content {
	width: 775px;
	height: auto;
}

.p4_con1 {
	width: 735px;
	height: 256px;
	margin: 0 auto;
	padding: 10px 20px;
	background: url(../images/b3_sbg.png) center top no-repeat;
	background-size: 100% 100%;
	margin-top: 10px;
}

.p4_con1_pic {
	width: 320px;
	height: 240px;
	margin-top: 10px;
	position: relative;
}

.p4_con1_news {
	width: 400px;
	height: auto;
}

.p4_con1_img {
	width: 320px;
	height: 240px;
	position: relative;
}

.p4_con1_img img {
	width: 320px;
	height: 240px;
}

.p4_con2 {
	width: 775px;
	height: auto;
	margin-top: 20px;

}

.p4_hb {
	width: 186px;
	height: 328px;
	float: left;
}

/*.p4_hb:first-child{margin-left: 0px;}margin-left: 10px;*/
.p4_hb img {
	width: 186px;
	height: 328px;
}

.p4_itembg {
	width: 210px;
	height: auto;
}

.p4_item {
	width: 210px;
	height: auto;
	float: left;
	margin-top: 15px;
}

.p4_item img {
	width: 210px;
	height: 120px;
}

.p4_itemdes {
	width: 200px;
	height: 45px;
	padding: 5px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	background: #f69541;
}





.p6_con1 {
	width: 335px;
	height: 480px;
	margin: 0 auto;
	padding: 10px 20px;
	background: url(../images/b6_sbg.png) center top no-repeat;
	background-size: 100% 100%;
	margin-top: 10px;
}

.p6_con1_pic {
	width: 300px;
	height: 190px;
	margin-top: 10px;
	position: relative;
}

.p6_con1_news {
	width: 335px;
	height: auto;
}

.p6_con1_img {
	width: 335px;
	height: 190px;
	position: relative;
}

.p6_con1_img img {
	width: 335px;
	height: 190px;
}

.p6_hb {
	width: 276px;
	height: 487px;
	margin-left: 10px;
}

.p6_hb img {
	width: 276px;
	height: 487px;
}

.p6_itembg {
	width: 285px;
	height: auto;
}

.p6_item {
	width: 285px;
	height: auto;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.p6_item img {
	width: 285px;
	height: 170px;
}

.p6_itemdes {
	width: 275px;
	height: 50px;
	padding: 5px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	background: #f69541;
}

.vdicon6 {
	position: absolute;
	width: 42px;
	height: 43px;
	left: 121px;
	top: 63px;
	background: url(//www.yunnan.cn/img/2023new/playvd.png) center top no-repeat;
}

.vdicon6x {
	position: absolute;
	width: 42px;
	height: 43px;
	left: 150px;
	top: 63px;
	background: url(//www.yunnan.cn/img/2023new/playvd.png) center top no-repeat;
}

.p8_con1_pic {
	width: 335px;
	height: auto;
}

.p8_item {
	width: 335px;
	height: auto;
	float: left;
	margin-top: 10px;
}

.p8_item img {
	width: 335px;
	height: 200px;
}

.p8_itemdes {
	width: 325px;
	height: 30px;
	padding: 5px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	background: #f69541;
}

.p8_con2_pic {
	width: 546px;
	height: auto;
}

.p8_con2_picbg {
	width: 546px;
	height: auto;
	position: relative;
}

.p8_con1_img {
	width: 546px;
	height: 232px;
	position: relative;
}

.p8_con1_img img {
	width: 546px;
	height: 232px;
}

.vdicon8 {
	position: absolute;
	width: 42px;
	height: 43px;
	left: 252px;
	top: 94px;
	background: url(//www.yunnan.cn/img/2023new/playvd.png) center top no-repeat;
}

.p8_con2_hbbg {
	width: 546px;
	height: auto;
	margin-top: 10px;
}

.p8_hb {
	width: 175px;
	height: 303px;
	float: left;
}

/*.p8_hb:first-child{margin-left: 0px;}margin-left: 10px;*/
.p8_hb img {
	width: 175px;
	height: 303px;
}



.maintip_pc {
	display: block;
}

.maintip_m {
	display: none;
}



.p1_btn_pc {
	display: block;
}

.p1_btn_m {
	display: none;
}



#rotate-wrapper {
	position: fixed;


}


/*适配*/
@media (max-width: 1450px) {}

@media (max-width: 1400px) {
	.p3_item {
		min-height: 480px;
	}

	.p4_img img {
		width: 70%;
		height: auto;
	}

	.p6_item {
		height: 185px;
	}

	.p7_img {
		width: 307px;
		height: 500px;
	}

	.p1_btn {
		width: 77px;
		height: 50px;
		margin-left: -39px;
	}


}










@media screen and (max-width: 1199px) {
	.dy>a {
		width: 80%;
		display: flex;
		text-indent: 2em;
		font-size: 10px;
		color: white;
		line-height: 16px;
		margin-left: 50px;
	}

.p6_container{
	    height: 250px;
}
.p3_container{
	height: 300px;
}
	.nav_bg {
		width: 5px;
		height: 300px;
	}

	.dy {
		background: url(../images/dy_back.png) no-repeat center top;
		background-size: 100% 100%;
		padding: 22px 0px;
		display: flex;
		position: absolute;
		bottom: 0px;
	}

	.p2_swiper {
		width: 100%;
		height: 200px;
	}

	.p2_swiper_back>a>p {
		color: white;
		font-size: 15px;
		text-align: center;
		line-height: 25px;
		text-decoration: none;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		width: 223px;
	}

	.mySwiper {
		height: 92%;
		width: 100%;
	}

	.layer02_left {
		width: 45%;
		height: 100%;
		overflow: hidden;
		margin-top: 0px;
		margin-left: 8px;
	}

	.sub {
		position: absolute;
		background: url(../images/b1.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.sub1 {
		background: url(../images/b1.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.sub2 {
		background: url(../images/b2.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.sub3 {
		background: url(../images/b2.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.sub4 {
		background: url(../images/b2.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.sub5 {
		background: url(../images/b2.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.sub6 {
		background: url(../images/b2.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.sub7 {
		background: url(../images/b2.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.sub8 {
		background: url(../images/b2.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}


	.section1 {
		background: url(../images/b1.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
	}

	.section2 {
		background: url(../images/b2.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.section3 {
		background: url(../images/b2.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.section4 {
		background: url(../images/b2.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.section5 {
		background: url(../images/b2.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.section6 {
		background: url(../images/b2.png);
		background-repeat: no-repeat;
		background-size: cover;
	}





	.middiv1 {

		width: 75%;
		height: 95%;
		margin-top: 2%;
		overflow-y: auto;

	}


	.p1_tit {
		width: 60%;
		height: auto;
		margin: 0 auto;

	}

	.maintip_pc {
		display: block;
	}

	.maintip_m {
		display: none;
	}
.p6_con_item {
    padding: 10px 0px 55px 0px;
}
	.p1_middiv {}

	.p1_tit2 {
		width: 60%;
		height: auto;
		margin: 0 auto;
		margin-top: 10px;
	}

	.p1_btn {
		width: 55px;
		height: 32px;
		margin-left: -25px;
		bottom: 80px
	}


	.p1_logo {
		width: 10%;
		height: auto;
		margin: 0 auto;
		margin-top: 10px;
	}



	.p1_desimg {
		width: 90%;
		height: auto;
		margin: 0 auto;
		margin-top: 0px;
		padding-bottom: 10px;
	}



	.p1_btn_pc {
		display: none;
	}

	.p1_btn_m {
		display: block;
	}


	.layertit {
		width: 60%;
	}

	.layer02_dy_bg {
		width: 96%;
		height: auto;
		margin: 0 auto;
		padding: 2%;
		background: #fee0b6;
		border-radius: 5px;
	}



	.layer02_left .swiper-container-1 img {
		width: 100%;
		height: auto;
	}

	.layer02_left .layer02_pic1 {
		width: 100%;
		height: auto;
		float: none;
	}

	.layer02_left .layer02_pic2 {
		width: 100%;
		height: auto;
		float: none;
		margin-top: 10px;
		display: flex;
		flex-direction: row;
		justify-content: space-around
	}

	.vdicon {
		display: none;
	}

	.layer02_item {
		width: 48%;
		height: auto;

		position: relative;


	}

	.layer02_item .layer02_p {
		width: 100%;
		height: auto;
		float: none;
		position: relative;
		font-size: 12px;
	}

	.layer02_item img {
		width: 100%;
		height: auto;
		float: none;
	}

	.layer02_dy_p {
		font-size: 16px;
	}

	.layer02_dy_des {
		font-size: 12px;
	}

	.p6_con {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 30px;
		margin-top: 20px;
		overflow-y: auto;
	}

	.p5_title {
		bottom: 0px;
		width: 100%;
		color: white;
		display: flex;
		margin: 0 auto;
		justify-content: center;
		font-size: 12px;
		margin: 5px 0px;
	}

	.p6_item_title>a {
		font-size: 18px;
		color: white;
		line-height: 30px;
		text-decoration: none;
		display: flex;
		margin: 0 auto;
	}

	.p6_item_con>a {
		font-size: 14px;
		color: white;
		line-height: 20px;
		text-decoration: none;
		text-align: left;
	}

	.p2_conbg {
		width: 100%;
		height: 255px;
		margin: 0 auto;
		padding: 10px 0px;
		background: url(../images/b2_conbg.png) center top no-repeat;
		background-size: 100% 100%;
		margin-top: 10px;
		        display: flex;
	}

	.layer02_right {
		width: 50%;
		height: 100%;
		float: none;
		overflow: auto;
		margin-top: 5px;
		        margin-left: 20px;
	}

	.layer02_ul {
		width: 100%;
		margin: 0 auto;
	}

	.layer02_ul {
		float: none;
	}

	.layer02_ul li {
		width: 95%;
		height: auto;
		text-overflow: inherit;
		overflow: inherit;
		white-space: inherit;
		margin-top: 5px;
		padding-left: 10px;
		background: url(../images/dot1.png) center left no-repeat;
	}

	.layer02_ul li a {
		font-size: 12px;
	}

	.layer02_top {
		width: 100%;
		height: auto;
		font-size: 16px;
		color: #535353;
		float: none;
		margin-bottom: 10px;
		overflow: hidden;

		border-bottom: 1px dashed #d4a970;
		padding-bottom: 10px;


	}

	.layer02_top span {
		font-size: 20px;
		font-family: simHei;
		text-align: left;

	}

	.layer02_bg .layer_more {
		margin-top: 20px;
	}





	.layer02_top .divspan {
		font-size: 16px;
		font-family: simHei;
		text-align: left;
	}




	.fl {
		float: none;
	}

	.fr {
		float: none;
	}

	.p3_hb {
		width: 30%;
		height: auto;
		margin: 0 auto;
	}

	.p3_hb img {
		width: 100%;
		height: auto;
	}

	.p3_content {
		width: 68%;
		height: auto;
		display: flex;
		flex-direction: column;

	}

	.p3_con1 {
		width: 96%;
		height: auto;
		margin: 0 auto;
		padding: 1%;
		background: #fee9d8;
		border: 2px solid #f5784c;
		border-radius: 15px;
		margin-top: 0px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;

	}

	.p3_con1_pic .title {
		position: inherit;
		background: #f69541;
	}

	.p3_con2 {
		width: 100%;
		height: auto;
		margin-top: 10px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;


	}

	.p3_conbg {
		width: 98%;
	}

	.p3_conbg {
		
		overflow-y: auto;
	}

	.p4_icon {
		width: 110px;
		height: 200px;
	}

	.p4_con {
		width: 600px;
		display: flex;
		margin-top: 20px;
	}

	.next {
		right: 0px !important;
	}

	.prev {
		left: -10px !important;
	}

	.p3_item:first-child {
		margin-left: 0px;
	}

	.p3_item img {
		width: 100%;
		height: auto;
	}

	.mySwiper1 {
		width: 100%;
	}

	.p3_itemdes {
		width: 98%;
		height: auto;
		padding: 1%;
		text-align: left;
		color: #fff;
		font-size: 12px;
		background: #f69541;
		margin-top: 0px;
	}

	.p5_icon {
		width: 125px;
		height: 65px;
	}

	.p5_right_con {
		height: 240px;
	}

	.p5_left {
		width: 60%;
	}

	.p5_right {
		width: 30%;
		height: 274px;
	}

	.p5_right_title {
		font-size: 10px;
		bottom: -4px
	}

	.swiper-button-prev1 {
		bottom: -7px;
	}

	.swiper-button-next1 {
		top: -2px;
	}

	.p5_con {
		margin-top: 10px;
	}

	.video {
		width: 100%;
		height: 213px;
	}

	.p4_slide {}

	.p3_con1_pic {
		width: 30%;
		height: auto;
		margin-top: 0px;
		position: relative;
	}

	.p3_con1_news {
		width: 68%;
		height: auto;
	}

	.p3_con1_img {
		width: 100%;
		height: auto;
		position: relative;
	}

	.p3_con1_img img {
		width: 100%;
		height: auto;
	}

	.vdicon2 {
		display: none;
	}

	.layer_more {
		width: 100%;
		font-size: 16px;
		text-align: right;
		margin: 0 auto;
		float: none;
		margin-top: 5px;
	}

	.p3_item {
		min-height: inherit
	}

	.p4_content {
		width: 78%;
		height: auto;
	}

	.p4_con1 {
		width: 96%;
		height: auto;
		margin: 0 auto;
		padding: 1%;
		background: #fee9d8;
		border: 2px solid #f5784c;
		border-radius: 15px;
		margin-top: 0px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

	.p4_con1_pic {
		width: 30%;
		height: auto;
		margin-top: 0px;
		position: relative;
	}

	.p4_con1_news {
		width: 68%;
		height: auto;
	}

	.p4_con1_pic .title {
		position: inherit;
		background: #f69541;
	}

	.p4_con1_img {
		width: 100%;
		height: auto;
		position: relative;
	}

	.p4_con1_img img {
		width: 100%;
		height: auto;
	}

	.p4_con2 {
		width: 80%;
		height: auto;
		margin: 0 auto;
		margin-top: 6px;

	}

	.p4_hb {
		width: 100%;
		height: auto;
	}

	/*.p4_hb{width: 48%;  height: auto; float:none;margin-left: 0px;}
	.p4_hb:first-child{margin-left: 0px;}*/
	.p4_hb img {
		width: 100%;
		height: auto;
	}

	.p4_itembg {
		width: 20%;
		height: auto;
	}

	.p4_item {
		width: 100%;
		height: auto;
		float: none;
		margin-top: 5px;
	}

	.p4_item img {
		width: 100%;
		height: auto;
	}

	.p4_itemdes {
		width: 96%;
		height: auto;
		padding: 2%;
		text-align: left;
		color: #fff;
		font-size: 14px;
		background: #f69541;
	}

	.section6 .p3_conbg {
		flex-wrap: wrap;
	}

	.p6_con1 {
		width: 65%;
		height: auto;
		margin: 0 auto;
		padding: 1%;
		background: #fee9d8;
		border: 2px solid #f5784c;
		border-radius: 15px;
		margin-top: 0px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

	.p6_con1_pic {
		width: 30%;
		height: auto;
		margin-top: 10px;
		position: relative;
	}

	.p6_con1_news {
		width: 68%;
		height: auto;
	}

	.p6_con1_img {
		width: 100%;
		height: auto;
		position: relative;
	}

	.p6_con1_img img {
		width: 100%;
		height: auto
	}

	.p6_hb {
		width: 30%;
		height: auto;
		margin-left: 0px;
		margin: 0px auto;
	}

	.p6_hb img {
		width: 100%;
		height: auto;
	}

	.p6_itembg {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.p6_item {
		width: 48%;
		height: auto;
		float: none;
		margin-top: 10px;
	}

	.p6_con1_pic .title {
		position: inherit;
		background: #f69541;
	}

	.p6_item img {
		width: 100%;
		height: auto;
	}

	.p6_itemdes {
		width: 96%;
		height: auto;
		padding: 2%;
		text-align: left;
		color: #fff;
		font-size: 14px;
		background: #f69541;
	}

	.vdicon6 {
		display: none;
	}

	.p8_con1_pic {
		width: 30%;
		height: auto;
	}

	.p8_item {
		width: 100%;
		height: auto;
		float: none;
		margin-top: 10px;
	}

	.p8_item img {
		width: 100%;
		height: auto;
	}

	.p8_itemdes {
		width: 96%;
		height: auto;
		padding: 2%;
		text-align: left;
		color: #fff;
		font-size: 14px;
		background: #f69541;
	}

	.p8_con2_pic {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
		margin-top: 10px;
	}

	.p8_con2_picbg {
		width: 30%;
		height: auto;
		position: relative;
	}

	.p8_con1_img {
		width: 100%;
		height: auto;
		position: relative;
	}

	.p8_con1_img img {
		width: 100%;
		height: auto;
	}

	.vdicon8 {
		display: none;
	}

	.p8_con2_hbbg {
		width: 65%;
		height: auto;
		margin-top: 0px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

	.p8_hb {
		width: 100%;
		height: auto;
		float: none;
		margin-left: 0px;
	}

	/*.p8_hb:first-child{margin-left: 0px;}*/
	.p8_hb img {
		width: 100%;
		height: auto;
	}

	.p3_conbg {
		flex-wrap: wrap;

	}

	.section8 .p6_con1 {
		width: 100%
	}

	.nav {
		display: inline-block;
		float: right;
		margin-top: 10px;
	}

	.nav img {
		width: 80%;
		height: auto;
	}

	.menu_back {
		position: absolute;
		left: 10px;
		z-index: -1;
	}

	#nav1 {
		margin-top: 85px;
		margin-right: 0px;
	}

	#nav2 {
		margin-right: 0px;
	}

	#nav3 {
		margin-right: 0px;
	}

	#nav4 {
		margin-right: 0px;
	}

	#nav5 {
		margin-right: 0px;
	}

	#nav6 {
		margin-right: 0px;
	}

	#nav7 {
		margin-right: 0px;
	}

	#nav8 {
		margin-right: 0px;
	}

	#menu {
		background: none;
		top: inherit;
		width: 100px;
		height: 300px;
		right: 150px;
		bottom: -100px
	}

	.nav img {
		width: 85%;
		height: auto;
	}

	.p1_btn {
		display: none;
	}

	.vdicon6x {
		display: none;
	}

	.p8_con2_picbg .title {
		position: inherit;
		background: #f69541;
	}

	.p1_btn_mobie {
		width: 80px;
		height: auto;
		position: absolute;
		bottom: 5px;
		left: 50%;
		margin-left: -40px;
		animation: leftBtn 1.5s infinite;
	}

	.p1_btn_mobie img {
		width: 100%;
		height: auto;
	}

	@keyframes leftBtn {
		0% {
			opacity: 1;
			transform: translateX(10px)
		}

		50% {
			opacity: 1;
			transform: translateX(0)
		}

		100% {
			opacity: 1;
			transform: translateX(10px)
		}
	}



}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2026-04-29 11:05:00" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->