.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;
    }
}


/*  */
p {
    margin: 0;
}

body {
    overflow-x: hidden;
}

.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);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2: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);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.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
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1630 {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 15px;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1580 {
    max-width: 1610px;
    margin: 0 auto;
    padding: 0 15px;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/* header */
.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #e2e3dc;
}

.top-mid-flex {
    height: 132px
}

.logo {
    position: relative;
    width: 21%;
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
}

.header-ss {
    margin-left: 1.25vw;
    position: relative;
    width: 36px;
    height: 36px
}

.header-ss .ss_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/huizhoukerui/2025/03/912029ca77vmcw3b.png) no-repeat center;
    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(//cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)
}


.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li>a {
    display: block;
    font-size: 1.25vw;
    color: #000000;
    height: 132px;
    line-height: 132px;
    font-weight: 400;
    position: relative;
}

.x-menu>li>a::before {
    content: '';
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #d7000f;
    opacity: 0;
}

.x-menu>li>a i {
    display: none;
}

.x-menu>li:hover>a {
    color: var(--main-theme-color);
}

.x-menu>li:hover>a::before {
    opacity: 1;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff !important;
    background-color: var(--main-theme-color)
}

@media (min-width:1024px) {
    .x-menu>li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        margin-left: 22px;
        margin-right: 22px
    }
}

/* 产品下拉 */
/* 快速设置模板 */
:root {
    --wid1600: 1600px;
    --wid: 1440px;
    --widDb: calc((100vw - var(--wid))/2);
}

.fs24 {
    font-size: 24px
}
.fs14 {
    font-size: 14px
}

.ovh {
    overflow: hidden
}

.pos {
    position: relative
}

.block {
    display: block
}

.ts4 {
    transition: all .4s ease
}

.ts6 {
    transition: all .6s ease
}

.image {
    overflow: hidden;
    cursor: pointer
}

.image img {
    transition: all .6s ease
}

.image:hover img {
    transform: scale(1.04)
}

.none {
    display: none !important
}

.bgImage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}


.x-menu {
    position: initial;
}

.x-menu>li:nth-of-type(3) {
    position: initial;
}

.x-menu>li:nth-of-type(3)>a {}

.x-menu>li:nth-of-type(3) .x-sub-menu {
    width: 100%;
    left: 0;
}

.Header-drop {
    display: none;
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    background: #fefefe;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.headDrop-desc {
    padding: 75px 45px 60px 0;
    width: 25%;
    border-right: 1px solid #e7ebee;
}

.headDrop-desc .title {
    text-align: left;
}
.headDrop-desc .text {
    text-align: left;
    line-height: 24px;
    margin: 20px 0;
}

.headDrop-desc .more a {
    align-items: center;
}

.headDrop-desc .more a i {
    display: block;
    transform: rotate(180deg);
    transition: transform .4s ease;
    font-size: inherit;
    margin-left: 10px;
}

.headDrop-desc .more a:hover {
    color: #d1292e;
}

.headDrop-desc .more a:hover i {
    transform: translateX(6px) rotate(180deg);
}

.headDrop-right {
    width: 75%;
    padding: 75px 0 60px 45px;
}

.headDrop-list {
    margin: -22px 0 0 -22px;
}

.headDrop-item {
    margin: 22px 0 0 22px;
    width: calc(25% - 22px);
}

.headDrop-item .img {
    transition: all .6s ease;
    overflow: hidden;
}

.headDrop-item .img img {
    width: 100%;
    height: 125px;
    transition: all .6s ease;
}

.headDrop-item:hover .img {
    transform: scale(0.92);
}

.headDrop-item:hover .img img {
    transform: scale(1.3);
}

.headDrop-item .title{
    text-align: left;
    margin-top: 12px;
    font-size: 14px;
    color: #000;
}

.headPro-left {
    width: 33%;
    padding: 50px 65px 40px;
    padding-left: calc((100vw - var(--wid)) / 2 - 28px);
    border-right: 1px solid #e7ebee;
}

.headPro-side .item {
    margin-top: 10px;
    position: relative;
    border-radius: 40px;
    padding: 18px 28px;
    justify-content: space-between;
    align-items: center;
}

.headPro-side .item:first-child {
    margin-top: 0;
}

.headPro-side .item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e7ebee;
    transition: all .4s ease;
}

.headPro-side .item span {
    font-size: 18px;
}

