#ven {
    transition: all 0.5s ease;
}

.ventricle {
    background: #FFF !important;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

/*  */
.ventop {
    background-color: rgba(77, 77, 77, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition: all 0.5s ease;
}

.ventricle .ventop {
    background: rgba(13, 35, 62) !important;
}

.ventop-box {
    display: flex;
    align-items: center;
    padding: 6px 0;
}

.ventopa {
    display: flex;
    align-items: center;
}

.ventopa i {
    font-size: 20px;
    color: #FFF;
    margin-right: 8px;
}

.ventopa:first-child {
    margin-right: 26px;
}

.ventopa:first-child i {
    font-size: 22px;
}

.ventopa span {
    color: #FFF;
    font-size: var(--zj-ventopa);
    font-family: 'Gantari';
    font-weight: normal;
    line-height: calc(var(--zj-ventopa) * 1.6);
    transition: all 0.3s ease;
}

.ventopa:hover span {
    color: rgba(153, 216, 11, 1)
}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 6px 0 4px;
    position: relative;
}

.ven1-loim img {
    width: 86px;
    filter: invert(100%) brightness(200%);
    transition: all 0.5s ease;
}

.ventricle .ven1-loim img {
    filter: invert(0) brightness(0);
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-lsa {
    height: 100%;
    position: relative;
    width: max-content;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 25px;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(32, 41, 71, 1);
    height: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.ven2-lsa:hover .ven2-la::after {
    height: 100%;
}

.ven2-l.on .ven2-lsa .ven2-la::after {
    height: 100%;
}

.ven2-la span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-family: 'Gantari';
    font-weight: normal;
    font-style: normal;
    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);
}

.ventricle .ven2-la span {
    color: #333333;
}

.ven2-la:hover span {
    color: #FFF;
}

.ven2-l.on .ven2-la span {
    color: #FFF;
}

.ven-seh {
    position: relative;
}

.vensesv i {
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.ven2-2 {
    margin: 0 35px;
}

.ven2-2a {
    display: flex;
    align-items: center;
}

.ven2-2a i {
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    margin-right: 8px;
}

.ven2-2a p {
    color: #FFF;
    font-family: 'Inter';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.ven2-3 {
    position: relative;
}

.ven2-3a {
    display: flex;
    align-items: center;
}

.ven2-3a img {
    width: 27px;
    border: 3px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    margin-right: 8px;
}

.ven2-3a i {
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
}

/* GET IN TOUCH */
.ven2-touch {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.ven2-toucha {
    display: flex;
    align-items: center;
    background: #66b828;
    padding: 5px 7px;
    border-radius: 25px;
}

.ven2-toucha i {
    font-size: 20px;
    color: #fff;
    margin-right: 8px;
}

.ven2-toucha span {
    font-size: var(--zj-ven2cona);
    font-family: 'Gantari';
    font-weight: normal;
    color: #fff;
}

@media (max-width: 1536px) {
    .ven1-loim img {
        width: 80px;
    }

    .vensesv span {
        margin-right: 8px;
    }

    .vensesv i {
        font-size: 18px;
    }

    .ven2-2a i {
        font-size: 18px;
    }

    .vensesv {
        padding: 0;
    }

    /*  */
    .ven2-2 {
        margin: 0 20px;
    }

    .ven1-loim {
        padding: 8px 0;
    }

    /*  */
    .ven2-la {
        padding: 0 8px;
    }

    .ven2-touch {
        margin-left: 22px;
    }
}

@media (max-width: 992px) {
    .logo1 {
        opacity: 0;
    }

    .logo2 {
        opacity: 1;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-2 {
        margin: 0 12px;
    }

    .ven2-3a img {
        width: 24px;
    }

    /*  */
    .ventop-box {
        display: none;
    }

    #ven {
        background: #FFF !important;
        box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    }

    .ven1-loim img {
        filter: invert(0) brightness(0);
        width: 70px;
    }
}

@media (max-width: 642px) {
    .ven2-touch {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven1-loim {
        padding: 4px 0;
    }

    .ven1-loim img {
        width: 60px;
    }

    .ven2-2a p {
        display: none;
    }

    .ven2-2a i {
        margin-right: 0;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */
#venPho {
    display: none;
    margin-bottom: 4px;
}

#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: rgba(45, 45, 45, 1);
    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: rgba(45, 45, 45, 1);
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: rgba(45, 45, 45, 1);
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: rgba(45, 45, 45, 1);
    transition: all .5s;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 992px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 86px;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@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 #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    padding-left: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

#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: #444;
    font-size: var(--zj-ft1-1h);
    text-transform: uppercase;
    font-family: 'Gantari';
    font-weight: normal;
    font-style: normal;
    line-height: normal;

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: rgb(1, 125, 190);
}

.xiantiao>a {
    color: rgb(1, 125, 190);
}

.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: #444;
    font-size: var(--zj-ft1-1h);
    text-transform: uppercase;
    font-family: 'Gantari';
    font-weight: normal;
    font-style: normal;
    line-height: var(var(--zj-ft1-1h) * 1.6);
    text-transform: uppercase;
    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: #13317A;
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 68px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 240px;
    left: 0;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 300px;
    opacity: 1;
    /* overflow: visible; */
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    transition: all 0.5s ease;
}

.ven2-lera:hover {
    background: #66b828
}

.ven2-lera span {
    color: #333;
    font-size: var(--zj-ven2cona);
    line-height: calc(var(--zj-ven2cona) * 1.4);
    font-family: 'Gantari';
    font-weight: normal;
    --size: 1px;
    --color: #0057A3;
    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);
    transition: all 0.5s ease;
}

.ven2-lera:hover span {
    color: #FFF;
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.ven2-lera i {
    font-size: 20px;
    color: rgba(45, 45, 45, 1);
    transition: all 0.5s ease;
}

.ven2-lera:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #0057A3;
    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);
}

.ven2-lerathra:hover span {
    color: #0057A3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 278%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: #222;
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #666;
    font-family: 'Manrope';
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
}

.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 button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 288%;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 254%;
        right: -120px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 300%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    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;
}

.ven2-3: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;
}

.ven2-3sec a img {
    width: 20px;
    margin-right: 4px;
}

.ven2-3sec a span {
    color: #444;
    font-family: 'Inter';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* gg */
.sub {
    background-color: rgba(13, 35, 62);
}

.sub-box {
    padding: 180px 0 20px;
}

.subh p {
    font-size: var(--zj-subh);
    font-family: 'Poppins';
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.subp {
    margin-bottom: 20px;
}

.subp p {
    font-size: var(--zj-ft1-2uh);
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    color: rgba(255, 255, 255, 1);
}

.breadcrumb,
.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: rgba(255, 255, 255, 1) !important;
    font-family: 'Poppins';
    font-size: var(--zj-ven2cona);
    font-weight: 300;
    line-height: 1;
}

.breadcrumb-item::before {
    padding-top: 4px;
}

.breadcrumb-item i {
    font-size: 12px;
    color: #fff;
    margin-right: 4px;
}

/*  */
.sub-ubox {
    background-color: rgba(0, 0, 0, 0.3);
}

.sub-u {
    display: flex;
    align-items: center;
}

.sub-l>a {
    padding: 25px;
    display: block;
    font-size: var(--zj-subnav);
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    transition: all 0.5s ease;
    font-family: 'Gantari';
    font-weight: 300;
}

.sub-l>a:hover {
    background: #66b828;
}

.sub-l.on>a {
    background: #66b828;
}

/* contact us */
.con {
    margin: 40px 0;
}

.con-box {
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    overflow: hidden;
}

.con1 {
    background: rgba(241, 246, 249, 1);
    padding: 40px;
    width: 60%;
    flex: 0 0 auto;
}

.con1h p {
    font-size: var(--zj-prode1_2h);
    color: rgba(11, 11, 11, 1);
    font-weight: 300;
    font-family: 'Poppins';
    margin-bottom: 20px;
}

.con1p {
    margin-bottom: 20px;
}

.con1p p {
    line-height: 2;
    color: #666;
    font-family: 'Poppins';
    font-size: var(--zj-subnav);
}

.con1p span {
    font-weight: 300;
    font-family: 'Poppins';
    color: #666;
    font-size: var(--zj-ven2cona);
    display: block;
    line-height: 2;
}

.con2-fol {
    margin-bottom: 16px;
}

.con2-fol input,
.con2-fol textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    line-height: 1;
    color: #333;
    transition: all ease .3s;
    padding: 16.5px 15px;
    font-weight: 300;
    font-family: 'Poppins';
}

