.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;
    }
}


/*  */
.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1300 {
    width: 67.7083vw;
    margin: 0 auto;
}

.max1600 {
    width: 83.33vw;
    margin: 0 auto;
}

.max1800 {
    width: 93.75vw;
    margin: 0 auto;
}


@media (max-width:1440px) {
    .max1800 {
        width: 98.75vw;
    }
    .max1600 {
         width: 88.33vw;
    }
    .max1300 {
         width: 77.7083vw;
    }
}

@media (max-width:1366px) {
    .max1800 {
        width: 97%;
    }
    .max1600 {
        width: 95%;
    }
    .max1300 {
        width: 95%;
    }
}

@media (max-width:1200px) {
    .max1800 {
        width: 95%;
    }
    .max1600 {
        width: 92%;
    }
}

input{padding:0;margin:0;font-family:'zi';}
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;}

.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.01); -webkit-transform:scale(1.01); -moz-transform:scale(1.01); -o-transform:scale(1.01);-ms-transform:scale(1.01);}

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: 1495px;margin: 0 auto;width: 90%;}

@font-face {
    font-family: 'zi'; 
    src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'zi2'; 
    src: url('../fonts/Poppins-Bold.ttf');
}
.top2{position: fixed;width: 100%;z-index: 99;top:0;}
.top2 .dropdown-toggle::after{display: none;}
.top2 .language-group{padding: 0 1vw;}
.top2 .language-group span{margin-left:5px;}
.x-menu {
    position: relative
}

.x-menu>li {
    text-align: center;
     position: relative;
}
.x-menu > li> a:after{
content: '';
width:0px;
height: 2px;
background-color: #f7ef80;
transition: all ease .3s;
margin:0 auto;
display: block;
bottom: 2px;
position: relative;
}
.x-menu > li:hover> a:after{
width:13px;
}
.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    height: 88px;
    line-height: 88px; 
    position: relative;
    padding: 0 1.5vw;
    text-transform: uppercase;
}

.x-menu>li:hover>a {
    font-weight: bold;color: #fffccb;
}

.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 {
    background-color: #fffccb;
}


.scroll_to_top2{display: none;}

.lastli{position: relative;}
.x-menu li.lastli{padding:0 ;margin-right: 26px;}
.so {
    line-height: 88px;
    cursor: pointer;
}

.so img {
    max-width: 100%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 238px;
    padding: 20px;
    z-index: 999;
    background: #225997;
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    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;
}


/* banner */

.home-banner {
    position: relative;
    height: 100%;
}

.home-banner .swiper-slide {
    position: relative;
}

.home-banner .swiper-slide::before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,.2);
    z-index: 9;
}

@media (max-width:768px){
    .home-banner .swiper-slide::before{
        display: none;
    }
}


.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a img {
    display: block;
    width: 100%;
}

.home-banner .swiper-slide img.hhahgn {
    visibility: hidden;
}

.home-banner .swiper-slide video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-banner .banner-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 3.125vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    z-index: 10;
}

.banner-pagination .swiper-pagination-bullet {
    width: 2.864583vw;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: .4;
    position: relative;
    margin: 0 0.78125vw;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.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;
    font-size: 3rem;
    text-transform: uppercase;
}

.home-banner .swiper-slide-active .v_con .v_tit_bb {
    transition-delay: .5s
}