.headPro-side .item i {
    font-size: 11px;
    display: block;
    transform: rotate(180deg);
}

.headPro-side .item.active {
    background: #d1292e;
    color: #fff;
}

.headPro-side .item.active::after {
    opacity: 0;
}

.headPro-right {
    width: 67%;
    padding: 30px 0 40px 60px;
}

.headPro-con {
    display: none;
}

.headPro-con:first-child {
    display: block;
}

.headPro-item {
    width: 23%;
}

.headPro-menu::after {
    content: "";
    background: url(//wm.cdn.cn86.cn/sanshui/2025/09/4eac47c5e7tfozrj.png) no-repeat center;
    width: 11px;
    height: 6px;
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    color: #6d747f;
}

.headPro-item>a {
    display: block;
    font-size: 16px;
    color: #000;
    text-align: left;
}

.headPro-drop {
    margin-top: 10px;
}

.headPro-drop .item {
    display: flex;
    padding: 6px 0;
}

.headPro-drop .item span {
    position: relative;
    font-size: 14px;
    color: #4f5967;
}

.headPro-drop .item span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #d1292e;
    transition: all .4s ease;
}

.headPro-drop .item:hover {
    color: #d1292e;
}

.headPro-drop .item:hover span::after {
    right: auto;
    left: 0;
    width: 100%;
}

.Header-drop-menu {
    display: flex;
    width: 100%;
    position: relative;
}

.Header-drop-menu>a {
    display: flex;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 4px;
    text-align: center;
    color: #4c5664;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.Header-drop-menu.active,
.Header-drop-menu>a:hover {
    background: #d1292e;
    color: #fff;
}




.language-group .btn {
    color: #333;
}


/* banner */
.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
    padding-bottom: 43.15%;
    position: relative;
}

.home-banner .swiper-slide a>img {
    position: absolute;
    height: 100%;
    object-fit: cver;
    display: block;
    width: 100%;
    -webkit-animation: myMove 6s 1 ease-in-out;
    animation: myMove 6s 1 ease-in-out
}

@-webkit-keyframes myMove {
    from {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%
    }
}

@keyframes myMove {
    from {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%
    }
}

.home-banner .swiper-slide a>img.im2 {}

.home-banner .swiper-pagination1 {
    bottom: 30px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    margin: 0 10px !important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: var(--main-theme-color);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-button-next1,
.home-banner .swiper-button-prev1 {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.home-banner .swiper-button-prev1 {
    left: 2.083vw;
    background: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/6e38c3b7f5esyobb.png) no-repeat center rgba(255, 255, 255, 0.1);
}

.home-banner .swiper-button-next1 {
    right: 2.083vw;
    background: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/cf9ba08e30xu7rnw.png) no-repeat center rgba(255, 255, 255, 0.1);
}

.home-banner .swiper-button-prev1:hover {
    background-color: var(--main-theme-color);
}

.home-banner .swiper-button-next1:hover {
    background-color: var(--main-theme-color);
}

/* product */
.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;
}

.probg {
    padding: 40px 0;
}

.ptitle {
    color: #000000;
    font-size: 2.70833333333333vw;
    font-weight: 600;
}

.psort {
    margin-top: 10px;
    margin-bottom: 40px;
}

.psort li a {
    color: #000000;
    font-size: 1.25vw;
}

.proSwiper {
    overflow: hidden;
}

.proSwiper .swiper-slide .img1 {
    border: 1px solid #d7000f;
}

.proSwiper .swiper-slide .img1 img {
    width: 100%;
}

