@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Rajdhani:wght@300;400;500;600;700&display=swap");


@font-face {

    font-family: "HarmonyOS_Sans_SC_Black";
url('../webfonts/HarmonyOS_Sans_SC_Black.ttf') format('truetype')
}

@font-face {

    font-family: "HarmonyOS_Sans_SC_Blod";
url('../webfonts/HarmonyOS_Sans_SC_Blod.ttf') format('truetype')
}

@font-face {

    font-family: "HarmonyOS_Sans_SC_Light";
url('../webfonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype')
}

@font-face {

    font-family: "HarmonyOS_Sans_SC_Medium";
url('../webfonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype')
}

@font-face {

    font-family: "HarmonyOS_Sans_SC_Regular";
url('../webfonts/HarmonyOS_Sans_SC_Regular.ttf') format('truetype')
}

@font-face {

    font-family: "HarmonyOS_Sans_SC_Thin";
url('../webfonts/HarmonyOS_Sans_SC_Thin.ttf') format('truetype')
}


:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #0056B8;
    --theme2: #18185E;
    --theme-color3: #F98600;
    --header: #2F2725;
    --text: #585858;
    --text-2: #ffffffcc;
    --border: #E3E3E3;
    --border2: #242449;
    --border3: #5262FF;
    --bg: #F3F7FB;
    --bg2: #18185E;
    --bg3: #ffffff33;
    --title-color: #2E2624;
    --body-color: #ffffff;
    --smoke-color: #F3F7FB;
    --smoke-color2: #CFD3FC;
    --smoke-color3: #F7F7F7;
    --smoke-color4: #E0E0E0;
    --black-color: #000000;
    --gray-color: #F5F5F5;
    --white-color: #ffffff;
    --light-color: #BDBDBD;
    --text-color: #2F2725;
    --text-color2: #4F536C;
    --border-color: #D4DCFF;
    --title-font: "HarmonyOS_Sans_SC_Medium";
    --body-font: "HarmonyOS_Sans_SC_Medium";
    --icon-font: "HarmonyOS_Sans_SC_Medium";
    --main-container: 1600px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    --box-shadow-2: 0px 4px 25px rgba(56, 75, 255, 0.1);
    --card-bg-color: #f7f8f8;
}

@media (max-width: 576px) {
    :root {
        font-size: 10px;
    }
}

@media (min-width: 576px) {
    :root {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    :root {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    :root {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    :root {
        font-size: 15px;
    }
}

@media (min-width: 1400px) {
    :root {
        font-size: 16px;
    }
}

* {
    font-family: HarmonyOS_Sans_SC_Medium;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: none;
    padding-left: 0px !important;
}

a {
    text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
}

.h1,
h1 {
    font-size: 52px;
    line-height: 1.167;
    font-weight: 400;
}

.h2,
h2 {
    font-size: 40px;
    line-height: 50px;
}

.h3,
h3 {
    font-size: 30px;
    line-height: 1.278;
}

.h4,
h4 {
    font-size: 24px;
    line-height: 34px;
}

.h5,
h5 {
    font-size: 20px;
    line-height: 30px;
}

.h6,
h6 {
    font-size: 18px;
    line-height: 1.5;
}

.background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .h1,
    h1 {
        font-size: 48px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 44px;
        line-height: 1.3;
    }

    .h2,
    h2 {
        font-size: 40px;
        line-height: 1.25;
    }

    .h3,
    h3 {
        font-size: 30px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }

    .h5,
    h5 {
        font-size: 20px;
    }

    .h6,
    h6 {
        font-size: 16px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 40px;
    }

    .h2,
    h2 {
        font-size: 34px;
        line-height: 1.3;
    }

    .h3,
    h3 {
        font-size: 26px;
    }

    .h4,
    h4 {
        font-size: 22px;
    }

    .h5,
    h5 {
        font-size: 18px;
    }

    .h6,
    h6 {
        font-size: 16px;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.35;
    }

    .h2,
    h2 {
        font-size: 30px;
    }
}

/* Extra small devices */
@media (max-width: 375px) {
    .h1,
    h1 {
        font-size: 32px;
    }
}






.fix {
    overflow: hidden;
}

button {
    transition: all ease 0.4s;
}

.cursor {
    cursor: pointer;
}

button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

button {
    border: none;
    background: transparent;
}

/* Medium devices */
@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px;
    }
}

.gx-0 {
    --bs-gutter-x: 0px;
}

@media (max-width: 1399px) {
    :root {
        --main-container: 1300px;
    }
}

@media only screen and (min-width: 1300px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }

    .container-xxl.px-0,
    .container-xl.px-0,
    .container-lg.px-0,
    .container-md.px-0,
    .container-sm.px-0,
    .container.px-0 {
        max-width: var(--main-container);
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media only screen and (min-width: 1920px) {
    .container-fluid {
        max-width: 1920px;
    }

}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.company-logo{
    width: 7.8rem;
}
.company-logo-f{
    width:7rem ;
}
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 38px 0;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.9s;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky.header-3::before {
    display: none !important;
}

.sticky.header-3 .header-main .header-right .search-icon {
    color: var(--theme);
}

.sticky.header-3 .header-main .header-right .header-button {
    margin-left: 0;
}

.sticky.header-3 .header-main .header-right .header-button::before {
    display: none !important;
}

.sticky.header-3 .header-main .header-right .header-button .theme-btn {
    background-color: var(--theme) !important;
    color: var(--white);
}

@media (max-width: 1899px) {
    .header-main {
        padding: 10px 10px;
    }
}

@media (min-width: 750px) {
    .header-main .header-center {
        flex: 1;
        padding-left: 30px;
    }
}

.header-main .header-right {
    color: var(--header);
}

.header-main .header-right .phone-num {

    font-size: 16px;
}

.header-main .header-right .dropdown .dropdown-menu {

    background-color: var(--bg);
    --bs-dropdown-min-width: auto;
}

.header-main .header-right .phone-num #phones {
    color: var(--theme) !important;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 33px;
}

.header-main .main-menu ul {
    margin-bottom: 0;
}

.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    /*margin-inline-end: 40px;*/
    padding: 8px 20px;
}


.header-main .main-menu ul .drop-down-long{
    padding: 8px 32px;
}


