.container-fluid {
    background: #050505;
}

/* ---------------------------------------- */
#ven {
    /* border-bottom: 1px solid rgba(40, 55, 84, 0.20); */
    transition: all 0.5s ease;
}

/* #ven:hover {
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(195, 195, 195, 0.25);
} */

.ventricle {
    /* box-shadow: 0px 4px 6px 0px rgba(195, 195, 195, 0.25); */
    /* background: #050505; */
}

.headsp {
    background: #050505;
}

.hea_box {
    display: flex;
    justify-content: space-between;
}

.ven1_loim {
    padding: 14px 0;
    position: relative;
}

.ven1_loim img {
    width: 92.86px;
}

.ven2 {
    display: flex;
    align-items: stretch;
    transition: all 0.5s ease;
}

.ventricle .ven2 {
    transform: translateY(-100%);
}

.ven2_lis {
    height: 100%;
}

.ven2_u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2_l {
    margin-right: 4.16vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2_l:last-child {
    margin-right: 3.35vw;
}

.ven2_lsa {
    height: 100%;
    position: relative;
}

.ven2_la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2_la span {
    color: #FFF;
    text-align: center;
    font-family: 'Alibaba PuHuiTi 3.0';
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

.ven2_la span:nth-child(2) {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    background: linear-gradient(180deg, #F7D17C 0%, #CC9D44 50%, #674015 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ven2_la:hover span {
    opacity: 0;
}

.ven2_la:hover span:nth-child(2) {
    opacity: 1;
}

.ven2_l.on .ven2_la span {
    opacity: 0;
}

.ven2_l.on .ven2_la span:nth-child(2) {
    opacity: 1;
}

.ven2_1 {
    display: flex;
    align-items: center;
}

.ven2_1 i {
    font-size: 20px;
    color: #283754;
    margin-right: 6px;
}

.ven_language {
    margin-right: 32px;
    display: flex;
    align-items: center;
}

.ven_language>a {
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 3px 18px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.ven_language>a:hover {
    border: 1px solid rgba(204, 157, 68, 1);
}

.ven_language>a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    background: linear-gradient(90deg, #F7D17C -44.92%, #CC9D44 36.27%, #674015 117.47%);
    z-index: -1;
    opacity: 0;
}

.ven_language>a:hover:after {
    opacity: 1;
}

.ven_language i {
    font-size: 24px;
    color: #FFF;
    margin-right: 10px;
}

.ven_language span {
    color: #FFF;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ven_seh {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ven_seh span i {
    font-size: 20px;
    color: #283754;
}

/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 300%;
    left: 50%;
    transform: translateX(-50%);
    top: 80%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0px;
    /* overflow: hidden; */
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 12;
    pointer-events: none;
}

.ven2_lsa:hover .ven2-ler {
    max-height: 400px;
    opacity: 1;
    pointer-events: auto;
}

.ven_language .ven2-lerlang {
    top: 120%;
    width: 120%;
}

.ven_language:hover .ven2-lerlang {
    max-height: 400px;
    opacity: 1;
    pointer-events: auto;
}

.ven_language::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    height: 12px; /* 增加可 hover 区域 */
    width: 100%;
    pointer-events: auto;
    z-index: 13;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 0.90);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
    border-radius: 5px;
    position: relative;
}

.ven2-lerbo::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/sanjiao.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    top: -7px;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 12px;
    transition: all 0.5s ease;
    position: relative;
}

.ven2-lera span {
    color: #1B1A1F;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    transition: all 0.5s ease;
}

.ven2-lera span:nth-child(2) {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    background: linear-gradient(180deg, #F7D17C 0%, #CC9D44 50%, #674015 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ven2-lera:hover span:nth-child(1) {
    opacity: 0;
}

.ven2-lera:hover span:nth-child(2) {
    opacity: 1;
}

@media (max-width: 1536px) {
    .ven1_loim img {
        width: 80px;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

@media (max-width: 1199.9px) {
    .ven2_u {
        display: none;
    }

    .ven_yuyue {
        display: none;
    }
}

/* yuyan */
.ven_language {
    position: relative;
}

.ven2-3sec {
    position: absolute;
    width: 112px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven_language:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    /* overflow: visible; */
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 4px 12px;
    transition: all 0.5s ease;
}

.ven2-3sec a:hover {
    background: #EAEEF7;
}

.ven2-3sec a span {
    color: #333;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: block;
}

/*  */
.ven-sehinp {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    position: absolute;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 24px;
    font-weight: 200;
    left: 68vw;
    top: 38vw;
}

.ven-sehinp>i:hover {
    transform: rotate(180deg);
}

.ven-sehfo {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 4px;
    background: #FFF;
    padding: 30px;
}

.ven-sehfo input {
    color: #666;
    font-family: "Microsoft YaHei";
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #DDD;
    padding: 10px 14px;
    width: 300px;
    background: transparent;
    transition: all 0.3s ease;
    margin-bottom: 12px;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.4);
}

.ven-sehfo>span {
    display: block;
}

.ven-sehfo>span button {
    width: 100%;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #385386;
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 0;
}

/* 后面的小玩意 */
.ven_phone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ven_phone>a {
    display: flex;
    align-items: center;
}

.ven_phone>a i {
    background: linear-gradient(180deg, #F7D17C 0%, #CC9D44 50%, #674015 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    margin-right: 10px;
    display: block;
    transition: all 0.5s ease;
}

.ven_phone>a:hover i {
    transform: rotate(22.5deg);
}

.ven_phone>a span {
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(90deg, #F7D17C -24.02%, #CC9D44 46.28%, #674015 116.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ven_line {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.45);
    margin: 0 32px;
    position: relative;
}

.ven_yuyue>a {
    border-radius: 50px;
    background: linear-gradient(90deg, #F7D17C -44.92%, #CC9D44 36.27%, #674015 117.47%);
    display: block;
    padding: 9px 18px;
    transition: all 0.5s ease;
}

.ven_yuyue>a:hover {
    transform: translateY(-5px);
}

.ven_yuyue>a span {
    color: #FFF;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 1536px) {
    .ven2_l {
        margin-right: 2.16vw;
    }

    .ven2_l:last-child {
        margin-right: 2.35vw;
    }

    .ven_phone>a i {
        font-size: 20px;
        margin-right: 4px;
    }

    .ven_line {
        margin: 0 16px;
    }

    .ven_language {
        margin-right: 16px;
    }

    .ven_language i {
        font-size: 20px;
        margin-right: 4px;
    }

    .ven_yuyue>a {
        padding: 6px 18px;
    }
}

@media (max-width: 1199.9px) {
    .ven_language {
        margin-right: 0;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 2px;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #FFF;
    transition: all .5s;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #FFF;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #FFF;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #FFF;
    transition: all .5s;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 96px;
    width: 100%;
    height: 100vh;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
    display: flex;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.8);
}

.menu-list {
    height: 100%;
    width: 65%;
    background: #2a2a2a;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    color: #fff;
    /* color: #222; */
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: calc(var(--zj-con2-fol) + 2px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #FFF;
}

.xiantiao>a {
    color: #FFF;
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    color: #fff;
    /* color: #222; */
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: calc(var(--zj-con2-fol) - 2px);
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #012F6B;
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 66px;
    }

    .menu-list {
        width: 76%;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }

    .ven_phone>a i {
        font-size: 18px;
        margin-right: 0;
    }

    .ven_phone>a span {
        display: none;
    }

    .ven_language i {
        font-size: 18px;
    }

    .ven1_loim {
        padding: 8px 0;
    }

    .ven1_loim img {
        width: 60px;
    }

    .ven_line {
        margin: 0 12px;
        height: 14px;
    }
}

/* gg */
.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    animation: zoombig 3s forwards linear;
}

@keyframes zoombig {
    0% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.sub-text {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sub-p {
    color: #FFF;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.subnav-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 52px;
}

.subnav-box .breadcrumb {
    margin: 0;
}

.subnav-box .breadcrumb-item {
    display: flex;
    align-items: center;
}

.subnav-box .breadcrumb-item>i {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.45);
    margin-right: 14px;
}

.subnav-box .breadcrumb-item::before,
.subnav-box .breadcrumb-item>a {
    color: rgba(255, 255, 255, 0.45) !important;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}

.subnav-box .breadcrumb-item>a span {
    --size: 1px;
    --color: #fff;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.subnav-box .breadcrumb-item>a:hover span {
    color: #fff;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .sub-im img {
        height: 100vh;
    }

    .subnav-box {
        bottom: 22px;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        height: 400px;
    }

    .subnav-box .breadcrumb-item>i {
        font-size: 18px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        height: 250px;
    }

    .subnav-box {
        display: none;
    }
    
    .subnav-box .breadcrumb{display:none;}
}

/* contact */
.con {
    background: url(../images/conbg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0 154px;
}

.con_h {
    margin-bottom: 48px;
}

.con_h p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-sub_h) * 1.2);
}

.con_line {
    width: 100%;
    height: 1px;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    margin-bottom: 120px;
}

.con_line::after,
.con_line::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    background: #FFF;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.con_line::before {
    left: auto;
    right: 0;
}

/*  */
.con_1 {
    display: flex;
    justify-content: space-between;
}

.con_lf {
    width: 40%;
    flex: 0 0 auto;
    position: relative;
    z-index: 20;
}

.con_lfh {
    margin-bottom: 54px;
}

.con_lfh p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: bold;
    line-height: calc(var(--zj-prode1-2h) * 1.81);
}

