#ven {
    transition: all 0.5s ease;
    position: relative;
    z-index: 20;
}

.ventricle {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.headersp {
    background: #FFF !important;
}

.hea-top {
    background: #008AD3;
    padding: 10.5px 0;
}

.hea-topbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hea-top1 {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.602px;
}

/*  */
.hea-box {
    position: relative;
    margin: auto;
    transition: all 0.5s ease;
}

.ventricle .hea-box {
    border-radius: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.ven-end {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.ven-spbox {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.ven1-loim {
    padding: 16px 0;
    position: relative;
}

.ven1-loim img {
    width: 124px;
    height: auto;
    transition: all 0.5s ease;
}

.ven1-loim img {
    width: 110px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.ven1-u {
    width: 68.8%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.ven1-l {
    margin-right: 56px;
}

.ven1-l:last-child {
    margin-right: 0;
}

.ven1-lbox {
    display: flex;
    align-items: center;
}

.ven1-l1 {
    --w: 35px;
    width: var(--w);
    height: var(--w);
    background: #008AD3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.ven1-l1 i {
    font-size: 20px;
    color: #FFF;
    line-height: normal;
}

.ven1-lh p {
    line-height: 1.3;
    color: #008AD3;
    font-size: var(--zj-ven2cona);
}

.ven1-lp {
    display: block;
}

.ven1-lp p {
    font-size: var(--zj-subnav);
    line-height: normal;
    color: #000;
    transition: all 0.5s ease;
}

.ven1-lp:hover p {
    color: #008AD3;
}

/*  */

.ventricle .ven-nav {
    width: 100vw;
    border-radius: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: auto;
    animation: up .5s forwards;
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.10);
}

@keyframes up {
    0% {
        transform: translate(0, -100px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.ven2-box {
    position: relative;
}

.ven2-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 80px;
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.10);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ventricle .ven2-box::after {
    display: none;
}

.ven2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 12;
    padding: 12px 50px;
}

.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-l:last-child {
    margin-left: -28px;
} */

.ven2-l::after {
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
    margin: 0 28px;
    pointer-events: none;
}

.ven2-l:last-child:after {
    margin: 0;
}

.ven2-l:last-child:after {
    margin: 0;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

/* .ven2-l:last-child .ven2-la {
    border-radius: 80px;
    background: #008AD3;
    padding: 10px 14px;
} */

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #000;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.677px;

    --size: 0px;
    --color: #EA580C;
    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-la:hover span {
    color: #008AD3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #008AD3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* .ven2-l:last-child .ven2-la span {
    color: #FFF;
} */

/*  */
.ven2-lai {
    position: relative;
    --w: 20px;
    width: var(--w);
    height: var(--w);
    margin-left: 4px;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ven2-lai i {
    color: #999999;
    font-size: 8px;
    font-weight: bolder;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-la:hover i {
    color: #008AD3;
}

.ven2-l.on .ven2-la i {
    color: #008AD3;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #FFF;
    /* --w: 44px; */
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vensesv i {
    font-size: 22px;
    color: rgba(0, 138, 211, 1);
    transition: all 0.5s ease;
}

.headersp .vensesv i {
    color: rgba(0, 138, 211, 1);
}

.vensesv:hover i {
    color: rgba(0, 138, 211, 1);
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.18);
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}

/*  */
.ven-inqury {
    display: flex;
    align-items: center;
}

.ven-inqury .ven-inqurya {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya i {
    font-size: 22px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury:hover .ven-inqurya i {
    color: #EA580C;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury .ven-inqurya p,
.ven-inqury .ven-inqurya p span {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ven-inqury .ven-inqurya p {
    margin-left: 6px;
}

.ven-inqury .ven-inqurya:hover p,
.ven-inqury .ven-inqurya:hover p span {
    color: #EA580C;
}

/*  */
.ven-line {
    width: 1px;
    height: 14px;
    margin: 0 25px;
    background: #E5E5E5;
}

/*  */
.ven2-con {
    display: flex;
    margin: 0 30px 0 130px;
}

.ven2-cona {
    display: flex;
    align-items: center;
    border-radius: 54px;
    background: rgba(255, 255, 255, 0.20);
    padding: 4px 20px 4px 4px;
}

.ven2-conimg img {
    width: 34px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.ven2-conh p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: 'TASA Orbiter Display';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.5s ease;
}

.ven2-cona:hover .ven2-conh p {
    color: #EA580C;
}

/*  */
.ven2-lang {
    position: relative;
    height: 100%;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #1A1A1A;
    padding: 6px 18px 6px 7px;
    transition: all 0.5s ease;
}

.ven2-langbt:hover {
    background: #EA580C;
}

.ven2-langi1 {
    border-radius: 50px;
    background: #FFF;
    padding: 2px;
    margin-right: 12px;
}

.ven2-langi1 img {
    width: 40px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ven2-langbt i {
    font-size: 10px;
    color: #FFF;
    display: block;
    margin-left: 12px;
}

.ven2-langbt span {
    color: #FFF;
    font-family: 'Manrope3';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ven2-lanerbox {
    position: absolute;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    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;
    background: #FFF;
}

.ven2-lang:hover .ven2-lanerbox {
    max-height: 300px;
    opacity: 1;
    overflow: visible;
}

.ven2-laner {
    padding: 8px 4px;
}

.ven2-laner>a {
    display: block;
    margin: 8px 0;
}

.ven2-laner>a p {
    text-align: center;
}

.ven2-laner>a span {
    color: #453737;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #EA580C;
    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);
    text-transform: capitalize;
}

.ven2-laner>a:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    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-lang: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: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

/* 语言新 */
.menu-language {
    position: relative;
    height: 100%;
}

@media (max-width: 1199px) {
    /* .menu-language {
        padding: 0 10px;
    } */
}

.menu-language::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: none;
}

.menu-language:hover .drop-select {
    opacity: 1;
    pointer-events: auto;
}

.menu-language .select-name {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.602px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
}

.menu-language .select-name img {
    width: 24px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-right: 5px;
    padding-top: 4px;
}

@media (max-width: 1400px) {
    .menu-language .select-name {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .menu-language .select-name {
        font-size: 14px;
        letter-spacing: normal;
    }
}

@media (max-width: 767px) {
    .menu-language .select-name {
        font-size: 0;
    }
}

.menu-language .select-name:hover {
    color: #FFF;
}

.menu-language .select-name::before {
    font-size: 20px;
    content: '\e607';
    color: rgba(0, 0, 0, 1);
    font-family: 'iconfont' !important;
    margin-right: 6px;
    transition: all 0.5s ease;
    display: none;
}

.menu-language .select-name:hover:before {
    color: rgba(0, 0, 0, 1);
}

@media (max-width: 1199px) {
    .menu-language .select-name::before {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .menu-language .select-name::before {
        margin-right: 0;
        font-size: 24px;
    }
}

.menu-language .select-name::after {
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
    content: '\e682';
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-left: 3px;
    transition: all 0.5s ease;
}

.menu-language .select-name:hover::after {
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px) {
    .menu-language .select-name::after {
        display: none;
    }
}

.menu-language .drop-select {
    position: absolute;
    content: '';
    right: 0;
    top: calc(100%);
    z-index: 22;
    min-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .menu-language .drop-select {
        min-width: 100%;
        width: auto;
        height: 300px;
        overflow: auto;
        padding: 10px;
    }
}

.menu-language .drop-select li {
    font-size: 16px;
    display: inline-block;
    width: calc(100%/3);
    vertical-align: top;
}

@media (max-width: 991px) {
    .menu-language .drop-select li {
        width: 100%;
        font-size: 14px;
    }
}

.menu-language .drop-select li:hover a {
    color: #777777;
}

.menu-language .drop-select li a {
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: 14px;
}

.menu-language .drop-select li a:hover {
    background: #eee;
}

.menu-language .drop-select li a img {
    max-height: 20px;
    display: block;
    margin-right: 10px;
}

/* 语言-end */
@media (max-width: 1536px) {

    /* .ven1-loim {
        padding: 12px 0;
    } */
    .ven-spbox {
        padding: 0 12px 0 12px;
    }

    .menu-language .select-name {
        padding: 0 12px;
    }

    .hea-topshare>a::after {
        margin: 0 12px;
    }

    .hea-topl {
        margin-right: 22px;
    }

    .hea-box {
        width: calc(100% - 30px);
    }

    .ven1-loim img {
        width: 90px;
    }

    /* .ven2-l:last-child {
        margin-left: -8px;
    }

    .ven2-l:last-child .ven2-la {
        padding: 6px 14px;
    } */

    .ven1-u {
        width: 74.8%;
    }

    /* .ven2-l {
        margin-right: 2.14vw;
    } */

    /* .ven2-l:last-child {
        margin-right: 11.2vw;
    } */
    .ven2-l::after {
        margin: 0 12px;
    }

    .ven-line {
        margin: 0 16px;
    }

    .ven2-langi1 img {
        width: 30px;
    }

    .ven2-con {
        margin: 0 20px 0 30px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv i {
        font-size: 14px;
    }

    .ven-inqury a i {
        font-size: 20px;
    }

    .ven2 {
        padding: 8px 26px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .hea-box {
        border-radius: 0;
        top: 0;
        width: 100%;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }

    .ven-spbox {
        justify-content: space-between;
    }

    .ven1-u {
        width: auto;
    }
}

@media (max-width: 992px) {
    .ven1-l1 {
        display: none;
    }

    .ven1-l {
        margin-right: 26px;
    }
}

@media (max-width: 768px) {
    .ven1-u {
        align-items: flex-start;
        flex-direction: column;
    }

    .ven1-lte {
        display: flex;
        align-items: center;
    }

    .ven-spbox {
        align-items: center;
    }

    .ven1-l {
        margin-right: 0;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 90px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-inqury {
        padding: 3px;
    }

    .ven-inqury .ven-inqurya {
        --w: 32px;
    }

    .menu-language .select-name::before {
        margin-right: 0;
        font-size: 18px;
    }

    .ven-spbox {
        padding: 0;
    }

    .ven2 {
        padding: 8px 12px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 320%;
    left: 50%;
    transform: translateX(-50%);
    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: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    --size: 1px;
    --color: #008AD3;
    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);
    text-transform: capitalize;
}

.ven2-lera:hover span {
    color: #008AD3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #EA580C;
    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-lerla:hover span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope3';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .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;
    pointer-events: none;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
    pointer-events: auto;
}

.ven2-lerathra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #453737;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #EA580C;
    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: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 260%;
    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: rgb(0, 0, 0);
    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: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.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: 320%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 326%;
        right: -240px;
    }
}

@media (max-width: 992px) {
    .ven2-con {
        display: none;
    }

    .hea-top {
        display: none;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 300%;
        right: -324px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }

    .ven-line {
        margin: 0 10px;
    }

    .ven1-loim {
        padding: 8px 0;
    }

    .menu-language .select-name {
        padding: 0px 6px;
    }

    .ven2-langi1 img {
        width: 24px;
    }

    .ven-inqury .ven-inqurya i {
        font-size: 18px;
    }

    .ven2-langbt {
        padding: 4px 10px 4px 4px;
    }

    .ven2-langi1 {
        margin-right: 6px;
    }

    .ven2-langbt i {
        margin-left: 6px;
    }
}

/* 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: #000;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #000;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #000;
}

#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: #000;
}

.headersp #venPho .venPhoSack.on::before {
    background: #000;
}

.ventricle .venPhoSack::before {
    background: #000 !important;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #000;
}

.headersp #venPho .venPhoSack.on::after {
    background: #000;
}

.ventricle .venPhoSack::after {
    background: #000 !important;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #000;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #000;
}

.ventricle .venPhoSack span {
    background: #000 !important;
}

#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: 112px;
    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;
}

#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: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #008AD3;
}

.xiantiao>a {
    color: #008AD3;
}

.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: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 400;
    line-height: calc(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: #EA580C;
}

@media (max-width: 992px) {
    #venPhoSec {
        top: 70px;
    }
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 55px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-show {
    padding-top: 90px;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1536px) {

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 499px) {}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 356px;
    }

    .sub-about .sub-im img {
        max-height: 660px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 195px;
    }
}

/*  */
/* .subnav-box {
    background: #F5F5F5;
    padding: 20px 0;
} */

.sub-show .subnav-box {
    background: #00000000;
}

.subnav-boxctm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subnav {
    display: flex;
    align-items: center;
}

.subnav i {
    font-size: 16px;
    line-height: normal;
    color: #444444;
    margin-right: 5px;
    line-height: normal;
}

.sub-show .subnav i {
    color: rgba(34, 34, 34, 1);
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #444444;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
    --size: 1px;
    --color: #008AD3;
    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);
}

.sub-show .breadcrumb-item::before,
.sub-show .breadcrumb-item a span {
    color: #444444;
    --size: 1px;
    --color: #008AD3;
    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);
}

.breadcrumb-item:hover a span {
    color: #008AD3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item:last-child a span {
    color: #008AD3;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #444444;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

.sub-show .breadcrumb-item+.breadcrumb-item::before {
    color: #444444;
}

/*  */
.subnav-u {
    display: flex;
    align-items: center;
}

.subnav-l {
    position: relative;
    display: flex;
    align-items: center;
}

.subnav-l::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    margin: 0 50px;
}

.subnav-l:last-child:after {
    display: none;
}

.subnav-la {
    display: block;
}

.subnav-la p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.subnav-la:hover p span {
    color: #EB562B;
}

@media (max-width: 1536px) {
    .subnav-l::after {
        margin: 0 20px;
    }
}

@media (max-width: 992px) {
    .subnav-u {
        display: none;
    }
}

@media (max-width: 499px) {

    .breadcrumb-item::before,
    .breadcrumb-item a span {
        font-size: 14px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #008AD3;
    border-radius: 4px;
    width: 100%;
    max-width: 700px;
}

.sub-pageu>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #FFFFFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;

    border: 1px solid #EEE;
    border-radius: 50%;
    margin: 0px 5px;


    --w: 30px;
    width: var(--w);
    height: var(--w);
    /* background: #F5F5F5; */
}

.sub-pagel a:hover {
    background: #FFFFFF;
    border: 1px solid #008AD3;
    color: #008AD3;
}

.sub-pagel.on a {
    background: #FFFFFF;
    border: 1px solid #008AD3;
    color: #008AD3;
}

.sub-pagel a p span {
    color: #000;
    font-family: 'Sora';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
    --size: 1px;
    --color: #EA580C;
    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);
}

.sub-pagel a:hover p span {
    color: #EA580C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.sub-pagel a i {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.sub-pagel a:hover i {
    color: #FFF;
}

/*  */
.sub-pageu>.sub-pagel:last-child a,
.sub-pageu>.sub-pagel:first-child a {
    --w: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    border: none;
    transition: all 0.5s ease;
    margin: 0 12px;
}

.sub-pageu>.sub-pagel:last-child a:hover,
.sub-pageu>.sub-pagel:first-child a:hover {
    background: rgba(234, 88, 12, 1);
}

.sub-pageu>.sub-pagel:last-child a i,
.sub-pageu>.sub-pagel:first-child a i {
    font-size: 16px;
    line-height: normal;
    color: #FFF;
}

@media (max-width: 1536px) {

    .subnav-box {
        padding: 7px 0;
    }

    .subnav i {
        margin-right: 14px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        margin: 0 10px;
    }

    .sub-pagel:last-child a,
    .sub-pagel:first-child a {
        --w: 34px;
        margin: 0 8px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 100px;
    margin-top: 0;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

[data-sub-padding="100"] {
    padding: 100px 0 130px;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        margin-top: 74px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 64px;
        margin-top: 0;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 40px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }

    .subnav i {
        font-size: 22px;
        margin-right: 10px;
    }
}

/* contact */
.sub-head {
    background: #FAFAFA;
}

.sub-hebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 10px;
    margin-top: -32.5px !important;
}

.sub-heh p {
    color: #000;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.con-box {
    padding: 48px 0 78px;
}

.con1-u {
    margin-right: calc(-.5 * 3.3rem);
    margin-left: calc(-.5 * 3.3rem);
}

.con1-l {
    padding-right: calc(3.3rem * .5);
    padding-left: calc(3.3rem * .5);
}

.con1-lbox {
    background: #FFF;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.10);
    height: 100%;
    padding: 58px;
}

.con1-li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con1-li i {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: normal;
    color: #FFF;
    background-color: #008AD3;
    transition: all 0.5s ease;
}

.con1-lbox:hover .con1-li i {
    transform: scale(1.2);
}

.con1-lh {
    padding: 20px 0;
}

.con1-lh p {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.con1-lp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con1-lp p {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    max-width: 335px;
    transition: all 0.5s ease;
}

a.con1-lp:hover p {
    color: #008AD3;
}

.con2 {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    background: #FFF;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.10);
}

.con2-1 {
    width: 45.3%;
    flex: 0 0 auto;
}

.map {
    height: 100%;
}

.map .pic {
    height: 100%;
}

.map .pic iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*  */
.con2-2 {
    width: calc(100% - 45.3%);
    flex: 0 0 auto;
    padding: 40px 30px;
}

.con2-2h {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.con2-2h::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 81px;
    height: 2px;
    background: #008AD3;
}

.con2-2h p {
    color: #000;
    font-size: var(--zj-ft1-2uh);
    font-weight: 700;
    text-transform: capitalize;
}

.con2-fou {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.con2-fol {
    margin-top: 22px;
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
}

.con2-fol p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.con2-fol input,
.con2-fol textarea {
    color: #666;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;

    width: 100%;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    background: #FFF;

    transition: all 0.5s ease;
    padding: 10px;
    border-radius: 4px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #008AD3;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .05)
}

.con2-fol input::-webkit-input-placeholder {
    color: #666;
}

.con2-fol input::-moz-placeholder {
    color: #666;
}

.con2-fol input::-ms-input-placeholder {
    color: #666;
}

.con2-fol textarea::-webkit-input-placeholder {
    color: #666;
}

.con2-fol textarea::-moz-placeholder {
    color: #666;
}

.con2-fol textarea::-ms-input-placeholder {
    color: #666;
}

.con2-fobt {
    display: flex;
    align-self: center;
    justify-content: center;
    margin-top: 20px;
}

.con2-fobt button {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #008AD3;
    padding: 14px 26px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
}

.con2-fobt button:hover {
    opacity: 0.8;
}

.con2-fobt button::after,
.con2-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-24%, -190%) rotate(-30deg);
    transform: translate(-24%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.con2-fobt button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.con2-fobt button:hover:before,
.con2-fobt button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.con2-fobt button span {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

.con2-fobt button i {
    font-size: 14px;
    line-height: normal;
    color: #FFF;
    margin-left: 14px;
    display: block;
    line-height: normal;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1.4);
}

.con2-fobt button:hover i {
    transform: translateX(5px);
}

/* 表单验证吗 ------------------------- */
.con2-fol {
    position: relative;
}

.spam_code_img {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 90px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.spam_code_img img {
    max-width: 100%;
    height: auto !important;
}

@media (max-width: 992px) {
    .con1-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .con1-l:last-child {
        margin-bottom: 0;
    }

    .con2 {
        flex-direction: column-reverse;
    }

    .con2-1 {
        width: 100%;
        height: 400px;
    }

    .con2-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .sub-hebox {
        align-items: flex-start;
        flex-direction: column;
        padding: 50px 0 10px;
    }

    .con1-lbox {
        padding: 22px;
    }

    .con2-2 {
        padding: 16px 10px;
    }

    .con2 {
        margin-top: 40px;
    }

    .con-box {
        padding: 38px 0 38px;
    }
}

/* footer */
#footer {
    background: #282D31;
    padding-top: 60px;
}

.ft-top {
    display: flex;
    margin-bottom: 50px;
}

.ft1 {
    width: 22%;
    margin-right: 8%;
}

.ft1-te {
    margin-top: 30px;
}

.ft1-a {
    display: block;
    opacity: 0.9;
    transition: all 0.5s ease;
}

.ft1-a:hover {
    opacity: 1;
}

.ft1-a p {
    color: #EEEEEE;
    font-size: var(--zj-subnav);
    line-height: normal;
}

.ft1-a p span {
    color: #EEEEEE;
    font-size: var(--zj-subnav);
    line-height: normal;
    transition: all 0.5s ease;
}

.ft1-a:hover p span {
    color: #008AD3;
}

/*  */
.ft2 {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.ft2-1 {
    width: 35%;
}

.ft2-1h p {
    font-size: var(--zj-con2la);
    line-height: 1;
    margin-bottom: 10px;
    color: #EEEEEE;
}

.ft2-1la {
    padding: 2px 0px;
    display: inline-block;
    opacity: 0.9;
    transition: all 0.5s ease;
}

.ft2-1la:hover {
    opacity: 1;
}

.ft2-1la span {
    padding: 2px 0px;
    color: #EEEEEE;
    font-size: 16px;
    line-height: normal;
    transition: all 0.5s ease;
}

.ft2-1la:hover span {
    color: #008AD3;
}

.ft2-2h {
    margin-bottom: 10px;
}

.ft2-2h p {
    font-size: var(--zj-con2la);
    line-height: 1;
    color: #EEEEEE;
}

.ft2-2la {
    display: inline-block;
    padding: 2px 0px;
    opacity: .9;
    transition: all 0.5s ease;
}

.ft2-2la:hover {
    opacity: 1;
}

.ft2-2la span {
    font-size: var(--zj-subnav);
    transition: all .1s linear;
    text-transform: capitalize;
    color: #EEEEEE;
    transition: all 0.5s ease;
}

.ft2-2la:hover span {
    color: #008AD3;
}

.ft2-3h {
    margin-bottom: 20px;
}

.ft2-3h p {
    font-size: var(--zj-con2la);
    line-height: 1;
    color: #EEEEEE;
}

.ft2-3limg img {
    width: 120px;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
    border-radius: 4px;
}

.ft2-3l:hover .ft2-3limg img {
    transform: scale(1.08);
}

.ft-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #FFFFFF25;
    padding: 10px 0px;
}

.ft-copy {
    flex: 1;
}

.ft-copy p {
    opacity: 0.9;
    font-size: var(--zj-ven2cona);
    color: #EEEEEE;
}

.ft-zhiding {
    --w: 35px;
    width: var(--w);
    height: var(--w);
    margin-left: 10px;
    background: #008AD3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    transition: all 0.5s ease;
}

.ft-zhiding:hover {
    opacity: 0.9;
}

.ft-zhiding i {
    font-size: 12px;
    line-height: normal;
    color: #FFF;
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 49.5px;
    }
}

@media (max-width: 992px) {
    .ft2-2 {
        display: none;
    }

    .ft2-1 {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .ft-top {
        flex-direction: column;
    }

    .ft1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ft2-3 {
        display: none;
    }

    .ft2-1 {
        width: 100%;
    }

    .ft-zhiding {
        display: none;
    }

    #footer {
        padding-top: 40px;
    }
}

@media (max-width: 499px) {
    .ft1-te {
        margin-top: 20px;
    }

    .ft-top {
        margin-bottom: 30px;
    }

    #footer {
        padding-top: 30px;
    }
}

/* 青岛万和隆兴国际贸易有限公司（Blog） */
.blog-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 46px 0 108px;
}

.blog1 {
    width: 23%;
    flex: 0 0 auto;
    position: sticky;
    top: 90px;
}

.blog1-1 {
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17);
    padding: 20px;
    margin-bottom: 30px;
}

.blog1-1 .ven-sehfo {
    padding: 0 0 0 10px;
    width: 100%;
    background: #F7F7F7;
    border: 1px solid #F7F7F7;
    border-radius: 0px;
}

.blog1-1 .ven-sehfo>span button {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 45px;
    width: var(--w);
    height: var(--w);
    background: #008AD3;
    border: 1px solid #008AD3;
    border-radius: 0;
}

.blog1-1 .ven-sehfo>span i {
    color: #FFF;
}

/*  */
.blog1-2 {
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17);
    padding: 20px;
    margin-bottom: 30px;
}

.blog1-2h {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.blog1-2h::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 81px;
    height: 2px;
    background: #008AD3;
}

.blog1-2h p {
    color: #000000;
    font-size: var(--zj-con2la);
    font-weight: 700;
}

.blog1-2p p {
    line-height: 1.6;
    font-size: var(--zj-subnav);
    line-height: normal;
    color: #000;
}

/*  */
.blog1-3 {
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17);
    padding: 20px;
    margin-bottom: 30px;
}

.blog1-3sehin1 {
    width: 100%;
    outline: 0;
    border: 1px solid #CCCCCC;
    height: 40px;
    border-radius: 0;
    padding: 0 10px;
    transition: all .1s linear
}

.blog1-3sehfo button {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    background: #008AD3;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all .1s linear
}

/*  */
.blog1-4 {
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17);
    padding: 20px;
    margin-bottom: 30px;
}

.blog1-4h {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.blog1-4h::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 81px;
    height: 2px;
    background: #008AD3;
}

.blog1-4h p {
    color: #000000;
    font-size: var(--zj-con2la);
    font-weight: 700;
}

.blog1-4l {
    margin: 15px 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDCDC;
}

.blog1-4l:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.blog1-4la {
    display: flex;
    align-items: flex-start;
}

.blog1-4la i {
    flex: 0 0 auto;
    margin-right: 4px;
    font-size: 12px;
    line-height: normal;
    color: #000000;
    display: block;
    padding-top: 5px;
    transition: all 0.5s ease;
}

.blog1-4la:hover i {
    color: #008AD3;
}

.blog1-4la p {
    flex: 1;
    color: var(--fontcolor);
    font-size: var(--zj-subnav);
    line-height: 1.4;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog1-4la:hover p {
    color: #008AD3;
}

.blog1-5 {
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17);
    padding: 20px;
}

.blog1-5h {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.blog1-5h::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 81px;
    height: 2px;
    background: #008AD3;
}

.blog1-5h p {
    color: #000000;
    font-size: var(--zj-con2la);
    font-weight: 700;
}

/*  */
.blog2 {
    width: calc(100% - 23% - 46px);
    flex: 0 0 auto;
}

.blog2-u {
    margin-bottom: 60px;
}

.blog2-l {
    margin-bottom: 30px;
}

.blog2-l:last-child {
    margin-bottom: 0;
}

.blog2-lbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .1);
    border-radius: 4px;
}

.blog2-limg {
    width: 24.6%;
    flex: 0 0 auto;
}

.blog2-limg .img-box img {
    transition: all 0.5s ease;
}

.blog2-lbox:hover .blog2-limg .img-box img {
    transform: scale(1.08);
}

.blog2-lte {
    width: calc(100% - 24.6%);
    padding: 15px;
}

.blog2-lh {
    display: block;
    margin-bottom: 10px;
}

.blog2-lh p {
    font-size: var(--zj-ven2-la);
    color: #000000;
    line-height: 1.44;
    font-weight: 700;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog2-lbox:hover .blog2-lh p {
    color: #008AD3;
}

/*  */
.blog2-lnum {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.blog2-lnum i {
    font-size: 16px;
    line-height: normal;
    color: #000000;
}

.blog2-lnum p {
    color: #000000;
    font-size: var(--zj-ven2cona);
    margin-left: 4px;
}

.blog2-lp {
    margin-bottom: 15px;
}

.blog2-lp p {
    font-size: var(--zj-subnav);
    color: #444444;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog2-lbtn {
    display: flex;
}

.blog2-la {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 38px;
    margin-top: 15px;
    color: #444444;
    border: 1px solid #d2d2d2;
    transition: all .1s linear;
    border-radius: 4px;
    line-height: 1.6;
    font-size: var(--zj-subnav);
    transition: all 0.5s ease;
}

.blog2-lbox:hover .blog2-la {
    background: #008AD3;
    border: 1px solid #008AD3;
    color: #FFF;
}

@media (max-width: 1536px) {
    .blog1 {
        top: 66px;
    }
}

@media (max-width: 992px) {
    .blog1 {
        display: none;
    }

    .blog2 {
        width: 100%;
    }

    .blog-box {
        padding: 46px 0 68px;
    }
}

@media (max-width: 768px) {
    .blog2-lp {
        display: none;
    }

    .blog2-la {
        display: none;
    }

    .blog-box {
        padding: 26px 0 38px;
    }

    .blog2-l {
        margin-bottom: 20px;
    }

    .blog2-u {
        margin-bottom: 30px;
    }
}

/* Knowledge */
.know1-1 {
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17);
    padding: 20px;
    margin-bottom: 30px;
}

.know1-1l {
    margin-top: 16px;
}

.know1-1la {
    display: flex;
    align-items: center;
}

.know1-1limg {
    width: 33%;
    flex: 0 0 auto;
    margin-right: 12px;
}

.know1-1limg .img-box img {
    transition: all 0.5s ease;
}

.know1-1la:hover .know1-1limg .img-box img {
    transform: scale(1.08);
}

.know1-1lte {
    flex: 1;
}

.know1-1lh p {
    font-weight: 600;
    font-size: var(--zj-subnav);
    line-height: 1.6;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.know1-1la:hover .know1-1lh p {
    color: #008AD3;
}

.know1-1lp p {
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--zj-subnav);
    line-height: 1.6;
}

/* Products */
/*  */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
    margin-bottom: 30px;
}

.nores-p2 p {
    color: #302219;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* Products */
.pro-box {
    padding: 46px 0 80px;
}

.pro-l {
    margin-bottom: 24px;
}

.pro-la {
    display: block;
    position: relative;
}

.pro-limg {
    position: relative;
}

.pro-limg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .3s;
    z-index: 1;
}

.pro-la:hover .pro-limg::after {
    opacity: 1;
}

.pro-limg .img-box img {
    transition: all .5s ease;
}

.pro-la:hover .pro-limg .img-box img {
    transform: scale(1.08);
}

.pro-lte {
    position: absolute;
    width: calc(100% - 50px);
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    z-index: 12;
    background: #FFFFFFCF;
    color: #000000;
    padding: 3% 4%;
    transition: all .1s linear;
    z-index: 2;
    border-radius: 4px;
    transition: all 0.5s ease;
}

.pro-la:hover .pro-lte {
    background: #008AD3;
}

.pro-lh p {
    font-size: var(--zj-ft1-1h);
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pro-la:hover .pro-lh p {
    color: #FFF;
}

.pro-lp {
    margin: 8px 0px 0px;
}

.pro-lp p {
    line-height: 1.6;
    opacity: .8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    font-size: var(--zj-subnav);
    transition: all 0.5s ease;
}

.pro-la:hover .pro-lp p {
    color: #FFF;
    opacity: 1;
}

@media (max-width: 992px) {
    .pro-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro-box {
        padding: 36px 0 40px;
    }

    .pro-l {
        width: 100%;
    }

    .pro-lte {
        width: calc(100% - 12px);
        bottom: 12px;
    }
}

/* about */
.ab-box {
    padding: 56px 0 102px;
}

.ab1-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px;
}

.ab1-lf {
    width: 50%;
    flex: 0 0 auto;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
}

.ab1-lf img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all .5s ease;
}

.ab1-lf:hover img {
    transform: scale(1.08);
}

.ab1-rg {
    width: calc(50% - 40px);
    flex: 0 0 auto;
}

.ab1-rgline {
    display: flex;
    margin: 10px 0;
}

.ab1-rgline p,
.ab1-rgline span {
    width: 30px;
    height: 5px;
    display: block;
    background-color: #000;
}

.ab1-rgline span {
    background-color: #008AD3;
}

.ab1-rgh p {
    display: inline-block;
    font-size: var(--zj-ft1-1h);
    color: #000;
    line-height: 1.6;
    font-weight: 600;
}

.ab1-rgp {
    margin-top: 20px;
}

.ab1-rgp p {
    color: #444444;
    line-height: 1.6;
    font-size: var(--zj-subnav);
}

/*  */
.ab1-lbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 18px;
    background-color: #fff;
    border-radius: 10px;
    border-bottom: 2px solid #1d2087;
    box-shadow: 0 2px 6px 0 rgba(51, 51, 52, .2);
    height: 100%;
}

.ab1-li {
    flex: 0 0 auto;
    --w: 90px;
    width: var(--w);
    height: var(--w);
    background-color: #f8f8f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    transition: all .5s ease;
}

.ab1-lbox:hover .ab1-li {
    background: rgba(235, 235, 235);
}

.ab1-li i {
    font-size: 36px;
    line-height: normal;
    color: #333;
}

.ab1-lte {
    flex: 1;
}

.ab1-lh p {
    color: #008AD3;
    font-size: var(--zj-ven2-la);
    font-weight: 600;
}

.ab1-lp {
    margin-top: 5px;
}

.ab1-lp p {
    color: #000000;
    font-size: var(--zj-subnav);
    line-height: 1.6;
}

/* ab2 */
.ab2 {
    margin-top: 40px;
}

.ab2-h {
    padding: 4px;
    border-radius: 30px;
    position: relative;
    border: 2px dotted #fff;
    box-shadow: 0px 1px 10px rgba(51, 51, 51, 0.2);
    background-color: #008AD3;
    margin-bottom: 24px;
}

.ab2-h p {
    font-weight: 600;
    padding: 2px 15px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #ffffff52;
    font-size: var(--zj-ft1-1h);
}

.ab2-te p {
    color: #000000;
    line-height: 1.6;
    font-size: var(--zj-subnav);
    margin-bottom: 26px;
}

.ab2-te p:last-child {
    margin-bottom: 0;
}

.ab2-img {
    margin-top: 24px;
}

.ab2-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 992px) {
    .ab1-top {
        flex-direction: column-reverse;
    }

    .ab1-lf {
        width: 100%;
        margin-top: 20px;
    }

    .ab1-rg {
        width: 100%;
    }

    .ab1-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab1-l:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 499px) {
    .ab-box {
        padding: 36px 0 72px;
    }

    .ab1-top {
        margin-bottom: 26px;
    }

    .ab1-lbox {
        align-items: flex-start;
        flex-direction: column;
    }

    .ab1-li {
        margin-right: 0;
    }

    .ab1-li {
        margin-bottom: 10px;
    }

    .ab1-li {
        --w: 62px;
    }

    .ab2-te p {
        margin-bottom: 16px;
    }

    .ab2-img img {
        height: 100px;
    }

    .ab-box {
        padding: 36px 0 42px;
    }

    .ab1-rgline {
        margin: 0 0 10px;
    }
}

/* index */
#indban-sw {
    position: relative;
    overflow: hidden;
    margin-top: -32.5px !important;
}

.indban-a {
    overflow: hidden;
}

.indban-a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
}

#indban-sw .swiper-slide-active .indban-a img {
    transform: scale(1.08);
    transition: all 3.5s ease;
}

