.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;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;}

.flex2{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}
.flex22{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}



.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);}

body {
    overflow-x: hidden;
}
.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}
.wh{max-width: 1640px;margin: 0 auto;width: 92%;}


.top11{position: relative;}
.top1 .wh{height: 48px;}
.top2{position: absolute;background: rgba(34,34,34,.55);z-index: 999;width: 100%;}
.top2 .language-group .btn{padding:0;}
.wel{color: #222222;font-size: 16px;}
.yx{padding-left: 29px;color: #d60018;font-weight: bold;font-size: 17px;background: url(//wm.cdn.cn86.cn/lechuanpgeqpt/2025/12/24273c3a09yrvjt5.png) no-repeat left center;}
.dh{padding-left: 27px;color: #d60018;font-weight: bold;font-size: 17px;background: url(//wm.cdn.cn86.cn/lechuanpgeqpt/2025/12/8508a433d52y3ost.png) no-repeat left center;margin-left: 30px;}
.lastli{margin-right: 20px;position: relative;}
.x-menu {
    position: relative
}

.x-menu>li {
    text-align: center;
    padding: 0 1.6vw;
     position: relative;
}
.x-menu > li> a:after{
content: '';
width:0px;
height: 4px;
background-color: #20409b;
transition: all ease .3s;
margin:0 auto;
display: block;
bottom: 4px;
position: relative;
}
.x-menu > li:hover> a:after{
width:100%;
}
.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    height: 80px;
    line-height: 80px; 
    position: relative;
    text-transform: uppercase;
}

.x-menu>li:hover>a {
    
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color)
}


.top2 .dropdown-toggle::after{display: none;}
.top2 .language-group{}
.top2 .btn.focus,.top2 .btn:focus{
    box-shadow: none;
}




/**/
/* banner */
.bandd{position: relative;}
.home-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ban{position: absolute;width: 100%;z-index: 999;bottom:28px;font-size: 0;line-height: 1;}

.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{min-width: 93px;}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
   width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 0.7;
    margin: 0 4px!important;
    transition: width .3s ease;
    border-radius: 6px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
   width: 45px;
    opacity: 1;

}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 12%;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center
}

.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
}