.con2-fol input::-webkit-input-placeholder {
    color: rgba(153, 174, 211);
}

.con2-fol input:-moz-placeholder {
    color: rgba(153, 174, 211);
}

.con2-fol input::-moz-placeholder {
    color: rgba(153, 174, 211);
}

.con2-fol input:-ms-input-placeholder {
    color: rgba(153, 174, 211);
}

.con2-fol textarea::-webkit-input-placeholder {
    color: rgba(153, 174, 211);
}

.con2-fol textarea:-moz-placeholder {
    color: rgba(153, 174, 211);
}

.con2-fol textarea::-moz-placeholder {
    color: rgba(153, 174, 211);
}

.con2-fol textarea:-ms-input-placeholder {
    color: rgba(153, 174, 211);
}

.con2-fobt button {
    width: 200px;
    padding: 15px 15px;
    background-color: rgba(35, 46, 81, 1);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.con2-fobt button:hover {
    background-color: rgba(102, 184, 40, 1);
}

.con2-fobt button::before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.con2-fobt button:hover:before {
    animation: style1 .75s;
    z-index: 1
}

@keyframes style1 {
    0% {
        background: rgba(0, 0, 0, .25);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }

    to {
        background: 0 0;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}

.con2-fobt button span {
    color: rgba(255, 255, 255, 1);
    font-size: var(--zj-ven2cona);
    font-weight: 300;
    font-family: 'Poppins';
}

/*  */
.con2 {
    width: 40%;
    background-color: rgba(1, 125, 190, 1);
    padding: 40px;
}

.con2lh p {
    color: rgba(255, 255, 255, 1);
    font-size: var(--zj-oem3-1l1p);
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-weight: 300;
}

.con2la {
    display: block;
    margin-bottom: 24px;
}

.con2la span {
    font-size: var(--zj-ven2-la);
    color: #FFF;
    font-family: 'Poppins';
    font-weight: 300;
    --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);
}

.con2l>a:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.sub-want {
    /* background: url(../img/subwhatbg.webp) no-repeat; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 40px 0 60px;
}

.sub-wanth {
    margin-bottom: 8px;
}

.sub-wanth p {
    font-size: var(--zj-so1lenda);
    color: rgba(255, 255, 255, 1);
    font-family: 'Poppins';
    font-weight: normal;
    text-align: center;
    line-height: 1;
}

.sub-wantp p {
    color: rgba(255, 255, 255, 1);
    font-size: var(--zj-subnav);
    margin-bottom: 5px;
    font-family: 'Poppins';
    font-weight: normal;
    text-align: center;
}

.sub-wantfo {
    margin-top: 20px;
}

.sub-wantfor {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-wantfou {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-wantfol {
    margin-right: 16px;
}

.sub-wantfol input {
    border: 1px solid #e1e1e1;
    color: #666;
    padding: 0 15px;
    line-height: 1;
    border-radius: 2px !important;
    height: calc(1.5em + .75rem + 5px);
    width: 100%;
    font-family: 'Poppins';
    font-weight: normal;
    width: 300px;
}

.sub-wantfobt button {
    width: 160px;
    padding: 8px 15px;
    background-color: rgba(65, 65, 65, 1);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.sub-wantfobt button:hover {
    background-color: rgba(243, 155, 64, 1);
}

.sub-wantfobt button::before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.sub-wantfobt button:hover:before {
    animation: style1 .75s;
    z-index: 1
}

.sub-wantfobt button span {
    color: rgba(255, 255, 255, 1);
    font-size: var(--zj-ven2cona);
    font-weight: normal;
    font-family: 'Poppins';
}

/* footer */
.ft1 {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 80px;
}

.ft1-1 {
    flex: 0 0 40%;
    margin-right: 60px;
}

.ftico i {
    font-size: 30px;
    color: #000000;
}

.ft1-1h p {
    font-size: var(--zj-ven2-la);
    font-family: 'Poppins';
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    margin-bottom: 20px;
    line-height: normal;
}

.ft1-1l {
    display: flex;
}

.ft1-1l i {
    font-size: 25px;
    margin-right: 10px;
    color: #000000;
}

.ft1-1la span {
    font-size: var(--zj-subnav);
    font-family: 'Poppins';
    font-weight: normal;
    line-height: normal;
    color: #000000;
    padding-top: 6px;
    display: block;
    --size: 1px;
    --color: #000000;
    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);
}

.ft1-1l>a:hover span {
    color: #000000;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft1-2 {
    margin-right: 60px;
    flex: 0 0 auto;
}

.ft1-2u {
    display: flex;
}

.ft1-2l {
    margin-right: 44px;
    width: auto;
}

.ft1-2lh {
    margin-bottom: 20px;
    display: block;
}

.ft1-2lh span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
    font-size: var(--zj-ven2-la);
    font-weight: 900 !important;
    font-family: 'Gantari';
}

.ft1-2la {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ft1-2la span {
    color: #333;
    font-size: var(--zj-ven2cona);
    line-height: 2;
    font-family: 'Poppins';
    font-weight: normal;
    --size: 1px;
    --color: #333;
    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);
}

.ft1-2la:hover span {
    color: #333;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ft1-3 {
    flex: 0 0 auto;
}

.ft1-3h {
    margin-bottom: 20px;
}

.ft1-3h p {
    font-size: var(--zj-ven2-la);
    font-family: 'Poppins';
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    line-height: normal;
}

.ft1-3hare .a2a_kit {
    display: flex;
    align-items: center;
}

.ft1-3hare .a2a_kit>a {
    display: block;
    line-height: normal !important;
    margin-left: 10px;
    padding: 0 !important;
    transition: all 0.5s ease;
}

.ft1-3hare .a2a_kit>a:hover {
    transform: translateY(-5px);
}

.ft1-3hare .a2a_kit>a:first-child {
    margin-left: 0;
}

.ft1-3hare .a2a_kit>a i {
    font-size: 40px;
}

.ft1-3hare .a2a_kit>a:nth-child(1) i {
    color: rgba(53, 78, 151);
}

.ft1-3hare .a2a_kit>a:nth-child(2) i {
    color: rgba(0, 107, 171);
}

.ft1-3hare .a2a_kit>a:nth-child(3) i {
    color: rgb(255, 255, 255);
}