/*  */
#indban-sw .swiper-button-prev,
#indban-sw .swiper-button-next {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .4);
    border-radius: 50%;
    opacity: 1 !important;
    transition: all .5s ease;
}

#indban-sw .swiper-button-prev:hover,
#indban-sw .swiper-button-next:hover {
    background-color: #008AD3;
}

#indban-sw .swiper-button-prev::after,
#indban-sw .swiper-button-next::after {
    font-size: 22px;
    color: #FFF;
    line-height: normal;
}

#indban-sw .swiper-pagination {
    bottom: 20px;
}

#indban-sw .swiper-pagination .swiper-pagination-bullet {
    background-color: #CCCCCC;
    border-radius: 999px;
    height: 8px;
    opacity: 1;
    overflow: hidden;
    position: relative;
    width: 32px;
}

#indban-sw .swiper-pagination .swiper-pagination-bullet::after {
    background-color: #008AD3;
    border-radius: 999px;
    content: "";
    display: block;
    height: 100%;
    height: 100%;
    width: 0px;
}

#indban-sw .swiper-pagination .swiper-pagination-bullet-active::after {
    width: 100%;
    transition: all 4.5s ease;
}

/* 首页正式 */
/* ind-why so1 */
.ind-why {
    position: relative;
    overflow: hidden;
    padding-bottom: 138px;
}