.v_tit_aa {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 2vw;
    line-height: 1;
    text-align: center;
}
.v_tit_bb{font-size:3.4375vw;color: #ffffff;line-height: 1.06;max-width: 70%;margin: 0 auto}
.ban .wh{position: relative;}
.v_cover a{display: block;width: 212px;height: 52px;background-color: #d60018;border-radius: 10px;line-height: 52px;margin: 0 auto;color: #ffffff;font-size: 18px;text-align: center;margin-top: 4.2vw;}
.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: #d60018; background-color: #d60018;}
.swiper-button-next1:hover{border-color: #d60018;background-color: #d60018;}
.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;}


.x-menu li.lastli{padding:0 ;margin-right: 26px;}
.x-menu li.diq{padding: 0;line-height: 110px;}
.so {
    line-height: 80px;
    cursor: pointer;
}

.so img {
    max-width: 100%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    width: 238px;
    padding:5px;
    z-index: 999;
    background: #d60018;
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 24%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #d60018;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width:76%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}


/**/
.box2{overflow: hidden;padding-bottom: 80px;}
.psort{position: relative;padding: 0 40px;}
.productsCateTop {position: relative;margin: 40px 0 60px;overflow: hidden;}
.pleft .img {display: block;transition: all ease .0s .0s;transform: translateY(30px);opacity: 0;}
.fenl,.pright h3,.pright h2,.p2,.p1,.pmore{
    transition: all ease .0s .0s;
    transform: translateY(40px);
    opacity: 0;
}



.productsCate{}
.productsCate  .swiper-slide-active .pleft .img,.productsCate  .swiper-slide-active .fenl,.productsCate  .swiper-slide-active .pright h2,.productsCate  .swiper-slide-active .pright h3,.productsCate  .swiper-slide-active .p2,.productsCate  .swiper-slide-active .p1,.productsCate  .swiper-slide-active .pmore {transition: all ease .6s .0s;transform: translateY(0px);opacity: 1;}
.productsCate  .swiper-slide-active .fenl{transition: all ease .6s .3s;}
.productsCate  .swiper-slide-active .pright h3{transition: all ease .6s .5s;}
.productsCate  .swiper-slide-active .pright .p1{transition: all ease .6s .7s;}
.productsCate  .swiper-slide-active .pright h2{transition: all ease .6s .9s;}
.productsCate  .swiper-slide-active .pright .p2{transition: all ease .6s 1.1s;}
.productsCate  .swiper-slide-active .pright .pmore{transition: all ease .6s 1.3s;}

.swiper-button-prev2,.swiper-button-next2{position: absolute;top:50%;transform:translateY(-50%);z-index: 999; width: 51px;height: 51px;outline: none; border-radius: 50%; box-shadow: -1px 3px 6px 0px rgba(76, 75, 75, 0.25);}
.swiper-button-prev2{background: #ffffff url(//wm.cdn.cn86.cn/lechuanpgeqpt/2025/12/431927a68etyurlu.png) no-repeat center;left: 5px;}
.swiper-button-prev2:hover{background: #ffffff url(//wm.cdn.cn86.cn/lechuanpgeqpt/2025/12/8d2f53a63acnulw3.png) no-repeat center;}
.swiper-button-next2{background: #ffffff url(//wm.cdn.cn86.cn/lechuanpgeqpt/2025/12/7fa3d00efeflkpbv.png) no-repeat center;right:5px;}
.swiper-button-next2:hover{background: #ffffff url(//wm.cdn.cn86.cn/lechuanpgeqpt/2025/12/e5c0c65cbe4dqjrd.png) no-repeat center;}
.productsCateTop .p_item{background-color: #f5f5f5;text-align: center;padding: 12px;cursor: pointer;transition:all ease .3s;}
.productsCateTop .p_item p{margin-top: 20px;color: #333333;font-size: 17px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;padding: 0 3px;}
.productsCateTop  .swiper-slide-thumb-active .p_item{background-color: #20409b;}
.productsCateTop  .swiper-slide-thumb-active .p_item p{color: #fff;}
.productsCateTop  .swiper-slide-thumb-active  .p_item .img{background: #fff;}
.productsCate {overflow: hidden;padding: 0 5.7vw;}
.pleft{width: 42.56%;}
.pright{width: 53%;}
.fenl{color: #e01f26;font-size: 17px;font-weight: bold;}
.pright h3{color: #20409b;font-size: 38px;font-weight: normal;margin: 10px 0 0 0;}
.p1{color: #777777;font-size: 16px;line-height: 26px;}
.pright h2{color: #111111;font-weight: bold;font-size: 16px;margin-top: 2vw;}
.p2{color: #777777;font-size: 15px;line-height: 26px;}
.pmore {justify-content: flex-start;margin-top: 2.4vw;}
.pmore  a{display: block;margin-right: 28px;position: relative;overflow: hidden; text-align: center; min-width: 202px;padding: 13px 2px;color: #ffffff;font-size: 17px;background-color: #20409b;border-radius: 5px;}
.pmore  a:last-child{margin-right: 0;background-color: #e01f26;}
.s_button1: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%)
}
.s_button1:hover:before {
    animation: style1 .75s;
    z-index: 1;
}
@keyframes style1 {
    0% {
    background: rgba(0, 0, 0, .25);
    transform: translateX(-50%) translateY(-50%) scale(0)
}
to {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1)
}
}




/**/
.box3{overflow: hidden; background-repeat: no-repeat; background-position: center; background-size: cover;    background-attachment: fixed;padding: 100px 0 66px;}
.yst{text-align: center;}
.yst2{width: 57%;}
.yt1{color: #e01f26;font-size: 17px;font-weight: bold;}
.yt2{color: #ffffff;font-size: 38px;margin-top: 26px;}
.yt2 span{color: #e01f26;}
.yt3{color: #ffffff;font-size: 28px;line-height: 1.571;margin: 3.1vw 0 20px;}
.yt4{color: #ffffff;font-size: 17px;line-height: 28px;}
.ys1 p{margin-bottom: 12px; padding-left: 25px;background: url(//wm.cdn.cn86.cn/lechuanpgeqpt/2025/12/1216f100b984bnqt.png) no-repeat left 5px;font-size: 16px;color: rgba(255,255,255,.4);}
.ys1{margin: 1.6vw 0;}
.amore a{display: block;position: relative;overflow: hidden; width: 163px;height: 49px;background-color: #e01f26;border-radius: 5px;line-height: 49px;text-align: center;color: #ffffff;font-size: 17px;}


/**/
.box4{padding-top: 80px;}
.box4 .yt2{color: #222222;}
.yul{margin: 2.8vw 0;}
.yul li p{color: #222222;font-size: 18px;}
.yul li p span{color: #20409b;font-weight: bold;}
.yul li{margin-right:9vw;}
.yul li:last-child{margin-right:0;}
.mySwiperh {overflow: hidden;margin: 0 5.7vw;}
.mySwiperh .img{border:1px solid #f3f1f1;overflow: hidden;display: block;}
.xul{margin-top: 40px;}
.xul li{width: 49.6%;position: relative;}
.xul li a{display: block;}
.xul li:nth-child(2),.xul li:nth-child(3){float: right;}
.xul li .img{overflow: hidden;transition: all .5s ease;}
.xul li:hover .img img{transform:scale(1.1);}
.xbj{position: absolute;bottom: 1.5vw;width: 100%;padding-left: 2.5vw;z-index: 999;}
.xul li:nth-child(3){margin-top: 0.8%;}
.xbj h3{color: #ffffff;font-size: 28px;font-weight: normal;margin-bottom: 0.9vw;}
.xbj p{color: #ffffff;font-size: 16px;line-height: 26px;margin-bottom: 1.6vw;}
.xmore{color: #ffffff;font-size: 17px;width: 163px;height: 49px;background-color: #20409b;border-radius: 5px;line-height: 49px;text-align: center;transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;}
.xul li:first-child .xbj{padding-left: 7.2vw;}
.xul li:hover .xmore{background-color: #e01f26;}

.box5 .yt2{color: #222222;}





/**/
.box5{padding: 80px 0;overflow: hidden;}
.box5 .wh{max-width: 1700px;}
.box5 .magnify{overflow: hidden;margin-top: 50px;}
.nmore a{display: block;width: 163px;height: 49px;background-color: #20409b;border-radius: 5px;text-align: center;margin: 0 auto; line-height: 49px;background-color: #20409b;color: #ffffff;font-size: 17px;}
.magnify .wz{color: #222222;font-size: 18px;text-align: center;line-height: 28px;width: 80%;margin: 30px auto;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.magnify .img{transform:scale(0.84);}
.magnify .swiper-slide-active .img{transform:scale(1);}
.xw{position: relative;}
.swiper-button-prev3,.swiper-button-next3{position: absolute;top:38%;transform:translateY(-50%);z-index: 999; width: 51px;height: 51px;outline: none; border-radius: 50%; box-shadow: -1px 3px 6px 0px rgba(76, 75, 75, 0.25);}
.swiper-button-prev3{background: #ffffff url(//wm.cdn.cn86.cn/lechuanpgeqpt/2025/12/431927a68etyurlu.png) no-repeat center;left: 15px;}
.swiper-button-prev3:hover{background: #ffffff url(//wm.cdn.cn86.cn/lechuanpgeqpt/2025/12/8d2f53a63acnulw3.png) no-repeat center;}
.swiper-button-next3{background: #ffffff url(//wm.cdn.cn86.cn/lechuanpgeqpt/2025/12/7fa3d00efeflkpbv.png) no-repeat center;right:15px;}
.swiper-button-next3:hover{background: #ffffff url(//wm.cdn.cn86.cn/lechuanpgeqpt/2025/12/e5c0c65cbe4dqjrd.png) no-repeat center;}
.nmore a:hover{background: #e01f26}


/**/
.foot{ background-position: center; background-size: cover; background-repeat: repeat; }
.foot .wh{max-width: 1640px;}
.ft1{padding: 3.1vw 0 3.7vw;border-bottom: 1px solid rgba(255,255,255,.1);}
.ft3{padding: 20px 0;color: rgba(255,255,255,.2);font-size: 15px;text-align: center;}
.ft3 a{color: rgba(255,255,255,.2);}
.dao li:first-child,.dao li:nth-child(6){display: none;}
.ft2{padding: 2.4vw 0 3.5vw;}
.dao li h3{color: #ffffff;font-size: 20px;margin-bottom: 26px;font-weight: normal;}
.dao li a,.lx{display: block;line-height: 30px;font-size: 16px;color: rgba(255,255,255,.4);}
.er img{width: 128px;}
.lxs{max-width: 450px;}
.foot a:hover{color: #fff;}
.tlogo img{max-width: 107px;}
.twz h3{font-size: 18px;color: rgba(255,255,255,.9);margin-bottom: 6px;font-weight: normal;}
.twz p{font-size: 17px;color: rgba(255,255,255,.4);line-height: 26px;}
.tmid{width: 32.3%;margin-top: 15px;}
.tmid #formsearch{background: #fff;margin-top: 24px;}
.tmid #formsearch input{height:55px;background:#fff;border:none;line-height:55px;outline: none;}
.tmid #formsearch input#keyword{height:55px;line-height:55px;padding-left:27px;color: #333333;font-size: 15px;width: calc(100% - 104px);}
.tmid #formsearch input#s_btn{width:104px;height:55px;line-height:55px;text-align:center;background-color:#e01f26;color:#fff;border:none;cursor:pointer;font-size: 15px;}
.tmid ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333333;
}
.tmid :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333333;
}
.tmid ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333333;
}
.tmid :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333333;
}
.tright{width: 32.4%;margin-top: 15px;}
.sjtb {margin-top: 27px;justify-content:flex-start;}
.sjtb li{margin-right: 12px;}

.dao li:nth-child(2) .sec2{
   display: flex;flex-direction: column;flex-wrap: wrap;max-height: 160px;gap: 0 5.6vw;
}




/*产品内页*/
.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: 20px 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/lechuanpgeqpt/2025/12/79471349bfypdhre.png) center no-repeat;}
.product-cate.cate-list .active {
  background: #20409b;color: #fff;
}
.product-cate.cate-list .category:hover .list-title {
  background: #20409b;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: #e01f26;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;}



}





@media(max-height: 1650px){
    .productsCateTop .p_item p{font-size: 15px;}
    .pright h3,.yt2{font-size: 32px;}
    .yt3{font-size: 24px;}
    .yt4{font-size: 15px;line-height: 26px;}
    .yul li p{font-size: 16px;}
    .xbj h3{font-size: 24px;margin-bottom: 10px;}
    .xbj p{font-size: 14px;line-height: 24px;margin-bottom: 1vw;}
    .xmore{width: 140px;height: 40px;line-height: 40px;font-size: 15px;}
    .yt2{margin-top: 20px;}
    .magnify .wz{font-size: 16px;line-height: 26px;margin: 20px auto;width: 90%;}
}




@media(max-width: 1430px){
    
    .dao li a, .lx{font-size: 14px;line-height: 26px;}
    .twz p{font-size: 15px;line-height: 23px;}
    .tlogo img{max-width: 250px;}
    .lxs{max-width: 340px;}
    .xul li img{height: 275px;object-fit: cover;}
    .xul li:first-child img{height: 560px;object-fit: cover;}
    .xul li:nth-child(3){margin-top: 10px;}
    .fenl{font-size: 15px;}
    .pright h3, .yt2{font-size: 27px;}
    .p1{font-size: 14px;line-height: 24px;}
    .p2{font-size: 13px;line-height: 24px;}
    .pmore a{min-width: 180px;padding: 10px 2px;font-size: 15px;}
}





@media(max-width: 1230px){
    .wel{font-size: 12px;}
    .yx,.dh{font-size: 15px;}
    .x-menu>li>a{font-size: 16px;line-height: 90px;height: 90px;}
    .so,.x-menu li.diq{line-height: 90px;}
    .logo img{max-width: 200px;}
    .v_tit_aa{font-size: 26px;}
    .pbj h3 a{font-size: 20px;}
    .pcon{font-size: 16px;}
    .det .wz{font-size: 20px;margin: 20px 0 10px;}
    .det .time{font-size: 18px;}
    .det .wz2{margin-top: 15px;}
    .lxs{max-width: 400px;}
    .v_cover a{width: 180px;height: 46px;line-height: 46px;font-size: 16px;}
    .swiper-button-prev1, .swiper-button-next1{width: 41px;height: 41px;line-height: 39px;}
    .ban{bottom: 15px;}
    .yt3{font-size: 20px;}
    .ys1 p,.yul li p{font-size: 14px;}
    .magnify .wz{font-size: 14px;line-height: 26px;}
    .box2{padding-bottom: 60px;}
}
@media(max-width: 1080px){
    .top1{display: none;}
    .logo img{max-width: 180px;}
    .x-menu>li>a{font-size: 15px;}
    .v_tit_aa{font-size: 18px;}
    .pcon{font-size: 14px;}
    .mbox a{font-size: 14px;}
    .mbox a:first-child{margin-right: 10px;}
    .bt1 h3{font-size: 30px;}
    .sul li p{font-size: 16px;}

    .jjfa{margin-top: 30px;}
    .twz h3{font-size: 16px;}
    .tlogo img{max-width: 200px;}
    .tmid #formsearch input#keyword{padding-left: 15px;}
    .v_cover a{width: 150px;height: 40px;line-height: 40px;}
    .box3{padding: 80px 0 60px;}
    .box4{padding-top: 60px;}
    .box5{padding: 60px 0;}
    .box5 .magnify{margin-top: 30px;}
    .nmore a{width: 140px;height: 40px;line-height: 40px;font-size: 15px;}
    .tmid #formsearch input#keyword,.tmid #formsearch input#s_btn{height: 45px;line-height: 45px;}
    .lxs{width: 100%;margin-top: 20px;}
    .tlogo img{max-height: 90px;}
    .dao li h3{margin-bottom: 15px;}
}

@media(max-width: 980px){
    .tmid{display: none;}
    .tright{width: 60%;}
    .poorder{margin-top: 10px;}
    .dao li{display: none;}
    .dao li.lxs,.dao li:last-child{display: block;}
}


@media(max-width: 768px){
    body{padding-bottom: 70px;}
    .pleft,.pright{width: 100%;}
    .pright{margin-top: 30px;}
    .yst2{width: 80%;}
    .yul li{margin-right: 5vw;}
    .xbj h3{font-size: 20px;}
}

@media(max-width: 640px){
    .home-banner .swiper-pagination1 .swiper-pagination-bullet{width: 8px;height: 8px;}
    .home-banner .swiper-pagination1 .swiper-pagination-bullet-active{width: 30px;}
    .box5{padding: 30px 0;}
    .xin1{margin: 20px 0;}
    .xin1 li{width: 100%;margin-bottom: 15px;}
    .det .wz{font-size: 18px;}
    .tlogo{text-align: center;width: 100%;}
    .tright{width: 100%;margin-top: 20px;}
    .tlogo img{max-width: 14%;}
    .dao li h3{margin-bottom: 15px;}
    .dao li{width: 100%;}
    .lxs{max-width: 100%;}
    .dao li:last-child{text-align: center;margin-top: 15px;}
    .wh{width: 92%;}
    .jian,.shub{display: none;}
    .home-banner .swiper-pagination1{width: 100%;text-align: center;}
    .home-banner .swiper-slide .v_con a{display: none;}
    .psort{padding: 0 30px;}
    .productsCateTop{margin: 20px 0 30px;}
    .productsCateTop .p_item p{font-size: 12px;margin-top: 10px;}
    .productsCate{padding: 0;}
    .pright{margin-top: 20px;}
    .pright h3, .yt2{font-size: 24px;}
    .pright h2{margin: 15px 0;}
    .pmore{margin-top: 20px;}
    .pmore a{min-width: 130px;margin-right: 10px;font-size: 13px;}
    .box2{padding-bottom: 30px;}
    .box3{padding: 40px 0 30px;}
    .yt1{font-size: 15px;}
    .pright h3, .yt2{font-size: 22px;}
    .yt2{margin-top: 10px;}
    .yst2{width: 100%;}
    .yt3{margin: 30px 0 20px;font-size: 16px;}
    .yt3 br{display: none;}
    .ys1{margin: 20px 0;}
    .amore a{font-size: 15px;width: 120px;height: 40px;line-height: 40px;}
    .box4{padding-top: 40px;}
    .yul li{margin-right: 0;width: 100%;margin-bottom: 5px;text-align: center;}
    .xul li,.xul li:nth-child(2), .xul li:nth-child(3){width: 100%;float: none;}
    .xul li:first-child img{height:260px;}
    .xul li{margin-bottom: 20px;}
    .xbj{padding: 0 10px;bottom: 15px;}
    .xul li:first-child .xbj{padding-left: 10px;}
    .xbj p{font-size: 12px;line-height: 20px;margin-bottom: 10px;}
    .xbj h3{font-size: 18px;}
    .xmore{font-size: 13px;width: 120px;height: 34px;line-height: 34px;}
    .box5{padding-top: 10px;}
    .box5 .magnify{margin-top: 20px;}
    .swiper-button-prev3{left: 10px;}
    .swiper-button-next3{right: 10px;}
    .swiper-button-prev3, .swiper-button-next3{width: 40px;line-height: 40px;height: 40px;}
    .ft1{padding: 20px 0;}
    .ft3{font-size: 13px;}
}   