.ft1-3hare .a2a_kit>a:nth-child(3) i {
    font-size: 30px;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: rgba(13, 35, 62) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft1-3hare .a2a_kit>a:nth-child(4) i {
    color: rgba(47, 61, 83);
}

.ft1-3hare .a2a_kit>a:nth-child(5) i {
    color: red;
}

/*  */
.ft2 {
    background-color: rgba(34, 34, 34, 1);
    padding: 18px 0;
}

.ft2-box {
    display: flex;
    align-items: center;
}

.ft2-1p p,
.ft2-1a span,
.ft2-2h span,
.ft2-3>a {
    line-height: 3;
    font-size: var(--zj-ven2cona);
    color: #ffffffb3;
    font-family: 'Poppins';
    font-weight: 400;
    transition: all 0.5s ease;
}

.ft2-1a span,
.ft2-2h span,
.ft2-3>a {
    cursor: pointer;
}

.ft2-1a:hover span,
.ft2-2h:hover span,
.ft2-3>a:hover {
    color: #FFF;
}

.ft2-1 {
    display: flex;
    align-items: center;
}

.ft2-1>div,
.ft2-1>a {
    margin-right: 20px;
}

.ft2-2 {
    margin-right: 20px;
}

@media (max-width: 1199.9px) {
    .ft1-3 {
        margin-top: 20px;
    }

    .ft1 {
        padding: 40px 0 60px;
    }

    .ft2 {
        padding: 18px 0 64px;
    }
}

@media (max-width: 992px) {
    .con-box {
        flex-direction: column;
    }

    .con1,
    .con2 {
        width: 100%;
    }

    .ft1-2 {
        margin-top: 20px;
    }

    .ft2-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .ft2-1p p,
    .ft2-1a span,
    .ft2-2h span,
    .ft2-3>a {
        line-height: 1;
    }

    .sub-box {
        padding: 120px 0 20px;
    }

    .sub-wantfou {
        flex-direction: column;
    }

    .sub-wantfor {
        align-items: flex-start;
        flex-direction: column;
    }

    .sub-wantfol {
        margin-right: 0;
    }

    .sub-wantfol input {
        width: 100%;
    }

    .sub-wantfol {
        width: 100%;
    }

    .sub-wantfou {
        width: 100%;
    }

    .sub-wantfol {
        margin-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .ft1 {
        padding: 40px 0 40px;
    }

    .ft2-1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .con2-fol {
        width: 100%;
    }

    .con1 {
        padding: 20px;
    }

    .ft1-2,
    .ft1-3 {
        display: none;
    }
}

@media (max-width: 499px) {
    .con1 {
        padding: 16px;
    }

    .con1h p {
        margin-bottom: 10px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 10.5px 11px;
    }

    .con2-fol {
        margin-bottom: 10px;
    }

    .con2-fobt button {
        padding: 8px 14px;
    }

    .con2 {
        padding: 16px;
    }

    .sub-box {
        padding: 90px 0 20px;
    }

    .con {
        margin: 30px 0;
    }

    .sub-want {
        padding: 30px 0 30px;
    }

    .ft1 {
        padding: 20px 0 20px;
    }

    .ft1-1h p {
        margin-bottom: 10px;
    }

    .ft1-1 {
        flex: 0 0 100%;
        margin-right: 0;
    }

    .ft1-1l i {
        font-size: 20px;
    }
}

/* blog */
.blog {
    padding: 50px 0;
}

.blog-u {
    margin-right: calc(-.5 * 0.9rem);
    margin-left: calc(-.5 * 0.9rem);
}

.blog-l {
    padding-right: calc(0.9rem * .5);
    padding-left: calc(0.9rem * .5);
    margin-bottom: 20px;
}

.blog-l1 {
    margin-bottom: 30px;
}

.blog-limg {
    padding-bottom: 59%;
    border-radius: 6px;
    overflow: hidden;
}

.blog-limg img {
    transition: all 0.5s ease;
}

.blog-lbox:hover .blog-limg img {
    transform: scale(1.08);
}

.blog-lnum {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.blog-lnum i {
    font-size: 15px;
    margin-right: 8px;
    color: rgba(118, 118, 118, 1);
}

.blog-lnum span {
    font-family: 'Poppins';
    font-weight: 300;
    padding-top: 5px;
    color: rgba(128, 128, 128, 1);
    font-size: var(--zj-ventopa);
}

.blog-lh {
    margin-bottom: 15px;
    display: block;
}

.blog-lh p {
    color: rgba(9, 24, 66, 1);
    font-weight: 500;
    font-family: 'Poppins';
    line-height: normal;
    font-size: var(--zj-ft1-1h);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(var(--zj-ft1-1h) * 3.5);
    transition: all 0.5s ease;
}

.blog-lbox:hover .blog-lh p {
    color: #035ca6;
}

.blog-lp {
    display: block;
    margin-bottom: 30px;
}

.blog-lp p {
    font-size: var(--zj-ven2cona);
    color: rgba(145, 145, 145, 1);
    font-weight: 300;
    margin-right: auto;
    padding-right: 0px;
    font-family: 'Poppins';
    line-height: normal;
    min-height: calc(var(--zj-ven2cona) * 3.4);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-lbtn {
    display: block;
}

.blog-lbtn p {
    line-height: normal;
    font-size: var(--zj-ven2cona);
    color: rgba(9, 24, 66, 1);
    margin-top: 30px;
    margin-bottom: 0px;
    text-decoration: underline;
    font-family: 'Poppins';
    font-weight: 300;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel>a {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 36px;
    height: var(--w);
    width: var(--w);
    border: 1px solid #ebebeb;
    background: #f4f4f4;
    border-radius: 2px;
    margin: 0 3px;
    transition: all 0.5s ease;
}

.sub-pagel>a:hover {
    background: rgba(7, 82, 156, 1);
    border: 1px solid rgba(7, 82, 156, 1);
}

.sub-pagel.on>a {
    background: rgba(7, 82, 156, 1);
    border: 1px solid rgba(7, 82, 156, 1);
}

.sub-pagel>a span {
    display: block;
    font-size: var(--zj-ven2cona);
    font-family: 'Poppins';
    font-weight: 300;
    color: #8a8a8a;
    padding-top: 6px;
    transition: all 0.5s ease;
}

.sub-pagel>a:hover span {
    color: #fff;
}

.sub-pagel.on>a span {
    color: #fff;
}

.sub-show .subnav-box {
    position: relative;
    padding-top: 10px;
}

.sub-show .sub-box {
    padding: 143px 0 10px;
}

.sub-show .subnav-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 992px) {
    .blog-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .blog-l {
        width: 100%;
    }

    .sub-l>a {
        padding: 12px;
    }

    .blog {
        padding: 30px 0;
    }

    .blog-l1 {
        margin-bottom: 20px;
    }

    .blog-lh {
        margin-bottom: 10px;
    }

    .blog-lp {
        margin-bottom: 10px;
    }

    .blog-lp p {
        min-height: 48px;
    }

    .blog-lbtn p {
        margin-top: 20px;
    }

    .sub-pagel>a {
        --w: 26px;
    }
}

/* news-show */
.wrap {
    background: rgba(243, 247, 250, 1);
    padding-bottom: 80px;
    padding-top: 30px;
}

.news-debox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.info {
    width: 70%;
    flex: 0 0 auto;
}

.info1 {
    background-color: rgba(255, 255, 255, 1);
    padding: 30px;
    border-radius: 15px;
}

.news-deh h2 {
    font-size: var(--zj-ft1-1h);
    color: #333;
    line-height: 1;
    text-align: left;
    font-weight: normal;
    font-family: 'Poppins';
    font-weight: bold;
    margin-bottom: 8px;
}

.news-denum {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.news-denum p,
.news-denum p span {
    font-size: var(--zj-ven2cona);
    color: rgba(153, 153, 153, 1);
    line-height: 2;
    font-family: 'Poppins';
    font-weight: 300;
}

.news-denum p {
    margin-right: 15px;
}

.news-dep {
    padding: 20px;
    border-radius: 5px;
    background: rgba(243, 247, 250, 1);
}

.news-dep p {
    font-size: var(--zj-ven2cona);
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 1.5;
    color: #666;
}

.news-deline {
    width: 100%;
    height: 1px;
    background: rgba(245, 245, 245, 1);
    margin: 15px 0;
}

.news-desw {
    position: relative;
    max-width: 1064px;
    background: rgba(243, 243, 243, 1);
    border: 1px solid #f5f5f5;
}

#news-desw {
    overflow: hidden;
    width: 76%;
    margin: 0 auto;
}

.news-deswimg {
    padding-bottom: 52%;
}

#news-desw .swiper-button-prev,
#news-desw .swiper-button-next {
    background: rgba(0, 0, 0, 0.5);
}

#news-desw .swiper-button-prev {
    left: 0;
}

#news-desw .swiper-button-next {
    right: 0;
}

#news-desw .swiper-button-prev::after,
#news-desw .swiper-button-next::after {
    font-size: 14px !important;
    color: #FFF;
}

@media (max-width: 1199.9px) {
    .info {
        width: 100%;
    }

    .news-de {
        display: none;
    }
}

@media (max-width: 992px) {
    .sub-show .sub-box {
        padding: 86px 0 10px;
    }
}

@media (max-width: 499px) {
    .sub-show .sub-box {
        padding: 68px 0 10px;
    }

    .info1 {
        background-color: rgba(255, 255, 255, 1);
        padding: 12px;
        border-radius: 10px;
    }

    .news-deh h2 {
        font-size: 20px;
        line-height: 1.2;
    }

    .news-dep {
        padding: 8px;
    }

    .news-deswimg {
        padding-bottom: 65%;
    }

    #news-desw {
        width: 84%;
    }

    .wrap {
        padding-bottom: 20px;
    }

    .wrap-show .info .link {
        flex-direction: column;
        align-items: flex-start
    }

    .wrap-show .info .link .next {
        flex-direction: row-reverse;
    }

    .wrap-show .info .link .next>a {
        text-align: start;
    }

    .wrap-show .info .link .prev,
    .wrap-show .info .link .next {
        width: 100%;
        margin-right: 0;
    }
}

