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 {color: #3f3f3f}

a:hover,
a:active {color: #3f3f3f}

.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: 14px;
  text-align: right;
  margin: 0 auto;
  float: right;
  margin-top: 5px;


}

.layer_more a {
  color: #5e5e5e;
}


#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: 0px;
}

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

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

#nav2 {
  margin-right: 35px;
}

#nav3 {
  margin-right: 35px;
}

#nav4 {
  margin-right: 35px;
}

#nav5 {
  margin-right: 35px;
}

#menu .active {}


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

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

.section{
  background: url(../images/pic_02.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

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

@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;

}


.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;
}
.slide>a {
  text-decoration: none;
  color: white;
}

.rel {
  position: relative !important;
}

.b0 {
  bottom: 0px !important;
}

.p2_topic{
  width: 100%;
  height: 178px;
  margin: 0 auto;
  padding: 30px 70px 0px;
  background: url(../images/pic_03.png) center top no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-top: 10px;
}

.p2_topic dt {
  width: 100%;
  height: auto;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.p2_topic a {
  color: #da4a2d;
  line-height: 40px;
}

.p2_topic dd {
  font-size: 16px;
  color: #282828;
  width: 100%;
  height: auto;
  text-align: left;
  line-height: 30px;
}


.p2_conbg {
  width: 100%;
  height: 490px;
  margin: 0 auto;
  background-size: 100% 100%;
  margin-top: 10px;
}
.layer02_left {
  width: 600px;
  height: 100%;
  float: left;
  overflow: hidden;
  margin-top: 20px;
}

.p2_swiper {
  width: 600px;
  height: 360px;
}
.picc{
  margin-top: 10px;
  display: inline;
  position: relative;
  float: left;
}
.picc a {
  /*width: 100%;*/
  display: block;
  float: left;
  line-height: 0;
}
.ptitbg{
  width: 100%;
  height: 28px;
    background: url(../images/titbg.png) repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.ptit {
  width: 100%;
  height: 28px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.swiper-button-next,.swiper-button-prev {
  background: none;
}

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

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

.layer02_ul li {
  width: 95%;
  height: 65px;
  line-height: 65px;
  border-bottom: 1px dashed #f9887e;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 20px;
  background: url(../images/libg.png) center left no-repeat;
}

.layer02_ul li a {
  color: #2b2b2b;
  font-size: 15px;
}
.layer_more {
  /*margin-top: 20px;*/
}



.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;
}
.p3_icon{
  width: 1000px;
  height: 500px;
  padding: 13px;
  background: url(../images/pic_04.png) center left no-repeat;
}
.p5_con ul{
  width: 1160px;
  margin-top: 10px;
  margin-left: 20px;
  padding: 20px;
  background: url(../images/pic_05.png) center left no-repeat;
  background-size: 100% 100%;
  float: left;
}
.p5_con ul li{
  width: 44%;
  margin-left: 6%;
  line-height: 28px;
  font-size: 14px;
  float: left;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.p5_left {
  width: 70%;
  display: flex;
  flex-direction: column;
  background: #666666a1;
}
.p5_icon
{
  width: 254px;
}
.next1 {
  right: 5px !important;
  transform: translateY(-50%);
}

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

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

.mySwiper2,.mySwiper3,.mySwiper4 {
  overflow: hidden;
  height: 100%;
}
.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/pic_01.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

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

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

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

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

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

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

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

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

  .section{
    background: url(../images/pic_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section1 {
    background: url(../images/pic_01.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .p2_middiv{
    margin-top: 2%;
  }

  .middiv1 {
    width: 75%;
    height: 95%;
    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_topic{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 10px 0px;
    background: url(../images/pic_03.png) center top no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    margin-top: 0;
  }

  .p2_topic dt {
    font-size: 14px;
  }

  .p2_topic a {
    line-height: 20px;
  }

  .p2_topic dd {
    font-size: 12px;
    line-height: 18px;
  }


  .p2_conbg {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    padding: 10px 0px;
    background-size: 100% 100%;
    margin-top: 10px;
            display: flex;
  }
  .picc img{width: 278px;height: 184px;}
  .ptit,.ptitbg{display: none;}

  .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;
    line-height: 28px;
    text-overflow: inherit;
    overflow: inherit;
    white-space: inherit;
  }

  .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;
  }






  .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: 150px;
    height: auto;
  }

  .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;
  }
  .mySwiper3,.mySwiper4{
    width: 300px;
  }
  .p3_icon{
    width: 80%;
    height: auto;
  }
  .p5_con ul li{
    font-size: 12px;
  }

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

  .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: 12px;
    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-08-12 15:44:02" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->