.proSwiper .swiper-slide .wz {
    color: #000000;
    font-size: 1.25vw;
    padding: 10px 0;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proSwiper .swiper-slide:hover .wz {
    color: #d7000f;
}

.psort li.active a {
    color: #d7000f;
}

/* Domestic Hot-selling Model */
.pic1-bg {
    background: url(//wm.cdn.cn86.cn/sanshui/2025/09/76e541e318nja6bc.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 3.125vw;
    padding-bottom: 12.76041666666667vw;
    position: sticky;
    top: 0;
}

.pic1-index {}

.pic1-left {
    width: 50%;
}

.pct1 {
    color: #ffffff;
    font-size: 2.70833333333333vw;
    font-weight: 600;
}

.pct2 {
    margin: 2vw 0;
}

.pct2 p {
    color: #ffffff;
    font-size: 1.25vw;
}

.pct3 {
    width: 199px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #c4261d;
    border-radius: 40px;
}

.pct3 a {
    display: block;
    color: #ffffff;
    font-size: 1.25vw;
}

.pic1-right {
    width: 46.64%;
}

.pic1-right img {
    max-width: 100%;
}

/* Product Series */
.sticky-text-over-image__background {
    position: relative;
    overflow: hidden;
    z-index: 1;
    position: sticky;
    top: 0;
}

.sticky-text-over-image__background .img1 {
    position: relative;
}

.sticky-text-over-image__background .img1>img {
    width: 100%;
}

.sticky-text-over-image__background .wz {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sticky-text-over-image__background .wz .wza {
    color: #fff;
    font-size: 2.70833333333333vw;
    margin-bottom: 15.2vw;
}

.sticky-text-over-image__background .wz .wzb img {
    max-width: 100%;
}

/* Guitars Crafted for You */
.num-bg {
    background: #d7000f;
    padding: 45px 0;
    position: relative;
    z-index: 99;
}

.num-index {}

.num-left {
    width: 50%;
}

.num-left p {
    color: #fff;
    font-size: 1.77083333333333vw;
    font-weight: 600;
    line-height: 1.647;
}

.num-right {
    width: 41.13%;
}

.numlist {}

.numlist li {
    flex: 1;
    text-align: center;
}

.numlist li .numa b {
    color: #ffffff;
    font-size: 2.60416666666667vw;
}

.numlist li .numa span {
    font-size: 20px;
    color: #ffffff;
}

.numlist li .numb {
    font-size: 18px;
    color: #ffffff;
    margin-top: 1vw;
}


/*  */
.video-bg {
    position: relative;
    z-index: 9;
}

.video-left {
    width: 50%;
    position: relative;
}

.video-left>img {
    width: 100%;
}

.video-left .wz {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.video-left .wz .wza {
    color: #ffffff;
    font-size: 2.70833333333333vw;
    font-weight: 600;
    margin-bottom: 1.5vw;
}

.video-left .wz .wzb p {
    color: #ffffff;
    font-size: 1.5625vw;
    text-align: center;
    line-height: 1.6;
}

.video-left .wz .wzc {
    width: 200px;
    height: 54px;
    line-height: 50px;
    border: 2px solid #c4261d;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 1.25vw;
    margin-top: 2vw;
}

.video-left .wz .wzc a {
    color: #ffffff;
}

.video-right {
    width: 50%;
    background: #e2e3dc;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 6.25vw;
}

.video-right .vt1 {
    color: #000000;
    font-size: 2.70833333333333vw;
    font-weight: 600;
}

.video-right .vt2 {
    color: #050505;
    font-size: 1.5625vw;
    line-height: 1;
    margin: 1vw 0;
}

.video-right .vt3 {
    width: 199px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #c4261d;
    border-radius: 40px;
}

.video-right .vt3 a {
    display: block;
    color: #ffffff;
    font-size: 1.25vw;
}

/* news */
.news-bg {
    position: relative;
    z-index: 99;
}

.newsSwiper {
    overflow: hidden;
}

.newsSwiper .swiper-slide a {
    display: flex;
    justify-content: space-between;
}

.newsSwiper .swiper-slide a .wz {
    width: 50%;
    background: #e2e3dc;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 8.8vw;
    padding-right: 8.8vw;
}

.newsSwiper .swiper-slide a .wz .wz1 {
    color: #000000;
    font-size: 2.70833333333333vw;
    font-weight: 600;
}

.newsSwiper .swiper-slide a .wz .wz2 {
    color: #050505;
    font-size: 1.5625vw;
    line-height: 1;
    height: 160px;
    overflow: hidden;
    margin-top: 1.5vw;
}

.newsSwiper .swiper-slide a .wz .date {
    color: #050505;
    font-size: 1.5625vw;
    margin-top: 10px;
}

.newsSwiper .swiper-slide a .img {
    width: 50%;
}

.newsSwiper .swiper-slide a .img img {
    width: 100%;
}

/* foot */
.foot-bg {
    background: #222222;
    position: relative;
    z-index: 9;
    padding-bottom: 5.5vw;
}

.flogo {
    padding: 5px 0;
}

.flogo img {
    max-width: 100%;
}

.foot-index {}

.ft {
    color: #ffffff;
    font-size: 1.35416666666667vw;
    font-weight: 600;
    margin-bottom: 1.5vw;
}

.footl {
    width: 21.5%;
}

.footm {
    width: 21.5%;
}

.footr {
    width: 22.53%;
}

.fsort {}

.fsort li {
    margin-bottom: 15px;
}

.fsort li a {
    display: block;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
}


.fshare {
    margin-top: 2vw;
}

.fshare li {
    margin-right: 1.3vw;
}

.fshare li:last-child {
    margin-right: 0;
}

.contact1-message .ms1 {
    margin-bottom: 20px;
}

.contact1-message .ms1 .form-control1 {
    background: #fff;
    border-radius: 2px;
    height: 42px;
    line-height: 42px;
    color: #b4b4b4;
    padding: 0 10px;
}

.contact1-message .col-md-4 {
    width: 100%;
    max-width: 100% !important;
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
    border: none;
}

.contact1-message .col-md-4 .form-control {
    border: none;
    border-radius: 2px;
    height: 42px;
    padding: 0 10px;
}

.contact1-message .form-submit .form-input.captcha img {
    top: 3px;
}

.contact1-message .tijiao {
    width: 50%;
    background: #cc0000;
    border-radius: 2px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
}

.contact1-message .tijiao button {
    padding: 0;
    text-align: center;
    color: #fff;
}

.cop-bg {
    background: #111111;
    position: relative;
    z-index: 99;
    padding: 15px 0;
}

.copyright {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
}
.copyright p{
    display: inline-block;
}
.copyright a {
    color: rgba(255, 255, 255, 0.3);
}


@media(max-width:1280px) {
    .top-mid-flex {
        height: 100px;
    }

    .x-menu>li>a {
        line-height: 100px;
        height: 100px;
    }
}

@media(max-width:1200px) {
    .x-menu>li>a {
        font-size: 16px;
    }

    .video-right {
        padding: 0 30px;
    }

    .newsSwiper .swiper-slide a .wz {
        padding: 0 30px;
    }
}

@media(max-width:995px) {
    .navbar-nav-box {
        display: none;
    }

    .ptitle {
        font-size: 24px;
    }

    .psort li a {
        font-size: 16px;
    }

    .proSwiper .swiper-slide .wz {
        font-size: 14px;
    }

    .pct1 {
        font-size: 24px;
    }

    .pct2 p {
        font-size: 14px;
    }

    .pct3 a {
        font-size: 13px;
    }

    .numlist li .numa span {
        font-size: 16px;
    }

    .numlist li .numb {
        font-size: 16px;
    }

    .video-left .wz .wzc {
        font-size: 14px;
    }

    .video-right .vt3 a {
        font-size: 14px;
    }

    .ft {
        font-size: 20px;
    }

    .footr {
        width: 30%;
    }
}

@media(max-width:780px) {
    .top-mid-flex {
        height: 60px;
    }

    .logo {
        width: 40%;
    }

    .pic1-bg {
        padding: 30px 0;
    }

    .pic1-index {
        flex-wrap: wrap;
    }

    .pic1-left {
        width: 100%;
    }

    .pct2 {
        margin: 20px 0;
    }

    .pct3 {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }

    .pic1-right {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .pic1-right img {
        max-width: 200px;
        width: 100%;
        margin: 0 auto;
    }

    .sticky-text-over-image__background {}

    .sticky-text-over-image__background .img1>img {
        height: 200px;
    }

    .sticky-text-over-image__background .wz {}

    .sticky-text-over-image__background .wz .wza {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .num-bg {
        padding: 30px 0;
    }

    .num-index {
        flex-wrap: wrap;
    }

    .num-left {
        width: 100%;
        text-align: center;
    }

    .num-left p {
        font-size: 16px;
    }

    .num-right {
        width: 100%;
        margin-top: 20px;
    }

    .numlist li .numa b {
        font-size: 16px;
    }

    .numlist li .numa span {
        font-size: 13px;
    }

    .numlist li .numb {
        font-size: 13px;
        margin-top: 10px;
    }

    .video-bg {
        flex-wrap: wrap;
    }

    .video-left {
        width: 100%;
    }

    .video-left .wz .wza {
        font-size: 20px;
    }

    .video-left .wz .wzb p {
        font-size: 14px;
    }

    .video-left .wz .wzc {
        width: 150px;
        height: 40px;
        line-height: 36px;
    }

    .video-right {
        width: 100%;
        padding: 30px 15px;
    }

    .video-right .vt1 {
        font-size: 20px;
        text-align: center;
    }

    .video-right .vt2 {
        font-size: 14px;
        margin: 20px 0;
        text-align: center;
    }

    .video-right .vt3 {
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
    }

    .newsSwiper .swiper-slide a {
        flex-wrap: wrap;
    }

    .newsSwiper .swiper-slide a .wz {
        width: 100%;
        padding: 20px 15px;
        padding-bottom: 40px;
    }

    .newsSwiper .swiper-slide a .wz .wz1 {
        font-size: 20px;
    }

    .newsSwiper .swiper-slide a .wz .wz2 {
        height: auto;
        font-size: 12px;
        margin: 15px 0;
    }

    .newsSwiper .swiper-slide a .wz .date {
        font-size: 12px;
    }

    .newsSwiper .swiper-slide a .img {
        width: 100%;
    }

    .foot-bg {
        padding: 20px 0;
    }

    .flogo img {
        max-width: 200px;
        width: 100%;
    }

    .foot-index {
        flex-wrap: wrap;
    }

    .footl {
        width: 100%;
        display: none;
    }

    .footm {
        width: 100%;
        display: none;
    }

    .footr {
        width: 100%;
    }

    .ft {
        font-size: 24px;
    }

    .cop-bg {
        padding-bottom: 20%;
    }

    .copyright {
        font-size: 12px;
    }

}

/* 内页搜索 */
.nysearch {
    width: 50%;
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 3%;

}

.nysearch .ss-search1 {
    display: flex;
}

.nysearch #keyword {
    border-right: none;
    height: 50px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 5px 25px;
    background: #fff;
    width: calc(100% - 50px);
}

.nysearch #s_btn {
    width: 60px;
    height: 50px;
    padding: 0;
    border-radius: 0 30px 30px 0;
    background: #d6000f url(//wm.cdn.cn86.cn/sanshui/2025/09/201c8be0fdxldfoe.png) no-repeat center;
}

.nymess {
    border-top: 1px rgba(0, 0, 0, 0.08) solid;
    padding-top: 4.16667vw;
    padding-bottom: 4.16667vw;
}

.nymesstitle {
    text-align: center;
}

.nymesstitle .nymess1 {
    font-weight: bold;
    font-size: 2.39583333333333vw;
    color: #d6000f;
    margin-bottom: 1.4vw;
}

.nymesstitle .nymess2 {
    color: #999;
    font-size: 16px;
    line-height: 1.4;
}

.nymess .form-submit .form-control.subject {
    background: #fff;
}

.nymess .form-submit .form-control.company {
    background: #fff;
}

.nymess .form-submit .form-control.email {
    background: #fff;
}

.nymess .form-submit .form-control.phone {
    background: #fff;
}

.nymess .form-submit .form-control.content {
    background: #fff;
}

.nymess .form-submit .btn {
    border-color: #d7000f !important;
    background: #d7000f !important;
    color: #fff;
    border-radius: 40px;
}

/* 内页 */


.left-title {
    background: #d7000f;
    padding: 15px 0px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 3px;
}

.cate-list .list-title {
    background: #fff;
    line-height: 50px;
    font-size: 14px;
    padding: 10px 10px 10px 25px;
    transition: all ease .3s;
    line-height: 1.8;
    border-bottom: 1px solid #e1e1e1;
}

.cate-list .map-category-list {
    padding: 0;
}

.cate-list .map-category-list li {
    background: #fff;
    line-height: 50px;
    font-size: 14px;
    padding: 10px 10px 10px 25px;
    transition: all ease .3s;
    line-height: 1.8;
    border-bottom: 1px solid #e1e1e1;
}

.cate-list .map-category-list li a {
    display: block;
    color: #000;
}

.cate-list .category:hover .list-title {
    background: #d7000f;
    color: #fff;
}

.cate-list .list-title.active {
    background: #d7000f;
    color: #fff;
}

.cate-list .map-category-list li:hover {
    background: #d7000f;
    color: #fff;
}

.cate-list .map-category-list li:hover a {
    color: #fff;
}

.poorder {
    display: none;
}

.product-list ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.product-list ul li {
    margin-bottom: 20px;
}

@media(min-width:769px) {
    .product-list ul li {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 3);
    }
}

.product-list ul li .img {
    margin-bottom: 15px;
}

.product-list ul li .img img {
    width: 100%;
}

.product-list ul li .list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    transition-property: all;
    background-color: rgba(255, 255, 255, 1);
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    display-radio: flex;
    height: 100%;
}

.product-list ul li .list .product-title {
    font_radio: 2;
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    color: rgba(51, 51, 51, 1);
    text-align: left;
    margin-bottom: 15px;
    font-weight: bold;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.product-list ul li .list .product-wen {
    font-size: 14px;
    color: #888;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 30px;
}

.product-list ul li .list .product-more {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding: 11px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    background-color: #fff;
    width: auto;
    font-size: 12px;
    max-width: 120px;
    color: #333;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    margin-top: 30px;
}

.product-list ul li:hover .list .product-title {
    color: #d7000f;
}

.product-list ul li:hover .list .product-more {
    background: #d7000f;
    border-color: #d7000f;
    color: #fff;
}

/* page-banner */

.page-banner {
    position: relative;
}

.page-banner>img {
    display: block;
    width: 100%;
}

.banner-fix {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.banner-fix .fll-con {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-top: 5%;
}

.banner-fix h4 {
    font-size: 38px;
    line-height: 1;
    font-family: "Arial";
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
}

.banner-fix p {
    line-height: 1;
    font-size: 16px;
    font-family: "arial";
    color: rgba(255, 255, 255, .8)
}

.banner-fix p a {
    color: rgba(255, 255, 255, .8)
}

@media (max-width:992px) {
    .page-banner>img {
        height: 220px;
        object-fit: cover;
    }

    .banner-fix h4 {
        font-size: 30px;
    }

    .banner-fix p {
        font-size: 14px;
    }
}


/* 内页详情 */
.picBox {
    position: relative;
}

.jdufngfhg {
    position: absolute;
    top: 30px;
    right: 24px;
    z-index: 999;
    background: url(//wm.cdn.cn86.cn/sanshui/2025/09/d98e144f30jajbtq.png) no-repeat;
    width: 18px !important;
    height: 18px !important;
    text-align: center;
    display: block !important;
}

.jdufngfhg a img {
    opacity: 0;
    text-align: center;
    margin: 0 auto;
    max-width: 35%;
    height: auto;
}

.fancybox-active .jdufngfhg a img {
    opacity: 1;
}

/* .fancybox-active  .jdufngfhg{
    width: 100%!important;
    height: 100%!important;
} */
.wneding {
    font-size: 1.5rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qiahun {
    overflow: hidden;
    position: relative;
}

.qiahun_img img {
    width: 100%;
    height: auto;
}

.qiahunnei {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 70%;
    z-index: 99;
    text-align: center;
    color: #6EC1E4;
}

.qiahunnei_a {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
}

.qiahunnei_b {
    margin-bottom: 1.6em;
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 0.5rem;
}

.qiahunnei_c {
    background-color: #3241A8;
    width: 180px;
    line-height: 46px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    margin: 5% auto 0;
}

.qiahunnei_c a {
    color: #fff;
}

.qiahunnei_c:hover a {
    color: #fff !important;
}

.swion {
    position: absolute;
    bottom: 3% !important;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 999;
}


.zoomPad {
    float: none !important;
}

.jqzoom .small {
    width: 100%;
}

.detail-list-item h1 {
    line-height: 1.3;
    font-size: 32px;
    font-weight: bold;
    color: #d7000f;
}

.e_text-7 {
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 5%;
    display: flex;
    align-items: center;
}

.e_text-7 svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.detail-list-item .abstract {
    font-size: 16px;
    line-height: 1.8;
    color: #999;
    padding-left: 15px;
    white-space: pre-line;
}

.inquiry {
    width: 120px;
    padding: 10px 8px;
    background: #d7000f;
    transition: 0.5s;
    font-size: 14px;
    text-align: center;
}

.inquiry.contact {
    background: #d7000f;
}

@media(max-width:995px) {
    #page-wrap .col-md-9 {
        flex: none;
        min-width: 100%;
    }

    .product-list ul li .list {
        padding: 20px;
    }

    .product-list ul li .list .product-wen {
        margin-bottom: 10px;
    }

    .product-list ul li .list .product-more {
        margin-top: 10px;
    }

    .picBox .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .nymesstitle .nymess1 {
        font-size: 20px;
    }

    .nymesstitle .nymess2 {
        font-size: 14px;
    }
}

@media(max-width:680px) {
    .jdufngfhg {
        top: 20px;
    }

}