/*  */
.news-de {
    width: calc(30% - 30px);
    flex: 0 0 auto;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    padding: 30px 30px 10px;
    position: sticky;
    top: 150px;
}

.news-dergh p {
    line-height: 1;
    font-size: var(--zj-ven2-la);
    font-weight: bold;
    color: rgba(68, 68, 68, 1);
    font-family: 'Poppins';
    font-weight: bold;
    margin-bottom: 15px;
}

.news-dergla {
    display: block;
    position: relative;
    padding: 15px 0;
}

.news-dergla::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(245, 245, 245, 1);
    left: 0;
    top: 0;
}

.news-derglh {
    margin-bottom: 10px;
}

.news-derglh p {
    font-weight: 300;
    line-height: 1.5;
    font-family: 'Poppins';
    font-size: var(--zj-subnav);
    color: rgba(51, 51, 51, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-derglp p {
    font-size: var(--zj-ven2cona);
    color: rgba(165, 165, 165, 1);
    line-height: 1.5;
    font-family: 'Poppins';
    font-weight: 200;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* about */
.ab1-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}

.ab1-1 {
    width: 52%;
    padding-right: 60px;
}

.ab1-1h {
    margin-bottom: 30px;
}

.ab1-1h p {
    font-size: var(--zj-subh);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    font-weight: bold;
    font-family: 'Poppins';
}

.ab1-1smh {
    margin-top: 5px;
    margin-bottom: 20px;
}

.ab1-1smh p {
    font-size: var(--zj-con2la);
    font-weight: normal;
    color: rgba(37, 37, 37, 1);
    line-height: 1;
    font-family: 'Gantari';
}

.ab1-1p {
    margin-top: 5px;
    margin-bottom: 10px;
}

.ab1-1p p {
    font-size: var(--zj-subnav);
    font-weight: 300;
    color: rgba(114, 114, 114, 1);
    line-height: 1.5;
    font-family: 'Poppins';
}

.ab1-2 {
    width: 48%;
}

.ab1-2img {
    padding-bottom: 75%;
    overflow: hidden;
    border-radius: 5px;
}

.ab2 {
    background-color: rgba(1, 125, 190, 1);
    padding: 80px 0;
}

.ab2l {
    position: relative;
}

.ab2l::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(39, 39, 39, 0.1);
}

.ab2l:last-child:after {
    display: none;
}

.ab2lte {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.ab2lte p {
    font-weight: bold;
    font-family: 'Gantari';
    font-size: var(--zj-so2lnum2);
    color: rgba(255, 255, 255, 1);
    margin-right: 6px;
    line-height: 1;
}

.ab2lte span {
    font-size: var(--zj-subnav);
    font-family: 'Gantari';
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    line-height: 1;
}

.ab2lp {
    margin-top: 10px;
}

.ab2lp p {
    text-align: center;
    font-size: var(--zj-ven2-la);
    color: rgba(255, 255, 255, 1);
    font-family: 'Gantari';
    font-weight: normal;
}

/*  */
.ab3 {
    padding: 60px 0 108px;
}

.ab3h {
    margin-bottom: 30px;
}

.ab3h p {
    font-size: var(--zj-subh);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    font-weight: normal;
    font-family: 'Poppins';
    font-weight: bold;
}

.ab3u {
    margin-right: calc(-.5 * 0.7rem);
    margin-left: calc(-.5 * 0.7rem);
}

.ab3l {
    padding-right: calc(0.7rem * .5);
    padding-left: calc(0.7rem * .5);
}

.ab3lbox {
    padding: 2vw 1.2vw;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: 100%;
    background: #fff;
    transition: all 0.5s ease;
}

.ab3lbox:hover {
    background: rgba(102, 184, 40, 1);
    transform: translateY(-10px);
}

.ab3lh {
    margin-bottom: 10px;
}

.ab3lh p {
    line-height: normal;
    font-size: var(--zj-ven2-la);
    font-family: 'Poppins';
    font-weight: 500;
    color: rgba(7, 7, 7, 1);
    transition: all 0.5s ease;
}

.ab3lbox:hover .ab3lh p {
    color: #FFF;
}

.ab3lp p {
    font-size: var(--zj-ven2cona);
    line-height: 1.8;
    color: #666;
    font-family: 'Poppins';
    font-weight: 300;
    transition: all 0.5s ease;
}

.ab3lbox:hover .ab3lp p {
    color: #FFF;
}

/*  */
.ab4-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}

.ab4-1 {
    width: 48%;
    flex: 0 0 auto;
}

.ab4-1img {
    padding-bottom: 75%;
    border-radius: 5px;
    overflow: hidden;
}

.ab4-2 {
    width: 52%;
    padding-left: 60px;
}

.ab4-2h {
    margin-bottom: 30px;
}

.ab4-2h p {
    font-size: var(--zj-subh);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    font-weight: bold;
    font-family: 'Poppins';
}

.ab4-2te p {
    font-size: var(--zj-ven2cona);
    line-height: 1.8;
    color: #666;
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 20px;
}

.ab4-2te p:last-child {
    margin-bottom: 0;
}

.ab4-2te p span {
    color: #000000;
}

/* ab5 */
.ab5 {
    background-color: rgba(243, 247, 250, 1);
    padding: 60px 0;
}

.ab5h {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.ab5h::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    background: rgba(221, 221, 221, 0.5);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.ab5h p {
    font-size: var(--zj-prode1_2h);
    color: rgba(11, 11, 11, 1);
    line-height: 1;
    text-align: center;
    font-weight: bold;
    font-family: 'Poppins';
}

/*  */
.ab6u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.ab6l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
    margin-bottom: 30px;
}

.ab6limg {
    padding-bottom: 61%;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

.ab6limg img {
    transition: all 0.5s ease;
}

.ab6lbox:hover .ab6limg img {
    transform: scale(1.08);
}

@media (max-width: 1536px) {
    .ab2 {
        padding: 50px 0;
    }

    .pdfa-u {
        margin-right: calc(-.5 * 1.2rem) !important;
        margin-left: calc(-.5 * 1.2rem) !important;
    }

    .pdfa-l {
        margin-bottom: 20px !important;
        padding-right: calc(1.2rem * .5) !important;
        padding-left: calc(1.2rem * .5) !important;
    }
}

@media (max-width: 992px) {
    .ab1-box {
        flex-direction: column;
    }

    .ab1-1 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .ab1-2 {
        width: 100%;
    }

    .ab2l {
        width: 50%;
        margin-bottom: 20px;
    }

    .ab2l:nth-child(2):after {
        display: none;
    }

    .ab3l {
        width: 50%;
        margin-bottom: 10px;
    }

    .ab4-box {
        flex-direction: column-reverse;
    }

    .ab4-1 {
        width: 100%;
    }

    .ab4-2 {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .pdfa-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .subh {
        margin-bottom: 8px;
    }

    .subh p {
        line-height: calc(var(--zj-subh) * 1.2);
    }

    .ab1-1h {
        margin-bottom: 20px;
    }

    .ab2lp p {
        font-size: 14px;
    }

    .ab2 {
        padding: 20px 0 0;
    }

    .ab3l {
        width: 100%;
    }

    .ab3lbox {
        padding: 2vw 12px;
    }

    .ab3h {
        margin-bottom: 20px;
    }

    .ab3 {
        padding: 30px 0 28px;
    }

    .ab4-2h {
        margin-bottom: 20px;
    }

    .ab4-2te p {
        margin-bottom: 10px;
    }

    .ab4-box {
        padding: 0 0 30px;
    }

    .pdfa-l {
        width: 100%;
    }

    .ab5 {
        padding: 30px 0 10px;
    }
}

/* index */
.ind-banner {
    position: relative;
}

#ind-ban {
    overflow: hidden;
}

.ind-banbox {
    position: relative;
}

.ind-ban1img {
    padding-bottom: 100vh;
}

.ind-bantebg {
    position: absolute;
    bottom: 0%;
    left: 50%;
    width: 100%;
    z-index: 12;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(18, 42, 172, 0.6);
    padding: 40px;
}

.ind-banh p {
    color: #fff;
    font-size: calc(var(--zj-so2lnum2) + 2px);
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 1.2s ease;
    opacity: 0;
    transform: translateY(40px);
    font-family: 'Poppins';
    font-weight: bold;
}

#ind-ban .swiper-slide-active .ind-banh p {
    opacity: 1;
    transform: translateY(0px);
}

.ind-banp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.ind-banp p {
    color: #fff;
    font-size: var(--zj-con2la);
    line-height: 1.5;
    transition: all 1.2s ease;
    opacity: 0;
    transform: translateY(40px);
    font-family: 'Poppins';
    font-weight: 300;
    max-width: 1200px;
}

#ind-ban .swiper-slide-active .ind-banp p {
    opacity: 1;
    transform: translateY(0px);
}

