.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;
    }
}


/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);
    -ms-transform:scale(1.1);}
p{margin:0;}

.of{overflow:hidden;}
.wh{max-width:1470px;margin: 0 auto;padding:0 15px;}
.wh1720{max-width:1750px;margin: 0 auto;padding:0 15px;}



.flexf{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexs{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flexd{display: flex;justify-content: space-between;align-items:flex-end;flex-wrap:wrap;}
.bold{font-weight:bold;}
.oh{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.upc{text-transform:uppercase;}
.bcg{background-size:100% 100%;}



/*头部*/
.top2{background-color: rgb(0, 0, 0,.6);width:100%;position:absolute;left:0;top:0;z-index:99999;}
.toplogo{height:100px;overflow:hidden;background:#000000;width:10.42%;text-align:center;}
.logos{display:flex;align-items: center;justify-content: center;flex-direction:column;height:100%;}
.pc-navbar{width:41.15%;margin-left:1.98%;}


.header-ss {
    position: relative;
    width:23px;
    height:100px;
    line-height:100px;
}

.header-ss .ss_btn .fa-search:before {
    content: '';
    background: url(//wm.cdn.cn86.cn/wmy91/2026/02/3edce39de94wvein.png) no-repeat center;
    background-size: 100% 100%;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.header-ss .ss_btn {
    cursor: pointer
}


.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border: 1px solid var(--main-theme-color);
    display: flex
}

.header-ss .ss-search input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//wm.cdn.cn86.cn/wmy91/2026/02/38fdce05e39wpsfn.png)
}
a.topa{display:block;color:#fff;font-size:22px;line-height:100px;padding:0 1.1vw;margin-left:23px;}
.lang{height:100px;background:#a70427;width:12.5%;padding-top:30px;text-align:center;}
.lang .language-group{font-size:18px;}




/*banner*/
.bans{position:relative;}
.bans .mySwiperba{overflow:hidden;}
.bans .swiper-slide img{width:100%;display:block;}
.bans .swiper-paginationba{width:100%;text-align:center;left:0;right:0;bottom:2.6vw;position:absolute;z-index:99;}
.bans .swiper-pagination-bullet{width:16px;height:16px;margin:0 0.9em;display: inline-block;border-radius: 50%;background-color: rgb(167, 4, 39,.6);opacity:1;cursor:pointer;}
.bans .swiper-pagination-bullet-active{background:#a70427;opacity:1;}



.box1{background:#000000;}
.box1left{width:87.5%;padding-left:5.59%;}
.sylist1{width:88%;padding:20px 0;}
.sylist1 li{width:20%;}
.sylist1 li .img{}
.sylist1 li .img img{width:100%;display:block;}
.sylist1 li .wz{width: calc(100% - 82px);color:#fff;font-size:18px;}
.symo1{width:12.5%;font-size:18px;text-transform:uppercase;background:#a70427;}
.symo1 a{color:#fff!important;display:flex;align-items: center;justify-content: center;flex-direction:column;height:100%;}



.box2{background:#131313;padding:4.06vw 0 5.78vw;}
.sybt{text-align:center;color:#fff;text-transform:uppercase;font-size:2.6vw;line-height:1;}
.sycp{margin-top:4.06vw;}
.sycp li{width:21.63%;}
.sycp li .img img{width:100%;display:block;}
.sycp li .wz{color:#fff;font-size:18px;line-height: 1.5; padding: 0.6em 0.8em; border-bottom:1px solid #a70427;}
.sycp li:hover .wz{background:#a70427;}



.box3{background:#131313;}
.c3_list{overflow: hidden;padding:3.91vw 0 7.66vw;}
.c3_list li{width:20.83333%;transition: all 1s ease;height:100%;position: relative;overflow: hidden;}

.c3_list li a{display: block;position:relative;}
.c3_list li .cocimg{position: relative;height:515px;}
.c3_list li .wz{color:#fff;font-size:20px;position:absolute;left:20px;bottom:20px;z-index:99;}

.c3_list li::before{background: rgba(0,0,0,.4);position: absolute;left: 0px;top: 0px;content: "";z-index:9;width:100%;height:100%;display:block;}
.c3_list:hover li{width:20.83333%;}
.c3_list li.active{width:37.5%;}
.c3_list li.active::before{display:none;}
.c3_list li.active .wz{display:none;}




.box4{background:url(//wm.cdn.cn86.cn/wmy91/2026/02/9c0287ac32qvgzvb.jpg) no-repeat;background-size:100% 100%;padding:11.2vw 0 6.35vw;}
.ableft{width:47.43%;margin-top:2.5vw;}
.abtt{color:#fff;text-transform:uppercase;font-size:2.6vw;line-height:1.2;}
.abwz{color:#ececec;font-size:24px;line-height:1.8;margin:1.98vw 0;}
a.syamo{display:inline-block;text-align:center;color:#fff!important;font-size:18px;text-transform:uppercase;background:#a70427;padding:0 2.1vw;line-height:70px;}

.abright{width:50.97%;}
.abimg{border:1px solid rgb(255, 255, 255,.4);padding:12px;}
.abimg img{width:100%;display:block;}
.ablist li{width:48.9%;margin-top:1.15vw;}
.ablist li img{width:100%;display:block;}




.box5{background:url(//wm.cdn.cn86.cn/wmy91/2026/02/4cdb6184calco5nv.jpg) no-repeat;background-size:100% 100%;padding:4.74vw 0;}
.hor{margin-top:3.65vw;position:relative;}
.hor .mySwiper1{overflow:hidden;}
.hor .swiper-slide{text-align:center;}
.hor .swiper-slide img{width:100%;display:block;}
.hor .swiper-slide .wz{color:#fff;font-size:20px;margin-top:1.567vw;}



.box6{padding:5.21vw 0;}
.sybt6{color:#a70427;}
.whylist{display: flex;flex-wrap: wrap;margin: 0 -13px;margin-top:3.91vw;}
.whylist li{position: relative;width: calc(25% - 26px);margin:0 13px 0;text-align:center;padding-bottom:3.12vw;transition:0.5s;cursor:pointer;}
.whylist li .img{position:relative;width:60px;margin:0 auto;}
.whylist li .img img{width:100%;margin:0 auto;position:relative;z-index:99;}
.whylist li .img:before{content:"";left:-6px;top:-6px;position:absolute;background: rgb(167, 4, 39,.4);width:72px;height:72px;border-radius:50%;z-index:1;opacity:0;transition:0.5s;}
.whylist li .det{width:92%;margin:0 auto;position:relative;z-index:99;}
.whylist li .wz{color:#fff;font-size:22px;margin:4.69vw 0 1.35vw;}
.whylist li .wz2{color:#999999;font-size:20px;}
.whylist li:before{content:"";width:100%;height:calc(100% - 30px);background:#131313;position:absolute;display: block;left:0;bottom:0;}  
.whylist li:hover{transform: translateY(-10px);}
.whylist li:hover .img:before{opacity:1;}




.box7{background:#131313;padding:5.2vw 0;}
.synews{margin-top:3.65vw;}
.synews li{width:32.45%;background:#fff;}
.synews li .img img{width:100%;display:block;}
.synews li .det{padding:20px 15px;}
.synews li .wz{color:#222222;font-size:20px;}
.synews li .wz2{color:#555555;font-size:20px;line-height:30px;margin:1.21vw 0 2.6vw;   
     display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.synews li .tm{color:#333333;font-size:18px;background:url(//wm.cdn.cn86.cn/wmy91/2026/02/590524545et4u50j.png) no-repeat right center;}
.synews li:hover .wz{color:#a70427;}




.box8{background:url(//wm.cdn.cn86.cn/wmy91/2026/03/5abcab7afasjoslw.jpg) no-repeat;background-size:100% 100%;padding:5.73vw 0 7.66vw;}
.mssybt{text-align:center;color:#fff;font-size:2.08vw;line-height:1;}
.syms{width:41.88%;margin:0 auto;margin-top:2.71vw;height:58px;background:#fff;}
.syms .wz{padding-left:20px;width: calc(100% - 142px);color:#999999;font-size:18px;}
.syms a{display:block;text-align:center;font-size:18px;background:#a70427;color:#fff!important;line-height:58px;width:142px;}









/*页面底部*/
.foot{background:#111111;border-top:13px solid #a70427;}
.fcont{padding:4.27vw 0 9.11vw;}
.fta{width:26.81%;}
.fgms{color:#fff;font-size:26px;line-height:40px;margin:3.1vw 0 1.3vw;}
.ftlist{display: flex;align-items: center;flex-wrap: wrap;}
.ftlist li{margin-right:16px;}


.ftb{width:28.89%;}
.ftt{font-size:26px;margin-bottom:3.01vw;text-transform:uppercase;color:#fff;font-weight:bold;}
.ftlist2 li .img{margin-top:3px;}
.ftlist2 li .wz{color:#fff;font-size:18px;line-height:30px;width: calc(100% - 36px);}
.ftlist2 li+li{margin-top:1.1vw;}



.f_nav{width:31.46%;}
.f_nav dl{}
.f_nav dt{font-size:26px;margin-bottom:2.98vw;text-transform:uppercase;color:#fff;font-weight:bold;}
.f_nav dd{font-size:20px;line-height:46px;color:#fff;}
.f_nav dd a{color:#fff;}





.copy{border-top:1px solid rgb(255, 255, 255,.1);padding:20px 0;line-height:24px;}
.bq{display: flex;justify-content: center;flex-wrap:wrap;align-items: center;font-size:18px;color:rgb(255, 255, 255,.3);}
.bq a{color:rgb(255, 255, 255,.3);}
.sitemaps{margin-left:0.867vw;}






@media (max-width:1680px) {
 .box1left{padding-left:15px;}
}



@media (max-width:1440px) {
  .pc-navbar > li > a,a.topa,.whylist li .wz{font-size:20px;}
  .sylist1 li .wz,.lang .language-group,.symo1,.sycp li .wz,.synews li .tm,.syms .wz,.syms a,.bq{font-size:16px;}
  .c3_list li .wz,.hor .swiper-slide .wz,.whylist li .wz2,.synews li .wz{font-size:18px;}
  .abwz{font-size:21px;}
  a.syamo{font-size:16px;line-height:62px;}
  .synews li .wz2{font-size:18px;line-height:26px;}
  .fgms{font-size:22px;line-height:36px;}
  .ftt,.f_nav dt{font-size:22px;}
  .ftlist2 li .wz{font-size:16px;line-height:26px;}
  .f_nav dd{font-size:18px;line-height:40px;}
  .c3_list li .cocimg{height:386px;}
}

@media (max-width:1280px) {
  .logos{width:90%;margin:0 auto;}
  a.topa{display:none;}
  .header-ss{margin-right:10px;}
  .top2 .language-group .btn{color:#fff;}
  .pc-navbar{width:55%;}
  .pc-navbar > li > a,a.topa,.whylist li .wz{font-size:18px;}
  .sylist1 li .wz,.lang .language-group,.symo1,.sycp li .wz,.synews li .tm,.syms .wz,.syms a,.bq{font-size:15px;}
  .c3_list li .wz,.hor .swiper-slide .wz,.whylist li .wz2,.synews li .wz{font-size:16px;}
  .symo1{display:none;}
  .box1left{width:100%;padding:0 15px;}
  .sylist1{width:100%;}
  .sylist1 li .img{width:55px;}
  .sylist1 li .img img{width:100%;display:block;}
  .sylist1 li .wz{width: calc(100% - 65px);padding-right:10px;}
  .sycp li{width:23%;}
  .abwz{font-size:19px;}
  a.syamo{font-size:15px;line-height:55px;}
  .synews li .wz2{font-size:16px;line-height:24px;}
  .fgms{font-size:20px;line-height:32px;}
  .ftt,.f_nav dt{font-size:20px;}
  .ftlist2 li .wz{font-size:15px;line-height:24px;}
  .f_nav dd{font-size:16px;line-height:36px;}
  .c3_list li .cocimg{height:275px;}
  .mssybt{font-size:26px;}
  .syms .wz{padding-left:15px;width: calc(100% - 100px);}
  .syms a{width:100px;}
  .ftlist2 li .img{margin-top:1px;}
}



@media (max-width: 768px) {
  .sylist1 li .wz{width:100%;text-align:center;margin-top:5px;padding:0 10px;} 
  .sylist1 li .img{margin:0 auto;}
  .sybt{font-size:26px;}
  .sycp li .wz{line-height:4.3;}
  .c3_list li .cocimg{height:205px;}
  .c3_list li .wz{left:15px;}
  .ableft{width:100%;}
  .box4{background-size:cover;}
  .abtt{font-size:26px;}
  .abright{width:100%;margin-top:3.2vw;}
  .ablist li{margin-top:15px;}
  .sybt{font-size:26px;}
  .whylist{margin: 0 -10px;margin-top:3.91vw;}
  .whylist li{position: relative;width: calc(50% - 20px);margin:25px 10px 0;text-align:center;}
  .whylist li:hover{transform: translateY(0);}
  .mssybt{font-size:24px;}
  .syms{width:400px;height:50px;}
  .syms a{line-height:50px;}
  .fta,.ftb{width:45%;}
  .bq{text-align:center;}
  .sitemaps{margin-left:0;}
  .fgms{font-size:18px;line-height:28px;}
  .foot{border-top:8px solid #a70427;}
  .abwz{font-size:18px;}
}



@media (max-width:640px) {
 .bans .swiper-pagination-bullet{width:12px;height:12px;margin:0 0.5em;}  
 .sylist1 li{width:50%;margin:8px 0;} 
 .box2,.box4,.box6,.box7{padding:35px 0;}
  .sycp li{width:48%;}
 .sycp{margin-top:25px;}
 .sycp li .wz{line-height:50px;}
 .sybt{font-size:24px;}
 .mssybt{font-size:22px;}
 .c3_list{padding:25px 0 35px;}
.c3_list li.active{width:100%;}
.c3_list li{width:100%;}
.c3_list li+li{margin-top:15px;}
.c3_list:hover li{width:100%;}
.c3_list li .cocimg{height:305px;}
.ableft{margin-top:0;}
.abtt{font-size:24px;}
.abwz{font-size:16px;line-height:26px;margin:15px 0 20px;}
a.syamo{padding:0 15px;line-height:49px;}
.abright,.hor,.synews{margin-top:25px;}
.box5,.box8{background-size:cover;padding:35px 0;}
.hor .swiper-slide .wz{font-size:15px;margin-top:15px;}
.whylist li{position: relative;width: calc(100% - 20px);margin:0 10px 0;padding-bottom:25px;}
.whylist{margin-top:25px;}
.whylist li+li{margin-top:25px;}
.whylist li .wz{margin:25px 0 7px;}
.synews li{width:100%;}
.synews li+li{margin-top:15px;}
.syms{width:100%;margin-top:25px;}
.fta, .ftb{width:100%;}
.fcont{padding:30px 0;}
.fgms{font-size:17px;margin:15px 0;}
.ftt, .f_nav dt{font-size:18px;}
.ftb{margin-top:25px;}
body{padding-bottom:65px;}
}



/*联系我们*/
.lxbg{background:#efefef;padding:6.67vw 0 6.58vw;}
.lxbox1 li{background:#fff;}
.lxbox1 li+li{margin-top:5.94vw;}
.lxbox1 li .img{width:28.4%;}
.lxbox1 li .img img{width:100%;display:block;}
.lxbox1 li .det{width:69.44%;padding-right:5%;}
.lxbox1 li .wz{color:#111111;font-size:1.67vw;}
.lxbox1 li .wz2{color:#333333;font-size:19px;line-height:25px;margin-top:2.62vw;}
.lxbox1 li .wz2 p{padding-left:35px;}
.lxbox1 li .wz2 p:nth-child(1){background:url(//wm.cdn.cn86.cn/wmy91/2026/03/fac664890bkmpcwf.png) left center no-repeat;}
.lxbox1 li .wz2 p:nth-child(2){background:url(//wm.cdn.cn86.cn/wmy91/2026/03/bff253a28bbzxeps.png) left center no-repeat;}
.lxbox1 li .wz2 p:nth-child(3){background:url(//wm.cdn.cn86.cn/wmy91/2026/03/1b3d4acb07eakvyd.png) left center no-repeat;}
.lxbox1 li .wz2 p:nth-child(4){background:url(//wm.cdn.cn86.cn/wmy91/2026/03/54d9a0b7becg6aoq.png) left 4px no-repeat;}
.lxbox1 li .wz2 p+p{margin-top:1.82vw;}

.lxbox2{margin-top:4.43vw;}
.nymstt{text-align:center;color:#111111;font-size:2.6vw;text-transform:uppercase;margin-bottom:2.5vw;line-height:1.1;}
.lxbox2 .contact2{margin:0 -10px;}

.lxbox2 .form-input{background:#fff;}
.lxbox2 textarea{border:1px solid #a70427;}
.lxbox2 .form-submit .btn{background:#a70427!important;border-color:#a70427!important;color:#fff;font-size:18px;}



@media (max-width:1440px) {
 .lxbox1 li .wz2{font-size:17px;}
}

@media (max-width:1280px) {
 .lxbox1 li .wz{font-size:23px;}
 .lxbox1 li .wz2{font-size:16px;}
}

@media (max-width: 768px) {
 .lxbox1 li .wz{font-size:20px;}
 .lxbox1 li .wz2{font-size:15px;}
 .lxbox1 li .wz2 p+p{margin-top:0.5vw;}
 .nymstt{font-size:24px;}
 .lxbox2 .form-submit .btn{font-size:16px;}
}


@media (max-width:640px) {
  .lxbox1 li .img{width:100%;}
  .lxbox1 li .det{width:100%;padding:25px 15px;}
  .lxbox1 li .wz{font-size:18px;}
  .lxbox1 li .wz2{line-height:23px;}
  .lxbox1 li .wz2 p+p{margin-top:8px;}
  .lxbox2{margin-top:25px;}
  .nymstt{font-size:22px;}
}