.con_lfadd {
    margin-bottom: 80px;
}

.con_lfphone {
    margin-bottom: 32px;
}

.con_lico {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.con_lfi i {
    font-size: 24px;
    background: linear-gradient(180deg, #F7D17C 0%, #CC9D44 50%, #674015 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 8px;
}

.con_lft p {
    background: linear-gradient(180deg, #8B6C2D 0%, #F7D17C 50%, #CC9D44 75%, #674015 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.con_lfp span {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.con_lfphone .con_lfp:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.con_lfshare {
    display: flex;
    align-items: center;
}

.con_lfsh_lbox {
    position: relative;
}

.con_lfsh_l {
    margin-right: 8px;
}

.con_lfsh_l:last-child {
    margin-right: 0;
}

.con_lfsh_l1 {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.con_lfsh_l1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #8B6C2D 0%, #F7D17C 50%, #CC9D44 75%, #674015 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.con_lfsh_lbox:hover .con_lfsh_l1::after {
    opacity: 1;
}

.con_lfsh_l1 i {
    font-size: 20px;
    color: #FFF;
    position: relative;
    z-index: 12;
}

.con_lfsh_l2 {
    --w: 100px;
    width: var(--w);
    height: var(--w);
    position: absolute;
    background: #FFF;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
    z-index: 12;
}

.con_lfsh_lbox:hover .con_lfsh_l2 {
    opacity: 1;
    pointer-events: auto;
}

.con_lfsh_l2::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/sanjiao.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    top: -4px;
}

.con_lfsh_l2 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.con_rg {
    width: 56%;
    flex: 0 0 auto;
    position: relative;
    z-index: 12;
}

.con_rgh {
    margin-bottom: 46px;
}

.con_rgh p {
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-prode1-2h) * 1.87);
    color: #FFF;
}

.con_rgh p span {
    background: linear-gradient(90deg, #8B6C2D 0.16%, #F7D17C 28.22%, #CC9D44 37.46%, #674015 102.76%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --------------------------------------------------------------联系表单---------------------------------------------------------- */
.con2-fou {
    margin-right: calc(-.5 * 1.4rem);
    margin-left: calc(-.5 * 1.4rem);
}

.con2-fol {
    margin-bottom: 20px;
    padding-right: calc(1.4rem * .5);
    padding-left: calc(1.4rem * .5);
}

.con2-folbox {
    padding: 22px 32px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.con2-fol input,
.con2-fol textarea,
.simulated-placeholder {
    width: 100%;
    transition: all 0.5s ease;
    background: transparent;
    color: transparent;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
    color: rgba(255, 255, 255, 0.45);
}

.con2-fol select {
    width: 100%;
    transition: all 0.5s ease;
    background: transparent;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
    color: rgba(255, 255, 255, 0.45);
}

.con2-fol select option {
    background-color: rgba(177, 175, 176, 1);
}

.con2-fol .selectnox {
    position: relative;
    padding-right: 0;
    width: 100%;
}

.con2-fol .selectnox::after {
    position: absolute;
    content: "";
    background: url(../images/xialajiantou2.png) no-repeat;
    background-size: cover;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 18px;
    height: 18px;
    z-index: 12;
    opacity: 0.45;
    pointer-events: none;
}

.con2-fol input:focus {
    background: transparent;
    border: none !important;
    color: rgba(255, 255, 255, 0.45);
}

.con2-fol input:active {
    background: transparent;
    border: none !important;
    color: rgba(255, 255, 255, 0.45);
}

.con2-fol input>div {
    background: transparent;
    border: none !important;
    color: rgba(255, 255, 255, 0.45);
}

.con2-fol input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.con2-fol input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.con2-fol input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.con2-fol textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.con2-fol textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.con2-fol textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.data_box {
    width: 100%;
    position: relative;
}

.con2-fol .data_box::after {
    position: absolute;
    content: "";
    background: url(../images/xialajiantou2.png) no-repeat;
    background-size: cover;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 18px;
    height: 18px;
    z-index: 12;
    opacity: 0.45;
    pointer-events: none;
}

input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
    color: transparent;
}

.simulated-placeholder {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    transition: opacity 0.2s;
    display: none;
}

.simulated-placeholder.hidden {
    opacity: 0;
}

.box2 {
    position: relative;
    width: 100%;
}

.confo_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.xiala_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: rgba(255, 255, 255, 0.45);
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    z-index: 12;
    transition: all 0.5s ease;
}

.confo_box.on .xiala_img {
    opacity: 0;
}

.yzm_img {
    width: 92px;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.confo_box.on .yzm_img {
    opacity: 1;
}

.con2-fobt p {
    position: relative;
    color: rgba(255, 255, 255, 0.45);
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    padding-left: 22px;
    cursor: pointer;
    margin-bottom: 44px;
}

.con2-fobt p::after {
    position: absolute;
    content: "";
    --w: 18px;
    width: var(--w);
    height: var(--w);
    border: 2px solid rgba(255, 255, 255, 0.45);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.con2-fobt.on p::after {
    opacity: 0;
}

.con2-fobt p::before {
    position: absolute;
    content: "";
    --w: 18px;
    width: var(--w);
    height: var(--w);
    background: url(../images/dui.png) no-repeat;
    background-size: cover;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
}

.con2-fobt.on p::before {
    opacity: 1;
}

.con2-fobt button {
    display: flex;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    padding: 11px 46px;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}

.con2-fobt button:hover {
    border: 1px solid rgba(255, 255, 255, 0);
}

.con2-fobt button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, #8B6C2D 0.37%, #F7D17C 32.97%, #CC9D44 67.11%, #674015 99.52%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.con2-fobt button:hover:after {
    opacity: 1;
}

.con2-fobt button i {
    font-size: 24px;
    color: #FFF;
    margin-right: 12px;
    position: relative;
    z-index: 12;
}

.con2-fobt button span {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 12;
}

@media (max-width: 1536px) {
    .con {
        padding: 70px 0 104px;
    }

    .con_h {
        margin-bottom: 24px;
    }

    .con_line {
        margin-bottom: 60px;
    }

    .con_lfh {
        margin-bottom: 27px;
    }

    .con_lfadd {
        margin-bottom: 40px;
    }

    .con_rgh {
        margin-bottom: 23px;
    }

    .con2-fou {
        margin-right: calc(-.5 * 0.6rem);
        margin-left: calc(-.5 * 0.6rem);
    }

    .con2-fol {
        margin-bottom: 14px;
        padding-right: calc(0.6rem * .5);
        padding-left: calc(0.6rem * .5);
    }

    .con2-folbox {
        padding: 14px 12px;
    }

    .con2-fobt p {
        margin-bottom: 22px;
    }

    .con2-fobt button {
        padding: 8px 38px;
    }

    .con2-fobt button i {
        font-size: 20px;
        margin-right: 6px;
    }
}

@media (max-width: 992px) {
    .con_1 {
        flex-direction: column;
    }

    .con_lf {
        width: 100%;
        margin-bottom: 20px;
    }

    .con_rg {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .con2-fol {
        width: 100%;
    }

    .con_lfsh_l2 {
        --w: 52px;
    }
}

@media (max-width: 499px) {
    .con {
        padding: 40px 0 50px;
    }

    .con_h {
        margin-bottom: 12px;
    }

    .con_line {
        margin-bottom: 30px;
    }

    .con_lfi i {
        font-size: 18px;
    }

    .con_lfh {
        margin-bottom: 13px;
    }

    .con_lfadd {
        margin-bottom: 20px;
    }

    .con_lfphone {
        margin-bottom: 16px;
    }

    .con_rgh {
        margin-bottom: 14px;
    }

    .con_lfsh_l1 i {
        font-size: 14px;
    }
}

/* --------------------------------------------------------------联系表单end---------------------------------------------------------- */

/* footer */
#footer {
    background: linear-gradient(0deg, #1B1A1F 0%, #050505 100%);
}

.ft1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    position: relative;
}

.ft1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.15);
}

.ft1_1 img {
    width: 116px;
}

.ft1_2 .con_lfsh_l2 {
    top: auto;
    bottom: 50px;
}

.ft1_2 .con_lfsh_l2::after {
    background: url(../images/xiajiantou.png) no-repeat;
    background-size: cover;
    background-position: center;
    top: auto;
    bottom: -4px;
}

.ft1_2 .con_lfsh_l2 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.ft2 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 68px;
    position: relative;
}

.ft2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.15);
}

.ft2_1 {
    padding-top: 36px;
}

.ft2_1phone p,
.ft2_1adress p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ft2_1phone {
    margin-bottom: 8px;
}

.ft2_1phone p {
    margin-bottom: 2px;
}

.ft2_1phonea {
    display: block;
}

.ft2_1phonea span {
    color: #FFF;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2_1phonea:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft2_2u {
    display: flex;
}

.ft2_2l {
    margin-right: 6vw;
}

.ft2_2l:last-child {
    margin-right: 0;
}

.ft2_2lh {
    margin-bottom: 18px;
}

.ft2_2lh span {
    color: #FFF;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ft2_2la {
    display: block;
    margin-bottom: 8px;
}

.ft2_2la span {
    color: rgba(255, 255, 255, 0.25);
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2_2la:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 37px;
}