.header-main .main-menu ul li:nth-last-child(2) {

    margin-inline-end: 20px;
}

.header-main .main-menu ul li:nth-last-child(1) a {

    /*padding-inline-start: 20px;*/
    color: var(--theme);
}


/*.header-main .drop-down{*/
/*    background:var(--theme);*/
/*}*/

@media (max-width: 1199px) {
    .header-main .main-menu ul li {
        margin-inline-end: 18px;
    }

    .header-main .main-menu ul li:nth-last-child(2) {

        margin-inline-end: 9px;
    }

    .header-main .main-menu ul li:nth-last-child(1) a {

        padding-inline-start: 9px;
    }
}

@media (max-width: 1399px) {
    .header-main .main-menu ul li {
        margin-inline-end: 18px;
    }

    .header-main .main-menu ul li:nth-last-child(2) {

        margin-inline-end: 9px;
    }

    .header-main .main-menu ul li:nth-last-child(1) a {

        padding-inline-start: 9px;
    }
}

.header-main .main-menu ul li:last-child {
    margin-inline-end: 0;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--header);
    /*margin: 20px 0;*/
    text-align: left;
    position: relative;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

/*.header-main .main-menu ul li:nth-last-child(1) a {*/
/*    border-left: 1px solid var(--theme);*/
/*}*/
.header-main .main-menu ul .ecology_apply_li{
   padding: 8px 0;
}
.header-main .main-menu ul .ecology_apply_li .drop-down-text{
    padding: 0 20px;
    border-left: 1px solid var(--theme);
}

/*.header-main .main-menu ul li a:hover {*/
/*    color: var(--theme) !important;*/
/*}*/

.header-main .main-menu ul li .submenu {
    display: none;
    position: absolute;
    /*opacity: 0;*/
    top:32px;
    left: 0;
    right: 0;
    width: 100%;
    /*min-width: 240px;*/
    background:  var(--theme);

    z-index: 99999;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    transform-origin: top center;
    /*color: var(--header);*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(8px);
    transition: all 0.4s ease-in-out;
    text-align: center;

    color: var(--white);

}

.header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 6px 0;
    text-align: center;
}



.header-main .main-menu ul li .submenu .submenu-down-icon{
    padding: 0;
}
.header-main .main-menu ul li .submenu .submenu-down-icon div{
    width: 10px;
    height: 7px;
    background-color: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    margin: 0 auto;
    transform: rotate(180deg);
}


.header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    margin: 0 auto;
    width: 100%;
    text-align: center;
    /*border-bottom: 1px solid #eeeeee;*/
}

.header-main .main-menu ul li .submenu li:last-child a {
    border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

/*.header-main .main-menu ul li .submenu li:hover > a {*/
/*    background: var(--theme);*/
/*    color: var(--white) !important;*/
/*}*/

.header-main .main-menu ul li .submenu li:hover > a::after {
    color: var(--theme);
}

.header-main .main-menu ul li .submenu li:hover > .submenu {
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    transform: translateY(-50%);
    color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
    width: 700px;
    padding: 30px 30px 10px 30px;
    padding-left: 30px !important;
    opacity: 0;
    left: 50px;
    visibility: hidden;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        flex-wrap: wrap;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 14px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #5e5ef6 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

/*.header-main .main-menu ul li:hover > a {*/
/*    color: var(--theme2);*/
/*}*/

/*.header-main .main-menu ul li:hover > a::after {*/
/*    color: var(--theme);*/
/*}*/


.header-main .main-menu .drop-down:hover .submenu {
    /*visibility: visible;*/
    /*opacity: 1;*/
    /*transform: translateY(0px);*/
    background:var(--theme);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
}
.header-main .main-menu .drop-down:hover{
    background:var(--theme);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.header-main .main-menu .drop-down:hover .drop-down-text {
    color: var(--white);
}


.header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
}


.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-nav > ul .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .mean-container .mean-nav > ul .homemenu-items {
        flex-wrap: wrap;
    }
}

.mean-container .mean-nav > ul .homemenu-items .homemenu {
    position: relative;
}

@media (max-width: 991px) {
    .mean-container .mean-nav > ul .homemenu-items .homemenu {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--border-color);
        padding: 10px;
    }
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 14px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #5e5ef6 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    content: "";
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--header);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border-color) !important;
    border: none;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
    display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
    font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

.offcanvas__info {
    background: var(--bg) none repeat scroll 0 0;
    border-left: 2px solid var(--theme2);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    transform: translateX(calc(100% + 80px));
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
    display: none;
}

.offcanvas__info.info-open {
    opacity: 1;
    transform: translateX(0);
}

/*.offcanvas__logo a img {*/
/*    width: 150px;*/
/*}*/

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
    color: var(--text-color);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--text-color);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
    padding: 16px 40px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: transparent;
    color: var(--text-color);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border-color);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}

