.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 .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;}

.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.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

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: 1420px;margin: 0 auto;width: 92%;}


.top1{border-bottom: 1px solid #e6e6e6;}
.top1 .wh{height: 39px;}
.wel{color: #666666;font-size: 14px;}
.yx{padding-left: 30px;color: #15488d;font-weight: bold;font-size: 17px;background: url(//wm.cdn.cn86.cn/szhengmao/2025/06/2c6658eca4zntoy2.png) no-repeat left center;}
.dh{padding-left: 28px;color: #15488d;font-weight: bold;font-size: 17px;background: url(//wm.cdn.cn86.cn/szhengmao/2025/06/3a68c5106fodobce.png) no-repeat left center;margin-left: 19px;}

.x-menu {
    position: relative;margin-left: 2.3vw;
}

.x-menu>li {
    text-align: center;
    padding: 0 1.9vw;
     position: relative;
}

.x-menu>li>a {
    display: block;
    letter-spacing: 1px;
    color: #333333;
    font-size: 17px;
    height: 60px;
    line-height: 60px; 
    position: relative;
}

.x-menu>li:hover>a {
    color: #008080;
}

.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)
}






/**/
/* 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: 100vw;
    max-width: 100vw;
    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{width: 100%;position: absolute;bottom: 29px;line-height: 1;font-size: 0; z-index: 99;text-align: center;}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
   width: 15px;
    height: 15px;
    background-color: #ffffff;
    opacity: 0.6;
    margin: 0 12px!important;
    transition: width .3s ease;
    border-radius: 50%;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
   opacity: 1;background: #008080;
}

.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;font-weight: bold;line-height: 1.318;max-width: 70%;margin: 0 auto}
.ban .wh{position: relative;}
.v_cover a{display: block;width: 200px;height: 52px;background-color: #d60018;border-radius: 26px;line-height: 52px;margin: 0 auto;color: #ffffff;font-size: 18px;text-align: center;margin-top: 2.8vw;}
.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-height: 45px;}
.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;}

.lastli{cursor: pointer;margin-right: 5px;position: relative;}
.topr .language-group .btn{color: #666666;font-size: 17px;}
.topr .dropdown-toggle::after{color: #008080;}
.so {
    line-height: 60px;
    cursor: pointer;
    color: #666666;font-size: 17px;
}

.so img {
    max-width: 100%;
    margin-right: 5px;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    width: 248px;
    padding: 15px;
    z-index: 999;
    background: #008080;
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 30%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 70%;
    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;
}

/**/
.box1{padding: 53px 0 66px;overflow: hidden;}
.pbt{justify-content: flex-start;}
.pbt h3{font-weight: bold;margin-bottom: 0;color: #222222;font-size: 32px;font-family: 'Arial';}
.psort li{margin-left: 1.7vw;}
.psort li a{display: block;width: 199px;height: 43px;background-color: #eeeeef;border-radius: 22px;line-height: 43px;text-align: center;color: #333333;font-size: 15px;transition:all 0.5s;}
.psort li a:hover{background-color: #008080;color: #fff;}
.pul{margin: 0 -0.5%;margin-top: 2.6vw;justify-content:flex-start;}
.pul li{width:19%;margin: 0 0.5%;background-color: #ffffff;border-radius: 12px;box-shadow: 0 0 2px 2px rgba(0,0,0,.06);margin-bottom: 18px;overflow: hidden;}
.pul li a{display: block;}
.pbj h3{font-size: 17px;line-height: 1.647;height: 56px;transition:all 0.5s; font-weight: bold;color: #333333;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.pul li .img{overflow: hidden;}
.pul li .img img{display: block;width: 100%;transition:all 0.5s;}
.pul li:hover .img img{transform:scale(1.1);}
.pbj{padding: 11px 19px 19px;}
.pmore1{height: 43px;margin-top: 2.1vw;transition:all 0.5s;background-color: #4ed164;border-radius: 22px;color: #ffffff;font-size: 16px;text-align: center;width: 100%;line-height: 43px;}
.pul li:hover h3{color: #008080;}
.pul li:hover .pmore1{background-color: #008080;transform:translateY(-15px);}



/**/
.ht1{background-color: #d9eafb;margin: 6.2vw 0 4.2vw;padding: 58px 0 40px;}
.ht1 .wh{position: relative;}
.himg{position: absolute;left:30%;bottom: -6.4vw;z-index: 9;width: 37.7%;}
.himg img{max-width: 100%;}
.hpt{color: #304484;font-size: 34px;}
.hleft a{display: block;width: 234px;height: 43px;background-color: #304484;border-radius: 8px;line-height: 43px;text-align: center;color: #ffffff;font-size: 16px;margin-top: 28px;}
.hwz{color: #333333;font-size: 18px; }
.hwz p{margin-bottom: 10px;}



/**/
.box2{margin-top: 26px;overflow: hidden;}

/**/
.box3{padding-top: 4%;}
.bt1{text-align: center;}
.bt1 h3{color: #222222;font-size: 32px;margin-bottom: 0}
.bwz{color: #666666;font-size: 18px;line-height: 2;max-width: 1006px;margin: 0 auto;margin-top: 20px;text-align: center;}
.xul{margin: 3.1vw 3.7vw 0;}
.xul li{background-color: #ffffff;padding: 28px 18px;transition:all 0.5s;cursor: pointer; border-radius: 15px;overflow: hidden;width: 31.5%;box-shadow:0 0 2px 2px rgba(0,0,0,0.07);}
.ybj h3{margin: 32px 0 18px;color: #222222;font-size: 24px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ybj p{color: #666666;line-height: 28px;font-size: 16px;}
.xul li img{width: 48px;}
.xul li:hover{box-shadow: 0 0 2px 2px rgba(0,128,128,.07);transform:translateY(-13px);}


/**/
.box4{padding: 5.2% 0 9.3%;overflow: hidden;}
.box4 .bt1 h3{text-align: left;}
.box4 .flex2{align-items:flex-end;}
.flex_a{    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}
.xw_ll{width:47.8%;}
.xw_ll li{padding: 25px 0;border-bottom: 1px solid rgba(153,153,153,.4);}
.xw_ll li .clamp1{ 
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;font-weight: normal;
    color: #333333;margin-bottom: 0px;}

.xw_ll li .clamp2{ 
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0px;
    color: #111111;margin-bottom: 0px;}


.xw_ll li .clamp3 h4{   
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0px;    color: #666666;margin-top: 20px;margin-bottom: 0px;}

.xw_ll li .clamp3 h5{  
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    color: #111111;margin-top: 1.5vw;}

.nr11{width: calc(100% - 35px);}
.nleft{width: 48.74%;}
.nleft .bwz{text-align: left;}
.nimg{margin-top: 23px;border-radius: 5px;overflow: hidden;}

.dj {
    color: #999999;font-size: 32px;
    cursor: pointer;line-height: 1;
    transition: transform .3s;
    width: 35px;
}
.dj.open {
   color: #008080;
}
.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;
}

/* 展开时背景黄色 */
.xw_ll li.active {
    transition: background .3s;
}

.xw_ll li.active .clamp3 h5{color: #008080;}
.xw_ll li.active .clamp1 {color: #008080;line-height: 1;}
.xw_ll li.active .clamp2 {color: #008080;}


@media(max-width: 1440px) {

.xw_tt h3{font-size: 20px;}
.xw_tt h4{font-size: 40px;line-height: 45px;}

    .xw_ll li .clamp1{font-size: 18px;}
.xw_ll li .clamp3 h4{   font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: 0px;    color: #111111;margin-top: 12px;margin-bottom: 0px;height:75px;overflow: hidden;}

.xw_ll li .clamp2{font-size: 16px;}
.xw_ll li .clamp3 h5{font-size: 16px;margin-top: 1vw;}
}



@media(max-width: 1280px) {

.xw_tt h3{font-size: 18px;}
.xw_tt h4{font-size: 30px;line-height: 35px;}



}






@media(max-width: 991px){
    .logo img{max-height: none;}
}




/**/
.foot{background-color: #014a4a;border-top:16px solid #008080;overflow: hidden;}
.ft3{font-size: 16px;color: rgba(255,255,255,.3);letter-spacing: 1px;line-height: 24px;padding: 17px 0;border-top:1px solid rgba(255,255,255,.4);}
.ft3 a{color: rgba(255,255,255,.3);}
.ft2 a{letter-spacing: 1px;font-size: 16px;color: rgba(255,255,255,.6);}
.ft2{margin-bottom: 4px;}
.ft2 .social-share .social-share-icon{width: 32px;color: #fff;border:none;margin-right: 8px; height: 31px;background-color: rgba(255,255,255,.1);border-radius: 2px;}
.ft2 .social-share .social-share-icon:last-child{margin-right: 0;}
.ft1{padding: 41px 0 7.5vw;}
.acon1{letter-spacing: 1px;color: #ffffff;font-size: 16px;line-height: 2.125;margin-top: 30px;}
.tleft{max-width: 231px;}
.tlogo img{max-width: 100%;}
.dbt1{letter-spacing: 1px;color: #ffffff;font-size: 24px;margin: 19px 0 2vw;}
.dao li a,.lx{display: block;letter-spacing: 1px;color: rgba(255,255,255,.5);font-size: 16px;line-height: 2.125;}
.lxwm{max-width: 387px;}
.dao{width: 78%;}
.foot a{transition:all 0.5s;}
.foot a:hover{color: #fff;}




/*内页*/
.product-desc{background-color: #f6f6f6;border-radius: 3px;color: #666666;font-size: 16px;line-height: 28px;padding: 1.3vw 5px 1.4vw 12px;}
.cpbj{margin-top: 4vw;}
.wmy-left {
    background: #fff;
    padding: 20px 20px;

    margin-bottom: 30px;
}
.wmy-left .left-title{color: #222222;font-size: 24px;padding: 10px 0 27px;}
.plist2{font-size: 0;margin: 0 -0.7%;line-height: 1;}
.product-list .content.plist2 li{display: inline-block;width: 23.6%;margin: 0 0.7% 2% 0.7%;background-color: #ffffff; border-radius: 12px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, .06);overflow: hidden;}
.product-list .content .list .img{overflow: hidden;display: block;}
.plist2 li .img img{display: block;width: 100%;transition:all 0.5s;}
.plist2 li:hover .img img{transform:scale(1.1);}
.plist2 li:hover h3{color: #008080;}
.plist2 li:hover .pmore1{background-color: #008080;transform:translateY(-15px);}



@media (min-width:990px) {
    .wmy-left {
        float: left;
        width: 26.4%;
        margin-right: 29px;
        padding: 0;
    }
}
.pple{
    background-color: #f6f6f6;
    border-radius: 8px;
    padding: 20px 10px;
    margin-bottom: 30px;
}

.wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.product-cate.cate-list .list-title{border:none;padding-left: 1.4vw;border-radius: 3px; 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/wmy87/2025/12/7e1c3939354r51dz.png) center no-repeat;}
.product-cate.cate-list .active {
  background: #008080;color: #fff;
}
.product-cate.cate-list .category:hover .list-title {
  background: #008080;color: #fff;
}
.pple .cate-list{margin-bottom: 0;}





/* 联系我们 */
.xbox2{overflow: hidden;padding: 7% 0 5.4%;}
.ybt11{color: #222222;font-size: 32px;font-weight: bold;margin-bottom: 2vw;}
.yan11{width: 55.7%;}
.lxwm1{width: 38%;}
.yan11 .form-control{border-color: #dddddd;border-radius: 5px;color: #666666;}
.tj22 button{width: 234px;height: 43px;background-color: #008080;border-radius: 8px;color: #ffffff;font-size: 16px;text-align: center;margin-top: 1.5vw;transition: all 0.5s;}
.tj22 button:hover{background: #053c3c;}
.xcon{color: #333333;font-size: 16px;line-height: 1.875;margin-top: 4.8vw;}
.xbj{width: calc(100% - 33px);}
.xbj h2{color: #333333;font-size: 18px;margin-bottom: 0;}
.xbj p{color: #555555;font-size: 16px;line-height: 1.875;}
.lxul{margin-top: 3.1vw;}
.lxul li{margin-bottom: 1.2vw;}










@media(max-width: 1400px){
    .home-banner .swiper-pagination1{bottom: 20px;}
    .home-banner .swiper-pagination1 .swiper-pagination-bullet{width: 12px;height: 12px;margin: 0 8px!important;}
    .pbj h3{font-size: 15px;height: 49px;}
    .pmore1{height: 38px;line-height: 38px;font-size: 14px;}
    .hwz{font-size: 16px;}
    .hpt{font-size: 30px;}
    .bt1 h3{font-size: 28px;}
    .dbt1{font-size: 20px;}
    .ybj h3{font-size: 20px;margin: 26px 0 15px;}
    .dao li a, .lx,.ft3{font-size: 14px;}
    .acon1{font-size: 14px;margin-top: 20px;}
    .ybt11{font-size: 28px;}

}

@media(max-width: 1200px){
    .psort li a{width: 160px;}
    .box1{padding-bottom: 20px;}
    .hwz{font-size: 14px;}
    .hpt{font-size: 28px;}
    .hleft a{width: 200px;}
    .bwz{font-size: 16px;}
    .bt1 h3{font-size: 24px;}
    .lxwm{max-width: 300px;}
    .dao{width: calc(100% - 231px);}
    .ybt11{font-size: 24px;}
}

@media(max-width: 1025px){
    .xul li{padding: 20px 18px;}
    .ybj h3{margin-top: 20px;}
    .ybj p{font-size: 14px;line-height: 26px;}
    .xw_ll li{padding: 20px 0;}
    .dao li{display: none;}
    .dao li.lxwm{display: block;}
    .dao{width: auto;}
    .ft1{padding: 30px 0;}
}

@media(max-width: 991px){
    .yan11 .col-md-6{max-width: 100%;}
}

@media(max-width: 768px){
    .xw_ll{width: 100%;margin-top: 25px;}
    .pul li{width: 24%;}
    .ht1{margin-top: 20px;}
    .himg{position:static;}
    .hwz,.hleft{width: 100%;}
    .nleft{width: 100%;}
    .bt1 h3{font-size: 20px;}
    .bwz{font-size: 14px;margin-top: 15px;}
    .xul li{width: 100%;margin-bottom: 20px;}
    body{padding-bottom: 70px;}
    .pul{margin: 0 -2%;margin-top: 20px;}
    .pul li,.product-list .content.plist2 li{width: 46%;margin: 0 2% 4% 2%;}
    .wmy-left{padding: 0;}
    .yan11,.lxwm1{width: 100%;}
    .lxwm1{margin-top: 30px;}

    
}

@media(max-width: 640px){
    .psort li{width: 48%;margin: 0 1% 2% 1%;}
    .psort li a{font-size: 14px;width: 100%}
    .pbt h3{font-size: 30px;}
    .box1{padding: 30px 0;}
    .pbt h3{font-size: 24px;}
    .psort {margin: 15px 0 0 0;width: 100%;}
    
    .pbj h3{font-size: 13px;line-height: 1.5;height: 39px;}
    .pbj{padding: 10px;}
     .pmore1{height: 32px;line-height: 32px;margin-top: 25px;}
    .pul li:hover .pmore1{transform:translateY(-10px);}
    .ht1{margin-top: 0;padding: 30px 0;}
    .hpt{font-size: 22px;}
    .himg{margin: 20px 0;text-align: center;width: 60%;}
    .box3{padding-top: 20px;}
    .bwz{line-height: 1.8;}
    .xul{margin-top: 20px;}
    .bt1 h3{font-size: 18px;}
    .xw_ll li .clamp1{font-size: 16px;}
    .xw_ll li{padding: 15px 0;}
    .xw_ll li .clamp3 h4{font-size: 14px;}
    .tleft,.dao{width: 100%;}
    .tleft{max-width: 100%;}
    .tlogo img{max-width: 50%;}
    .ft1{padding: 20px 0;}
    .foot{border-top:10px solid #008080;}
    .home-banner .swiper-pagination1{bottom: 15px;}
    .home-banner .swiper-pagination1 .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 4px!important;}
    .product-list{margin-top: 20px;}
    .product-list .content .list .cont .product-title{font-size: 13px;height: 39px;line-height: 1.5;}
    .lxul li{margin-bottom: 20px;}
    .lxul{margin-top: 20px;}
}