a,
a:hover {
    text-decoration: none !important;
}

    a:hover {
        color: #00a0e9 !important;
    }

.top-navbar-item a {
    color: #fff !important;
}

.end-0 {
    right: 0 !important;
}

.fa,
.fas {
    font-weight: 900;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.globalworld {
    position: relative;
    margin-top: 100px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 50px;
    /* background-color: #e8f8ff; */
}

    .globalworld .picture {
        font-size: 0;
        display: block;
    }

    .globalworld .imgBg {
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        opacity: 0;
    }

    .globalworld .map-container {
        position: relative;
    }

    .globalworld .marker {
        position: absolute;
        width: 10px;
        height: 10px;
        cursor: pointer;
        overflow: visible;
    }

    .globalworld .blinking-part {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: red;
        animation: blink 3s infinite;
    }

    .globalworld .tooltip {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 10px 15px;
        /* 调整内边距以使气泡更宽 */
        border-radius: 4px;
        width: 150px;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        opacity: 1;
        display: none;
    }

        .globalworld .tooltip h4 {
            margin: 0 0 5px;
            /* 调整下边距以创建间距 */
            color: yellow;
            font-size: 14px;
        }

        .globalworld .tooltip p {
            margin: 0;
            font-size: 12px;
        }

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.globalworld .red-marker .blinking-part {
    border-radius: 0%;
    background-color: red;
}

.globalworld .blue-marker .blinking-part {
    background-color: blue;
}

.globalworld .green-marker .blinking-part {
    background-color: green;
    transform: rotate(45deg);
    border-radius: 0%;
}

.globalworld .media .thumb img {
    width: 98px;
    height: 80px;
}

.tag {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    /* padding: 0 12px; */
}

    .tag:active,
    .tag:focus,
    .tag:hover {
        color: #fff;
    }

    .tag.top-right {
        left: auto !important;
        right: 20px;
    }

.meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    color: #767575;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .meta .date {
        margin-right: 17px;
    }

        .meta .date i {
            margin-right: 10px;
        }

    .meta .comment {
        margin-left: 22px;
    }

.section-title {
    position: relative;
    padding-bottom: 39px;
    z-index: 0;
}

    .section-title .title {
        margin-bottom: 0;
        display: inline-block;
        font-size: 2vw;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: -0.1px;
        color: #111;
        font-family: var(--paragraph-color);
        position: relative;
    }

    .section-title .subtitle {
        margin-top: -10px;
        line-height: 24px;
        letter-spacing: -0.1px;
        font-family: var(--paragraph-color);
        position: relative;
        margin-bottom: 20px;
        padding-left: 16px;
    }

    .section-title .title.left-line {
        font-size: 2.2vw;
        font-weight: 700;
        color: #242728;
        padding-left: 15px;
        margin-bottom: 35px;
    }

        .section-title .title.left-line:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            background: #009ce1;
            height: 100%;
            width: 4px;
        }

.mg-bottom-40 {
    margin-bottom: 40px !important;
}