.ind-banbtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ind-bana {
    display: inline-block;
    margin-top: 20px;
    background: #66b828;
    border-radius: 3px;
    border-style: none;
    padding: 11px 28px;
    color: #fff;
    text-align: center;
    font-size: var(--zj-ven2cona);
    opacity: 0;
    transform: translateY(40px);
    transition: background 0.5s ease, color 0.5s ease, opacity 1.2s ease, transform 1.2s ease;
    font-family: 'Gantari';
    font-weight: bold;
}

.ind-bana:hover {
    background: #f78302;
    color: #fff
}

#ind-ban .swiper-slide-active .ind-bana {
    opacity: 1;
    transform: translateY(0px);
}

.ind-banchan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
}

.ind-banchan .swiper-pagination {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ind-banchan .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    opacity: 1;
    background: hsl(0deg 0% 100% / 40%);
    transition: all 0.5s ease;
    border-radius: 15px;
}

.ind-banchan .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background: #FFF;
}

.ind-banbutt {
    display: flex;
    align-items: center;
}

.ind-banbutt .swiper-button-prev,
.ind-banbutt .swiper-button-next {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    --w: 50px;
    height: var(--w);
    width: var(--w);
    transition: all ease .5s;
    margin-left: 20px;
}

.ind-banbutt .swiper-button-prev:hover,
.ind-banbutt .swiper-button-next:hover {
    background: rgba(255, 255, 255, .6);
    border: 1px solid rgba(255, 255, 255, .9)
}

.ind-banbutt .swiper-button-prev::after,
.ind-banbutt .swiper-button-next::after {
    font-size: calc(var(--zj-ventopa) + 1px);
    transition: all 0.5s ease;
}

.ind-banbutt .swiper-button-prev:hover:after,
.ind-banbutt .swiper-button-next:hover:after {
    color: #ed1b12
}

.p-scrool {
    position: absolute;
    left: calc((100% - 90px) / 2);
    bottom: 40px;
    color: #fff;
    width: 90px;
    z-index: 10
}

.p-scrool i {
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    border-radius: 12px;
    border: 2px #fff solid;
    position: relative;
}

.p-scrool i::before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 3px;
    animation: scrollmouse 2s linear infinite;
}

@keyframes scrollmouse {
    from {
        transform: translate(-50%, 0);
        opacity: 1
    }

    to {
        transform: translate(-50%, 10px);
        opacity: 0
    }
}

.p-scrool span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: arial;
    line-height: 20px;
    margin-top: 12px;
    font-size: 12px;
}

/* ind-pro */
.ind-pro {
    background-color: rgba(243, 247, 250, 1);
    padding: 80px 0 40px;
}