.ind-why::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 348px;
    background: #008AD3;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.so1 {
    position: relative;
    z-index: 12;
    padding-top: 76px;
}

.so1-smh {
    margin-bottom: 5px;
}

.so1-smh p {
    text-align: center;
    color: #FFFFFF;
    line-height: 1.6;
    font-size: var(--zj-subnav);
}

.so1-h {
    margin-bottom: 38px;
}

.so1-h h2 {
    color: #FFFFFF;
    text-align: center;
    font-size: var(--zj-ser-fth);
    font-weight: 700;
    line-height: 1.2;
}

.so1-u {
    margin-right: calc(-.5 * 2.15rem);
    margin-left: calc(-.5 * 2.15rem);
}

.so1-l {
    padding-right: calc(2.15rem * .5);
    padding-left: calc(2.15rem * .5);
}

.so1-lbox {
    background: #FFFFFF;
    box-shadow: 0px 5px 12px 0px rgba(19, 20, 21, .08);
    padding: 50px 30px;
    height: 100%;
    transition: all 0.5s ease;
}

.so1-lbox:hover {
    transform: translateY(-10px);
}

.so1-lh {
    margin-bottom: 20px;
}

.so1-lh p {
    color: #000000;
    font-size: var(--zj-oem3-1l1p);
    line-height: 1.2;
    text-align: center;
}

