.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}

/*  */
input{padding:0;margin:0;font-family:'syht';}
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;}
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.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

/*浏览器滚动条*/
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}
::-webkit-scrollbar-track-piece{background:#eeeeee}
::-webkit-scrollbar-thumb:vertical{background-color:#3f3025;}


@font-face{
  font-family: 'syht';
  src:url('../fonts/syht.otf') format('truetype');

}
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 3%;}


.top2{position: absolute;width: 100%;z-index: 9999;border-bottom: 1px solid rgba(221,221,221,.2);transition: all 0.5s;}
.top22{background: #fff;position: relative;border-bottom: 1px solid rgba(163,130,108,.2);transition: all 0.5s;}

.top22:hover,.top2:hover{background: rgba(244,226,215,.8);}
.top21 .img2{display: none;}
.top21:hover  .img1{display: none;}
.top21:hover  .img2{display: inline-block;}
.top21:hover .x-menu>li>a{color: #3f3025;}
.top2:hover .yuy .language-group .btn{color: #3f3025;}

.top22 .x-menu>li>a {color: #3f3025;}
.top22 .x-menu>li:hover>a{color: #3f3025;}
.top22 .yuy .language-group .btn{color: #3f3025;}
.x-menu {
   
}

.x-menu>li {
    text-align: center;
    
}


.x-menu>li>a {
    display: block;
    font-size: 15px;
    color: #f4e2d7;
    height: 80px;
    line-height: 80px; 
    position: relative;
    text-transform: uppercase;
    padding: 0 1.3vw;
}
.x-menu > li>a:after{
content: '';
width:100%;
height: 1px;
background-color: #a3826c;
transition: all ease .3s;
display: block;
bottom: 0;
position: absolute;
left: 0; transform: scaleX(0);
}
.x-menu > li:hover>a:after{
  transform: scaleX(1);
}
.x-menu>li:hover>a {
    color: #fff;
}
.x-menu > li:hover .x-sub-menu {
      transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  opacity: 1;
}
.x-sub-menu {
     position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 20;
  transform-origin: top;
  transition: transform 0.3s ease-out 0s, opacity 0.2s ease-out 0s;
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  background: rgba(244,226,215,.8);
  padding: 2vw 0;
  text-align: left;
}

.x-sub-menu>li>a {
    display: block;
    font-size: 15px;
    color: #3f3025;
    text-align: left;
    line-height: 3.2;
    position: relative;z-index: 9999;
}

.x-sub-menu>li>a:hover {
    color: #000!important;
    /* background-color: var(--main-theme-color) */
}
.x-menu li.lastli{padding:0;margin-left: 20px;}
.so {
    line-height: 80px;
    cursor: pointer;
}

.so img {
    max-width: 100%;
    max-height: 25px;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 999;text-align: left;
    background: rgba(244,226,215,.8);
    padding: 2.4vw 0 3.1vw;
}
.sbt11{color: #3f3025;font-size: 16px;margin-bottom: 28px;}
.ss #formsearch{border-bottom: 1px solid #a3826c;}
.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;
    padding-bottom: 20px;
    width: 80%;
    background: none;
    border: none;
    outline: none;
    font-size: 1.8725vw;
    color: #ab9d94;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #ab9d94 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #ab9d94;
}





/**/
/* 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 img {
    display: block;
    width: 100%;
}



.home-banner .swiper-pagination1{min-width: 93px;}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
   width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 0.7;
    margin: 0 4px!important;
    transition: width .3s ease;
    border-radius: 6px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
   width: 45px;
    opacity: 1;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
display: flex;align-items: center;justify-content: center;flex-direction: column;
}
.spn{background: url(//wm.cdn.cn86.cn/mulimuwaiz/2026/06/18e7143c189ow01r.png) no-repeat center;background-size: cover; width: 48px;height: 48px;margin: 0 auto;}
#shipin,#shipin2{ overflow: hidden; position: absolute;top:0;left: 0; right: 0px; bottom:0px; height: 100%; width:100%; object-fit: cover;}


.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
}
.box1{position: relative;overflow: hidden;}



.box1 .img img{width: 100%; height: 100%; object-fit: cover;}
@media(min-width: 1200px){
    .box1{height: 100vh;}
    .box1 .img img{height: 100vh;}
}
.bwz{position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index: 99;}
.v_tit_aa {
    text-align: center;margin-bottom: 2.2vw;overflow: hidden; 
}
.ban .wh{position: relative;}

.scroll_to_top2{display: none;}
.yuy .dropdown-toggle::after{display:none;}
.yuy .language-group .btn{outline: none;box-shadow: none;margin-top: 22px;color: #f4e2d7;}
.bwz .anniusp{overflow: hidden;display:block;}

.line1{position: absolute;left: 50%;transform:translateX(-50%);bottom: 2.1vw;z-index: 99;}
.jt{position: absolute;right: 0;bottom: 6.2vw;}

/**/
.box3{overflow: hidden;padding: 7.84% 0 8.3% 3%;}
.mySwiper{overflow: hidden;position: relative;}
.mySwiper .swiper-slide{width: 39.2%;overflow: hidden;}
.mySwiper .swiper-slide a{display:block;position: relative;overflow: hidden;}
.mySwiper .swiper-slide .img{overflow: hidden;}
.mySwiper .swiper-slide .img img{width: 100%;transition: transform 0.8s;object-fit: contain;}
.mySwiper .swiper-slide:hover .img img{transform:scale(1.05);}
.mySwiper .swiper-scrollbar{position: relative;width:97%;margin-top: 30px;height: 1px;background: #f4e2d7;margin-right: 3%;left:0;}
.mySwiper .swiper-scrollbar-drag{background: #3f3025;}
.pmore a{color: #3f3025;font-size: 16px;text-align: center;margin-top: 3.4vw;}
.pmore a img{margin-left: 11px;}
.jbj{position: absolute;bottom: 1.6vw;left: 0;width: 100%;z-index: 9;padding: 0 1.5625vw;transition:all 0.5s;}
.jbj h3{color: #f4e2d7;font-size: 24px;font-weight: lighter;margin: 0;transition:all 0.5s;}
.mySwiper .swiper-slide:hover .jia img{transform:rotate(180deg);} 
.jia img{transition:all 0.5s;}
.mySwiper .swiper-slide:hover .jbj h3{color: #e1c3b1;}
.mySwiper .swiper-slide:hover .jbj{padding: 0 2vw}




/**/
.box4{background-color: #3f3025;padding: 9.1% 0 10.5%;overflow: hidden;text-align: center;}
.plogo img{max-width: 80px;}
.abt{color: #f4e2d7;font-size: 2.5vw;line-height: 1;margin: 2.2vw 0;}
.acon{color: #f4e2d7;font-size: 17px;line-height:2.1176;margin-bottom: 2vw; }
.more1 a{color: #f4e2d7;font-size: 17px;margin: 0 1.3vw;}
.more1 a img{margin-left: 10px;}
.more1 a:hover{color: #f7efe9;}

/**/
.box5{overflow: hidden;padding: 7.7% 0 8.4%;}
.xin1 li{width: 32%;}
.xin1 li .img{overflow: hidden;}
.xin1 li .img img{width: 100%;transition: transform 0.8s;object-fit: contain;}
.xin1 li:hover .img img{transform:scale(1.05);}
.xin1 li a{display:block;}
.det .time{color: #a3826c;font-size: 16px;margin: 1.5vw 0 18px;}
.det .wz{color: #3f3025;font-size: 18px;line-height: 1.555;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}

/**/
.box6{text-align: center; background:url(//wm.cdn.cn86.cn/mulimuwaiz/2026/06/f186f0b1b6yh0lez.jpg) no-repeat top center;background-size: cover;padding: 16% 0 16.5%;overflow: hidden;}
.box6 .pmore a{color: #f4e2d7;margin-top: 2.9vw;}
.box6 .abt{margin: 0 0 1.3vw 0;}
.cheng a{display: block;color: #f4e2d7;font-size: 17px;padding: 0 0.7vw;}


/**/
.foot{background-color: #222222;}
.ft1{padding: 4.4vw 0 1.9vw;border-bottom: 1px solid rgba(163,130,108,.2);}
.she li{margin-right: 1.8vw;position: relative;}
.she li:last-child{margin-right: 0;}
.sec2{position: absolute;left: 50%;bottom: 100%;transform: translateX(-50%);width: 120px;opacity: 0;transition: all 0.5s;}
.she li:hover .sec2{opacity: 1;}
.sec2 img{width: 100%;}
.ft2{padding: 3.5vw 0 4vw;border-bottom: 1px solid rgba(163,130,108,.2);}
.ft3{padding: 2vw 0 2.3vw;color: #a3826c;font-size: 15px;}
.ft3 a{color: #a3826c;}
.lx{color: #a3826c;font-size: 15px;line-height: 2.4;}
.lx p{padding-left: 22px;}
.lx p:first-child{background: url(//wm.cdn.cn86.cn/mulimuwaiz/2026/06/dbf0cc5d22gfiyrn.png) no-repeat left center;}
.lx p:nth-child(2){background: url(//wm.cdn.cn86.cn/mulimuwaiz/2026/06/d32c0e4629sfn7ca.png) no-repeat left center;}
.lx p:nth-child(3){background: url(//wm.cdn.cn86.cn/mulimuwaiz/2026/06/d32c0e4629sfn7ca.png) no-repeat left center;}
.dao{width: 59%;}
.dbt a{color: #a3826c;font-size: 18px;margin-bottom: 3px;display: block;}
.dao li> a{display: block;color: #a3826c;font-size: 15px;line-height: 2.4;}
.foot a:hover{color: #f4e2d7;}
.tlogo img{width: 207px;}







/**/
.bt2{color: #3f3025;font-size: 2.5vw;padding-bottom: 4.1vw;margin:6.2vw 0 5.2vw;border-bottom: 1px solid rgba(163,130,108,.3);line-height: 1;}
.abt3{color: #a3826c;font-size: 18px;padding: 1.5vw 0;font-weight: normal;margin-bottom: 0;}
.aul li{margin-bottom: 1.5625vw;}
.aul li .img{overflow: hidden;position: relative;}
.aul li .img1{width: 100%;transition:all 0.5s;}
.aul li:hover .img1{transform:scale(1.02);}
.aul li .img2{position: absolute;right: 20px;bottom: 20px;opacity: 0;transition:all 0.5s;}
.aul li:hover .img2{opacity: 1;}


/**/
.case-list2{font-size: 0;margin: 0 -1%;}
.case-list2 li{width: 31.333%;margin: 0 1%;margin-bottom: 1.5625vw;display: inline-block;}
.case-list2 li img{width: 100%;transition:all 0.5s;}
.case-list2 li .img{overflow: hidden;display: block;}
.case-list2 li:hover .img img{transform:scale(1.05);}
.jia a{display: block;color: #f4e2d7;font-size: 16px;width: 272px;height: 60px;line-height: 60px;text-align: center; background-color: #a3826c;border-radius: 30px;margin: 0 auto;}
.xc{padding-bottom: 8vw;}



/**/
.zleft{width: 20%;}
.zright{width: 74.23%;}
.nyt1{color: #222222;font-size: 20px;margin-bottom: 10px;cursor: pointer;}
.nyt1.cur img{transform:rotate(-180deg);}
.sbt1{font-size: 16px;color: #3f3025;margin-bottom: 20px;}
.sous  #formsearch{
    background-color: #fefcfb;
    border-radius: 28px;
    border: solid 1px #e3d9d3;
    padding-left: 13px;
}
.sous #formsearch input{height:56px;background:none;border:none;}
.sous #formsearch input#keyword{padding-left:4px;color:rgba(63,48,37,.4);font-size: 16px;width: calc(100% - 40px);}
.sous #formsearch input#s_btn{width:40px;text-align:center;background:url(//wm.cdn.cn86.cn/mulimuwaiz/2026/06/271f4b9e49yxu7vv.png) no-repeat center;color:#fff;border:none;cursor:pointer;font-size: 12px;}
.sous ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgba(63,48,37,.4);
}
.sous :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:  rgba(63,48,37,.4);
}
.sous ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:  rgba(63,48,37,.4);
}
.sous :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgba(63,48,37,.4);
}
.news-lists2{font-size: 0;margin: 0 -1.1%;}
.news-lists2 li{display: inline-block;width: 31.13%;margin: 0 1.1%;margin-bottom: 5.2vw;}
.news-lists2 li .time{color: #a3826c;font-size: 16px;}
.eye{padding-left: 17px;background: url(//wm.cdn.cn86.cn/mulimuwaiz/2026/06/87f3350917utehcy.png) no-repeat left center;color: #a3826c;font-size: 16px;}
.news-lists2 li h3{color: #3f3025;transition:all 0.5s; font-weight: lighter;font-size: 20px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;margin-bottom: 3.4vw;}
.nn2{margin: 23px 0 15px;}
.nmore{font-size: 16px;color: #3f3025;}
.nmore img{margin-left: 10px;}
.news-lists2 li .img{overflow: hidden;}
.news-lists2 li .img img{width: 100%;transition:all 0.5s;}
.news-lists2 li:hover .img img{transform:scale(1.05);}
.news-lists2 li:hover h3{color: #a3826c;}
.nybox1{padding-bottom: 8vw;}


.xwt{margin-left: 17px;}
.ntime2{color: #a3826c;font-size: 16px;}
.xwtt{color: #a3826c;font-size: 20px;line-height: 1;}
.xw1 .eye{margin: 20px 0 0 35px;}
.xwxq {padding: 20px 0 2vw;border-bottom: 1px solid rgba(163,130,108,.3);margin-bottom: 3.4vw;}
.fenx .social-share .social-share-icon{
    width: 42px;
    height: 42px;
    background-color: #f4e2d7;
    border-radius: 20px;border:none;line-height: 42px;color: #a3826c;font-size: 16px;
    margin: 0 11px 0 0;
}
.fenx .social-share .social-share-icon:last-child{margin-right: 0;}


.gotop2{
     position: relative;z-index: 9;
    width: 60px;
    height: 60px;
    background: #fff url(//wm.cdn.cn86.cn/mulimuwaiz/2026/06/9d15f53d258gtcm7.png) no-repeat center;
    border: solid 2px #f4e2d7;
    border-radius: 50%;
    cursor: pointer;
}
.gotop2:after{-webkit-animation: 5s EarthRotate infinite linear both normal;z-index: 0;
    animation: 5s EarthRotate infinite linear both normal;content: '';display: block;width: 60px;height: 60px; background: url(//wm.cdn.cn86.cn/mulimuwaiz/2026/06/284c0abab4ochhpy.png) no-repeat center;position: absolute;top:-2px;left: -2px;}


@keyframes EarthRotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.xgxw{border-top: 1px solid rgba(163,130,108,.3);padding-top: 5.2vw;margin-top: 7.2vw;}
.nbt4{font-size: 24px;color: #3f3025;margin-bottom: 24px;}
.xgxw .news-lists2 {margin: 0 -0.95%;}
.xgxw .news-lists2 li{width: 23.1%;margin: 0 0.95%;margin-bottom: 20px;}
.xgxw .news-lists2 li h3{line-height: 1.4;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;min-height:  calc(1.4em * 2);;margin-bottom: 1.8vw; white-space: wrap;}

.cate-list2 .category {margin-right: 32px;}
.cate-list2 .category a{display: block;width: 120px;
    height: 36px;
    background-color: #f4e2d7;color: #3f3025;font-size: 15px;text-align: center;line-height: 36px;
    border-radius: 18px;}
.cate-list2 .category a.active{background-color: #3f3025;color: #f4e2d7;}

.bt22{margin-bottom: 33px;}
.case-list{margin-top: 4.2vw;}
.cul2{font-size: 0;margin: 0 -1%;}
.cul2 li{display: inline-block;margin: 0 1%;margin-bottom: 1.5vw;width: 31.333%;}
.cul2 li h3{font-weight: lighter;color: #3f3025;transition:all 0.5s; font-size: 18px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;padding: 1.4vw 0;}
.cul2 li:hover h3{color: #a3826c;}
.cul2 li .img{overflow: hidden;}
.cul2 li .img img{width: 100%;transition:all 0.5s;}
.cul2 li:hover .img img{transform:scale(1.1);}
.anli2{padding-bottom: 7.6vw;}



.ptb{margin: 6vw 0 5.2vw;border-bottom: 1px solid rgba(163,130,108,.3);padding-bottom: 4vw;}
.pbt1{color: #3f3025;font-size: 2.5vw;line-height: 1;}
.pintro{color: #3f3025;font-size: 16px;line-height: 1.75;width: 70%;max-width: 897px;}

.product-list2{padding-bottom: 4.5vw;}
.product-list2 li:first-child{width: 100%;}
.product-list2 li{width: 48.9%;}
.product-list2 li .product-title a{color: #3f3025;font-size: 18px;display: block;margin: 1.5vw 0 3vw;font-weight: lighter;}
.product-list2 li .img{display: block;position: relative;}
.product-list2 li .img1{overflow: hidden;}
.product-list2 li .img1 img{transition:all 0.5s;width: 100%;}
.product-list2 li:hover .img1 img{transform:scale(1.05);}
.product-list2 li .jia3{position:absolute;right: 31px;bottom: 29px;transition:all 0.5s;opacity: 0;}
.product-list2 li:hover .product-title a{color: #a3826c;}
.product-list2 li:hover .jia3{opacity: 1;}


.pxq1{padding: 4.5vw 0 7.5vw;overflow: hidden;}
.pxq1 .detail{}
.pxq1 .detail .item{  display:flex; grid-gap:48px; margin-bottom:200px;  }
.pxq1 .detail .item .left{}
.pxq1 .detail .item .right{}
.pxq1 .detail .item .width60{ width: 60%;}
.pxq1 .detail .item .width50{ width: 50%;}
.pxq1 .detail .item .width40{ width: 40%;}
.pxq1 .detail .item .width30{ width: 30%;}
.pxq1 .detail .item .left img{ width: 100%;}

.pxq1 .detail .item .right img{  width: 100%; object-fit:cover }
.pxq1 .detail .item.align-items-baseline{align-items:baseline;}
.pxq1 .detail .item.align-items-center{align-items: center;}
.pxq1 .detail .item.justify-content-space-between{justify-content:space-between;}
.pxq1 .detail .item.justify-content-center{justify-content:center;}
.pxq1 .detail .item.aligncenter{align-items: center;}
.pxq1 .detail .item.font .right{ display:flex; justify-content:left; align-items:center; }
.pxq1 .detail .item .info h3{ font-size:16px; margin-bottom:12px; line-height:1.2 }
.pxq1 .detail .item .info p{ font-size:14px; margin-bottom:12px; line-height:1.4 }

.pxq1 .detail .item .info{ padding:50px; }
.pxq1 .detail .item > img{ width:100%; }

.pxq1 .detail a:hover{ color: var(--sub-theme-color);}

.nbanner{position: relative;}
.anniusp2{position: absolute;top:50%;left: 50%;transform:translate(-50%,-50%);z-index: 999;}
.pxqt{position: absolute;left: 3.2vw;bottom: 4.5vw;color: #f4e2d7;}
.pleft1{width:74.3%;}
.pleft1 p{margin: 0;color: #3f3025;font-size: 16px;line-height: 1.75;}
.pleft1 img{ margin-top: 12px; margin-bottom: 12px;}
.pright1{width: 19.6%;}
.cptc{color: #3f3025;font-size: 16px;}
.xiaz{color: #3f3025;font-size: 18px;}
.xiz2 a{width: 76px;height: 28px;background-color: #a3826c; border-radius: 14px;color: #f4e2d7;font-size: 14px;}
.xiz2 a img{margin-left: 7px;}
.cpt3 {padding: 20px 0 40px;border-bottom: 1px solid rgba(163,130,108,.2);margin-bottom: 45px;}
.sbtt{color: #3f3025;font-size: 16px;}
.sbt2{color: #3f3025;font-size: 18px;margin-top: 8px;}

.pxq2{padding: 5.2% 0 6.6%;background-color: #f4e2d7;overflow: hidden;}
.tu2{font-size: 1.8725vw;color: #3f3025;margin-bottom: 3.2vw;}
.pul4{font-size: 0;margin: 0 -0.9%;}
.pul4 li{display: inline-block;width: 23.2%;margin: 0 0.9%;}
.pul4 li .img img{width: 100%;transition:all 0.5s; height: 100%; object-fit: cover; aspect-ratio: 1;}
.pul4 li .img {display: block;overflow: hidden;}
.pul4 li:hover .img img{transform:scale(1.05);}
.pul4 li .wz a{display: block;color: #3f3025;font-size: 18px;margin: 20px 0;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}



@media(max-width: 1500px){
.download-list li h3{font-size: 16px;}
.xiaz,.sbt2{font-size: 16px;}
.sbtt,.cptc{font-size: 14px;}
}

@media(max-height: 1400px){
    .tu2{font-size: 28px;}
}

@media(max-width: 1300px){
    .v_tit_aa{width: 80%;margin: 0 auto;margin-bottom: 20px;}
    .box2 .v_tit_aa{width: 100%;}
    .jbj h3{font-size: 20px;}
    .dao{width: 68%;}
    .dbt a,.abt3{font-size: 16px;}
    .news-lists2 li h3{font-size: 18px;}
    .jia a{width: 220px;height: 50px;line-height: 50px;font-size: 14px;}
    .sous #formsearch input{height: 45px;}
    .sous #formsearch input#keyword{font-size: 14px;}
    .nmore{font-size: 14px;}
    .cul2 li h3{font-size: 16px;}
    .xia{height: 45px;font-size: 14px;}
    .download-list li h3{font-size: 14px;}
    .product-list2 li .product-title a{font-size: 16px;}
    .tu2{font-size: 24px;}
    .pright1{width: 22%;}
    .pul4 li .wz a{font-size: 16px;}
}


@media(max-width: 1200px){
    .acon{font-size: 15px;}
    .abt,.bt2,.pbt1{font-size: 28px;}
    .det .wz{font-size: 16px;}
    .line1{width: 1px;}
    .news-lists2 li h3{font-size: 16px;}
    .product-list2 li .product-title a{margin: 15px 0 30px;}

}


@media(max-width: 991px){
    body{padding-bottom: 70px;}
    .zright,.zleft{width: 100%!important;}
    .pleft1,.pright1{width: 100%;}
    .zleft{margin-bottom: 25px;}
   .zleft .cate-list{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}
}

@media(max-width: 768px){
    .dao{display: none;}
    .lx{width: 100%;}
    .box6 .abt{margin-bottom: 20px;}
    .cul2 li{width: 48%;}
    .cul2 li h3{padding: 15px 0;}
    .download-list li{width: 23%;}
    .tu2{font-size: 22px;}
}

@media(max-width: 640px){
    .v_tit_aa{width: 52%;margin: 0 auto;margin-bottom: 20px;}
    .line1{width: 0.5px;}
    .spn{width: 38px;height: 38px;}
    .pmore a{margin-top: 25px;}
    .mySwiper .swiper-slide{width: 43%;}
    .jbj{bottom: 16px;padding: 0 15px;}
    .mySwiper .swiper-slide:hover .jbj{padding: 0 20px;}
    .jbj h3{font-size: 16px;}
    .jia img{width: 15px;}
    .pintro{font-size: 14px;}
    .plogo img{max-width: 60px;}
    .abt{font-size: 24px;margin: 20px 0;}
    .pbt1{font-size: 20px;}
    .bt2{font-size: 24px;}
    .more1 a{font-size: 15px;margin: 0 10px;}
    .acon{font-size: 14px;line-height: 1.5;margin-bottom: 20px;}
    .xin1 li{width: 100%;margin-bottom: 25px;}
    .det .time{margin: 15px 0 10px;}
    .cheng a{font-size: 15px;padding: 0 10px;}
    .box6 .pmore a{margin-top: 29px;}
    .tlogo,.she{width: 100%;text-align: center;}
    .she{margin-top: 10px;}
    .tlogo img{width: 170px;}
    .she{justify-content: center;}
    .she li{margin-right: 16px;}
    .ft1{padding-bottom: 12px;}
    .ft3 .wh{display: block;text-align: center;}
    .ft3{padding: 15px 0;font-size: 14px;}
    .abt3{font-size: 14px;padding: 15px 0;}
    .case-list2 li{width: 48%;}
    .news-lists2 li{width: 100%;}
    .news-detail .title{font-size: 27px;}
    .xwtt{font-size: 16px;}
    .ntime2,.eye{font-size: 14px;}
    .logo2 img{width: 46px;}
    .xwt{margin-left: 10px;}
    .ntime2{line-height: 1;margin-top: 5px;}
    .xw1 .eye{margin-left: 15px;}
    .xwxq{padding-bottom: 25px;margin-bottom: 30px;}
    .fenx .social-share .social-share-icon{width: 32px;height: 32px;line-height: 32px;}
    .news-detail .content p{font-size: 15px;}
    .xgxw .news-lists2{margin: 0 -1%;}
    .xgxw .news-lists2 li{width: 48%;margin: 0 1%;margin-bottom: 20px;}
    .nn2{margin: 13px 0 5px;}
    .xgxw .news-lists2 li h3{margin-bottom: 19px;}
    .nbt4{font-size: 20px;}
    .cate-list2{justify-content:space-between;}
    .cate-list2 .category{width: 31%;margin-right: 0;}
    .cate-list2 .category a{width: 100%;}
    .cul2{margin: 0;}
    .cul2 li{width: 100%;margin: 0;margin-bottom: 10px;}
    .case-list{margin-top: 30px;}
     .download-list li{width: 48%;}
     .nm{width: 30px;bottom: 20px;}
    .jia a{width: 180px;height: 40px;line-height: 40px;font-size: 14px;margin-top: 25px;}
    .pbt1{bottom: 20px;left: 20px;}
    .tu2{font-size: 20px;}
    .pleft1 p{font-size: 14px;}
    .pul4{margin: 0 -2%;}
    .pul4 li{width: 46%;margin: 0 2%;}
    .pul4 li .wz a{margin: 10px 0;font-size: 14px;}



}





@-webkit-keyframes fadeInDown1 {
    from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@keyframes fadeInDown1 {
    from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
.fadeInDown1 { -webkit-animation-name: fadeInDown1; animation-name: fadeInDown1 }
@-webkit-keyframes fadeInDown2 {
    from { opacity: 0; -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@keyframes fadeInDown2 {
    from { opacity: 0; -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
.fadeInDown2 { -webkit-animation-name: fadeInDown2; animation-name: fadeInDown2 }
@-webkit-keyframes fadeInLeft1 {
    from { -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInLeft1 {
    from { -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInLeft1 { -webkit-animation-name: fadeInLeft1; animation-name: fadeInLeft1 }
@-webkit-keyframes fadeInLeft2 {
    from { -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInLeft2 {
    from { -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInLeft2 { -webkit-animation-name: fadeInLeft2; animation-name: fadeInLeft2 }
@-webkit-keyframes fadeInRight1 {
    from { -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInRight1 {
    from { -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInRight1 { -webkit-animation-name: fadeInRight1; animation-name: fadeInRight1 }
@-webkit-keyframes fadeInRight2 {
    from { -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInRight2 {
    from { -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInRight2 { -webkit-animation-name: fadeInRight2; animation-name: fadeInRight2 }
@-webkit-keyframes zoomLeft {
    from { -webkit-transform: scale3d(0.3, .3, .3); transform: scale3d(0.3, .3, .3); opacity: 0 }
    50% { opacity: 1 }
}
@keyframes zoomLeft {
    from { -webkit-transform: scale3d(0.3, .3, .3); transform: scale3d(0.3, .3, .3); opacity: 0 }
    50% { opacity: 1 }
}
.zoomLeft { -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft }
.zoomRight { -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft }
@-webkit-keyframes fadeInUp1 {
    from { -webkit-transform: translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInUp1 {
    from { -webkit-transform: translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInUp1 { -webkit-animation-name: fadeInUp1; animation-name: fadeInUp1 }
@-webkit-keyframes fadeInUp2 {
    from { -webkit-transform: translate3d(0, 2%, 0); transform: translate3d(0, 2%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInUp2 {
    from { -webkit-transform: translate3d(0, 2%, 0); transform: translate3d(0, 2%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInUp2 { -webkit-animation-name: fadeInUp2; animation-name: fadeInUp2 }


/* h-photo-list5 timeline dots */
.h-photo-list5 {
    position: relative;
    overflow: visible;
}

.h-photo-list5::before {
    z-index: 0;
}

.h-photo-list5 li {
    overflow: visible;
}

.h-photo-list5 li::before,
.h-photo-list5 li:last-child::after {
    position: absolute;
    top: 80px;
    z-index: 1;
    width: 10px;
    height: 10px;
    border: 2px solid #e9f1f8;
    border-radius: 50%;
    background: #01386e;
    box-shadow: 0 0 0 4px #e9f1f8;
    transform: translate(-50%, -50%);
    content: "";
}

.h-photo-list5 li::before {
    left: 0;
}

.h-photo-list5 li:last-child::after {
    left: 100%;
}

.h-photo-list5 li a {
    z-index: 2;
}

@media (max-width: 768px) {
    .h-photo-list5 li::before,
    .h-photo-list5 li:last-child::after {
        top: 75px;
        width: 8px;
        height: 8px;
        box-shadow: 0 0 0 3px #e9f1f8;
    }
}

.ajax-list-area .js-load-list {
    transition: opacity .2s ease;
}

.download-list .download-card {
    position: relative;
}

.download-list .download-card h3 {
    margin-top: 18px;
}

.download-list .download-card .xia {
    background: #ad8b72;
}

.case-list .js-load-list::after,
.download-list.js-load-list::after,
.news-lists2.js-load-list::after {
    display: block;
    clear: both;
    content: "";
}
