.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;
}

@media (min-width: 990px){
    .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;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}





/*样式*/
.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: 80%;}
.navbar-nav-box{width: 80%;}

.logo{line-height: 103px;}
.logo img{max-width: 100%;}


.banner_swiper{overflow:hidden;width:100vw;height:100vh;}
.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{
  height:100vh;object-fit:cover;width:100vw;
}



.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;
    }
    .pc-navbar > li > a{font-size:15px;}
}
@media (max-width: 1400px) {
    .w-con{
        width:auto;margin:0 auto;padding:0 15px;
    }
    .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/wwwxindfjdffx/2026/07/9059827f9ddroc7s.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/wwwxindfjdffx/2026/07/e2ef3c1899s5cjbe.jpg) no-repeat;
    background-size: cover;padding:200px 0 ;
}
.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 "Arial";
    padding:3vh 7.1% 2vh;

    
}
.video{
    position: relative;
}

.video a{
    display: inline-block;
    position: relative;
    z-index: 9;
}
.video .img{
   background: #0d3e40;
    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(13,62,64,.4);
    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: 25%;
}

.num-list .number {
    font-family: arial;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.num-list .number span{
    font-size: 78px;
    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 "Arial";
        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/wwwxindfjdffx/2026/07/f4145227a05de6wn.jpg) no-repeat center;background-size:cover;padding: 125px 0;
}

.w-pro-tt-l{
    padding-top: 52px;
}


.w-pro-tt-l h3{
    color: #000000;
    font: 600 50px/50px "Arial";margin:0;
}


.w-pro-tt-l h4{
    color: #d3d3d3;
    font: 600 30px/40px "Arial";
    text-transform: uppercase;
    padding-left: 30px;
    font-style: italic;
}
.w-pro-tt-l h4 span{
    color: #0d3e40;   
}
.w-pro-tt-r{
    padding-top: 50px;
    width: 66%;
}

.w-pro-tt-r p{
    color: #444444;
    font: 400 18px/36px "Arial";
}
.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 "Arial";
    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: #0d3e40;
    border-radius: 30px;
    overflow: hidden;
    border: 4px solid #d2d9df;
}
.pro-item .text .imgico img{
    width: 40px;
    height: 40px;
}
.pro-item:hover a{
    background-color: #0d3e40;
}
.pro-item:hover .text .imgico{
    background-color: #ed6f2d;
}

.probox{position: relative;}

