.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;
    }
}





/*初始化样式*/
input{padding:0;margin:0;}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}


hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin:0;}




/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.of{overflow:hidden;}
.wh{max-width:1400px;width:94%;margin: 0 auto;}
.wh2{max-width:1600px;width:94%;margin: 0 auto;}


.com-img{overflow:hidden;cursor: pointer;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}



.flexf{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexs{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flexd{display: flex;justify-content: space-between;align-items:flex-end;flex-wrap:wrap;}
.bold{font-weight:bold;}
.oh{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bcg{background-size:100% 100%;}




/*头部样式*/

.yya {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    transition: all .6s;
}

.gizle {
    top: -90px !important;
    transition: all .6s;
}
.sabit {
    top: 0 !important;
    z-index: 999;
    transition: all .6s;
}



.top2{background:#1d252d;width:100%;position:relative;z-index:99999;}
.top2 .wh2{height:90px;}
.logos{}
.logos img{width:100%;}
.topy{width:84.38%;}



.formsearch2{width:40.44%;height:42px;background:#3f454c;padding:0 15px;}
.formsearch2 input{}
.formsearch2 input#keyword{height:42px;line-height:42px;padding-left:36px;float:left;color:#999999;font-size:16px;background:none;border:none;outline:none;border-radius:0;background:url(//wm.cdn.cn86.cn/mysprkjmmm/2025/11/9ebf7a4f04rj7iwn.png) no-repeat left center;width: calc(100% - 35px);
}
.formsearch2 input#s_btn{width:26px;height:42px;line-height:42px;text-align:center;background:none;outline:none;color:#fff;border:none;cursor:pointer;font-size: 12px;float:right;border-radius:0;background:url(//wm.cdn.cn86.cn/mysprkjmmm/2025/11/1ac8e52ba89lec3y.png) no-repeat center center;}
.formsearch2 input::-webkit-input-placeholder{color:#999999;}
.formsearch2 textarea::-webkit-input-placeholder{color:#999999;}

.pc-navbar{width:55.82%;}





/* 首页banner样式 */
.x-banner{overflow: hidden;}
.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover, .x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #000;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}



@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }

}





.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.x-banner .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
    margin: 0 8px;
    outline: none;
    border: none;
    width: 66px;
    height: 5px;
    font-weight: 700;
    line-height: 5px;
    color: #fff;
    text-align: left;
    text-indent: -30px;
    position: relative;
    background: rgba(255, 255, 255, .5)
}

.x-banner .owl-carousel .owl-dots .owl-dot span {
    display: block;
    background: #c50007;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    bottom:0;
}



.x-banner .owl-carousel .owl-dots .owl-dot:hover {
}

.x-banner .owl-carousel .owl-dots .owl-dot.active span {
    animation: mymove 3.999s linear infinite;
    -webkit-animation: mymove 3.999s linear infinite;
}

.x-banner .owl-carousel .owl-dots .owl-dot.active{font-size: 0px;font-weight: 400;}
.x-banner .owl-carousel .owl-dots .owl-dot.active{background: rgba(255, 255, 255, .5);}



@keyframes mymove {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}






/*主体样式*/
.box1{padding:3.44vw 0 6.25vw;}
.pbt{color:#000000;font-size:28px;}
.pcont1{margin-bottom:1.46vw;}
.prolist li{text-align:center;display:inline-block;line-height:38px;font-size:20px;cursor:pointer;border-bottom:1px solid #fff;font-weight:bold;}
.prolist li a{color:#999999;}
.prolist li.cur{border-color:#cd0000;}
.prolist li.cur a{color:#cd0000;}
.prolist li+li{margin-left:2vw;}

.proimg{display:none;}
.proimg.clicked{display:block;}

.sycp{display: flex;flex-wrap: wrap;margin: 0 -6px;}
.sycp li{position: relative;width: calc(25% - 12px);margin:0 6px 0;text-align:center;}
.sycp li .bk{border:1px solid #999999;}
.sycp li .img{margin:21px 35px 70px;}
.sycp li .img img{width:100%;display:block;}
.sycp li .mo{width:60px;
        height: 60px;line-height:53px;
        border: 3px solid #fff;background:#cc0000;position:absolute;left:50%;transform:translateX(-50%);bottom:-30px;
    }

.sycp li:hover .mo{background:#000000;}


.weTiles__gridPanelTitle {
        padding: 20px 25px;
            position: relative;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;color:#000000;font-size:20px;
    }


.weTiles__gridPanelLabel {
    background-image: linear-gradient(180deg,transparent,transparent);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 100% 2px
}

.sycp li:hover .weTiles__gridPanelLabel {
    background-image: linear-gradient(180deg,#1d252d,#1d252d);
}

     



.box2{}
.twbt{color:#000000;font-size:28px;}
.hx{background:#000000;width:100%;height:4px;margin:23px 0 35px;}
.tb_ll{width:83.43%;margin:0 auto;}
.tb_ll li{width:48.8%;text-align:center;position:relative;margin-bottom:46px;}
.tb_ll li .img img{width:100%;display:block;}
.tb_ll li .bk{position:relative;}
.tb_ll li .mask{width:100%;height:100%;position:absolute;;left:0;top:0;background:rgba(0,0,0,.3);transition:all 0.5s;}
.tb_ll li .nr{padding:0 30px;display:flex;align-items: center;justify-content: center;flex-direction:column;height:100%;}
.tb_ll li .wz{color:#fff;font-size:24px;transition:all 0.5s;padding-top:20px;}
.tb_ll li .wz2{color:#fff;font-size:16px;margin: 5px 0 0;line-height:28px;
    width: 100%;
    opacity: 1;
    transition: opacity .3s,visibility .3s;
    visibility: hidden;
 }
.tb_ll li:hover .wz2{opacity:1;visibility: inherit;}
.tb_ll li:hover .wz{padding-top:0px;}
.tb_ll li .mo{width:60px;
        height: 60px;line-height:53px;
        border: 3px solid #fff;background:#cc0000;position:absolute;left:50%;transform:translateX(-50%);bottom:-30px;
    }

.tb_ll li:hover .mo{background:#000000;}
.tb_ll li:hover .mask{background: rgba(227,0,11,.8);}






.box3{margin:65px 0 28px;}
.corbt{color:#000000;font-size:30px;margin-bottom:22px;}
.tabli2{position:relative;width:25%;}
.tabli2 li{color:#dbdbdb;font-size:18px;line-height:30px;font-weight:bold;background:url(//wm.cdn.cn86.cn/mysprkjmmm/2025/11/218a6ea7ecvko1yr.png) no-repeat left center;padding:1.49vw 0;padding-left:15px;cursor:pointer;}
.tabli2 li.cur{background:url(//wm.cdn.cn86.cn/mysprkjmmm/2025/11/e17e531d81gl2tek.png) no-repeat left center;color:#cc0000;}
.tabli2 li+li{border-top:2px solid #dbdbdb;}

.tab2{overflow:hidden;display:none;width:71.14%;}
.tab2.clicked{display:block;}
.tab2 li .wz{width:67%;color:#000000;font-size:18px;line-height:30px;}
.tab2 li .img{width:30.12%;}
.tab2 li .img img{width:100%;display:block;}




.box4{padding:10.57vw 0 12.76vw;background:url(//wm.cdn.cn86.cn/mysprkjmmm/2025/11/0b604540b0l8fzj3.jpg) no-repeat;background-size:100% 100%;}
.box4 .cont{width:48.79%;border-top:5px solid #fff;border-bottom:5px solid #fff;padding:22px 0;}
.htbt{color:#fff;font-size:24px;text-transform:uppercase;}
.htlj{display: flex;flex-wrap: wrap;margin-top:26px;}
.htlj li+li{margin-left:18px;}
.htlj li a{display: flex;justify-content: center;flex-wrap:wrap;align-items: center;background:#cc0000;color:#fff;font-size:16px;font-weight:bold;height:50px;padding:0 12px;transition: color .2s, background-color .2s;}
.htlj li .mo{background:url(//wm.cdn.cn86.cn/mysprkjmmm/2025/11/1d63977895az9fua.png) no-repeat;width:15px;height:13px;display:block;margin-left:9px;}
.htlj li:hover a{background:#fff;color:#1d252d!important;}
.htlj li:hover .mo{background:url(//wm.cdn.cn86.cn/mysprkjmmm/2025/11/917907ec7eesp4o7.png) no-repeat;}



.box5{padding:45px 0 72px;}
.partnerbt .wz{color:#000000;font-size:28px;}
.partnerbt .wz2{color:#000000;font-size:20px;border-bottom:4px solid #000;padding:10px 0 12px;}
.box5 .cont{width:84%;margin:0 auto;margin-top:28px;}
.whylist li+li{margin-top:37px;}
.whylist li .wz{color:#000000;font-size:20px;}
.whylist li .wz2{color:#000000;font-size:16px;line-height:30px;margin-top:8px;}







/*页面底部*/
.foot{background:#1d252d;color:#fff;}
.foot a{color:#fff!important;}
.foot a:hover{color:#cc0000!important;}


.fcont{padding-top:3.75vw;}
.f_nav{width:54.57%;}
.f_nav dl{width:33.33%;}
.f_nav dt{font-size:18px;margin-bottom:11px;}
.f_nav dd{font-size:16px;line-height:40px;}
.f_nav dd a{color:#fff;}

.fot2{width:31.14%;}
.ftt{font-size:18px;margin-bottom:14px;}
.lxwz{font-size:16px;line-height:30px;}
.fadd{display:flex;flex-wrap: wrap;margin-top:18px;}
.fadd li+li{margin-left:24px;}

.bq{color:#c8c8c8;font-size:14px;text-align:center;padding:16px 0 9px;line-height:24px;}
.bq a{color:#c8c8c8!important;}
.bq a:hover{color:#fff!important;}




.nycp1{padding:50px 0;}






@media (max-width:1440px) {
 .pc-navbar > li > a,.tb_ll li .wz,.htbt{font-size:21px;}
 .pbt,.twbt,.partnerbt .wz{font-size:23px;}
 .prolist li,.weTiles__gridPanelTitle,.partnerbt .wz2,.whylist li .wz{font-size:18px;}
 .corbt{font-size:25px;}
 .tabli2 li{font-size:16px;line-height:27px;}
 .tab2 li .wz{font-size:16px;line-height:25px;}
 .htlj li a{font-size:14px;height:43px;}
 .whylist li .wz2,.lxwz{font-size:14px;line-height:25px;}
 .f_nav dt,.ftt{font-size:16px;}
 .f_nav dd{font-size:14px;line-height:28px;}
 .tb_ll li .wz2{font-size:14px;}

}

@media (max-width:1280px) {
 .formsearch2{display:none;}
 .pc-navbar{width:100%;}
  .pc-navbar > li > a,.tb_ll li .wz,.htbt{font-size:18px;}
 .pbt,.twbt,.partnerbt .wz{font-size:20px;}
 .prolist li,.weTiles__gridPanelTitle,.partnerbt .wz2,.whylist li .wz{font-size:16px;}
 .corbt{font-size:22px;}
}

@media (max-width: 768px) {
.site-header-bottom .logo img{max-width:80px;}
.searchbox > i{color:#fff;}
.box1{padding:35px 0 55px;}
.prolist li{line-height:32px;display:inline-block;margin:0 1%;}
.prolist{text-align:center;margin:12px auto;}
.prolist li+li{margin-left:1%;}
.sycp li{position: relative;width: calc(50% - 12px);}
.sycp li:nth-child(n+3){margin-top:40px;}
.sycp li .mo,.tb_ll li .mo{width:46px;height:46px;line-height:38px;bottom:-23px;}
.hx{margin:12px 0 20px;}
.tb_ll{width:94%;}
.tb_ll li{margin-bottom:40px;}
.box3{margin:20px 0 35px;}
.tabli2{width:100%;}
.tab2{width:100%;margin-top:12px;}
.corbt{margin-bottom:12px;}
.box4 .cont{width: 57.79%;border-top:4px solid #fff;border-bottom:4px solid #fff;}
.box5 .cont{width:94%;margin-top:22px;}
.box5{padding:35px 0;}
.whylist li+li{margin-top:22px;}
.fot2{width:100%;}
}


@media (max-width:640px) {
 .prolist li{font-size:14px;}
 .tb_ll li{width:100%;}
 .tabli2 li{font-size:15px;line-height:24px;padding:20px 0;padding-left:15px;}
 .tab2 li .wz{font-size:14px;line-height:23px;}
 .box4 .cont{width:100%;}
 .htlj li a{font-size:13px;height:38px;}
 .htlj li+li{margin-left:10px;}
 .htlj{margin-top:20px;}
 .fcont{padding-top:35px;}
 body{padding-bottom:70px;}
 .whylist li .wz2{margin-top:3px;}
 .x-banner .owl-carousel .owl-dots .owl-dot{width:30px;}
 .nycp1{padding:30px 0;}

}