
.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}
.poorder {
    position: absolute;
    right: 20px;
    top: -27px;
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}






/*样式*/
.wh{max-width: 1620px;margin:0 auto;padding:0 10px}

.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}

.flex_b{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}


.flex_c{    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}
    




.head_22{width: 65%;}
.navbar-nav-box{width: 80%;}

.logo{line-height: 103px;}
.logo img{max-width: 100%;}


.banner_swiper{
    height: 100vh;
    overflow: hidden;
}

.banner_swiper video{
    width: 100%;
    overflow: hidden;
    object-fit: cover; 
}



@media (min-width: 1700px) {  
    .banner_swiper img{
        width: 100% ! IMPORTANT;
        height: auto ! IMPORTANT;
    }
}

.banner_swiper img{
    width: 100%;
    height: auto;
    min-height: 100vh;
}



.tbss:before{
	display: none;
}


.wz_yya{width: 70%;}






.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}






/* 通用 */
.w-con{
    width: 1520px;
    margin: 0 auto;
}
.container{
    width: 1520px;
}

@media (max-width: 1600px) {
    .w-con{
        width: 1280px;
    }
    .container{
        width: 1280px;
    }
}
@media (max-width: 1400px) {
    .w-con{
        width: calc(100% - 30px);
    }
    .container{
        width: 100%;
    }
}
/* 头部 */