.so1-li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-li i {
    font-size: 60px;
    line-height: normal;
    color: #008AD3;
    line-height: normal;
    transition: all .5s ease;
}

.so1-lbox:hover .so1-li i {
    transform: rotateY(360deg);
}

.so1-lp {
    margin-top: 20px;
}

.so1-lp p {
    margin-top: 20px;
    color: #444444;
    text-align: center;
    line-height: 1.6;
    font-size: var(--zj-subnav);
}

/*  */
.ind-qingdao {
    position: relative;
    z-index: 12;
}

.so2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so2-1 {
    position: relative;
    width: 46%;
    flex: 0 0 auto;
}

.so2-1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all .5s ease;
}

.so2-1:hover>img {
    transform: translate(-10px, -10px);
}

/*  */
.so2-1fly {
    position: absolute;
    z-index: 12;
    left: -10px;
    top: -10px;
    background: #008AD3;
    width: 220px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so2-1flyh {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so2-1flyh img {
    width: 110px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-bottom: 18px;
}

.so2-1flyh p {
    position: absolute;
    width: max-content;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--zj-pro2-1h);
    font-weight: 500;
    color: #FFF;
}

.so2-1flyp p {
    font-size: var(--zj-ven2-la);
    color: #FFFFFF;
    text-align: center;
    font-size: var(--zj-ven2-la);
}

/*  */
.so2-2 {
    width: calc(100% - 46% - 40px);
    flex: 0 0 auto;
    padding-top: 30px;
}

.so2-2h {
    margin-bottom: 20px;
}

.so2-2h p {
    color: #000000;
    font-size: var(--zj-ser-fth);
    font-weight: 700;
    line-height: 1.2;
}

.so2-2p {
    margin-bottom: 30px;
}

.so2-2p p {
    line-height: 1.6;
    font-size: var(--zj-subnav);
    color: #444444;
}

.so2-2num {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.so2-2num1 {
    display: flex;
    align-items: baseline;
    padding-right: 15px;
}

.so2-2num1 p,
.so2-2num1 span {
    color: #008AD3;
    font-size: var(--zj-oem3-1l1p);
    font-weight: 700;
}

.so2-2num2 p {
    font-weight: 700;
    font-size: var(--zj-ven2-la);
    color: #080808;
    align-items: center;
}

.so2-2btn {
    display: flex;
}

.so2-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;

    background: #008AD3;
    height: 45px;
    width: 180px;
}

.so2-2a:hover {
    box-shadow: 1px 2px 10px #008AD3
}

.so2-2a p {
    color: #FFFFFF;
    line-height: 1.6;
    font-size: var(--zj-subnav);
}

/*  */
.so2-end {
    margin-top: 78px !important;
}

.so2-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 5px 12px 0px rgba(19, 20, 21, .15);
    background: #FFFFFF;
    padding: 38px;
}

