.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:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.flex2{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}

.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

body {
    overflow-x: hidden;
}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}
.wh{padding: 0 22px;}

.top2 .language-group .btn{color: #333333;margin-top:20px;}
.x-menu>li.lastli{margin-right: 20px;}
.x-menu {
    position: relative
}

.x-menu>li {
    text-align: center;
     position: relative;
}
.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #333333;
    height: 80px;
    font-weight: bold;
    line-height: 80px; 
    position: relative;
    padding: 0 2.1vw;
}

.x-menu>li:hover>a {
    color: #b18147;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 240px;
    left: 50%;
    transform:translateX(-50%);
    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)
}


.logo img{max-width: 74px;}



/**/
/* banner */
.bandd{position: relative;}
.home-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}


.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100vw;
    max-width: 100vw;
}



.home-banner .swiper-pagination1{text-align: center;width: 100%;position:absolute;bottom: 8%;z-index: 999;}
.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;
}




.swiper-button-prev1,.swiper-button-next1{width: 51px;height: 51px;text-align: center;line-height: 49px;display: block;position: absolute;top:50%;transform:translateY(-50%);z-index: 999; border: dashed 1px #ffffff;border-radius: 50%;outline: none;transition:all 0.3s;}
.swiper-button-prev1{left: 2%;}
.swiper-button-next1{right: 2%;}
.swiper-button-prev1:hover{border-color: #b18147;background-color: #b18147;}
.swiper-button-next1:hover{border-color: #b18147;background-color: #b18147;}

.scroll_to_top2{display: none;}


.x-menu li.lastli #formsearch{width: 181px;border-bottom: 1px solid #000000;margin-top: 20px;}
.x-menu li.lastli #formsearch input{height:35px;background:none;border:none;line-height:35px;outline: none;}
.x-menu li.lastli #formsearch input#keyword{height:35px;line-height:35px;padding-left:4px;color:#666;width: calc(100% - 46px);}
.x-menu li.lastli #formsearch input#s_btn{width:46px;height:35px;line-height:35px;text-align:center;background:url(//wm.cdn.cn86.cn/fsnanhaiboxin/2026/07/fe585b438czswje8.png) no-repeat right center;color:#fff;border:none;cursor:pointer;font-size: 12px;}




.so {
    line-height: 110px;
    cursor: pointer;
}

.so img {
    max-width: 100%;
    max-height: 25px;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 110px;
    width: 238px;
    padding: 20px;
    border-radius: 20px;
    z-index: 999;
    background: rgb(21, 72, 141, 0.5);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}


/**/
.box1{background: url(//wm.cdn.cn86.cn/fsnanhaiboxin/2026/07/964fb49cbe5t33nd.png) no-repeat  center 2.2vw;padding: 6.1% 0 4.7%;overflow: hidden;}
.mySwiper{overflow: hidden;}
.pbt{color: #333333;font-size: 16px;transition:all 0.5s; font-weight: bold;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;margin-top: 16px;}
.swiper-pagination2{position: relative;margin-top: 2.7vw;height: 4px;background-color: #f5f5f5;border-radius: 2px;}
.swiper-pagination2 .swiper-pagination-progressbar-fill{background-color: #b18147;}
.mySwiper .img{overflow: hidden;}
.mySwiper .img img{width: 100%;transition:all 0.5s;}
.mySwiper .swiper-slide:hover .img img{transform:scale(1.1);}
.mySwiper .swiper-slide:hover .pbt{color: #b18147;}
.mySwiper a{display: block;}


/**/
.box2{overflow: hidden;position: relative;}
.box2 .img1{width: 100%;}
.bwz{position: absolute;left: 30px;top:3.4vw;}
.ht1{color: #ffffff;font-size: 4.16666vw;line-height: 1;font-weight: lighter;font-family: "Candara", "SF Pro Display", "Arial";}
.ht3{color: #ffffff;font-size: 4.16666vw;line-height: 1;font-weight: bold;}
.ht2{margin: 8px 0;}
.ht2 img{width: 23.229vw;}
.hwz{position: absolute;left: 30px;bottom: 3vw;}
.hwz p{padding-left: 24px;color: #ffffff;font-size: 16px;background: url(//wm.cdn.cn86.cn/fsnanhaiboxin/2026/07/663638fb9f4wy7zd.png) no-repeat left center;display: inline-block;margin-right: 3.7vw;}
.hwz p:last-child{margin-right: 0;}

/**/
.box3{padding: 33px 0 4.6%;}
.pmore a{display:block;width: 150px;height: 44px;margin: 0 auto;margin-top: 2.8vw; background-color: #000000;color: #ffffff;font-size: 14px;font-weight: bold;text-align: center;line-height: 44px;}
.pmore a:hover{background: #b18147;}
.plist li{width: calc(25% - 2px);overflow: hidden;}
.plist li a{display:block;}
.plist .img {overflow: hidden;overflow: hidden;}
.plist li h3{margin: 0;color: #333333;font-weight: bold;font-size: 16px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;margin-top: 1.4vw;}
.plist .img img{width: 100%;transition:all 0.5s;}
.plist li:hover .img img{transform:scale(1.1);}

/**/
.box4{text-align: center;padding: 5.2% 0 5%;overflow: hidden;}
.abt1{color: #ffffff;font-size: 2.5vw;font-weight: bold;line-height: 1.25;width: 53vw;margin: 0 auto;}
.acon{color: #ffffff;font-size: 1.25vw;line-height: 1.45833;width: 70vw;margin: 9.6vw auto 7.3vw;}
.abt2 a{display: block;margin: 0 auto;color: #ffffff;font-size: 1.8725vw;font-weight: bold;box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);border-radius: 30px;border: solid 1px #828282;padding: 2vw  4.3vw;line-height: 1; display: inline-block;margin: 0 auto;}


.box5{padding: 4% 0 5%;}
.sul li{width: 20%;text-align: center;color: #333333;transition:all 0.5s;cursor: pointer;}
.sbt sup{font-weight: bold;font-size: 1.25vw;margin-left: 8px;line-height: 1;top:-1vw;}
.sbt span{font-size: 2.5vw;font-weight: normal;line-height: 1;}
.sul li p{font-size: 20px;margin-top: 8px;}
.sul li:first-child .sbt  sup{font-weight: normal;}
.sul li:hover{color: #b18147;}

/**/
.box6{overflow: hidden;position: relative;}
.tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible;  }
.ysort{position: absolute;top:0;left: 0;z-index: 999;height: 100%;z-index: 99;}
.tab-con .tab-main img{width: 100%;}
.tab-con .tab-main .img{position: relative;}
.tab-con .tab-main .img:after{content: "";display: block;position: absolute;width: 100%;height: 100%;top:0;left: 0;background: rgba(0,0,0,.6);}
.ysort li{width: 33.333%;cursor: pointer; border-right: 1px solid rgba(255,255,255,.3);display: flex;align-items: center;justify-content: center;flex-direction: column;text-align: center;padding: 0 10px;}
.ysort li:last-child{border-right:none;}
.ysort{width: 100%;}
.ycon{color: #ffffff;font-size: 1.25vw;line-height: 1.666;}
.ysort li h3{margin: 1.7vw 0 4vw;font-size: 1.8725vw;color: #ffffff;font-weight: bold;}
.ysort li .img{height: 5.78125vw;line-height:5.78125vw;}
.ysort li .img img{max-height: 100%;}


/**/
.box7{padding: 47px 0 6.8%;overflow: hidden;}
.qi{width: 30.96%;position: relative;overflow: hidden;}
.qimg{width: 100%;transition:all 0.5s;}
.qi:hover .qimg,.ship:hover .qimg,.oem1:hover .qimg{transform:scale(1.1);}
.qbj{position: absolute;top:3vw;left: 0;width: 100%;padding:0 4vw 0 2.3vw;}
.line1{width: 2px;height: 12.4479vw;background-color: #ffffff;border-radius: 1px;}
.qbt{color: #ffffff;font-weight: bold;font-size: 1.8725vw;margin: 1.5vw 0 15px;}
.qcon{color: #ffffff;font-size: 1.041vw;line-height: 2;font-weight: bold;}
.honor,.honor2{position: relative;overflow: hidden;}
.wbt{position: absolute;top:1.7vw;padding-left: 1.5vw;width: 100%;}
.cbt{position: absolute;top:2vw;padding-left: 2.4vw;}
.cbt1{color: #ffffff;font-size: 1.5625vw;font-weight: bold;line-height: 1;margin-bottom: 8px;}
.cbt2{color: #ffffff;font-size: 1.04vw;}
.wen{width: 34.13%;}
.honor{margin-bottom: 1.6%;}
.ship,.oem1{position: relative;overflow: hidden;}
.scon,.obt{position: absolute;}
.honor:hover .qimg,.honor2:hover .qimg{transform:scale(1.1);}
.qright{width: 34.13%;}
.ship{margin-bottom: 1.5%;}
.wbt1{color: #333333;font-size: 1.8725vw;line-height: 1;}
.wbt2{color: #333333;font-size: 18px;}
.scon{top:2vw;left: 0;width: 100%;padding-left: 2vw;}
.scon .qbt{line-height: 1;margin: 0 0 1.1vw 0;}
.obt{position: absolute;top:2vw;padding-left: 2vw;width: 100%;}
.obt1{color: #ffffff;font-size: 14px;}
.obt2{color: #fff;font-size: 1.8725vw;font-weight: bold;line-height: 1;margin: 5px 0;}
.obt3{color: #ffffff;font-size: 14px;font-weight: bold;}


/**/
.box8{overflow: hidden;padding-bottom: 7.1%;}
.nbt{color: #000000;font-weight: bold;font-size: 1.8725vw;line-height: 1;}
.nmore a{display: block;color: #000000;font-size: 20px;font-weight: bold;line-height: 1;}
.xin{margin-top: 2.6vw;}
.xin1{width: 74.5%;}
.xin2{width: 23.5%;}
.xin1 li{width: 31.53%;}
.xin1 li a{display: block;}
.xin1 li a .img{overflow: hidden;}
.xin1 li a .img img{width: 100%;transition:all 0.5s;}
.xin1 li a:hover .img img{transform:scale(1.1);}
.wz{color: #000000;line-height: 1.6666;font-size: 18px;transition:all 0.5s; display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;font-weight: bold;}
.time{color: #a0a0a0;font-size: 14px;margin: 10px 0 13px;}
.wz2{color: #9c9c9c;font-size: 16px;line-height: 1.875;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.mo{width: 150px;height: 44px;transition:all 0.5s; margin-top: 1.6vw; background-color: #000000;line-height: 44px;text-align: center;color: #ffffff;font-size: 14px;font-weight: bold;}
.det{margin-top: 20px;}
.xin2 li{height: 25%;border-bottom: 1px solid #e5e5e5;display: flex;align-items: center;}
.xin2 .time{margin: 0;padding-left: 2.3vw;}
.xin2 .wz{padding-left: 2.3vw;background: url(//wm.cdn.cn86.cn/fsnanhaiboxin/2026/07/aa36ad4905rmfxfu.png) no-repeat left  12px;}
.xin2 li a{display: block;width: 100%;}
.xin1 li:hover .wz{color: #b18147;}
.xin1 li:hover .mo{background: #b18147;color: #fff;}
.xin2 li:hover .wz{color: #b18147;}


/**/
.box9{background: url(//wm.cdn.cn86.cn/fsnanhaiboxin/2026/07/2d62355115xcdyc9.jpg) no-repeat top center;background-size: cover;padding: 4.8% 0 6%;}
.ybt1{color: #ffffff;font-size: 1.8725vw;font-weight: bold;text-align: center;line-height: 1;}
.ybt2{color: #ffffff;font-size: 20px;font-weight: bold;text-align: center;margin: 3.6vw 0 12px;}
.ybt4{width: 119px;height: 48px;background-color: #000000;color: #ffffff;font-weight: bold;font-size: 14px;text-align: center;line-height: 48px;transition:all 0.5s;}
.ybt3{width: 358px;height: 47px;background-color: #ffffff;border: solid 1px #e5e5e5;color: #b7b7b7;font-size: 16px;padding-left: 19px;line-height: 47px;}
.ybt4:hover{background: #b18147;}

/**/
.ft1{padding: 4.4vw 0 3.2vw;}
.ft2{border-top:1px solid #eeeeee;font-size: 14px;color: rgba(102,102,102,.5);padding: 20px 0;text-align: center;}
.ft2 a{color: rgba(102,102,102,.5);}
.tlogo img{max-width: 158px;}
.tlogo{margin-left: 2vw;}
.dbt1{color: #000000;font-size: 18px;font-weight: bold;line-height: 1;margin-bottom: 1.4vw;}
.dao li a{display: block;color: #b6b6b6;font-size: 14px;line-height: 3.07;}
.lx{color: #838383;font-size: 16px;line-height: 2.5;}
/*.lx p:last-child{padding-left:67px;}*/
.dao{width: 69.3%;margin-right: 4%;}
.foot a:hover{color:#b18147; }
.dao li:last-child{width: 42.5%;}


@media(max-height: 1600px){
    .x-menu li.lastli #formsearch{width: 150px;}
    .x-menu>li>a{padding: 0 1.7vw;}
    .sul li p{font-size: 18px;}
    .nmore a{font-size: 18px;}
}


@media(max-height: 1400px){
    .x-menu li.lastli #formsearch{width: 130px;}
    .x-menu>li>a{padding: 0 1.3vw;}
    .lx{font-size: 14px;}
    .nbt{font-size: 30px;}
}
@media(max-width: 1200px){
    .x-menu>li.lastli,.swiper-button-prev1, .swiper-button-next1{display: none;}
    .sul li p{font-size: 16px;}
    .wz{font-size: 16px;}
    .tlogo{margin-left: 0;}
    .dao li{display: none;}
    .dao li:last-child{display: block;width: 100%;}
}
@media(max-width: 991px){
    body{padding-bottom: 70px;}
}

@media(max-width: 640px){
    .home-banner .swiper-pagination1{bottom: 5%;}
    .home-banner .swiper-pagination1 .swiper-pagination-bullet{width: 8px;height: 8px;}
    .home-banner .swiper-pagination1 .swiper-pagination-bullet-active{width: 30px;}
    .pbt{font-size: 14px;}
    .hwz p{font-size: 12px;padding-left: 15px;margin-right: 5px;}
    .ht2{margin: 3px 0;}
    .bwz{top:30px;}
    .box2 .img1{height: 200px;object-fit: cover;}
    .plist li{width: calc(50% - 2px);margin-bottom: 12px;}
    .plist li h3{font-size: 14px;}
    .box3{padding-bottom: 40px;}
    .abt1{font-size: 16px;width: 100%;}
    .acon{font-size: 14px;width: 100%;}
    .abt2 a{font-size: 18px;padding: 10px 20px;}
    .box4{padding: 8.2% 0 8%;}
    .sbt span{font-size: 30px;}
    .sul li{width: 49%;margin-bottom: 15px;}
    .sbt sup{font-size: 16px;top:-10px;}
    .sul li p{font-size: 14px;margin-top: 2px;}
    .box5{padding-top: 6%;}
    .ycon{font-size: 12px;}
    .ysort li h3{font-size: 14px;}
    .ysort li .img{height: 40px;line-height: 40px;}
    .ysort li h3{margin: 15px 0 20px;}
    .tab-con .tab-main img{height: 300px;object-fit: cover;}
    .ysort li{display: block;padding-top: 10%;}
    .box7{padding: 30px 0 20px;}
    .wh{padding: 0 4%;}
    .qi,.wen,.qright{width: 100%;margin-bottom: 10px;}
    .qbt,.wbt1,.obt2{font-size: 24px;}
    .qcon,.cbt2{font-size: 14px;}
    .qbj{padding: 0 4%;top:10%;}
    .wbt2{font-size: 14px;}
    .cbt1{font-size: 20px;}
    .cbt{padding-left: 4%;top:17%;}
    .scon,.obt{top:20px;padding-left: 4%;}
    .scon img{width: 40px;margin-top: 15px;}
    .obt1,.obt3{font-size: 12px;}
    .nbt,.ybt1{font-size: 24px;}
    .nmore a{font-size: 16px;}
    .xin1,.xin2{width: 100%;}
    .xin{margin-top: 26px;}
    .ship,.honor{margin-bottom: 10px;}
    .xin1 li{width: 100%;margin-bottom: 15px;}
    .wz2{font-size: 14px;}
    .mo{width: 140px;height: 40px;line-height: 40px;margin-top: 20px;font-size: 13px;}
    .xin2 .wz,.xin2 .time{padding-left:30px;}
    .xin2 li{height: auto;padding: 20px 0;}
    .xin2 .wz{background-position: left 8px;}
    .ybt2{font-size: 15px;margin-top: 30px;}
    .ybt3{width: calc(100% - 119px);height: 40px;font-size: 14px;line-height: 38px;}
    .ybt4{height: 40px;line-height: 40px;font-size: 12px;}
    .box9{padding: 7.8% 0 9%;}
    .tlogo,.dao{width: 100%;}
    .tlogo img{max-width: 120px;margin-bottom: 20px;}




}