.ft3A,
.ft3A span {
    color: rgba(255, 255, 255, 0.25);
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ft3A span {
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3A:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft1 {
        padding: 15px 0;
    }

    .ft1_1 img {
        width: 90px;
    }

    .ft2 {
        padding: 15px 0 34px;
    }

    .ft2_1 {
        padding-top: 18px;
    }

    .ft3 {
        padding: 20px 0 18px;
    }
    /* 桌面端：让 ft3_1 和 ft3_3 靠近 */
.ft3_1 {
    margin-right: 20px; /* 调整这个值控制“靠近”程度 */
}

.ft3_3 {
    margin-right: auto; /* 关键：把 ft3_2 推到最右边 */
}
}
    /* 桌面端：让 ft3_1 和 ft3_3 靠近 */
.ft3_1 {
    margin-right: 20px; /* 调整这个值控制“靠近”程度 */
}

.ft3_3 {
    margin-right: auto; /* 关键：把 ft3_2 推到最右边 */
}
@media (max-width: 842px) {
    .ft2 {
        flex-direction: column;
    }

    .ft2_1 {
        margin-bottom: 40px;
    }
}

@media (max-width: 499px) {
    .ft1 {
        padding: 12px 0;
    }

    .ft1_1 img {
        width: 70px;
    }

    .ft2 {
        padding: 0px 0 14px;
    }

    .ft2_1 {
        margin-bottom: 20px;
    }

    .ft2_2 {
        display: none;
    }

    .ft2_2u {
        justify-content: space-between;
    }

    .ft2_2l {
        margin-right: 2vw;
    }

    .ft3 {
        flex-direction: column;
        padding: 12px 0 ;
        align-items: center;
    }
    .ft3_1, .ft3_2, .ft3_3 {
        text-align: center; /* 新增：文本内容居中 */
        width: 100%; /* 确保宽度为100%，以便于背景色或边距等应用 */
    }
}

/* news */
.news {
    position: relative;
}

.newsbg1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1410px;
    max-width: 100%;
}

.newsbg2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1410px;
    max-width: 100%;
}

.news_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 92px 0 112px;
    position: relative;
    z-index: 12;
}

.news1 {
    width: 30%;
    position: sticky;
    top: 110px;
}

.news1_box {
    max-width: 197px;
    padding-top: 24px;
}

.news1_h {
    margin-bottom: 46px;
}

.news1_h p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.news1_l {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.news1_l:last-child {
    margin-bottom: 83px;
}

.news1_la {
    display: block;
    position: relative;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 12px 50px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.news1_la:hover {
    border: 1px solid rgba(255, 255, 255, 0);
}

.news1_l.on .news1_la {
    border: 1px solid rgba(255, 255, 255, 0);
}

.news1_la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(93deg, #8B6C2D 4.26%, #F7D17C 30.46%, #CC9D44 60.14%, #674015 102.71%);
    opacity: 0;
    transition: all 0.5s ease;
}

.news1_la:hover::after {
    opacity: 1;
}

.news1_l.on .news1_la::after {
    opacity: 1;
}

.news1_la span {
    color: #FFF;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 12;
}

.news1_tdcode {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news1_tdimg {
    margin-bottom: 14px;
    background: #FFF;
}

.news1_tdimg img {
    --w: 135px;
    width: var(--w);
    height: var(--w);
}

.news1_tdp {
    margin-bottom: 10px;
}

.news1_tdp p {
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.news1_tdh p {
    color: #FFF;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.news2 {
    width: 65%;
}

.news2_u {
    margin-right: calc(-.5 * 7rem);
    margin-left: calc(-.5 * 7rem);
}

.news2_l {
    padding-right: calc(7rem * .5);
    padding-left: calc(7rem * .5);
}

.news2_l {
    margin-bottom: 125px;
}

.news2_l:nth-child(2n) {
    position: relative;
    top: 122px;
}

.news2_la {
    display: block;
    border-radius: 15px;
    background: #D9D9D9;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
}

.news2_la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 42%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.00) 0%, #050505 100%);
}

.news2_limg {
    overflow: hidden;
    border-radius: 15px;
}

.news2_limg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
    aspect-ratio: 3 / 2;
}

.news2_la:hover .news2_limg img {
    transform: scale(1.08);
}

.news2_lte {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    padding: 24px 32px;
}

.news2_lnum {
    margin-bottom: 10px;
}

.news2_lnum p {
    color: rgba(255, 255, 255, 0.65);
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.news2_lh {
    position: relative;
}

.news2_lh p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.news2_la:hover .news2_lh p {
    opacity: 0;
}

.news2_lh p:nth-child(2) {
    background: linear-gradient(90deg, #8B6C2D 0%, #F7D17C 47.7%, #CC9D44 81.57%, #674015 108.76%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.news2_la:hover .news2_lh p:nth-child(2) {
    opacity: 1;
}

/*  */
.button_click {
    display: flex;
    margin: 23px 0 0 0;
}

.button_click .circle {
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.button_click .circle:first-child {
    transform: rotate(180deg);
    margin-right: 28px;
}

.button_click .circle .iconfont {
    color: rgba(161, 161, 161, 1);
    font-size: 20px;
    transition: 0.8s;
}

.button_click svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(178deg);
    width: 120%;
    height: 120%;
    pointer-events: none;
}

.button_click .path-loop-bg {
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 10;
    stroke-width: 1px;
}

.button_click .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    transition: 0.8s;
}

.button_click .circle:hover .path-loop {
    stroke-dashoffset: 19px;
}

.button_click .circle:hover .iconfont {
    color: #fff;
    transform: translateX(5px);
}

@media (max-width: 1536px) {
    .news1_box {
        padding-top: 0;
    }

    .news1_h {
        margin-bottom: 23px;
    }

    .news1_l {
        margin-bottom: 20px;
    }

    .news1_l:last-child {
        margin-bottom: 40px;
    }

    .news2_u {
        margin-right: calc(-.5 * 3rem);
        margin-left: calc(-.5 * 3rem);
    }

    .news2_l {
        padding-right: calc(3rem * .5);
        padding-left: calc(3rem * .5);
        margin-bottom: 65px;
    }

    .news2_l:nth-child(2n) {
        top: 65px;
    }

    .news2_lte {
        padding: 14px 14px;
    }

    .news_box {
        padding: 72px 0 82px;
    }

    .news1 {
        width: 20%;
    }

    .news2 {
        width: 74%;
    }
}

@media (max-width: 992px) {
    .news_box {
        flex-direction: column;
    }

    .news1,
    .news2 {
        width: 100%;
        position: relative;
        top: 0;
    }

    .news1 {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .news1_h p {
        text-align: center;
    }

    .news2_l {
        margin-bottom: 35px;
    }

    .news2_l:nth-child(2n) {
        top: 0;
    }
}

@media (max-width: 768px) {
    .news2_u {
        margin-right: calc(-.5 * 0.8rem);
        margin-left: calc(-.5 * 0.8rem);
    }

    .news2_l {
        padding-right: calc(0.8rem * .5);
        padding-left: calc(0.8rem * .5);
        margin-bottom: 12px;
    }
}

@media (max-width: 499px) {
    .button_click {
        margin: 13px 0 0 0;
    }

    .button_click .circle:first-child {
        margin-right: 12px;
    }

    .news_box {
        padding: 32px 0 32px;
    }

    .news1_l {
        margin-bottom: 10px;
    }

    .news1_l:last-child {
        margin-bottom: 20px;
    }

    .news1_la {
        padding: 8px 44px;
    }

    .news2_l {
        width: 100%;
    }

    .news2_lnum {
        margin-bottom: 0;
    }

    .news2_lte {
        padding: 4px 8px;
    }
}

/* news-show */
.sub_show {
    padding-top: 160px;
    padding-bottom: 52px;
}

.sub_show .subnav-box {
    position: relative;
    left: 0;
    transform: translateX(0);
    bottom: 0;
}

.newsDe {
    position: relative;
    padding-bottom: 99px;
}

.newsDe_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 12;
}

.newsDe1 {
    width: 94%;
    flex: 0 0 auto;
    border-radius: 15px;
    background: linear-gradient(180deg, #1B1A1F 0%, #050505 100%);
    padding: 82px 114px 148px;
}

.newsDe1_h {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 40px;
}

.newsDe1_h::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.45);
}

.newsDe1_h_p {
    color: #FFF;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 18px;
}

.newsDe1_h_p2 {
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.newsDe1_te p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2-fol) * 1.66);
    margin-bottom: calc(var(--zj-con2-fol) * 1.66);
}

.newsDe1_te p img,
.newsDe1_te img {
    max-width: 100%;
}

.newsDe1_video {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.newsDe1_video img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.newsDe1_video:hover img {
    transform: scale(1.08);
}

.newsDe1_video i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 104px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    color: #FFF;
    font-size: 24px;
    z-index: 12;
}

.newsDe1_video a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 14;
}

.newsDe2 {
    width: 5%;
    flex: 0 0 auto;
    position: sticky;
    top: 110px;
    display: flex;
    justify-content: flex-end;
}

.newsDe2_u {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 130px;
}

.newsDe2_l {
    margin-bottom: 24px;
}

.newsDe2_l:last-child {
    margin-bottom: 0;
}

.nede_bt {
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 4px;
}

.nede_bt .iconfont {
    color: rgba(161, 161, 161, 1);
    font-size: 20px;
    transition: 0.8s;
}

.nede_bt svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(178deg);
    width: 120%;
    height: 120%;
    pointer-events: none;
}

.nede_bt .path-loop-bg {
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 10;
    stroke-width: 1px;
}