@media (max-width: 450px) {
    .offcanvas__info {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.hero-3 .hero-content {
    position: relative;
    z-index: 9;
    padding-bottom: 270px;
    padding-top: 200px;
}

@media (max-width: 1399px) {
    .hero-3 .hero-content {
        padding: 180px 0;
    }
}

@media (max-width: 1199px) {
    .hero-3 .hero-content {
        padding: 160px 0;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content {
        padding: 130px 0;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content {
        padding: 110px 0;
    }

    .index-service {

    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content {
        text-align: center;
        margin: 0 auto;
        padding: 80px 0;
    }

}

.hero-3 .slider-image {
    overflow: hidden;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -2;
    background-size: cover;
    transform: scale(1);
    transition: all 8s ease-out 0s;
}

.hero-3 .hero-content h5 {
    color: var(--white);
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
    display: inline-block;
}

.hero-3 .hero-content h5::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--white);
}

.hero-3 .hero-content h1 {
    color: var(--white);
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .hero-3 .hero-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 1199px) {
    .hero-3 .hero-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content h1 {
        font-size: 34px;
    }
}

.hero-3 .hero-content p {
    color: var(--white);
}

.index-title {
    margin-bottom: 3.31rem;
    margin-top: 4.63rem;
}

.index-title .en {
    font-size: 2.5rem;
    color: var(--text-color);
}

.index-title .en::after {
    content: '';
    width: 30px;
    border-top: 2px solid;
    display: block;
    color: var(--theme);
}

.index-title .cn {
    font-size: 2.5rem;
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: var(--text-color);
}

.index-title .desc {
    font-size: 1.31rem;
    color: var(--text-color);
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.index-service {
    row-gap: 29px;
}

.index-service .service-card-items {
    background-color: var(--card-bg-color);
    padding: 2.75rem 2rem 2.06rem 2rem;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    min-height: 24.375rem;
}

.index-service .service-card-items:hover {
    background-color: var(--theme);
}

.service-card-items-title{
    position: relative;
}
.index-service .service-card-items:hover .service-card-items-title::after{
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0; /* 根据需要调整位置 */
    height: 1px; /* 下划线粗细 */
    background-color: #ffffff; /* 下划线颜色 */
}




.index-service .service-card-items .top {
    color: var(--title-color);
    font-size: 2rem;
    font-weight: 500;
}

.index-service .service-card-items:hover .top {
    color: var(--body);
}

.index-service .service-card-items .top .icon {
    margin-right: 1.13rem;
}

.index-service .service-card-items .top .icon {
    margin-right: 1.13rem;
}

.index-service .service-card-items .top .icon img {
    width: 4rem;
}

.index-service .service-card-items .top .icon .hover {
    display: none;
}

.index-service .service-card-items:hover .top .icon .hover {
    display: block;
}

.index-service .service-card-items:hover .top .icon .unhover {
    display: none;
}

.index-service .service-card-items .content {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 400;
    margin-top: 2.75rem;
}

@media only screen and (max-width: 1200px) {
    .index-service .service-card-items .content {

        font-size: 16px;
    }

}

.index-service .service-card-items:hover .content {
    color: var(--body);
}

.ser-adv .ser-adv-items {
    background-color: var(--theme);
    border-radius: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    min-height: 31.25rem;
}

.ser-adv .ser-adv-items:hover {
    background-color: #00b2e2;
}




.ser-adv .ser-adv-items .top .icon {
    text-align: center;
    padding-top: 2.75rem;
    padding-bottom: 2.13rem;
    perspective: 1000px;
    margin: 0 auto;
    position: relative;

    height: 12.5rem;
    width: 8.5rem;
}

.ser-adv .ser-adv-items .top .icon img {
    position: absolute;
    top: 2.8125rem;
    left: 0;
    backface-visibility: hidden;
    height: 7.88rem;
    width: 7.88rem;
}

/*//因为第二张图片反过来的时候是正的，所以提前先把后面翻转180度*/
.ser-adv .ser-adv-items .top .icon img:nth-of-type(2) {
    transform: rotateY(-180deg);
}

/*//动画效果，2秒钟完成*/
.ser-adv .ser-adv-items .top .icon img {
    transition: all 2s;
}

/*//鼠标悬浮的时候第一张照片旋转180度，第二张照片回到0度*/
.ser-adv .ser-adv-items:hover .top .icon img:nth-of-type(1) {
    transform: rotateY(180deg);
}

.ser-adv .ser-adv-items:hover .top .icon img:nth-of-type(2) {
    transform: rotateY(0deg);
}

/*.ser-adv .ser-adv-items .top .icon .hover{*/
/*    display: none;*/
/*}*/

/*.ser-adv .ser-adv-items:hover .top .icon .hover{*/
/*    display: inline-block;*/
/*}*/
/*.ser-adv .ser-adv-items:hover .top .icon .unhover{*/
/*    display: none;*/
/*}*/
.ser-adv .ser-adv-items .content {
    padding: 0 38px 20px;
    color: var(--white);
}

.ser-adv .ser-adv-items .content .title {
    padding-bottom: 2rem;
    color: var(--white);
    text-align: center;
    font-weight: 400;

}
.ser-adv .ser-adv-items .content .title .ser-title-text{
    display: inline-block;
    color: var(--white);
    position: relative;

}


.ser-adv .ser-adv-items:hover .ser-title-text::after{
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0; /* 根据需要调整位置 */
    height: 1px; /* 下划线粗细 */
    background-color: #ffffff; /* 下划线颜色 */
}


.ser-adv .ser-adv-items .content .details {
    font-size: 20px;
    font-weight: 400;
    font-family: HarmonyOS_Sans_SC_Medium;
}

@media only screen and (max-width: 1200px) {
    .ser-adv .ser-adv-items .content .details {

        font-size: 16px;
    }

}

.qrc .counter-number {
    font-size: 2.81rem;
    color: var(--title-color);
    font-weight: 700;
}

.qrc .right .ul .li {
    color: var(--text-color);
}

.qrc .right .ul .li .r {
    font-size: 12px;
}

.qrc .right .ul .li .r .i {
    font-size: 2.81rem;
}

@media (max-width: 750px) {
    .qrc .right .ul {

    }

    .qrc .right .ul .li .r .i {
        font-size: 25px;

    }

    .qrc .right .ul .li .r .counter-number {
        font-size: 25px;

    }
}

/*海外仓布局开始*/
.overseas {
    position: relative;
}

.overseas .map .img {
    padding-top: 50px;
    padding-bottom: 50px;
}

.overseas .business {
    padding: 2.31rem 0;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-weight: 400;
    background-color: var(--theme);
}

.overseas .business .title-1, .overseas .business .title-2 {
    margin-left: 2.13rem;
    margin-right: 2.13rem;
    margin-bottom: 2.13rem;
}

.overseas .business .title-2 {
    margin-bottom: 0px;
}

.overseas .business .title-1 .en, .overseas .business .title-2 .en {
    font-size: 2.25rem;
    color: var(--white);
    opacity: .1;
    font-weight: bold;
}

.overseas .business .title-1 .cn, .overseas .business .title-2 .cn {
    font-size: 1.31rem;
    color: var(--white);
}

.overseas .business .yw-title {
    background-color: #ffffff;
    color: var(--theme);
    font-size: 1.31rem;
    font-weight: 400;

}

.overseas .business .yw-title li {
    line-height: 2.94rem;
    border-bottom: 1px solid;
    padding-right: 34px;
    padding-left: 34px;
    font-weight: 700;

}

.overseas .business .icon {
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 20px;
    background-color: var(--white);
    border-radius: 10px;
    padding: 18px;
}

.overseas .business .icon ul {
    height: 65px;
    align-items: center;
}

.overseas .business .icon ul li {
    cursor: pointer;
}


@media (max-width: 1199px) {
    .overseas .business {
        position: relative;
    }
}

@media (min-width: 1200px) {
    .overseas .business {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: fit-content;
        background-color: var(--theme);

    }
}

/*首页场景*/
/*.index-sceen .item:hover .zz{*/
/*    animation: index-sceen-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);*/
/*    opacity: 0;*/
/*    display: block;*/
/*}*/
.index-sceen .zz {
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease; /* 添加过渡动画 */
    bottom: 0;
    left: 0;
}

/* 鼠标移入 container 时，拉开遮罩 */
.index-sceen .item:hover .zz {
    height: 50%;
}

.index-sceen .item h5 {
    color: var(--white);
    opacity: 1;
    position: absolute;
    display: none;
}

.index-sceen .item button {
    position: absolute;
    top: 80%;
    z-index: 999;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    background: var(--theme);
}

.index-sceen .item:hover button {

    transition: all 0.8s ease; /* 添加过渡动画 */
    top: 66%;
}

.index-sceen .item:hover h5 {

    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    transition: all 0.8s ease; /* 添加过渡动画 */
    top: 78%;
    display: inline-block;
}

.footer-area {
    background-color: #000000;
}

.footer-area .con {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-area .con .left .logo {
    padding-right: 30px;
}

.footer-area .con .left li a {

    padding: 0 20px;
    border-right: 1px solid #ffffff;
}

.footer-area .con .left li:last-child a {

    border-right: 0;
}

.footer-area .con .left li a {
    color: #ffffff;
}

.footer-area .con .left .copy {
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 1180px) {
    .con {
        flex-direction: column;
    }

    .footer-area .con .left .logo {
        display: none;
    }

    .footer-area .con .left li a {
        padding: 0 5px;
    }
}

@media (min-width: 751px) {

    .footer-area .con .right {
        width: 12%;
    }
}

/*海外仓开始*/
.breadcrumb-wrapper .page-heading {
    position: relative;
    padding: 242.5px 0;
    text-align: center;
    z-index: 9;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading {
        padding: 140px 0;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading {
        padding: 120px 0;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading {
        padding: 100px 0;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading {
        padding: 80px 0;
    }
}

.breadcrumb-wrapper .page-heading h1 {
    color: var(--white);
    font-size: 3rem;
    position: relative;
    z-index: 9;
    font-weight: 500;
}

.breadcrumb-wrapper .page-heading h3 {
    color: var(--white);
    font-size: 2.25rem;
    position: relative;
    z-index: 9;
    font-weight: 400;
}

.os-usa {
    /*padding: 130px 0;*/
    padding-top: 9rem;
}

.os-usa .con .title h1 {
    font-size: 2.5rem;
    color: var(--text-color);
    font-weight: bold;
    font-family: 'HarmonyOS_Sans_SC_Blod';
}

.os-usa .con .title h3 {
    font-size: 2.25rem;
    color: var(--text-color);
    font-weight: bold;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.os-usa .con .title h3::before {
    content: '';
    border-bottom: 2px solid var(--theme);
    width: 78%;
    display: inline-block;
    position: absolute;
    top: 0px;
}

.os-usa .con .bottom {
    margin-top: 5rem;
}

.os-usa .con .bottom .ul .li {
    padding-bottom: 1rem;
}

.os-usa .con .bottom .ul .li h4 {
    font-size: 2.25rem;
    font-weight: bold;
    color: var(--theme);
}

.os-usa .con .bottom .ul .li .desc {
    font-size: 1.31rem;
    font-weight: 500;
    color: #333333;
}

.os-title .en:after {
    display: none;
}

.os-yw-tabs ul li {
    width: 22%;
}

.os-yw-tabs ul li:after {
    width: 0;
    height: 0;
    border-top: 50px solid skyblue;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
}

.os-yw-tabs .nav-pills .nav-link {
    width: 100%;
    color: #ffffff;
    font-size: 2rem;
    font-weight: Bold;
    background-color: var(--theme);
    border-radius: 30px;
}

.os-yw-tabs .nav-pills .nav-link.active:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 1.25rem solid #00b2e2;
    border-right: 1.25rem solid transparent;
    border-left: 1.25rem solid transparent;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1.2rem;
}





.os-yw-tabs .nav-pills .nav-link:focus, .os-yw-tabs .nav-pills .nav-link:hover {
    background-color: #00b2e2;
    color: #ffffff;
}

.os-yw-tabs .nav-pills .nav-link.active, .os-yw-tabs .nav-pills .show > .nav-link {
    background-color: #00b2e2;
}

.os-ywfw .tab-content .title {
    font-size: 1.5rem;
    color: var(--text-color);
    margin-top: 4.75rem;
}

.os-ywfw .tab-content .desc {
    font-size: 1.31rem;
    color: var(--text-color);
}

.os-clnl .con {
    background-color: rgba(51, 51, 51, .05);
    color: #333333;
    font-size: 1.31rem;
    font-weight: Bold;
}

.os-clnl .con .items {
    padding: 3.5rem;
}

.os-clnl .con .items .counter-number {
    font-size: 2.5rem;
    color: var(--theme);
}

.os-clnl .con .items .left {
    padding-right: 5.5rem;
    border-right: 1px solid var(--theme);
}

.os-clnl .con .items .right {
    padding-left: 5.5rem;
    border-left: 1px solid var(--theme);
}

.os-fgpt .map .title {
    font-size: 2rem;
    color: var(--text-color);
    font-weight: 400;
}

.sp-tab {
    margin-top: 6.5rem;
    margin-bottom: 7.5rem;
}

.sp-tab .nav-pills li:nth-child(2) {
    margin: 0 2.5rem;
}

.sp-tab .nav-pills .nav-link {
    font-size: 2.25rem;
    font-weight: bold;
}

.sp-tab .nav-pills .nav-link {
    border: 1px solid #9d9998;
    font-weight: 500;
    background-color: #fbfbfb;
    font-size: 2.25rem;
    color: var(--text-color);
}
.sp-tab .nav-pills .nav-link:hover{
    font-weight: 700;
}

.sp-tab .nav-pills .nav-link.active, .sp-tab .nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: var(--theme);
    border: 2px solid var(--theme);
}

.sp-title .title {
    font-size: 2.5rem;
    color: var(--theme);
    text-align: center;
}

.sp-title .line {
    margin-top: 3.8rem;
    margin-bottom: 7.1rem;
    position: relative;
}

.sp-title .left {
    width: 50%;
    border: 1px solid #9d9998;
    box-shadow: 0 0 8px 0 rgba(232, 237, 250, .6), 0 2px 4px 0 rgba(232, 237, 250, .5);
}

/*.sp-title .center{*/
/*    width: 2%;*/
/*}*/
.sp-title .right {
    width: 50%;
    border: 1px solid #9d9998;
    box-shadow: 0 0 8px 0 rgba(232, 237, 250, .6), 0 2px 4px 0 rgba(232, 237, 250, .5);
}

.sp-title .line:after {
    content: '';
    position: absolute;
    top: 0px;
    /* left: 50%; */
    /* transform: translateX(50%); */
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #fdfdfd;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
}

.sp-title .line:before {
    content: '';
    position: absolute;
    top: 0px;
    /* left: 50%; */
    /* transform: translateX(50%); */
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #999999;
    z-index: 8;
    left: 0;
    right: 0;
    margin: auto;

}

.sp-con .right {
    padding-left: 4rem;
}

.sp-con .right .title {
    margin-top: 2rem;
    position: relative;
}

.sp-con .right .title:before {
    content: '';
    border: 2px solid var(--theme);
    position: absolute;
    width: 3rem;
    top: -1rem;
}

.sp-con .right .title .cn, .sp-con .right .title .en {
    font-size: 2.5rem;
    color: var(--title-color);
    font-weight: 400;
}

.sp-con .right .desc {
    font-size: 1.31rem;
    color: #999999;
    font-weight: 400;
    margin-top: 2.81rem;
}

.sp-fwys .items {
    margin-left: 3.88rem;
    margin-right: 3.88rem;
}

.sp-fwys .items .item {
    position: relative;
    height: 12.19rem;
}

.sp-fwys .items .item .icon {
    position: absolute;
    z-index: 1;
}

.sp-fwys .items .item .icon img {
    width: 12.19rem;
    max-width: 12.19rem;
    height: 12.19rem;
}

.sp-fwys .items .item .con {
    display: flex;
    justify-content: center;
    flex-direction: column;
    left: 6.56rem;
    padding-left: 10.56rem;
    background-color: rgba(51, 51, 51, .05);
    position: absolute;
    height: 100%;
    border-top-right-radius: 6.56rem;
    border-bottom-right-radius: 6.56rem;
    padding-right: 8.56rem;
}

.sp-fwys .items .item .con .title .cn, .sp-fwys .items .item .con .title .en {
    font-size: 2rem;
    color: var(--title-color);
    font-weight: 400;
}

.sp-fwys .items .item .con .title .cn {
    margin-top: 0.8rem;
}

.sp-fwys .items .item {
    margin-bottom: 7.8rem;
}

.sp-fwys .items .item .icon {

}

.sp-fwys .items .item .con .desc {
    font-size: 1.2rem;
    color: var(--text-color);
    font-weight: 400;
    margin-top: 2rem;
}

@media (max-width: 1200px) {

    .sp-fwys .items .item .icon {
        display: none;
    }

    .sp-fwys .items .item .con {
        border-top-left-radius: 8.56rem;
        border-bottom-left-radius: 8.56rem;
        left: 0;
        padding-left: 8.56rem
    }

    .sp-fwys .items .item .con .title .cn, .sp-fwys .items .item .con .title .en {
        font-size: 20px;
    }

    .sp-fwys .items .item .con .title .cn {
        margin-top: .5rem;
    }

    .sp-fwys .items .item .con .desc {
        margin-top: 1.5rem;
        font-size: 14px;
    }
}

@media (max-width: 750px) {
    .sp-fwys .items {
        margin-right: 0;
        margin-left: 0;
    }

    .sp-fwys .items .item .con {
        padding-right: 4px;
        padding-left: 4px;
        border-radius: 10px !important;
    }

    .sp-fwys .items .item .con .desc {
        margin-top: 6px;
    }

    .sp-fwys .items .item .con .title .cn {
        margin-top: 2px;

    }

    .sp-tab .nav-pills .nav-link {
        font-size: 20px;
    }

    .sp-fwys .items .item {
        margin-bottom: 1.8rem;
    }
}

.sp-ywbk .con h2 {
    font-size: 2rem;
    color: var(--title-color);
    font-weight: 500;
    text-align: center;
}

.sp-ywbk .con .desc {
    font-size: 1.5rem;
    color: var(--text-color);
    font-weight: 400;
    /*text-align: center;*/
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.sp-ywbk .lc .bt {
    margin-bottom: 4.88rem;
}

.sp-ywbk .lc .bt .btn {
    width: 100%;
    background-color: var(--theme);
}

.sp-ywbk .lc .bt .btn:hover {
    background-color: var(--theme);
    opacity: .9;
}

.sp-ywbk .lc .bt .btn .cn {
    font-size: 2.09rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.sp-ywbk .lc .bt .btn .en {
    font-size: 1.34rem;
    font-weight: 400;
    margin-bottom: 0;
}

.sp-ywbk .lc .details {
    background-color: rgba(51, 51, 51, .05);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    border-radius: 10px;
}



.sp-ywbk .lc .details .left ul {
    padding-left: 3.5rem !important;
    /*border-right: 1px solid #9d9998;*/
}

.sp-ywbk .lc .details .left li, .sp-ywbk .lc .details .center li {
    margin-bottom: 2.8rem;
}

.sp-ywbk .lc .details h2 {
    color: var(--theme);
    font-size: 1.63rem;
    font-weight: 700;
}

.sp-ywbk .lc .details h3 {
    color: var(--text-color);
    font-size: 1.63rem;
    font-weight: 500;
}

.sp-ywbk .lc .details .center ul {

    padding-left: 3.5rem !important;
}

.sp-ywbk .lc .details .center {

    border-left: 1px solid #9d9998;
    border-right: 1px solid #9d9998;
}

.sp-ywbk .lc .details .right .top, .sp-ywbk .lc .details .right .bottom {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

@media (max-width: 992px) {
    .sp-ywbk .lc .details .center {
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #9d9998;
        border-top: 1px solid #9d9998;
    }

    .sp-ywbk .lc .bt .btn .cn {
        font-size: 16px;
    }

    .sp-ywbk .lc .bt .btn .en {
        font-size: 14px;
    }
}

.ec-apply{
    padding-bottom: 8rem;
}
.ec-plat {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.ec-plat .item {
    height: 20rem;
}

.ec-plat .item .img {
    height: 6.94rem;
}

.ec-plat .item .link .btn {

    padding-right: 1.6rem;
    padding-left: 1.6rem;
    background-color: var(--theme);
}

.ec-plat .item .link .btn a {
    font-size: 1.17rem;
    font-weight: 500;
    color: #ffffff;
}

.ec-plat .item .link .btn a:hover {
    text-decoration: underline;
}

.ec-plat .item .link .btn:hover {
    background-color: #00b2e2;
}

.ec-detail-con .title {
    padding-top: 10rem;
    padding-bottom: 5rem;
    text-align: center;
}

.ec-detail-con .con {
    font-size: 1.31rem;
    color: var(--text-color);
    padding-bottom: 15px;
    min-height: 50rem;
}

.ec-detail-con .ec-detail-con-btn{
    background: var(--theme);;
}


.ec-apply .t {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--text-color);
    margin-top: 10rem;
    margin-bottom: 5rem;
}

.ec-apply .inp .form-label {
    font-size: 1.31rem;
}

.ec-apply .inp .h {
    font-size: 1.31rem;
    font-weight: 500;
    color: var(--text-color);
}
.ec-apply .inp .h img{
    margin-right: 4px;
}
.ec-apply .inp .h span{
    vertical-align: middle;
}

.pro-cate-con {
    margin-bottom: 6.1rem;
    margin-top: 9.5rem;
}

.pro-cate-con .title {

    font-size: 2.5rem;
    font-weight: 500;
    color: var(--theme);
    margin-bottom: 3.06rem;
}

.pro-cate-con .desc {

    font-size: 1.31rem;
    font-weight: 400;
    color: var(--text-color);
}

.pro-cate-list .zz {
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease;
    bottom: 0;
    left: 0;
}

.pro-cate-list .item {
    cursor: pointer;
}

.pro-cate-list .item:hover .zz {
    height: 50%;
}

.pro-cate-list .item button {
    position: absolute;
    top: 80%;
    z-index: 999;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    background: var(--theme);;
}

.pro-cate-list .item button a {
    font-size: 2rem;
    font-weight: 500;
    color: #ffffff;
    padding: 5px 15px;
}

.pro-cate-list .item:hover button {

    transition: all 0.8s ease; /* æ·»åŠ è¿‡æ¸¡åŠ¨ç”» */
    top: 66%;
}

.pro-cate-list .item:hover h5 {

    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    transition: all 0.8s ease; /* æ·»åŠ è¿‡æ¸¡åŠ¨ç”» */
    top: 82%;
    display: inline-block;
    font-size: 1.31rem;
}

.pro-cate-list .item h5 {
    color: var(--white);
    opacity: 1;
    position: absolute;
    display: none;
}

.pro-list-title {
    margin-top: 8.8rem;
    margin-bottom: 7.8rem;
}

.pro-list-title .title {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--theme);
}

.pro-list-title .desc {
    font-size: 1.31rem;
    font-weight: 400;
    color: var(--text-color);
}

.pro-lists-ty .item {
    position: relative;
}

.pro-lists-ty .item .title {
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    margin: auto;
    color: #ffffff;
    text-align: center;
    font-size: 1.31rem;
    font-weight: 400;
}

.pro-lists-ty .item.active .title {

    bottom: 43%;
    text-align: left;
    padding-left: 2%;
}

.pro-lists-ty .item .plus {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: auto;

}

.pro-lists-ty .item.active .plus {
    display: none;
}

.pro-lists-ty .item .desc {
    height: 0;
    overflow: hidden;
    transition: all 0.6s ease;
}

.pro-lists-ty .item .sub {
    display: none;
}

.pro-lists-ty .item.active .sub {
    display: block;
    position: absolute;
    bottom: 43%;
    right: 2%;
}

.pro-lists-ty .zz {
    position: absolute;
    width: 100%;
    height: 17%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease;
    bottom: 0;
    left: 0;
}

.pro-lists-ty .item.active .zz {
    height: 50%;
}

.pro-lists-ty .item.active .desc {
    display: block;
    position: absolute;
    bottom: 2%;
    z-index: 2;
    color: #fff;
    text-align: center;
    width: 100%;
    height: auto;
    transition: all 0.6s ease;
    overflow: hidden;
}

.fenye {
    margin-bottom: 5.3rem;
}

.my-page {
    display: flex;
    justify-content: center;
}

.my-page ul {
}

.my-page ul li a {

    color: var(--text-color);
}

.my-page ul li {
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    color: var(--text-color);
    margin-right: .5rem;
    margin-left: .5rem;
    /*padding: .3rem;*/
}

.my-page ul li.active {
    background-color: var(--theme);
    color: #ffffff;
    border-radius: 50%;
}

/*关于我们开始*/
.about-intro {
    margin-bottom: 8.44rem;
    margin-top: 9.94rem;
    background-color: var(--card-bg-color);
    border-radius: 2rem;

}

.about-intro .intro-con .left {
    padding-left: 4.1rem;
}

.about-intro .intro-con .right {
    padding-right: 4.1rem;
}

.about-intro .intro-con .left .zz {
    font-weight: bold;
    font-size: 4.5rem;
    color: #F0F0F0;
}

.about-intro .intro-con .left .title {
    font-weight: bold;
    font-size: 2rem;
    color: var(--theme);
    position: relative;
    margin-top: 7.38rem;
    margin-bottom: 2.69rem;
    z-index: 10;
}

.about-intro .intro-con .left .art {
    font-weight: 400;
    font-size: 1.13rem;
    color: #2F2725;
    line-height: 1.8rem;
}

.about-intro .intro-con .left .art p {
    text-indent: 2em; /* 2em 大约等同于两个中文字符宽 */
}

.about-intro .intro-con .left .title::after {
    content: 'ABOUT US';
    position: absolute;
    font-weight: bold;
    font-size: 4.5rem;
    color: #F0F0F0;
    top: -1.5rem;
    z-index: -3;
    LEFT: 0;
}

.about-intro .intro-con .left {
    padding-right: 2rem;
}

.about-intro .intro-con .right {
    padding-left: 2rem;
}

.about-intro .intro-con .right .img {
    margin-top: 4.2rem;

}

.about-intro .tj {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
}

.about-intro .tj .r .counter-number, .about-intro .tj .r .i {
    font-size: 2.81rem;
    font-weight: 700;
    color: var(--text-color);

}

.about-fzlc {
    margin-top: 6.88rem;
    margin-bottom: 11.25rem;
}

.about-fzlc .t {
    border-bottom: 2px solid var(--theme);
    position: relative;
}

.about-fzlc .t::after {
    content: "";
    position: absolute;
    /* background-color: red; */
    /*font-size: 2rem;*/
    bottom: -.5rem;
    right: -3px;
    width: 0;
    height: 0;
    border-bottom: .5rem solid transparent;
    border-top: .5rem solid transparent;
    border-left: 1rem solid var(--theme);
}

.about-fzlc .item {
    border-left: 2px solid var(--theme);
    position: relative;
}

.about-fzlc .b .item {
    display: flex;
    align-items: center;
}

.about-fzlc .item::before {
    content: '';
    position: absolute;
    background-color: var(--theme);
    left: -.5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.about-fzlc .b .item::before {
    top: -.5rem;
}

.about-fzlc .t .item::before {
    bottom: -.5rem;
}

.about-fzlc .item .c {
    padding-top: 4rem;
    margin-bottom: 4rem;
}

.about-fzlc .item .title {
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 1.88rem;
    color: #ffffff;
    border-radius: 50%;
    background-color: var(--theme);
    width: 4.5rem;
    height: 4.5rem;
    text-align: center;
    line-height: 4.5rem;
    font-weight: 500;
    left: -2.25rem;
}

.about-fzlc .t .item .title {
    top: -2.25rem;
}

.about-fzlc .b .item .title {
    bottom: -2.25rem;
}

.about-fzlc .item .time {
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 1.63rem;
    color: var(--text-color);
    /* border-radius: 50%; */
    /* background-color: var(--theme); */
    width: 4.5rem;
    /* height: 4.5rem; */
    text-align: center;
    line-height: 4.5rem;
    font-weight: 500;
    left: -2.25rem;
}

.about-fzlc .t .item .time {
    top: -6rem;
}

.about-fzlc .b .item .time {
    bottom: -6rem;
}

.about-fzlc .item .c {
    font-weight: 400;
    font-size: 1.13rem;
    color: var(--text-color);
}

/*手机端开始*/
.about-m-fzlc {
    margin-left: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.about-m-fzlc .t {
    border-left: 2px solid var(--theme);
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
}

.about-m-fzlc .t::after {
    content: "";
    position: absolute;
    /* background-color: red; */
    /* font-size: 2rem; */
    bottom: -.5rem;
    left: -6px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 10px solid var(--theme);
}

.about-m-fzlc .item {
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
}

.about-m-fzlc .item .title {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme);
}

.about-m-fzlc .item .c {
   font-size: 14px;
    color: var(--text-color);
}

.about-m-fzlc .item .time {
    position: absolute;
    top: 0;
    left: -35px;
    width: 34px;
    height: 36px;
    color: #ffffff;
    background: var(--theme);
    line-height: 32px;
    border-radius: 50%;
    padding: 3px;
    text-align: center;
}
@media (max-width: 750px) {
    .about-fzlc{
        display: none;
    }
}
@media (min-width: 751px) {
    .about-m-fzlc{
        display: none;
    }
}
#about-certify{
    margin-bottom: 5rem;
}
#about-certify .swiper-slide {

    transition: 300ms;
    transform: scale(0.8);
}
#about-certify .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}

/*#about-patent .overlap-patent-image{*/
/*    position: absolute;*/
/*    left: -50%;*/
/*}*/


#about-patent .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

#about-patent .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}


.about-copy h3 {
    font-size: 2rem;
    font-weight: 700;
}
.about-copy .d {
    padding: 1.13em 1rem 0 1rem;
    font-size: 1.31rem;
}

.about-copy .i {
    width: 20rem;
    display: block;
    margin: 0 auto;
}

.about-honor{
    margin-left: 11rem;
    margin-right: 11rem;

}
.about-culture{
    margin-bottom: 3rem;
}
.about-culture .right{
    height: 100%;
    background-color: #f9f9f9;
    padding-left: 2rem;
}
.about-culture ul{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.about-culture ul h4{
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 1rem;
}
.about-culture ul p{
    font-size: 1.31rem;
    font-weight: 400;
}

.about-culture .about-copy-c{
    padding: 0 1rem 2rem 1rem
}


/*人才政策开始*/
.about-talent{
    margin-bottom: 10rem;
}
.about-talent .t{
    padding: 6rem 0;
}
.about-talent .t h3{
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 3rem;
}
.about-talent .t p{
    font-size: 1.31rem;
    font-weight: 400;
}
.about-talent .b .left{
    background-color: #f9f9f9;
}
.about-talent .b .left .card-items{
    margin: 2.6rem 3.56rem 0;
    line-height: 1.8rem;
}
.about-talent .b .left .card-items li{
    position: relative;
}
.about-talent .b .left h4{
    font-size: 2rem;
    font-weight: bold;
    color: var(--theme);
    position: relative;
    margin-bottom: 1.38rem;
}
.about-talent .b .left p{
    font-size:1.13rem;
    font-weight: 400;
}
.about-talent .b .left h4::before{
    content: '';
    width: .5rem;
    height: .5rem;
    display: inline-block;
    background-color: var(--theme);
    position: absolute;
    left: -.8rem;
    top: 50%;
    bottom: 50%;
    margin: auto;
}
.wf-position .contack-btn{
    background: var(--theme);
    border-radius: 1.5rem;
    --bs-btn-padding-x: 1.75rem;
}
.contact-tel-box{
    margin-bottom: 7rem;
}
.contact-tel-box .contact-tel{
    color: var(--title-color);;
    text-align: center;
}

.contact-tel-box .contact-tel .contact-tel-text{
    font-size: 1.4rem;
    vertical-align: middle;
    font-weight: 700;
    margin-left: 4px;
    margin-right: 4px;
}
.contact-tel-box .contact-tel .contact-tel-phone{
    font-size: 2.2rem;
    vertical-align: middle;
    font-weight: 700;
}

/*关于我们结束*/
/*公司战略开始*/
.strategy .card-items{
    background-color: var(--card-bg-color);
    padding: 4rem;
}
.strategy .card-items .left .icon{
    width: 8rem;
}
.strategy .card-items .left{
    padding-right: 4rem;
}
.strategy .card-items .r h4{
    padding-right: 4rem;
    font-size: 2rem;
    font-weight: 500;
}
.strategy .card-items .r .desc{
    font-size: 1.31rem;
    font-weight: 400;
}




/*公司战略结束*/
/*联系我们开始*/
.wf-position{
    padding-top: 9rem;
    padding-bottom: 9rem;
}
.wf-position .title{
    margin-top: 2rem;
}
.wf-position .title h5{
    font-size: 1.31rem;
    font-weight: 400;
}
.sz-position{

    padding-top: 0rem;
}
.mg-position{

    padding-top: 0rem;
}
/*联系我们结束*/
/*新闻动态开始*/
.news-cate{
    padding-top: 8rem;
    padding-bottom: 2rem;
}
.news-cate .cate{
    font-size: 1.5rem;
    font-weight: 400;
}
.news-cate .active{
    background-color: var(--theme);
    color: #FFFFFF;
    border-radius: .4rem;position: relative;
    padding: .3rem .5rem;
}
.news-cate .active::after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 1rem solid var(--theme);
    border-right: 1rem solid transparent;
    border-left: 1rem solid transparent;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1rem;
}
.news-list .top .icon{
    height: 23.25rem;
}
.news-list .top .icon img{
    height: 100%;
    width: 100%;
}
.news-list .content .title{
    font-size: 1.8rem;
    font-weight: 400;display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 3rem;
}

.news-list .card-items{
    padding:  1rem;

}
.news-list .content .time{
    font-size: 0.8rem;
    color: #999999;
}
.news-list .card-items:hover{
    background:var(--theme);
}
.news-list .card-items:hover .title{
    color: var(--white);
}

.news-list .card-items:hover .time{
    color: var(--white);
}



/*新闻动态结束*/
/*网站地图 开始*/
.ditu-l{
    margin-top: 10rem;
    margin-bottom: 10rem;
}
.ditu-l li{
    margin-bottom: 5rem;
}
.ditu-l li .list{
    margin-top: 2.5rem;
}
.ditu-l .first {
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
}

.ditu-l .first::before {
    content: '';
    width: 3rem;
    border-top: .2rem solid;
    display: block;
    color: var(--theme);
    position: absolute;
    top:-0.5rem
}
.ditu-l .second{
    margin-right: 3rem;
}

.ditu-l .second a {
    font-weight: 400;
    font-size: 1.3rem;
    color: #2F2725;
}
.ditu-l .first a{
    color: #2F2725;
}
/*网站地图 结束*/
/*新闻资讯开始*/
.news-con .title{
    margin-top: 10rem;
    margin-bottom: 6rem;
    text-align: center;
    font-weight: 500;
    font-size: 2.5rem;
}
.news-con .time{
    font-size: 0.8rem;
    color: #999999;
    margin-bottom: 3.5rem;
}
.news-con .time span{
    vertical-align: middle;
    margin-left: 4px;
}
.news-con .con{
    min-height: 300px;
    border-bottom: 1px solid var(--card-bg-color);
}
.news-con .jump {
    font-weight: 400;
    font-size: 1.31rem;
    margin-bottom: 3.5rem;
    border-top: 1px solid #999;
    padding-top: 3.5rem;
}
.news-con .jump{
    position: relative;
}
.news-con .jump .l{

    position: relative;
    margin-left: 10px;
    cursor: pointer;
}
.news-con .jump .l::before{
    content: "\f104";
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    display: inline-block;
    left: -5px;
    color: var(--theme);
}

.news-con .jump .r{
    text-align: right;
    position: relative;
    cursor: pointer;
}
.news-con .jump .r::after{
    content: "\f105";
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    display: inline-block;
    right: -5px;
    color: var(--theme);
}

/*新闻资讯结束*/


/**
生态合作
 */
button .join_in_btn{
    color:#FFFFFF;
}
.ec-plat .ecology-more-icon{
    display: block;
    margin-bottom: 4px;
}
.ec-plat .ecology-more a{
    color: #888888;
}
.ec-apply .apply_btn{
  background: var(--theme);
}
.ec-apply .text-primary{
    color:var(--theme)!important;;
}

/*自营产品*/
.product_container{
    padding-bottom: 10.8rem;
}

/*海外仓*/
.overseas-plat li .overseas-plat-icon{
    width: 9.8rem;

}
.overseas-plat li .overseas-plat-icon-f{
    width: 9rem;
}


/**
客户支持
 */
.support-content-ywbk{
    padding-bottom: 8rem;
}
.qjbt .support-plat-icon{
    width: 8rem;
}
.qjbt .support-plat-icon-f,.support-plat-g-icon{
    width: 6rem;
}



@media (max-width: 966px) {
    .os-yw-tabs .nav-pills .nav-link {

        font-size: 1.45rem;
    }
    .os-yw-tabs ul li {
        width: 24%;
    }
    .qjbt .col-3{
        width: 32%;
    }
    .qjbt .col-6{
        width: 36%;
    }

    .pro-list-title{
        margin-top: 3.8rem;
        margin-bottom: 4.8rem;
    }
    .product_container{
        padding-bottom: 3.8rem;
    }

}


@media (max-width: 750px) {
    .os-yw-tabs .nav-pills .nav-link {

        font-size: 12px;
    }
    .os-yw-tabs ul li {
        width: 24%;
    }
    .nav-link{
        padding-left: 0;!important;
        padding-right: 0;!important;
    }

    .os-yw-tabs .nav-pills .nav-link.active:after {

        border-top: .8rem solid #00b2e2;
        border-right:.8rem solid transparent;
        border-left: .8rem solid transparent;
        bottom: -.8rem;
    }
    .pro-list-title{
        margin-top: 3.8rem;
        margin-bottom: 4.8rem;
    }
    .product_container{
        padding-bottom: 3.8rem;
    }

}