.media-post-wrap {
    margin-bottom: 29px;
}

    .media-post-wrap .thumb {
        position: relative;
        border-radius: 5px 5px 0 0;
        max-height: 260px; 
    }

        .media-post-wrap .thumb img {
            width: 100%; 
            object-fit: cover;
            border-radius: 5px 5px 0 0;
        }

    .media-post-wrap .media-body h2 {
        font-family: "Lora", Sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: -0.01px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

.media-post-wrap-3 {
    position: relative;
    margin-bottom: 20px;
}

    .media-post-wrap-3.media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .media-post-wrap-3 .thumb {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

        .media-post-wrap-3 .thumb img {
            border-radius: 3px;
        }

    .media-post-wrap-3 .media-body {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin: 0 0 0 15px;
    }

        .media-post-wrap-3 .media-body .meta {
            margin-bottom: 4px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .media-post-wrap-3 .media-body .meta .tag {
                font-family: "Roboto", Sans-serif;
                font-weight: 500;
                color: #111;
                padding: 0;
                line-height: initial;
                height: auto;
                margin-right: 15px;
            }

            .media-post-wrap-3 .media-body .meta .date {
                line-height: initial;
                font-family: "Roboto", Sans-serif;
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
                letter-spacing: -0.01px;
            }

                .media-post-wrap-3 .media-body .meta .date i {
                    margin-right: 6px;
                }

        .media-post-wrap-3 .media-body h6 {
            font-family: "Lora", Sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: -0.06px;
            margin-bottom: 15px;
        }

            .media-post-wrap-3 .media-body h6:hover {
                color: #ff1d5b;
            }

.single-list-inner li::marker {
    color: #ff3a3a;
}

.titleh2 {
    color: #2f3035;
}

    .titleh2 a {
        color: #2f3035;
    }

section.mr-globalworld {
    padding: 0px 0px;
}

.mr-home-about {
    margin-top: 80px;
    margin-bottom: 50px;
}

.media-body {
    background-color: #fff;
    box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    border-radius: 0 0 5px 5px;
    height: 200px;
}

    .media-body .fixed-bottom-btn {
        position: absolute; /* 相对于最近的相对定位父元素定位 */
        bottom: 20px; /* 距离底部的距离 */
    }

.read_bt {
    display: inline-block;
    margin-top: 10px;
    padding: 0 24px;
    line-height: 40px;
    border-radius: 0px;
    border: 1px solid #c6c6c6;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
    background: #fff;
    transition: 0.2s linear;
}

    .read_bt:hover {
        background-color: #009ce1;
        color: #fff;
        border-color: transparent;
    }

.next_bt {
    display: inline-block;
    margin-top: 10px;
    width: 40px; /* 设置宽度和高度相同以形成圆形 */
    height: 40px;
    border-radius: 50%; /* 使按钮圆形 */
    border: 1px solid #c6c6c6;
    text-align: center;
    line-height: 40px; /* 确保文本垂直居中 */
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
    background: #fff;
    transition: 0.2s linear;
}

    .next_bt:hover {
        background-color: #009ce1;
        color: #fff;
        border-color: transparent;
    }

.active_read_bt {
    background-color: #009ce1;
    color: #fff;
    border-color: transparent;
}

.cat {
    position: absolute;
    left: 30px;
    top: 30px;
    background: #009ce1;
    color: #fff;
    z-index: 1;
    padding: 0 10px;
    border-radius: 4px;
}

.fun-fact-section {
    padding: 40px 0;
    filter: drop-shadow(0 0 27px rgba(41, 163, 234, 0.11));
    background-size: cover;
}

    .fun-fact-section .fact-counter {
        padding: 70px 0 20px;
        background-color: #fcfcfc3c;
        background-image: url(../images/icons/pattern-2.png);
        background-repeat: no-repeat;
        border: 1px solid #f5f5f6;
        background-size: cover;
        background-position: top;
        -webkit-box-shadow: 0 0 105px rgba(0, 0, 0, 0.14);
        box-shadow: 0 0 105px rgba(0, 0, 0, 0.14);
        z-index: 4;
    }

        .fun-fact-section .fact-counter.pt-less {
            padding-top: 40px;
        }

    .fun-fact-section.alternate .fact-counter {
        padding: 100px 0 30px;
        border-bottom: 1px solid #e1e1e1;
    }

    .fun-fact-section.style-two .counter-block .icon {
        color: var(--theme-color6);
    }

.counter-block {
    position: relative;
    margin-bottom: 30px;
}

    .counter-block .inner {
        position: relative;
        padding: 0 18px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

@media (max-width: 1199.98px) {
    .counter-block .inner {
        padding: 0 30px;
    }
}

.counter-block .inner:hover .icon {
    -webkit-transform: rotate(180deg) scale(-1);
    transform: rotate(180deg) scale(-1);
}

.counter-block .content {
    padding-left: 75px;
    position: relative;
}

@media (max-width: 767.98px) {
    .counter-block .content {
        padding-left: 0;
        text-align: center;
    }
}

.counter-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #009ce1;
    font-size: 64px;
    width: 64px;
    height: 64px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .counter-block .icon {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 20px;
    }
}

.counter-block .count-box {
    font-size: 60px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #999999;
    margin-bottom: 10px;
}

    .counter-block .count-box .count-text {
        font-size: 60px;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #555;
        font-weight: 700;
        line-height: 1em;
    }

.counter-block .counter-title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 0;
}

.counter-block-two {
    position: relative;
    margin-bottom: 50px;
}

    .counter-block-two .inner {
        position: relative;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .counter-block-two .inner:hover .icon {
            -webkit-transform: rotate(180deg) scale(-1);
            transform: rotate(180deg) scale(-1);
        }

    .counter-block-two .content {
        padding-left: 75px;
        position: relative;
    }

@media (max-width: 767.98px) {
    .counter-block-two .content {
        padding-left: 0;
        text-align: center;
    }
}

.counter-block-two .icon {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--gradient-1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 58px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .counter-block-two .icon {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 20px;
    }
}

.counter-block-two .count-box {
    font-size: 48px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0d0f10;
    font-family: var(--title-font);
    margin-bottom: 5px;
}

    .counter-block-two .count-box .count-text {
        font-size: 48px;
        font-family: var(--title-font);
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #0d0f10;
        font-weight: 700;
        line-height: 1em;
    }

.counter-block-two .counter-title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin-bottom: 0;
}

.image-transition {
    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.about-experience-card {
    border-radius: 12px;
    border: 0 solid #979797;
    background: #fff;
    display: inline-block;
    box-shadow: 0 4px 71px 0 rgba(0, 0, 0, 0.09);
    padding: 24px;
    width: 280px;
    height: 164px;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

    .about-experience-card h4 {
        font-size: 90px;
        color: var(--primary-color);
        margin: 0;
        line-height: 93px;
    }

        .about-experience-card h4 span {
            font-size: 26px;
            color: var(--title-color);
            font-weight: 600;
        }

    .about-experience-card p {
        color: #4d5461;
        line-height: normal;
        letter-spacing: 11.76px;
        font-size: 24px;
        margin: 0;
        margin-top: -24px;
    }

.right_link {
    position: fixed;
    right: 5%;
    bottom: 10%;
    z-index: 999;
}

    .right_link .top {
        position: absolute;
        right: 0;
    }

    .right_link .link {
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.2s;
    }

        .right_link .link a {
            color: #fff;
            text-decoration: none;
        }

            .right_link .link a:hover {
                color: #fff !important;
                text-decoration: none;
            }

        .right_link .link i {
            font-size: 22px;
        }

        .right_link .link::after hover {
            transform: scale(1.1);
            color: #fff;
            background: rgba(0, 0, 0, 0.6);
            cursor: pointer;
        }


    .right_link .contact {
        margin-top: 60px;
        position: relative;
        transition: 0.3s;
    }

        .right_link .contact span {
            font-size: 14px;
            opacity: 0;
            white-space: nowrap;
        }

        .right_link .contact i {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .right_link .contact:hover {
            width: 120px;
            border-radius: 30px;
            background: #009ce1;
        }

            .right_link .contact:hover i {
                opacity: 0;
            }

            .right_link .contact:hover span {
                opacity: 1;
            }

.mr-home-products {
    padding-top: 8vw; 
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background-color: #f3fbff;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products {
        padding-top: 12vw;
        padding-bottom: 12vw;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.mr-home-products .ani-overflow-word {
    opacity: 1;
    -webkit-transform: translateY(125%);
    transform: translateY(125%);
    -webkit-transition: -webkit-transform 0.5s ease-out 0s;
    transition: -webkit-transform 0.5s ease-out 0s;
    transition: transform 0.5s ease-out 0s;
    transition: transform 0.5s ease-out 0s, -webkit-transform 0.5s ease-out 0s;
    will-change: transform;
}

.mr-home-products .mr-home-products-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.375vw;
    flex: 0 0 29.375vw;
    max-width: 29.375vw;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products .mr-home-products-left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.mr-home-products .mr-home-products-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 29.375vw);
    flex: 0 0 calc(100% - 29.375vw);
    overflow: hidden;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .mr-home-products .mr-home-products-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 69.6875vw;
        flex: 0 0 69.6875vw;
        max-width: 69.6875vw;
    }
}

@supports (-ms-ime-align: auto) {
    .mr-home-products .mr-home-products-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 69.6875vw;
        flex: 0 0 69.6875vw;
        max-width: 69.6875vw;
    }
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products .mr-home-products-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
}

.mr-home-products .mr-home-products-summary {
    padding: 0 5.20833vw 0 9.53125vw;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products .mr-home-products-summary {
        padding: 0 5.33333vw 9.33333vw;
    }
}

.mr-home-products .mr-home-products-summary .home-products-title {
    position: relative;
    margin-bottom: 0;
    padding-top: 1.30208vw;
    font-size: 2.91667vw;
    font-weight: 700;
    color: #242728;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products .mr-home-products-summary .home-products-title {
        padding-top: 6.66667vw;
        font-size: 9.6vw;
    }
}

.mr-home-products .mr-home-products-summary .home-products-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0.52083vw;
    background-color: #9b0000;
    -webkit-transition: width 0.5s ease-out 0.8s;
    transition: width 0.5s ease-out 0.8s;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products .mr-home-products-summary .home-products-title:before {
        height: 2.66667vw;
    }
}