.nede_bt .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    transition: 0.8s;
}

.nede_bt:hover .path-loop {
    stroke-dashoffset: 19px;
}

.nede_bt:hover .iconfont {
    color: #fff;
    transform: translateX(5px);
}

.nede_bt.left:hover .iconfont {
    transform: translateX(-5px);
}

.nede_bt.liebiao:hover .iconfont {
    transform: translateX(0px);
}

.newsDe2_la {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsDe2_la p {
    color: #FFF;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 1536px) {
    .sub_show {
        padding-top: 110px;
        padding-bottom: 24px;
    }

    .newsDe1 {
        padding: 32px 47px 38px;
        width: 90%;
    }

    .newsDe2 {
        width: 9%;
    }

    .newsDe2_u {
        padding-top: 60px;
    }

    .nede_bt {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 768px) {
    .newsDe1 {
        padding: 22px 14px 16px
    }

    .newsDe2_u {
        padding-top: 0;
    }

    .newsDe2_l {
        margin-bottom: 12px;
    }

    .newsDe1_video i {
        --w: 66px;
    }
}

@media (max-width: 642px) {
    .newsDe2_la p {
        display: none;
    }
}

@media (max-width: 499px) {
    .sub_show .subnav-box {
        display: block;
    }

    .sub_show {
        padding-top: 76px;
        padding-bottom: 14px;
    }

    .newsDe1_h_p {
        font-size: 24px;
    }

    .newsDe1_h {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 22px;
    }

    .newsDe1 {
        padding: 7px 10px 10px;
    }

    .nede_bt {
        width: 30px;
        height: 30px;
    }

    .nede_bt .iconfont {
        font-size: 14px;
    }

    .newsDe2_l {
        margin-bottom: 4px;
    }

    .newsDe {
        padding-bottom: 30px;
    }

    .newsDe1_video i {
        --w: 48px;
        font-size: 18px;
    }

    .newsDe_box {
        flex-direction: column;
    }

    .newsDe1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .newsDe2 {
        width: 100%;
        justify-content: space-between;
    }

    .newsDe2_u {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
    }

    .newsDe2_l {
        margin-bottom: 0;
    }

    .nede_bt {
        margin-bottom: 0;
    }
}

/* products */
.pro {
    position: relative;
}

.pro_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 97px 0 88px;
    position: relative;
    z-index: 12;
}

.pro1 {
    width: 22%;
    flex: 0 0 auto;
    position: sticky;
    top: 110px;
    margin-bottom: 62px;
}

.pro1_h {
    margin-bottom: 26px;
    width: max-content;
}

.pro1_h p {
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(90deg, #8B6C2D 0%, #F7D17C 49.08%, #CC9D44 73.62%, #674015 98.16%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pro1_la {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.pro1_lsp {
    position: relative;
}

.pro1_lsp span {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.5s ease;
}

.pro1_lsp span:nth-child(2) {
    background: linear-gradient(90deg, #8B6C2D 0%, #F7D17C 50%, #CC9D44 75%, #674015 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 12;
}

.pro1_la:hover .pro1_lsp span:nth-child(1) {
    opacity: 0;
}

.pro1_la:hover .pro1_lsp span:nth-child(2) {
    opacity: 1;
}

.pro1_l.on .pro1_lsp span:nth-child(1) {
    opacity: 0;
}

.pro1_l.on .pro1_lsp span:nth-child(2) {
    opacity: 1;
}

.pro1_li {
    position: relative;
    cursor: pointer;
    flex: 0 0 auto;
}

.pro1_li i {
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    transition: all 0.5s ease;
    display: block;
}

.pro1_li i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #8B6C2D 0%, #F7D17C 50%, #CC9D44 75%, #674015 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
}

.pro1_la:hover .pro1_li i:nth-child(1) {
    opacity: 0;
}

.pro1_la:hover .pro1_li i:nth-child(2) {
    opacity: 1;
}

.pro1_l.on .pro1_li i:nth-child(1) {
    opacity: 0;
    transform: rotate(90deg);
}

.pro1_l.on .pro1_li i:nth-child(2) {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(90deg);
}

/* 二级 */
.pro1_l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1_l.on .pro1_l2 {
    max-height: 800px;
    opacity: 1;
}

.pro1_l2sa {
    padding: 14px 28px 0 50px;
}

.pro1_l2a {
    margin-bottom: 26px;
}

.pro1_l2a:last-child {
    margin-bottom: 12px;
}

.pro1_l2a_box {
    position: relative;
    display: block;
}

.pro1_l2a_box span {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

.pro1_l2a_box span:nth-child(2) {
    background: linear-gradient(90deg, #8B6C2D 0%, #F7D17C 50%, #CC9D44 75%, #674015 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.pro1_l2a_box:hover span:nth-child(1) {
    opacity: 0;
}

.pro1_l2a_box:hover span:nth-child(2) {
    opacity: 1;
}

.pro1_l2a.on .pro1_l2a_box span:nth-child(1) {
    opacity: 0;
}

.pro1_l2a.on .pro1_l2a_box span:nth-child(2) {
    opacity: 1;
}

/*  */
.pro2 {
    width: calc(78% - 76px);
    flex: 0 0 auto;
}

.pro2_u {
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
}

.pro2_l {
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
    margin-bottom: 62px;
}

.pro2_limg {
    overflow: hidden;
}

.pro2_limg img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.pro2_la:hover .pro2_limg img {
    transform: scale(1.08);
}

.pro2_lte {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 24px 32px;
    position: relative;
}

.pro2_lte::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #8B6C2D 0%, #F7D17C 50%, #CC9D44 75%, #674015 100%);
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.pro2_la:hover .pro2_lte::after {
    width: 100%;
}

.pro2_lp {
    position: relative;
}

.pro2_lp p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pro2_lp p:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #8B6C2D 0%, #F7D17C 50%, #CC9D44 75%, #674015 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
}

.pro2_la:hover .pro2_lp p:nth-child(1) {
    opacity: 0;
}

.pro2_la:hover .pro2_lp p:nth-child(2) {
    opacity: 1;
}

.pro2_li {
    position: relative;
}

.pro2_li i {
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    transition: all 0.5s ease;
}

.pro2_li i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

@media (max-width: 1536px) {
    .pro_box {
        padding: 67px 0 78px;
    }

    .pro2_lte {
        padding: 14px 14px 14px 22px;
    }

    .pro1_h {
        margin-bottom: 13px;
    }

    .pro1_la {
        padding: 10px 12px;
    }

    .pro1_l2sa {
        padding: 14px 20px 0 22px;
    }

    .pro1_l2a {
        margin-bottom: 13px;
    }

    .pro2_l {
        margin-bottom: 32px;
    }
}

@media (max-width: 992px) {
    .pro_box {
        flex-direction: column;
    }

    .pro1 {
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 32px;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .pro_box {
        padding: 37px 0 18px;
    }

    .pro2_l {
        width: 100%;
    }

    .pro2_l {
        margin-bottom: 16px;
    }

    .pro2_lte {
        padding: 6px 6px 6px 12px;
    }
}

/* about us*/
.about {
    position: relative;
}

.ab_top {
    background: url("../images/ab1-3bg.png") no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.ab1 {
    padding-top: 132px;
}

.ab1_1p {
    padding-bottom: 84px;
    margin-bottom: 108px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.ab1_1p p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-sub_h) * 1.2);
}

.ab1_1p p span {
    background: linear-gradient(90deg, #8B6C2D 0%, #F7D17C 16.58%, #CC9D44 30.24%, #674015 60.48%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ab1_2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 115px;
}

.ab1_2lf {
    width: 74%;
    flex: 0 0 auto;
}

.ab1_2lf p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2-fol) * 1.77);
    max-width: 1042px;
    margin-bottom: 30px;
}

.ab1_2lf p:last-child {
    margin-bottom: 0;
}

.ab1_2rg {
    position: relative;
}

.ab1_2rg img {
    width: 217px;
    object-fit: cover;
    object-position: center;
}

.ab1_2rgte {
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
}

.ab1_2rgte p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 2px;
}

.ab1_2rgte span {
    color: rgba(255, 255, 255, 0.45);
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*  */
.ab2 {
    padding-top: 122px;
}

.ab2Sa {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab2Sw {
    position: relative;
    width: 88%;
    flex: 0 0 auto;
}

#ab2Sw {
    overflow: hidden;
}

#ab2Sw .swiper-wrapper {
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

.ab2Sw-img {
    overflow: hidden;
}

.ab2Sw-img img {
    aspect-ratio: 2 / 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 3s ease;
}

.swiper-slide .ab2Sw-img img {
    transform: scale(1.2);
    transition: transform 1.5s
}

.swiper-slide.active .ab2Sw-img img {
    transform: scale(1)
}

/*  */
.ab2Sw_chan {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding-right: 60px;
}

.ab2Sw_chan .circle {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    margin: 13px 0;
}

.ab2Sw_chan .circle:first-child {
    margin-right: 0;
}

.ab2Sw_chan .circle::after {
    position: absolute;
    content: "";
    width: 101%;
    height: 101%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #8B6C2D 0%, #F7D17C 50%, #CC9D44 75%, #674015 100%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
    transition-delay: 0.3s;
}

.ab2Sw_chan .circle:hover:after {
    opacity: 1;
}

.ab2Sw_chan .circle .iconfont {
    color: #FFF;
    z-index: 12;
    position: relative;
}

/* ab3 */
.ab3Sa {
    padding: 122px 0 218px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ab3_1 {
    width: 46%;
    flex: 0 0 auto;
    position: sticky;
    top: 120px;
    padding-bottom: 50px;
}

.ab3_1te p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-sub_h) * 1.2);
}

