.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: 0px;
    }
}

.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;font-family:'Microsoft YaHei';}
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;}

h1,h2{font-size:12px;font-weight:bold;}
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;}

.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.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);}

.xypg-right-content{font-size: 16px;}

.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}
.flex2{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}

.wh{max-width: 1690px;margin: 0 auto;width: 92%;}
.top2{background: #fff;}
.top2 .searchbox >.fa-search:before{display:none;}
.top2 .language-group .btn{color: #333333;outline: none;}
.top2  .btn.focus,.top2  .btn:focus{box-shadow: none;}
.top2 .logo img{max-width: 251px;}
.top2 .dropdown-toggle::after{display:none;}
.top2 .wh{max-width: 1410px;}

dd{margin: 0;}
dt{font-weight: normal;}




/**/
/* banner */
.bandd{position: relative;}
.home-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ban{position: absolute;width: 100%;z-index: 99999;bottom: 7.5%;}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
    transform: scale(1);
    transition: all 2s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.home-banner .swiper-slide.swiper-slide-active a>img {
    transform: scale(1);
}


.home-banner .swiper-pagination1{bottom: 26px;line-height: 1;font-size: 0;position: absolute;z-index: 999;width: 100%;text-align: center;}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
   width: 12px;
   width: 10px;
    height: 10px;
    background-color: #999999;
    opacity: 1;
    margin: 0 10px!important;
    border-radius: 50%;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
   background-color: #88013c;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 11%;
    width: 100%;
    height: 100%;
    color: #fff;
}
.home-banner .swiper-slide .v_cover .wh{max-width: 1410px;}
.home-banner .swiper-slide .v_cover .v_con {
  
    position: relative;
    z-index: 5;
}

.home-banner .swiper-slide .v_con * {
    transition-delay: transform 1s, opacity 0s;
    transition-duration: 1s;
    transform: translate3d(0, 80px, 0);
    opacity: 0
}

.home-banner .swiper-slide-active .v_con * {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.home-banner .swiper-slide-active .v_con .v_tit_aa {
    transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con .v_tit_bb {
    transition-delay: .5s
}
.banw{max-width: 70%;}

.v_tit_aa {
    font-size: 2.5vw;
    color: #88013c;
    margin-bottom: 1.5vw;
    line-height: 1.5;
    font-weight: bold;
    text-shadow: 4px 3px 3px #979797;
    font-style: oblique;
}
.v_tit_bb{font-size:20px;color: #88013c;margin-bottom: 2.3vw;font-style: oblique;}
.banw img{max-width: 310px;}
.ban .wh{position: relative;}
.v_cover a{display: block;width: 160px;height: 52px;background-color: #88013c;line-height: 52px;color: #fff;font-size: 14px;text-align: center;margin-top: 2.5vw;font-weight: bold;}
.jian{position: relative;right: 0;}
.swiper-button-prev1,.swiper-button-next1{width: 51px;height: 51px;text-align: center;line-height: 49px;display: block;position: relative; border: dashed 1px #ffffff;border-radius: 50%;outline: none;transition:all 0.3s;}
.swiper-button-prev1{margin-right: 28px;}
.swiper-button-prev1:hover{border-color: #222431; background-color: #222431;}
.swiper-button-next1:hover{border-color: #222431;background-color: #222431;}
.logo img{max-width: 240px;}
.shub{ -webkit-animation: myfirst 1.5s infinite; animation: myfirst 1.5s infinite;}
@-webkit-keyframes myfirst{
    0%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
    50%{-webkit-transform: translate(0px, -10px); transform: translate(0px, -10px);}
    100%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}
@keyframes myfirst{
    0%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
    50%{-webkit-transform: translate(0px, -10px); transform: translate(0px, -10px);}
    100%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}

.scroll_to_top2{display: none;}






/**/
.box1{margin: 6.8% 0;overflow: hidden;}
.aleft{width: 49.8%;position: relative;border-radius: 0px 0px 4.6vw 0px;overflow:hidden;}
.aleft .img img{width: 100%;transition:all 0.5s;}
.aleft .img img:hover{transform:scale(1.1);}
.aright{width: 43.7%;padding-right: 1vw;}
.alogo{position: absolute;top:5.1vw;right: -3.3vw;z-index: 999;width: 28.7%;}
.alogo img{max-width: 100%;}
.box1 .abt dd{margin-top: 23px;}
.abt dd{color: #222431;font-size: 14px;margin-bottom: 10px;}
.abt dt{color: #1b1b1b;font-size: 42px;font-family: 'Arial';line-height: 55px;}
.box1 dt{padding-right: 3.7vw;}
.abt dt b{font-weight: bold;}
.acon{color: #484848;font-size: 16px;line-height: 30px;margin: 1.4vw 0 1.9vw;}
.sul li{width: 50%;border-top:1px solid #e2e2e2;padding: 3vw 0 1.8vw;}
.sul li p{color: #484848;font-size: 16px;margin-top: 1.6vw;}
.amore a{display:block;color: #fff;font-size: 14px;margin-top: 1vw; font-weight: bold;width: 160px;height: 53px;
background-color: #88013c;line-height: 53px;text-align: center;}
.sbt{color: #1b1b1b;font-size: 46px;font-weight: bold;}
.sul{max-width: 593px;}



/*  */
.box2{text-align: center;padding: 3% 0;}
.yuan{position: relative;width: 54%;margin: 0 auto;}
.pul li img{max-width: 100%;}
.pul li:nth-child(6){top: 26%;left: 33.7%;width: 38.15%;}
.pul li:first-child {top:-8px;left: 50%;transform: translateX(-50%);width: 34%;}
.pul li:nth-child(2) {right: 2.23%;top: 23.7%;width: 19.75%;}
.pul li:nth-child(3) {right: 11.4%;bottom: 9.8%;width: 24.54%;}
.pul li:nth-child(4) {left: 2.45%;bottom: 11.5%;width: 31.65%;}
.pul li:nth-child(5) {left: -4.8%;top: 19.53%;width: 27.5%;}
.pul li a{display: block;}
.pul li{position: absolute;}






/**/
.box3{background: #f5f5f5;padding: 4.7% 0 3%;overflow: hidden;}
.box3 .abt,.box3 .acon{text-align: center;}
.box3 .acon{margin: 1.5vw 13% 1.7vw;}
.cpzx{max-width: 1690px;width: 92%; margin: 0 auto;margin-top: 30px;}
.mySwiper{overflow: hidden;}
.mySwiper .swiper-slide{background: url(//wm.cdn.cn86.cn/szmierdi/2025/08/e7252f727fjlxvly.jpg) no-repeat bottom center;background-size: 100% 77%; border-bottom: 5px solid #88013c;}
.mySwiper .swiper-slide .img img{display: block;width: 100%;transition: all 0.5s;}
.mySwiper .swiper-slide .img{display: block;overflow: hidden;}
.mySwiper .swiper-slide:hover .img img{transform:scale(1.1);}
.pbj{text-align: center;padding: 1.7vw 15px 2.9vw;}
.pbj h3 a{display: block;font-weight: normal;text-align: center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;color: #1b1b1b;font-size: 18px;font-weight: bold;}
.mao{color: #484848;line-height: 28px;font-size: 16px;margin: 12px 9% 1.9vw;}
.pmore a{display: block;width: 159px;height: 53px;background-color: #ffffff;border: solid 1px #000000;line-height: 51px;text-align: center;color: #000000;font-size: 14px;font-weight: bold;margin: 0 auto;}
.box3 .swiper-pagination1{font-size: 0;text-align: center;margin-top: 3.2vw;}
.box3 .swiper-pagination-bullet{width: 10px; height: 10px;border: solid 1px #cccccc;background: none;margin: 0 5px;opacity: 1;}
.box3 .swiper-pagination-bullet-active{background-color: #88013c;border: solid 1px #88013c;}
.mySwiper .swiper-slide:hover .pmore a{background: #88013c;border-color: #88013c;color:#fff;}


/**/
.box4{background: url(//wm.cdn.cn86.cn/szmierdi/2025/08/d7a5f361f2ovqtsu.jpg) no-repeat top center;background-size: cover;overflow: hidden; padding: 69px 0 60px;}
.box4 .abt,.box4 .acon{text-align: center;}
.box4 .abt dd{color: #f9bf13;}
.box4 .abt dt{color: #ffffff;font-weight: bold;}
.box4 .acon{margin: 1.5vw 17.6% 2.4vw;color: #ffffff;opacity: 0.4;}
.box4 .acon p{word-break:break-all;}
.ful{width: 23.7%;margin-top: 40px;}
.pimg{width: 49.8%;}
.pimg img{width: 100%;}
.fbj dd{color: #ffffff;font-size: 18px;line-height: 1.6666; font-weight: bold;margin-bottom: 15px;min-height: 135px;overflow: hidden;}
.fbj dt{color: #ffffff;opacity: 0.4;font-size: 14px;line-height: 28px;}
.ful li .img{margin-bottom: 15px;height: 85px;line-height: 85px;}
.ful li{margin-bottom: 14px;}


/**/
.box5{padding: 7.5% 0 6.7%;overflow: hidden;background: url(//wm.cdn.cn86.cn/szmierdi/2025/08/7c43f0bef5xr4xbp.jpg) no-repeat top center;background-size:100% 48%;}
.box5 .abt{text-align: center;}
.mySwiper2{overflow: hidden;}
.acon2{text-align: center;color: #000000;font-size: 20px;line-height: 1.5;max-width: 1040px;margin: 0 auto;margin-top: 18px;}
.solutionRoll {
    margin: 3.5vw 0 5.2vw;
    position: relative;
    overflow: hidden
}

.solutionRoll .tempWrap {
    margin: 0 auto;
}

.solutionRoll .solutionRollUl {
    overflow: hidden;
    zoom: 1;
    white-space: nowrap;
}

.solutionRoll .solutionRollUl li {
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 1.6vw;
}

.solutionRoll .solutionRollUl li span {
    display: block;
    font-size: 3.64583vw;
    color: #ceb0ba;
    font-weight: bold;
    line-height: 1;
}
.honor{position: relative;margin-top: 4.3vw;}
.swiper-button-prev2,.swiper-button-next2{position: absolute;outline: none;width: 40px;height: 40px;border-radius: 4px;top:50%;margin-top: -20px;}
.mySwiper3 {overflow: hidden;margin: 0 44px;}
.swiper-button-prev2{background: #a7a7a7 url(//wm.cdn.cn86.cn/szmierdi/2025/08/304c1fab6ehhnk7i.png) no-repeat center;left: -28px;}
.swiper-button-next2{background: #a7a7a7 url(//wm.cdn.cn86.cn/szmierdi/2025/08/d6b1611000ostylj.png) no-repeat center;right: -28px;}
.swiper-button-prev2:hover,.swiper-button-next2:hover{background-color: #88013c;}


/**/
.box6{background-color: #f5f5f5;padding: 5.6vw 0;overflow: hidden;}
.box6 .abt dt{text-align: center;font-weight: bold;line-height: 1;}
.xin1{margin-top: 4.5vw;}
.box6  .wh{max-width: 1410px;}
.xin1 .wz{line-height: 1.7;letter-spacing: 1px;color: #2f2f2f;font-size: 20px;margin: 1vw 0 1.5vw;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.xin1 li{width: 29.5%;padding-bottom: 2vw;border-bottom:4px solid #88013c;}
.ntime{letter-spacing: 1px;color: #939393;font-size: 18px;}
.mo{letter-spacing: 1px;color: #666666;font-size: 18px;margin-top: 1.5vw;}
.xin1 li .img{overflow: hidden;}
.xin1 li .img img{width: 100%;transition:all 0.5s;}
.xin1 li:hover .img img{transform:scale(1.1);}
.news_tit {
    overflow: hidden;
}
.news_wap  .wh{max-width: 1400px;}
.news_wap .news_tit .tabli {
    height: 50px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.news_wap .tabli li.active {
    border-bottom: 1px solid #88013c;
    color: #88013c;
    font-weight: 600;
}
.news_wap{overflow: hidden;}
.news_wap .tabli li {
    float: left;
    margin-right: 30px;
    text-align: left;
    /* display: inline-block; */
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.news_wap .tabli li:hover {
    border-bottom: 1px solid #88013c;
    color: #88013c;
}

.news_wap .news_tit .tabli a {
    position: absolute;
    right: 0px;
    color: #918f92;
    font-size: 14px;
    font-weight: 200;
}

.news_wap_left {
    width: 42%;
    float: left;
    margin-top: 30px
}

.news_wap_right {
    width: 54%;
    float: right;
}

.news_wap .tab_1 .news_tu {
    
}

.news_wap .tab_1 .n2 {
    margin-top: 30px;
}



.news_wap .tab_1 .n2 li a {
    color: #333333;
    font-size: 18px;
    text-align: left;
    line-height: 1;display: block;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}
.news_wap .tab_1 .n2 li a:hover{
    color: #88013c;
}
.news_wap .tab_1 .n2 li span {
    margin-top: 10px;
    font-size: 14px;
    color: #777777;
    display: block;
    line-height: 25px;
    display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;
}

.time {
    width: 80px;
    height: 75px;
    text-align: center;
    float: left;
    line-height: 1;
    overflow: hidden;
}

.news_nr {
    width: calc(100% - 100px);
    float: right;
    padding-left: 25px;
    overflow: hidden;
}

.news_nr h3 {
    text-align: left;
    color: #333333;
    font-weight: normal;
    margin-bottom: 0;
}
.news_nr h3 a{
	  color: #333333;
    font-size: 18px;display: block;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}
.news_nr h3 a:hover{
    color: #88013c;
}
.news_nr span {
    display: block;
    text-align: left;
    color: #777777;
    font-size: 14px;
    padding-top: 13px;
    line-height: 25px;
    display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;
}

.time .shi1 {
    font-size: 48px;
    color: #333333;
    text-align: center;
    line-height: 1;
}

.time .shi2 {
    font-size: 16px;
    color: #777777;
    text-align: center;
    padding-top: 5px;
}

.news_wap_right .news_list_3 li {
    position: relative;
    padding-left: 10px;
    border-bottom: #e3e3e3 1px dashed;
    padding-top: 27px;
    padding-bottom: 20px;
}

.news_wap_right .news_list_3 li:last-child {
    border-bottom: none;
}
.tab-con { position: relative; }
.tab-con .tab_1  { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab_1 { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab_1.active { position: static; opacity: 1; visibility: visible;  }



/**/
.box7{overflow: hidden;padding: 41px 0;}
.box7 .wh{max-width: 1554px;position: relative;padding: 0 70px;}
.mySwiper4{overflow: hidden;}
.mySwiper4 .swiper-slide .img{border: solid 1px #e6e6e6;display: block;margin-left: 1px;}
.mySwiper4 .swiper-slide .img img{display: block;width: 100%;}
.swiper-button-prev3,.swiper-button-next3{position: absolute;outline: none;width: 42px;height: 42px;top:50%;margin-top: -20px;}
.swiper-button-prev3{background:url(//wm.cdn.cn86.cn/szmierdi/2025/08/8f3f0d5e018nknx8.png) no-repeat center;left: 0px;}
.swiper-button-next3{background:url(//wm.cdn.cn86.cn/szmierdi/2025/08/de0fe88024m66uqa.png) no-repeat center;right: 0px;}
.swiper-button-prev3:hover{background:url(//wm.cdn.cn86.cn/szmierdi/2025/08/49f6776589yxweeg.png) no-repeat center;}
.swiper-button-next3:hover{background: url(//wm.cdn.cn86.cn/szmierdi/2025/08/fadf143d812wqxql.png) no-repeat center;}


.you{margin-bottom: 20px;}
.you .wh{max-width: 1554px;position: relative;}


/**/
.foot{background-color: #1b1b2a;}
.ft1{padding: 3.5vw 0 6vw;}
.copyright{color: #ffffff;text-align: center;font-size: 17px;padding: 13px 0;border-top:1px solid rgba(255,255,255,.2);}
.copyright a{color: #fff}
.dbbt1{color: #ffffff;font-size: 26px;font-weight: bold;margin-bottom: 1.6vw;}
.lx,.dao li a{display:block;line-height: 32px;font-size: 19px;color: rgba(255,255,255,.6);}
.dao{width: 78.7%;}
.tewm img{width: 160px;}
.lxwm{max-width: 422px;}
.tlogo{margin: 2.6vw 0;}
.tlogo img{max-width: 240px;}
.tleft .social-share .social-share-icon{width: 28px;height: 28px;margin: 0 12px 0 0;border:none;color: #fff;font-size: 16px;line-height: 28px;}
.tleft .social-share .icon-facebook{background: #3b57a0;}
.tleft .social-share .icon-linkedin{background-color: #0076b4;}
.tleft .social-share .icon-twitter{background-color: #1c9cea;}
.tleft .social-share .icon-tencent{background: #001935 url(//wm.cdn.cn86.cn/szmierdi/2025/08/cf0f8f5163azzved.png) no-repeat center;font-size: 0;}
.foot a:hover{color: #88013c;}

.form-control:focus{border-color: #88013c;box-shadow: none;}
.poorder{margin-top: 15px;}

.more3{display: inline-block;background: #88013c;color: #fff;text-align: center;padding:10px 20px;margin-top: 10px;}


.miao1{font-size: 12px;text-align: left;padding: 0 2px;line-height: 20px;}


/*  */
.box8{background: url(//wm.cdn.cn86.cn/szmierdi/2025/10/9131704c9elsi5je.jpg) no-repeat top center;background-size: cover;padding: 107px 0 37px;}
.h_lead_sl{
    width: 100%;overflow: hidden;position: relative;
    box-sizing: border-box;
}
.h_lead_sl .swiper-slide{
    text-align: center;
    overflow: inherit;width: 43%;transition: all 0.4s;
    margin: 0 ;opacity: 0.61;transform: scale(0.4);
}
.bj1{position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,.5);top:0;left: 0;}
.h_lead_sl .swiper-slide-active{
    transform: scale(1);opacity: 1;z-index: 999;
}
.h_lead_sl .swiper-slide-active .bj1{display: none;}
.h_lead_sl .swiper-slide img{
    display: block;margin: 0 auto;max-width: 100%;
     /*-webkit-box-reflect: below 1px linear-gradient(transparent, rgba(0, 0, 0, 0.1));
      box-reflect: below 1px linear-gradient(transparent, rgba(0, 0, 0, 0.1));*/
}

.h_lead_sl .swiper-slide h3 a{
    font-size: 18px;color: #fff;line-height: 42px;display: block;background: rgba(51,51,51,.3);font-weight: normal;position: absolute;bottom: 0;width: 100%;
    opacity: 0;letter-spacing: 1px;
}
.h_lead_sl .swiper-slide-active h3 a{
    opacity: 1;
}
.h_lead_sl .lead_prev,
.h_lead_sl .lead_next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);outline: none;
    cursor: pointer;z-index: 111;transition: all 0.3s;
}
.h_lead_sl .lead_prev{left: 17%;}
.h_lead_sl .lead_next{right: 17%;}
.pmore{
    width: 110px;
	height: 43px;
	background-color: #d8347d;
	border-radius: 21px;
    line-height: 43px;text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    display: none;
    margin-top: 24px;
}
.pmore-b{
    width: 110px;
	height: 43px;
	background-color: #88013c;
	border-radius: 21px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 24px;
}
.pmore-b a{color:#fff;}
.h_lead_sl .swiper-slide-active .pmore{display: block;}




@media(max-width: 1600px){
    
    .lx, .dao li a{font-size: 17px;line-height: 28px;}
    .h_lead_sl .swiper-slide{width: 40%;}
    .h_lead_sl .lead_prev img, .h_lead_sl .lead_next img{width: 50px;}
    .h_lead_sl .lead_prev{left: 23%;}
    .h_lead_sl .lead_next{right: 23%;}
    .h_lead_sl .swiper-slide{transform: scale(0.5);}
    .h_lead_sl .swiper-slide-active{transform: scale(1);}
}


@media(max-width: 1400px){
    .fbj dd{font-size: 16px;}
    .ful li .img{margin-bottom: 10px;}
    .fbj dd{margin-bottom: 10px;}
    .fbj dt{line-height: 22px;}
    .dbbt1{font-size: 22px;}
    .lx, .dao li a{font-size: 16px;line-height: 28px;}
    .box8{padding-top: 70px;}
}

@media(max-width: 1370px){
    .abt dt{font-size: 36px;line-height: 43px;}
    .sbt{font-size: 36px;}
    .lxwm{max-width: 360px;}
    .dbbt1{font-size: 20px;}
    .tlogo img{max-width: 200px;}
    .lx, .dao li a{font-size: 14px;line-height: 24px;}
    .xin1 .wz{font-size: 18px;line-height: 1.5;}
    .ntime,.mo{font-size: 16px;}
    .box8{padding-top: 50px;}
    .time .shi1{font-size: 40px;}
    .news_wap_right .news_list_3 li{padding-top: 15px;}
}


@media(max-width: 1270px){
    .abt dd{margin: 15px 0 5px;}
    .abt dt{font-size: 32px;line-height: 35px;}
    .fbj dd{font-size: 14px;}
}


@media(max-width: 1100px){
    .acon{font-size: 14px;line-height: 24px;}
    .abt dt {font-size: 28px;line-height: 30px;}
    .mao{font-size: 14px;line-height: 23px;margin: 12px 3% 1.9vw;}
    .pimg{width: 55.7%;}
    .ful{width: 21%;}
    .fwu{align-items:center;}
    .aul{width: 72%;}
    .aul li p{font-size: 14px;margin-top: 10px;}
    .nul2 .det2{padding: 1.1vw 2vw 1.1vw 1.5vw}
    .dao1 li a,.jj{font-size: 14px;line-height: 30px;}
    .acon2{font-size: 18px;}
    .dao li:first-child,.dao li:nth-child(2){display: none;}
    .dao{width: 60%;}
    .copyright{font-size: 15px;}
      .h_lead_sl .swiper-slide{width: 32%;margin: 0 5%;}
    .h_lead_sl .lead_prev img, .h_lead_sl .lead_next img{width: 40px;}
    .h_lead_sl .lead_prev{left: 23%;}
    .h_lead_sl .lead_next{right: 23%;}
    .h_lead_sl .swiper-slide{transform: scale(0.4);}
    .h_lead_sl .swiper-slide-active{transform: scale(1);}
    .news_nr span{padding-top: 5px;}



}



@media(max-width: 768px){
    .dbt2 dt{font-size: 28px;}
    .aleft,.aright{width: 100%;}
    .pimg{display: none;}
    .ful{width: 48%;}
    .box4{padding: 39px 0 30px;}
    .mbj dd{font-size: 16px;line-height: 23px;}
    .mbj dt{font-size: 14px;line-height: 24px;}
    .gywm{width: 75%;}
    .nul,.nul2{width: 100%;}
    .nul2{margin-top: 20px;}
    .nul2 li{margin-bottom: 15px;}
    .jian,.dao1{width: 100%;}
    body{padding-bottom: 70px;}
    .home-banner .swiper-pagination1{bottom: 15px;}
    .home-banner .swiper-pagination1 .swiper-pagination-bullet{margin: 0 5px!important;}
    .acon2{font-size: 16px;margin-top: 10px;}
       .solutionRoll {
        margin: 20px 0;
    }
    .solutionRoll .solutionRollUl li span {
        font-size: 30px;
    }
    .dao{width: auto;}
    .tewm img{width: 120px;}
    .lxwm{max-width: 300px;}
    .news_wap_left,.news_wap_right{width: 100%;float: none;}
}

@media(max-width: 640px){
    .language-group .btn{padding: .375rem .3rem;}
    .logo{width: calc(100% - 200px);}
    .site-header-bottom .logo img{max-width: 100%;}
    .acon{margin: 15px 0;}
    .abt dt{font-size: 22px;line-height: 28px;padding-right: 0;}
    .sul li{padding: 20px 0 14px;}
    .sul li p{font-size: 12px;}
    .sbt{font-size: 30px;}
    .amore a{height: 50px;line-height: 50px;}
    .xbj dt{margin-top: 5px;font-size: 12px;line-height: 16px;}
    .xbj dd{font-size: 18px;}
    .swiper-button-prev1 img,.swiper-button-next1 img{width: 18px;}
    .box3 .acon{margin:15px 0; }
    .pmore a,.hmore a{width: 120px;height: 40px;line-height: 38px;font-size: 13px;}
    .pbj{padding: 17px 0 29px;}
    .box3 .swiper-pagination1{margin-top: 15px;}
    .box4{padding: 30px 0 20px 0;}
    .box4 .acon{margin: 15px 0;}
    .ful{width: 100%;margin-top: 0;}
     .fwu{align-items:flex-start;}
    .fbj dd{font-size: 13px;min-height: auto;height: auto;}
    .fbj dt{height: 88px;font-size: 12px; display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 4;}
    .fbj dt p{word-break: break-all;display: inline;}
    .ful li .img{height: 56px;line-height: 56px;}
    .ful li .img img{height: 40px;}
    .box5 .acon,.box6 .acon,.box8 .acon{margin: 15px 0;}
    .xul li{width: 100%;margin-bottom: 15px;}
    .gywm{width: 100%;}
    .aul{width: 87%;}
    .aul li img{height: 35px;}
    .aul li .img{height: 40px;line-height: 40px;}
    .aul li p{font-size: 12px;}
    .wz2{font-size: 14px;line-height: 22px;}
    .wz{margin: 10px 0 5px 0;}
    .det2{padding: 20px 15px;}
    .nul2 .det2{padding: 15px;}
    .tlogo{text-align: center;}
    .dao1> li:first-child,.dao1 >li:nth-child(2),.dao1 >li:nth-child(3){display: none;}
    .ft3{display: block;font-size: 14px;text-align: center;}
    .swiper-button-prev2{left: 0;}
    .swiper-button-next2{right: 0;}
    .honor{margin-top: 30px;}
    .box6{padding: 30px 0 10px;}
    .xin1 li{width: 100%;margin-bottom: 20px;}
    .xin1 .wz{font-size: 16px;line-height: 1.3;margin: 10px 0;}
    .ntime, .mo{font-size: 14px;}
    .box7{padding: 25px 0;}
    .box7 .wh{padding: 0;}
    .swiper-button-prev3, .swiper-button-next3,.swiper-button-prev2, .swiper-button-next2{display: none;}
    .tleft,.dao{width: 100%;}
    .tleft{margin-bottom: 20px;text-align: center;}
    .tlogo{margin: 10px 0 15px;}
    .dbbt1{margin-bottom: 10px;}
    .dao li{width: 100%;margin-bottom: 20px;max-width: 100%;}
    .ft1{padding-bottom: 0;}
    .copyright{font-size: 12px;}
    .mySwiper3{margin: 0;}
    .more3{padding:  5px;font-size: 12px;}
    .box8{padding: 40px 0 20px;}
    .pmore{width: 90px;height: 32px;line-height: 32px;font-size: 14px;margin-top: 15px;}
    .h_lead_sl .lead_prev img, .h_lead_sl .lead_next img{width: 30px;}
    .h_lead_sl .lead_prev{left: 19%;}
    .h_lead_sl .lead_next{right: 19%;}
    .h_lead_sl .lead_prev, .h_lead_sl .lead_next{top:40%;}

}


.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}




/*产品内页*/
.cpbj{background: #f5f5f5;padding-top: 4.2vw;}
.wmy-left {
    background: #fff;
    padding: 20px 20px;
    margin-bottom: 30px;
}
.wmy-left .left-title{color: #222222;font-size: 24px;padding: 10px 0 32px;}

@media (min-width:990px) {
    .wmy-left {
        float: left;
        width: 26.7%;
        margin-right: 48px;
    }
}

.wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 40px 30px 47px;
}

.product-cate.cate-list .list-title{border:none;padding-left: 1.4vw; border-bottom: 1px solid rgba(225,221,221,.5);color: #333333;font-size: 15px;line-height: 48px;font-weight: normal;}
.product-cate.cate-list{border:none;}
.product-cate.cate-list .category span{background: url(//wm.cdn.cn86.cn/jingcheng/2025/05/186fd78fa8tgzml3.png) center no-repeat;}
.product-cate.cate-list .active {
  background: #88013c;color: #fff;
}
.product-cate.cate-list .category:hover .list-title {
  background: #88013c;color: #fff;
}
.sou1 #formsearch{}
.sou1 #formsearch input{height:55px;background-color: #f5f5f5;border:none;line-height:55px;outline: none;}
.sou1 #formsearch input#keyword{height:55px;line-height:55px;padding-left:27px;color:#555555;font-size: 15px;width: calc(100% - 200px);}
.sou1 #formsearch input#s_btn{width: 200px;height: 55px;background-color: #88013c;line-height:55px;text-align:center;color:#fff;border:none;cursor:pointer;font-size: 15px;}
.sou1 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555555;
}
.sou1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555555;
}
.sou1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #555555;
}
.sou1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #555555;
}

.product-list{margin-top: 2.8vw;}



@media only screen and (max-width: 992px) {
    .wmy-left {
        background: none;
        margin: 0;
        padding: 0;
    }
    .nei-page-wrap {
        padding-bottom: 40px;
    }
}

@media(max-width: 640px){
    .wmy-right{padding: 20px 15px;}
    .sou1 #formsearch input#s_btn{width: 100px;height: 42px;line-height: 42px;font-size: 14px;}
    .sou1 #formsearch input#keyword{font-size: 14px;padding-left: 15px;width: calc(100% - 100px);height: 42px;line-height: 42px;}
    .product-list{margin-top: 20px;}
    .product-list .content .list .cont .product-title{font-size: 14px;line-height: 24px;height: 48px;}
    .more2{width: 80%;margin:0 auto;height: 38px;line-height: 38px;font-size: 14px;}
    .xin1{margin-top: 25px;}
    .box2{margin: 10px 0;}
    .news_wap .tabli li{font-size: 16px;margin-right: 15px;}
    .news_wap .tabli li:last-child{margin-right: 0;}
    .news_tit{margin-top: 0;}
    .news_wap_left,.news_wap .tab_1 .n2{margin-top: 20px;}
    .news_wap .tab_1 .n2 li a,.news_nr h3 a{font-size: 16px;}
    .time .shi1{font-size: 35px;}
    .news_nr{padding-left: 0;width: calc(100% - 90px);}
    .news_wap_right .news_list_3 li{padding-bottom: 10px;}
    .news_nr span{line-height: 22px;}
}