.mr-home-products .mr-home-products-summary .home-products-desc {
    margin-top: 1.5625vw;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products .mr-home-products-summary .home-products-desc {
        margin-top: 8vw;
    }
}

.mr-home-products .mr-home-products-summary .home-products-btn {
    margin-top: 2.34375vw;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products .mr-home-products-summary .home-products-btn {
        margin-top: 4vw;
    }
}

.mr-home-products .mr-home-products-summary.active .home-products-title:before {
    width: 3.85417vw;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products
    .mr-home-products-summary.active
    .home-products-title:before {
        width: 19.73333vw;
    }
}

.mr-home-products .mr-home-products-summary.active .ani-overflow-word {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mr-home-products .mr-home-products-swiper {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: -webkit-transform 0.5s ease-out 0.2s;
    transition: -webkit-transform 0.5s ease-out 0.2s;
    transition: transform 0.5s ease-out 0.2s;
    transition: transform 0.5s ease-out 0.2s, -webkit-transform 0.5s ease-out 0.2s;
    width: 100%;
    overflow: visible;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products .mr-home-products-swiper {
        padding: 0 5.33333vw;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.mr-home-products .mr-home-products-swiper.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products .mr-home-products-swiper .swiper-wrapper {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.mr-home-products .mr-home-products-swiper .swiper-slide-next {
    opacity: 0.5;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products .mr-home-products-swiper .swiper-slide {
        width: 100%;
    }
}

.mr-home-products .mr-home-products-swiper .products-swiper-block {
    width: 60.3125vw;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products .mr-home-products-swiper .products-swiper-block {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.mr-home-products .mr-home-products-swiper .products-swiper-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 39.6875vw;
    flex: 0 0 39.6875vw;
    max-width: 39.6875vw;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products .mr-home-products-swiper .products-swiper-left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.mr-home-products .mr-home-products-swiper .products-swiper-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 39.6875vw);
    flex: 0 0 calc(100% - 39.6875vw);
    max-width: -webkit-calc(100% - 39.6875vw);
    max-width: calc(100% - 30vw);
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .mr-home-products .mr-home-products-swiper .products-swiper-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20.41667vw;
        flex: 0 0 20.41667vw;
        max-width: 20.41667vw;
    }
}

@supports (-ms-ime-align: auto) {
    .mr-home-products .mr-home-products-swiper .products-swiper-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20.41667vw;
        flex: 0 0 20.41667vw;
        max-width: 20.41667vw;
    }
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products .mr-home-products-swiper .products-swiper-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.mr-home-products .mr-home-products-swiper .products-swiper-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products .mr-home-products-swiper .products-swiper-item {
        padding: 4vw 0;
    }
}

.mr-home-products
.mr-home-products-swiper
.products-swiper-item
.swiper-item-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.94792vw;
    flex: 0 0 29.94792vw;
    max-width: 29.94792vw;
    overflow: hidden;
    height: 20.3125vw;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products
    .mr-home-products-swiper
    .products-swiper-item
    .swiper-item-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
    }
}