.ab3_1te p span {
    background: linear-gradient(90deg, #8B6C2D 0%, #F7D17C 16.58%, #CC9D44 30.24%, #674015 60.48%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ab3_2 {
    width: 50%;
    flex: 0 0 auto;
}

.ab3_2top {
    margin-bottom: 120px;
}

.ab3_2top p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2-fol) * 1.77);
}

.ab3_2u {
    margin-right: calc(-.5 * 7.8rem);
    margin-left: calc(-.5 * 7.8rem);
}

.ab3_2l {
    margin-bottom: 50px;
    padding-right: calc(7.8rem * .5);
    padding-left: calc(7.8rem * .5);
}

.ab3_2lh {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.ab3_2lh::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
    left: 0;
    bottom: 0;
}

.ab3_2lh p {
    color: rgba(255, 255, 255, 0.45);
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    min-height: 52px;
}

.ab3_2lte {
    display: flex;
    align-items: baseline;
}

.ab3_2lte p {
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(90deg, #8B6C2D 7.11%, #F7D17C 26.04%, #CC9D44 52.89%, #674015 98.68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ab3_2lte span {
    color: #674015;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ab4Sa {
    padding-top: 150px;
}

.ab4_h {
    margin-bottom: 60px;
}

.ab4_h p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-sub_h) * 1.2);
    max-width: 542px;
}

.ab4_h p span {
    background: linear-gradient(90deg, #8B6C2D 64.26%, #F7D17C 72.75%, #CC9D44 84.59%, #674015 105.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ab4_l {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 46px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.ab4_l:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.ab4_lh {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.ab4_lh img {
    width: 54px;
    margin-right: 32px;
}

.ab4_lh p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ab4_lp {
    padding-left: 86px;
}

.ab4_lp p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 488px;
}

.ab4_l2 {
    width: 42%;
    flex: 0 0 auto;
    overflow: hidden;
}

.ab4_l2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 2 / 1;
    transition: all 0.5s ease;
}

.ab4_l:hover .ab4_l2 img {
    transform: scale(1.08);
}

.ab5Sa {
    padding-top: 138px;
}

.ab5_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 84px;
}

.ab5_1h p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-sub_h) * 1.2);
    max-width: 542px;
}

.ab5_1h p span {
    background: linear-gradient(90deg, #8B6C2D 12.02%, #F7D17C 29.33%, #CC9D44 40.38%, #674015 54.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ab5_num {
    width: 24.4%;
    flex: 0 0 auto;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(90deg, #1B1A1F 0%, #050505 50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.02% 3.8% 0.8%;
}

.ab5_num1 {
    display: flex;
    align-items: baseline;
    margin-bottom: 4px;
}

.ab5_num1 p {
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    background: linear-gradient(90deg, #8B6C2D 0%, #F7D17C 50%, #CC9D44 75%, #674015 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ab5_num1 span {
    color: #674015;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ab5_num2 p {
    color: #FFF;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ab5_numline {
    width: 1px;
    height: 44px;
    background: #FFF;
}

.ab5_2 {
    margin-bottom: 80px;
}

.ab5_2u {
    display: flex;
    align-items: flex-end;
    margin-right: calc(-.5 * 3.8rem);
    margin-left: calc(-.5 * 3.8rem);
}

.ab5_2l {
    width: calc((100% - 28.8%) / 4);
    flex: 0 0 auto;
    padding-right: calc(3.8rem * .5);
    padding-left: calc(3.8rem * .5);
}

.ab5_2l:nth-child(3) {
    width: 28.8%;
    flex: 0 0 auto;
}

.ab5_2lbox {
    cursor: pointer;
}

.ab5_2limg {
    margin: 0 30px;
    margin-bottom: 32.4px;
    overflow: hidden;
    position: relative;
}

.ab5_2limg::after {
    position: absolute;
    content: "";
    width: 101%;
    height: 101%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.5s ease;
}

.ab5_2lbox:hover .ab5_2limg::after {
    opacity: 1;
}

.ab5_2l:nth-child(3) .ab5_2limg {
    margin: 0;
    margin-bottom: 32.4px;
}

.ab5_2limg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ab5_2lbox:hover .ab5_2limg img {
    transform: scale(1.08);
}

.ab5_2limg i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    font-size: 30px;
    color: rgba(221, 184, 105, 1);
    z-index: 12;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab5_2lbox:hover .ab5_2limg i {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.ab5_2lp p {
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2-fol) * 1.5);
    min-height: calc(var(--zj-con2-fol) * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ab5_3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab5_3a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 12.5px 46px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.ab5_3a:hover {
    border: 1px solid rgba(255, 255, 255, 0);
}

.ab5_3a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, #8B6C2D 0.37%, #F7D17C 32.97%, #CC9D44 67.11%, #674015 99.52%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.ab5_3a:hover:after {
    opacity: 1;
}

.ab5_3a i {
    font-size: 22px;
    color: #FFF;
    margin-right: 12px;
    font-weight: 400;
    position: relative;
    z-index: 12;
}

.ab5_3a span {
    color: #FFF;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 12;
}

.ab6 {
    background: url(../images/ab6bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    padding: 123px 0 216px;
}

.ab6h {
    margin-bottom: 32px;
}

.ab6h p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-sub_h) * 1.2);
    max-width: 844px;
}

.ab6h p span {
    background: linear-gradient(90deg, #8B6C2D 0.66%, #F7D17C 35.54%, #CC9D44 52.98%, #674015 70.42%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ab6p {
    margin-bottom: 70px;
}

.ab6p p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2-fol) * 1.66);
}

.ab6Sw_chan {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    margin-bottom: 50px;
}

.ab6Sw_chan .circle {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.ab6Sw_chan .circle::after {
    position: absolute;
    content: "";
    width: 104%;
    height: 104%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #8B6C2D 0%, #F7D17C 50%, #CC9D44 75%, #674015 100%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
    transition-delay: 0.3s;
}

.ab6Sw_chan .circle:hover:after {
    opacity: 1;
}

.ab6Sw_chan .swiper-button-prev {
    margin-right: 32px !important;
}

.ab6Sw_chan .circle .iconfont {
    color: #FFF;
    z-index: 12;
    position: relative;
}

.ab6Sw {
    position: relative;
}

#ab6Sw {
    overflow: hidden;
}

.ab6Sw-img {
    border-radius: 20px;
    overflow: hidden;
}

