/* 前端张文杰 */
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*{ margin:0; padding:0;position: relative;outline: none;}
body {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin:0 auto;overflow-x:hidden;position: relative;padding: 0 ; width: 100%;color: #1f1f1f;font-family:PingFang SC, Arial, Helvetica, sans-serif, Microsoft Yahei; font-size:14px;  line-height:1;background: #fff;}
html.act{overflow: hidden;width: 100%;height: 100vh;}
ul,ul li,ol li,tr td,dl,dd{ list-style-type:none; margin:0; padding:0; }
.clearfix:after{content: " "; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
a{display: inline-block; text-decoration:none; cursor:pointer; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;color: #1f1f1f;}
textarea,select{ outline:none;  color:#666; font-size:14px; width:100%;}
img{border:none;display: block;max-width: 100%;}
img[src=""]{opacity: 0;}
i{font-style: normal;}
/* 滚动条样式 */
body::-webkit-scrollbar{ width:4px;height: 1px;}
body::-webkit-scrollbar-thumb{ background:#FF8D6D;}
body::-webkit-scrollbar-track{ background:#fff;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-family: 微软雅黑;outline: none;}
input[type="submit"]{background-color: transparent;cursor: pointer;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
select{appearance:none;-moz-appearance:none;-webkit-appearance:none;}
select::-ms-expand { display: none; }
em{display: inline-block;font-style:normal;}
@font-face {
	font-family: "ba_bo";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
}
@font-face {
	font-family: "ba_ex";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
}
@font-face {
	font-family: "ba_me";
  src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf");
}
@font-face {
	font-family: "ba_re";
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
}
@font-face {
	font-family: "ba_se";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
}
@font-face {
	font-family: "got";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
}

.f_12 {
    font-size: 12px;
}
.f_14 {
    font-size: 14px;
}

.f_15 {
    font-size: 15px;
}

.f_16 {
    font-size: 16px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_22 {
    font-size: 22px;
}

.f_24 {
    font-size: 24px;
}

.f_25 {
    font-size: 25px;
}

.f_26 {
    font-size: 26px;
}

.f_28 {
    font-size: 28px;
}

.f_30 {
    font-size: 30px;
}

.f_32 {
    font-size: 32px;
}

.f_34 {
    font-size: 34px;
}

.f_36 {
    font-size: 36px;
}

.f_38 {
    font-size: 38px;
}

.f_40 {
    font-size: 40px;
}

.f_42 {
    font-size: 42px;
}

.f_44 {
    font-size: 44px;
}
.f_45 {
    font-size: 45px;
}
.f_48 {
    font-size: 48px;
}

.f_50 {
    font-size: 50px;
}

.f_60 {
    font-size: 60px;
}

.f_66 {
    font-size: 66px;
}

.f_68 {
    font-size: 68px;
}

.f_96 {
    font-size: 96px;
}

.f_100 {
    font-size: 100px;
}

.f_187 {
    font-size: 187px;
}

#pl{position: relative;top: -150px;}
#nl{position: relative;top: -150px;}

.w1920{position: relative;width: 1920px;margin: 0 auto;max-width: 100%;}
.w1532{position: relative;width: 80%;margin: 0 auto;max-width: 100%;}
.w1250{osition: relative;width: 81.6%;margin: 0 auto;max-width: 100%;}

/* 头部 */
.header{position: fixed;top: 0;left: 0;z-index: 99;width: 100%;padding: 50px 0 30px 0;transition: all 0.3s;}
.header.hide{transform: translateY(-100%);}
.header .m_nav{display: none;}
.header .logo2{display: none;}
.header .w1532{display: flex;justify-content: space-between;align-items: center;}
.header .center{display: flex;width: 55.9%;justify-content: space-between;opacity: 0;filter: blur(3px);transition: all 0.5s;transform: translate3d(60px, 0, 0);-webkit-transform: translate3d(60px, 0, 0);}
.header .center .li{position: relative;padding: 20px 0;}
.header .center.on{opacity: 1;filter:none;transform: translate3d(30px, 0, 0);-webkit-transform: translate3d(30px, 0, 0);}
.header .center .li a{display: block;color: #ffffff;transition: all 0.3s;}
.header .center .li a:hover{color: #FF8D6D;}
.header .center .li ul{display: none; position:absolute;top: 56px;left: 50%;width: 170px;margin-left: -85px;background-color: rgba(255,255,255,0.9);padding: 37px 0;}
.header .center .li ul li a{display: block;line-height: 22px;margin-bottom: 30px;text-align: center;color: #555555;}
.header .center .li ul li:last-child a{margin-bottom: 0;}
.header .w1532 .right{display: flex;align-items: center;}
.header .w1532 .btn{margin-right: 50px;cursor: pointer;height: 37px;padding-top: 16px;}
.header .w1532 .btn.hide{opacity: 0;}
.header .w1532 .btn span{display: block;width: 22px;height: 1px;background-color: #fff;border-radius: 1px;transition: all 0.3s;}
.header .w1532 .btn span:nth-child(1){transform: translate(0,-8px);}
.header .w1532 .btn span:nth-child(2){transform: translate(12px,0);width: 12px;}
.header .w1532 .btn span:nth-child(3){transform: translate(-2px,8px);}
.header .w1532 .btn:hover span:nth-child(1){transform: translate(0,-8px);}
.header .w1532 .btn:hover span:nth-child(2){transform: translate(0,0);width: 22px;}
.header .w1532 .btn:hover span:nth-child(3){transform: translate(0,8px);}
.header .w1532 .lag{padding-left: 37px;line-height: 37px;background: url(../image/qiu.png)no-repeat left center;}
.header .w1532 .lag a{color: #ffffff;}

.header_w{background-color: #ffffff;border-bottom: 1px solid #E5E5E5;}
.header_w .logo1{display: none;}
.header_w .logo2{display: block;}
.header_w .w1532 .btn span{background-color: #333333;}
.header_w .w1532 .lag{background-image: url(../image/qiu1.png);}
.header_w .w1532 .lag a{color: #333333;}
.header_w .center .li a{color: #333;}

.act{background-color: #ffffff;border-bottom: 1px solid #E5E5E5;padding: 35px 0 25px 0;}
.act .logo1{display: none;}
.act .logo2{display: block;}
.act .w1532 .btn span{background-color: #333333;}
.act .w1532 .lag{background-image: url(../image/qiu1.png);}
.act .w1532 .lag a{color: #333333;}
.act .center .li a{color: #333;}
/* 头部 end*/

/* 首页样式 */
.slide-inner.pc{display: block;}
.slide-inner.pm{display: none;}

.index_con{width: 100%;height: 100vh;position: relative;overflow: hidden;}
.i_party{height: 100vh;position: relative;overflow: hidden;}
.i_party .con{position: relative;overflow: hidden;width: 100%;height: 100vh;}
.i_party .con .swiper-slide{width: 100%;height: 100vh;position: relative;overflow: hidden;}
.i_party .con .swiper-slide img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);min-width: 100%;max-width: 9999px;min-height: 100%;}
.i_party .slide-inner {position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-size: cover;background-position: center;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;color:#fff;}
.i_party .slide-inner.pm{display: none;}
.part1 .slide-inner .txt{position: absolute;top: 50%;left: 10%;transform: translateY(-50%);}
.part1 .slide-inner .txt .cn{line-height: 60px;margin-bottom: 10px;}
.part1 .slide-inner .txt .en{line-height: 90px;font-family: ba_me;max-width: 600px;}
.index_con>.swiper-pagination span{background-color: transparent!important;padding-right:58px;position:relative;margin:10px 0!important;display:block;line-height:22px;color:#ffffff;height:22px;font-size:0;opacity:1!important;}
.index_con>.swiper-pagination span:after{content:"";position: absolute;left: 30px;top: 50%;width:24px;height:1px;background-color:#ffffff;transition:all 0.3s;}
.index_con>.swiper-pagination .swiper-pagination-bullet-active{font-size:16px;}
.index_con>.swiper-pagination .swiper-pagination-bullet-active:after{width:46px;}

.i_party .swiper-pagination{width: auto;left: 10%;bottom: 60px;}
.i_party .swiper-pagination .swiper-pagination-bullet{position: relative; width: 7px;height: 7px;background-color: #ffffff;opacity: 1;margin:0 12px;}
.i_party .swiper-pagination .swiper-pagination-bullet:after{content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);border: 1px solid #fff;border-radius: 50%;transition: all 0.3s;width: 7px;height: 7px;}
.i_party .swiper-pagination .swiper-pagination-bullet-active:after{width: 21px;height: 21px;}
.part2 .slide-inner .txt{position: absolute;top: 50%;left: 10%;transform: translateY(-50%);}
.part2 .slide-inner .txt .num{font-family: got;height: 66px;overflow: hidden;margin-bottom: 20px;}
.part2 .slide-inner .txt .cn{line-height: 60px;margin-bottom: 10px;}
.part2 .slide-inner .txt .en{line-height: 90px;font-family: ba_me;max-width: 640px;margin-bottom: 45px;}
.part2 .slide-inner .txt .more{position: relative; width: 184px;height: 46px;line-height: 44px;border: 1px solid #ffffff;border-radius: 23px;color: #ffffff;z-index: 2;overflow: hidden;}
.part2 .slide-inner .txt .more span{display: block;width: 84px;margin: 0 auto;background: url(../image/more.png)no-repeat right center;}
.part2 .slide-inner .txt .more:after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); width: 0%;height: 0%;background-color: #FF8D6D;transition: all 0.3s;opacity: 0;z-index: -1;}
.part2 .slide-inner .txt .more:hover{border-color:transparent;}
.part2 .slide-inner .txt .more:hover:after{width: 100%;height: 100%;opacity: 1;}

.part3 .slide-inner .txt{position: absolute;top: 50%;right: 10%;transform: translateY(-50%);float: right;text-align: right;}
.cover_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35.63vw;
    background-color: rgba(0,0,0,.2);
}
.part3 .slide-inner .txt .num{font-family: got;height: 74px;overflow: hidden;margin-bottom: 20px;}
.part3 .slide-inner .txt .cn{line-height: 60px;margin-bottom: 10px;}
.part3 .slide-inner .txt .en{line-height: 90px;font-family: ba_me;max-width: 660px;margin-bottom: 45px;}
.part3 .slide-inner .txt .more{position: relative; width: 184px;height: 46px;line-height: 44px;border: 1px solid #ffffff;border-radius: 23px;color: #ffffff;z-index: 2;overflow: hidden;}
.part3 .slide-inner .txt .more span{display: block;width: 84px;margin: 0 auto;background: url(../image/more.png)no-repeat right center;padding-right: 20px;}
.part3 .slide-inner .txt .more:after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); width: 0%;height: 0%;background-color: #FF8D6D;transition: all 0.3s;opacity: 0;z-index: -1;}
.part3 .slide-inner .txt .more:hover{border-color:transparent;}
.part3 .slide-inner .txt .more:hover:after{width: 100%;height: 100%;opacity: 1;}

.part4 .slide-inner .txt{position: absolute;top: 50%;left: 10%;transform: translateY(-50%);}
.part4 .slide-inner .txt .num{font-family: got;height: 66px;overflow: hidden;margin-bottom: 20px;}
.part4 .slide-inner .txt .cn{line-height: 60px;margin-bottom: 10px;}
.part4 .slide-inner .txt .en{line-height: 90px;font-family: ba_me;max-width: 620px;margin-bottom: 45px;}
.part4 .slide-inner .txt .more{position: relative; width: 184px;height: 46px;line-height: 44px;border: 1px solid #ffffff;border-radius: 23px;color: #ffffff;z-index: 2;overflow: hidden;}
.part4 .slide-inner .txt .more span{display: block;width: 84px;margin: 0 auto;background: url(../image/more.png)no-repeat right center;}
.part4 .slide-inner .txt .more:after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); width: 0%;height: 0%;background-color: #FF8D6D;transition: all 0.3s;opacity: 0;z-index: -1;}
.part4 .slide-inner .txt .more:hover{border-color:transparent;}
.part4 .slide-inner .txt .more:hover:after{width: 100%;height: 100%;opacity: 1;}

.footer{background-color: #ffffff;z-index:1;}
.footer .top{display: flex;justify-content: space-between;padding: 68px 0 40px 0;border-bottom: 1px solid #E5E5E540;}
.footer .top .left{display: flex;}
.footer .top .left .box{margin-right: 153px;}
.footer .top .left .box:last-child{margin-right: 0;}
.footer .top .left .box a{display: block;transition: all 0.3s;}
.footer .top .left .box a.tit{line-height: 22px;color: #555555;margin-bottom: 26px;}
.footer .top .left .box a.li{line-height: 24px;color: #ABABAB;margin-bottom: 10px;}
.footer .top .left .box a.li:last-child{margin-bottom: 0;}
.footer .top .left .box a:hover{color: #333;}
.footer .top .right .one{display: flex;margin-bottom: 38px;}
.footer .top .right .one .code{text-align: center;line-height: 22px;color: #555555;}
.footer .top .right .one .code:nth-child(1){margin-right: 40px;}
.footer .top .right .one .code img{margin-top: 18px;}
.footer .top .right .two{display: flex;align-items: center;justify-content: right;color: #555555;}
.footer .top .right .two a{margin-left: 16px;}
.footer .center{padding: 26px 0;border-bottom: 1px solid #E5E5E540;}
.footer .center ul{display: flex;justify-content: center;}
.footer .center ul li{margin: 0 29px;}
.footer .bottom{display: flex;justify-content: space-between;padding: 23px 0;}
.footer .bottom .left a:nth-child(1){margin-right: 26px;}
.footer .bottom a{color: #ABABAB;}
.footer .bottom a:hover{color: #333;}

.sco{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);color: #ffffff;padding-bottom: 60px;line-height: 26px;z-index: 20;}
.sco .solid{width: 1px;height: 42px;content: "";position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);background-color: rgba(255,255,255,0.36);}
.sco .solid:after{content: "";position: absolute;top: 0;left: -1px;width: 3px;background-color: #ffffff; height: 20px;-webkit-animation: mouse 2s cubic-bezier(0.23, 1, 0.32, 1) infinite;-moz-animation: mouse 2s cubic-bezier(0.23, 1, 0.32, 1) infinite;-o-animation: mouse 2s cubic-bezier(0.23, 1, 0.32, 1) infinite;animation: mouse 2s cubic-bezier(0.23, 1, 0.32, 1) infinite;}

@-webkit-keyframes mouse {
    from {
      opacity: 1;
    }
  
    33% {
      opacity: 1;
    }
  
    to {
      -webkit-transform: translateY(48px);
      transform: translateY(48px);
      opacity: 0;
    }
  }
  
  @-moz-keyframes mouse {
    from {
      opacity: 1;
      
    }
  
    33% {
      opacity: 1;
    }
  
    to {
      -webkit-transform: translateY(48px);
      -moz-transform: translateY(48px);
        -o-transform: translateY(48px);
           transform: translateY(48px);
      opacity: 0;
    }
  }
  
  @-o-keyframes mouse {
    from {
      opacity: 1;
    }
  
    33% {
      opacity: 1;
    }
  
    to {
      -webkit-transform: translateY(48px);
      -moz-transform: translateY(48px);
        -o-transform: translateY(48px);
           transform: translateY(48px);
      opacity: 0;
    }
  }
  
  @keyframes mouse {
    from {
      opacity: 1;
    }
  
    33% {
      opacity: 1;
    }
  
    to {
      -webkit-transform: translateY(48px);
      -moz-transform: translateY(48px);
        -o-transform: translateY(48px);
           transform: translateY(48px);
      opacity: 0;
    }
  }
.i_party .back{position: absolute;right: 10%;bottom: 54px;padding-right: 56px;line-height: 26px;background: url(../image/top.png)no-repeat right center;z-index: 10;color: #ffffff;cursor: pointer;transition: all 0.3s;}
.i_party .back:hover{padding-right: 30px;}

.idea_con{position: relative;overflow: hidden;height: 100vh;}
.idea_con .swiper-slide{position: relative; height: 100vh;background:no-repeat center;background-size: auto 100%;overflow: hidden;position: relative;}

.idea_con .swiper-slide>img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);max-width: 99999px;height: 100%;transition: all 3s;}
.idea_con .swiper-slide.show>img{height: 115%;}
.idea_con .swiper-slide:last-child{height: auto;}
.idea_con .swiper-slide.idea1 .txt{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;color: #ffffff;}
.idea_con .swiper-slide.idea1 .txt .h{line-height: 84px;font-weight: bold;}
.idea_con .swiper-slide.idea1 .txt .en{line-height: 42px;font-family: ba_re;margin-bottom: 30px;}
.idea_con .swiper-slide.idea1 .txt .solid{display: inline-block;width: 36px;height: 1px;background-color: #ffffff;margin-bottom: 22px;}
.idea_con .swiper-slide.idea1 .txt .p{line-height: 40px;}

.idea_con .swiper-slide.idea2 .txt{position: absolute;top: 50%;right: 10%;transform: translateY(-50%);color: #fff;overflow: hidden;}
.idea_con .swiper-slide.idea2 .txt .num{font-family: ba_bo;margin-bottom: 30px;position: relative;right: 50px;opacity: 0.6;line-height: 126px;}
.idea_con .swiper-slide.idea2 .txt .h{line-height: 60px;font-weight: bold;margin-bottom: 12px;}
.idea_con .swiper-slide.idea2 .txt .en{width: 260px;font-family: ba_me;line-height: 26px;margin-bottom: 35px;}
.idea_con .swiper-slide.idea2 .txt .solid{width: 50px;height: 2px;background-color: #FF8D6D;margin-bottom: 40px;}
.idea_con .swiper-slide.idea2 .txt .p{line-height: 36px;width: 500px;}

.idea_con .swiper-slide.idea3 .txt{position: absolute;top: 50%;left: 10%;transform: translateY(-50%);color: #fff;overflow: hidden;}
.idea_con .swiper-slide.idea3 .txt .num{font-family: ba_bo;margin-bottom: 30px;position: relative;right: 50px;opacity: 0.6;line-height: 126px;}
.idea_con .swiper-slide.idea3 .txt .h{line-height: 60px;font-weight: bold;margin-bottom: 12px;}
.idea_con .swiper-slide.idea3 .txt .en{width: 260px;font-family: ba_me;line-height: 26px;margin-bottom: 35px;}
.idea_con .swiper-slide.idea3 .txt .solid{width: 50px;height: 2px;background-color: #FF8D6D;margin-bottom: 40px;}
.idea_con .swiper-slide.idea3 .txt .p{line-height: 36px;width: 500px;}

.idea_con .swiper-slide.idea4 .txt{position: absolute;top: 50%;right: 10%;transform: translateY(-50%);color: #fff;overflow: hidden;}
.idea_con .swiper-slide.idea4 .txt .num{font-family: ba_bo;margin-bottom: 30px;position: relative;right: 50px;opacity: 0.6;line-height: 126px;}
.idea_con .swiper-slide.idea4 .txt .h{line-height: 60px;font-weight: bold;margin-bottom: 12px;}
.idea_con .swiper-slide.idea4 .txt .en{width: 260px;font-family: ba_me;line-height: 26px;margin-bottom: 35px;}
.idea_con .swiper-slide.idea4 .txt .solid{width: 50px;height: 2px;background-color: #FF8D6D;margin-bottom: 40px;}
.idea_con .swiper-slide.idea4 .txt .p{line-height: 36px;width: 500px;}

.pro_con .pl_con1{padding-bottom:35.7%;position: relative;}
.pro_con .pl_con1>img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);max-width: 9999px;height: 100%;}
.pro_con .pl_con1 .txt{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;color: #ffffff;}
.pro_con .pl_con1 .txt .h{line-height: 84px;font-weight: bold;}
.pro_con .pl_con1 .txt .en{line-height: 42px;font-family: ba_re;margin-bottom: 30px;}
.pro_con .pl_con1 .txt .solid{display: inline-block;width: 36px;height: 1px;background-color: #ffffff;margin-bottom: 22px;}
.pro_con .pl_con1 .txt .p{line-height: 40px;}

.pro_con .pl_con2 .w1532{display: flex;justify-content: space-between;align-items: center;padding: 85px 0 70px 0;}
.pro_con .pl_con2 .txt{width: 53.5%;}
.pro_con .pl_con2 .txt .cn{line-height: 54px;color: #333333;margin-bottom: 5px;font-weight: bold;}
.pro_con .pl_con2 .txt .en{line-height: 40px;color: #666666;font-family: ba_re;margin-bottom: 80px;}
.pro_con .pl_con2 .txt .solid{width: 50px;height: 2px;background-color: #FF8D6D;margin-bottom: 42px;}
.pro_con .pl_con2 .txt .p{line-height: 36px;color: #666666;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;height: 144px;}
.pro_con .pl_con2 .pic{width: 43.47%;}

.pro_con .pl_con3 .w1532{display: flex;justify-content: space-between;align-items: center;flex-direction: row-reverse;}
.pro_con .pl_con3 .txt{width: 38.47%;}
.pro_con .pl_con3 .txt .cn{line-height: 54px;color: #333333;margin-bottom: 5px;font-weight: bold;}
.pro_con .pl_con3 .txt .en{line-height: 40px;color: #666666;font-family: ba_re;margin-bottom: 80px;}
.pro_con .pl_con3 .txt .solid{width: 50px;height: 2px;background-color: #FF8D6D;margin-bottom: 42px;}
.pro_con .pl_con3 .txt .h{line-height: 30px;margin-bottom: 20px;color: #666666;font-weight: bold;}
.pro_con .pl_con3 .txt .p{line-height: 36px;color: #666666;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.pro_con .pl_con3 .pic{width: 53.5%;}

.pro_con .pl_con4{margin-bottom: 110px;}
.pro_con .pl_con4 .swiper-pagination{display: none;}
.pro_con .pl_con4 .tit{max-width: 776px;margin: 0 auto;text-align: center;margin-top: 120px;}
.pro_con .pl_con4 .tit .h{font-weight: bold;line-height: 54px;margin-bottom: 10px;}
.pro_con .pl_con4 .tit .en{color: #666666;font-family: bo_re;line-height: 40px;margin-bottom: 20px;}
.pro_con .pl_con4 .tit .p{line-height: 38px;color: #666666;}
.pro_con .pl_con4 .con{overflow: hidden;position: relative;margin-top: 56px;}
.pro_con .pl_con4 .con .swiper-slide{position: relative; padding-bottom: 42.75%;background: no-repeat center;background-size: 100%;overflow: hidden;transition: all 0.3s;}
.pro_con .pl_con4 .con .swiper-slide:hover{background-size: 110%;}
.pro_con .pl_con4 .con .swiper-slide:after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background: url(../image/pro_bj.png)no-repeat center;background-size: 100% 100%;}
.pro_con .pl_con4 .con .swiper-slide .txt{position: absolute;bottom: 0;left: 0;width: 100%;padding: 0 50px 60px 50px;color: #ffffff;z-index: 2;}
.pro_con .pl_con4 .con .swiper-slide .txt .h{line-height: 40px;font-weight: bold;margin-bottom: 10px;}
.pro_con .pl_con4 .con .swiper-slide .txt .p{line-height: 28px;font-family: ba_me;}

.pro_con .pl_con6 .w1532{padding-bottom: 110px;border-bottom: 1px solid #E5E5E540;}
.pro_con .pl_con6 .tit{max-width: 776px;margin: 0 auto;text-align: center;margin-top: 120px;}
.pro_con .pl_con6 .tit .h{font-weight: bold;line-height: 54px;margin-bottom: 10px;}
.pro_con .pl_con6 .tit .en{color: #666666;font-family: bo_re;line-height: 40px;margin-bottom: 20px;}
.pro_con .pl_con6 .tit .p{line-height: 38px;color: #666666;}
.pro_con .pl_con6 .pic{position: relative; padding-bottom: 39%;background:url(../image/pro_pic10.png)no-repeat center;background-size: cover; margin-top: 60px;text-align: center;}
.pro_con .pl_con6 .pic .txt{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color: #ffffff;}
.pro_con .pl_con6 .pic .txt .h{line-height: 40px;font-weight: bold;margin-bottom: 10px;}
.pro_con .pl_con6 .pic .txt .p{font-family: ba_me;}

.contact_con>.w1532{z-index: 2;padding-bottom:86px;border-bottom:1px solid #E5E5E540;}
.contact_con .con_con1{padding-bottom:35.7%;position: relative;}
.contact_con .con_con1>img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);max-width: 9999px;height: 100%;}
.contact_con .con_con1 .txt{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;color: #ffffff;}
.contact_con .con_con1 .txt .h{line-height: 84px;font-weight: bold;}
.contact_con .con_con1 .txt .en{line-height: 42px;font-family: ba_re;margin-bottom: 30px;}
.contact_con .con_con2{display: flex;justify-content: space-between;align-items: center;box-shadow: 0 0 10px rgba(0,0,0,0.05);margin-top: -43px;background-color: #ffffff;}
.contact_con .con_con2 .box{
    line-height: 148px;
    width: 50%;text-align: center;
    line-height: 2;
    padding: 40px 20px;
}
.contact_con .con_con2 .box:nth-child(1){border-right: 1px solid rgba(112,112,112,0.15);}
.contact_con .con_con2 .box span{display: inline-block;color: #666666;padding-left: 38px;background: no-repeat left center;text-align:left;}
.contact_con .con_con2 .box:nth-child(1) span{background-image: url(../image/con_pic1.png);}
.contact_con .con_con2 .box:nth-child(2) span{background-image: url(../image/20240726100017.png);display:flex}

.nl_con .nl_con1{padding-bottom:35.7%;position: relative;}
.nl_con .nl_con1>img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);max-width: 9999px;height: 100%;}
.nl_con .nl_con1 .txt{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;color: #ffffff;}
.nl_con .nl_con1 .txt .h{line-height: 84px;font-weight: bold;}
.nl_con .nl_con1 .txt .en{line-height: 42px;font-family: ba_re;margin-bottom: 30px;}
.nl_con .nl_con2{padding: 102px 0 100px 0;border-bottom:1px solid #E5E5E540;}
.nl_con2 .tab{display: table;margin: 0 auto;overflow: hidden;}
.nl_con2 .tab .link{float: left;width: 184px;height: 46px;text-align: center;line-height: 44px;border: 1px solid #CCCCCC;border-radius: 23px;margin: 0 40px;}
.nl_con2 .tab .link.on{color: #ffffff;background-color: #FF8D6D;border-color: transparent;}
.nl_con2 .list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.nl_con2 .list .box{width: 30.28%;margin-top: 90px;}
.nl_con2 .list .box .top{display: flex;justify-content: space-between;}
.nl_con2 .list .box .top .day{color: #666666;}
.nl_con2 .list .box .top .more{color: 	#666666;padding-right: 22px;background: url(../image/more_jt.png)no-repeat right center;transition: all 0.3s;}
.nl_con2 .list .box .top .more:hover{padding-right: 16px;color: #FF8D6D;background-image: url(../image/more_jth.png);}
.nl_con2 .list .box .pic{position: relative;overflow: hidden;width: 100%; padding-bottom: 76.7%;margin: 30px 0 40px 0;}
.nl_con2 .list .box .pic img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;max-width: 9999px; transition: all 0.3s;}
.nl_con2 .list .box:hover .pic img{width: 110%;height: 110%;}
.nl_con2 .list .box .txt .h{line-height: 34px; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;height: 34px;margin-bottom: 20px;color: #333333;font-weight: bold;transition: all 0.3s;}
.nl_con2 .list .box:hover .txt .h{color: #FF8D6D;}
.nl_con2 .list .box .txt .p{line-height: 32px;color: #666666; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;height: 32px;}
.nl_con2 .page{display: table;margin: 0 auto;margin-top: 80px;overflow: hidden;padding: 8px;}
.nl_con2 .page a{display: block;float: left;width: 50px;height: 50px;border-radius: 50%;background-color: #ffffff;box-shadow: 0 0 10px rgba(0,0,0,0.08);text-align: center;line-height: 50px;margin: 0 16px;color: #999999;transition: all 0.3s;}
.nl_con2 .page .prev{background: url(../image/pl_jt.png)no-repeat center;}
.nl_con2 .page .next{background: url(../image/pr_jt.png)no-repeat center;}
.nl_con2 .page a:hover{color: #ffffff;background-color: #FF8D6D;}
.nl_con2 .page .prev:hover{background-image: url(../image/pl_jtw.png);}
.nl_con2 .page .next:hover{background-image: url(../image/pr_jtw.png);}

.nd_con{margin-top: 138px;padding-top:90px;}
.nd_con1 .tit{text-align: center;}
.nd_con1 .tit .h{line-height: 48px;font-weight: bold;color: #333333;margin-bottom: 20px;}
.nd_con1 .tit .p{color: #666666;line-height: 20px;overflow: hidden;display: table;margin: 0 auto;}
.nd_con1 .tit .p span{margin:0 16px;display: block;float: left;}
.nd_con1 .tit .p span.qian{width:62px;height: 20px;text-align: center;line-height: 20px;background-color: #FFF7F5;color: #FF8D6D;border-radius: 10px;}
.nd_con1 .huati{line-height: 62px;background-color: rgba(255,141,109,0.07);margin-top: 50px;}
.nd_con1 .huati .con{display: table;margin: 0 auto;overflow: hidden;}
.nd_con1 .huati .con span{display: block;float: left;margin: 0 25px;color: #BBBBBB;}
.nd_con1 .huati .con span.span1{color:#777777;}
.nd_con1 .huati .con span i{color: #FF8D6D;}
.nd_con1 .main{padding: 100px 0 120px 0;border-bottom: 1px solid rgba(229,229,229,0.5);}
.nd_con1 .main .h{color: #555555;text-align: center;line-height: 36px;margin-bottom: 80px;}
.nd_con1 .main .p{line-height: 36px;color: #666666;margin-bottom:28px;}
.nd_con1 .main img{margin: 0 auto;margin-bottom: 80px;}
.nd_con1 .main .bottom{padding-top: 72px;}
.nd_con1 .main .bottom .one{overflow: hidden;display: flex;align-items: center;justify-content: right;padding-bottom: 20px;border-bottom: 1px solid rgba(229,229,229,0.5);color: #666666;}
.nd_con1 .main .bottom .one a{float: right;display: block;width: 34px;height: 34px;background: no-repeat center;margin-left: 13px;}
.nd_con1 .main .bottom .one a.wx{background-image: url(../image/nd_wx.png);}
.nd_con1 .main .bottom .one a.wb{background-image: url(../image/nd_wb.png);}
.nd_con1 .main .bottom .one span{float: right;}
.nd_con1 .main .bottom .two{padding-top: 25px;display: flex;justify-content: space-between;align-items: center;}
.nd_con1 .main .bottom .left a{display: block;line-height: 22px;margin-bottom: 12px;color: #666666;}
.nd_con1 .main .bottom .left a:hover{color: #FF8D6D;}
.nd_con1 .main .bottom .right{width: 184px;height: 46px;text-align: center;line-height: 46px;color: #ffffff;background-color: #FF8D6D;border-radius: 23px;transition: all 0.3s;position: relative;top: 0;}
.nd_con1 .main .bottom .right:hover{top: -4px;}

.pd_con{padding: 110px 0 0 0;background-color: #F9F9F9;margin-top: 138px;}
.pd_con .con{display: flex;justify-content: space-between;padding-bottom: 120px;}
.pd_con .con .pic{width: 41.25%;overflow:hidden;}
.pd_con .con .pic img{transition: all 0.3s;}
.pd_con .con .pic img:hover{transform:scale(1.05);}
.pd_con .con .txt{width: 53%;}
.pd_con .con .txt .back{line-height: 22px;padding-left: 40px;background: url(../image/back.png)no-repeat left center;color:#666666;margin-bottom: 54px;transition: all 0.3s;}
.pd_con .con .txt .back:hover{padding-left: 30px;color: #FF8D6D;background-image: url(../image/backs.png);}
.pd_con .con .txt .h{color:#333333;line-height: 54px;margin-bottom: 10px;}
.pd_con .con .txt .h1{font-family:ba_me;color: #666666;line-height: 40px;margin-bottom: 74px;}
.pd_con .con .txt .p{color: #666666;padding-bottom: 45px;line-height: 35px;}
.pd_con .con .txt .p .span{margin-right: 60px;}
.pd_con .con .txt .btn_box{padding-top: 55px;display: flex;}
.pd_con .con .txt .btn_box a{display: block;padding-left: 54px;background: no-repeat left center;line-height: 36px;margin-right: 96px;}
.pd_con .con .txt .btn_box a:nth-child(1){background-image: url(../image/tm.png);}
.pd_con .con .txt .btn_box a:nth-child(2){background-image: url(../image/jd.png);margin-right: 0;}
.pd_con .con .txt .btn_box a:hover{color:#FF8D6D;}

.qua_con .qua_con1{padding-bottom:35.7%;position: relative;}
.qua_con .qua_con1>img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);max-width: 9999px;height: 100%;}
.qua_con .qua_con1 .txt{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;color: #ffffff;}
.qua_con .qua_con1 .txt .h{line-height: 84px;font-weight: bold;}
.qua_con .qua_con1 .txt .en{line-height: 42px;font-family: ba_re;margin-bottom: 30px;}

.qua_con2 .w1532{position: relative;overflow: hidden;padding: 110px 0 100px 0;}
.qua_con2 .prev,.qua_con2 .next{width: 23px;height: 44px;margin-top: -22px;background:no-repeat center;cursor: pointer;}
.qua_con2 .prev{position: absolute;top: 50%;left: calc(10% - 76px);background-image: url(../image/qua_prev.png);}
.qua_con2 .next{position: absolute;top: 50%;right: calc(10% - 76px);background-image: url(../image/qua_next.png);}
.qua_con2 .w1532 .swiper-slide{position: relative; padding-bottom: 40.66%;background-size: 100% 100%;transition: all 0.3s;}
.qua_con2 .w1532 .swiper-slide::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
}
.qua_con2 .w1532 .swiper-slide:hover{background-size: 110% 110%;}
.qua_con2 .w1532 .swiper-slide .txt{position: absolute;top: 50%;
    transform: translateY(-50%);left: 0;padding: 48px 40px 0 40px;color: #ffffff;
    z-index: 2;
}
.qua_con2 .w1532 .swiper-slide .txt .h{background: no-repeat left center;padding-left: 57px;line-height: 40px;margin-bottom: 38px;}
.qua_con2 .w1532 .swiper-slide .txt .p{line-height: 30px;}
.qua_con3 {padding: 90px 0 120px 0;background-color: #F9F9F9;}
.qua_con3 .tits{text-align: center;}
.qua_con3 .tits .h{color: #333333;line-height: 54px;margin-bottom: 10px;}
.qua_con3 .tits .p{font-family: ba_me;color: #666666;line-height: 40px;margin-bottom: 70px;}
.qua_con3 .w1532{position: relative;overflow: hidden;}
.qua_con3 .w1532 .swiper-slide{text-align: center;line-height: 25px;color: #666666;}
.qua_con3 .w1532 .swiper-slide .pic{margin-bottom: 50px;transition: all 0.3s;}
.qua_con3 .w1532 .swiper-slide:hover .pic{margin-bottom: 36px;}
.qua_con3 .w1532 .swiper-slide .pic img{margin:0 auto;}
.qua_con3 .prev,.qua_con3 .next{width: 23px;height: 44px;margin-top: -22px;background:no-repeat center;cursor: pointer;}
.qua_con3 .prev{position: absolute;top: 60%;left: calc(10% - 76px);background-image: url(../image/qua_prev.png);}
.qua_con3 .next{position: absolute;top: 60%;right: calc(10% - 76px);background-image: url(../image/qua_next.png);}

.pli_con .pli_con1{padding-bottom:35.7%;position: relative;}
.pli_con .pli_con1>img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);max-width: 9999px;height: 100%;}
.pli_con .pli_con1 .txt{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;color: #ffffff;}
.pli_con .pli_con1 .txt .h{line-height: 84px;font-weight: bold;}
.pli_con .pli_con1 .txt .en{line-height: 42px;font-family: ba_re;margin-bottom: 30px;}
.pli_con2 .tab{display: table;margin: 0 auto;overflow: hidden;padding-top: 100px;}
.pli_con2 .tab .link{display: block;float: left;width: 184px;line-height: 44px;border: 1px solid #CCCCCC;border-radius: 23px;text-align: center;margin: 0 40px;}
.pli_con2 .tab .link.on{color: #ffffff;background-color: #FF8D6D;border-color: transparent;}
.pli_con2 .con{position: relative;}
.pli_con2 .con .bj{position: absolute; top: 43%;transform: translateY(-50%);display: flex;width: 100%;justify-content: space-between;align-items: center;}
.pli_con2 .con .bj .left{width: 34%;height: 250px;background-color: #F6F6F7;border-top-right-radius: 125px;border-bottom-right-radius: 125px;}
.pli_con2 .con .bj .center{width: 21.14%;padding-bottom: 21.14%;background-color: #FF8D6D;border-radius: 50%;}
.pli_con2 .con .bj .right{width: 34%;height: 250px;background-color: #F6F6F7;border-top-left-radius: 125px;border-bottom-left-radius: 125px;}

.pli_con2 .swiper{position: relative;overflow: hidden;height: 790px;padding-bottom:80px;border-bottom:1px solid #E5E5E540;}
.pli_con2 .swiper .swiper-wrapper{align-items: center;}
.pli_con2 .swiper .swiper-slide{text-align: center;height: auto!important;transition: all 0.3s;}
.pli_con2 .swiper .swiper-slide .txt{display: none;}
.pli_con2 .swiper .swiper-slide img{height: 180px; margin: 0 auto;transition: all 0.3s;margin-bottom: 38px;}
.pli_con2 .swiper .swiper-slide-active{margin-top: 20px;}
.pli_con2 .swiper .swiper-slide-active img{height: 530px;}
.pli_con2 .swiper .swiper-slide-active .txt{display: block;}
.pli_con2 .swiper .swiper-slide-active .txt .h{margin-bottom: 30px;}
.pli_con2 .swiper .swiper-slide-active .txt .btn{position: relative;top: 0;transition: all 0.3s; width: 184px;height: 46px;text-align: center;color: #ffffff;background-color: #FF8D6D;border-radius: 23px;}
.pli_con2 .swiper .swiper-slide-active .txt .btn span{display: inline-block;line-height: 46px;padding-right: 20px;background: url(../image/pr_jtw.png)no-repeat right center;transition: all 0.2s;}
.pli_con2 .swiper .swiper-slide-active .txt .btn:hover{top: -4px;}
.pli_con2 .swiper .swiper-slide-active .txt .btn:hover span{padding-right: 16px;}
.pli_con2 .swiper .prev,.pli_con2 .swiper .next{position: absolute;top: 50%;width: 50px;height: 50px;background-color: #fff;box-shadow:0 0 10px rgba(0,0,0,0.08);border-radius: 50%;margin-top: -50px;cursor: pointer;z-index: 10;}
.pli_con2 .swiper .prev{left:12px;background-image: url(../image/pl_jt.png);background-repeat: no-repeat;background-position: center;}
.pli_con2 .swiper .next{right:12px;background-image: url(../image/pr_jt.png);background-repeat: no-repeat;background-position: center;}
.pli_con2 .swiper .prev:hover{background-color: #FF8D6D;background-image: url(../image/pl_jtw.png);}
.pli_con2 .swiper .next:hover{background-color: #FF8D6D;background-image: url(../image/pr_jtw.png);}

.bra_con .bra_con1{padding-bottom:35.7%;position: relative;}
.bra_con .bra_con1>img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);max-width: 9999px;height: 100%;}
.bra_con .bra_con1 .txt{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;color: #ffffff;}
.bra_con .bra_con1 .txt .h{line-height: 84px;font-weight: bold;}
.bra_con .bra_con1 .txt .en{line-height: 42px;font-family: ba_re;margin-bottom: 30px;}
.bra_con2{padding: 90px 0;}
.bra_con2 .tit{position: absolute;left: 0;top: 90px;}
.bra_con2 .tit .cn{color: #333333;line-height: 54px;margin-bottom: 10px;font-weight: bold;}
.bra_con2 .tit .en{color:#666666;font-family: ba_me;line-height: 40px;}
.bra_con2 .con{display: flex;justify-content: space-between;width: 100%;}
.bra_con2 .con .left{width: 53%;margin-top: 150px;position: relative;overflow: hidden;}
.bra_con2 .con .right{width: 47%;margin-top: 32px;}
.bra_con2 .con .right .mySwiper{text-align: center;margin-bottom: 60px;position: relative;overflow: hidden;}
.bra_con2 .con .right .mySwiper .swiper-slide{cursor: pointer;}
.bra_con2 .con .right .mySwiper .swiper-slide-thumb-active{color: #FF8D6D;}
.bra_con2 .con .right .mySwiper .next{background-image: url(../image/pr_jt.png);background-size: 6px 12px;right: 0;}
.bra_con2 .con .right .mySwiper .prev{background-image: url(../image/pl_jt.png);background-size: 6px 12px;left: 0;}
.bra_con2 .con .right .mySwiper2{position: relative;overflow: hidden;padding-left: 66px;}
.bra_con2 .con .right .mySwiper2 .h{position: relative; font-family: ba_bo;line-height: 160px;color: #777777;opacity: 0.75;display: table;}
.bra_con2 .con .right .mySwiper2 .h:after{content: "";position: absolute;top: 50%;right: -100px;width: 70px;height: 2px;background-color: #FF8D6D;transform: translateY(-1px);} 
.bra_con2 .con .right .mySwiper2 ul li{margin-bottom: 32px;}
.bra_con2 .con .right .mySwiper2 ul li .num{color: #333333;line-height: 40px;margin-bottom: 8px;font-family: ba_me;}
.bra_con2 .con .right .mySwiper2 ul li .p{line-height: 22px;color: #666666;}
.bra_con3{padding: 84px 0 110px 0;background-color: #F9F9F9;}
.bra_con3 .tit{text-align: center;}
.bra_con3 .tit .cn{line-height: 54px;color: #333333;margin-bottom: 10px;}
.bra_con3 .tit .en{line-height: 40px;color: #666666;font-family: ba_me;margin-bottom: 60px;}
.bra_con3 .con{position: relative;overflow: hidden;}
.bra_con3 .con .swiper-slide .txt{text-align: center;display: none;line-height: 25px;color: #666666;}
.bra_con3 .con .swiper-slide-active .txt{display: block;}
.bra_con3 .con .swiper-slide .pic{margin-bottom: 60px;}
.bra_con3 .con .swiper-slide .pic img{transform: scale(0.775);transition: all 0.3s;}
.bra_con3 .con .swiper-slide-active .pic img{transform: scale(1);}
.bra_con3 .next,.bra_con3 .prev{position: absolute;top: 50%;margin-top: -34px;width: 68px;height: 68px;background:no-repeat center;background-color: #ffffff;border-radius: 50%;box-shadow: 0 0 10px rgba(0,0,0,0.08);cursor: pointer;}
.bra_con3 .next{right: 10px;background-image: url(../image/pr_jt.png);}
.bra_con3 .prev{left: 10px;background-image: url(../image/pl_jt.png);}
.bra_con3 .next:hover{background-color: #FF8D6D;background-image: url(../image/pr_jtw.png);}
.bra_con3 .prev:hover{background-color: #FF8D6D;background-image: url(../image/pl_jtw.png);}
.mimg{display: none;}
@media (max-width:1560px) {
	.f_187{
		font-size: 140px;
	}
	.f_100{
		font-size: 75px;
	}
	.f_96{
		font-size: 72px;
	}
	.f_60{
		font-size: 45px;
	}
	.f_68{
		font-size: 52px;
	}
	.f_42{
		font-size: 32px;
	}
	.f_38{
		font-size: 28px;
	}
	
	.f_36{
		font-size: 27px;
	}
	.f_34{
		font-size: 26px;
	}
	.f_28{
		font-size: 21px;
	}
	.f_26{
		font-size: 20px;
	}
	.f_25{
		font-size: 19px;
	}
	.f_24{
		font-size: 18px;
	}
	.f_22{
		font-size: 18px;
	}
	.f_18{
		font-size: 16px;
	}
	.f_16{
		font-size: 14px;
	}
	.header{
		padding: 36px 0 22px 0;
	}
	.header .logo1{width: 300px;}
	.header .logo2{width: 300px;}
	.act{
		padding: 26px 0 12px 0;
	}
	.part1 .slide-inner .txt .cn{line-height: 45px;}
	.part1 .slide-inner .txt .en{line-height: 68px;}
	.part2 .slide-inner .txt .num{height: 50px;}
	.part2 .slide-inner .txt .cn{line-height: 45px;}
	.part2 .slide-inner .txt .en{line-height: 68px;}
	.part2 .slide-inner .txt .more{width: 138px;line-height: 33px;height: 35px;}
	.part3 .slide-inner .txt .num{height: 55px;}
	.part3 .slide-inner .txt .cn{line-height: 45px;}
	.part3 .slide-inner .txt .en{line-height: 68px;}
	.part3 .slide-inner .txt .more{width: 138px;line-height: 33px;height: 35px;}
	.part4 .slide-inner .txt .num{height: 50px;}
	.part4 .slide-inner .txt .cn{line-height: 45px;}
	.part4 .slide-inner .txt .en{line-height: 68px;}
	.part4 .slide-inner .txt .more{width: 138px;line-height: 33px;height: 35px;}
	.footer .top .left .box{margin-right: 90px;}
	.idea_con .swiper-slide.idea1 .txt .h{line-height: 63px;}
	.idea_con .swiper-slide.idea1 .txt .en{line-height: 32px;margin-bottom: 22px;}
	.idea_con .swiper-slide.idea1 .txt .solid{margin-bottom: 16px;}
	.idea_con .swiper-slide.idea1 .txt .p{line-height: 30px;}
	.idea_con .swiper-slide.idea2 .txt .num{line-height: 94px;margin-bottom: 22px;}
	.idea_con .swiper-slide.idea2 .txt .h{line-height: 45px;margin-bottom: 9px;}
	.idea_con .swiper-slide.idea2 .txt .en{line-height: 20px;margin-bottom: 27px;}
	.idea_con .swiper-slide.idea2 .txt .solid{margin-bottom: 30px;}
	.idea_con .swiper-slide.idea2 .txt .p{line-height: 28px;width: 375px;}
	
	.idea_con .swiper-slide.idea3 .txt .num{line-height: 94px;margin-bottom: 22px;}
	.idea_con .swiper-slide.idea3 .txt .h{line-height: 45px;margin-bottom: 9px;}
	.idea_con .swiper-slide.idea3 .txt .en{line-height: 20px;margin-bottom: 27px;}
	.idea_con .swiper-slide.idea3 .txt .solid{margin-bottom: 30px;}
	.idea_con .swiper-slide.idea3 .txt .p{line-height: 28px;width: 375px;}
	
	.idea_con .swiper-slide.idea4 .txt .num{line-height: 94px;margin-bottom: 22px;}
	.idea_con .swiper-slide.idea4 .txt .h{line-height: 45px;margin-bottom: 9px;}
	.idea_con .swiper-slide.idea4 .txt .en{line-height: 20px;margin-bottom: 27px;}
	.idea_con .swiper-slide.idea4 .txt .solid{margin-bottom: 30px;}
	.idea_con .swiper-slide.idea4 .txt .p{line-height: 28px;width: 375px;}
	
	.pli_con2 .tab{padding-top: 75px;}
	.pli_con2 .tab .link{width: 138px;line-height: 33px;margin: 0 30px;}
	.pli_con2 .con .bj .right{height: 188px;}
	.pli_con2 .con .bj .left{height: 188px;}
	.pli_con2 .swiper{height: 592px;}
	.pli_con2 .swiper .swiper-slide img{height: 135px;margin-bottom: 28px;}
	.pli_con2 .swiper .swiper-slide-active img{height: 398px;}
	.pli_con2 .swiper .swiper-slide-active .txt .h{margin-bottom: 22px;}
	.pli_con2 .swiper .swiper-slide-active .txt .btn{width: 138px;line-height: 33px;height: 33px;}
	.pli_con2 .swiper .swiper-slide-active .txt .btn span{line-height: 33px;}
	.pli_con .pli_con1 .txt .h{line-height: 63px;}
	.pli_con .pli_con1 .txt .en{line-height: 32px;margin-bottom: 20px;}
	
	.pd_con{margin-top: 113px;padding: 82px 0 0 0;}
	.pd_con .con{padding-bottom: 90px;}
	.pd_con .con .txt{width: 55%;}
	.pd_con .con .txt .back{margin-bottom: 40px;}
	.pd_con .con .txt .h{line-height: 40px;margin-bottom: 6px;}
	.pd_con .con .txt .h1{line-height: 30px;margin-bottom: 55px;}
	.pd_con .con .txt .p{line-height: 26px;padding-bottom: 34px;}
	.pd_con .con .txt .btn_box{padding-top: 42px;}
	
	.qua_con2 .w1532{padding: 81px 0 75px 0;}
	.qua_con2 .w1532 .swiper-slide .txt .h{margin-bottom: 28px;}
	.qua_con2 .w1532 .swiper-slide .txt .p{line-height: 22px;}
	.qua_con3{padding: 67px 0 90px 0;}
	.qua_con3 .tits .h{line-height: 40px;margin-bottom: 8px;}
	.qua_con3 .tits .p{line-height: 30px;margin-bottom: 52px;}
	.qua_con3 .w1532 .swiper-slide .pic{margin-bottom: 38px;}
	.qua_con3 .w1532 .swiper-slide:hover .pic{margin-bottom: 30px;}
	
	.pro_con .pl_con1 .txt .h{line-height: 63px;}
	.pro_con .pl_con1 .txt .en{line-height: 30px;margin-bottom: 22px;}
	.pro_con .pl_con1 .txt .solid{margin-bottom: 16px;}
	.pro_con .pl_con1 .txt .p{line-height: 30px;}
	.pro_con .pl_con2 .txt .cn{line-height: 40px;margin-bottom: 3px;}
	.pro_con .pl_con2 .txt .en{line-height: 30px;margin-bottom: 60px;}
	.pro_con .pl_con2 .txt .solid{margin-bottom: 31px;}
	.pro_con .pl_con2 .txt .p{line-height: 28px;}
	.pro_con .pl_con3 .txt .cn{line-height: 40px;margin-bottom: 3px;}
	.pro_con .pl_con3 .txt .en{line-height: 30px;margin-bottom: 60px;}
	.pro_con .pl_con3 .txt .solid{margin-bottom: 31px;}
	.pro_con .pl_con3 .txt .p{line-height: 28px;}
	.pro_con .pl_con3 .txt .h{line-height: 22px;margin-bottom: 15px;}
	.pro_con .pl_con4 .tit{margin-top: 90px;}
	.pro_con .pl_con4 .tit .h{line-height: 40px;margin-bottom: 8px;}
	.pro_con .pl_con4 .tit .en{line-height: 30px;margin-bottom: 15px;}
	.pro_con .pl_con4 .tit .p{line-height: 28px;}
	.pro_con .pl_con4 .con{margin-top: 42px;}
	.pro_con .pl_con4 .con .swiper-slide .txt{padding: 0 38px 45px 38px;}
	.pro_con .pl_con4 .con .swiper-slide .txt .h{line-height: 30px;margin-bottom: 8px;}
	.pro_con .pl_con4 .con .swiper-slide .txt .p{line-height: 21px;}
	.pro_con .pl_con6 .tit{margin-top: 90px;}
	.pro_con .pl_con6 .tit .h{line-height: 40px;margin-bottom: 8px;}
	.pro_con .pl_con6 .tit .en{line-height: 30px;margin-bottom: 15px;}
	.pro_con .pl_con6 .tit .p{line-height: 28px;}
	.pro_con .pl_con6 .pic{margin-top: 45px;}
	
	.bra_con2{padding: 68px 0;}
	.bra_con2 .tit .cn{line-height: 40px;margin-bottom: 8px;}
	.bra_con2 .tit .en{line-height: 30px;}
	.bra_con2 .con .left{margin-top: 112px;}
	.bra_con2 .con .right{margin-top: 24px;}
	.bra_con2 .con .right .mySwiper{margin-bottom: 45px;}
	.bra_con2 .con .right .mySwiper2 .h{line-height: 120px;}
	.bra_con2 .con .right .mySwiper2 ul li{margin-bottom: 24px;}
	.bra_con2 .con .right .mySwiper2 ul li .num{line-height: 30px;margin-bottom: 6px;}
	.bra_con2 .con .right .mySwiper2 ul li .p{line-height: 18px;}
	.bra_con3{padding: 63px 0 82px 0;}
	.bra_con3 .tit .cn{line-height: 40px;margin-bottom: 8px;}
	.bra_con3 .tit .en{line-height: 30px;margin-bottom: 45px;}
	.bra_con3 .con .swiper-slide .pic{margin-bottom: 45px;}
	
	.nl_con .nl_con2{padding: 76px 0 75px 0;}
	.nl_con2 .tab .link{width: 138px;height: 35px;line-height: 33px;margin: 0 30px;}
	.nl_con2 .list .box{margin-top: 68px;}
	.nl_con2 .list .box .pic{margin: 22px 0 30px 0;}
	.nl_con2 .list .box .txt .h{line-height: 26px;height:26px; margin-bottom: 15px;}
	.nl_con2 .list .box .txt .p{line-height: 24px;height: 24px;}
	.nl_con2 .page{margin-top: 60px;}
	
	.contact_con>.w1532{z-index: 2;padding-bottom:64px;}
	.pro_con .pl_con6 .w1532{padding-bottom: 80px;}
	.pli_con2 .swiper{padding-bottom: 60px;}
	
}

@media (max-width:1366px) {
	.pd_con .con .txt .p{padding-bottom: 24px;}
	.pd_con .con .txt .btn_box{padding-top: 32px;}
}

@media (max-width:1024px) {
    .slide-inner.pm{display: block;}
    .slide-inner.pc{display: none;}
    #pl{position: relative;top: -100px;}
    #nl{position: relative;top: -100px;}
	html{overflow-x: hidden;}
	.f_187{
		font-size: 100px;
	}
	.f_100{
		font-size: 50px;
	}
	.f_96{
		font-size: 48px;
	}
	.f_60{
		font-size: 36px;
	}
	.f_68{
		font-size: 38px;
	}
	.f_42{
		font-size: 28px;
	}
	.f_38{
		font-size: 24px;
	}
	
	.f_36{
		font-size: 22px;
	}
	.f_34{
		font-size: 22px;
	}
	.f_28{
		font-size: 20px;
	}
	.f_26{
		font-size: 18px;
	}
	.f_25{
		font-size: 18px;
	}
	.f_24{
		font-size: 18px;
	}
	.f_18{
		font-size: 14px;
	}
	.f_16{
		font-size: 14px;
	}
	.w1532{width: 94%;}
	.header{background-color: #fff;}
	.header .m_nav{display: block;position: absolute;left: 100%;top: 0; width: 80%;background-color: #ffffff;box-shadow: 0 0 10px rgba(0,0,0,0.08);height: 100vh;transition: all 0.5s ease-out;}
	.header .m_nav.show{left: 20%;}
	.header .m_nav .close{position: absolute;top: 16px;right: 16px; width: 22px;height: 22px;background: url(../image/out.png)no-repeat center;background-size: 100% 100%;z-index: 10;display:none;}
	.m_center{padding: 80px 30px 30px 30px;}
	.m_center .li{margin-bottom: 20px;}
	.m_center .li>a{font-size: 16px;line-height: 30px;padding-left: 16px;position: relative;color: #333;}
	.m_center .li>a.on{color: #FF8D6D;}
	.m_center .li>a:after{content: "";position: absolute;left: 0;top: 50%;width: 6px;height: 6px;border-radius: 50%;background-color: #333;margin-top: -3px;}
	.m_center .li.on>a{color: #FF8D6D;}
	.m_center .li.on>a:after{background-color: #FF8D6D;}
	.m_center .li ul{text-indent: 2em;display: none;}
	.m_center .li ul a{line-height: 30px;font-size: 14px;}
	.m_center .li ul a:hover{color: #FF8D6D;}
	.m_center .li:nth-child(2){position: relative;}
	.m_center .li:nth-child(2):after{content: "";position: absolute;top:0;right: 0;width: 30px;height: 30px;background: url(../image/pr_jt.png)no-repeat center;transition: all 0.3s;}
	.m_center .li:nth-child(2).on:after{transform: rotate(90deg);}
	.m_center .li:nth-child(3){position: relative;}
	.m_center .li:nth-child(3):after{content: "";position: absolute;top: 0; right: 0;width: 30px;height: 30px;background: url(../image/pr_jt.png)no-repeat center;transition: all 0.3s;}
	.m_center .li:nth-child(3).on:after{transform: rotate(90deg);}
	.m_center .li:nth-child(5){position: relative;}
	.m_center .li:nth-child(5):after{content: "";position: absolute;top: 0; right: 0;width: 30px;height: 30px;background: url(../image/pr_jt.png)no-repeat center;transition: all 0.3s;}
	.m_center .li:nth-child(5).on:after{transform: rotate(90deg);}
	.header .w1532 .lag{display: none;}
	.header_w .w1532 .lag{display: none;}
	.header .w1532 .btn{margin-right: 0;}
	.header .w1532 .btn span{background-color: #333;}
	.header .center{display: none;}
    .header .logo2{width: 220px;display: block;}
    .header .logo1{width: 220px;display: none;}
	.header .w1532 .btn.hide{opacity: 1;}
	.header{padding: 16px 0 6px 0;}
	.footer .top{display: none;}
	.footer .center{padding: 20px 0;}
	.footer .center ul li{margin: 0 16px;}
	.footer .bottom{display: block;text-align: center;padding: 14px 0;}
	.footer .bottom a{display: block;line-height: 24px;}
	.pimg{display: none;}
	.mimg{display: block;height: 100vh;}
	.i_party .back{display: none;}
	.part1 .slide-inner .txt{left: 0;padding: 0 3%;}
	.part1 .slide-inner .txt .en{max-width: 100%;}
	.part1 .slide-inner .txt .cn{line-height: 1.75;font-size:18px;}
	.part1 .slide-inner .txt .en{line-height: 1.75;font-size:24px;}
	.sco{padding-bottom: 20px;}
	.sco .solid{height: 18px;}
	.i_party .swiper-pagination{left: 50%;transform: translateX(-50%);}
	.part2 .slide-inner .txt{left: 0;padding: 0 3%;}
	.part2 .slide-inner .txt .num{height: 36px;margin-bottom: 10px;}
	.part2 .slide-inner .txt .cn{line-height: 38px;margin-bottom: 5px;}
	.part2 .slide-inner .txt .en{line-height: 50px;margin-bottom: 30px;}
	
	.part3 .slide-inner .txt{right: 0;padding: 0 3%;}
	.part3 .slide-inner .txt .num{height: 36px;margin-bottom: 10px;}
	.part3 .slide-inner .txt .cn{line-height: 38px;margin-bottom: 5px;}
	.part3 .slide-inner .txt .en{line-height: 50px;margin-bottom: 30px;}
	
	.part4 .slide-inner .txt{left: 0;padding: 0 3%;}
	.part4 .slide-inner .txt .num{height: 36px;margin-bottom: 10px;}
	.part4 .slide-inner .txt .cn{line-height: 38px;margin-bottom: 5px;}
	.part4 .slide-inner .txt .en{line-height: 50px;margin-bottom: 30px;}
	
	.idea_con .swiper-slide.idea2 .txt .p{width: 100%;}
	.idea_con .swiper-slide.idea2 .txt{right: 0;margin:0 3%;}
	.idea_con .swiper-slide.idea2 .txt .num{right: 34px;}
	
	.idea_con .swiper-slide.idea3 .txt .p{width: 100%;}
	.idea_con .swiper-slide.idea3 .txt{left: 0;margin:0 3%;}
	.idea_con .swiper-slide.idea3 .txt .num{right: 34px;}
	
	.idea_con .swiper-slide.idea4 .txt .p{width: 100%;}
	.idea_con .swiper-slide.idea4 .txt{right: 0;margin:0 3%;}
	.idea_con .swiper-slide.idea4 .txt .num{right: 34px;}
	
	.pro_con .pl_con1{padding-bottom: 100%;}
	.pro_con .pl_con2 .w1532{width: 94%;display: block;padding: 30px 0;}
	.pro_con .pl_con2 .txt .en{margin-bottom: 20px;}
	.pro_con .pl_con2 .txt{width: 100%;text-align: center;}
	.pro_con .pl_con2 .txt .solid{margin: 0 auto;margin-bottom: 16px;}
	.pro_con .pl_con2 .pic{width: 100%;margin-top: 20px;}
	.pro_con .pl_con2 .txt .p{line-height: 24px;}
	.pro_con .pl_con3 .w1532{width: 94%;display: block;padding:0 0 30px 0;}
	.pro_con .pl_con3 .txt .en{margin-bottom: 20px;}
	.pro_con .pl_con3 .txt{width: 100%;text-align: center;}
	.pro_con .pl_con3 .txt .solid{margin: 0 auto;margin-bottom: 16px;}
	.pro_con .pl_con3 .pic{width: 100%;margin-top: 20px;}
	.pro_con .pl_con3 .txt .h{margin-bottom: 8px;}
	.pro_con .pl_con3 .txt .p{line-height: 24px;}
	.pro_con .pl_con4 .tit{margin-top: 0;}
	.pro_con .pl_con4 .tit .h{margin-bottom: 4px;}
	.pro_con .pl_con4 .tit .en{line-height: 24px;margin-bottom: 8px;}
	.pro_con .pl_con4 .tit .p{line-height: 24px;}
	.pro_con .pl_con4 .con{margin-top: 20px;}
	.pro_con .pl_con4 .con .swiper-slide{padding-bottom: 83%;}
	.pro_con .pl_con4 .con .swiper-slide .txt{padding: 20px;}
	.pro_con .pl_con4 .con .swiper-slide .txt .p{height: 42px;}
	.pro_con .pl_con4 .con{padding-bottom: 30px;}
	.pro_con .pl_con4 .swiper-pagination{display: block;bottom: 0;}
	.swiper-pagination-bullet-active{background-color: #FF8D6D;}
	.pro_con .pl_con4{margin-bottom: 30px;}
	.pro_con .pl_con5{padding: 0 3%;}
	.pro_con .pl_con5 .w1532{width: 100%;}
	.pro_con .pl_con4 .tit .h{font-size: 22px;}
	.pro_con .pl_con6 .tit{margin-top: 30px;}
	.pro_con .pl_con6 .tit .h{margin-bottom: 4px;}
	.pro_con .pl_con6 .tit .en{line-height: 24px;margin-bottom: 8px;}
	.pro_con .pl_con6 .pic{margin-top: 16px;padding-bottom: 67%;}
	.pro_con .pl_con6 .tit .p{padding: 0 3%;}
    .pro_con .pl_con4 .tit .p{padding: 0 3%;}
	
	.bra_con .bra_con1{padding-bottom: 100%;}
	.bra_con2{padding: 30px 0;}
	.bra_con2 .tit{position: static;text-align: center;}
	.bra_con2 .con{display: block;}
	.bra_con2 .con .left{margin-top: 20px;width: 100%;}
	.bra_con2 .con .right{width: 100%;margin-top: 16px;}
	.bra_con2 .con .right .mySwiper{padding: 0 30px;margin-bottom: 16px;}
	.bra_con2 .con .right .mySwiper .prev{left: 0;}
	.bra_con2 .con .right .mySwiper .next{right: 0;}
	.bra_con2 .con .right .mySwiper2{padding-left: 0;}
	.bra_con2 .con .right .mySwiper2 .h{line-height: 60px;margin-bottom: 8px;}
	.bra_con2 .con .right .mySwiper2 ul li{margin-bottom: 10px;}
	.bra_con2 .tit .cn{margin-bottom: 0;}
	
	.bra_con3{padding: 30px 0;}
	.bra_con3 .tit .cn{margin-bottom: 0;}
	.bra_con3 .tit .en{margin-bottom: 20px;}
	.bra_con3 .next, .bra_con3 .prev{width: 30px;height: 30px;margin-top: -15px;}
	.bra_con3 .next{right: 0;}
	.bra_con3 .prev{left: 0;}
	.bra_con3 .con .swiper-slide .pic{margin-bottom: 8px;}
	.bra_con3 .con .swiper-slide-active .pic img{transform: scale(0.96);}
	
	.pli_con .pli_con1{padding-bottom: 100%;}
	.pli_con2 .tab{padding-top: 30px;}
	.pli_con2 .tab .link{width:46%;margin: 0 2%;margin-bottom:10px;}
	.pli_con2 .swiper{height: 300px;}
	.pli_con2 .swiper .swiper-slide img{height: 80px;}
	.pli_con2 .swiper .swiper-slide-active img{height: 134px;}
	.pli_con2 .swiper .next,.pli_con2 .swiper .prev{width: 30px;height: 30px;margin-top: -15px;top: 44%;}
	.pli_con2 .swiper .next{right: 0;top: 48%;}
	.pli_con2 .swiper .prev{left: 0;top: 48%;}
	.pli_con2 .swiper .swiper-slide img{margin-bottom: 12px;}
	.pli_con2 .swiper .swiper-slide-active .txt .h{font-size: 14px;}
	.pli_con2 .con .bj{top: 48%;display:none;}
	.pli_con2 .con .bj .left{height: 110px;}
	.pli_con2 .con .bj .right{height: 110px;}
	
	.nl_con .nl_con1{padding-bottom: 100%;}
	.nl_con .nl_con1 .txt .h{line-height: 50px;}
	.nl_con .nl_con1 .txt .en{line-height: 30px;margin-bottom: 0;}
	.nl_con .nl_con2{padding: 30px 0;}
	.nl_con2 .tab{width: 100%;margin-bottom: 20px;}
	.nl_con2 .tab .link{width: 46%;margin: 0 2%;}
	.nl_con2 .list{display: block;}
	.nl_con2 .list .box{width: 100%;margin-top: 24px;}
	.nl_con2 .list .box .pic{margin-bottom: 10px;margin-top: 8px;}
	.nl_con2 .list .box .txt .h{margin-bottom: 0px;}
	.nl_con2 .page{margin-top: 30px;}
	.nl_con2 .page a{width: 30px;height: 30px;line-height: 30px;}
	
	.contact_con .con_con1 .txt .h{line-height: 50px;}
	.contact_con .con_con1 .txt .en{line-height: 30px;margin-bottom: 0;}
	.contact_con .con_con1{padding-bottom: 100%;}
	.contact_con .con_con2{display: block;margin: 30px 0;}
	.contact_con .con_con2 .box:nth-child(1){border-right:none;padding-bottom: 0;}
	.contact_con .con_con2 .box{width: 100%;line-height: 2;padding:25px 20px;}
	.contact_con .con_con2 .box:nth-child(2){border-bottom: none;}
	
	.qua_con .qua_con1{padding-bottom: 100%;}
	.qua_con2 .w1532{padding: 30px 0;width: calc(94% - 56px);}
	.qua_con2 .w1532 .swiper-slide{padding-bottom: 120%;}
	.qua_con2 .w1532 .swiper-slide .txt{padding: 28px 20px 0 20px;}
	.qua_con2 .next{right:10px;z-index: 10;}
	.qua_con2 .prev{left:10px;z-index: 10;}
	.qua_con3{padding: 30px 0;}
	.qua_con3 .next{right:10px;z-index: 10;}
	.qua_con3 .prev{left:10px;z-index: 10;}
	.qua_con .qua_con1 .txt .h{line-height: 50px;}
	.qua_con .qua_con1 .txt .en{line-height: 30px;margin-bottom:0;}
	
	.nd_con{margin-top: 60px;padding-top: 30px;}
	.nd_con1 .tit .h{line-height: 32px;}
	.nd_con1 .tit .p{width: auto;display: table;}
	.nd_con1 .tit .p span{margin: 0 4px;font-size: 12px;}
	.nd_con1 .tit .p span:nth-child(1){width: 40px;}
	.nd_con1 .huati{margin-top: 20px;}
	.nd_con1 .huati .con{padding: 10px 0;}
	.nd_con1 .huati .con span{margin: 0 10px;font-size: 12px;line-height: 22px;}
	.nd_con1 .main{padding: 30px 0;}
	.nd_con1 .main .h{margin-bottom: 20px;}
	.nd_con1 .main .p{line-height: 26px;margin-bottom: 16px;}
	.nd_con1 .main img{margin-bottom: 16px;}
	.nd_con1 .main .bottom{padding-top: 30px;}
	.nd_con1 .main .bottom .one{padding-bottom: 10px;}
	
	.pd_con{margin-top: 60px;padding-top: 30px;}
	.pd_con .con{display: block;padding-bottom: 30px;}
	.pd_con .con .pic{width: 100%;margin-bottom: 20px;}
	.pd_con .con .txt{width: 100%;}
	.pd_con .con .txt .back{margin-bottom: 20px;}
	.pd_con .con .txt .h1{margin-bottom: 20px;}
	.pd_con .con .txt .p{padding-bottom: 14px;}
	.pd_con .con .txt .btn_box{padding-top: 20px;}
	.pd_con .con .txt .btn_box a{margin-right: 30px;}
	
	.pro_con .pl_con1 .txt .en{margin-bottom: 12px;}
	.pro_con .pl_con1 .txt .h{line-height: 46px;}
	.pro_con .pl_con1 .txt .solid{margin-bottom: 8px;}
	
	.index_con>.swiper-pagination{display: none;}
	
	.contact_con>.w1532{padding-bottom: 0;}
	.pro_con .pl_con6 .w1532{padding-bottom: 0;}
	.pli_con2 .swiper{padding-bottom: 0;}
	.idea_con .swiper-slide.show>img{height: 108%;}
	.i_party .slide-inner.pm{display: block;}
	.i_party .slide-inner.pc{display: none;}
	
	/*.m_center .li:nth-child(2) ul li:last-child{display:none;}*/
	.m_center .li:nth-last-child(2){display:none;}
	
	.cover_img{
	    height: 100vw;
	}
	
	
	.header .w1532 > a{
	    width: 220px!important;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

/*.header .center .li:nth-child(2) ul li:last-child{display:none;}*/
.header .center .li:nth-last-child(2){display:none;}
.footer .top .left .box:nth-last-child(2){display:none;}