.so1-1 {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so1-1lf {
    width: 70%;
    flex: 0 0 auto;
}

.so1-1lfh {
    margin-bottom: 10px;
}

.so1-1lfh p {
    font-size: var(--zj-subh);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    font-weight: normal;
    font-family: 'Poppins';
    font-weight: bold;
}

.so1-1lfp p {
    line-height: normal;
    font-size: var(--zj-ven2-la);
    font-family: 'Poppins';
    font-weight: 300;
    color: rgba(135, 135, 135, 1);
    letter-spacing: 0px;
    max-width: 1400px;
}

.so1-1rga {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: rgba(4, 114, 182, 1);
    padding: 21px 35px;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}

.so1-1rga:hover {
    background-color: rgba(102, 184, 40, 1);
}

.so1-1rga::before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.so1-1rga:hover:before {
    animation: style1 .75s;
    z-index: 12;
}

.so1-1rga span {
    padding-right: 70px;
    display: block;
    font-size: var(--zj-ft1-1h);
    color: #FFF;
    line-height: 1;
    font-family: 'Gantari';
    font-weight: normal;
    transition: all 0.5s ease;
}

.so1-1rga:hover span {
    padding-right: 60px;
}

.so1-1rga i {
    font-size: 25px;
    color: #FFF;
}

.so1-2u {
    margin-right: calc(-.5 * 1.2rem);
    margin-left: calc(-.5 * 1.2rem);
}

.so1-2l {
    padding-right: calc(1.2rem * .5);
    padding-left: calc(1.2rem * .5);
    margin-bottom: 20px;
}

.so1-2lbox {
    padding: 15px;
    background: #FFF;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
}

.so1-2limg {
    padding-bottom: 74%;
    margin-bottom: 20px;
    overflow: hidden;
}

.so1-2limg img {
    transition: all 0.5s ease;
}

.so1-2limg:hover img {
    transform: scale(1.08);
}

.so1-2lh {
    margin-bottom: 10px;
}

.so1-2lh p {
    font-size: var(--zj-ven2-la);
    font-family: 'Poppins';
    font-weight: normal;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so1-2lp {
    margin-bottom: 20px;
}

.so1-2lp p {
    color: rgba(141, 141, 141, 1);
    line-height: 1.5;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 90px;
}

.so1-2lbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.so1-2lbtn>a {
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 100px;
    padding: 8px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.so1-2lbtn>a:hover {
    background-color: rgba(102, 184, 40, 1);
}

.so1-2lbtn>a::before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.so1-2lbtn>a:hover:before {
    animation: style1 .75s;
    z-index: 1
}

.so1-2lbtn>a span {
    font-size: 12px;
    color: rgba(192, 192, 192, 1);
    font-family: 'Poppins';
    font-weight: 300;
    transition: all 0.5s ease;
}

.so1-2lbtn>a:hover span {
    color: #FFF;
}

/* ind-about */
.ind-about {
    background-attachment: fixed;
    background-size: cover;
}

.ind-aboutbg {
    background-image: linear-gradient(180.0deg, rgba(35, 46, 81, 1) 0.0, rgba(255, 255, 255, 0) 99.5%);
}

.so2 {
    padding: 80px 0 120px;
}

.so2h {
    margin-bottom: 20px;
}

.so2h p {
    font-family: 'Poppins';
    font-size: var(--zj-subh);
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0px;
}

.so2smh {
    margin-bottom: 20px;
}

.so2smh p {
    font-family: 'Poppins';
    letter-spacing: 0px;
    font-size: var(--zj-ft1-1h);
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    line-height: normal;
}

.so2p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.so2p p {
    font-family: 'Poppins';
    font-weight: 300;
    max-width: 1400px;
    font-size: var(--zj-ven2-la);
    opacity: 0.8;
    color: rgba(255, 255, 255, 1);
    line-height: calc(var(--zj-ven2-la) * 1.44);
}

.so2btn {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so2a1 {
    margin-right: 60px;
}

.so2a1,
.so2a2 {
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 30px;
    width: 250px;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.so2a1:hover {
    border-color: rgba(10, 82, 162, 1);
    background: rgba(10, 82, 162, 1);
}

.so2a2 {
    border-color: rgba(102, 184, 40, 1);
    background: rgba(102, 184, 40, 1);
}

.so2a2:hover {
    border-color: rgba(10, 82, 162, 1);
    background: rgba(10, 82, 162, 1);
}

.so2a1 span,
.so2a2 span {
    text-align: center;
    font-size: var(--zj-ft1-1h);
    color: rgba(255, 255, 255, 1);
    font-family: 'Gantari';
    font-weight: normal;
    line-height: 1.5;
}

/* so3 */
.so3 {
    padding: 100px 0;
}

.so4 {
    padding: 80px 0 60px;
}

.so4sw {
    padding-top: 50px;
    position: relative;
}

.so4swimg {
    padding-bottom: 58%;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.so4swimg img {
    transition: all 0.5s ease;
}

.so4swimg:hover img {
    transform: scale(1.08);
}

.so4swchan {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.so4swchan .swiper-button-prev,
.so4swchan .swiper-button-next {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    margin: 0 8px;
    border: 1px solid #017dbe;
    transition: all 0.5s ease;
}

.so4swchan .swiper-button-prev:hover,
.so4swchan .swiper-button-next:hover {
    background: #017dbe;
}

.so4swchan .swiper-button-prev::after,
.so4swchan .swiper-button-next::after {
    font-size: 18px;
    color: #017dbe;
    transition: all 0.5s ease;
}

.so4swchan .swiper-button-prev:hover:after,
.so4swchan .swiper-button-next:hover:after {
    color: #fff;
}

/* ind-suppli */
.ind-suppli {
    background-color: rgba(243, 251, 254, 1);
    padding: 60px 0 80px;
}

.so5 .so1-1lfh {
    margin-bottom: 20px;
}

.so5 .so1-1lfh p {
    font-size: var(--zj-prode1-2h);
    max-width: 960px;
    color: rgba(35, 46, 81, 1);
}

.so5 .so1-1lfp p {
    font-size: var(--zj-ft1-1h);
    color: rgba(5, 62, 142, 0.6);
}

/*  */
.so5u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.so5l {
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.so5lbox {
    height: 100%;
    position: relative;
}

.so5l-1 {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: rgba(255, 255, 255, 1);
    padding: 60px 35px;
    height: 100%;
    transition: all 0.5s ease;
    border-radius: 30px;
}

.so5l:nth-child(even) .so5l-1 {
    background-color: rgba(1, 125, 190, 1);
}

.so5lbox:hover .so5l-1 {
    transform: perspective(900px) rotate3d(0, -180, 0, 180deg);
    opacity: 0;
    filter: alpha(opacity=0);
}

.so5limg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.so5limg svg {
    --w: 75px;
    width: var(--w);
    height: var(--w);
    fill: rgba(1, 125, 190, 1);
}

.so5l:nth-child(even) .so5limg svg {
    fill: #FFF;
}

.so5lh {
    margin-bottom: 10px;
}

.so5lh p {
    font-family: 'Gantari';
    font-weight: normal;
    font-size: calc(var(--zj-so1lenda) - 2px);
    text-align: center;
    line-height: normal;
    color: rgba(1, 125, 190, 1);
}

.so5l:nth-child(even) .so5lh p {
    color: #FFF;
}

.so5lp p {
    font-size: var(--zj-subnav);
    color: rgba(102, 102, 102, 1);
    line-height: 1.5;
    font-family: 'Gantari';
    font-weight: normal;
    text-align: center;
}

.so5l:nth-child(even) .so5lp p {
    color: #FFF;
}

.so5l-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: auto;
    right: auto;
    height: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    transform: perspective(900px) rotate3d(0, -180, 0, -180deg);
    opacity: 0;
    filter: alpha(opacity=0);
    background_radio: 2;
    z-index: 1;
}

.so5lbox:hover .so5l-2 {
    transform: perspective(900px) rotate3d(0, 0, 0, 0deg);
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100);
}

.so5l-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

@media (max-width: 1536px) {
    .so1-1rga {
        padding: 10px 21px;
    }

    .so1-2u {
        margin-right: calc(-.5 * 0.6rem);
        margin-left: calc(-.5 * 0.6rem);
    }

    .so1-2l {
        padding-right: calc(0.6rem * .5);
        padding-left: calc(0.6rem * .5);
        margin-bottom: 10px;
    }

    .so1-2lbox {
        padding: 8px;
    }

    .so1-2lbtn>a {
        width: calc(50% - 2px);
    }

    .so1-2lbtn>a {
        padding: 4px;
    }

    .so2a1 {
        margin-right: 20px;
    }

    .so2a1,
    .so2a2 {
        width: 200px;
        padding: 9px 0;
    }

    .so2 {
        padding: 60px 0 80px;
    }

    .so3 {
        padding: 70px 0;
    }

    .so1-1 {
        margin-bottom: 20px;
    }

    .so5u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .so5l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .so5limg svg {
        --w: 45px;
    }

    .so5l-1 {
        padding: 30px 20px;
    }
}

@media (max-width: 992px) {

    .ind-banbutt .swiper-button-prev,
    .ind-banbutt .swiper-button-next {
        --w: 40px;
    }

    .so1-1lf {
        width: 100%;
    }

    .so1-1rg {
        display: none;
    }

    .so1-2l {
        width: 33.333%;
    }

    .so5l {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .so1-2l {
        width: 50%;
    }
}

@media (max-width: 642px) {
    .so1-2l {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .ind-bantebg {
        transform: translate(-50%, -50%);
        padding: 30px 12px;
    }

    .ind-banbutt {
        display: none;
    }

    .p-scrool {
        left: auto;
        bottom: 10px;
        right: 3vw;
    }

    .ind-banchan {
        bottom: 30px;
    }

    .ind-banchan .swiper-pagination .swiper-pagination-bullet {
        margin-right: 4px;
        width: 6px;
        height: 6px;
    }

    .ind-banchan .swiper-pagination .swiper-pagination-bullet-active {
        width: 20px;
    }

    .so1-1lfp p {
        font-size: 16px;
        line-height: 1.2;
    }

    .ind-pro {
        padding: 40px 0 20px;
    }

    .so1-2lbtn {
        margin-bottom: 10px;
    }

    .so2h p {
        line-height: 1.2;
    }

    .so2p p {
        font-size: 16px;
        line-height: 1.2;
    }

    .so2h {
        margin-bottom: 10px;
    }

    .so2smh {
        margin-bottom: 10px;
    }

    .so2btn {
        margin-top: 30px;
    }

    .so2 {
        padding: 30px 0 40px;
    }

    .so3 {
        padding: 20px 0 0;
    }

    .so4 {
        padding: 30px 0 20px;
    }

    .so4sw {
        padding-top: 10px;
    }

    .so4swchan {
        padding-top: 12px;
    }

    .so4swchan .swiper-button-prev,
    .so4swchan .swiper-button-next {
        --w: 40px;
        margin: 0 4px;
    }

    .so4swchan .swiper-button-prev::after,
    .so4swchan .swiper-button-next::after {
        font-size: 14px;
    }

    .so5l {
        width: 100%;
    }

    .ind-suppli {
        padding: 30px 0 20px;
    }

    .so5l {
        margin-bottom: 10px;
    }

    .so6 .blog-u {
        padding-top: 10px !important;
    }

    .ind-news {
        padding: 30px 0 20px !important;
    }
}

/* ind-news */
.ind-news {
    padding: 80px 0 50px;
}

.so6 .blog-u {
    padding-top: 50px;
}

/* product */
.pro {
    background-color: rgba(243, 247, 250, 1);
}

.pro-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px 0;
}

.pro1 {
    width: 23.7%;
    flex: 0 0 auto;
    position: sticky;
    top: 150px;
}

.pro1-1 {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.pro1-1h {
    background-color: rgba(51, 51, 51, 1);
    padding: 20px;
}

.pro1-1h p {
    line-height: 1.8;
    font-size: var(--zj-oem3-1l1p);
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-family: 'Poppins';
}

.pro1-1la {
    display: block;
    padding: 13px 20px;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
    transition: all 0.5s ease;
}

.pro1-1la:hover {
    border-bottom: 1px solid #66b828;
    background: #66b828;
}

.pro1-1l.on .pro1-1la {
    border-bottom: 1px solid #66b828;
    background: #66b828;
}

.pro1-1l:last-child .pro1-1la {
    border-bottom: none;
}

.pro1-1la span {
    color: #333;
    font-family: 'Poppins';
    font-weight: 300;
    line-height: calc(var(--zj-ventopa) * 1.4);
    font-size: var(--zj-ventopa);
    transition: all 0.5s ease;
    display: block;
}

.pro1-1la:hover span {
    color: #FFF;
    transform: translateX(-5px);
}

.pro1-1l.on .pro1-1la span {
    color: #FFF;
}

.pro1-2 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 30px 20px;
}

.pro1-2h p {
    font-family: 'Poppins';
    font-size: var(--zj-ven2-la);
    font-weight: bold;
    color: rgba(68, 68, 68, 1);
    line-height: 1;
}

/*  */
.pro1-2u>span {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(239, 239, 239, 1);
    margin: 16px 0;
}

.pro1-2l {
    margin-top: 30px;
    margin-bottom: 10px;
}

.pro1-2lbox {
    display: flex;
}

.pro1-2l .pro1-2lico i {
    font-size: 24px;
    color: rgba(50, 50, 50, 1);
    margin-right: 10px;
}

.pro1-2l:nth-of-type(1) .pro1-2lico i {
    font-size: 22px;
}

.pro1-2l:nth-of-type(2) .pro1-2lico i {
    font-size: 18px;
}

.pro1-2lh p {
    font-size: var(--zj-ven2cona);
    color: rgba(136, 136, 136, 1);
    line-height: 1.8;
    font-family: 'Poppins';
    font-weight: 300;
}

.pro1-2la span {
    font-size: var(--zj-ven2cona);
    color: rgba(66, 66, 66, 1);
    line-height: 1.8;
    font-family: 'Poppins';
    font-weight: 300;
}

/* 32 */
.pro2 {
    width: calc(100% - 23.7% - 40px);
    flex: 0 0 auto;
}

.pro2l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.pro2l:hover {
    box-shadow: 10px 5px 30px 5px rgba(230, 230, 230, 1);
}

.pro2l1 {
    width: 48%;
    flex: 0 0 auto;
    display: block;
    padding-bottom: 35%;
}

.pro2l1 img {
    transition: all 0.5s ease;
}

.pro2l1:hover img {
    transform: scale(1.08);
}

.pro2l2 {
    width: calc(52% - 20px);
}

.pro2l2h {
    margin-bottom: 20px;
    display: block;
}

.pro2l2h p {
    font-size: var(--zj-oem3-1l1p);
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2l2p {
    position: relative;
    padding-bottom: 20px;
    display: block;
    margin-bottom: 20px;
}

.pro2l2p::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(237, 237, 237, 1);
}

.pro2l2p p {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 1.5;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2l2btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro2l2btn a {
    width: calc(50% - 5px);
    background-color: rgba(245, 245, 245, 1);
    padding: 8px;
    border-radius: 4px;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.5s ease;
}

.pro2l2btn a:hover {
    background-color: rgba(102, 184, 40, 1);
}

.pro2l2btn a::before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.pro2l2btn a:hover:before {
    animation: style1 .75s;
    z-index: 1
}

.pro2l2btn a span {
    display: block;
    text-align: center;
    color: rgba(162, 162, 162, 1);
    font-size: var(--zj-ven2cona);
    font-family: 'Poppins';
    font-weight: 300;
    transition: all 0.5s ease;
}

.pro2l2btn a:hover span {
    color: #FFF;
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pro2l {
        flex-direction: column;
    }

    .pro2l1 {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 72%;
    }

    .pro2l2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .pro-box {
        padding: 30px 0;
    }

    .pro2l {
        padding: 10px;
    }

    .pro2l1 {
        margin-bottom: 10px;
    }

    .pro2l2h {
        margin-bottom: 10px;
    }
}

/*  */
.peode1 {
    padding: 40px 0;
}

.peode1-Sa {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.peode1-1 {
    width: 74.2%;
    flex: 0 0 auto;
}

.peode1-2 {
    width: calc(25.8% - 30px);
    flex: 0 0 auto;
    background-color: rgba(243, 247, 250, 1);
    border-radius: 5px;
    overflow: hidden;
    position: sticky;
    top: 150px;
}

/*  */
.prode1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 20px;
}

.prode1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: rgba(153, 153, 153, 1);
    left: 0;
    bottom: 0;
}

.prode1-2 {
    width: calc(51.4% - 50px);
    flex: 0 0 auto;
    padding-right: 30px;
}

.prode1-2h {
    padding-top: 22px;
    padding-bottom: 24px;
    margin-bottom: 16px;
    position: relative;
}

.prode1-2h::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: rgba(86, 86, 86, 1);
}

.prode1-2h p {
    font-size: var(--zj-ft1-1h);
    font-weight: normal;
    color: rgba(51, 51, 51, 1);
    line-height: 1.5;
    font-family: 'Poppins';
    font-weight: bold;
}

.prode1-2p {
    margin-bottom: 20px;
}

.prode1-2p p {
    font-size: var(--zj-ven2cona);
    color: rgba(136, 136, 136, 1);
    line-height: 1.8;
    font-family: 'Poppins';
    font-weight: 300;
    white-space: pre-line;
}

.prode1-2u p {
    font-size: var(--zj-ven2cona);
    color: rgba(51, 51, 51, 1);
    line-height: 1.8;
    font-family: 'Poppins';
    font-weight: 300;
}

.prode1-2u p span {
    font-weight: 400;
    margin-right: 10px;
    color: rgba(136, 136, 136, 1);
}

.prode1-2btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.prode1-2a {
    width: calc(50% - 10px);
    padding: 8px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.prode1-2a::before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.prode1-2a:hover:before {
    animation: style1 .75s;
    z-index: 1
}

.prode1-2a:nth-child(1) {
    background-color: rgba(35, 46, 81, 1);
}

.prode1-2a:nth-child(2) {
    background-color: rgba(102, 184, 40, 1);
}

.prode1-2a span {
    font-size: var(--zj-ven2-la);
    font-family: 'Poppins';
    line-height: 2;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
}

.prode3h {
    margin-bottom: 8px;
}

.prode3h p {
    line-height: 2;
    color: #333;
    font-size: var(--zj-prode1_2h);
    font-family: 'Poppins';
    font-weight: bold;
}

.peode1-2h {
    padding: 20px;
    background-color: rgba(51, 51, 51, 1);
}

.peode1-2h p {
    font-size: var(--zj-oem3-1l1p);
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-family: 'Poppins';
    font-weight: bold;
    line-height: 1.8;
}

.peode1-2box {
    padding: 30px 20px;
}

#subp {
    position: relative;
    top: -150px;
}

/* --------------- */
.prode-inquiy {
    background-color: rgba(243, 247, 250, 1);
    padding: 100px 0;
}

.prode-inquiy .con2-fobt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdin-h p {
    font-family: 'Poppins';
    font-weight: bold;
    color: rgba(11, 11, 11, 1);
    line-height: 1;
    text-align: center;
    font-size: var(--zj-prode1_2h);
}

.pdin-p {
    padding: 10px 0 20px;
}

.pdin-p p {
    text-align: center;
    font-size: var(--zj-subnav);
    color: #666;
    line-height: 1.8;
    font-family: 'Poppins';
    font-weight: 300;
}

.pdin-p p a {
    color: #000080;
}

@media (max-width: 1536px) {
    .prode1-2 {
        width: calc(51.4% - 20px);
    }

    .prode1-2a {
        width: calc(50% - 5px);
        padding: 6px 4px;
    }

    .peode1-2h {
        padding: 10px;
    }

    .peode1-2box {
        padding: 20px 10px;
    }

    .prode-inquiy {
        padding: 60px 0;
    }

    .prode1-2h {
        padding-top: 11px;
        padding-bottom: 12px;
        margin-bottom: 8px;
    }
}

@media (max-width: 1199.9px) {
    .peode1-1 {
        width: 100%;
    }

    .peode1-2 {
        display: none;
    }
}

@media (max-width: 992px) {
    .prode1 {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
    }

    .prode1-2 {
        width: 100%;
    }

    .peode1 {
        padding: 20px 0;
    }
}

@media (max-width: 499px) {
    .prode1-2h p {
        font-size: 18px;
    }

    .prode1-2a span {
        font-size: 14px;
    }

    .prode3 {
        margin-top: 20px;
    }

    .prode-fact {
        padding: 30px 0 0 !important;
    }

    .prode-inquiy {
        padding: 10px 0 30px !important;
    }

    .prode-trans {
        padding: 30px 0 !important;
    }

    .prode-pro {
        padding: 0 0 30px !important;
    }

    .pdfa-p {
        margin-bottom: 15px !important;
    }
}

/* -------------------------- */
.prode-fact {
    padding: 60px 0;
}

.pdfa-h {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pdfa-h::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(221, 221, 221, 0.5);
}

.pdfa-h p {
    font-size: var(--zj-prode1_2h);
    color: rgba(11, 11, 11, 1);
    line-height: 1;
    text-align: center;
    font-family: 'Poppins';
    font-weight: bold;
}

.pdfa-p {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pdfa-p p {
    line-height: normal;
    font-size: var(--zj-subnav);
    color: rgba(54, 54, 54, 1);
    font-weight: 300;
    font-family: 'Poppins';
    text-align: center;
    max-width: 1200px;
}

.pdfa-u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
}

.pdfa-l {
    margin-bottom: 30px;
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.pdfa-limg {
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 65%;
}

.pdfa-limg img {
    transition: all 0.5s ease;
}

.pdfa-lbox:hover .pdfa-limg img {
    transform: scale(1.08);
}

/*  */
.prode-trans {
    background-color: rgba(243, 247, 250, 1);
    padding: 60px 0;
}

/*  */
.prode-pro {
    background-color: rgba(243, 247, 250, 1);
    padding: 80px 0 40px;
}


@media (max-width: 1199.9px) {
    .pro-11 {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 20px;
    }

    .pro-11a {
        display: flex;
        align-items: center;
        color: #333;
        font-family: 'Poppins';
        font-weight: 300;
        line-height: calc(var(--zj-ventopa) * 1.4);
        font-size: var(--zj-ventopa);
        padding: 5px 16px;
        border-radius: 6px;
        background: #FFF;
        transition: all 0.3s ease;
        border: 1px solid #66b828;
        border-radius: 6px;
        margin-bottom: 4px;
        margin-right: 4px;
    }

    .pro-11a:hover {
        background: #66b828;
        color: #fff;
    }

    .pro-11a.on {
        background: #66b828;
        color: #fff;
    }
}

#backtotop2 {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 9;
}

#backtotop2>a {
    --w: 40px;
    background: #333;
}

#backtotop2>a:hover {
    background: #00a83b
}

#backtotop2>a i {
    color: #FFF;
}

@media (max-width: 1199.9px) {
    #backtotop2 {
        display: none;
    }
}

.title-inquiry-infop {
    width: 100%;
    border: 1px solid #eee;
    background-color: rgba(214, 241, 255, 1);
}

.title-inquiry-infop p {
    color: rgb(51 51 51 / 50%);
    padding: 12px 15px;
    width: 100%;
    text-align: center;
    font-size: var(--zj-ven2-la);
    line-height: 1;
    font-family: 'Poppins';
    font-weight: 300;
}

/*  */
.gla-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 45px !important;
}

.galte {
    background-color: rgba(245, 245, 245, 1);
    border: 1px solid #eee;
    padding: 30px;
}

.gal1 {
    width: 82%;
    flex: 0 0 auto;
}

.galh {
    margin-top: 5px;
    margin-bottom: 5px;
}

.galh p {
    font-size: var(--zj-ven2-la);
    color: #333333;
    line-height: 1.5;
    font-weight: bold;
    font-family: 'Gantari';
    font-style: normal;
    line-height: normal;
}

.galp p {
    font-size: var(--zj-ven2cona);
    color: rgba(153, 153, 153, 1);
    line-height: 1;
    font-family: 'Gantari';
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    font-weight: normal;
}

.galket {
    display: flex;
    width: 100%;
    margin-top: 15px;
    border: 1px solid #eee;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.galket p {
    font-size: 13px;
    font-family: 'Gantari';
    font-weight: normal;
    color: rgba(128, 128, 128, 1);
    line-height: 1;
}

.gal1-u1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(249, 249, 249, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(238, 238, 238, 1);
    margin-top: 15px;
}

.gal1-u1a {
    width: 33.333%;
    transition: all 0.5s ease;
}

.gal1-u1a:hover {
    background-color: rgba(0, 132, 217, 1);
}

.gal1-u1a.on {
    background-color: rgba(0, 132, 217, 1);
}

.gal1-u1a p {
    font-family: 'Gantari';
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    font-size: var(--zj-ven2cona);
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease;
}

.gal1-u1a:hover p {
    color: #fff;
}

.gal1-u1a.on p {
    color: #fff;
}

.gal1-u2box {
    display: none;
    margin-top: 20px;
}

.gal1-u2box.on {
    display: block;
}

.gal1-u2box .pro2l {
    padding: 25px;
    background: rgb(245 245 245 / 60%);
    border: 1px solid rgba(221, 221, 221, .4);
}

.gal1-u2box .pro2l:hover {
    background: rgb(245 245 245 / 60%);
    border: 1px solid rgba(221, 221, 221, .4);
    box-shadow: none;
}

.gal1-u2box .pro2l1 {
    width: 26%;
    padding-bottom: 20%;
}

.gal1-u2box .pro2l2 {
    width: calc(74% - 50px);
}

.gal1-u2box .pro2l2p p {
    -webkit-line-clamp: 2;
}

.gal1-u2box .pro2l2btn p {
    display: flex;
    align-items: center;
}

.gal1-u2box .pro2l2btn a {
    width: 100%;
    background: transparent;
}

.gal1-u2box .pro2l2btn a:hover {
    background: transparent;
    color: rgba(162, 162, 162, 1);
}

.gal1-u2box .pro2l2btn a::before {
    display: none;
}

.gal1-u2box .pro2l2btn a:hover span {
    color: rgba(162, 162, 162, 1);
}

.gal1-u2box .pro2l:hover .pro2l1 img {
    transform: scale(1.08);
}

.gal1-u2box .pro2l2h {
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.gal1-u2box .pro2l2h::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: rgba(220, 35, 48, 1);
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.gal1-u2box .pro2l:hover .pro2l2h::after {
    width: 60px;
}

.pro2l2h p {
    transition: all 0.5s ease;
}

.gal1-u2box .pro2l:hover .pro2l2h p {
    color: #007bff;
}

.gal2 {
    width: calc(18% - 22px);
    flex: 0 0 auto;
    position: sticky;
    top: 160px;
}

.gal2h1 {
    padding-bottom: 8px;
    position: relative;
}

.gal2h12 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.gal2h12::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    left: 0;
    bottom: 0;
}

.gal2h1 p {
    font-size: var(--zj-oem3-1l1p);
    font-family: 'Poppins';
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 1;
}

.gal2h12 {
    margin-top: 20px;
}

.gal2h12 p {
    font-size: var(--zj-ven2-la);
    font-family: 'Poppins';
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 1;
}

.gal2h1-l a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gal2h1-l a span {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 2.5;
    color: #666;

}

@media (max-width: 1199.9px) {
    .gal1 {
        width: 100%;
    }

    .gal2 {
        display: none;
    }
}

@media (max-width: 768px) {
    .gal1-u2box .pro2l1 {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 72%;
    }

    .gal1-u2box .pro2l2 {
        width: 100%;
    }

    .gal1-u2box .pro2l {
        padding: 12px;
    }
}

@media (max-width: 499px) {
    .gla-box {
        margin-top: 30px !important;
    }

    .galte {
        padding: 12px 16px;
    }

    .galket {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* 导航滑块轨道样式 */
.prode1-1 .slider-nav.on .slick-track {
    display: flex !important;
    margin: 0 auto !important;
    width: auto !important;
    /* 关键：让轨道宽度由内容决定 */
}

/* 单个导航项样式 */
.prode1-1 .slider-nav.on .slick-slide {
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 0 5px !important;
    /* 调整间距 */
    height: auto !important;
}

/* 图片容器样式 */
.prode1-1 .slider-nav.on .img-box {
    width: 100px !important;
    /* 设置固定宽度，可根据需要调整 */
    height: auto;
    display: block !important;
}