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{text-align:left;text-indent:24px;text-align:justify;text-justify:distribute}


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{color:#000}
a:hover,a:active{color:#000;text-decoration:underline}

.middiv1{width:1200px;margin:0px auto;clear:both; position: relative;}

li{list-style:none;text-align:left}
.layer_more {
    width: 78px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    float: right; 
    margin-top: 5px;

    
}
.layer_more a{    color: #e60012; }


.fl{float: left;}
.fr {float: right;}
#menu 
{
	width:183px;
	height: 689px;
	background: url(../images/rmenubg.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;
	display: none;

}

/*.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{width: 150px; height: 55px; float:left; margin-left:16.5px ; border-bottom: 1px solid #e80e1a;}
.navitem{width: 150px; height: 55px; float: left;color:#c1100f;line-height: 55px;  font-size: 18px; font-weight: bold;}
.navitem_act{background: #e80e1a; color: #ffffff;}
#nav1{margin-top: 90px;}

.section1 {background: url(../images/p1.jpg)  ;background-repeat: no-repeat;background-size:100% 100%;}
.section2 {background: url(../images/p2.jpg) ;background-repeat: no-repeat;background-size: cover;}
.section3 {background: url(../images/p3.jpg) ;background-repeat: no-repeat;background-size: cover;}
.section4 {background: url(../images/p4.jpg) ;background-repeat: no-repeat;background-size: cover;}
.section5 {background: url(../images/p5.jpg) ;background-repeat: no-repeat;background-size: cover;}
.section6 {background: url(../images/p6.jpg) ;background-repeat: no-repeat;background-size: cover;}
.section7 {background: url(../images/p7.jpg) ;background-repeat: no-repeat;background-size: cover;}
.section8 {background: url(../images/p8.jpg) ;background-repeat: no-repeat;background-size: cover;}
.section9 {background: url(../images/p9.jpg) ;background-repeat: no-repeat;background-size: cover;}



/*首页*/
.p1_middiv{ padding-top: 0px;}
.p1_tit{width: 1139px; height: auto; margin: 0 auto; padding-top: 80px;}
.p1_tit img{ width: 100%; height: auto;}
.p1_tit2{width: 1140px; height: auto; margin: 0 auto; margin-top: 150px; opacity: 0;}
.p1_tit2 img{ width: 100%; height: auto;}
.p1_tit2_ani{
	
      /* 执行动画：动画名 时长 缓动效果 填充模式（保持动画结束状态） */
      animation: ani_popUp 2s ease-in forwards;
    
	  }
.p1_logo{width: 180px; height: auto; margin: 0 auto; margin-top: 30px;opacity: 0;}
.p1_logo img{width: 100%; height: auto;}	  
.p1_logo_ani{ animation: ani_fade 2s ease-out forwards;  animation-delay: 1.5s;} 
	  

 /* 定义放大弹出动画 */
    @keyframes ani_popUp {
      0% {
        /* 初始：缩小到0，完全透明 */
        transform: scale(0);
        opacity: 0;
      }
      80% {
        /* 中间：稍微放大一点（回弹效果，更自然） */
        transform: scale(1.1);
        opacity: 1;
      }
      100% {
        /* 结束：恢复正常大小，完全显示 */
        transform: scale(1);
        opacity: 1;
      }
    }
 @keyframes ani_fade {
      from {
      
        opacity: 0;
      }
      to{
     
        opacity: 1;
      }
    }



.p1_btn{width: 80px; height: auto; position: absolute; bottom: 5px; left: 50%; margin-left: -40px; opacity: 0;}
.p1_btn img{width: 100%; height: auto;}
.p1_btn_ani{ animation:upDownBtn 1.5s infinite;animation-delay: 3s;}

@keyframes upDownBtn{
	0%{opacity:1;transform:translateY(10px)}
	50%{opacity:1;transform:translateY(0)}
	100%{opacity:1;transform:translateY(10px)}}
	
	
.p1_menu{width: 100%;position: absolute;top: 700px;opacity: 0;}
	.p1_menu ul{width: 1015px;margin: 0 auto;padding: 20px 0;display: flex;justify-content:space-between;}
	
	.p1_menu ul li{width: 105px;margin-right: 25px;}
	.p1_menu ul li:last-child{background: none;width: 105px;margin-right: 0;}
	.p1_menu ul li img.img1{display: block;}
	.p1_menu ul li img.img2{display: none;}
	.p1_menu_ani{ animation: ani_menup1 2s ease-out forwards;  animation-delay: 0s;}
		
	@keyframes ani_menup1
	{
		from {top: 1000px; opacity: 0;}
		to {top: 700px;opacity: 1;}
	}
	
	
.layertit{width:1000px;height: auto;margin: 0 auto;}
.layertit img{width: 100%; height: auto;}
	
	
 .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;
}




/*两会头条*/
.p2_middiv{padding-top: 50px;}
.layer02_dy_bg{width: 1030px; height:144px;  margin: 0 auto; padding: 15px 50px 10px 120px;background: url(../images/p2_topnew.png)  ;background-repeat: no-repeat;background-size:100% 100%;}
.layer02_dy_p{ width:100%; height: auto;  font-size: 22px; text-align: center;}
.layer02_dy_p a{ color: #d20d0a; }
.layer02_dy_des{font-size: 14px; color: #83450b;width:100%; height: auto; text-align: left; text-indent: 2em; margin-top: 5px;   }

.p2_conbg {
    width: 100%;
    height: auto;
margin-top: 10px;
}

.p2_conbg .swiper-container-1 img{width:1200px;height:650px;}

.p2_conbg .title a, .title a:visited{font-size: 18px;}



/*热点聚焦*/

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

.layer02_left{width:730px;height: auto; float: left;  overflow: hidden;  }
.layer02_left .swiper-container-2 img{width:730px;height:450px;}
.p3_conbg .title a, .title a:visited{font-size: 16px;}
.layer02_left .layer02_pic1{width: 100%; height: 450px; float: left;}
.layer02_left .layer02_pic2{width: 100%; height: auto; 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: 230px;
    height: auto;
  margin-right: 20px;
	position: relative;

 
}
.layer02_item:last-child{margin-right: 0px;}
.layer02_item .layer02_p{width: 230px; height: 135px; position: relative; }
.layer02_item img{width: 230px; height: 135px; float:left}


.layer02_right{width:440px; height:auto;float: right;   }
.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:15px;    padding-left: 10px; background: url(../images/dot1.png) center left no-repeat; }
.layer02_ul li a{color: #373737;font-size: 15px;}
.layer02_top
{
	width: 100%;
height: auto;
  font-size: 16px;
  color: #535353;
  float: left;
  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 span a{  color: #e60012; }
.layer02_top p
{
margin-bottom: 10px;
 text-align: left;
font-size: 14px;
 text-indent: 24px;
 overflow: hidden;
color: #373737;
 margin-top: 10px;

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

.p3_itemdes{width: 220px; height: 60px; padding: 5px; text-align: left; color: #fff;font-size: 14px; background: #f69541;  }




/*图文直播*/

.p4_conbg {
    width: 100%;
    height: auto;
    margin: 0 auto;
   
}

.layer04_menu{
	width: 255px;
	height: auto;
	float: left;
	background: #ffefcc;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom: 30px;
	padding-top: 20px;
	margin-top:120px;
	
	
}
.layer04_nav {width: 210px; height: 80px; border-top-left-radius: 10px; 
border-bottom-left-radius: 10px; cursor: pointer; color: #c20000; 
background-color: #ffcf73;
padding: 10px; float: right; margin-top: 10px; padding-bottom: 0px;
}
.twzb_t1,.twzb_t2,.twzb_t3{text-align: center; text-indent: 0; font-size: 14px;}
.twzb_t3{font-size: 18px;font-weight: bold;}
.layer04_nav span{font-size: 14px;}
.layer04_nav_act{background:#ff5726 ; color: #ffe8bb;}

.layer04_con{width: 880px; height:600px; float: left;  background: #fff; border-radius: 10px; padding: 30px; overflow-y: auto; overflow-x: hidden; }
.layer04_con iframe{width: 100%; height: 95%; overflow-x: hidden;}

/*报告解读*/

.p5_conbg {
    width:1200px;
    height: 670px;
    margin: 0 auto;
   
    background: url(../images/p5_conbg.png) center top no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
}

.p5_left
{
	width: 374px;
	height: 655px;
	float: left;
	background: url(../images/p5_imgbg.jpg) center top no-repeat;
	background-size: 100% 100%;
	margin-left: 5px;
	margin-top: 10px;
}

.p5_hb{width: 328px; height: 586px; float: left; margin-left:20px ; margin-top: 20px;}
.p5_left img{width: 328px; height: 586px;}


.p5_right
{
	width: 775px;
	height: auto;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	}

.p5_r_top
{
	width: 100%;
	height: auto;
	float: left;
}
.p5_r_top1
{
	width: 460px;
	height: 300px;
	float: left;
	padding: 20px;
	background: #feedd2;
}

.p5_r_top2
{
	width:245px;
	height: 330px;
	float: right;
	/* 设置边框宽度 */
	  border: 5px solid;
	  /* 使用渐变作为边框图像 */
	  border-image: linear-gradient(to right, #ff9a00, #ff6b00) 1;

  

}
.p5_r_top2 img{
	width:245px;
	height: 330px;
	
}

.p5_r_bottom
{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
}

.p5_btm
{
	width:367px ;
	height: 195px;
	/* 设置边框宽度 */
	  border: 5px solid;
	  /* 使用渐变作为边框图像 */
	  border-image: linear-gradient(to right, #ff9a00, #ff6b00) 1;
	  position: relative;
}
.p5_btm img{
	width:367px ;
	height: 195px;
	
}


/*两会之声*/
.p6_conbg {
    width: 100%;
    height: auto;
   float: left;
   margin-top: -20px;
	
   
}

.layer06_menu
{
	width: 45px;
	height: auto;
	float: left;
}
.layer06_nav{width: 45px; height: 215px; 
  float: left;
  cursor: pointer;
    writing-mode: vertical-lr;
	letter-spacing: 10px; 
            font-size: 20px;
			font-weight: bold;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
			color: #fff4dc;
			    /* 渐变背景 */
			            background: linear-gradient(135deg, #ffc837, #ff8008);
			            
			            /* 特定角的圆角 */
			            border-top-left-radius: 10px;
			            border-bottom-left-radius: 10px;
						margin-top: 10px;
					
			
			
			}
.layer06_nav_act{background: linear-gradient(135deg, #ff6b00, #c93600);}


.layer06_con{width:1140px ; height: 450px; float: left;/* 设置边框宽度 */
	  border: 5px solid;	
	  /* 使用渐变作为边框图像 */
	  border-image: linear-gradient(to right, #ff9a00, #fee5be) 1; background: #fee9c7;}


.layer06_pic{width: 100%; height: auto; float: left; position:relative; margin-top: 30px;}
.layer06_piclist{width: 1010px; height: auto; float: left; margin-left:65px ;}
.layer06_img{width:229px;height: 223px; background: url(../images/dbwybg.png) center top no-repeat;cursor: pointer;}
.layer06_img img{border-radius: 50%; width: 219px; height: 219px;}
.layer06_img_act img{transform: scale(0.95);}


.layer06_nr{width: 90%; height: auto; float: left; margin-top: 20px; margin-left: 5%;}
.layer06_t{width: 100%; height: auto; font-size: 22px; font-family: "黑体"; text-align: center;}
.layer06_t a{color:#83450b}
.layer06_d{width: 100%; height: auto;font-size: 16px; color: #b98453; text-indent: 24px;text-align: left; margin-top: 10px;}


.p6_conbg2
{
	width: 100%;
	 height: auto;
	float: left;
	margin-top: 20px;
}
.p6_con2_t
{width: 45px;
 height: 215px; 
  float: left;
   writing-mode: vertical-lr;
	letter-spacing: 10px; 
            font-size: 20px;
			font-weight: bold;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
			color: #fff4dc;
			    /* 渐变背景 */
			          background: linear-gradient(135deg, #ff6b00, #c93600);
			            /* 特定角的圆角 */
			            border-top-left-radius: 10px;
			            border-bottom-left-radius: 10px;

					
			
			
}

.p6_con2_d{
	 width:1140px ; 
      height: 215px; 
	
	  float: left;/* 设置边框宽度 */
	  border: 5px solid;	
	  /* 使用渐变作为边框图像 */
	  border-image: linear-gradient(to right, #ff9a00, #f4794d) 1; background: #fee9c7;}


.p6_con2_item{width: 530px; height: auto;}
.p6_con2_item li{width:500px; padding-left: 30px;background: url(../images/dot1.png) left center no-repeat;font-size: 16px;
 margin-top: 30px;
 overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }
 
.p6_con2_item  a,.p6_con2_item  a:link,.p6_con2_item  a:visited{color: #83450b;}
.p6_con2_item li a:hover{color: red;}

.p6_con2_dbg{width: 1090px; height: auto; float: left; margin-left: 55px;}

/*融媒视角*/
.p7_conbg {
width:1160px;
height: auto;
float:left;
padding: 10px;
  border: 5px solid;	
	  /* 使用渐变作为边框图像 */
	  border-image: linear-gradient(to right, #ff9a00, #f4794d) 1; background: #fee9c7;
margin-top: 10px;
}


.layer07_menu{width: auto; height: auto; float: left; margin-left: 50px;}
.layer07_nav { 
	 max-width:280px ;
	    height: 60px;
		padding: 0 20px;
	    cursor: pointer;
	    /* 橙黄色渐变背景 */
	    background: linear-gradient(to right, #ffc107, #ff9800);
	    
	    /* 直接应用倾斜变换创建平行四边形 */
	    transform: skew(-20deg);
	    
	    /* 设置圆角 */
	    border-radius: 10px;
	    
	    /* 添加阴影增强立体感 */
	    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.4);
	    
	    /* 平滑过渡效果 */
	    transition: transform 0.3s ease;
		margin-left: 20px;
}
.layer07_nav_act{  background: linear-gradient(to right, #ff6b00, #c93600);}
.layer07_nav p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
    transform: skew(20deg); /* 向右倾斜，抵消父元素的倾斜 */
  
}

.layer07_content{
	width: 1080px;
	height: auto;
	float: left;
	position: relative;
	
}
.layer07_piclist
{
	width: 968px;
	height: auto;
	float: left;
	margin-left:60px;
	margin-top: 50px;
}

.layer07_piclist .swiper-slide {
     
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.95);
    }
.layer07_piclist	.swiper-slide-active,.layer07_piclist .swiper-slide-duplicate-active{
      transform: scale(1); z-index: 999;
	}
	
.layer07_piclist img{width:280px;    height:490px; }



/*观点点评*/

.p8_conbg {
    width: 100%;
    height: auto;
   float: left;

   
}
.p8_itembg{width: 100%; height: auto;float: left;}
   .p8_item{width: 496px; height: 212px; padding:10px ;background:url(../images/itembg8.png);  display: inline-block; float: left; margin: 42px; overflow: hidden;}
   .p8_item .p8_t{text-align: center; font-size: 20px;   
   padding-bottom: 10px; float: left;}
  .p8_t a{color: #feeecd}

.p8_d{width: 100%; height: auto; float: left; text-align: left; color: #fff; font-size: 14px;}


.p8_conbg .swiper-pagination-bullet{width: 15px; height: 15px;}





/*两会现场*/

.p9_conbg {
    width: 100%;
    height: auto;
   float: left;

   
}
.middivfull {
    width: 100%;
    margin: 0px auto;
    clear: both;
}

 .layer10_bg2 .swiper-button-prev {
    left: 20%;
    right: auto;
}
.layer10_bg2 .swiper-button-next {
    right: 20%;
    left: auto;
}
.layer10_bg2{width: 100%; height: auto; float: left; }
    .layer10_bg2 .swiper-slide-active img{
	    opacity:1;
	
	  }
	   .layer10_bg2  .swiper-slide {
	    width:978px;
		transition-timing-function:linear;
		background: #000;
		
		
    }  
	 .layer10_bg2  .swiper-slide  img{ opacity:0.5; filter: alpha(opacity=80);}
	 
	 	.layer10_bg2 .swiper-slide-active {background: #fff5cc; 	}
		.layer10_bg2 .swiper-slide-active .slidetips{display: block;}
	.layer10_bg2 .swiper-slide-active img{
	    opacity:1;
	
	  }
	 .layer10_bg2 .title{padding: 10px 0; font-size: 16px;}
@media only screen and (max-width:1200px){
	    .layer10_bg2 .swiper-slide {
	         width:100%;
        }
	}
	@media only screen and (max-width:980px){
	  .layer10_bg2  .swiper-slide {
	        width:100%;
        }
	}
	@media only screen and (max-height:480px){
	  .layer10_bg2  .swiper-slide {
	        width:100%;
        }
	}
	.layer10_bg2 .swiper-slide img{
		width:100%;
		border-radius: 4px;}

  
	.layer10_bg2 .swiper-pagination-bullet{
		background:none;
		opacity:1;
		margin:0 6px !important;
		width:9px;
		height:9px;
		position:relative;
		outline:none;
		vertical-align:middle;}
	.layer10_bg2 .swiper-pagination-bullet span{
		width:3px;
		height:3px;
		background:#CCC;
		display:block;
		border-radius:50%;
		margin-top:3px;
		margin-left:3px;
	}
	.layer10_bg2 .swiper-pagination-bullet i{
		background:#FFF;
		height:1px;
		width:20px;
		position:absolute;
		top:4px;
		transform:scaleX(0);
		transform-origin:left;
		z-index:3;
		transition-timing-function:linear;
		}
	.layer10_bg2 .swiper-pagination-bullet-active span,.layer10_bg2 .swiper-pagination-bullet:hover span{
		width:9px;
		height:9px;
		margin-top:0;
		margin-left:0;
		background:#FFF;
		position:relative;
		z-index:1;
		}
	.layer10_bg2 .swiper-pagination-bullet-active i{
		animation:middle 6s;
		}
	.layer10_bg2 .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{
		animation:first 6s;
		}
	.layer10_bg2 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{
		animation:last 6s;
		}				
	@keyframes first{
	  0% {transform:scaleX(0.5);left:0px;}/*091*/
	  100% {transform:scaleX(1);left:2px;} /*0915*/
	}
	@keyframes last{
	  0% {transform:scaleX(0.7);left:-10px;}/*1090*/
	  20% {transform:scaleX(0.3);left:2px;} /*090*/
	  100% {transform:scaleX(0.3);left:0px;} /*090*/
	}		
	@keyframes middle{
	  0% {transform:scaleX(0.7);left:-10px;}/*1091*/
	  20% {transform:scaleX(0.45);left:2px;}/*092*/
	  100% {transform:scaleX(1);left:2px;} /*0913*/
	}	








.layer10_bg2 .swiper-slide img{width:978px; height: 670px;}


.p1_menu_m{display: none;}
		
		
	
		
		
@media (max-width: 768px) {
	
 .middiv1
    {
        width: 96%;
		padding: 2%;

    }
     /* 覆盖2.7版本默认的100%高度 */
                #fullpage .section {
                    height: auto !important;
                    
                }
                /* 取消fullPage的滚动限制 */
                html, body {
                    overflow: auto !important;
                }
                .fp-section, .fp-slide, .fp-tableCell {
                    height: auto !important;
                    display: block !important;
                }
.menu{display: none;}    
.p1_tit {
    width: 100%;
    height: auto;
    margin: 0 auto;
	padding-top: 20px;

}


.p1_tit2{width: 90%; height: auto; margin:0 auto ;margin-top:20px;}
.p1_btn {
    width: 55px;
    height: 32px;
   margin-left: -25px; bottom:80px
}


.p1_logo {
    width: 20%;
    height: auto;
    margin: 0 auto;
    margin-top:10px;
}
.p1_menu{display: none;}
	.p1_menu_m{display: block; width: 100%; height:auto;display: flex;justify-content:space-between; margin-top: 50px;}
	.nav_m{width:12%}
	.nav_m img{width: 100%; height: auto;}


.p2_middiv{padding-top: 20px; padding-bottom: 20px;}
.layer02_dy_p{font-size: 18px; }


.layertit{width: 100%;}
.layer02_dy_bg{width: 94%; height:auto; margin: 0 auto; padding: 3%;background: #fee0b6; border-radius: 5px;}
.p2_conbg {
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 2%;
  
}
.p2_conbg .swiper-container-1 img{width: 100%; height: auto;}
.layer02_left{width:100%;height: auto; float: none;  overflow: hidden; margin-top: 20px; }
.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: 20px; display: flex; flex-direction: row; justify-content: space-around}
.vdicon{display: none;}
.layer02_item {
    width:33% ;
    height: auto;
  
	position: relative;

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


.layer02_right{width:100%; height: auto; float: none; margin-top: 10px;  }
.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:10px;    padding-left: 10px; background: url(../images/dot1.png) center left no-repeat; }
.layer02_ul li a{font-size: 15px;}
.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 span a{   }
.layer02_top p
{
margin-bottom: 10px;
 text-align: left;
font-size: 14px;
 text-indent: 24px;
 overflow: hidden;

 margin-top: 10px;

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


    .p3_conbg {
        width: 96%;
        height: auto;
        margin: 0 auto;
        padding: 2%;
        
    }
.fl{float: none;}
.fr{float: none;}


.layer02_left .swiper-container-2 img{width: 100%; height: auto;}
.p3_itemdes{width:96%; height: 80px; padding:2%; text-align: left; color: #fff;font-size: 14px; background: #f69541; padding-top: 0; overflow: hidden;  }
.p3_middiv{padding-bottom: 20px;}
			
	.layer_more{float: none; width: 100%; text-align: right; margin-top: 10px;}	


.layer04_menu {
    width: 100%;
    height: auto;
    float: none;
    background: #ffefcc;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	
}
.layer04_nav {width: 45%; height: auto; border-top-left-radius: 0px; 
border-bottom-left-radius: 0px; cursor: pointer; color: #c20000; 
background-color: #ffcf73;
padding: 5px; float: none; margin-top: 0px; padding-bottom: 0px; border-radius: 10px; margin: 5px; padding: 5px 0;
}
.twzb_t3{font-size: 14px;}
.layer04_con{width: 96%; height:550px; float: none;  background: #fff; border-radius: 10px; padding: 2%; overflow-y: auto; overflow-x: hidden; }
.layer04_con iframe{width: 100%; height: 95%; overflow-x: hidden;}

.layer04_nav_act{background: #ff5726;
    color: #ffe8bb;}
.p4_middiv{padding-bottom: 20px;}


.p5_middiv{padding-bottom: 20px;}
.p5_conbg{width: 100%; height: auto; margin: 0 auto; float: none; background: none;}
.p5_left
{
	width: 96%;
	height: auto;
	float: none;
	background: url(../images/p5_imgbg.jpg) center top no-repeat;
	background-size: 100% 100%;
	margin-left: 0px;
	margin-top: 0px;
	padding: 2%;
}
.p5_left img {
	width:100%;
	height: auto;
}
.p5_hb {
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
	}
.p5_right
{
	width: 100%;
	height: auto;
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	}

.p5_r_top
{
	width: 100%;
	height: auto;
	float: none;

}
.p5_r_top1
{
	width: 98%;
	height: auto;
	
	float: none;
	padding: 1%;
	background: #feedd2;
}

.p5_r_top2
{
	width:98%;
	height: auto;
	float: none;
	/* 设置边框宽度 */
	  border: 5px solid;
	  /* 使用渐变作为边框图像 */
	  border-image: linear-gradient(to right, #ff9a00, #ff6b00) 1;
margin-top: 10px;
  

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

.p5_r_bottom
{
	width: 100%;
	height: auto;
	float: none;
	margin-top:10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.p5_btm
{
	width:95% ;
	height: auto;
	
	/* 设置边框宽度 */
	  border: 5px solid;
	  /* 使用渐变作为边框图像 */
	  border-image: linear-gradient(to right, #ff9a00, #ff6b00) 1;
	  position: relative;
}
.p5_btm img{
	width:100% ;
	height: auto;
	
}
.p6_conbg {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 0px;
}

.layer06_menu
{
	width: 100%;
	height: auto;
	float: none;
	display: flex;
	flex-direction: row;
	justify-content: space-around
	
}


.layer06_nav{
	width: 30%; height: 50px; 
  float: none;
  cursor: pointer;
    writing-mode: inherit;
	letter-spacing: 10px; 
            font-size: 16px;
			font-weight: bold;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
			color: #fff4dc;
			    /* 渐变背景 */
			            background: linear-gradient(135deg, #ffc837, #ff8008);
			            
			            /* 特定角的圆角 */
			            border-top-left-radius: 0px;
			            border-bottom-left-radius: 0px;
						margin-top: 0px;
					border-top-left-radius: 10px;
					border-top-right-radius: 10px;
			
			
			}

.layer06_nav_act{background: linear-gradient(135deg, #ff6b00, #c93600);}



.layer06_con{width:98% ; height: auto; float: none;/* 设置边框宽度 */
	  border: 5px solid;	
	  /* 使用渐变作为边框图像 */
	  border-image: linear-gradient(to right, #ff9a00, #fee5be) 1; background: #fee9c7;
	  padding-bottom: 20px;
	  }

.layer06_pic{width: 96%; height: auto; float: none; position:relative; margin: 0 auto; margin-top: 10px; }
.layer06_piclist{width: 100%; height: auto; float: none; margin-left:0px ;}
.layer06_img{width:95%;height: auto; background:none;}
.layer06_img img{border-radius: 50%; width: 100%; height: 100%;}
.layer06_img_act img{transform: scale(0.95);}
.layer06_nr{width: 96%; height: auto; float: none; margin-top: 10px; margin-left: 0; margin: 0 auto;}
.layer06_t{width: 100%; height: auto; font-size: 18px; font-family: "黑体"; text-align: center;}
.layer06_t a{color:#83450b}
.layer06_d{width: 100%; height: auto;font-size: 16px; color: #b98453; text-indent: 24px;text-align: left; margin-top: 10px;}
.p6_middiv
{
	padding-bottom: 20px;
}

.p6_conbg2
{
	width: 100%;
	 height: auto;
	float: none;
	margin-top: 20px;
}
.p6_con2_t
{width: 100%;
 height: auto; 
  float: none;
   writing-mode: inherit;
	letter-spacing: 10px; 
            font-size: 20px;
			font-weight: bold;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
			color: #fff4dc;
			    /* 渐变背景 */
			          background: linear-gradient(135deg, #ff6b00, #c93600);
			        /* 特定角的圆角 */
			            border-top-left-radius: 0px;
			            border-bottom-left-radius: 0px;
			        	margin-top: 0px;
			        border-top-left-radius: 10px;
			        border-top-right-radius: 10px;

					
			
			
}

.p6_con2_d{
	 width:98% ; 
      height: auto; 
	
	  float: none;/* 设置边框宽度 */
	  border: 5px solid;	
	  /* 使用渐变作为边框图像 */
	  border-image: linear-gradient(to right, #ff9a00, #f4794d) 1; background: #fee9c7;
	  }


.p6_con2_item{width: 100%; height: auto;}
.p6_con2_item li
{
  width: 95%;
	        padding-left: 10px;
	        background: url(../images/dot1.png) left center no-repeat;
	        font-size: 16px;
	        margin-top: 10px;
	        overflow: inherit;
	        text-overflow: inherit;
	        white-space: inherit;
 }
 
.p6_con2_item  a,.p6_con2_item  a:link,.p6_con2_item  a:visited{color: #83450b;}
.p6_con2_item li a:hover{color: red;}

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



.p7_conbg
{
	width: 90%;
	 height: auto;
	float: none;
	margin-top: 0px;
	margin: 0 auto;
}

.layer07_menu{width: 100%; height: auto; float: none; margin-left:0px; 
display: flex; flex-direction: row; justify-content: space-around;
}
.layer07_nav { 
	width: 16%;
	 max-width:inherit;
	    height: auto;
		padding: 5px;
	    cursor: pointer;
	    /* 橙黄色渐变背景 */
	    background: linear-gradient(to right, #ffc107, #ff9800);
	    
	    /* 直接应用倾斜变换创建平行四边形 */
	    transform: skew(0deg);
	    
	    /* 设置圆角 */
	    border-radius: 10px;
	    
	    /* 添加阴影增强立体感 */
	    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.4);
	    
	    /* 平滑过渡效果 */
	    transition: transform 0.3s ease;
		margin-left: 0px;
}
.layer07_nav_act{  background: linear-gradient(to right, #ff6b00, #c93600);}
.layer07_nav p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: inherit;
    transform: skew(0deg); /* 向右倾斜，抵消父元素的倾斜 */
  text-indent: 0px;
}
.layer07_piclist img {
    width: 100%;
    height: auto;
}
.layer07_content{
	width: 96%;
	height: auto;
	float: none;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	
}
.layer07_piclist
{
	width: 100%;
	height: auto;
	float: none;
	margin-left:0px;
	margin-top: 0px;
}

.p8_conbg {
    width: 96%;
    height: auto;
    float: none;
	padding-bottom: 50px;
	margin: 0 auto;
}
.p8_itembg{width: 100%; height: auto;float: none;}
   .p8_item{width: 90%; height: auto; padding:5% ;background:linear-gradient(to right, #ff6b00, #c93600);  display: inline-block; float: none; margin: 0px; overflow: hidden; margin-bottom: 10px;}
   .p8_item .p8_t{text-align: center; font-size: 18px;   
   padding-bottom: 10px; float: none;}
  .p8_t a{color: #feeecd}

.p8_d{width: 100%; height: auto; float: none; text-align: left; color: #fff; font-size: 14px;}


.p8_conbg .swiper-pagination-bullet{width: 15px; height: 15px;}

.section9 {padding-bottom: 20px;}
.layer10_bg2{width: 100%; height: auto; float: none; }



.section4 {background: url(../images/p2.jpg) ;background-repeat: no-repeat;background-size: cover;}
.section5 {background: url(../images/p2.jpg) ;background-repeat: no-repeat;background-size: cover;}
.section6 {background: url(../images/p2.jpg) ;background-repeat: no-repeat;background-size: cover;}
.section7 {background: url(../images/p2.jpg) ;background-repeat: no-repeat;background-size: cover;}
.section8 {background: url(../images/p2.jpg) ;background-repeat: no-repeat;background-size: cover;}
.section9 {background: url(../images/p2.jpg) ;background-repeat: no-repeat;background-size: cover;}





.layer10_bg2 .swiper-slide img{width:100%; height: auto;}

/*需要隐藏的需要这里重写*/
.section5,.section7{display:none !important;}

}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2026-01-27 15:43:21" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->