.mr-home-products
.mr-home-products-swiper
.products-swiper-item
.swiper-item-img
img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    will-change: transform;
    min-height: 390px;
}

.mr-home-products
.mr-home-products-swiper
.products-swiper-item
.products-item-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 29.94792vw);
    flex: 0 0 calc(100% - 29.94792vw);
    max-width: -webkit-calc(100% - 29.94792vw);
    max-width: calc(100% - 29.94792vw);
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products
    .mr-home-products-swiper
    .products-swiper-item
    .products-item-text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.mr-home-products
.mr-home-products-swiper
.products-swiper-item
.products-item-summary {
    position: relative;
    background-color: #fafafa;
    height: 100%;
    padding: 1.5625vw 0.78125vw;
    overflow: hidden;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products
    .mr-home-products-swiper
    .products-swiper-item
    .products-item-summary {
        width: 100%;
        padding: 4vw 5.33333vw;
    }
}

.mr-home-products
.mr-home-products-swiper
.products-swiper-item
.products-item-summary:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #009ce1;
    -webkit-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
    opacity: 0;
}

.mr-home-products
.mr-home-products-swiper
.products-swiper-item
.products-item-summary
.products-summary-title {
    color: #242728;
    margin-bottom: 1.04167vw;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products
    .mr-home-products-swiper
    .products-swiper-item
    .products-item-summary
    .products-summary-title {
        margin-bottom: 2.66667vw;
    }
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products
    .mr-home-products-swiper
    .products-swiper-item
    .products-item-summary
    .products-summary-desc {
        font-size: 4.26667vw;
    }
}

