.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;
    }
}
.nry{overflow: hidden;}
.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;}

.shouye h1,.shouye h2{font-size:12px;font-weight:bold;}
.shouye  hr {border: 0;border-top:1px solid #ccc;height:0;}
.shouye  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.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{padding: 0 4.3vw;}


.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
}

.x-menu>li {
    text-align: center;
     position: relative;
}
.x-menu > li> a:after{
content: '';
width:0px;
height: 3px;
background-color: #5c78a8;
transition: all ease .3s;
margin:0 auto;
display: block;
bottom: 52px;
position: relative;
}
.x-menu > li:hover> a:after{
width:100%;
}
.x-menu>li>a {
    display: block;
    font-size: 20px;
    color: #080916;font-weight: bold;
    height: 145px;
    line-height: 145px; 
    padding: 0 28px;
    position: relative;
}

.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)
}






/**/
/* banner */
.bandd{position: relative;}
.home-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ban{position: absolute;width: 100%;z-index: 99999;bottom: 7.5%;}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
}



.home-banner .swiper-pagination1{position: absolute;width: 100%;bottom:6%;z-index: 999;text-align: center;}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
   width: 1.77vw;
    height: 1.77vw;
    background: url(//wm.cdn.cn86.cn/wojiguojimy/2026/07/e50bd02d746xrflk.png) no-repeat center;
    background-size: cover;
    opacity: 1;
    margin: 0 9px!important;
    transition: all 0.5s;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
   background: url(//wm.cdn.cn86.cn/wojiguojimy/2026/07/c4421a4200whaqx7.png) no-repeat center;background-size: cover;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;justify-content: center;flex-direction: column;
}

.home-banner .swiper-slide .v_cover .v_con {
    max-width: 50%;
    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: 5.72916vw;
    color: #192b3e;
    font-weight: bold;
    line-height: 1;
}
.v_tit_bb{font-size:1.5625vw;color: #080916;font-weight: bold;line-height: 1.318;margin: 1vw 0 10px;}
.v_tit_cc{color: #080916;font-size:1.1458vw;line-height:1.6363; }



.ban .wh{position: relative;}
.bmore{margin-top: 3.1vw;}
.v_cover a{
    margin-right: 1.4vw;
    color: #234465;font-size: 0.9375vw;font-weight: bold;border-radius: 5px;border: solid 2px rgba(39,70,99,.5);padding: 0.7vw 1.4vw;min-width: 9.6875vw;text-align: center;
}
.v_cover a:last-child{margin-right: 0;}
.v_cover a:hover{background-color: #274663;color: #fff;}



.logo img{max-width: 240px;}


.scroll_to_top2{display: none;}




/**/
.box1{padding: 5.5% 0 8.3%;overflow: hidden;}
.aleft{width: 36%;}
.aimg{width: 60.36%;overflow: hidden;border-radius: 10px;}
.aimg img{width: 100%;}
.abt{color: #030207;font-size: 1.8725vw;font-weight: bold;line-height: 1;}
.line1{width: 36px;height: 3px;background-color: #364757;margin-top: 8px;}
.abt1{color: #43464d;font-size: 1.041vw;line-height: 1.8;font-weight: bold;margin: 2vw 0 5px;}
.acon{color: #43464d;font-size: 1.041vw;line-height: 1.5;margin-bottom: 1.4vw;}
.amore a{display: inline-block;color: #43464d;font-size: 1.041vw;font-weight: bold;line-height: 1;padding: 1vw 2.1vw;border-radius: 5px;border: solid 2px #8aabcc;}
.amore a:hover{background-color: #274663;color: #fff;}


/**/
.box2{overflow: hidden;}
.bt1{text-align: center;}
.bt1 .line1{margin: 8px auto 0;}
.yul{margin-top: 21px;}
.yul li{width: 23.91%;border-radius: 10px;border: solid 1px #e5e5e5;padding: 2.2vw 5px 2vw 1.5vw;}
.yul li .img{width: 29%;}
.jbj{width: 70%;}
.jbj h3{color: #030207;font-size: 0.9375vw;font-weight: bold;line-height: 1.66;margin: 7px 0 10px;}
.jbj p{color: #666666;font-size: 0.9375vw;line-height: 1.333;font-weight: bold;}



/**/
.box3{padding: 7.5% 0 5.7%;}
.mySwiper{overflow: hidden;margin-top: 30px;}
.mySwiper .pp:first-child{width: 50.58%;margin-left: 0;}
.mySwiper .pp{width: 23.34%;margin-left: 1.37%;position: relative;border-radius: 10px;overflow: hidden;}
.pbj{position: absolute;top:1.3vw;padding-left: 1.3vw;width: 100%;z-index: 999;}
.mySwiper .pp:nth-child(2),.mySwiper .pp:nth-child(3){margin-bottom: 1.33%;}
.pbj h3{color: #000000;font-size: 18px;font-weight: bold;}
.mao{color: #000000;font-size: 18px;line-height: 2;font-weight: bold;}
.pmore{display: none; margin-top: 1.5vw; background-color: #244566;border-radius: 5px;border: solid 4px #ffffff;transition:all 0.5s;color: #ffffff;font-size: 18px;font-weight: bold;line-height: 1;padding: 0.9vw 1vw;}
.mySwiper .pp:first-child .pbj{width: 50%;padding-left: 2vw;top:6vw;}
.mySwiper .pp:first-child .pbj h3{font-size: 2.0833vw;font-weight: bold;line-height: 1;margin-bottom: 1vw;}
.mySwiper .pp:first-child .pmore{display: inline-block;}
.mySwiper .img{overflow: hidden;}
.mySwiper .img img{width: 100%;transition:all 0.5s;}
.mySwiper .pp:hover .img img{transform:scale(1.1);}
.swiper-pagination2{text-align: center;line-height: 1;font-size: 0;margin-top: 41px;}
.swiper-pagination2 .swiper-pagination-bullet{transition:all 0.5s; width: 16px;height: 16px;border: solid 2px #244566;opacity: 1;background: none;margin: 0 8px!important;}
.swiper-pagination2 .swiper-pagination-bullet-active{background-color: #364757;}
.mySwiper .pp .pbj * { color: #fff; }



/**/
.box4{overflow: hidden;padding-bottom: 10%;}
.ful{margin-top: 46px;}
.line2{width: 39px;height: 4px;background-color: #364757;margin: 0 auto;}
.ful li{width: 15.5%;border-radius: 10px;border: solid 3px #efefef;text-align: center;cursor: pointer;padding: 25px 0 31px;}
.ful li h3{font-weight: bold;color: #030207;font-size: 18px;line-height: 1.6666;margin-bottom: 22px;}
.ful li .img{height: 115px;line-height: 115px;margin-bottom: 4px;}
.ful li .img img{max-height: 115px;transition:all 0.5s;}
.ful li:hover .img img{transform:scaleX(-1);}


/**/
.foot{overflow: hidden;background-color: #f9f9fb;}
.ft3{padding: 13px 0;background-color: #364757;color: #c4c4c4;font-size: 1.041vw;}
.ft3 a{color: #c4c4c4;}
.ft1{padding: 34px 0;border-bottom: 1px solid #ececec;}
.tleft{width: 28.5%;}
.line11{width: 50px; height: 3px;background-color: #5c78a8;margin-top: 7px;}
.xbt1{font-size: 1.25vw;color: #000000;font-weight: bold;margin: 2vw 0 1vw;}
.lx{color: #000000;font-size: 1.041vw;line-height: 1.5;}
.lx a{color: #000;}
.lx p{padding: 4px 0;padding-left: 42px;}
.lx p:first-child{background: url(//wm.cdn.cn86.cn/wojiguojimy/2026/07/0225d18e02egvvb5.jpg) no-repeat left 4px;}
.lx p:nth-child(2){background: url(//wm.cdn.cn86.cn/wojiguojimy/2026/07/fd05a8a18di3safq.jpg) no-repeat left 4px;}
.lx p:nth-child(3){background: url(//wm.cdn.cn86.cn/wojiguojimy/2026/07/c99c315ebffgevwf.jpg) no-repeat left 8px;}
.lx p:nth-child(4){background: url(//wm.cdn.cn86.cn/wojiguojimy/2026/07/4b7735696b30upuz.jpg) no-repeat left 6px;}
.map1{width: 34.7%;}
.map1 img{width: 100%;}
.yan{width: 35.5%;}
.yan li{width: 43.9%;margin-bottom: 1vw;}
.yan li input{display: block;outline: none;height: 3.125vw;width: 100%; font-size: 1.041vw;background-color: #fefefe;border-radius: 5px;border: solid 1px #ededed;padding-left: 17px;color: #999999;}
.yan li:nth-child(2n){width: 53.6%;}
.yan li.ny{width: 100%;}
.yan li textarea{
    height: 6.927vw;
    background-color: #fefefe;
    border-radius: 5px;
    border: solid 1px #ededed;display: block;outline: none;width: 100%;padding: 17px;font-size: 1.041vw;    color: #999999;
}
.yan ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999999;
}
.yan :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999999;
}
.yan ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999999;
}
.yan :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999999;
}
.tj button{display: block;width: 285px;margin-top: 1vw;
    height: 61px;
    background-color: #364757;
    border-radius: 5px;
    border: solid 3px #ffffff;outline: none;color: #ffffff;font-size: 1.041vw; }
.tj button span{padding-left: 1.5vw;}
.yzm1{display: block;outline: none;height: 36px;width: calc(100% - 120px); font-size: 1.041vw;background-color: #fefefe;border-radius: 5px;border: solid 1px #ededed;padding-left: 17px;color: #999999;}

.tlogo img{max-width: 210px;}
.twz{color: #666666;font-size:1.041vw;margin: 12px 0 30px;}
.she li{margin-right: 1.1vw;}
.ft2{padding: 30px 0;}
.bt3{color: #333366;font-size: 1.1vw;font-weight: bold;margin-bottom: 13px;}
.dao{width: 15%;}
.tleft1{width: 27%;}
.cpfl{width: 47%;}
.sec3{display: flex;flex-direction: column; max-height: 160px;gap: 0 5vw;}
.sec3 a,.sec2 a{display: block;color: #999999;font-size: 1.041vw;line-height: 1.8;}
.sec2 a{width: 33.33%;}
.sec3 a:hover,.sec2 a:hover{color: #333366;font-weight: bold;}
.she li img{width: 32px;}
.ft3 a:hover{color: #fff;}




/*  */
.nbanner{position: relative;}
.nybt{position: absolute;width: 100%;top:50%;transform: translateY(-50%);}
.nybt1{color: #ffffff;font-size: 3.75vw;line-height: 1;font-weight: bold;}
.nybt2{color: #ffffff;font-size: 1.5625vw;line-height: 1.2;margin: 1.8vw 0 1.5vw;}
.nline{width: 86px;height: 2px;background-color: #ffffff;}
.pbox1{padding: 10px 0 5vw;}
.psort1{font-size: 0;margin:  0 -1.5%;}
.psort1 li{display: inline-block;width: 30.333%;margin: 0 1.5%;border: solid 2px #fff;border-radius: 10px;overflow: hidden;margin-bottom: 3vw;transition: all 0.5s;}
.psort1 li:hover{border: solid 2px #aac7e3;}
.psort1 li a{display: block;}
.psort1 li h3{text-align: center;color: #ffffff;font-size: 1.25vw;margin: 0;background-color: #364757;padding: 2.1vw 3px;line-height: 1;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;font-weight: normal;}
.psort1 li .img img{width: 100%;transition: all 0.5s;}
.psort1 li:hover .img img{transform: scale(1.1);}
.psort1 li .img {overflow: hidden;}




/*  */
.xbox1{background: #f4f4f4;padding-bottom: 6%;overflow: hidden;}
.lxwm{background-color: #ffffff;border: solid 1px #bfbfbf;margin-bottom: 43px;padding: 30px 30px 30px 47px;}
.map21{width: 52%;overflow: hidden;}
.map21 iframe{width: 100%!important;}
.xleft{width: 46%;}
.xbt21{color: #000000;font-size: 1.8725vw;font-weight: bold;margin-bottom: 6px;}
.xcon{color: #666666;font-size: 1.354vw;line-height: 1.3846;margin-bottom: 1.9vw;}
.xleft .lx{font-size: 1.354vw;border-bottom: 1px solid rgba(153,153,153,.5);border-top: 1px solid rgba(153,153,153,.5);padding-top: 30px;margin-bottom: 1.8vw;}
.xbox2{background-color: #ffffff;border: solid 1px #bfbfbf;padding: 4vw 3vw;}
.lyt{color: #000000;font-size: 1.8725vw;font-weight: bold;text-align: center;line-height: 1;text-transform: capitalize;margin-bottom: 2.7vw;}
.yan2  li input{display: block;height: 70px; outline: none;background-color: #fbfbfb;border-radius: 10px;border: solid 1px #e1e1e1;color: #999999;font-size: 1.041vw;padding-left: 28px;}
.yan2  li textarea{display: block;height: 175px;padding-top: 28px; outline: none;background-color: #fbfbfb;border-radius: 10px;border: solid 1px #e1e1e1;color: #999999;font-size: 1.041vw;padding-left: 28px;}
.yan2 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999999;
}
.yan2 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999999;
}
.yan2 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999999;
}
.yan2 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999999;
}
.yan2  li:first-child{width: 100%;}
.yan2  li:nth-child(4){width: 100%;}
.yan2  li {margin-bottom: 2vw;}
.yan2 li{width: 48.2%;}
.yan2 .tj button{margin: 0 auto;margin-top: 2vw;}


/*  */
.product-cate1 {font-size: 0;margin: 0 -0.7%;}
.product-cate1 li{display: inline-block; background-color: #364757;border-radius: 10px;width: 18.6%;margin: 0 0.7%;margin-bottom: 1.8725vw;overflow: hidden;}
.product-cate1 li a{color: #ffffff;display: block;font-size: 1.25vw;text-align: center;line-height: 4.8958vw;}
.product-cate1 li a:hover{background-color: #5383b1;}
.product-cate1 li.active a{background-color: #5383b1;}
.nline2{width: 100%;background: #e8e8e8;height: 1px;position: relative;transform: translateX(-25%);margin: 24px 0;}
.product-desc { padding: 1.2vw 0 2.5vw 0; font-size: 1vw; }

/*  */
.cpxq{background: #f4f4f4;}
.pxq1{background-color: #fbfbfb;border: solid 1px #bfbfbf;margin-bottom: 40px;padding: 2.6vw 2.9vw 2.6vw 2.6vw;}
.pimg1{width: 50.6%;}
.pright2{width: 45.7%;}
.pright2 .title{color: #080916;font-size: 1.8725vw;padding-bottom: 20px;border-bottom: 1px solid #bfbfbf;margin-bottom: 15px;}
.abstract{color: #080916;font-size: 1.04vw;line-height: 1.8;}
.pleft2{width: 75%;background-color: #fbfbfb;border: solid 1px #bfbfbf;padding: 2.6vw;color: #666666;font-size: 1.04vw;line-height: 1.8;}
.pright3{width: 23.3%;background-color: #fbfbfb;border: solid 1px #bfbfbf;}
.pleft2 p{margin-bottom: 0;}
.pright3{padding: 1.7vw 1.8vw;}
.pbt3{ color: #333;padding-left: 28px;background: url(//wm.cdn.cn86.cn/wojiguojimy/2026/07/7b27f54678pbjgd5.jpg) no-repeat left center;font-size: 1.25vw;font-weight: bold;margin-bottom: 2.5vw;}
.pul li{background-color: #ffffff;border-radius: 10px;border: solid 1px #f5f5f5;margin-bottom: 28px;overflow: hidden;}
.pul li .img{display: block;overflow: hidden;}
.pul li .img img{width: 100%;transition: all 0.5s;}
.pul li:hover .img img{transform: scale(1.1);}
.pul li h3 a{display: block;color: #333333;font-size: 1.04vw;text-align: center;background-color: #f5f5f5;padding: 1.1vw 5px;font-weight: normal;}
.pul li:hover h3 a{background: #364757;color: #fff;}
.pul li h3{margin: 0;}









@media(max-height: 1780px){
    .jbj h3,.jbj p,.mao,.pmore,.pbj h3{font-size: 16px;}
}

@media(max-width: 1400px){
    .x-menu>li>a{height: 120px;line-height: 120px;font-size: 18px;}
    .x-menu > li> a:after{bottom: 30px;}
    .logo img{max-width: 190px;}
    .tj button{width: 220px;height: 50px;}
}


@media(max-width:  1300px){
    .ft3,.twz,.lx,.abt1,.acon,.amore a{font-size: 16px;}
    .bt3{font-size: 18px;}
    .sec3 a, .sec2 a{font-size: 14px;}
    .xbt1{font-size: 20px;}
    .sec2 a{width: 50%;}
}


@media(max-width: 1200px){
    .home-banner .swiper-slide a{font-size: 12px;}
    .x-menu>li>a{height: 100px;line-height: 100px;font-size: 18px;padding: 0 20px;}
    .logo img{max-width: 170px;}
    .tlogo img{max-width: 180px;}
    .acon{margin-bottom: 20px;}
    .psort1 li h3,#anchor{font-size: 16px;}
    #anchor .anchor{padding-left: 20px;}
    .product-list .content .list .cont .product-title a{font-size: 16px;}
    .pright2 .title{font-size: 28px;}
    .abstract{font-size: 14px;}
    .inquiry{font-size: 16px;padding: 10px 30px;}
    .pbt3{font-size: 18px;padding-left: 20px;}
    .pleft2{font-size: 16px;}
    .pul li h3 a{font-size: 14px;}
}

@media(max-width: 1100px){
    .abt{font-size: 30px;}
    .aleft,.aimg{width: 100%;}
    .aimg{margin-top: 30px;}
    .jbj h3, .jbj p, .mao, .pmore, .pbj h3{font-size: 14px;}
    .ful li .img{height: 90px;line-height: 90px;}
    .ful li .img img{max-height: 80px;}
    .ful li h3{font-size: 16px;}
    .yan li input,.yan li textarea,.yzm1{font-size: 14px;}
    .tj button{width: 200px;height: 45px;font-size: 14px;}
    .yan2 li input, .yan2 li textarea,.xleft .lx{font-size: 14px;}
    .yan2 li input{height: 60px;}
}

@media(max-width: 991px){
    body{padding-bottom: 70px;}
    .ft3 .wh{display: block;text-align: center;}
}
@media(max-width: 768px){
    .yul li{width: 48%;margin-bottom: 20px;}
    .ful li{width: 31%;margin-bottom: 15px;}
    .tleft,.yan,.map1{width: 100%;}
    .yan{margin: 25px 0;}
    .yan li input{height: 45px;}
    .dao,.cpfl{display: none;}
    .tleft1{width: 100%;}
    .mao{line-height: 1.3;}
    .ft3, .twz, .lx, .abt1, .acon, .amore a{font-size: 14px;}   .yan li textarea{height: 120px;}
    .psort1 li{width: 48%;}
    .xleft,.map21{width: 100%;}
    .map21{margin-top: 30px;}
    .xbt21,.lyt{font-size: 28px;}
    .xcon{font-size: 18px;}
    .pimg1,.pright2,.pleft2,.pright3{width: 100%;}
    .pimg1{margin-bottom: 25px;}
    .pright3{margin-top: 20px;display: none;}
    .pul li h3 a{padding: 15px 5px;}
}


@media(max-width: 640px){
    .home-banner .swiper-slide .v_cover .v_con{max-width: 77%;}
    .home-banner .swiper-slide a{font-size: 10px;}
    .v_tit_bb{font-size: 14px;}
    .v_tit_cc{font-size: 12px;}
    .v_tit_aa{font-size: 30px;}
    .home-banner .swiper-slide a>img{height: 350px;object-fit: cover;}
    .home-banner .swiper-pagination1 .swiper-pagination-bullet{width: 16px;height: 16px;margin: 0 5px!important}
    .home-banner .swiper-pagination1{bottom: 3%;}
    .abt{font-size: 26px;}
    .box1{padding: 30px 0;}
    .amore a{padding: 10px 20px;}
    .yul li{width: 100%;}
    .yul li .img{width: 25%;}
    .mySwiper .pp:first-child{width: 98%;margin: 0 2%;margin-bottom: 15px}
    .mySwiper .pp{margin: 2%;width: 46%;}
    .pbj{top:13px;padding-left: 10px;}
    .mySwiper .pp:first-child .pbj h3{font-size: 24px;}
    .pmore{font-size: 10px;padding: 5px 10px;border-width: 2px;}
    .mao{font-size: 12px;}
    .swiper-pagination2{margin-top: 20px;}
    .box3{padding-bottom: 30px;}
    .ful{margin-top: 25px;}
    .ful li{width: 49%;margin-bottom: 2%;padding: 15px 0 20px;}
    .ful li .img{height: 70px;line-height: 70px;}
    .ful li .img img{max-height: 60px;}
    .yan li,.yan li:nth-child(2n){width: 100%;margin-bottom: 10px;}
    .yan li textarea{height: 120px;}
    .tj button{margin-top: 20px;}
.ft2{padding: 20px 0;}
    .tlogo img{max-width: 140px;}
    .she li{margin-right: 15px;}
    .psort1 li{width: 100%;margin-bottom: 20px;}
    .psort1 li h3{padding: 15px 0;}
    #anchor{font-size: 14px;padding: 15px 0;}
    #anchor .anchor{padding-left: 15px;}
    .swiper-pagination2 .swiper-pagination-bullet{width: 12px;height: 12px;margin: 0 5px!important;}
    .lxwm,.xbox2{padding: 20px 4%;}
    .xbt21, .lyt{font-size: 22px;}
    .xcon{font-size: 16px;margin-bottom: 20px;}
    .xleft .lx{margin-bottom: 25px;}
    .lyt{margin-bottom: 20px;}
    .yan2 li{width: 100%;}
    .yan2 li textarea{height: 100px;padding: 12px 0 0 20px;}
    .yan2 li input{height: 45px;padding-left: 20px;}
    .yan2 .tj button{margin-top: 25px;}
    .product-cate1 li a{font-size: 12px;line-height: 40px;}
    .product-list li{width: 98%;margin-bottom: 20px;}
    .product-list .content .list .cont .product-title a{padding: 20px 5px;}
    .product-cate1 li{width: 48.6%;}
    .pimg1 h1{font-size: 24px;color: #080916;margin-bottom: 15px;}
    .pxq1{padding: 20px 15px;margin-bottom: 25px;}
    .pleft2{padding: 20px 15px;font-size: 14px;}


}

.pxq2-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}