

/* 主横幅区域 */
.hero-section {
    position: relative;
    height: 1080px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/static/gw/assets/images/bg-home.png') center/cover;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.hero-title {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* 承诺部分 */
.commitment-section {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    padding: 80px 0;
    text-align: center;
    color: white;
    position: relative;
}

.commitment-separator {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.8;
}

.commitment-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.commitment-subtitle {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.stats-container {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 3rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.8;
}
/* 数据面板部分-start */
.data-section {
    width: 100%;
    position: relative;
    overflow: hidden;

    .data-image {
        width: 100%;
    }

    .data-background {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;

        .data-header {
            position: absolute;
            top: 159px;
            left: 135px;

            .data-header-zh {
                font-weight: bold;
                font-size: 74px;
                color: #FFFFFF;
                letter-spacing: 2px;
                font-style: normal;
                text-transform: none;
            }
            .data-header-en {
                font-weight: 300;
                font-size: 30px;
                letter-spacing: 2px;
                color: #FFFFFF;
                text-align: left;
                font-style: normal;
                text-transform: none;
            }
        }

        .data-content {
            position: absolute;
            left: 135px;
            bottom: 15%;
            width: 65%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            /*gap: 1rem;*/

            .data-item-content {
                color: #FFFFFF;
                text-align: justify;

                .data-item-title {
                    color: #FFFFFF;
                    font-size: 36px;
                    font-weight: 400;

                    span {
                        font-weight: bold;
                        font-size: 110px;
                        color: #FFFFFF;
                        text-align: left;
                        font-style: normal;
                        text-transform: none;
                    }
                }

                .data-item-description {
                    font-weight: 400;
                    font-size: 22px;
                    color: #FFFFFF;
                    text-align: left;
                    font-style: normal;
                    text-transform: none;
                }
            }
        }
    }
}
@media (max-width: 1701px) {
    .data-section {
        & .data-background {
            & .data-header {
                top: 110px;
                .data-header-zh {
                    font-size: 64px;
                }
            }
            .data-content {
                width: 70%;
                .data-item-title {
                    span {
                        font-size: 90px !important;
                    }
                }
            }
        }
    }
}
@media (max-width: 1501px) {
    .data-section {
        & .data-background {
            & .data-header {
                .data-header-zh {

                }
            }
            .data-content {
                width: 75%;
                bottom: 10%;
                & .data-item-content {
                    & .data-item-title {
                        span {
                            font-size: 80px !important;
                        }
                    }
                    & .data-item-description {
                        font-size: 18px;
                    }
                }
            }
        }
    }
}
@media (max-width: 1301px) {
    .data-section {
        & .data-background {
            & .data-header {
                .data-header-zh {
                    font-size: 50px;
                }
            }
            & .data-content {
                & .data-item-content {
                    & .data-item-title {
                        font-size: 30px;
                        span {
                            font-size: 70px !important;
                        }
                    }
                    & .data-item-description {
                        font-size: 17px;
                    }
                }
            }
        }
    }
}
@media (max-width: 1101px) {
    .data-section {
        & .data-background {
            .data-header {
                top: 80px;
                left: 5%;
                .data-header-zh {
                    font-size: 40px;
                }
                .data-header-en {
                    font-size: 26px;
                }
            }
            & .data-content {
                left: 5%;
                & .data-item-content {
                    & .data-item-title {
                        font-size: 20px;
                        span {
                            font-size: 60px !important;
                        }
                    }
                    & .data-item-description {
                        font-size: 16px;
                    }
                }
            }
        }
    }
}
@media (max-width: 986px) {
    .data-section {
        & .data-background {
            .data-header {
                top: 50px;
                left: 5%;
            }
        }
    }
    .data-section {
        & .data-background {
            & .data-content {
                width: 88%;
                & .data-item-content {
                    & .data-item-title {
                        font-size: 16px;
                        span {
                            font-size: 26px !important;
                        }
                    }
                    & .data-item-description {
                        font-size: 14px;
                    }
                }
            }
        }
    }
}
@media (max-width: 786px) {
    .data-section {
        & .data-background {
            & .data-header {
                top: 10%;
                left: 5%;
                .data-header-zh {
                    font-size: 22px;
                    text-align: left;
                    margin: 0 !important;
                }
                .data-header-en {
                    font-size: 14px;
                }
            }
            & .data-content {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 10px;
                & .data-item {
                    width: 100%;
                    & .data-item-content {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        & .data-item-title {
                            font-size: 12px;
                        }
                        & .data-item-description {
                            font-size: 16px;
                            margin: 0 !important;
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 601px) {
    .data-section {
        & .data-background {
            & .data-content {
                gap: 1px !important;
            }
        }
    }
}
@media (max-width: 538px) {
    .data-section {
        padding-bottom: 150px;
        & .data-background {
            & .data-header {
                top: calc(50% - 100px);
                .data-header-zh {

                }
                .data-header-en {
                    font-size: 10px;
                }
            }
            & .data-content {
                bottom: 0;
                & .data-item {
                    width: 100%;

                    & .data-item-content {

                        .data-item-title {
                            color: #2c3e50 !important;

                            span {
                                color: #2c3e50 !important;
                            }
                        }
                        .data-item-description {
                            font-size: 12px;
                            color: #2c3e50 !important;
                        }
                    }
                }
            }
        }
    }
}
/* 数据面板部分-end */

/* 关于我们部分-start */
.about-section {
    padding: 80px 0;
    background: #FFFFFF;
}
.about-section .container {
    padding: 0 40px;
}

.about-content {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 135px;
}

.about-image {
    width: 55%;
    object-fit: cover;
}

.about-text {
    width: 45%;
    position: relative;
}

.about-text .about-title{
    font-weight: bold;
    font-size: 144px;
    color: #2657A6;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.float-about {
    width: 133.5%;
    background: rgba(255, 255, 255, 1);
    color: #828282;
    padding: 80px 0 0 80px;
    font-size: 24px;
    position: absolute;
    bottom: -56px;
    right: 0;
    z-index: 1;
}

.float-about .company-name {
    font-weight: 500 !important;
    font-size: 55px;
    color: #2657a6 !important;
    margin-bottom: 38px;
}

.about-description {
    color: #828282;
}


.view-more-btn {
    display: inline-block;
    background: #ffffff;
    color: #2657A6;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 28px;
    transition: background 0.3s;
    border: 1px solid #2657A6;
}
.view-more-btn:hover {
    background: #2657A6;
    color: #FFFFFF;
}
.view-more-btn:hover .view-more-btn-right {
    border-left: 20px solid #FFFFFF;
}
.view-more-btn-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #2657A6;
    border-bottom: 10px solid transparent;
    margin-top: 1px;
}
@media (max-width: 1800px) {
    .about-text .about-title {
        /*font-size: 115px !important;*/
    }
    .float-about {
        font-size: 18px;
    }
    .float-about .company-name {
        font-size: 45px;
    }
}
@media (max-width: 1600px) {
    .about-text .about-title {
        font-size: 110px !important;
    }
    .float-about {
        font-size: 16px;
    }
    .float-about .company-name {
        font-size: 36px;
    }
    .view-more-btn {
        font-size: 22px ;
    }
    .view-more-btn-right {
        border-top: 9px solid transparent;
        border-left: 18px solid #2657A6;
        border-bottom: 9px solid transparent;
    }
    .view-more-btn:hover .view-more-btn-right {
        border-left: 18px solid #FFFFFF;
    }
}
@media (max-width: 1450px) {
    .float-about {
        padding: 60px 0 0 60px;
        font-size: 14px;
    }
    .view-more-btn {
        font-size: 17px;
    }
    .view-more-btn-right {
        border-top: 8px solid transparent;
        border-left: 16px solid #2657A6;
        border-bottom: 8px solid transparent;
    }
    .view-more-btn:hover .view-more-btn-right {
        border-left: 16px solid #FFFFFF;
    }
}
@media (max-width: 1345px) {
    .about-text .about-title {
        font-size: 96px !important;
    }
    .float-about {
        padding: 50px 0 0 50px;
        font-size: 13px;
    }
    .float-about .company-name {
        font-size: 30px;
    }
    .view-more-btn {
        font-size: 16px;
    }
    .view-more-btn-right {
        border-top: 7px solid transparent;
        border-left: 14px solid #2657A6;
        border-bottom: 7px solid transparent;
    }
    .view-more-btn:hover .view-more-btn-right {
        border-left: 14px solid #FFFFFF;
    }
}
@media (max-width: 1245px) {
    .about-text .about-title {
        font-size: 86px !important;
    }
    .float-about {
        padding: 40px 0 0 40px;
        font-size: 12px;
    }
    .float-about .company-name {
        font-size: 26px;
        margin-bottom: 28px;
    }
    .view-more-btn {
        font-size: 15px;
    }
    .view-more-btn-right {
        border-top: 6px solid transparent;
        border-left: 12px solid #2657A6;
        border-bottom: 6px solid transparent;
    }
    .view-more-btn:hover .view-more-btn-right {
        border-left: 12px solid #FFFFFF;
    }
}
@media (max-width: 1145px) {
    .about-text .about-title {
        font-size: 60px !important;
    }
    .float-about .company-name {
        font-size: 23px;
        margin-bottom: 16px;
    }
    .float-about {
        padding: 50px 0 0 50px;
        font-size: 11px;
    }
    .view-more-btn {
        font-size: 14px;
    }
    .view-more-btn-right {
        border-top: 5px solid transparent;
        border-left: 10px solid #2657A6;
        border-bottom: 5px solid transparent;
    }
    .view-more-btn:hover .view-more-btn-right {
        border-left: 10px solid #FFFFFF;
    }
}
@media (max-width: 1061px) {
    .about-text .about-title {
        font-size: 72px !important;
    }
    .float-about .company-name {
        font-size: 24px;
        margin-bottom: 16px;
    }
}
@media (max-width: 1011px) {
    .about-content {
        display: block !important;
        position: relative;
        padding: 0 !important;
    }
    .about-section {
        margin-top: 40px;
        padding: 0 !important;
    }
    .about-section .container {
        padding: 0 !important;
    }
    .about-image {
        width: 100% !important;
    }
    .about-image img {
        border-radius: 0 !important;
    }
    .about-text {
        width: 92%;
        padding: 20px 0;
        position: absolute;
        left: 5%;top: 5%;
    }
    .about-text .about-title {
        font-size: 99px !important;
        text-align: left;
        position: static !important;
    }
    .float-about {
        width: 100% !important;
        position: static !important;
        background-color: rgba(255,255,255,0.5) !important;
        padding: 30px !important;
    }
    .float-about .company-name {
        font-size: 36px;
    }
    .about-description {
        font-size: 16px;
    }
}
@media (max-width: 868px) {
    .about-text .about-title {
        font-size: 70px !important;
    }
    .float-about .company-name {
        font-size: 32px;
    }
    .about-description {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .about-text .about-title {
        font-size: 60px !important;
        margin-left: 0 !important;
    }
    .float-about {
        padding: 0 !important;
        margin-top: 30px;
    }
    .float-about .company-name {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .about-description {
        font-size: 12px;
    }
}
@media (max-width: 668px) {
    .about-text {
        position: static !important;
        width: 100%;
        padding: 20px 15px;
    }
    .about-text .about-title {
        margin-left: 5%;
    }
}
@media (max-width: 500px) {
    .about-text .about-title {
        font-size: 50px !important;
    }
    .float-about .company-name {
        font-size: 26px;
    }
}
/* 关于我们-end */


/* 产品简介部分 */
.intro {
    background-image: linear-gradient(to right, #FFFFFf, #D4EAFF);
    padding: 116px 0;
}
.product-section {
    background: white;
    margin-top: 80px;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: bold;
    font-size: 60px;
    color: #2657A6;
    line-height: 37px;
    font-style: normal;
    text-transform: none;
}

.product-tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    padding: 0 135px;
}

.product-tab {
    padding: 4px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 26px;
    color: #828282;
    line-height: 37px;
    font-style: normal;
    text-transform: none;
}

.product-tab.active {
    /*background: #3498db;*/
    color: rgba(38, 87, 166, 1);
    border-color: #3498db;
    font-weight: bold;
    border-bottom: 2px solid rgba(38, 87, 166, .6);
}

.product-content {
    padding: 0 135px;
}

.product-content .product-item {
    display: flex;
    justify-content: start;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(130,130,130,0.5);
}

.product-image {
    width: 45%;
}

.product-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: transform 0.3s ease;
}

.product-text {
    width: 60%;
    height: 600px;
    background: #FFFFFF;
    padding: 0 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.product-title {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.product-description {
    font-size: .8rem;
    line-height: 1.2;
    color: #666;
}
@media (max-width: 1800px) {
    .product-tabs {
        padding: 0 80px;
    }
    .product-tab {
        font-size: 23px !important;
    }
}
@media (max-width: 1700px) {
    .product-tab {
        font-size: 18px !important;
    }
}
@media (max-width: 1200px) {
    .intro {
        padding: 0 15px 55px;
        background-image: linear-gradient(to bottom, #FFFFFf, #D4EAFF);
    }
    .product-tab {
        font-size: 14px !important;
        margin: 0 auto;
    }
    .product-content {
        padding: 0 5%;
    }
}
@media (max-width: 960px) {
    .section-title {
        font-size: 40px;
    }
    .product-tabs {
        padding: 0 5px;
        text-align: center;
    }
    .product-tab {
        font-size: 11px !important;
        padding: 0;
    }
    .product-content {
        padding: 0 5px;
    }
    .product-content .product-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    .product-image {
        width: 100%;
        object-fit: cover;
    }
    .product-image img {
        height: auto;
        border-radius: 10px 10px 0 0;
    }
    .product-text {
        width: 100%;
        height: 350px;
        padding: 0 10px;
        border-radius: 0 0 10px 10px;
    }
    .product-title {
        font-size: 16px;
    }
    .product-description {
        font-size: 14px;
    }
}
/* 产品介绍-end */


/* 企业风采部分-start */
.company-style-section {
    width: 100%;
    padding: 80px 135px;
    background: #FFFFFF;
}
.company-style-section .section-header {
    width: 100%;
    display: inline-block;
}
.company-style-section .section-header .company-section-title {
    width: 100%;
    position: relative;
    margin-top: 80px;
    
}
.company-style-section .section-header .company-section-title .section-title-left {
    font-size: 110px;
    color: #F7F7F7;
    z-index: 999;
}
.company-style-section .section-header .company-section-title .section-title-left:before {
    content: "企业风采";
    font-size: 60px;
    position: absolute;
    color: rgba(38, 87, 166, 1);
    left: 0;
    top: 72px;
    z-index: 0;
}

.company-style-section .section-header .company-section-title .view-meetings-btn {
    border: none;
    cursor: pointer;
    width: 190px;
    height: 71px;
    background: url(/static/gw/assets/images/wangqihuiyi.png) center / cover;
    position: absolute;
    top: 48%;
    right: 0;
}
.company-style-section .section-header .company-section-desc {
    display: inline-block;
    color: #666;
    margin-top: 30px;
}


.slide-container {
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
}

.card {
    width: 30%;
    height: 512px;
    margin-right: 25px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 6px 0px #f5f2f2;
}
@media screen and (max-width: 1226px) {
    .company-style-section {
        padding: 80px 60px;
    }
    .card {
        width: 50% !important;
    }
}
@media screen and (max-width: 760px) {
    .card {
        width: 100% !important;
        height: 480px !important;
    }
}

.image-content {
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .5s;
    overflow: hidden;
}
.image-content .card-img {
    width: 100%;
    height: 312px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    transition:.5s;
}

.card-content {
    display: flex;
    flex-direction: column;
    padding: 15px 28px 15px 26px;
}

.card-content .name {
    color: rgba(38, 87, 166, 1);
    font-size: 18px;
    margin: 10px 0px 15px;
    font-weight: 700;
}

.card-content .description {
    font-size: 14px;
    color: #828282;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
.card-content .jiantou {
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
    position: absolute;
    left: 28px;
    bottom: 12px;
}

.swiper-navBtn {
    color: #6E93F7 !important;
    transition: all .3s ease;
}

.swiper-navBtn:hover { color: #4070F4 !important; }

.swiper-navBtn::before, .swiper-navBtn::after { font-size: 40px !important; }

.swiper-button-next { right: 0 !important; }
.swiper-button-prev { left: 0 !important; }

@media screen and (max-width: 768px) {
    .slide-content { margin: 0 10px; }
    .swiper-navBtn { display: none !important; }
}

@media (max-width: 1800px) {

}
@media (max-width: 1301px) {
    .company-style-section .section-header .company-section-title .section-title-left {
        font-size: 80px;
    }
    .company-style-section .section-header .company-section-title .section-title-left:before {
        font-size: 60px;
        top: 56px;
    }
}
@media (max-width: 1101px) {
    .company-style-section .section-header .company-section-title .section-title-left {
        font-size: 60px;
    }
    .company-style-section .section-header .company-section-title .section-title-left:before {
        font-size: 39px;
        top: 56px;
    }
    .company-style-section .section-header .company-section-title .view-meetings-btn {
        width: 135px;
        height: 51px;
    }
}
@media (max-width: 860px) {
    .company-style-section .section-header .company-section-title .section-title-left {
        font-size: 50px;
    }
    .company-style-section .section-header .company-section-title .section-title-left:before {
        font-size: 30px;
        top: 27px;
    }
    .company-style-section .section-header .company-section-title .view-meetings-btn {
        width: 82px;
        height: 31px;
    }
}
@media screen and (max-width: 768px) {
    .company-style-section {
        padding: 80px 15px;
    }
}
/* 企业风采部分-end */


/* 业务版图部分-start */
.business-map-section {
    background: white;
    position: relative;
}
.business-content {
    display: flex;
    align-items: center;
    gap: 4rem;
}
.business-text {
    text-align: left;
    position: absolute;
    top: 28%;
    left: 135px;
    width: 32%;
}
.business-map-title{
    font-size: 110px;
    font-weight: bold;
    color: rgba(229, 237, 245, 1);
    position: relative;
}
.business-map-title:before{
    content: "业务版图";
    font-size: 60px;
    position: absolute;
    color: rgba(38, 87, 166, 1);
    left: 0;
    top: 72px;
}
.business-subtitle {
    font-weight: 600;
    font-size: 44px;
    color: #2D2D2D;
}

.business-description {
    font-size: 18px;
    color: #666;
}
.business-text .view-more-btn {
    margin-top: 40px;
}
@media (max-width: 1701px) {
    .business-subtitle {
        font-size: 36px;
    }
}
@media (max-width: 1401px) {
    .business-map-title {
        font-size: 80px;
    }
    .business-map-title:before {
        font-size: 40px;
        top: 56px;
    }
    .business-subtitle {
        font-size: 30px;
    }
}
@media (max-width: 1301px) {

}
@media (max-width: 1201px) {
    .business-subtitle {
        font-size: 24px;
    }
    .business-description {
        font-size: 16px;
    }
}
@media (max-width: 1101px) {
    .business-text {
        width: 40%;
    }
}
@media (max-width: 1001px) {
    .business-text {
        width: 50%;
    }
    .business-text .view-more-btn {
        margin-top: 10px;
    }
}
@media (max-width: 901px) {
    .business-text {
        width: 90%;
        top: 19%;
        left: 5%;
    }
    .business-map-title {
        font-size: 60px;
    }
    .business-map-title:before {
        top: 39px;
    }
    .business-description {
        font-size: 14px;
    }
}
@media (max-width: 701px) {
    .business-text {
        position: static;
        margin: 0 5%;
    }
    .business-map-title {
        font-size: 48px;
    }
    .business-map-title:before {
        font-size: 30px;
        top: 32px;
    }
}
/* 业务版图部分-end */

/* 全国门店部分-start */
.stores-section {
    padding: 80px 131px;
    background: rgba(255, 255, 255, 1);
    text-align: center;
}
.stores-title{
    font-size: 110px;
    font-weight: bold;
    color: rgba(229, 237, 245, 1);
    position: relative;
}
.stores-title:before{
    content: "全国门店展示";
    font-size: 60px;
    position: absolute;
    color: rgba(38, 87, 166, 1);
    left: calc(50% - 12%);
    top: 72px;
}
.stores-subtitle {
    font-weight: 400;
    font-size: 24px;
    color: #2657A6;
    line-height: 37px;
    text-align: center;
    margin-bottom: 40px;
}
.stores-grid {
    width: 100%;
}
.stores-grid img {
    transition: .5s;
}
.stores-grid img:hover {
    transform: scale(1.1);
    z-index: 1;
}
.stores-grid-top {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    align-items: center;
}
.stores-grid-top img:nth-child(1) {
    /*width: 1020px;*/
    /*height: 700px;*/
}
.stores-grid-top img:nth-child(2) {
    /*width: 500px;*/
    /*height: 700px;*/
}
.stores-grid-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .5s;
}
@media (max-width: 1900px) {

    .stores-grid-bottom img {
        width: 40%;
        height: auto;
    }
}
@media (max-width: 1500px) {

}
@media (max-width: 1200px) {
    .stores-title {
        font-size: 80px;
    }
    .stores-title:before {
        font-size: 40px;
        top: 56px;
    }
    .stores-subtitle {
        font-size: 20px;
    }
}
@media (max-width: 960px) {
    .stores-title {
        font-size: 60px;
    }
    .stores-title:before {
        font-size: 30px;
        top: 39px;
    }
    .stores-subtitle {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .stores-section {
        padding: 80px 15px;
    }
    .stores-title {
        font-size: 44px;
    }
    .stores-title:before {
        font-size: 26px;
        top: 29px;
    }
    .stores-subtitle {
        font-size: 14px;
    }
}
@media (max-width: 560px) {
    .stores-title:before {
        left: calc(50% - 19%);
    }
}
/* 全国门店部分-end */


/* 合作伙伴部分-start */
.partners-section{
    padding: 80px 135px;
    text-align: center;
    background: linear-gradient(to right, rgba(255, 255, 255, 1),rgba(212, 234, 255, 1));
}
.partners-stitle{
    font-size: 110px;
    font-weight: bold;
    color: rgba(229, 237, 245, 1);
    position: relative;
}
.partners-stitle:before{
    content: "合作伙伴";
    font-size: 60px;
    position: absolute;
    color: rgba(38, 87, 166, 1);
    left: calc(50% - 8%);
    top: 72px;
}
.partners-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    margin-top: 3rem;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 221px;
    width: 241px;*/
    transition: transform 0.3s;
}

.partner-logo:hover {
    transform: translateY(-5px);
    border-radius: 10px;
    background: transparent;
}
@media (max-width: 1200px) {
    .partners-stitle {
        font-size: 80px;
    }
    .partners-stitle:before {
        font-size: 40px;
        top: 56px;
    }
}
@media (max-width: 960px) {
    .partners-stitle {
        font-size: 60px;
    }
    .partners-stitle:before {
        font-size: 30px;
        top: 39px;
    }
}
@media (max-width: 768px) {
    .partners-section {
        padding: 80px 15px;
    }
    .partners-stitle {
        font-size: 40px;
    }
    .partners-stitle:before {
        font-size: 26px;
        top: 26px;
    }
}
@media (max-width: 560px) {
    .partners-stitle:before {
        left: calc(50% - 13%);
    }
}
/* 合作伙伴部分-end */


/* 荣誉资质部分-start */
.honors-section {
    padding: 80px 135px;
}
.honors-top {
    display: flex;
    justify-content: space-between;
}
.honors-left {

}
.honors-title{
    font-size: 110px;
    font-weight: bold;
    color: rgba(229, 237, 245, 1);
    position: relative;
}
.honors-title:before{
    content: "企业成立至今获得多项荣誉";
    font-size: 60px;
    position: absolute;
    color: rgba(38, 87, 166, 1);
    left: 0;
    top: 72px;
}
.honors-subtitle {
    font-weight: 400;
    font-size: 19px;
    color: #B2B2B2;
    margin-top: 20px;
}
.honors-line {
    margin-top: 20px;
}
.top-img {
    margin-top: 20px;
}

.honors-content {
    margin: 80px auto;
}
.carousel-container {
    position: relative;
    width: 600px;
    overflow: hidden;
    margin: 0 auto;
}

.carousel-wrapper {
    overflow: hidden;
}

.carousel-items {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-items img {
    width: 600px;
    height: 400px;
    object-fit: cover;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}
.honors-content {
    min-height: 443px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.honors-content .honors-item {
    width: 10000px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
    cursor: move;
    position: absolute;
    top: 0;
    left: 0;
}
.honors-content .honors-item .honors-box {
    display: inline-block;
    min-height: 443px;
    text-align: center;
    vertical-align: top;
}
.honors-content .honors-item .honors-box:not(:first-child) {
    margin-left: 97px;
}
.honors-content .honors-item .honors-box .honors-img {
    margin: 0 auto;
    pointer-events: none;
    vertical-align: top;
}
.honors-content .honors-item .honors-box:hover .honors-img {
    transform: scale(1.1);
    transition: .5s;
    cursor: pointer;
}
.honors-content .honors-item .honors-box .honors-text {
    width: 345px;
    margin: 20px auto 0;
    font-weight: 600;
    font-size: 24px;
    color: #2657A6;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制文本为2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1920px) {
    .honors-line {
        width: 367px;
    }
}
@media screen and (max-width: 1700px) {
    .honors-title {
        font-size: 80px;
    }
    .honors-title:before {
        font-size: 40px;
        top: 56px;
    }
    .honors-content .honors-item {
        width: 7850px;
    }
    .honors-content .honors-item .honors-box {
        width: 300px;
        min-height: 370px;
    }
    .honors-content .honors-item .honors-box .honors-text {
        width: 235px;
        font-size: 20px;
    }
}
@media screen and (max-width: 1400px) {
    .honors-title {
        font-size: 60px;
    }
    .honors-title:before {
        font-size: 30px;
        top: 39px;
    }
}
@media screen and (max-width: 1246px) {
    .top-img {
        width: 300px;
        height: 225px;
    }
}
@media screen and (max-width: 1200px) {
    .honors-content .honors-item {
        position: static;
        width: 100%;
        transform: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .honors-content .honors-item .honors-box {
        min-height: 443px;
        margin-left: 0 !important;
        text-align: center;
        flex: 1 1 50%; /* 每项至少占据容器的50%宽度 */
    }
}
@media screen and (max-width: 1100px) {
    .honors-subtitle {
        font-size: 16px;
    }
    .top-img {
        width: 200px;
        height: 165px;
    }
    .honors-line {
        width: 300px;
    }
}
@media screen and (max-width: 976px) {
    .honors-title {
        font-size: 40px;
    }
    .honors-title:before {
        font-size: 24px;
        top: 28px;
    }
    .honors-subtitle {
        font-size: 14px;
    }
    .top-img {
        width: 200px;
        height: 165px;
    }
    .honors-line {
        width: 273px;
    }
}
@media screen and (max-width: 768px) {
    .honors-section {
        padding: 80px 15px;
    }

    .honors-content .honors-item {
        position: static;
        width: 100%;
        transform: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .honors-content .honors-item .honors-box {
        max-width: 100%;
        min-height: auto;
        margin-left: 0 !important;
        margin-bottom: 20px;
        text-align: center;
    }
}
@media screen and (max-width: 570px) {
    .honors-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .honors-title {
        font-size: 46px;
    }
    .honors-title:before {
        font-size: 30px;
        top: 36px;
    }
}
/* 荣誉资质部分-end */


/* 弹窗-start */
.zindex {
    z-index: 9999;
}
.fly-in {
    animation: flyIn 1.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}
.letter-container {
    position: fixed;
    top: 11%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}
@keyframes flyIn {
    0% {
        opacity: 0;
        transform: translateX(120%) rotate(8deg);
    }
    70% {
        opacity: 1;
        transform: translateX(-48%) rotate(-2deg);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) rotate(0.5deg);
    }
}

.letter-paper {
    background: #fffaf0;
    background-image: none;
    background-size: auto;
    width: 570px;
    padding: 40px;
    position: relative;
    transform-origin: center;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0,0,0,0.1), 0 10px 20px rgba(0,0,0,0.1);
    background-image: linear-gradient(rgba(200,200,200,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(200,200,200,.3) 1px, transparent 1px), repeating-linear-gradient( 180deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 29px, rgba(240,240,240,1) 30px );
    background-size: 2px 2px, 2px 2px, 100% 30px;
}
.letter-paper::before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient( 180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.15) 100% );
    z-index: -1;
    border-radius: 4px;
}
.close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #d4a373;
    color: white;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: Arial;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.letter-content {
    font-family: 'Ma Shan Zheng', cursive;
    font-size: 1.1em;
    line-height: 1.8;
    color: #654321;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
.letter-title {
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-family: 'ZCOOL XiaoWei', serif;
    letter-spacing: 3px;
}
@media (max-width: 768px) {
    .letter-container {
        width: 90% !important;
        top: 20%;
    }
    .letter-paper {
        width: 100% !important;
    }
}
/* 弹窗-end */