.so2-3lf p {
    font-weight: 700;
    font-size: var(--zj-con2la);
}

/* ind-succ so3 */
.ind-succ {
    background: #FFFbfa;
    margin-top: -70px;
    padding: 152px 0 74px;
}

.so3-smh {
    margin-bottom: 5px;
}

.so3-smh p {
    text-align: center;
    color: #008AD3;
    line-height: 1.6;
    font-size: var(--zj-subnav);
}

.so3-h {
    margin-bottom: 40px;
}

.so3-h p {
    text-align: center;
    color: #000000;
    font-size: var(--zj-ser-fth);
    font-weight: 700;
    line-height: 1.2;
}

/*  */
.so3-sw {
    position: relative;
}

.so3-swbox {
    cursor: pointer;
}

.so3-swimg img {
    transition: all .5s ease;
}

.so3-swbox:hover .so3-swimg img {
    transform: scale(1.08);
}

.so3-chan {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so3-chan>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    margin: 0 !important;
    transition: all .5s ease;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    background: #bababa;
    transition: all .5s ease;
    margin: 0 7px !important;
}

.so3-chan>div:hover {
    background: #008AD3;
}

.so3-chan>div::after {
    content: "";
}

.so3-chan>div i {
    color: #FFF;
    font-weight: bold;
}

