.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: 58.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/xinminjidian/2026/07/4aca937091zf2afx.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/xinminjidian/2026/07/eb4918042eklrvqv.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: 25%;
}

.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: 6.65;
    border-bottom: 1px solid #a70427;
    padding: 0 11px;
}

.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/xinminjidian/2026/07/da99b6552bgliwb2.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/xinminjidian/2026/07/34b443fdccyn3j3c.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: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.whylist li .wz {
    color: #fff;
    font-size: 22px;
    margin: 2.86vw 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/xinminjidian/2026/07/55dffd2f49ynwoyv.png) no-repeat right center;
}

.synews li:hover .wz {
    color: #a70427;
}




.box8 {
    background: url(//wm.cdn.cn86.cn/xinminjidian/2026/07/a2450c23deypd6ok.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 4.1666vw;
}

.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;
}

.f_nav dd a:hover {
    font-weight: bold;
}




.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;
    }

    .sylist1 li:last-child {
        display: none;
    }

    .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/xinminjidian/2026/07/bbe13cb325s9gtof.png) left center no-repeat;
}

.lxbox1 li .wz2 p:nth-child(2) {
    background: url(//wm.cdn.cn86.cn/xinminjidian/2026/07/a5638ddcd85oe0we.png) left center no-repeat;
}

.lxbox1 li .wz2 p:nth-child(3) {
    background: url(//wm.cdn.cn86.cn/xinminjidian/2026/07/32c7b1c66cg4cq23.png) left center no-repeat;
}

.lxbox1 li .wz2 p:nth-child(4) {
    background: url(//wm.cdn.cn86.cn/xinminjidian/2026/07/33b76a55b5slb1xb.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;
    }
}



/* 产品详情页 */
.pd1 p {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
}

.pd1 p img {
    margin-right: 5px;
}

.pd1 p strong {
    font-weight: 500;
    color: #a70427;
}

.pd2 {
    display: flex;
}

.inquiry.contact {
    background: #a70427;
    margin-left: 10px;
}

.inquiry {
    background: #000000;
    width: 150px;
    height: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nav-tabs {
    background: #e8e8e9;
    border: none;
}

.nav-tabs li a {
    background: #e8e8e9;
    border: none;
}

.nav-tabs li a.active {
    background: #a70427;
    color: #fff !important;
}

.nyproductbg1 {
    background: #f9f9f9;
    padding: 40px 0;
}

.nypt1 {
    text-align: center;
    color: #000000;
    font-size: 1.82291666666667vw;
    font-weight: 600;
}

.nypt1 b {
    font-weight: 600;
    color: #a70427;
}

.nypt2 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 2.6vw;
}

.nypt2 img {
    max-width: 100%;
}

.nyplist1 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.nyplist1 li {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.31);
    padding: 40px 25px;
}

.nyplist1 li .img1 {
    text-align: center;
}

.nyplist1 li .img1 img {
    max-width: 100%;
    transition: transform .5s ease;
}

.nyplist1 li:hover .img1 img{
    transform: rotate(360deg);
}


.nyplist1 li .wza {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0;
    text-align: center;
}

.nyplist1 li .wzx {
    width: 58px;
    height: 6px;
    background-color: rgb(167, 4, 39);
    margin: 0 auto;
    margin-bottom: 20px;
}

.nyplist1 li .wzb {
    color: #757575;
    font-size: 18px;
    line-height: 1.944;
    text-align: center;
}

.nyplist2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.nyplist2 li {
    background-color: #000000;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-radius: 8px;
    width: 14.3%;
    margin: 0 0.5%;
}

.nyplist2 li:nth-of-type(1) {
    background-color: #a70427;
}

.nyplist2 li a {
    display: block;
    color: #ffffff;
    font-size: 20px;
}

.nyplist2 li:hover {
    background: #a70427;
}

.nyplist2 li:hover a {
    color: #fff;
}

.nyplist2 li:nth-of-type(1):hover {
    background: #000000;
}

.nyproductbg2 {
    padding: 30px 0;
}

.nyplist3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.nyplist3 li {
    position: relative;
}

.nyplist3 li .img1 img {
    width: 100%;
}

.nyplist3 li .wz {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nyplist3 li .wz .wza {
    color: #ffffff;
    font-size: 20px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nyplist3 li .wz .wzb {
    background: url(//wm.cdn.cn86.cn/xinminjidian/2026/07/b165bc9a5bssjzlz.png) no-repeat top center;
    background-size: 100% 100%;
    width: 25px;
    height: 18px;
}

.nyproductbg3 {
    padding-top: 40px;
    padding-bottom: 50px;
}

.nyplist5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nyplist5 li {
    width: 22.89%;
    background: rgba(250, 248, 248, .5);
    padding: 1.3vw 6px;
    margin-bottom: 1vw;
}

.nyplist5 li .wza {
    display: flex;
    align-items: center;
    color: #a70427;
    font-size: 1.35416666666667vw;
    font-weight: 600;
    margin-bottom: 1.3vw;
}

.nyplist5 li .wza span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(167, 4, 39);
    color: #fff;
    font-size: 1.35416666666667vw;
    font-weight: 600;
    margin-right: 10px;
}

.nyplist5 li .img1 img {
    width: 100%;
}

.nyplist5 li .wzb {
    color: #3a3a3a;
    font-size: 18px;
    line-height: 1.722;
    padding-top: 1.2vw;
}

.nyplist5 li .icon3 {
    display: none;
}

.nyplist5 .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 3px;
}

.nyplist5 .icon3 {
    display: none;
}

.nyplist5 .icon7 {
    display: none;
}

.nyproductbg4 {
    background: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
}

.n-photo-list66{
    display:flex;
    gap:20px;
}

.n-photo-list6 {
    position: relative;
    overflow: hidden;
    /* display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch; */
    flex: 1;
}

.n-photo-list6 li {
    position: relative;
    border: 1px solid #e5e4e4;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.17);
    margin-bottom: 10px;
}


.n-photo-list6 li .tip-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 15px 30px;
}

.n-photo-list6 li .tip-tit .tip-tit1 {
    display: flex;
    align-items: center;
}

.n-photo-list6 li .tip-tit .tip-tit1 span.num {
    color: #a70427;
    font-size: 1.45833333333333vw;
    font-weight: 600;
    background: url(//wm.cdn.cn86.cn/xinminjidian/2026/07/a31785f818bajldv.png) no-repeat right center;
    padding-right: 1vw;
    margin-right: 1vw;
    flex: none;
}

.n-photo-list6 li .tip-tit span {
    font-size: 1.14583333333333vw;
    color: #1d1d1d;
    font-weight: bold;
}

.n-photo-list6 li .tip-tit span.clicked {
    color: #a70427;
}

.n-photo-list6 li .tip-cont {
    color: #4a4a4a;
    font-size: 19px;
    line-height: 1.63;
    display: none;
    padding: 0px 20px;
    padding-bottom: 15px;
}

.circle-chevron1 {
    width: 22px;
    height: 12px;
    background: url(//wm.cdn.cn86.cn/xinminjidian/2026/07/b17e6e942eskob5d.png) no-repeat center;
    flex-shrink: 0;
    place-items: center;
    transition: all .2s ease-in-out;
    display: grid
}

.circle-chevron1.clicked {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-image: url(//wm.cdn.cn86.cn/xinminjidian/2026/07/454675bfc36cdg65.png);
}

.nyproductbg5 {
    padding: 60px 0;
}

.nyproductindex5 {
    display: flex;
    justify-content: space-between;
}

.nyproductindex5-left {
    width: 31.18%;
    position: relative;
}

.nyproductindex5-left>img {
    width: 100%;
    height: 100%;
}

.nymesstitle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 1.5vw;
}

.nymesstitle .nypt1 {
    text-align: left;
    margin-bottom: 1.2vw;
}

.nypt3 {
    color: #4a4a4a;
    font-size: 20px;
    line-height: 1.55;
}

.nypt4 {
    width: 79px;
    height: 4px;
    background-color: rgb(167, 4, 39);
    margin-top: 1vw;
}


.nyproductindex5-right {
    width: 66.84%;
}

.mstitle {
    color: #828181;
    font-size: 18px;
}

.mstitle span {
    color: #a70427;
}

.nyproductindex5-right .hm-message-con .form-input {
    display: flex;
}

.nyproductindex5-right .hm-message-con .btn {
    width: 100%;
}

@media(max-width:1366px) {
    .nyplist1 li .img1 img {
        max-width: 100px;
        width: 100%;
    }

    .nyplist1 li .wza {
        font-size: 20px;
    }

    .nyplist1 li .wzb {
        line-height: 1.5;
    }

    .nyplist5 li .wzb {
        font-size: 16px;
    }

    .nypt3 {
        font-size: 18px;
    }
}

@media(max-width:1200px) {
    .nyplist1 li .img1 img {
        max-width: 80px;
    }

    .nyplist1 li .wza {
        font-size: 16px;
    }

    .nyplist1 li .wzb {
        font-size: 14px;
    }

    .nyplist2 li a {
        font-size: 14px;
    }

    .nyplist3 li .wz {
        padding: 15px 10px;
    }

    .nyplist3 li .wz .wza {
        font-size: 14px;
    }

    .nyplist5 li .wzb {
        font-size: 14px;
    }

    .n-photo-list6 li .tip-cont {
        font-size: 14px;
    }

    .nypt3 {
        font-size: 16px;
    }

    .mstitle {
        font-size: 16px;
    }
}

@media(max-width:1100px) {
    .nyplist1 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nyplist5 li {
        width: 47%;
    }

    .nyplist5 .icon1 {
        display: none;
    }

    .nyplist5 .icon5 {
        display: none;
    }
}

@media(max-width:990px) {
    .nypt1 {
        font-size: 24px;
    }

    .nyplist1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nyplist1 li {
        padding: 20px 10px;
    }

    .nyplist2 li {
        width: 25%;
    }

    .nyplist5 li .wza {
        font-size: 16px;
    }
    
    .n-photo-list66{
        display: block;
    }

    .n-photo-list6 {
        /* grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px; */
    }

    .n-photo-list6 li .tip-tit {
        padding: 10px 15px;
    }

    .n-photo-list6 li .tip-tit span {
        font-size: 14px;
    }

    .n-photo-list6 li .tip-tit .tip-tit1 span.num {
        font-size: 16px;
    }

    .nyplist2 {
        margin-top: 20px;
    }

    .nyproductbg5 {
        padding: 40px 0;
    }

    .nyproductindex5 {
        flex-wrap: wrap;
    }

    .nyproductindex5-left {
        width: 100%;
        background: url(//wm.cdn.cn86.cn/xinminjidian/2026/07/ce92dbec0ebicrkh.jpg) no-repeat top center;
        background-size: 100% 100%;
        padding: 40px 0;
    }

    .nyproductindex5-left>img {
        display: none;
    }

    .nymesstitle {
        position: relative;
    }

    .nyproductindex5-right {
        width: 100%;
        margin-top: 20px;
    }

    .nyproductindex5-right .col-md-6 {
        max-width: 100% !important;
    }

    .nyproductindex5-right .col-md-4 {
        max-width: 100% !important;
    }
}

@media(max-width:780px) {
    .nyplist1 li .img1 img {
        max-width: 70px;
    }

    .nyplist1 li .wzx {
        margin-bottom: 10px;
    }

    .nyplist1 li .wz {
        font-size: 13px;
    }

    .nyplist2 li {
        width: 40%;
    }

    .nyplist3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nyplist3 li .wz {
        padding: 10px 5px;
    }

    .nyplist5 li .wza span {
        font-size: 16px;
    }

    .nyplist5 li {
        width: 49%;
        margin-bottom: 2%;
    }

    .nyplist5 .icon {
        display: none;
    }

    .nyplist5 li .wzb {
        font-size: 13px;
        line-height: 1.5;
    }

    .nyproductbg4 {
        padding: 40px 0;
    }
}