.mr-home-products
.mr-home-products-swiper
.products-swiper-item:hover
.swiper-item-img
img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.mr-home-products
.mr-home-products-swiper
.products-swiper-item:hover
.products-item-summary:after {
    left: 0;
    opacity: 1;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products
    .mr-home-products-swiper
    .products-swiper-item:hover
    .products-item-summary:after {
        display: none;
    }
}

.mr-home-products
.mr-home-products-swiper
.products-swiper-item:hover
.products-item-summary
.products-summary-desc,
.mr-home-products
.mr-home-products-swiper
.products-swiper-item:hover
.products-item-summary
.products-summary-title {
    position: relative;
    z-index: 3;
    color: #fff;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products
    .mr-home-products-swiper
    .products-swiper-item:hover
    .products-item-summary
    .products-summary-desc,
    .mr-home-products
    .mr-home-products-swiper
    .products-swiper-item:hover
    .products-item-summary
    .products-summary-title {
        color: #c4161c;
    }
}

.mr-home-products
.mr-home-products-swiper
.products-swiper-right
.products-swiper-item
.products-item-text,
.mr-home-products
.mr-home-products-swiper
.products-swiper-right
.products-swiper-item
.swiper-item-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.mr-home-products
.mr-home-products-swiper
.products-swiper-right
.products-swiper-item
.products-item-summary {
    height: 100%;
    padding: 1.5625vw 1.5625vw 2.86458vw;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products
    .mr-home-products-swiper
    .products-swiper-right
    .products-swiper-item
    .products-item-summary {
        padding: 4vw 5.33333vw;
    }
}

.mr-home-products .mr-home-products-swiper .products-swiper-button-next,
.mr-home-products .mr-home-products-swiper .products-swiper-button-prev {
    left: auto;
    right: 0;
}

    .mr-home-products .mr-home-products-swiper .products-swiper-button-next:after,
    .mr-home-products .mr-home-products-swiper .products-swiper-button-prev:after {
        display: none;
    }

    .mr-home-products
    .mr-home-products-swiper
    .products-swiper-button-next.swiper-button-disabled,
    .mr-home-products
    .mr-home-products-swiper
    .products-swiper-button-prev.swiper-button-disabled {
        opacity: 0;
        cursor: auto;
        pointer-events: none;
    }

@media screen and (max-aspect-ratio: 1/1) and (max-width: 1200px), screen and (max-width: 639px) {
    .mr-home-products .mr-home-products-swiper .products-swiper-button-next,
    .mr-home-products .mr-home-products-swiper .products-swiper-button-prev {
        display: none;
    }
}

.image-text {
    position: absolute;
    left: 10px; /* 从图片左侧定位文本 */
    color: white; /* 文本颜色 */
    background-color: rgba(0, 0, 0, 0.5); /* 添加背景使文本更易读 */
    padding: 5px; /* 文本周围的空间 */
}

.top-left {
    top: 10px; /* 从图片顶部定位文本 */
    min-width: 210px;
}

.bottom-left {
    bottom: 10px; /* 从图片底部定位文本 */
    min-width: 210px;
}

.image-text.top-left ul,
.image-text.bottom-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
}

    .image-text.top-left ul li,
    .image-text.bottom-left ul li {
        margin-bottom: 5px;
    }

        .image-text.top-left ul li:last-child,
        .image-text.bottom-left ul li:last-child {
            margin-bottom: 0;
        }

.homenews {
    position: relative; 
    margin-bottom: 80px;
    background-color: #fff;
}


.swiperproduct {
    padding-left: 10vw;
}