.ab6Sw-img img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1536px) {
    .ab1 {
        padding-top: 70px;
    }

    .ab1_1p {
        padding-bottom: 42px;
        margin-bottom: 54px;
    }

    .ab1_2lf p {
        margin-bottom: 15px;
    }

    .ab1_2rg img {
        width: 140px;
    }

    .ab1_2rgte {
        left: -36px;
    }

    .ab3_2lh p {
        min-height: 46px;
    }

    .ab1_2rgte p {
        line-height: 1;
    }

    .ab2 {
        padding-top: 62px;
    }

    .ab2Sw_chan {
        padding-right: 0;
    }

    .button_click .circle {
        width: 40px;
        height: 40px;
    }

    .button_click .circle .iconfont {
        font-size: 16px;
    }

    .ab3_1 {
        padding-bottom: 30px;
    }

    .ab3Sa {
        padding: 60px 0 100px;
    }

    .ab3_2top {
        margin-bottom: 60px;
    }

    .ab3_2u {
        margin-right: calc(-.5 * 2.8rem);
        margin-left: calc(-.5 * 2.8rem);
    }

    .ab3_2l {
        margin-bottom: 30px;
        padding-right: calc(2.8rem * .5);
        padding-left: calc(2.8rem * .5);
    }

    .ab3_2lh {
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .ab4Sa {
        padding-top: 70px;
    }

    .ab4_h {
        margin-bottom: 30px;
    }

    .ab4_l {
        padding: 23px 0;
    }

    .ab4_lh img {
        width: 44px;
        margin-right: 18px;
    }

    .ab4_lp {
        padding-left: 64px;
    }

    .ab5Sa {
        padding-top: 78px;
    }

    .ab5_1 {
        margin-bottom: 42px;
    }

    .ab5_1h p {
        max-width: 428px;
    }

    .ab5_2u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .ab5_2l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .ab5_2limg {
        margin: 0 14px;
        margin-bottom: 22.4px;
    }

    .ab5_2limg i {
        font-size: 24px;
    }

    .ab5_2 {
        margin-bottom: 40px;
    }

    .ab5_3a {
        padding: 5.5px 30px;
    }

    .ab5_3a i {
        font-size: 18px;
    }

    .ab6 {
        padding: 73px 0 106px;
    }

    .ab6h {
        margin-bottom: 16px;
    }

    .ab6p {
        margin-bottom: 35px;
    }

    .ab6Sw_chan {
        margin-bottom: 25px;
    }

    .ab6Sw_chan .swiper-button-prev {
        margin-right: 14px !important;
    }
}

@media (max-width: 1199.9px) {
    .ab1_2 {
        padding-right: 0;
        flex-direction: column-reverse;
    }

    .ab1_2rg {
        padding-left: 46px;
        margin-bottom: 20px;
    }

    .ab1_2rgte {
        left: 0;
    }

    .ab1_2lf {
        width: 100%;
    }

    .ab3Sa {
        flex-direction: column;
    }

    .ab3_1 {
        width: 100%;
        position: relative;
        top: 0;
    }

    .ab3_2 {
        width: 100%;
    }

    .ab5_2l {
        width: calc((100% - 48.8%) / 2);
    }

    .ab5_2l:nth-child(3) {
        width: 48.8%;
    }

    .ab5_2l:nth-child(2),
    .ab5_2l:nth-child(5) {
        display: none;
    }
}

@media (max-width: 768px) {
    .ab4_l {
        flex-direction: column;
    }

    .ab4_l1 {
        margin-bottom: 20px;
    }

    .ab4_l2 {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .ab5_num {
        display: none;
    }

    .ab5_2l:nth-child(1),
    .ab5_2l:nth-child(4) {
        display: none;
    }

    .ab5_2l:nth-child(3) {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ab1 {
        padding-top: 30px;
    }

    .ab1_1p {
        padding-bottom: 20px;
        margin-bottom: 26px;
    }

    .ab1_2rg {
        padding-left: 24px;
        margin-bottom: 10px;
    }

    .ab1_2rg img {
        width: 114px;
    }

    .ab2 {
        padding-top: 30px;
    }

    .button_click .circle {
        width: 30px;
        height: 30px;
        margin: 6px 0;
    }

    .ab3Sa {
        padding: 30px 0 40px;
    }

    .ab3_1 {
        padding-bottom: 16px;
    }

    .ab3_2top {
        margin-bottom: 30px;
    }

    .ab3_2u {
        margin-right: calc(-.5 * 2.2rem);
        margin-left: calc(-.5 * 2.2rem);
    }

    .ab3_2l {
        margin-bottom: 20px;
        padding-right: calc(2.2rem * .5);
        padding-left: calc(2.2rem * .5);
    }

    .ab4Sa {
        padding-top: 30px;
    }

    .ab4_h {
        margin-bottom: 16px;
    }

    .ab3_2lh p {
        min-height: 41px;
    }

    .ab4_lh {
        margin-bottom: 16px;
    }

    .ab4_lh img {
        width: 32px;
        margin-right: 12px;
    }

    .ab4_lp {
        padding-left: 46px;
    }

    .ab5Sa {
        padding-top: 38px;
    }

    .ab5_1 {
        margin-bottom: 20px;
    }

    .ab5_2 {
        margin-bottom: 10px;
    }

    .ab5_2l:nth-child(3) .ab5_2limg {
        margin-bottom: 12.4px;
    }

    .ab6 {
        padding: 33px 0 46px;
    }

    .ab6p {
        margin-bottom: 15px;
    }

    .ab6Sw_chan {
        margin-bottom: 12px;
    }
}

/* honer */
.honer {
    position: relative;
    padding: 144px 0 96px;
}

.hon_h {
    margin-bottom: 70px;
}

.hon_h p {
    color: #FFF;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-sub_h) * 1.2);
}

.hon1 {
    width: 30%;
    margin: auto;
    margin-bottom: 60px;
}

.hon1 .ab5_2lp p {
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    min-height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hon_u {
    margin-right: calc(-.5 * 6rem);
    margin-left: calc(-.5 * 6rem);
}

.hon_l {
    width: 20%;
    flex: 0 0 auto;
    margin-bottom: 40px;
    padding-right: calc(6rem * .5);
    padding-left: calc(6rem * .5);
}

.hon_l .ab5_2limg {
    margin: 20px;
}

.hon_l .ab5_2lp {
    padding: 10px 0;
}

@media (max-width: 1536px) {
    .honer {
        padding: 74px 0 66px;
    }

    .hon_h {
        margin-bottom: 35px;
    }

    .hon1 {
        width: 40%;
        margin-bottom: 30px;
    }

    .hon_u {
        margin-right: calc(-.5 * 2rem);
        margin-left: calc(-.5 * 2rem);
    }

    .hon_l {
        margin-bottom: 30px;
        padding-right: calc(2rem * .5);
        padding-left: calc(2rem * .5);
    }

    .hon_l .ab5_2limg {
        margin: 10px;
    }

    .hon_l .ab5_2lp {
        padding: 6px 0;
    }
}

@media (max-width: 992px) {
    .hon_l {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .hon1 {
        width: 60%;
    }

    .hon_l {
        width: 33.333%;
    }
}

@media (max-width: 499px) {
    .honer {
        padding: 34px 0 36px;
    }

    .hon_h {
        margin-bottom: 16px;
    }

    .hon1 {
        width: 90%;
    }

    .hon_l {
        width: 50%;
        margin-bottom: 10px;
    }
}

/* prode */
.prode {
    padding-top: 98px;
}

.subnav_h {
    margin-bottom: 80px;
}

.subnav_h p {
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(90deg, #8B6C2D 0%, #F7D17C 50%, #CC9D44 75%, #674015 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.prode_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 60px;
}

.prode_top::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    background: #FFF;
    left: 0;
    bottom: 0;
    z-index: 12;
}

.prode_top::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    background: #FFF;
    right: 0;
    bottom: 0;
    z-index: 12;
}

.prode_h p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.prode_chan {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.prode_chan .circle {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.prode_chan .circle::after {
    position: absolute;
    content: "";
    width: 104%;
    height: 104%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #8B6C2D 0%, #F7D17C 50%, #CC9D44 75%, #674015 100%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
    transition-delay: 0.3s;
}

.prode_chan .circle:hover:after {
    opacity: 1;
}

.prode_chan .swiper-button-prev {
    margin-right: 32px !important;
}

.prode_chan .circle .iconfont {
    color: #FFF;
    z-index: 12;
    position: relative;
}

/*  */
.prode1Sw-img {
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.prode1Sw-img img {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.prode1Sw-img:hover img {
    transform: scale(1.08);
}

.prode2 .prode1Sw-img img {
    aspect-ratio: 4 / 3;
}

.prode3 .prode1Sw-img img {
    aspect-ratio: 4 / 3;
}

.prode1 {
    margin-bottom: 142px;
}

.prode2,
.prode3 {
    margin-bottom: 140px;
}

.prode_sp {
    margin-bottom: 150px;
}

.prode_spSw {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .subnav_h {
        margin-bottom: 40px;
    }

    .prode {
        padding-top: 68px;
    }

    .prode_top {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .prode1 {
        margin-bottom: 82px;
    }

    .prode2,
    .prode3 {
        margin-bottom: 80px;
    }

    .prode_sp {
        margin-bottom: 70px;
    }

    .prode_chan .swiper-button-prev {
        margin-right: 12px !important;
    }
}

@media (max-width: 499px) {
    .subnav-boxsp {
        display: block;
        bottom: 10px;
    }

    .subnav_h {
        margin-bottom: 10px;
    }

    .prode {
        padding-top: 38px;
    }

    .prode1 {
        margin-bottom: 40px;
    }

    .prode_top {
        flex-direction: column;
        align-items: flex-start
    }

    .prode_h {
        margin-bottom: 10px;
    }

    .prode_chan {
        width: 100%;
    }

    .prode_h p {
        font-size: 24px;
    }

    .prode2,
    .prode3 {
        margin-bottom: 40px;
    }

    .prode_h {
        margin-bottom: 0;
    }

    .prode_sp {
        margin-bottom: 30px;
    }
}

/* ---------------------------------------------------------------------------------------------------- */
/*  */
/* float-window */
.float-window {
    position: fixed;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
    transition: all 0.3s ease;
}

.window-box>a {
    --w: 54px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 0;
    transition: all 0.3s ease;
    position: relative;
}

/* .window-box>a:hover {
    background: #262861;
} */

.window-box>a i {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.5s ease;
}

.window-box>a:hover i {
    color: #fff;
}

/* 
.box-email>a i {
    font-size: 26px;
} */

.window-box>a p {
    position: absolute;
    width: max-content;
    right: 4px;
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
    height: 100%;

    /* width: 160px; */
    background: linear-gradient(270deg, #674015 0%, #CC9D44 41.43%, #F7D17C 70.94%, #8B6C2D 118.04%);
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 64px;
    white-space: nowrap;
    border-radius: 55px;
    color: #fff;
    transform: scaleX(0);
    transform-origin: right center;
    overflow: hidden;
    transition: cubic-bezier(0.215, .61, .355, 1) .45s;
    z-index: -1;
    display: flex;
    align-items: center;
}

.window-box>a:hover p {
    opacity: 1;
    pointer-events: auto;

    transform: scaleX(1);
}

.window-box>a p span {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    display: block;
}

.box-inquiry>a {
    position: relative;
}

.box-inquiry>a span {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 12px;
    right: 2%;
    top: 10%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #012F6B;
    font-family: 'DM Sans';
    font-weight: normal;
    transition: all 0.3s ease;
}

/*  */
.window-a svg {
    transition: all 0.5s ease;
}

.window-a:hover svg {
    transform: translateY(-2px);
}

.wintd {
    background: url(../images/windtdbg.png) no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 8px 14px 8px 8px;
    position: absolute;
    width: max-content;
    right: 64px;
    /* opacity: 0; */
    transform: scale(0);
    transition: all 0.5s ease;
}

.window-a:hover .wintd {
    transform: scale(1);
}

.wintd img {
    background: #FFF;
}

/*  */
@media (max-width: 1536px) {

    /* .float-window {
        padding: 4px 10px;
    } */
    .float-window {
        right: 20px;
    }

    .window-box>a {
        --w: 44px;
    }

    .window-box>a i {
        font-size: 18px;
    }

    .window-box>a {
        margin: 6px 0;
    }

    .window-box.box-email>a i {
        font-size: 20px;
    }

    .window-box>a p {
        right: 14px;
    }
}

@media (max-width: 1199.9px) {

    /* #float-window {
        display: none;
    } */
    .float-window {
        right: 8px !important;
        padding: 0 4px;
        box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
        background: #145CC5;
    }

    .window-box>a {
        margin: 0;
    }

    #float-window .window-box {
        display: none;
    }

    #float-window .window-box.box-inquiry {
        display: block;
    }

    .window-box>a i {
        font-size: 24px;
    }
}

@media (max-width: 499px) {
    .box-inquiry>a span {
        width: 10px;
        height: 10px;
        right: 3%;
        top: 16%;
    }
}

/* ------------------------------------------------------------ */
/* ind_ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-pagination {
    transition: all 0.5s ease;
    bottom: 32px;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 50%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 50%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\e66e';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner .slick-arrow {
    line-height: 80px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 3%;
    /*width: 30px;*/
    /*height: 80px;*/
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    /*background-color: rgba(0, 0, 0, .2);*/
}

@media (max-width: 1536px) {
    .banner .swiper-pagination {
        bottom: 20px;
    }
}

@media (max-width: 991px) {
    .banner .slick-arrow {
        width: 20px;
        height: 50px;
    }

    .banner .item a {
        padding-bottom: 0;
    }

    .banner img {
        height: 400px;
    }

    .banner-video-box {
        padding-bottom: 0;
        height: 400px;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
        display: none;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 0;
    }

    .banner .item.item-video {
        /*display: none;*/
    }

    .swiper-slide:has(.item.item-video) {
        /*display: none;*/
    }

    .banner-video-box {
        padding-bottom: 0;
        height: 300px;
    }

    .banner img {
        height: 360px;
    }

    .banner .swiper-pagination {
        bottom: 22px !important;
    }

    .banner .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        margin: 0 4px !important;
    }

    .banner .swiper-pagination-bullet svg {
        width: 20px !important;
        height: 20px !important;
        display: none !important;
    }

    .banner .swiper-pagination-bullet span {
        width: 20px !important;
        height: 20px !important;
    }
}

.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    content: '\e727';
    line-height: 1;
    color: #000;
}

.banner .slick-arrow.slick-next {
    right: 5%;
    left: auto;
}

.banner .slick-arrow.slick-next:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    content: '\e728';
    line-height: 1;
    color: #000;
}

@media (max-width: 991px) {

    .banner .slick-arrow.slick-next:before,
    .banner .slick-arrow:before {
        font-size: 30px;
    }
}

.banner .slick-arrow:hover {
    color: #9e0a0d;
}

.banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 50%;
    transform: translateX(-50%);
    bottom: 72px;
}

.banner .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    cursor: pointer;
    vertical-align: middle;
    opacity: 1;
    background: rgba(255, 255, 255, 0.40);
    transition: all 0.5s ease;
}

.banner .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

.banner .swiper-pagination-bullet svg {
    position: relative;
    z-index: 5;
    top: -1px;
    left: -1px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}

.banner .swiper-pagination-bullet svg circle {
    -webkit-transition: stroke-dashoffset .6s ease-out;
    transition: stroke-dashoffset .6s ease-out;
    stroke-width: 1px;
    stroke: #fff;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    display: none;
}

.banner .swiper-pagination-bullet span {
    position: absolute;
    z-index: 4;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 40px;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
    /* border: 1px solid rgba(158, 10, 13, 0); */
    border-radius: 50%;
    display: none;
}

.banner .swiper-pagination-bullet span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    content: '';
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
}

.banner .swiper-pagination-bullet-active svg circle {
    -webkit-animation: movedong 4s ease-out;
    animation: movedong 4s ease-out;
    stroke-dashoffset: 0;
}

.banner .swiper-pagination-bullet-active span {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner .swiper-pagination-bullet-active span:after {
    background-color: #fff;
}

@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 300%;
    }
}

@keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 300%;
    }
}

@media (max-width: 1536px) {}

.ind-ban {
    position: relative;
}

/*  */
#mouse__down {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 36px;
    width: 24px;
    height: 39px;
    background: url(../images/down.png) center no-repeat;
    z-index: 10;
    animation: lineMove 1s infinite;
}

#mouse__down:before {
    content: "";
    width: 4px;
    height: 6px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 5px;
    animation: lineMove 1s infinite;
    display: none;
}

@-webkit-keyframes lineMove {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0px, 20px, 0px);
    }
}

@keyframes lineMove {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0px, 20px, 0px);
    }
}

#mouse__down .mouse__downFirst {
    position: relative;
    width: 20px;
    height: 30px;
    z-index: -1;
    animation: rotation 5s linear infinite;
}

#mouse__down .mouse__downFirst .mouse__downSecond {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#mouse__down .mouse__downFirst .mouse__downSecond img {
    width: 100%;
    transform: scale(5);
}

/* ------------------------------------------------------------ */
.so1 {
    position: relative;
}

.so1img {
    display: none;
    overflow: hidden;
}

.so1img.on {
    display: block;
}

.so1img img {
    width: 100%;
    height: 924px;
    object-fit: cover;
    object-position: center;
}

.so1h {
    margin-bottom: 22px;
}

.so1h p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.so1p p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.so1p p span {
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con1_la);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(180deg, #8B6C2D 31.41%, #F7D17C 52.56%, #CC9D44 76.12%, #674015 96.36%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.so1te {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 148px;
}

.so1_ubox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 73%;
}

.so1_u {
    margin: 0;
}

.so1_l {
    padding: 0;
}

.so1_lbox {
    position: relative;
    display: block;
    height: 100%;
}

.so1_limg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.so1_limg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.so1_lte {
    position: relative;
    padding: 68px 58px;
}

.so1_lbox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(295deg, rgba(139, 108, 45, 0.65) -4.06%, rgba(247, 209, 124, 0.65) 22.93%, rgba(204, 157, 68, 0.65) 44.51%, rgba(103, 64, 21, 0.65) 96.18%);
    opacity: 0;
    transition: all 0.5s ease;
}

.so1_l.on .so1_lbox::after {
    opacity: 1;
}

.so1_lnum {
    margin-bottom: 14px;
    position: relative;
    z-index: 12;
}

.so1_lnum p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.so1_lh p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 12;
}

.so1_lp p {
    color: rgba(255, 255, 255, 0.45);
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button-ft);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 12;
}

/*  */
.big_bg {
    background: url(../images/so2bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    padding-bottom: 220px;
    position: relative;
}

.big_eng {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

.so2 {
    padding-top: 140px;
}

.so2h {
    padding-bottom: 68px;
    margin-bottom: 104px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.so2h p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-sub_h) * 1.2);
}

.so2h p span {
    background: linear-gradient(90deg, #8B6C2D 0%, #F7D17C 12.65%, #CC9D44 23.09%, #674015 46.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.so2end {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.so2_1 {
    width: calc(41% - 110px);
    flex: 0 0 auto;
}

.so2_1l {
    margin-bottom: 92px;
}

.so2_1l:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

.so2_1lbox {
    width: 360px;
    max-width: 100%;
}

.so2_1lp {
    padding-bottom: 32px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.so2_1lp p {
    color: rgba(255, 255, 255, 0.45);
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.so2_1lnum p {
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(90deg, #8B6C2D 7.11%, #F7D17C 26.04%, #CC9D44 52.89%, #674015 98.68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.so2_1lnum p span {
    color: #674015;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.so2_2 {
    width: 59%;
    flex: 0 0 auto;
}

.so2_2p {
    margin-bottom: 72px;
}

.so2_2p p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-con2-fol) * 1.55);
    margin-bottom: 24px;
}

.so2_2p p:last-child {
    margin-bottom: 0;
}

.so2_2bt {
    padding-left: 30%;
}

.so2_2a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    --w: 120px;
    width: var(--w);
    height: var(--w);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}

.so2_2a:hover {
    border: 1px solid rgba(255, 255, 255, 0);
}

.so2_2a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #8B6C2D 0%, #F7D17C 50%, #CC9D44 75%, #674015 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.so2_2a:hover:after {
    opacity: 1;
}

.so2_2a p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-ft2_forl);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 12;
    margin-bottom: 8px;
}

.so2_2a i {
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 12;
}

.so3 {
    margin-top: 12px;
}

.so3Sa {
    padding: 0 8%;
}

.so3 .newsDe1_video {
    border-radius: 50px;
}

.so3 .newsDe1_video p {
    color: #FFF;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.so4 {
    margin-top: 202px;
}

.so4Sa {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.so4_1 {
    width: 38%;
    flex: 0 0 auto;
}

.so4_1p p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-sub_h) * 1.2);
}