/* so4 */
.so4 {
    padding: 78px 0 112px;
}

.so4-u {
    margin: 0;
    border: 0.5px solid #E5E5E5;
}

.so4-l {
    padding: 0;
}

.so4-la {
    display: block;
    border: 0.5px solid #E5E5E5;
}

.so4-limg .img-box img {
    transition: all .5s ease;
}

.so4-la:hover .so4-limg .img-box img {
    transform: scale(1.08);
}

.so4-lte {
    padding: 10px;
}

.so4-lh {
    margin-bottom: 10px;
}

.so4-lh p {
    font-weight: 700;
    color: #000000;
    font-size: var(--zj-subnav);
    line-height: 1.4;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s ease;
}

.so4-la:hover .so4-lh p {
    color: #008AD3;
}

.so4-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4-btn p {
    color: #008AD3;
    font-size: var(--zj-subnav);
}

.so4-btn p span {
    opacity: 0;
    transition: all .5s ease;
}

.so4-la:hover .so4-btn p span {
    opacity: 1;
}

/* so5 */
.so5 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 86px 0 80px;
}

.so5>div {
    width: 50%;
    flex: 0 0 auto
}

.so5-smh p {
    font-size: var(--zj-ven2-la);
    color: #FFF;
}

.so5-h {
    margin: 10px 0px 20px;
}

.so5-h p {
    color: #FFF;
    font-size: var(--zj-so1top1);
    font-weight: 700;
    line-height: 1.1;
}

.so5-p {
    margin-bottom: 20px;
}

.so5-p p {
    color: #fff;
    font-size: var(--zj-subnav);
    line-height: 24px;
}

.so5-u {
    display: flex;
}

.so5-l {
    margin-right: 15px;
}

.so5-l img {
    height: 200px;
    width: auto;
    object-fit: cover;
    object-position: center;
}

.so5-btn {
    margin-top: 30px;
}

/* so6 */
.so6-box {
    padding: 76px 0 92px;
}

.so6-u {
    margin-right: calc(-.5 * 2.3rem);
    margin-left: calc(-.5 * 2.3rem);
}

.so6-l {
    padding-right: calc(2.3rem * .5);
    padding-left: calc(2.3rem * .5);
}

.so6-la {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px 0px rgba(19, 20, 21, .08);
    height: 100%;
}

.so6-limg {
    position: relative;
}

.so6-limg .img-box {
    padding-bottom: 76%;
}

.so6-limg .img-box img {
    transition: all .5s ease;
}

.so6-la:hover .so6-limg .img-box img {
    transform: scale(1.08);
}

.so6-lnum {
    position: absolute;
    bottom: 0px;
    left: 15px;
    background: #008AD3;
    font-size: var(--zj-ven2cona);
    color: #FFFFFF;
    width: 110px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    z-index: 12;
}

/*  */
.so6-lte {
    padding: 15px;
}

.so6-lh p {
    color: #000000;
    font-size: var(--zj-ven2-la);
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    transition: all .5s ease;
}

.so6-la:hover .so6-lh p {
    color: #008AD3;
}

.so6-lp {
    margin: 10px 0px;
}

.so6-lp p {
    font-size: var(--zj-subnav);
    color: #444444;
    line-height: 1.4;
}

.so6-lbtn p {
    color: #008AD3;
    font-size: var(--zj-subnav);
}

@media (max-width: 1536px) {
    .so1-u {
        margin-right: calc(-.5 * 1.15rem);
        margin-left: calc(-.5 * 1.15rem);
    }

    .so1-l {
        padding-right: calc(1.15rem * .5);
        padding-left: calc(1.15rem * .5);
    }

    .so1-lbox {
        padding: 20px 10px;
    }

    .so1-li i {
        font-size: 46px;
    }

    .ind-why {
        padding-bottom: 78px;
    }

    .so2-3 {
        padding: 24px;
    }

    .ind-succ {
        padding: 152px 0 74px;
    }

    .ind-succ {
        padding: 122px 0 44px;
    }

    .so4 {
        padding: 58px 0 72px;
    }

    .so5 {
        padding: 66px 0 60px;
    }

    .so6-box {
        padding: 66px 0 62px;
    }
}

@media (max-width: 992px) {
    .indban-a img {
        min-height: 400px;
    }

    .so1-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .so2 {
        flex-direction: column-reverse;
    }

    .so2-1 {
        width: 100%;
    }

    .so2-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .so4-l {
        width: 33.33%;
    }

    .so5>div {
        width: 100%;
    }

    .so6-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .so6-l:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .so4-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .so4-l {
        width: 100%;
    }

    .indban-a img {
        min-height: 200px;
    }

    #indban-sw .swiper-button-prev,
    #indban-sw .swiper-button-next {
        --w: 30px;
    }

    #indban-sw .swiper-button-prev::after,
    #indban-sw .swiper-button-next::after {
        font-size: 14px;
    }

    #indban-sw .swiper-pagination {
        bottom: 10px;
    }

    #indban-sw .swiper-pagination .swiper-pagination-bullet {
        height: 4px;
    }

    .so1 {
        padding-top: 46px;
    }

    .so1-h {
        margin-bottom: 28px;
    }

    .ind-why {
        padding-bottom: 28px;
    }

    .so2-2 {
        padding-top: 0;
    }

    .so2-2num {
        margin-bottom: 20px;
    }

    .so2-2p {
        margin-bottom: 20px;
    }

    .so2-1flyh img {
        width: 70px;
    }

    .so2-1fly {
        width: 120px;
        height: 120px;
    }

    .so2-end {
        margin-top: 28px !important;
    }

    .so2-3 {
        padding: 12px;
    }

    .so2-3 {
        flex-direction: column;
    }

    .so2-3lf {
        margin-bottom: 20px;
    }

    .ind-succ {
        padding: 92px 0 44px;
    }

    #indban-sw {
        margin-top: -16.5px !important;
    }

    .so3-h {
        margin-bottom: 20px;
    }

    .so3-chan {
        margin-top: 26px;
    }

    .so4 {
        padding: 38px 0 32px;
    }

    .so5 {
        padding: 36px 0 30px;
    }

    .so6-box {
        padding: 36px 0 32px;
    }
}