.home-banner .swiper-slide .v_cover{position:absolute;display:flex;align-items:center;left:0;top:0;width:100%;height:100%;z-index:999}
.home-banner .swiper-slide .v_cover .v_con{margin-left:auto;margin-right:auto;position:relative;z-index:5;TEXT-ALIGN:LEFT}
.v_tit_aa {
    font-size: 3.125vw;
    color: #f8f9f9;
    margin-bottom:1vw;font-family: 'zi2';
    line-height: 1;
    text-align: center;font-weight: bold;
}
.v_tit_bb{font-size:1.25vw;color: #ffffff;line-height: 1.318;letter-spacing: 2px;color: #f8f9f9;opacity: 0.9;line-height: 1.375;width: 56%;margin: 0 auto;text-align: center;}


/* home-number */

.home-number {
    position: relative;
    background: #f9faf9;
    padding: 3.8vw 0 3.5vw;
}

.home-number-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-number-list li {
    position: relative;
    text-align: center;
    width: 25%;
}

.home-number-list li h3 {
    color: #1b1b1b;
    display: inline-block;
}

.home-number-list li h3 i {
    font-style: inherit;
    color: #1b1b1b;
    font-size: 3.33vw;
    font-weight: bold;
    line-height: 1;
    font-family: "zi2";
    transition: all 0.5s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.home-number-list li h3 span {
    font-style: inherit;
    color: #555555;
    font-size:17px;font-family: 'PingFang-SC-Regular';
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    margin-left: 10px;
}

.home-number-list li p {
    font-size: 17px;
    line-height: 1.7;
    color: #555555;
    padding: 0px;font-family: 'PingFang-SC-Regular';
    margin: 0px;
}

.home-number-list li:hover h3 * {
    color: var(--main-theme-color);
    cursor: pointer;
}


/* home-about */

.home-about {
    position: relative;
    padding: 7.7vw 0 8.6vw;
    background: url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/6e107081f311srim.jpg) no-repeat top center;
    background-size: cover;
}

.h-about-left {
    position: relative;
    width: 43%;
    margin-top: 3.5vw;
}

.h-about-left .ab-tt1 {
    font-size: 2.5vw;
    color: #111111;
    line-height: 1;
    cursor: pointer;
    display:block;
    font-family: "zi2";
}
.abt1{color: #666666;font-size: 1.5625vw;}

.h-about-left .ab-tt2 {
    font-size: 16px;
    color: #555555;
    line-height: 1.7;
    margin: 1.2vw 0 4vw;
}

.h-about-left .ab-tt3 {
}

.h-about-left .ab-tt3 a {
    display: inline-block;
    position: relative;
    line-height: 18px;
    color: #5e7360;
    font-size: 16px;
}

.h-about-left .ab-tt3 a::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: var(--main-theme-color);
    content: "";
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}
.h-about-left .ab-tt3 a:hover{
    opacity: 1;
}
.h-about-left .ab-tt3 a:hover::before {
    width: 100%;
}

.h-about-right {
    position: relative;
    overflow: hidden;
    width: 50%;
}

.h-about-right img {
    width: 100%;
}

.mask2 {
    position: absolute;
    left: -100%;
    top: -50%;
    width: 300px;
    height: 200%;
    opacity: .2;
    animation: mask 4s ease-in-out 0s infinite;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
    transform: rotate(-45deg)
}

@keyframes mask {
    0% {
        left: -100%;
    }
    30% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}



/**/
.box1{background: url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/19567a074c8i4bj9.jpg) no-repeat top center;background-size: cover;padding: 9.7% 0 4.2%;}
.bt11{color: #fefefe;opacity: 0.89;font-weight: bold;font-size:3.125vw;font-family: 'zi2';text-transform: uppercase;line-height: 1;}
.bt12{color: #f9faf9;opacity: 0.8;font-size: 1.25vw;}
/*.fa{width: 100%; background: url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/b99ce8f16appvjw1.png) no-repeat top center;height: 577px;padding-top: 62px; overflow: hidden;}*/
.xul li{text-align: center;width: 16%;position: absolute;}
.xul li:nth-child(2){width: 18%;}
.jbj h3{font-weight: normal;color: #f9faf9;;font-size: 3.125vw;font-family: 'zi2';letter-spacing: 6px;line-height: 1;margin: 0;}
.jbj p{letter-spacing: 2px; color: #f9faf9;font-size: 0.83vw;line-height: 1.75;margin-top: 2.2vw;margin-bottom: 0;}
.dian{width: 13px;height: 13px;background: #f9faf9;border-radius: 50%;margin: 15px auto;}
.faz{position: relative;}
.faz img{width: 100%;}
.xul li:first-child{bottom:4%;left: 6%;}
.xul li:nth-child(2){bottom:15%;left: 24%;}
.xul li:nth-child(3){bottom:31%;left: 42%;}
.xul li:nth-child(4){bottom:42%;left: 60%;}
.xul li:nth-child(5){bottom:53%;left: 77%;}
.bt1{position: absolute;left: 0;top:0;width: 100%;}

/* home-product */

.home-product {
    position: relative;
    padding: 6.1% 1%;
}

.tit-product {
    text-align: center;
    margin-bottom: 2.6042vw;
}

.tit-product h3 {
    font-size: 2.5vw;
    color: #1b1b1b;
    font-family: "zi2";
}

.h-product-list {
    position: relative;
    overflow: hidden;
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -10px;*/
}

.h-product-list li {
    position: relative;
   /* width: calc(33.33% - 20px);
    margin: 0 10px 20px 10px;*/
    border: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    padding: 1.8vw 18px 17px 18px;
}

.h-product-list li a {
    position: relative;
    display: block;
}

.h-product-list li .ltop {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    opacity: 0;
}

.h-product-list li .ltop h2 {
    font-size: 12px;
    color: #949494;font-weight: lighter;font-style: italic;
}

.h-product-list li .ltop h3 {
    font-family: "zi2";
    font-size: 1.5625vw;
    color: #225997;
}

.h-product-list li .img{
    position: relative;
    margin: 30px 0 9px;
}
.h-product-list li .img > img {
    width: 100%;
    height: 100%;
    max-height: 15.625vw;
    object-fit: cover;
}
.h-product-list li .cee-img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.h-product-list li .cee-img img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    
}



.h-product-list li .cee-img img,
.n-product-list .cee-img img,
.product-list2 .content2 li .cee-img img{
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.h-product-list li:hover .cee-img img,
.n-product-list li:hover .cee-img img,
.product-list2 .content2 li:hover .cee-img img{
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
}


.h-product-list li .duotu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    opacity: 0;
}

.h-product-list li .duotu img {
    width: 24%;border:2px solid transparent;
}

.h-product-list li:hover {
    border-color: #b2b8bc;
}
.h-product-list li:hover .ltop,
.h-product-list li:hover .duotu {
    opacity: 1;
}
.home-product .swiper-paginationp{text-align: center;line-height: 1;font-size: 0;margin-top: 32px;opacity: 1;}
.home-product .swiper-pagination-bullet{margin: 0 11px!important;opacity: 1; background: url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/bd4ff67741fmcikr.png) no-repeat center;width: 18px;height: 18px;}
.home-product .swiper-pagination-bullet-active{background: url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/e9ebbda0e0rfsnfr.png) no-repeat center;}
.swiper-button-prevp,.swiper-button-nextp{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-prevp{background: #ffffff url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/431ea40843veabmr.png) no-repeat center;left: 15px;}
.swiper-button-nextp{background: #ffffff url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/acff3814dbl6wkzx.png) no-repeat center;right:15px;}




/*æ‰‹æœºé¦–é¡µäº§å“*/
.h-product-list-mob-wap{
    padding: 0 10px;
}

.h-product-list-mob {
    position: relative;
    overflow: hidden;
}

.h-product-list-mob .swiper-slide {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.h-product-list-mob .swiper-slide .alin {
     border: 1px solid #5e7360;
      padding: 20px 20px;
    position: relative;
    display: block;
}

.h-product-list-mob .swiper-slide .ltop {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    opacity: 1;
}

.h-product-list-mob .swiper-slide .ltop h2 {
    font-size: 14px;
    color: #333333;
}

.h-product-list-mob .swiper-slide .ltop h3 {
    font-family: "zi2";
    font-size: 20px;
    color: #5e7360;
}

.h-product-list-mob .swiper-slide .img{
    display: block;
    position: relative;
    margin: 20px 0;
}
.h-product-list-mob .swiper-slide .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.h-product-list-mob .swiper-slide .cee-img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.h-product-list-mob .swiper-slide .cee-img img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    
}

.h-product-list-mob .swiper-slide .cee-img img,
.n-product-list-mob .cee-img img{
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.h-product-list-mob .swiper-slide:hover .cee-img img,
.n-product-list-mob .swiper-slide:hover .cee-img img{
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
}

.h-product-list-mob .swiper-slide .duotu {
    display: flex;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    opacity: 1;
}

.h-product-list-mob .swiper-slide .duotu img {
    width: 24%;
}

.cp-home-mobile-pagination.swiper-pagination{
    position: relative;
    margin-top: 10px;
    bottom: 0px;
}

.cp-home-mobile-pagination.swiper-pagination .swiper-pagination-bullet{
    background: transparent;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    border: 1px solid #5d725f;
    opacity: 1;
}
.cp-home-mobile-pagination.swiper-pagination .swiper-pagination-bullet-active{
    background: #5d725f;
}


.h-product-list-mob-wap .swiper-button-prev,
.h-product-list-mob-wap .swiper-button-next{
    position: relative;
    margin: 0;
    width: 36px;
    height: 36px;
    left: 0px;
    right: 0px;
    margin: 20px 10px 0;
    border-radius: 50%;
    outline: none;
    font-size: 0;
}

.h-product-list-mob-wap .swiper-button-prev{
    border: 1px dashed #333;
    background: url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/d785d78ceemn7ovi.png) no-repeat center center transparent;
}

.h-product-list-mob-wap .swiper-button-next{
    background: url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/47a4608ff1dt37vs.png) no-repeat center center #5d725f;
}

.h-product-list-mob-wap .swiper-button-next:after,.h-product-list-mob-wap .swiper-button-prev:after{display: none;}

    
    



.click-more{
    text-align: center;
    padding-top: 50px;
}
.click-more a{
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    line-height: 18px;
    font-size: 16px;
    color: #5e7360;
    opacity: 1;
}
.click-more a::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: var(--main-theme-color);
    content: "";
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}
.click-more a:hover{
    opacity: 1;
}
.click-more a:hover::before {
    width: 100%;
}

/* home-customization */
.home-customization{
    position: relative;
}
.custom-bg-img img{
    width: 100%;
    height: 100%;
}
.custon-tit{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 19;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.custon-tit h2{
    font-size: 3.75vw;
    color: #f8f9f9;
    font-family: "zi2";
}
.custon-tit p{
    font-size:24px;
    line-height: 1.7;
    font-weight: normal;
    color: #f8f9f9;
    margin-bottom: 0;
    opacity: 0.9;
}
.custon-read-more{
    text-align: center;
    padding-top: 4.166vw;
}
.custon-read-more a{
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
}
.custon-read-more a::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: #fff;
    content: "";
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}
.custon-read-more a:hover{
    color: #fff!important;
}
.custon-read-more a:hover::before {
    width: 100%;
}



.top2{transition:all 0.5s;}
.top2.scroll{background:#225997a2 ; z-index: 9999 !important;}/**/
.box2{padding: 6.2% 1.5% 5.7%;background-color: #f9faf9;overflow: hidden;}
.bt2{text-align: center;}
.ybt1{color: #1b1b1b;font-family: 'zi2';text-align: center; font-size: 2.5vw;font-weight: bold;line-height: 1;}
.ybt2{color: #555555;font-size: 20px;}
.mySwiper{margin-top: 2.3vw;overflow: hidden;}
.mySwiper a{display: block;background-color: #ffffff;border: solid 1px #e4e4e4;transition:all 0.5s;}
.ybj{text-align: center;padding: 2.4vw 10px 2.6vw;}
.ybj h3{color: #5e6b73;font-size: 1.5625vw;font-family: 'zi2';transition:all 0.5s;}
.ybj p{color: #747474;font-size: 18px;line-height:1.888;margin-bottom: 0; }
.mySwiper a:hover .ybj h3{color: #225997;}
.mySwiper a:hover{border-color: #195981;}
.mySwiper a .img{width: 100%;overflow: hidden;}
.mySwiper a .img img{width: 100%;transition:all 0.5s;}
.mySwiper a:hover .img img{transform:scale(1.1);}
.box2 .swiper-pagination1{text-align: center;line-height: 1;font-size: 0;margin-top: 32px;opacity: 1;}
.box2 .swiper-pagination-bullet{margin: 0 11px!important;opacity: 1; background: url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/bd4ff67741fmcikr.png) no-repeat center;width: 18px;height: 18px;}
.box2 .swiper-pagination-bullet-active{background: url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/e9ebbda0e0rfsnfr.png) no-repeat center;}

/**/
.box3{padding: 6.2% 0 4.2%;overflow: hidden;}
.xin1{margin-top: 2.8vw;}
.xin1 li{width: 48.567%;margin-bottom: 2.1vw;overflow: hidden;border-radius: 10px;}
.xin1 li a{background-color: #f6f6f6;}
.xin1 li .img{width: 50%;}
.xin1 li .img img{width: 100%;transition:all 0.5s;}
.det{width: 50%;padding: 0 1vw 0 2.8vw;}
.det .time{color: #aaaaaa;font-size: 24px;line-height: 1;}
.det .time span{font-size: 2.5vw;font-weight: bold;line-height: 1;}
.det .wz{color: #222222;font-size: 20px;margin: 1.4vw 0 3.5vw; line-height: 1.45;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.mo{color: #014484;font-size: 20px;font-weight: lighter;}
.xin1 li:hover a{background: #333333;}
.xin1 li:hover .mo{color: #ffe9a4;text-decoration: underline;}
.xin1 li:hover .det .wz{color: #ffffff;font-weight: bold;}

/**/
.foot{overflow: hidden;}
.foot p{margin: 0;}
.ft1{background: #f6f6f6;padding: 3.1vw 0 4.4vw;}
.ft2{text-align: center;color: #333333;font-size: 16px;line-height: 1.875;border:1px solid #eaeaea;padding: 1.4vw 0;}
.ft2 a{color: #333333;}
.dbt1{color: #333333;font-size: 18px;text-transform: uppercase;}
.dao a{display: block;color: #333333;font-size: 16px;line-height: 3;}
.dao a span{font-weight: bold;padding-right: 3px;}
.lx{color: #333333;font-size: 16px;line-height: 2.25;}
.lx p{padding-left: 27px;}
.lx p:first-child{background: url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/3b5be8fb24nzhd2p.png) no-repeat left center;}
.lx p:nth-child(2){background: url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/c3281ad387zs0mte.png) no-repeat left center;}
.lx p:nth-child(3){background: url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/01673cc1bcalvfvo.png) no-repeat left center;}
.lx p:nth-child(4){background: url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/ddb8fd3a9btrc1zf.png) no-repeat left center;}
.yan{width: 29.1%;border: solid 1px rgba(102,102,102,.16);padding: 1.5vw 1.3vw 2vw;}
.ybt21{color: #333333;font-size: 18px;font-family: 'zi2';}
.yan  li{border-bottom: 1px solid #cfcfcf;position: relative;}
.yan  li input{display: block;outline: none;height: 47px;padding-left:25px;}
.yan  li:before{content: '*';color: #cd0d0d;position: absolute;left: 8px;top:14px;}
.yan  li:first-child:before{display: none;}
.tj input{display: block;width: 160px;height: 40px; background-color: #042a63;line-height: 40px;text-align: center;color: #ffffff;font-size: 16px;margin-top: 25px;}
.yzm1{width: calc(100% - 120px);}



@media(max-width: 1600px){
    .ybj p{font-size: 16px;}
    .det .time{font-size: 20px;}
    .det .wz,.mo,.ybt2{font-size: 18px;}
    .dao a,.lx{font-size: 14px;}
    .custon-tit p{font-size: 20px;}
}

.logo img{width: 183px;}

@media(max-width: 1300px){
    .logo img{width: 183px;filter: brightness(1);}

    .x-menu>li>a{font-size: 16px;}
    .h-about-left .ab-tt2{font-size: 14px;}
    .h-about-left{margin-top: 2vw;}
    .xul li:nth-child(5){bottom: 48%;}
    .tit-product h3{font-size: 36px;}
    .ybt2{font-size: 16px;}
    .ybj h3{font-size: 20px;}
    .det .wz, .mo, .ybt2{font-size: 16px;}
    .det .time{font-size: 18px;}
    .custon-tit p{font-size: 18px;}
    .dao1{display: none;}
    .yan{width: 40%;}
}

@media(max-width: 991px){
    body{padding-bottom: 70px;}
}
@media(max-width: 768px){
    .abt1{font-size: 16px;margin-top: 5px;}
}










@media (max-width:600px){
    .ybt1{font-size: 24px;}
    .det .wz, .mo, .ybt2{font-size: 14px;}
    .ybt2{margin-top: 5px;line-height: 1.3;}
    .home-number{padding: 30px 0 20px;}
    .mySwiper{margin-top: 25px;}
    .bt12{font-size: 14px;margin-top: 8px;line-height: 1.3;}
    .bt11{font-size: 26px;}
    .box2{padding: 30px 15px;}
    .ybj p{font-size: 14px;line-height: 1.4;}
    .ybj {padding: 20px 10px;}
    .box2 .swiper-pagination1{margin-top: 20px;}
    .abt1{text-align: center;}
    .home-number-list li p{font-size: 15px;}
    .home-number-list li h3{margin-bottom: 0;}
    .box2 .swiper-pagination-bullet{margin: 0 6px!important;}
    .xin1{margin-top: 20px;}
    .det .time{font-size: 16px;}
    .custon-tit p{font-size: 16px;}
    .det .time span{font-size: 24px;}
    .xin1 li{width: 100%;margin-bottom: 20px;}
    .h-about-left .ab-tt2{margin: 20px 0 30px;}
    .certification_swiper .swiper-pagination{
        margin-top:20px;
    }
    .faz{padding-top: 90px;}
    .faz img{display: none;}
    .xul li{position: static;width: 100%!important;margin-bottom: 20px;padding: 0 15px;}
    .jbj h3{font-size: 30px;letter-spacing: 3px;}
    .jbj p{font-size: 14px;letter-spacing: 0;}
    
    .netbox .netli span{
        font-size: 12px;
    }
    .netbox .hq{
        top: 35.691751%;
    }
    .active .netbox .nt1{
        left: 18.80819%;
        top: 31.90303%;
    }
    .active .netbox .nt2{
        left: 47.583617%;
        top: 22.878437%;
    }
    .active .netbox .nt3{
        left: 24.692832%;
        top: 73.253256%;
    }
    
    .home-number-list li{
        margin-bottom: 10px;
        width: 50%;
    }
    .h-about-left{
        width: 100%;
        
    }
    .h-about-right{
        width: 100%;
        margin-bottom: 30px;
    }
    
    .home-number-list li h3 i{
        font-size: 24px;
    }
    .home-about,
    .home-product{
        padding: 35px 0;
    }
    .h-about-left .ab-tt1{
        font-size: 24px;
        text-align: center;
    }
    
    .h-about-left .ab-tt3{
        text-align: center;
    }
    
    .netbox .hq span{
        width: 21.239583vw;
        height: 3.4375vw;
        top: 30px;
    }
    
    .tit-product h3{
        font-size: 26px;
    }
    
    .h-product-list{
        margin: 0 0;
        /*padding: 0 15px;*/
    }
    .h-product-list li{
        /* width: 100%; */
       /* width: calc(50% - 10px);
        margin: 0 0px 20px 0px;*/
        padding: 10px;
    }

    .h-product-list li:nth-child(3){
        display: none;
    }
    .h-product-list li .img > img{
        max-height: 100%;
    }
    .h-product-list li .ltop h3{
        font-size: 22px;
    }
    .h-product-list li .duotu img{
        width: 46px;
    }

    .netli img{
        width: 18px;
        height: 20px;
    }

    .custon-tit{
        padding: 0 20px;
        position: relative;
        margin: 30px 0;
    }
    .custon-tit h2{
        font-size: 22px;
        color: #333;
    }

    .custon-tit p{
        color: #333;
        text-align: center;
    }

    .custon-read-more{
        padding-top: 5px;
    }
    
    .mc_bs3_videowrap{
        display: none!important;
    }
    .dao,.yan{width: 100%;}
    .yan{margin-top: 20px;padding: 20px 10px;}
    .lx{font-size: 12px;}
    .ft2{font-size: 14px;line-height: 1.3;padding: 15px 0;}
    .mc_b_s3{
        height: auto;
    }
    
    .mc_bs3_videobox{
        width: 100%;
        height: 100%;
    }
    
    .footimg{
        display: block;
    }
    
    .mc_bs3_title{
        bottom: auto;
        top: 0%;
        transform: none;
        padding: 0 20px;
        position: relative;
        box-sizing: border-box;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .gywm_swiper .swiper-slide .ffcon .ftxt h3{
        font-size: 18px;
    }
    .gywm_swiper .swiper-slide .ffcon .ftxt .asjj{
        font-size: 14px;
        line-height: 1.3;
    }
    .gywm_swiper2 .swiper-slide h3{
        font-size: 18px;
    }
    .gywm_swiper2 .swiper-slide-active h3{
        font-size: 22px;
    }
    
    
    .abouta-two-right .playa{
        width: 66px;
        height: 66px;
        background-size: 66px 66px;
    }
    .gywm_swiper{
        padding-bottom: 30px;
    }
    .abouta-five-tit,
    .certification-tit{
        margin-bottom: 30px;
    }
    
    .sc3 .con .list1 li a .shu-txt span{
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .sc3 .con .list1 li a .shu-txt h3{
        font-size: 13px;
    }
    .sc3 .con .list1 li a .onsho h4{
        font-size: 20px;
    }
    .sc3 .con .list1 li a .onsho .smp{
        font-size: 13px;
        line-height: 18px;
    }
    
    .n-product-list{
        margin: 0 0;
    }
    .n-product-list li{
        width: 100%;
        margin: 0 0px 20px 0px;
        padding: 20px 20px;
        border-color: #5e7360;
    }
    .n-product-list li .duotu img{
        width: 50px;
    }
    .n-product-list li .img > img{
        max-height: 100%;
    }
    
    .n-product-list li .duotu{
        opacity: 1;
    }
    .n-product-list li .ltop{
        opacity: 1;
    }
    
    .product-list2 .content2 li .lis-img .duotu img{
        width: 55px;
        margin-right: 10px;
    }
    .product-list2 .content2 li .lis-img .img > img{
        max-height: 100%;
    }
    .product-list2 .content2 li .lis-img{
        width: 100%;
        margin-bottom: 30px;
    }
    .product-list2 .content2 li .lis-txt{
        width: 100%;
    }
    
    
    .cpdetail-title > p{
        font-size: 12px;
    }
  
    .cpdetail-swiper{
        width: 100%;
    }
    
    
    
    .design-one-right .playa{
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
    }
    
    
    .design-one-left,
    .design-two-left{
        width: 100%;
        font-size: 14px;
        margin-bottom: 30px;
        text-align: justify;
    }
    .design-one-right,
    .design-two-right{
        width: 100%;
       font-size: 14px;
       text-align: justify;
    }
    /*.brands-one-txt .aa-txt1{*/
    /*    font-size: 16px;*/
    /*    margin-bottom: 5px!important;*/
    /*    color: #000;*/
    /*}*/
    /*.brands-one-txt .aa-txt2{*/
    /*    font-size: 12px;*/
    /*    line-height: 18px;*/
    /*     color: #000;*/
    /*}*/
    
    .brands-two-txt{
        padding-top: 30px;
    }
    
    .brands-two-txt1{
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: justify;
    }
    
    .brands-three-txt{
        padding: 15px;
        right: 0;
        padding-left: 15px;
        position: relative;
    }
    .brands-three-txt .txt2{
        font-size: 14px;
        text-align: justify;
        line-height: 18px;
        color: #080404!important;
    }
    
    .brands-four-wenzi .a-wenzi{
        font-size: 14px;
        text-align: justify;
    }
    
    .contacts_one_tit h2,
    .contact-two-left > h2{
        font-size: 26px;
    }
    
    .contacts_one{
        padding-bottom: 0px;
    }
    
    .brands-three-txt .img1{
        margin-bottom: 10px!important;
    }
    .brands-three-txt .txt1{
         font-size: 18px;
         text-align: center;
         width: 100%;
         font-weight: bold;
         margin-bottom: 10px!important;
         color: #080404!important;
    }
    
    .brands-one-txt .aa-img{
        margin-bottom: 10px!important;
    }
    
    
    .brands-four-txt{
        position: relative;
        padding-top: 15px;
    }
    
    .brands-four-txt .img1{
        margin-bottom: 10px!important;
    }
    .brands-four-txt .txt1{
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px!important;
    }
    
    .brands-four-txt .txt2{
        font-size: 14px;
        line-height: 18px;
        text-align: justify;
    }
    
    .brands-two{
        padding: 30px 0 20px;
    }
    .brands-two-txt2{
        padding: 10px;
        font-size: 14px;
        text-align: justify;
    }
  
    .brands-three-swiper .swiper-slide .wenzi{position: absolute;left: 0px;width: 100%;padding: 3.125vw 6%;}
    .brands-three-swiper .swiper-slide .wenzi span{font-size: 14px;color: #1b1b1b;line-height: 1.7;text-align:justify;}
    .brands-three-swiper .swiper-slide:nth-child(odd) .wenzi{top: 0px;bottom:auto;}
    .brands-three-swiper .swiper-slide:nth-child(even) .wenzi{top: 0px;bottom:auto;}
        
    .brands-one .bbimg.hhahgn{visibility:visible}
    
    /*.brands-one{*/
    /*    height: 250px;*/
    /*}    */
    
    /*.brands-one-txt{*/
    /*    top:0;*/
    /*    position:relative;*/
    /*    height: auto;*/
    /*}*/
    
    .home-about > .flex2{
        flex-direction: column-reverse;
    }
    
    
    
    .abouta-two > .flex2{
        flex-direction: column-reverse;
    }
    .abouta-two-left{
        margin-bottom: 0px;
    }
    .abouta-two-right{
        margin-bottom: 20px;
    }
    
    .abouta-one-right,
    .abouta-two-left{
        text-align: justify;
        font-size: 14px;
    }
    
    
    .gywm_swiper .swiper-slide .ffcon .jsss{
        padding: 16px;
    }
    
    .gywm_swiper .swiper-slide .ffcon .fimg{
        width: 158px;
    }
    
    
    .abouta-five-con{
        padding: 10px;
    }
    .sc3 .con .list1{
        flex-wrap: wrap;
    }
    .sc3 .con .list1 li{
        width: 100%!important;
    }
    
   .sc3 .con .list1 li a .img img{
       width: 100%;
   }
    
    .custon-read-more{
        margin-bottom: 30px;
    }
    .custon-read-more a{
        color: #333;
    }
    .custon-read-more a:hover{
        color: #333!important;
    }
    
        
   .click-more a::before{
       width: 100%;
   }
    .h-about-left .ab-tt3 a::before {
        width: 100%;
    }
    
    .custon-read-more a::before{
         width: 100%;
        background: #333;
    }
    .he_pult3 a::before{
         width: 100%;
    }
    
    
    .fta_first{
        width: 49%;
    }
    .fta_second{
        width: 49%;
    }
    
    
    .abouta-three{
        padding-bottom: 20px;
    }
    .abouta-three::before{
        bottom: 102px;
    }
    
    
    .pro-itemm .itee .itee-txt .iqmore a::before{
        width: 100%;
    }
    
    .showroom-swiper2{
        margin-bottom: 25px;
    }
    
    .showroom-one-top .shw-tit h3{
        font-size: 22px;
    }
    
    .showroom-two{
        padding-bottom: 30px;
    }
    
    .lis-duo a::before,
    .p-product-left .ab-tt3 a::before{
         width: 100%;
    }
    
    .certification_swiper .swiper-pagination .swiper-pagination-bullet{
        margin: 0 4px;
    }
    
    .dropdown-button__arrow{
        margin-right: 20px;
    }
    
    .showroom-swiper{
        margin-bottom: 5px;
    }
    .showroom-swiper2{
        margin-bottom: 0px;
    }
    .showroom-one-top{
        margin-bottom: 20px;
    }
    
    .showroom-one-top .shw-tit p{
        font-size: 14px;
        line-height: 18px;
    }
    
    .shw-qie .swiper-button-prev,
    .shw-qie .swiper-button-next{
        width: 36px;
        height: 36px;
    }
    
    .material-content .alink a{
        color: var(--main-theme-color);
    }
    
    .material-content .alink a::before{
        width: 100%;
    }
    
    .mob-flex-coll{
        flex-direction: column-reverse;
    } 
    
    
    .material-content .alink{
        justify-content: center;
        margin-top: 25px;
    }
    
    .mob-tt-h2 h2{
        text-align: center;
    }
    
    .material-content .infoo{
        text-align: justify;
    }
    
    .brands-three-swiper .swiper-slide .wenzi{
        position: relative;
    }
    
    .material-img{
        margin-top: 10px;
    }
    
    
    .product-list2 .content2 li .lis-img .duotu{
        opacity: 1;
        justify-content: center;
    }
    
    .product-list2 .content2 li .lis-txt .lis-title{
        text-align: center;
    }
    .product-list2 .content2 li .lis-txt .lis-desc{
        text-align: justify;
    }
    
    .product-list2 .content2 li .lis-small-img{
        justify-content: center;
    }
    
    .product-list2 .content2 li .lis-small-img .im{
        min-width: 60px;
    }
    
    .lis-duo{
        text-align: center;
    }
    
    .pcnew-main-content .content_news_{
        text-align: justify;
    }
    
    
    .detail-info-a-desc1,
    .que-tit .lumm,
    .p-product-left .ab-tt2{
        text-align: justify;
    }
    
}



.wmy-left{width: 265px;}
.wmy-right{width: calc(100% - 341px);}
.she{margin-top: 30px;}
.she li{margin-right: 10px;background-color: #ffffff;border-radius: 50%; box-shadow: 0px 1px 2px 0px  rgba(0, 0, 0, 0.16);}
.nlist1 li{margin-bottom: 2.1vw;background-color: #ffffff; border: solid 1px #e8e8e8;}
.nlist1 li .img{width: 31.1%;}
.nei{width:68.9%;padding: 0 2vw 0 2.3vw;}
.nbt1{color: #111111;font-size: 1.25vw;line-height: 1.2;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.ntime{color: #777777;margin: 0.9vw 0; transition:all 0.5s;font-size: 16px;padding-left: 32px;background: url(//wm.cdn.cn86.cn/gdtongzheng/2026/06/fda440513dwk3arj.png) no-repeat left center;}
.xwnr{color: #555555;font-size: 16px;line-height: 1.5;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.nmore{width: 150px;height: 42px;margin-top: 1.3vw;transition:all 0.5s; border-radius: 21px;border: solid 1px #195981;line-height: 40px;text-align: center;color: #195981;font-size: 16px;}
.nlist1 li:hover .nbt1{color: #195981;}
.nlist1 li:hover  .nmore{background-color: #195981;color: #fff;}



.product-list2 li{border: solid 1px #f0f0f0;margin-bottom: 2.3vw;transition:all 0.5s;}
.pbox{width: 47.3%;}
.pright{width: 50%;}
.pbox .duotu {margin-top: 8px;}
.pbox .duotu img{width: 24%;}
.pbox .img img{width: 100%;}
.yd span{display: block;color: #666666;padding: 0 11px;line-height: 30px; font-size: 0.83vw;font-weight: lighter;margin-right: 8px;border-radius: 15px;border: solid 1px rgba(102,102,102,.2);margin-bottom: 5px;}
.yd {margin: 1.6vw 0 8px;}
.product-title2 a{display: block;font-size: 1.6vw;color: #111111;font-family: 'zi2';line-height: 1.3;padding-bottom: 8px;border-bottom: 1px solid #e5e5e5;}
.product-title2 {margin-bottom: 15px;}
.pright p{color: #555555;font-size: 0.83vw;line-height: 1.875;margin-bottom: 2.4vw;padding-right: 3vw;}
.pmore a{display: inline-block;padding: 0.8vw 1.7vw;
    background-image: linear-gradient(183deg, 
        rgba(153, 121, 251, 0.31) 0%, 
        rgba(86, 105, 239, 0.31) 100%), 
    linear-gradient(
        #222222, 
        #222222);
    background-blend-mode: luminosity, 
        normal;
    border-radius: 30px;color: #ffffff;font-size: 0.93vw;text-align: center;}
.pp23{border:2px solid transparent;padding: 21px 18px 17px 18px;transition:all 0.5s;}
.product-list2 li:hover{border-color:#225997;}
.product-list2 li:hover .pp23{border-color:#225997;}
.product-list2 li:hover .pmore a{
    background-image: linear-gradient(183deg, 
        rgba(153, 121, 251, 0.31) 0%, 
        rgba(86, 105, 239, 0.31) 100%), 
    linear-gradient(
        #225997, 
        #225997);
    background-blend-mode: luminosity, 
        normal;
}
.product-list2 li:hover .product-title2 a{color: #225997;}







@media(max-width: 1430px){
    .xwnr{font-size: 14px;}
    #anchor{font-size: 16px;}
}
@media(max-width: 1330px){
    .nbt1{font-size: 18px;}
    .wmy-right{width: calc(100% - 301px)}
    .pright p,.yd span{font-size: 14px;}
    .pmore a{font-size: 16px;padding: 10px 20px;}
}

@media(max-width: 1130px){
.nbt1{font-size: 16px;}
.xwnr{-webkit-line-clamp: 2;}
.nmore{width: 140px;height: 36px;line-height: 34px;font-size: 14px;}
.pbox,.pright{width: 100%;}
.product-title2 a{font-size: 28px;}
}

@media(max-width: 991px){
    .wmy-right{width: 100%;}
    .product-title2 a{font-size: 24px;}
}

@media(max-width: 640px){
    #anchor{font-size: 14px;}
    .nlist1 li .img{width: 100%;}
    .nei{width: 100%;padding: 15px;}
    .nlist1 li {margin-bottom: 20px;}
    .ntime{margin: 10px 0;font-size: 14px;}
    .nmore{margin-top: 10px;}
    .product-title2 a{font-size: 22px;}
    .pp23{padding: 15px;}
    .product-list2 li{margin-bottom: 20px;}
    #anchor{padding: 5px 0;}
    .home-banner .swiper-slide-active .v_con .v_tit_aa{font-size: 16px;margin-bottom: 15px;}
    .v_tit_bb{font-size: 12px;width: 100%;}
}

.news-detail .content div,.news-detail .content p,.news-detail .content span{font-size: 1rem; line-height: 1.75;}
.news-detail .content div,.news-detail .content p{margin-bottom:8px !important; display: block !important;}
.news-detail .content h2,.news-detail .content h3,.news-detail .content h1{font-weight: bold !important;}
.news-detail .content img{width:640px; max-width: 100%;}