.so4_1p span {
    background: linear-gradient(90deg, #8B6C2D 64.26%, #F7D17C 72.75%, #CC9D44 84.59%, #674015 105.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.so4_2 {
    width: 60%;
    flex: 0 0 auto;
}

.so4_2l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 0 54px;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.so4_2l1 {
    width: 44%;
    flex: 0 0 auto;
}

.so4_2lico {
    display: flex;
    align-items: center;
}

.so4_2lico img {
    width: 54px;
    margin-right: 20px;
}

.so4_2lico p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.so4_2l2 {
    width: 49%;
    flex: 0 0 auto;
}

.so4_2l2 p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.so5 {
    padding-bottom: 282px;
    padding-top: 174px;
    background: url(../images/indnewsccg.png) no-repeat;
    background-size: cover;
    background-position: top center;

}

.so5Sa {
    position: relative;
    z-index: 12;
}

.so5Top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.so5_1p p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-sub_h) * 1.2);
}

.so5_1p p span {
    background: linear-gradient(90deg, #8B6C2D 33.62%, #F7D17C 39.55%, #CC9D44 47.03%, #674015 60.45%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.so5_2 {
    display: flex;
    align-items: center;
}

.so5_2a {
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    display: block;
    padding: 14px 50px;
    margin-left: 32px;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}

.so5_2a:hover {
    border: 1px solid rgba(255, 255, 255, 0);
}

.so5_2a.on {
    border: 1px solid rgba(255, 255, 255, 0);
}

.so5_2a::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #8B6C2D 0%, #F7D17C 50%, #CC9D44 75%, #674015 100%);
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.so5_2a:hover::after {
    opacity: 1;
}

.so5_2a.on::after {
    opacity: 1;
}

.so5_2a p {
    color: #FFF;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 12;
}

/*  */
.so5Sw_box {
    border-radius: 0 70px 0 0;
    background: #1B1A1F;
    padding-bottom: 38px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.so5Sw_box:hover {
    border-radius: 70px;
}

.so5Sw_1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.so5Swimg {
    width: 82%;
    flex: 0 0 auto;
    overflow: hidden;
}

.so5Swimg img {
    aspect-ratio: 4 / 3;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.so5Sw_box:hover .so5Swimg img {
    transform: scale(1.08);
}

.so5Sw_num {
    padding: 28px 18px 0 0;
}

.so5Sw_num p {
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(180deg, #F7D17C 0%, #CC9D44 50%, #674015 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.so5Sw_num span {
    color: rgba(255, 255, 255, 0.45);
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-con2-fol);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.so5Sw_2 {
    margin: 0 25px;
    position: relative;
}

.so5Sw_2 p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-button);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.so5Sw_2 p:nth-child(2) {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    background: linear-gradient(180deg, #F7D17C 0%, #CC9D44 50%, #674015 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.so5Sw_box:hover .so5Sw_2 p:nth-child(1) {
    opacity: 0;
}

.so5Sw_box:hover .so5Sw_2 p:nth-child(2) {
    opacity: 1;
}

.so6 {
    margin-bottom: 68px;
    position: relative;
}

video::-webkit-media-controls {
    opacity: 0 !important;
    /* 隐藏控件但不移除它们 */
}

.so6Sa {
    border-radius: 50px;
    background: linear-gradient(360deg, #050505 -54.29%, #1B1A1F 100%);
    padding: 112px 80px 96px;
}

.so6 .con_rgh p {
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: var(--zj-sub_h);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-sub_h) * 1.2);
}

.so6_2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 46%;
    pointer-events: none;
}

.so6_2 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1536px) {
    .so1te {
        top: 72px;
    }

    .so1h {
        margin-bottom: 10px;
    }

    .so1img img {
        height: 624px;
    }

    .so1_lte {
        position: relative;
        padding: 40px 22px;
    }

    .so2 {
        padding-top: 80px;
    }

    .so2h {
        padding-bottom: 34px;
        margin-bottom: 50px;
    }

    .so2_1 {
        width: calc(41% - 50px);
    }

    .so2_1lbox {
        width: 280px;
    }

    .so2_1l {
        margin-bottom: 62px;
    }

    .so2_2p {
        margin-bottom: 52px;
    }

    .so2_2a {
        --w: 94px;
    }

    .so2_2a p {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .so3Sa {
        padding: 0 4%;
    }

    .so4 {
        margin-top: 100px;
    }

    .big_bg {
        padding-bottom: 110px;
    }

    .so4_2l {
        padding: 14px 0 26px;
    }

    .so5Top {
        margin-bottom: 40px;
    }

    .so5 {
        padding-bottom: 100px;
        padding-top: 74px;
    }

    .so5_2a {
        padding: 8px 26px;
        margin-left: 12px;
    }

    .so6 {
        margin-bottom: 34px;
    }
}

@media (max-width: 992px) {
    .so1_ubox {
        width: 100%;
    }

    .so1te {
        top: 32px;
    }

    .so3Sa {
        padding: 0;
    }

    .so4Sa {
        flex-direction: column;
    }

    .so4_1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .so4_2 {
        width: 100%;
        flex: 0 0 auto;
    }

    .so6Sa {
        padding: 40px 40px 50px;
    }

    .so5 {
        padding-bottom: 50px;
    }

    .so5Top {
        flex-direction: column;
        align-items: flex-start
    }

    .so5_1 {
        margin-bottom: 20px;
    }

    .so5_2a {
        margin-left: 0;
        margin-right: 12px;
    }

    .so1img img {
        height: 760px;
    }
}

@media (max-width: 642px) {
    .so1_l {
        width: 50%;
    }

    .so1_lte {
        position: relative;
        padding: 28px 10px;
    }

    .so1img img {
        height: 824px;
    }

    .so2end {
        flex-direction: column-reverse;
    }

    .so2_2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so2_1 {
        width: 100%;
    }

    .so4_2l {
        flex-direction: column;
    }

    .so4_2l1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .so4_2l2 {
        width: 100%;
    }

    .so4 {
        margin-top: 50px;
    }
}

@media (max-width: 499px) {
    .so2 {
        padding-top: 40px;
    }

    .so2h {
        padding-bottom: 16px;
        margin-bottom: 25px;
    }

    .so2_2p {
        margin-bottom: 26px;
    }

    .so2_2bt {
        padding-left: 20%;
    }

    .so2_1l {
        margin-bottom: 32px;
    }

    .so2_1lp {
        padding-bottom: 16px;
        margin-bottom: 10px;
    }

    .so6_2 {
        top: 94%;
    }

    .so1_ubox {
        position: relative;
    }

    .so1img img {
        height: 300px;
    }

    .newsDe1_video img {
        height: 300px;
    }

    .so3 .newsDe1_video p {
        margin-top: 50px;
    }

    .so3 .newsDe1_video {
        border-radius: 20px;
    }

    .so4_2lico img {
        width: 40px;
        margin-right: 10px;
    }

    .big_bg {
        padding-bottom: 60px;
    }

    .so5 {
        padding-top: 34px;
    }

    .so5_2a {
        padding: 6px 16px;
    }

    .so5Top {
        margin-bottom: 20px;
    }

    .so5Sw_box {
        border-radius: 0 20px 0 0;
        padding-bottom: 18px;
    }

    .so5Sw_2 {
        margin: 0px 12px;
    }

    .so5Swimg {
        width: 78%;
    }

    .so6Sa {
        padding: 12px 12px 20px;
    }

    .so6Sa {
        border-radius: 20px;
    }

    .so6Sa .con_rgh {
        margin-bottom: 24px;
    }

    .so5Sw_num {
        padding: 12px 4px 0 0;
    }

    .so5Sw_box:hover {
        border-radius: 20px;
    }
}

.input-group-btn {
    position: absolute;
    content: "";
    background: url(../images/xialajiantou2.png) no-repeat;
    background-size: cover;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 18px;
    height: 18px;
    z-index: 12;
    opacity: 0.45;
    pointer-events: none;
}

.fancybox-caption {
    text-align: center;
}

.input-group-btn button {
    display: none;
}

.prode_end {
    position: relative;
}

.prode1 .prode_chan {
    justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    width: 56%;
}

#so5Sw {
    cursor: url('../images/shubiaokk.png'), none;
    width: 100%;
    min-height: 300px;
}

#so5Sw .swiper-wrapper,
#so5Sw .swiper-slide,
#so5Sw .so5Sw_box {
    cursor: inherit;
}



/*20250812*/
.datetimepicker{background-color: rgba(177, 175, 176, 1);}
.datetimepicker table {
    margin: 10px;padding: 10px; 
}
 .table-condensed {
    margin: 10px!important;
}


/* 全屏遮罩层 */
#msgbg {
    position: fixed;           /* 固定定位，覆盖整个视口 */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
    display: flex;             /* 使用 Flexbox 居中 */
    justify-content: center;   /* 水平居中 */
    align-items: center;       /* 垂直居中 */
    z-index: 9999;             /* 置于最顶层 */
    backdrop-filter: blur(2px); /* 可选：背景模糊效果 */
}

/* 弹窗主体 - 自动被居中 */
#msg {
    width: 300px;
    max-width: 90%;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: fadeIn 0.3s ease-out;
}

/* 动画效果 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* 弹窗顶部 */
#msg_top {
    padding: 16px;
    background: #f3f4f6;
    font-weight: bold;
    color: #333;
    position: relative;
}

.msg_close {
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 20px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    transition: background 0.2s;
}

.msg_close:hover {
    background: #e0e0e0;
}

/* 内容区 */
#msg_cont {
    padding: 20px;
    color: #333;
    line-height: 1.5;
    text-align: center;
}

/* 确定按钮 */
#msg_clear {
    padding: 12px;
    background-color: #f1a42b;
    color: white;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid #eee;
}

#msg_clear:hover {
    background-color: #f1a42b;
}
 



:root {
    scroll-behavior: unset;
}