/*  */
.feed-box {
    padding: 50px 0 80px;
}

.feed-h {
    margin-bottom: 40px;
}

.feed-h p {
    color: #000000;
    line-height: 1.6;
    font-size: var(--zj-subnav);
}

.feed-h p a {
    color: #008AD3;
    text-decoration: underline;
}

@media (max-width: 499px) {
    .feed-box {
        padding: 40px 0 40px;
    }

    .feed-h {
        margin-bottom: 10px;
    }
}

.nede-box {
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 25px;
}

.nede-h {
    margin-bottom: 20px;
}

.nede-h p {
    font-size: var(--zj-ft1-2uh);
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
}

.nede-min {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.nede-min1 {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.nede-min1 i {
    color: #008AD3;
    margin-right: 10px;
    line-height: 1.6;
    font-size: 24px;
}

.nede-min1 p {
    color: #444444;
    font-size: var(--zj-ven2cona);
}

.nede-min2 p {
    color: #444444;
    font-size: var(--zj-ven2cona);
}

.nede1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #008AD3;
}

.nede1-p {
    flex: 0 0 auto;
    padding: 10px 10px;
    width: 80px;
    text-align: center;
    color: #FFFFFF;
    line-height: 1.6;
    font-size: var(--zj-subnav);
}

.nede1-a {
    flex: 1;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
}

.nede1-aa {
    display: block;
    width: 48%;
}

.nede1-aa p {
    color: #FFFFFF;
    line-height: 1.6;
    font-size: var(--zj-subnav);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.nede1-aa:hover p {
    text-decoration: underline
}

.nede2 {
    margin-top: 30px;
}

.nede2-h {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.nede2-h p {
    color: #000000;
    font-size: var(--zj-oem3-1l1p);
    font-weight: 700;
    position: relative;
}

@media (max-width: 992px) {
    .nede1-p {
        display: none;
    }

    .nede1-a {
        align-items: flex-start;
        flex-direction: column;
    }

    .nede1-aa {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .nede-box {
        padding: 12px;
    }
}

.prode-lf .blog1-4l .blog1-4la i,
.prode-lf .blog1-4l .blog1-4la p {
    transition: all 0.5s ease;
}

.prode-lf .blog1-4l.on .blog1-4la i {
    color: #008AD3;
    transform: rotate(90deg);
}

.prode-lf .blog1-4l.on .blog1-4la p {
    color: #008AD3;
}

.prode-lf .blog1-4laa {
    margin-top: 10px;
    display: block;
    padding-left: 16px;
}

.prode-lf .blog1-4laa p {
    color: #000000;
    line-height: 1.6;
    font-size: var(--zj-subnav);
    transition: all 0.5s ease;
}

.prode-lf .blog1-4l .blog1-4laa.on p {
    color: #008AD3;
}

.prode-lf .blog1-4l .blog1-4laa:hover p {
    color: #008AD3;
}

.prode-lf .prode-lfte {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.prode-lf .blog1-4l.on .prode-lfte {
    max-height: 400px;
    opacity: 1;
}

/* -------------------------------- */
.prode1-box {
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 25px;
}

.prode1 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.prode1_1 {
    width: calc(45.3% - 40px);
}

.prode1_2 {
    width: calc(100% - 45.3%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prode1_2h p {
    color: #000000;
    font-size: var(--zj-ft1-2uh);
    line-height: 1.4;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

.prode1_2p {
    margin-bottom: 20px;
}

.prode1_2p p {
    color: #444444;
    line-height: 1.6;
    font-size: var(--zj-subnav);
}

.prode1_2share {
    display: flex;
    align-items: center;
}

.prode1_2share p {
    margin-right: 12px;
    flex: 0 0 auto;
    color: #444;
    font-family: man4;
    font-size: var(--zj-ven_sehfo);
    font-style: normal;
    line-height: 100%;
}

.prode1_2btn {
    display: flex;
    align-items: center;
}

.prode1_2a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: man4;
    font-size: var(--zj-ven_sehfo);
    font-style: normal;
    line-height: 100%;
    border-radius: 60px;
    background: #F6B119;
    padding: 2px 2px 2px 24px;
    margin-right: 16px;
    transition: all 0.5s ease;
}

.prode1_2a:hover {
    color: #FFF;
}

.prode1_2a:last-child {
    margin-right: 0;
}

.prode1_2a:nth-child(2) {
    background: rgba(34, 34, 34, 1);
}

.prode1_2a i {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    background: #FFF;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(246, 177, 25, 1);
    flex: 0 0 auto;
    margin-left: 24px;
    transition: all 0.5s ease;
}

.prode1_2a i::before {
    transition: all 0.5s ease;
}

.prode1_2a:hover i::before {
    transform: rotateY(360deg);
}

.prode1_2a:nth-child(2) i {
    color: rgba(34, 34, 34, 1);
}

.slider-navbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.slider-navbox button {
    background: transparent;
}

.slider-navbox>button i {
    font-size: 14px;
    color: rgba(1, 47, 107, 1);
    transition: all 0.5s ease;
}

.slider-navbox>button:hover i {
    color: rgba(15, 82, 186, 1);
}

/* prode. xiamian. buf */
.prode2 {
    /* position: sticky; */
    /* top: 140px; */
    margin-top: 38px;
    z-index: 14;
    overflow: hidden;
    background: #fff;
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    position: relative;
}

.prode2-u::-webkit-scrollbar {
    display: none;
    width: 14px;
    height: 14px;
}

.prode2-u::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #00998B;
}

.prode2-u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-l {
    margin-right: 3px;
    position: relative;
    transition: all 0.5s ease;
}

.prode2-l:last-child {
    margin-right: 0;
}

.prode2-la {
    color: #000;
    display: block;
    width: max-content;
    position: relative;
    transition: all 0.5s ease;

    line-height: 1.6;
    font-size: var(--zj-subnav);
    background: #F2F2F2;
    border-radius: 30px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0px 30px;
    font-weight: 700;
    cursor: pointer;
}

.prode2-l.on .prode2-la {
    background: #008AD3;
    color: #FFF;
}

.prode2-l:hover .prode2-la {
    background: #008AD3;
    color: #FFF;
}

.prode2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #00998B;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.5s ease;
    z-index: 12;
    display: none;
}

.prode2-l:hover .prode2-la::after {
    width: 100%;
}

.prode2-l.on .prode2-la::after {
    width: 100%;
}

/* prode3h */
.prode3h {
    width: 100%;
    font-size: 18px;
    border-bottom: 2px solid #008AD3;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 28px;
}

.prode3h-box {
    display: inline-block;
    padding: 5px 20px;
    box-sizing: border-box;
    transform: skew(-20deg) translate(8px, 1px);
    background: #008AD3;
}

.prode3h-box p {
    font-weight: 600;
    margin: 0;
    display: inline-block;
    transform: skew(20deg);
    font-size: 20px;
    color: #fff;
}

@media (max-width: 992px) {
    .prode1 {
        flex-direction: column;
    }

    .prode1_1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode1_2 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .prode1-box {
        padding: 12px;
    }

    .prode2-la {
        margin-right: 6px;
        height: 34px;
        padding: 0px 16px;
    }
}

.prdes1-smh {
    margin-bottom: 30px;
}

.prdes1-smh p {
    color: #000000;
    font-size: var(--zj-ft1-2uh);
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 700;
}

.prdes1-h {
    margin-bottom: 26px;
}

.prdes1-h p {
    text-align: center;
    font-weight: 500;
    font-size: var(--zj-oem3-1l1p);
    margin: 0;
    color: #008AD3;
    line-height: 1.6;
    font-weight: 600;
}

.prdes1-p {
    margin-bottom: 60px;
}

.prdes1-p p {
    margin: 0;
    color: #333;
    line-height: 1.6;
    font-size: var(--zj-subnav);
}

.prdes1-1h {
    margin-bottom: 10px;
}

.prdes1-1h p {
    color: #333;
    font-size: var(--zj-oem3-1l1p);
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.prdes1-1line {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #008AD3;
    position: relative;
    margin: 0 auto;
}

.prdes1-1line p {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 5px;
    border-radius: 2px;
    background-color: #008AD3;
    opacity: .2;
    left: -14px;
    top: 2px;
    margin: 0;
}

.prdes1-1lbox {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #cdcef0;
    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
    height: 100%;
}

.prdes1-1lbox::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    bottom: 0;
    right: 0;
    background-color: #008AD3;
    opacity: .2;
    transition: all .2s linear;
}

.prdes1-1lbox:hover::after {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.prdes1-1li {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
}

.prdes1-1li i {
    color: #008AD3;
    font-size: 36px;
    line-height: normal;
    transition: all .2s linear;
}

.prdes1-1lbox:hover .prdes1-1li i {
    color: #FFF;
}

.prdes1-1lh p {
    color: #111;
    font-size: var(--zj-ven2-la);
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: all .2s linear;
    margin: 0;
}

.prdes1-1lbox:hover .prdes1-1lh p {
    color: #FFF;
}

.prdes1-1lp p {
    color: #444;
    font-size: var(--zj-subnav);
    line-height: calc(var(--zj-subnav) * 1.625);
    position: relative;
    z-index: 1;
    transition: all .2s linear;
}

.prdes1-1lbox:hover .prdes1-1lp p {
    color: #FFF;
}

.prdes1-1l2 {
    margin-top: 20px;
}

.prdes1-1u {
    margin-top: 32px;
}

.prdes1-1u2 {
    margin-bottom: 36px;
}

.prdes1-2h {
    margin-bottom: 4px;
}

.prdes1-2h p {
    font-size: var(--zj-oem3-1l1p);
    color: #000;
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.prdes1-2smh {
    margin-bottom: 40px;
}

.prdes1-2smh p {
    margin: 0;
    font-size: var(--zj-subnav);
    line-height: 1.6;
    color: #333;
    text-align: center;
}

.prdes1-2end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prdes1-2lf {
    width: calc(60% - 60px);
    flex: 0 0 auto;
}

.prdes1-2lfh {

    margin-bottom: 10px;
}

.prdes1-2lfh p {
    font-size: var(--zj-ft1-1h);
    font-weight: 600;
    color: #000;
    line-height: 1.6;
}

.prdes1-2lfp p {
    color: #444444;
    font-size: var(--zj-subnav);
    line-height: 1.6;
    margin-bottom: 24px;
}

.prdes1-2lfp p:last-child {
    margin-bottom: 0;
}

.prdes1-2rg {
    width: 40%;
    flex: 0 0 auto;
}

.prdes1-2rg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.prdes1-2box>div {
    margin-top: 40px !important;
}

.prdes1-2l {
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    padding-bottom: 20px;
}

.prdes1-2l1 {
    position: absolute;
    left: 8px;
    top: 0;
    border-radius: 50%;
    width: 2px;
    height: 100%;
    background-color: #008AD3 !important;
}

.prdes1-2l1::after {
    position: absolute;
    content: "";
    left: -4px;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #008AD3;
    border-radius: 50%;
}

.prdes1-2l2 p {
    margin: 0;
    color: #444;
    width: 100%;
    font-size: var(--zj-subnav);
}

/*  */
.prdes1-3 {
    margin-top: 50px;
}

.prdes1-3line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.prdes1-3line>div {
    width: 30px;
    height: 5px;
    background-color: #008AD3;
}

.prdes1-3line>div:nth-child(1) {
    background: #000;
}

.prdes1-3h p {
    text-align: center;
    margin: 0;
    font-size: var(--zj-oem3-1l1p);
    color: #000;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    text-transform: capitalize;
    background-image: linear-gradient(to right, #000, #008AD3 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.prdes1-3u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.prdes1-3l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.prdes1-3lbox {
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
    border-radius: 5px;
    transition: all .5s linear;
    height: 100%;
}

.prdes1-3lbox:hover {
    transform: translateY(-10px);
}

.prdes1-3l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.prdes1-3l1num p {
    color: #000;
    font-weight: 600;
    font-size: var(--zj-ser-fth);
    line-height: 1.6;
}

.prdes1-3l1i i {
    font-size: 36px;
    color: #008AD3;
    transition: all .5s linear;
    display: block;
}

.prdes1-3lbox:hover .prdes1-3l1i i {
    transform: rotateY(360deg);
}

.prdes1-3l2h {
    margin-bottom: 10px;
}

.prdes1-3l2h p {
    font-size: var(--zj-ven2-la);
    color: #000;
    margin: 0;
    text-transform: capitalize;
}

.prdes1-3l2p p {
    line-height: 1.6;
    color: #444444;
    font-size: var(--zj-subnav);
    margin: 0;
}

/*  */
.prdes1-4 {
    margin-top: 60px;
}

.prdes1-4h p {
    font-size: var(--zj-oem3-1l1p);
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    color: #008AD3;
}

.prdes1-4line {
    width: 100%;
    height: 1px;
    margin: 10px 0 20px;
    background-color: #008AD3;
}

.prdes1-4sa {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prdes1-4sa .editor-content {
    width: calc(60% - 60px);
    flex: 0 0 auto;
}

.prdes1-4img {
    width: 40%;
    flex: 0 0 auto;
}

.prdes1-4img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.prdes1-5h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 44px 0 50px;
}

.line {
    flex: 1;
    height: 0.5px;
    background: #008AD3;
}

.prdes1-5h p {
    margin: 0;
    padding: 0 10px;
    position: relative;
    font-size: var(--zj-oem3-1l1p);
    font-weight: 600;
    color: #008AD3;
}

.prdes1-6end {
    margin-top: 20px;
}

.prdes1-6end p {
    line-height: 1.6;
    font-size: var(--zj-subnav);
    color: #000000;
}

.prdes1-6l {
    border: 1px solid #eee;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 10px;
    position: relative;
}

.prdes1-6l:last-child {
    margin-bottom: 0;
}

.prdes1-6l1 p {
    margin: 0;
    line-height: 1.6;
    font-size: var(--zj-ven2-la);
    cursor: pointer;
    position: relative;
}

.prdes1-6l2 p {
    color: #444444;
    line-height: 1.6;
    font-size: var(--zj-subnav);
}

.blogsp {
    padding-bottom: 100px;
}

@media (max-width: 768px) {
    .prdes1-3l {
        width: 100%;
        margin-bottom: 20px;
    }

    .prdes1-1l2 {
        width: 100%;
    }

    .prdes1-1l {
        width: 100%;
        margin-bottom: 20px;
    }

    .prdes1-4sa {
        flex-direction: column;
    }

    .prdes1-4img {
        width: 100%;
    }

    .prdes1-4sa .editor-content {
        width: 100%;
    }

    .prdes1-2end {
        flex-direction: column;
    }

    .prdes1-2lf {
        width: 100%;
    }

    .prdes1-2rg {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .blogsp {
        margin-top: -40px;
        padding-bottom: 40px;
    }

    .prdes1-2smh {
        margin-bottom: 20px;
    }

    .prdes1-2lfp p {
        margin-bottom: 12px;
    }

    .prdes1-3lbox {
        padding: 14px;
    }

    .prdes1-4 {
        margin-top: 30px;
    }

    .prdes1-5h {
        margin: 34px 0 20px;
    }

    .prdes1-5h p {
        padding: 0;
    }
}

.con2 .map .pic img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    object-position: center;
}