.x-pro .owl-carousel .owl-nav .owl-prev {
    left: -6%;
    background: url(//wm.cdn.cn86.cn/wwwxindfjdffx/2026/07/bdffeab4895j3ifo.png) no-repeat center #cfd8d9;
}
.x-pro .owl-carousel .owl-nav .owl-prev:hover{
    background: url(//wm.cdn.cn86.cn/wwwxindfjdffx/2026/07/d2218e3c3dkmyiiv.png) no-repeat center #0d3e40;
}
.x-pro .owl-carousel .owl-nav .owl-next {
    right:-6%;
    background: url(//wm.cdn.cn86.cn/wwwxindfjdffx/2026/07/69a94d7bfbkwrsv0.png) no-repeat center #cfd8d9;
}
.x-pro .owl-carousel .owl-nav .owl-next:hover{
    background: url(//wm.cdn.cn86.cn/wwwxindfjdffx/2026/07/226d036594rolgwf.png) no-repeat center #0d3e40;
}
.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: 76px;
    width: 76px;
    margin-top: -38px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;


}

.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: #0d3e40;
    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: #0d3e40;
}
.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 #0d3e40;
    background: none;
    color:#0d3e40!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 "Arial";
    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 "Arial";
    margin-bottom: 10px;
}
.w-ys-list li .w-ys-txt h4{
    color: #efefef;
    font: 400 17px/30px "Arial";
}
.w-ys-list li .w-ys-txt:hover{
    transition: all 0.8s;
    transform: translateY(-20px);
}

/* 服务 */
.w-service{
    position: relative;padding: 200px 0;background:url(//wm.cdn.cn86.cn/wwwxindfjdffx/2026/07/794e3ab96594pgxj.png) no-repeat left bottom;
}
.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;margin:0;
}
.w-service-l .w-pro-tt-l h3 p{margin:0;}

.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 "Arial";
}
.w-service-phone-img{
    float: left;
    position: relative;
    width: 100px;
    height: 100px;
    background-color: rgba(13, 62, 64, .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(13, 62, 64, .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: #0d3e40;
}
.w-service-phone-wz{
    float: left;
    padding-left: 20px;
    padding-top: 17px;
}
.w-service-phone-wz h5{
    color: #333333;
    font: 400 18px/36px "Arial";margin:0;
}
.w-service-phone-wz h6{
    color: #0d3e40;
    font: 600 32px/38px "Arial";
    margin-top: 0;
    margin-bottom: 0;
}
.w-service-r{
    /* position: absolute;
    right: 86px;
    top: 17vh; */
    width:53%;position:relative;
}


.fwwz{color:#0d3e40;font-size:16px;line-height:24px;font-weight:bold;text-align:center;top: 7.1vw;left: 9.2vw;position:absolute;z-index:99;}
.fwwz p{margin:0;}



.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;}



.section{overflow: hidden;}

/*新闻*/
.w-news{
    background: url(//wm.cdn.cn86.cn/wwwxindfjdffx/2026/07/a16283024elqjjti.png) no-repeat left 95% #f4f4f4;
    position: relative;overflow: hidden;
}


.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 "Arial";
    margin-top: 4vh;
    margin-bottom: 4vh;opacity:.8;
}


.w-news-l{
    width: 30%;float: left;margin-top: 15%;
}

.w-news-tab{
    padding-left: 4vh;
}

.w-news-tab li a{
    color: #444444;
    font: 400 18px/38px "Arial";
}
.w-news-tab li:hover a{
    color: #0d3e40;
}
a.w-news-more{
    margin-top: 5.2vh;
    width: 160px;
    display: block;
    text-align: center;
    background-color: #0d3e40;
    color: #ffffff;
    font: 400 18px/44px "Arial";
    border-radius: 22px;
}

.w-news-list{
    position: relative;overflow: hidden;
    /* right: 0;
    top: 0; */
    height: 100vh;
    width: 66.5%;
    margin-right: -2%;float: right;
}
.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 "Arial";
    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: #0d3e40;
}
.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: #0d3e40;
    width: 76px;
    height: 76px;
    padding: 10px 6px;
    color: #ffffff;
    font: 400 16px/28px "Arial";
}
.w-news-list li .date span{
    display: block;
    font: 400 30px/32px "Arial";    
    text-align: center;
}
.w-news-list li .wz{
    color: #666666;
    font: 400 16px/32px "Arial";
    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 "Arial";
    margin-top: 4vh;
    background: url(//wm.cdn.cn86.cn/wwwxindfjdffx/2026/07/4dcf2aa540crkixg.png) no-repeat 90px center;
}
.w-news-list li:hover .date{display:none;}
.w-news-list li:hover h3{
    color: #0d3e40;
}
.w-news-list li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.w-news-list li:hover .more{
    color: #ed6f2d;
    background: url(//wm.cdn.cn86.cn/wwwxindfjdffx/2026/07/635e1450c7t4nzmc.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: #0d3e40;
    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 "Arial";
}
.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 "Arial";
}
.w-link-con{
    margin-top: 3vh;
}
.w-link-con span{
    color: #999999;
    font: 400 14px/28px "Arial";
}
.w-link-con a{
    color: #999999;
    font: 400 14px/28px "Arial";   
}
.w-link-con a:hover{
    color: #999999;
    font: 400 14px/28px "Arial";      
}
.w-service-r .img .round {
    position: absolute;
    width: 12px;
    height: 12px;
    margin-right: -6px;
    margin-bottom: -6px;
     left: 33.8%;
    top: 37.8%
}

.w-service-r .img .round span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0d3e40;
    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: #0d3e40;
    /*! 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: #0d3e40;
    /*! 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/wwwxindfjdffx/2026/07/11634c4fb42i27qg.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 "Arial";
    margin-bottom: 4px;
}
.w-ys-list li .w-ys-txt h4 {
    color: #efefef;
    font: 400 15px / 30px "Arial";
}
.w-ys-list li .w-ys-txt{
    top: 36vh;
    padding: 15px;
}

.w-ys-tt{top: 18vh;font: 600 36px / 60px "Arial";}
.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 "Arial";
}
.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:100%;
    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(13, 62, 64, .40);
    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;}
 .w-news-list li h3{font-size:18px;padding-bottom:16px;}
 .w-news-list li .wz{font-size:15px;line-height:25px;-webkit-line-clamp:2;}
}









@media (max-width: 992px) {
    .w-ys{
        padding: 6vh 0 0;
        height: auto;
    }
    .w-ys-tt{
        position: relative;
        top: 0;
        color: #0d3e40;
        font: 600 30px/60px "Arial";
        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 "Arial";
        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 "Arial";
    }
    .w-ys-list li .w-ys-txt h3{
        font: 600 22px/52px "Arial";
        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 "Arial";
    }
    .w-pro-tt-l h4{
        padding-left: 0;
        font: 600 22px/30px "Arial";
    }
    .w-pro-tt-r{
        padding-top: 3vh;
        width: 100%;
    }
    .w-pro-tt-r p{
        font: 400 16px/32px "Arial";
    }
    .x-pro .more{
        margin-top:30px;
    }
    .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 "Arial";
    }
    .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 "Arial";
    }
}










@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-ys-list li .w-ys-txt:hover{
    transition: all 0.8s;
    transform: translateY(0px);
}

}




@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;}
    .fwwz{font-size:14px;top:10.1vw;left:18.2vw;line-height: 20px;}
}


@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;}
 .w-service{background: none;}

}



@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:14px;line-height:26px;}
.w-news-tab li{width:auto;padding:0 0.5%;}
   .fwwz{font-size: 12px;top: 25.1vw;left: 14.2vw;line-height: 15px;}
 body{padding-bottom:70px!important;}

}


/* .page-wrap-left{
    display: none;
} */



/* .lang-ar  .w-news{
  direction: ltr;
}
.lang-ar .probox{direction: ltr;} */




.tab-pane a, 
.content a {
    color:  inherit !important;
}

.tab-pane a, 
.tab-pane p strong,
.content p strong {
    font-weight: normal !important;
    font-style: normal !important;
}