.x-top2 {
    padding:10px 0;
    position: absolute;
    width: 100%;
    left:0;
    top:0;
    z-index: 9999999;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.x-top2 .flex{
    align-items: center;
}
.x-top2 .dlogo {
    height: 80px;
    line-height: 80px;
    margin-left: -60px;
}

.x-top2 .nnav {
    width: 70%;
}
.n-contact{
    color:#fff;
    font-size: 20px;
    font-family: arial;
    width: auto !important;
    margin-top: 4px;
    white-space:nowrap;
}

@media (max-width: 1600px) {
    .x-top2 .nnav{
        width: 75%;
    }
    .x-top2 .dlogo{
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    .x-top2 .nnav{
        width: 75%;
    }
    .banner_swiper{
        height: auto;
    }
}


/*banner*/
.x-banner .owl-carousel .banner-item a img, .x-product-list li .img img{
    height: 100vh;
}


.gonext{
    position: absolute;
    width: 110px;
    bottom:62px;
    left:50%;
    margin-left:-55px;
    color:#fff;
    font-size: 14px;
    line-height: 2;
    z-index: 99;
    padding-bottom: 35px;
    text-align: center;
    -webkit-animation: nudgeMouse 1.6s linear infinite;
    animation: nudgeMouse 1.6s linear infinite;
}
.gonext a{
    color:#fff;
    display: block;
}
.gonext:after{
    position: absolute;
    width: 60px;
    height: 60px;
    content: "";
    left:50%;
    margin-left:-30px;
    bottom:0;
    background: url(//wm.cdn.cn86.cn/acnladder/2026/03/47fb5ffe68m2abql.png) no-repeat;
    
}
@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

#fp-nav{display:none!important;}


/* 公司简介 */
.w-about{
    background: url(//wm.cdn.cn86.cn/acnladder/2026/03/8063cc7314ctvsto.jpg) no-repeat;
    background-size: cover;
}
.aboutbox{
    overflow: hidden;
}
.about-up{
  color:#fff;  
  text-align: center;

}
.about-up .tit {
   font-size: 50px;
   line-height: 1.2;
   font-weight: bold;
}
.active .about-up  {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.about-up .content{
    font:400 18px/2 "Microsoft Yahei";
    padding:3vh 7.1% 2vh;

    
}
.video{
    position: relative;
}

.video a{
    display: inline-block;
    position: relative;
    z-index: 9;
}
.video .img{
   background: #dc0000;
    padding:22px 24px;
    border-radius: 50%;
    position: relative;
    z-index:9;
}
.video a:before {
    content: '';
    background: rgba(255, 255, 255, .7);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: kuosan 2.2s linear 0.1s infinite;
}
.video a:after {
    content: '';
    background: rgba(255, 255, 255, .7);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: kuosan 2.2s linear 1.2s infinite;
}
@keyframes kuosan {
    0% {
        width: 66px;
        height: 66px;
        opacity: 1;
    }
    50% {
        width: 90px;
        height: 90px;
        opacity: 1;
    }
    100%{
        width: 120px;
        height: 120px;
        opacity: 0;
    }
}
.power{
    margin-top:8vh;
    background: rgba(0,0,0,.18);
    padding:3vh 0 4vh;
}
.active .power{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration:1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}
.num-list{
    color:#fff;
    font-size: 0;
    
}
.num-list li{
    width: 250px;
}

.num-list .number {
    font-family: arial;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.num-list .number span{
    font-size: 88px;
    line-height: 1;
     color:#fff;
     background-image:-webkit-linear-gradient(bottom,#b1bbbd,#f7f7f7,#b1bbbd); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
    position: relative;
    display: inline-block;
    text-stroke: 2px #fff;
    -webkit-text-stroke: 2px #fff;
}

.num-list .number em{
    position: absolute;
    right:-30px;
    top:0;
    font-size: 40px;
    line-height: 1;
}
.num-list p{
    color:#fff;
    font-size: 17px;
    padding-left:48px;
    line-height: 2.2;
    margin-top:5px;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .about-up .tit{
        font-size: 30px;
    }
    
    .about-up .content{
        font: 400 16px/32px "Microsoft Yahei";
        padding: 5vh 0;
    }
    .num-list p{
        padding-left: 40px;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .about-up .content{
        padding: 3vh 0;
    }
    .w-about{
        padding: 6vh 0;
    }
    .power{
        margin-top: 0;
    }
    .num-list li{
        width: 50%;
        margin-bottom: 10px;
    }
    
}

@media (max-width: 768px) {
    .num-list p{
        font-size: 14px;
        background-size: 22px auto !important;
        line-height: 1.5;
        padding-left:31px;
    }
    .num-list .number span{
        font-size: 60px;
    }
}

/* 产品 */
.x-pro{
    background: url(//wm.cdn.cn86.cn/acnladder/2026/03/6247544298j1ypbv.jpg) no-repeat center;background-size:cover;
}

.w-pro-tt-l{
    padding-top: 52px;
}


.w-pro-tt-l h3{
    color: #000000;
    font: 600 50px/50px "Microsoft yahei";
}


.w-pro-tt-l h4{
    color: #d3d3d3;
    font: 600 30px/40px "Microsoft yahei";
    text-transform: uppercase;
    padding-left: 30px;
    font-style: italic;
}
.w-pro-tt-l h4 span{
    color: #dc0000;   
}
.w-pro-tt-r{
    padding-top: 50px;
    width: 66%;
}

.w-pro-tt-r p{
    color: #444444;
    font: 400 18px/36px "Microsoft yahei";
}
.x-pro .owl-carousel{
    margin-top:6.6vh;
}
.active.x-pro .owl-carousel {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.pro-item a{
    display: block;
    /* background: -webkit-gradient(linear, left bottom, left top, from(#888888), to(#888888));
   background: -webkit-linear-gradient(bottom, #d3d5d5, #888888);
   background: linear-gradient(to top, #d3d5d5, #eaeae8); */
   border-radius: 20px;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
   position: relative;
   background-color: #b6b6b6;
}
.pro-item .text{
    position: relative;
    padding-top: 15px;
    color: #ffffff;
    font: 400 20px/80px "Microsoft yahei";
    text-align: center;
}

.pro-item .text s1{
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    padding: 0 2%;
    width: 100%;
    display: block;
}

.pro-item .text .imgico{
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
    padding: 7px;
    background-color: #dc0000;
    border-radius: 30px;
    overflow: hidden;
    border: 4px solid #d2d9df;
}
.pro-item .text .imgico img{
    width: 40px;
    height: 40px;
}
.pro-item:hover a{
    background-color: #db0000;
}
.pro-item:hover .text .imgico{
    background-color: #939393;
}
.x-pro .owl-carousel .owl-nav .owl-prev {
    left: 21%;
    background: url(//cdn.myxypt.com/162119b1/25/03/164ae5c6f91f454555d6531b3ab802ec0f158a70.png) no-repeat center #fff;
}
.x-pro .owl-carousel .owl-nav .owl-prev:hover{
    background: url(//cdn.myxypt.com/162119b1/25/03/c6a639308dfa1a0664ae0e9e78eb2c6d7d05361a.png) no-repeat center #dc0000;
}
.x-pro .owl-carousel .owl-nav .owl-next {
    right:21%;
    background: url(//cdn.myxypt.com/162119b1/25/03/aaa61f7863eebec934ba9c54586ced9f6fb1a6b2.png) no-repeat center #fff;
}
.x-pro .owl-carousel .owl-nav .owl-next:hover{
    background: url(//cdn.myxypt.com/162119b1/25/03/6a15641b31a8083c4e61ca528842ba3c1a325bde.png) no-repeat center #dc0000;
}
.x-pro .owl-carousel .owl-nav button.owl-prev, .x-pro .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;

}

.x-pro .owl-carousel .owl-nav button.owl-prev:hover, .x-pro .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
}

.x-pro .owl-carousel .owl-nav .icon-font:after{
    display: none;
}
.x-pro .more{
    text-align: center;
    margin-top:8.8vh;
    font-size: 0;
}
.active.x-pro .more {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.2s;
    -webkit-animation-delay:1.2s;
}
.x-pro .more a{
    display: inline-block;
    width: 200px;
    background: #d71f15;
    font-size: 18px;
    line-height: 54px;
    border-radius: 28px;
    color:#fff!important;
    vertical-align: top;
    border:1px solid transparent;
    position: relative;
    overflow: hidden;
}

.x-pro .more a.mpo:hover{
    background: #d71f15;
}
.x-pro .more a.mpo:before{
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: wave 1.3s infinite;
    animation: wave 1.3s infinite;
    z-index: 1;
}
@-webkit-keyframes wave{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }
    to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}
@keyframes wave{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }
    to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}
.x-pro .more .consle{
    margin-left:1.4vw;
    border:1px solid #dc0000;
    background: none;
    color:#dc0000!important;
}



@media (max-width: 992px) {
    .x-pro{
        padding: 6vh 0;
    }
}

/*优势*/
.w-ys{
    position: relative;
    height: 100vh;
}
.w-ys-tt{
    position: absolute;
    top: 24vh;
    z-index: 9;
    color: #ffffff;
    font: 600 50px/60px "Microsoft yahei";
    text-align: center;
    left: 0;
    width: 100%;
}
.active .w-ys-tt{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.active .w-ys-txt{
    /* animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s; */
}
.w-ys-list{
    position: relative;
    z-index: 0;
    height: 100vh;
}
.w-ys-list li{
    position: relative;
    width: 25%;
    overflow: hidden;
    height: 100%;
}
.w-ys-list li img{
    width: 100%;
    height: 100%;
}
.w-ys-list li .w-ys-txt{
    display: block;
    position: absolute;
    z-index: 99;
    top: 38vh;
    width: 100%;
    left: 0;
    padding: 52px;
    text-align: center;
    transition: all 0.8s;
}
.w-ys-list li .w-ys-txt img{
    width: 88px;
    height: 88px;
}
.w-ys-list li .w-ys-txt h3{
    color: #ffffff;
    font: 600 26px/66px "Microsoft yahei";
    margin-bottom: 10px;
}
.w-ys-list li .w-ys-txt h4{
    color: #efefef;
    font: 400 17px/30px "Microsoft yahei";
}
.w-ys-list li .w-ys-txt:hover{
    transition: all 0.8s;
    transform: translateY(-20px);
}

/* 服务 */
.w-service{
    position: relative;
}
.w-service-l{
    width: 43.8%;
}
.active .w-service-l{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.w-service-l .w-pro-tt-l{
    padding-top: 33px;
    padding-bottom: 10px;
}
.w-service-l .w-pro-tt-l h3{
    color: #000000;
}
.w-service-l .w-pro-tt-l h4{
    line-height: 30px;
    padding-left: 80px;
}
.w-service-text{
    margin-top:5vh;
    margin-bottom:7vh;
}
.w-service-text p{
    color: #333;
    font: 400 18px/34px "Microsoft yahei";
}
.w-service-phone-img{
    float: left;
    position: relative;
    width: 100px;
    height: 100px;
    background-color: rgba(213, 12, 25, .3);
    padding: 35px;
    border-radius: 50px;
}
.w-service-phone-img img{
    position: relative;
    z-index: 99;
}
.w-service-phone-img::before{
    content: "";
    display: block;
    position: absolute;
    border-radius: 40px;
    z-index: 1;
    left: 11px;
    top: 11px;
    width: 78px;
    height: 78px;
    background-color: rgba(213, 12, 25, .3);
}
.w-service-phone-img::after{
    content: "";
    display: block;
    position: absolute;
    border-radius: 30px;
    z-index: 1;
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    background-color: #d71f15;
}
.w-service-phone-wz{
    float: left;
    padding-left: 20px;
    padding-top: 17px;
}
.w-service-phone-wz h5{
    color: #333333;
    font: 400 18px/36px "Microsoft yahei";
}
.w-service-phone-wz h6{
    color: #dc0000;
    font: 600 32px/38px "Microsoft yahei";
    margin-top: 0;
    margin-bottom: 0;
}
.w-service-r{
    /* position: absolute;
    right: 86px;
    top: 17vh; */
    width:53%;
}



.w-service-r .img{
    position: relative;
}
.w-service-r .img img{
    width:100%;
    /* height: 660px; */
    display:block;
}



@media (max-width: 1700px) {
    /* .w-service-l{
        width: calc(100% - 920px);
    } */
}
@media (max-width: 1600px) {
    /* .w-service-l{
        width: calc(100% - 800px);
    }
    .w-service-r .img img{
        width: 600px;
        height: auto;
    } */
}
@media (max-width: 1400px) {
    /* .w-service-l{
        width: calc(100% - 850px);
    } */
}
.flexs{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}





/*新闻*/
.w-news{
    background: url(//wm.cdn.cn86.cn/acnladder/2026/03/dde08d82bbphvyze.jpg) no-repeat 0 0 #f4f4f4;
    position: relative;
}
.active .w-news-list{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.w-news .w-pro-tt-l{
    /* background: url(//wm.cdn.cn86.cn/gbbgxjm/2025/04/6699bace03phx6p4.png) no-repeat left center; */
}



.w-news .w-pro-tt-l h3{
    /* padding-left: 110px; */
    color: #333;
}
.w-news .w-pro-tt-l h4{
    padding-left: 110px;
}
.w-news-p{
    color: #000000;
    font:400 18px/40px "Microsoft yahei";
    margin-top: 4vh;
    margin-bottom: 4vh;opacity:.8;
}


.w-news-l{
    width: 30%;
}

.w-news-tab{
    padding-left: 4vh;
}

.w-news-tab li a{
    color: #444444;
    font: 400 18px/38px "Microsoft yahei";
}
.w-news-tab li:hover a{
    color: #dc0000;
}
a.w-news-more{
    margin-top: 5.2vh;
    width: 160px;
    display: block;
    text-align: center;
    background-color: #dc0000;
    color: #ffffff;
    font: 400 18px/44px "Microsoft yahei";
    border-radius: 22px;
}

.w-news-list{
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 66.5%;
    margin-right: -2%;
}
.w-news-list li{
    width: 33%;
    padding-left: 2%;
    padding-right: 2%;
    border-left: 1px solid #cecece;
    height: 100vh;
    padding-top: 16vh;
}

.w-news-list li h3{
    position: relative;
    color: #333333;
    font: 600 22px/38px "Microsoft yahei";
    padding-bottom: 25px;
    margin-bottom: 15px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.w-news-list li h3::after{
    content: "";
    width: 80px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #dc0000;
}
.w-news-list li .img{
    position: relative;
    overflow: hidden;
}
.w-news-list li .img img{
    width: 100%;
    transition: all 0.8s;
    display:block;
}

.w-news-list li .date{
    position: absolute;
    left: 0;
    top:0;
    background-color: #d50c19;
    width: 76px;
    height: 76px;
    padding: 10px 6px;
    color: #ffffff;
    font: 400 16px/28px "Microsoft yahei";
}
.w-news-list li .date span{
    display: block;
    font: 400 30px/32px "Microsoft yahei";    
    text-align: center;
}
.w-news-list li .wz{
    color: #666666;
    font: 400 16px/32px "Microsoft yahei";
    margin-bottom: 6vh;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.w-news-list li:last-child .wz{
    padding-right: 15px;
}
.w-news-list li .more{
    color: #444444;
    font: 400 16px/32px "Microsoft yahei";
    margin-top: 4vh;
    background: url(//wm.cdn.cn86.cn/acnladder/2026/03/eb43ce73c5mxessa.png) no-repeat 90px center;
}
.w-news-list li:hover .date{display:none;}
.w-news-list li:hover h3{
    color: #dc0000;
}
.w-news-list li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.w-news-list li:hover .more{
    color: #dc0000;
    background: url(//wm.cdn.cn86.cn/acnladder/2026/03/129ab3d885pxtmlk.png) no-repeat 90px center;
}
.ttz{
    display: none;
}
.w-news-l .more{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    margin-top: 5vh;
}
.w-news-l .more a{
    display: inline-block;
    width: 166px;
    background: #dc0000;
    font-size: 18px;
    line-height: 44px;
    border-radius: 28px;
    color: #fff!important;
    vertical-align: top;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.w-news-l .more a.mpo:before{
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: wave 1.3s infinite;
    animation: wave 1.3s infinite;
    z-index: 1;
}

/*底部*/
.w-foot1{
    width: 49%;
}

.foot-nav-a{
    color: #ffffff;
    font: 600 20px/38px "Microsoft yahei";
}
.w-foot2{
    width: 360px;
}
.w-layout-contact{
    margin-top: 1.43em;
}
.w-layout-contact h5{
    color: #999999;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 6px;font-weight:normal;
}
.w-layout-contact p{
    color: #999999;
    font-size: 15px;
    line-height: 2; margin-bottom:0;  
}
.w-lcontact-p h3{
    width: 70px;
    color: #999999;
    font-size: 15px;
    line-height: 2;   
}
.w-lcontact-p p{
    width: calc(100% - 70px);
}
.w-ewm{
    width: 300px;
}
.w-ewm li{
    width: 136px;
}
.w-ewm li .img{
    padding: 8px;
    background-color: rgba(255, 255, 255, .1);
}
.w-ewm li .img img{
    max-width: 100%;
}
.w-ewm li h3{
    text-align: center;
    color: #999999;
    margin-top: 10px;
    font: 400 14px/28px "Microsoft yahei";
}
.w-link-con{
    margin-top: 3vh;
}
.w-link-con span{
    color: #999999;
    font: 400 14px/28px "Microsoft yahei";
}
.w-link-con a{
    color: #999999;
    font: 400 14px/28px "Microsoft yahei";   
}
.w-link-con a:hover{
    color: #999999;
    font: 400 14px/28px "Microsoft yahei";      
}
.w-service-r .img .round {
    position: absolute;
    width: 12px;
    height: 12px;
    margin-right: -6px;
    margin-bottom: -6px;
    left: 69.2%;
    top: 55.8%;
}

.w-service-r .img .round span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #dc0000;
    border-radius: 50%;
    z-index: 9;
}

.w-service-r .img .round span:after {
    position: absolute;
    width: 4px;
    height: 4px;
    content: "";
    left: 50%;
    margin-left: -2px;
    top: 50%;
    margin-top: -2px;
    background: #fff;
    border-radius: 50%;
}
.w-service-r .img .round .pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #dc0000;
    /*! box-shadow:1px 1px 20px #b90000;*/
    -webkit-animation: warn 3s ease-out 1.5s;
    -moz-animation: warn 3s ease-out 1.5s;
    animation: warn 3s ease-out 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: scale(0);
}
.w-service-r .img .round .pulse1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #dc0000;
    /*! box-shadow:1px 1px 20px #b90000;*/
    -webkit-animation: warn 3s ease-out;
    -moz-animation: warn 3s ease-out;
    animation: warn 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: scale(0);
}
@keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }

    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}








/*  */
.foot_nav {
    position: relative;
}

.foot_nav li {
    float: left;
    width: 33%;
    text-align: left;
}

.foot_nav li a {
    /*font-size: 18px;
    color: #ffbb02;
    display: block;
    width: 100%;
    font-weight: 700;*/
    text-align: left;
}

.foot_nav li .x-nav-menu {
    width: 100%;
    margin-top: 1.43em;
}
.foot_nav li .x-nav-menu dd{background:url(//wm.cdn.cn86.cn/acnladder/2026/03/586eddc987hhs1sv.png) no-repeat left center;padding-left:16px;margin-bottom:0;}
.foot_nav li .x-nav-menu a {
    display: block;
    font-size: 15px;
    line-height: 2;
    color:#999999;
    font-weight: normal;
    text-align: left;
}




/*  */
.x-layout {
    background: none;
    background-color: #1d2123;
    padding: 7vh 0 0;
}

.x-layout .fota {
    width: 20%;
}

.x-layout .fotb {
    padding-top: 2vw;
    width: 60%;
}

.x-layout .fotc {
    padding-top: 2vw;
    width: 15%;
}

.x-layout-desc {
    font-size: 14px;
    line-height: 20px;
}



.bq{border-top:1px solid #343839;font-size:14px;color:#999999;padding:1.46vw 0;line-height:24px;margin-top:3.91vw;}
.bq a{color:#999999;}
.bq span{margin:0 3vw;}



/*  */
.foot_nav {
    position: relative;
}

.foot_nav li {
    float: left;
    width: 32%;
    text-align: left;
}

.foot_nav li a {
    /*font-size: 18px;
    color: #ffbb02;
    display: block;
    width: 100%;
    font-weight: 700;*/
}

.foot_nav li .x-nav-menu {
    width: 100%;
    margin-top: 1.43em;
}

.foot_nav li .x-nav-menu a {
    display: block;
    font-size: 15px;
    line-height: 2;
    color:#999999;
    font-weight: normal
}

@media (max-width: 1580px) {
   .w-foot1{width:46%;}
}

@media (max-width: 1440px) {
  .about-up .tit,.w-pro-tt-l h3,.w-ys-tt,.w-pro-tt-l h3,.w-pro-tt-l h3{font-size:44px;}
  .w-ys-list li .w-ys-txt h3{font-size:22px;line-height:1.2;}
  .w-ys-list li .w-ys-txt h4{font-size:15px;line-height:25px;}
}



@media (max-width: 1400px) {
    .navbar-nav-box {
        width: 77%;
    }

}





@media (max-width: 1300px) {
.w-pro-tt-r p{
    overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  
}

.w-pro-tt-l{padding-top: 32px;}
.x-pro .owl-carousel {
    margin-top: 4.6vh;
}
.x-pro .more {
    margin-top: 4.8vh;
}
.w-ys-list li .w-ys-txt h3 {
    color: #ffffff;
    font: 600 16px / 66px "Microsoft yahei";
    margin-bottom: 4px;
}
.w-ys-list li .w-ys-txt h4 {
    color: #efefef;
    font: 400 15px / 30px "Microsoft yahei";
}
.w-ys-list li .w-ys-txt{
    top: 36vh;
    padding: 15px;
}

.w-ys-tt{top: 18vh;font: 600 36px / 60px "Microsoft yahei";}
.w-pro-tt-l h3 {
    font-size: 26px;
    line-height: 40px;
}

.w-pro-tt-l h4{font-size: 20px;}
.w-service-text p {
    color: #333;
    font: 400 16px / 24px "Microsoft yahei";
}
.w-foot2{width:230px;}
.w-ewm{width:230px;}
.w-ewm li{width:47%;}
.w-ewm li h3{font-size:13px;}
  .about-up .tit,.w-pro-tt-l h3,.w-ys-tt,.w-pro-tt-l h3,.w-pro-tt-l h3{font-size:36px;}
  .w-ys-list li .w-ys-txt h3{font-size:20px;line-height:1.2;}
.w-news-p{font-size:16px;line-height:25px;}
}



@media (max-width: 1200px) {
.site-header-bottom{
    width: 98%;
    background: rgba(0, 0, 0, 0.5);
    position:absolute;
    z-index: 99999;top:0;left:0;
}


.language-group .btn, header .header-cart i{color: #fff;}

.head_22 {
    width: 30%;
}
.searchbox{display: none;}

.banner_swiper img{
    width: 100%;
    height: auto;
    min-height: auto;
}
.banner_swiper .img{
    height: auto;
}
.gonext{display: none;}
.w-about{padding: 55px 0;}
.num-list .number span{font-size: 48px;}
.power {
    margin-top: 6vh;
    background: rgba(0, 0, 0, .18);
    padding: 3vh 0 0vh;
}
.num-list li{
    width: 23%;
}

.x-pro{padding: 55px 0;}
.w-pro-tt-l {
    padding-top: 44px;
}

/* .w-service-l {
    width: calc(100% - 684px);
} */


.w-service{padding: 55px 0;}
.w-news{
    height: 100vh;
    padding-top: 20vh;
}
.foot-nav-a{font-size: 16px;}
.foot_nav li .x-nav-menu a{font-size: 12px;}
.foot_nav li .x-nav-menu{    margin-top: 10px;}
.w-foot1{width: 44%;}
.w-news-list li{height:auto;}

}









@media (max-width: 992px) {
    .w-ys{
        padding: 6vh 0;
        height: auto;
    }
    .w-ys-tt{
        position: relative;
        top: 0;
        color: #dc0000;
        font: 600 30px/60px "Microsoft yahei";
        margin-bottom: 3vh;
    }
    .w-ys-list{
        height: auto;
    }
    .w-ys-list li{
        width: 50%;
    }
    .w-ys-list li .w-ys-txt{
        position: relative;
        top: 0;
        padding: 20px;
    }
    .w-ys-list li .w-ys-txt h4{
        font: 400 14px/30px "Microsoft yahei";
        height: 60px;
        overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  
    }
}

@media (max-width: 500px) {
    .w-ys-list li{
        width: 100%;
    }
    .w-ys-tt{
        font: 600 25px/60px "Microsoft yahei";
    }
    .w-ys-list li .w-ys-txt h3{
        font: 600 22px/52px "Microsoft yahei";
        margin-bottom: 0;
    }
}






@media (max-width: 992px) {
    .w-pro-tt-l{
        padding-top: 0;
        background-image: none;
        width: 100%;
    }
    .w-pro-tt-l h3{
        padding-left: 0;
        font: 600 30px/52px "Microsoft yahei";
    }
    .w-pro-tt-l h4{
        padding-left: 0;
        font: 600 22px/30px "Microsoft yahei";
    }
    .w-pro-tt-r{
        padding-top: 3vh;
        width: 100%;
    }
    .w-pro-tt-r p{
        font: 400 16px/32px "Microsoft yahei";
    }
    .x-pro .more{
        margin-top: 3vh;
    }
    .x-pro .more a{
        width: 160px;
        line-height: 40px;font-size:16px;
    }
}

@media (max-width: 992px) {
    .w-service{
        padding: 6vh 0;
    }
    .w-service-l{
        width: 100%;
    }
    .w-service-l .w-pro-tt-l{
        background-image: none;
        padding-top: 0;
    }
    .w-service-l .w-pro-tt-l h4{
        padding-left: 0;
    }
    .w-service-text{
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
    .w-service-text p{
        font: 400 16px/30px "Microsoft yahei";
    }
    .w-service-r{
        position: relative;
        right: 0;
        top: 0;width:100%;margin-top:20px;
    }


    .w-service-phone-img{
        width: 80px;
        height: 80px;
        padding: 25px;
    }
    .w-service-phone-img::before{
        width: 70px;
        height: 70px;
        left: 5px;
        top: 5px;
    }
    .w-service-phone-img::after{
        width: 60px;
        height: 60px;   
        left: 10px;
        top: 10px;    
    }
    .w-service-phone-wz{
        padding-top: 0;
    }
    .w-service-phone-wz h6{
        font: 600 24px/38px "Microsoft yahei";
    }
}






.service-view{top: auto !important; bottom: 20px;}



@media (max-width: 992px) {
    
    .w-news{
        position: relative;
        padding: 6vh 0;
    }
    .w-news-l{
        width: 100%;
        margin-bottom: 3vh;
    }
    .w-news-p{
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
    .w-news-tab{
        padding-left: 0;
        display: flex;
        justify-content: center;
    }
    .w-news-tab li{
        width: 30%;
    }
    .w-news-list{
        position: relative;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .w-news-list li{
        height: auto;
        padding-top: 3vh;
        border-left: none;
    }
    .w-news {
        height: auto;
    }
    .w-foot1 {
        width: 55%;
    }

    .logo {
    line-height: 60px;  
    }

    .site-header-bottom {
        width: 100%;
        background: #fff;position:fixed!important;
    }

    .w-con {
       
    }
    

}




@media (max-width: 768px) {
    .w-news .w-pro-tt-l{
        background-image: none;
    }
    .w-news .w-pro-tt-l h3{
        padding-left: 0;
    }
    .w-news .w-pro-tt-l h4{
        padding-left: 0;
    }
    .w-news-tab li{
        width: 30%;
    }
    .w-news-list li{
        width: 100%;
    }

    .head_22 {
        width: 55%;
       
    }

    .container-fluid{padding: 0 2%;}
    .menu-handler{margin-left: 0;}
    .language-group .btn, header .header-cart i{color:#333;}
}


@media (max-width: 992px) { 
    .about-up .content{font-size: 14px;line-height: 26px;}
    .num-list li {
        width: 50%;
    }

.w-ys-list li .w-ys-txt img {
    width: 60px;
    height: 60px;
}
.w-foot1{display: none;}
.w-foot2{width: calc(100% - 260px); }
.x-layout{
    padding: 4vh 0 0;
}
.w-link-con{display: none;}
.num-list .number span {
    font-size: 36px;
}

/* .index-site-header-bottom.header_bg{ background: rgba(0, 0, 0, 0.5);} */
.nbanner{padding-top: 60px;}
.header_bg .language-group .btn{color: #333;}


}



@media (max-width:640px) {
.btn-group{display: none;}

.head_22 {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.about-up .tit,.w-pro-tt-l h3,.w-ys-tt,.w-pro-tt-l h3,.w-pro-tt-l h3{font-size:28px;}
.x-pro .more a{font-size:15px;}
.w-foot2{width:100%;margin-bottom:20px;}
.w-news-tab li a{font-size:15px;line-height:26px;}
.w-news-tab li{width:auto;padding:0 0.5%;}

}





.page-wrap-left{
    display: none;
}










