/* 主体样式 */
.main-box {
    color: #262626;
    background: #fff;
    overflow: hidden;
}
/* 顶部主banner */
.top-banner-box {
    background: url(/content/stech/images/dynamic/about-banner.png) repeat center center;
    background-size: cover;
}

    .top-banner-box .content-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 1000px;
    }

        .top-banner-box .content-inner .title {
            font-weight: bold;
            font-size: 96px;
            color: #ffffff;
        }

        .top-banner-box .content-inner .desc {
            font-size: 18px;
            color: #ffffff;
            line-height: 26px;
            margin-top: 30px;
            margin-bottom: 96px;
        }
/* 企业简介 */
.introduct-box {
    width: 100%;
    height: 1376px;
    background: url(/content/stech/images/dynamic/about-intro-bg.png) repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .introduct-box .map-list {
        position: absolute;
        top: 100px;
        left: 100px;
        display: flex;
        flex-direction: column;
        font-size: 16px;
    }

        .introduct-box .map-list:before {
            content: '';
            position: absolute;
            top: 0;
            left: -20px;
            width: 1px;
            height: 100%;
            background: #cad4ed;
        }

        .introduct-box .map-list .map-menu + .map-menu {
            margin-top: 26px;
        }

        .introduct-box .map-list .map-menu {
            cursor: pointer;
            font-size: 16px;
            color: #495267;
            position: relative;
        }

            .introduct-box .map-list .map-menu:before {
                content: '';
                width: 9px;
                height: 9px;
                background: transparent;
                border-radius: 50%;
                position: absolute;
                top: 50%;
                left: -24px;
                margin-top: -5px;
            }

            .introduct-box .map-list .map-menu.active-item {
                color: #0e1524;
                font-weight: bold;
            }

                .introduct-box .map-list .map-menu.active-item:before {
                    background: #0e4de5;
                }

            .introduct-box .map-list .map-menu:hover {
                color: #0e4de5;
            }

    .introduct-box .content-inner {
        position: relative;
    }

        .introduct-box .content-inner .left-section {
            float: left;
        }

        .introduct-box .content-inner .right-section {
            float: right;
        }

        .introduct-box .content-inner .aside {
            height: 1376px;
            position: absolute;
            top: 90px;
            left: 638px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            z-index: 1;
        }

            .introduct-box .content-inner .aside .circle {
                width: 9px;
                height: 9px;
                border-radius: 50%;
                background: #023cc1;
            }

            .introduct-box .content-inner .aside .line {
                width: 1px;
                height: 140px;
                background: #023cc1;
            }

            .introduct-box .content-inner .aside .split {
                flex: 1;
                width: 1px;
                background: #cad4ed;
            }

        .introduct-box .content-inner .left-section {
            margin-top: 148px;
            position: relative;
            z-index: 2;
        }

            .introduct-box .content-inner .left-section .company-name {
                font-weight: bold;
                font-size: 30px;
                color: #023cc1;
            }

            .introduct-box .content-inner .left-section .company-title {
                font-size: 30px;
                color: #7687af;
                margin-top: 10px;
                margin-bottom: 50px;
            }

            .introduct-box .content-inner .left-section .since-img {
                width: 826px;
                height: 120px;
                margin-bottom: 100px;
                position: relative;
            }

                .introduct-box .content-inner .left-section .since-img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    position: relative;
                    z-index: 1;
                }

        .introduct-box .content-inner .right-section {
            width: 613px;
            position: relative;
            z-index: 3;
        }

            .introduct-box .content-inner .right-section .section-title {
                font-size: 36px;
                font-weight: bold;
                color: #333;
                margin-bottom: 20px;
                text-indent: 1em;
            }

            .introduct-box .content-inner .right-section .section-content {
                margin-bottom: 90px;
            }

                .introduct-box .content-inner .right-section .section-content p {
                    margin-bottom: 20px;
                    font-size: 14px;
                    color: #495267;
                    line-height: 34px;
                    text-indent: 2em;
                }

            .introduct-box .content-inner .right-section .core-values {
                display: flex;
                justify-content: space-between;
                position: relative;
            }

                .introduct-box .content-inner .right-section .core-values:after {
                    content: '';
                    width: 530px;
                    height: 1px;
                    background: #e8ecf8;
                    position: absolute;
                    bottom: 12px;
                    left: 24px;
                }

                .introduct-box .content-inner .right-section .core-values .value-item {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    position: relative;
                    z-index: 1;
                }

                    .introduct-box .content-inner .right-section .core-values .value-item .value-title {
                        font-weight: bold;
                        font-size: 18px;
                        color: #0e1524;
                        margin-bottom: 8px;
                    }

                    .introduct-box .content-inner .right-section .core-values .value-item .value-desc {
                        font-size: 14px;
                        color: #495267;
                        margin-bottom: 20px;
                    }

                    .introduct-box .content-inner .right-section .core-values .value-item .value-num {
                        border-radius: 50%;
                        width: 26px;
                        height: 26px;
                        color: #808aa5;
                        background: #e7ebf7;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: 13px;
                    }
/* 企业文化 */
.culture-box {
    width: 100%;
    height: 900px;
    background: url(/content/stech/images/dynamic/about-culture-bg.png) repeat center center;
    background-size: cover;
}

    .culture-box .content-inner {
        position: relative;
    }

        .culture-box .content-inner .culture_title {
            position: absolute;
            left: 0;
            top: 80px;
            z-index: 5;
        }

            .culture-box .content-inner .culture_title .section-title {
                font-weight: bold;
                font-size: 50px;
                color: #ffffff;
                margin-bottom: 10px;
            }

            .culture-box .content-inner .culture_title .section_sce {
                font-size: 16px;
                color: #ffffff;
                opacity: 0.7;
            }

        .culture-box .content-inner .culture_content {
            display: flex;
            justify-content: space-between;
        }

            .culture-box .content-inner .culture_content .culture_box:hover {
                background: url(/content/stech/images/card-col-bg-blue.png) no-repeat center center;
            }

            .culture-box .content-inner .culture_content .culture_box {
                width: 321px;
                height: 900px;
                cursor: pointer;
                background-size: cover;
                position: relative;
            }

                .culture-box .content-inner .culture_content .culture_box .culture_box_bg {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 321px;
                    height: 900px;
                    background: url(/content/stech/images/card-col-bg-blue2.png) no-repeat center center;
                    background-size: cover;
                }

                .culture-box .content-inner .culture_content .culture_box .culture_box_bg1 {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 321px;
                    height: 900px;
                    background: url(/content/stech/images/card-col-bg-blue3.png) no-repeat center center;
                    background-size: cover;
                }

                .culture-box .content-inner .culture_content .culture_box .culture_icon {
                    margin-top: 366px;
                    text-align: center;
                    position: relative;
                    z-index: 5;
                }

                .culture-box .content-inner .culture_content .culture_box .culture_description {
                    text-align: center;
                    position: relative;
                    z-index: 5;
                }

                    .culture-box .content-inner .culture_content .culture_box .culture_description .description_title {
                        font-weight: bold;
                        font-size: 20px;
                        color: #ffffff;
                        margin-top: 50px;
                        margin-bottom: 23px;
                    }

                    .culture-box .content-inner .culture_content .culture_box .culture_description .description {
                        width: 188px;
                        font-size: 14px;
                        color: #ffffff;
                        opacity: 0.8;
                        margin: 0 auto;
                    }

                .culture-box .content-inner .culture_content .culture_box .num {
                    font-family: DIN Alternate;
                    font-weight: bold;
                    font-size: 20px;
                    color: #ffffff;
                    text-align: center;
                    margin-top: 159px;
                    position: relative;
                    z-index: 5;
                }
/* 公司荣誉 */
.honor-box {
    background: #fff;
    padding: 110px 0 0;
    height: 900px;
    background: url(/content/stech/images/dynamic/about-honor-bg.png) repeat center center;
    background-size: cover;
    overflow: hidden;
}

    .honor-box .content-box .title-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .honor-box .content-box .title-box .left-title .title {
            font-weight: bold;
            font-size: 54px;
            color: #fff;
        }

        .honor-box .content-box .title-box .left-title .sub-title {
            font-size: 16px;
            color: #fff;
            opacity: 0.7;
            margin-top: 15px;
        }

    .honor-box .content-box .toggle-box {
        margin-top: 136px;
        height: 426px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .honor-box .content-box .toggle-box .left-info {
            width: 390px;
            height: 100%;
            position: relative;
            margin-right: 120px;
        }

            .honor-box .content-box .toggle-box .left-info .title-desc .main-title {
                font-weight: bold;
                font-size: 22px;
                color: #ffffff;
            }

            .honor-box .content-box .toggle-box .left-info .title-desc .main-desc {
                font-size: 16px;
                color: #ffffff;
                line-height: 40px;
                opacity: 0.8;
                margin-top: 30px;
            }

            .honor-box .content-box .toggle-box .left-info .operate-btn {
                position: absolute;
                bottom: 38px;
                left: 0;
            }

                .honor-box .content-box .toggle-box .left-info .operate-btn .custom-button + .custom-button {
                    margin-left: 10px;
                }

        .honor-box .content-box .toggle-box .right-card {
            width: calc(100% - 510px);
            height: 100%;
        }

            .honor-box .content-box .toggle-box .right-card .swiper-box {
                position: relative;
            }

            .honor-box .content-box .toggle-box .right-card .swiper-container {
                width: calc(50vw + 510px);
                overflow: hidden;
            }

            .honor-box .content-box .toggle-box .right-card .swiper-slide {
                width: 317px;
                height: 426px;
                padding-right: 12px;
            }

                .honor-box .content-box .toggle-box .right-card .swiper-slide img {
                    width: 302px;
                    height: 426px;
                }
/* 发展历程 */
.history-box {
    height: 810px;
    background: url(/content/stech/images/dynamic/about-history-bg.png) repeat center center;
    background-size: cover;
    padding: 110px 0 0;
    overflow: hidden;
}

    .history-box .content-box .title-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .history-box .content-box .title-box .left-title .title {
            font-weight: bold;
            font-size: 54px;
            color: #0e1524;
        }

        .history-box .content-box .title-box .left-title .sub-title {
            font-size: 16px;
            color: #5b5e66;
            margin-top: 15px;
        }

    .history-box .content-box .step-box {
        margin-top: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .history-box .content-box .step-box .left-area {
            width: 438px;
            height: 438px;
        }

            .history-box .content-box .step-box .left-area img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                animation: rotate 20s linear infinite;
            }

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.history-box .content-box .step-box .right-area {
    padding-left: 40px;
    width: calc(1280px - 438px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

    .history-box .content-box .step-box .right-area:after {
        content: '';
        position: absolute;
        top: calc(50% - 4px);
        left: 0;
        width: 12000px;
        height: 1px;
        background: #a9b7d2;
    }

    .history-box .content-box .step-box .right-area .toggle-item {
        width: 48px;
        height: 48px;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }

        .history-box .content-box .step-box .right-area .toggle-item.disabled {
            cursor: default;
        }

            .history-box .content-box .step-box .right-area .toggle-item.disabled.btn-left {
                background: url(/content/stech/images/round-left-btn-grey.png) no-repeat center center;
                background-size: cover;
            }

            .history-box .content-box .step-box .right-area .toggle-item.disabled.btn-right {
                background: url(/content/stech/images/round-right-btn-grey.png) no-repeat center center;
                background-size: cover;
            }

        .history-box .content-box .step-box .right-area .toggle-item.btn-left {
            background: url(/content/stech/images/round-left-btn.png) no-repeat center center;
            background-size: cover;
        }

        .history-box .content-box .step-box .right-area .toggle-item.btn-right {
            background: url(/content/stech/images/round-right-btn.png) no-repeat center center;
            background-size: cover;
        }

    .history-box .content-box .step-box .right-area .toggle-dots-wrapper {
        padding: 0 20px;
        flex: 1;
        max-width: calc(100% - 120px);
        position: relative;
        z-index: 1;
    }

        .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

            .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item {
                width: 80px;
                flex-shrink: 0;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin-right: 10px;
                position: relative;
            }

                .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item:last-child {
                    margin-right: 0;
                }

                .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item {
                    width: 174px;
                }

                    .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item .year {
                        opacity: 1;
                        font-size: 80px;
                        color: #023cc1;
                        letter-spacing: -6px;
                        padding-bottom: 0;
                        line-height: 1em;
                    }

                    .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item .dot {
                        opacity: 1;
                    }

                    .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item .info {
                        width: 170px;
                        opacity: 1;
                    }

                        .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item .info .text {
                            text-align: left;
                        }

                    .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item[data-index='5'] .info,
                    .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item[data-index='6'] .info,
                    .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item[data-index='7'] .info {
                        display: flex;
                        justify-content: flex-end;
                    }

                        .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item[data-index='5'] .info .text,
                        .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item[data-index='6'] .info .text,
                        .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item[data-index='7'] .info .text {
                            text-align: right;
                        }

                .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item:last-child.active-item {
                    width: 220px;
                }

                    .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item:last-child.active-item .info {
                        width: 210px;
                    }

                .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item .year {
                    width: 100%;
                    height: 60px;
                    font-size: 16px;
                    color: #0e1524;
                    display: flex;
                    justify-content: center;
                    align-items: flex-end;
                    margin-top: 10px;
                    padding-bottom: 4px;
                }

                .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item .dot {
                    background: url(/content/stech/images/icon-dot.png) no-repeat center center;
                    background-size: cover;
                    width: 27px;
                    height: 27px;
                    margin-top: 10px;
                    margin-bottom: 20px;
                    opacity: 0;
                }

                .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item .info {
                    height: 70px;
                    font-weight: bold;
                    font-size: 18px;
                    color: #0e1524;
                    line-height: 34px;
                    opacity: 0;
                }

                    .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item .info .text {
                        white-space: nowrap;
                    }
/* 合作伙伴 */
.partner-box {
    background: url(/content/stech/images/dynamic/about-marquee-bg.png) repeat center center;
    background-size: cover;
    padding: 90px 0 0;
    height: 614px;
}

    .partner-box .content-box .title-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .partner-box .content-box .title-box .left-title .title {
            font-weight: bold;
            font-size: 54px;
            color: #0e1524;
        }

        .partner-box .content-box .title-box .left-title .sub-title {
            font-size: 16px;
            color: #5b5e66;
            margin-top: 15px;
        }

    .partner-box .content-box .marquee-box {
        margin-top: 48px;
    }

        .partner-box .content-box .marquee-box .marquee-col {
            overflow: hidden;
        }

            .partner-box .content-box .marquee-box .marquee-col + .marquee-col {
                margin-top: 10px;
            }

            .partner-box .content-box .marquee-box .marquee-col .marquee-content {
                display: flex;
                animation: marquee 30s linear infinite;
            }

                .partner-box .content-box .marquee-box .marquee-col .marquee-content:hover {
                    animation-play-state: paused;
                }

            .partner-box .content-box .marquee-box .marquee-col .marquee-item {
                flex-shrink: 0;
                width: 228px;
                height: 120px;
                border-radius: 10px;
                overflow: hidden;
            }

                .partner-box .content-box .marquee-box .marquee-col .marquee-item + .marquee-item {
                    margin-left: 10px;
                }

                .partner-box .content-box .marquee-box .marquee-col .marquee-item img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .partner-box .content-box .marquee-box .marquee-col:nth-child(2) .marquee-content {
                animation-delay: -15s;
            }

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
/* 企业动态 */
.news-box {
    background: #fff;
    padding: 140px 0 0;
    height: 900px;
    background: url(/content/stech/images/dynamic/about-news-bg.png) repeat center center;
    background-size: cover;
}

    .news-box .content-box .title-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .news-box .content-box .title-box .left-title .title {
            font-weight: bold;
            font-size: 54px;
            color: #fff;
        }

        .news-box .content-box .title-box .left-title .sub-title {
            font-size: 16px;
            color: #fff;
            opacity: 0.7;
            margin-top: 15px;
        }

    .news-box .content-box .card-box {
        margin-top: 44px;
        min-height: 200px;
    }

        .news-box .content-box .card-box::after {
            display: block;
            content: '';
            clear: both;
            width: 100%;
        }

        .news-box .content-box .card-box .card-item {
            float: left;
        }

            .news-box .content-box .card-box .card-item:nth-child(2n) .card-front {
                border-left-color: rgba(0,64,191,0.1);
            }

            .news-box .content-box .card-box .card-item .card-front,
            .news-box .content-box .card-box .card-item .card-back {
                height: 440px;
                display: none;
            }

                .news-box .content-box .card-box .card-item .card-front.active-item,
                .news-box .content-box .card-box .card-item .card-back.active-item {
                    display: block;
                }

            .news-box .content-box .card-box .card-item .card-front {
                width: 265px;
                overflow: hidden;
                background: #ffffff;
                border: 1px solid #e8ecf4;
                border-left: 4px solid rgba(0,64,191,0.15);
                transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
            }

                .news-box .content-box .card-box .card-item .card-front:hover {
                    transform: translateY(-6px) scale(1.02);
                    box-shadow: 0 14px 36px rgba(0, 40, 120, 0.12);
                    z-index: 10;
                    position: relative;
                    background: #f8fafc;
                    border-left-color: #0040bf;
                }

                .news-box .content-box .card-box .card-item .card-front .card-info {
                    width: 100%;
                    height: 100%;
                    float: left;
                    padding: 28px 20px 70px;
                    position: relative;
                }

                    .news-box .content-box .card-box .card-item .card-front .card-info .icon {
                        width: 40px;
                        height: 40px;
                        opacity: 0.75;
                    }

                    .news-box .content-box .card-box .card-item .card-front .card-info .cn-classify {
                        margin-top: 14px;
                        font-weight: 700;
                        font-size: 14px;
                        color: #0040bf;
                    }

                    .news-box .content-box .card-box .card-item .card-front .card-info .en-classify {
                        margin-top: 4px;
                        font-size: 12px;
                        color: #9fa4b3;
                    }

                    .news-box .content-box .card-box .card-item .card-front .card-info .news-title {
                        margin-top: 16px;
                        font-weight: 700;
                        font-size: 15px;
                        color: #1a2332;
                        line-height: 1.5;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                    }

                    .news-box .content-box .card-box .card-item .card-front .card-info .news-desc {
                        margin-top: 10px;
                        font-size: 13px;
                        color: #5a6270;
                        line-height: 1.65;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                    }

                    .news-box .content-box .card-box .card-item .card-front .card-info .next-btn {
                        width: 48px;
                        height: 48px;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        background: url(/content/stech/images/round-right-btn-trans1.png);
                        background-size: cover;
                        cursor: pointer;
                        left: 20px;
                        bottom: 16px;
                        transition: transform 0.25s ease;
                    }

                        .news-box .content-box .card-box .card-item .card-front .card-info .next-btn:hover {
                            transform: scale(1.08);
                        }

            .news-box .content-box .card-box .card-item .card-back {
                background: #0040bf;
                overflow: hidden;
            }

                .news-box .content-box .card-box .card-item .card-back .card-info {
                    width: 280px;
                    height: 100%;
                    float: left;
                    padding: 36px 25px;
                    position: relative;
                }

                    .news-box .content-box .card-box .card-item .card-back .card-info .cn-classify {
                        font-size: 13px;
                        color: rgba(255,255,255,0.7);
                        margin-bottom: 16px;
                        text-transform: uppercase;
                        letter-spacing: 1px;
                    }

                    .news-box .content-box .card-box .card-item .card-back .card-info .title {
                        font-weight: 700;
                        font-size: 18px;
                        color: #fff;
                        line-height: 1.5;
                        margin-bottom: 32px;
                    }

                    .news-box .content-box .card-box .card-item .card-back .card-info .desc {
                        font-size: 14px;
                        color: rgba(255,255,255,0.78);
                        line-height: 1.75;
                    }

                    .news-box .content-box .card-box .card-item .card-back .card-info .next-btn {
                        width: 56px;
                        height: 56px;
                        position: absolute;
                        left: 25px;
                        bottom: 38px;
                        background: url(/content/stech/images/round-right-btn-trans2.png);
                        background-size: cover;
                        cursor: pointer;
                        transition: transform 0.25s ease;
                    }

                        .news-box .content-box .card-box .card-item .card-back .card-info .next-btn:hover {
                            transform: scale(1.08);
                        }

                .news-box .content-box .card-box .card-item .card-back .img-box {
                    float: left;
                    width: 470px;
                    height: 440px;
                }

                    .news-box .content-box .card-box .card-item .card-back .img-box img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
/* 联系我们 */
.contact-us-box {
    background: url(/content/stech/images/dynamic/about-contact-bg.png) repeat center center;
    background-size: cover;
}

    .contact-us-box .content-inner .top-area {
        height: 585px;
        padding: 80px 0;
    }

        .contact-us-box .content-inner .top-area .title {
            font-weight: bold;
            font-size: 50px;
            color: #0e1524;
        }

        .contact-us-box .content-inner .top-area .desc {
            font-size: 16px;
            color: #5b5e66;
            opacity: 0.7;
            margin-bottom: 76px;
        }

        .contact-us-box .content-inner .top-area .contact-info {
            display: flex;
            justify-content: space-between;
        }

            .contact-us-box .content-inner .top-area .contact-info .info-title {
                font-weight: bold;
                font-size: 18px;
                color: #0e1524;
                margin-bottom: 15px;
                text-indent: 2em;
            }

            .contact-us-box .content-inner .top-area .contact-info .left-area .card-box,
            .contact-us-box .content-inner .top-area .contact-info .right-area .card-box {
                background: #fff;
                border-radius: 10px;
            }

                .contact-us-box .content-inner .top-area .contact-info .left-area .card-box .info-row,
                .contact-us-box .content-inner .top-area .contact-info .right-area .card-box .info-row {
                    width: 100%;
                }

                    .contact-us-box .content-inner .top-area .contact-info .left-area .card-box .info-row .info-item,
                    .contact-us-box .content-inner .top-area .contact-info .right-area .card-box .info-row .info-item {
                        flex: 1;
                        display: flex;
                    }

                        .contact-us-box .content-inner .top-area .contact-info .left-area .card-box .info-row .info-item .icon,
                        .contact-us-box .content-inner .top-area .contact-info .right-area .card-box .info-row .info-item .icon {
                            width: 20px;
                            height: 20px;
                            position: relative;
                            top: 2px;
                            margin-right: 6px;
                        }

                        .contact-us-box .content-inner .top-area .contact-info .left-area .card-box .info-row .info-item .text,
                        .contact-us-box .content-inner .top-area .contact-info .right-area .card-box .info-row .info-item .text {
                            flex: 1;
                            font-size: 16px;
                            color: #495267;
                            line-height: 25px;
                        }

            .contact-us-box .content-inner .top-area .contact-info .left-area {
                width: 458px;
            }

                .contact-us-box .content-inner .top-area .contact-info .left-area .card-box {
                    padding: 15px 0 20px;
                }

                    .contact-us-box .content-inner .top-area .contact-info .left-area .card-box .info-row {
                        padding: 5px 30px 10px;
                    }

                        .contact-us-box .content-inner .top-area .contact-info .left-area .card-box .info-row:first-child {
                            padding: 10px 30px 20px;
                            border-bottom: 1px solid #e0e5ed;
                        }

                        .contact-us-box .content-inner .top-area .contact-info .left-area .card-box .info-row:nth-child(2) {
                            padding: 25px 30px 10px;
                        }

            .contact-us-box .content-inner .top-area .contact-info .right-area {
                flex: 1;
                margin-left: 20px;
            }

                .contact-us-box .content-inner .top-area .contact-info .right-area .card-box {
                    padding: 23px;
                }

                    .contact-us-box .content-inner .top-area .contact-info .right-area .card-box .info-row {
                        padding: 10px 0;
                        display: flex;
                    }

                        .contact-us-box .content-inner .top-area .contact-info .right-area .card-box .info-row .info-item {
                            flex: 1;
                        }

                            .contact-us-box .content-inner .top-area .contact-info .right-area .card-box .info-row .info-item + .info-item {
                                margin-left: 50px;
                            }

    .contact-us-box .content-inner .bottom-area {
        height: 585px;
        padding: 80px 0;
    }

        .contact-us-box .content-inner .bottom-area .title {
            font-size: 24px;
            font-weight: bold;
            color: #0e1524;
            margin-bottom: 60px;
            text-align: center;
        }

        .contact-us-box .content-inner .bottom-area .contact-form {
            margin: 0 auto;
        }

            .contact-us-box .content-inner .bottom-area .contact-form .form-content {
                display: flex;
                gap: 40px;
            }

                .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left {
                    flex: 1;
                }

                    .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left .form-row {
                        display: flex;
                        gap: 20px;
                        margin-bottom: 20px;
                    }

                        .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left .form-row .form-group {
                            flex: 1;
                        }

                            .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left .form-row .form-group label {
                                display: block;
                                margin-bottom: 8px;
                                font-size: 16px;
                                color: #0e1524;
                            }

                            .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left .form-row .form-group input,
                            .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left .form-row .form-group select {
                                height: 52px;
                            }

                            .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left .form-row .form-group .form-control {
                                width: 100%;
                                padding: 12px 16px;
                                border: 1px solid #e0e0e0;
                                border-radius: 4px;
                                background-color: #f2f5fa;
                                font-size: 14px;
                            }

                                .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left .form-row .form-group .form-control::placeholder {
                                    color: #999;
                                }

                            .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left .form-row .form-group.full-width {
                                flex: 1 1 100%;
                            }

                .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-right {
                    flex: 1;
                }

                    .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-right .form-group label {
                        display: block;
                        margin-bottom: 8px;
                        font-size: 16px;
                        color: #0e1524;
                    }

                    .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-right .form-group .form-control {
                        width: 100%;
                        padding: 12px 16px;
                        border: 1px solid #e0e0e0;
                        border-radius: 4px;
                        background-color: #f2f5fa;
                        font-size: 14px;
                    }

                        .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-right .form-group .form-control::placeholder {
                            color: #999;
                        }

                    .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-right .form-group textarea {
                        resize: vertical;
                        resize: none;
                    }

            .contact-us-box .content-inner .bottom-area .contact-form .form-row.submit-row {
                display: flex;
                justify-content: center;
            }

            .contact-us-box .content-inner .bottom-area .contact-form .submit-btn {
                background-color: #023cc1;
                color: white;
                border: none;
                padding: 12px 40px;
                border-radius: 4px;
                font-size: 16px;
                cursor: pointer;
                transition: background-color 0.3s;
            }

                .contact-us-box .content-inner .bottom-area .contact-form .submit-btn:hover {
                    background-color: #012e9e;
                }

            .contact-us-box .content-inner .bottom-area .contact-form select.form-control {
                height: 44px;
                appearance: none;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6'%3E%3Cpath fill='%23999' d='M6 6L0 0h12L6 6z'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: right 16px center;
                background-size: 12px 6px;
                padding-right: 40px;
            }
/* 侧边工具栏 */
.side-tools-box {
    position: fixed;
    top: calc(50vh - 150px);
    right: 44px;
    z-index: 9999;
}

    .side-tools-box .tool-inner {
        display: flex;
        flex-direction: column;
    }

        .side-tools-box .tool-inner .tool-item {
            width: 50px;
            height: 50px;
            position: relative;
        }

            .side-tools-box .tool-inner .tool-item + .tool-item {
                margin-top: 20px;
            }

            .side-tools-box .tool-inner .tool-item .icon {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: rgba(0, 64, 191, 0.2);
                border-radius: 50%;
                cursor: pointer;
                overflow: hidden;
                transition: all 0.3s ease;
            }

                .side-tools-box .tool-inner .tool-item .icon img {
                    width: 25px;
                    height: 25px;
                    transition: all 0.3s ease;
                }

            .side-tools-box .tool-inner .tool-item.active-item .icon,
            .side-tools-box .tool-inner .tool-item:hover .icon {
                background: #023cc1;
            }

            .side-tools-box .tool-inner .tool-item .tooltip {
                position: absolute;
                right: 65px;
                top: 50%;
                transform: translateY(-50%);
                opacity: 0;
                visibility: hidden;
                padding: 12px;
                border-radius: 4px;
                font-size: 14px;
                z-index: 9999;
                transition: all 0.3s ease;
                white-space: nowrap;
            }

                .side-tools-box .tool-inner .tool-item .tooltip::after {
                    content: '';
                    position: absolute;
                    right: -8px;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 0;
                    height: 0;
                    border-top: 8px solid transparent;
                    border-bottom: 8px solid transparent;
                    transition: all 0.3s ease;
                }

                .side-tools-box .tool-inner .tool-item .tooltip.tooltip-tel {
                    background: #023cc1;
                    color: #fff;
                }

                    .side-tools-box .tool-inner .tool-item .tooltip.tooltip-tel::after {
                        border-left: 8px solid #023cc1;
                    }

                .side-tools-box .tool-inner .tool-item .tooltip.tooltip-wechat {
                    background: #fff;
                    color: #000;
                    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
                    padding: 8px;
                }

                    .side-tools-box .tool-inner .tool-item .tooltip.tooltip-wechat::after {
                        border-left: 8px solid #fff;
                    }

            .side-tools-box .tool-inner .tool-item:hover .tooltip {
                opacity: 1;
                visibility: visible;
                right: 60px;
            }
/* 自定义动画效果 */
@keyframes slideUpFromLeft {
    from {
        opacity: 0;
        transform: translate(-30px, 30px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.wow.slideUpFromLeft {
    animation-name: slideUpFromLeft;
}

/* 移动端兼容 */
@media screen and (max-width: 768px) {
    .top-banner-box .content-inner {
        height: 300px !important;
    }

        .top-banner-box .content-inner .title {
            font-size: 24px !important;
        }

        .top-banner-box .content-inner .desc {
            font-size: 16px !important;
            line-height: 1.5em !important;
            margin-top: 10px !important;
            margin-bottom: 20px !important;
        }

        .top-banner-box .content-inner .skew-round-button {
            width: 120px !important;
            height: calc((66 / 190) * 120px) !important;
            font-size: 12px !important;
            margin-top: 20px !important;
            padding: 0 20px 0 24px !important;
        }

            .top-banner-box .content-inner .skew-round-button img {
                width: 14px !important;
                height: 14px !important;
            }

    .introduct-box {
        background-position: 0 340px !important;
        height: auto !important;
    }

        .introduct-box .map-list {
            display: none !important;
        }

        .introduct-box .content-inner {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

            .introduct-box .content-inner .left-section {
                display: none !important;
            }

            .introduct-box .content-inner .right-section {
                float: none !important;
            }

            .introduct-box .content-inner .aside {
                display: none !important;
            }

            .introduct-box .content-inner .left-section {
                display: none !important;
            }

            .introduct-box .content-inner .right-section {
                width: 100% !important;
                padding: 40px 10px 20px !important;
            }

                .introduct-box .content-inner .right-section .section-title {
                    font-size: 24px !important;
                    margin-bottom: 10px !important;
                }

                .introduct-box .content-inner .right-section .section-content {
                    margin-bottom: 20px !important;
                }

                    .introduct-box .content-inner .right-section .section-content p {
                        margin-bottom: 10px !important;
                        line-height: 1.5em !important;
                        text-indent: 24px !important;
                    }

                .introduct-box .content-inner .right-section .core-values:after {
                    width: calc(100% - 25%) !important;
                    background: #a9adb6 !important;
                    bottom: 12px !important;
                    left: 12.5% !important;
                }

                .introduct-box .content-inner .right-section .core-values .value-item {
                    width: 25% !important;
                }

                    .introduct-box .content-inner .right-section .core-values .value-item .value-title {
                        margin-bottom: 4px !important;
                    }

                    .introduct-box .content-inner .right-section .core-values .value-item .value-desc {
                        flex: 1 !important;
                        width: 80% !important;
                        height: auto !important;
                        margin-bottom: 5px !important;
                    }

                    .introduct-box .content-inner .right-section .core-values .value-item .value-num {
                        color: #fff !important;
                        background: #808aa5 !important;
                        font-size: 12px !important;
                    }

    .culture-box {
        height: auto !important;
    }

        .culture-box .content-inner {
            padding: 120px 10px 10px !important;
        }

            .culture-box .content-inner .culture_title {
                position: absolute;
                left: 10px !important;
                top: 30px !important;
            }

                .culture-box .content-inner .culture_title .section-title {
                    font-size: 24px !important;
                    margin-bottom: 10px;
                }

                .culture-box .content-inner .culture_title .section_sce {
                    width: calc(100% - 20px) !important;
                    font-size: 14px !important;
                }

            .culture-box .content-inner .culture_content {
                flex-wrap: wrap !important;
            }

                .culture-box .content-inner .culture_content .culture_box {
                    width: 50% !important;
                    height: 300px !important;
                }

                    .culture-box .content-inner .culture_content .culture_box .culture_box_bg {
                        width: 100% !important;
                        height: 100% !important;
                    }

                    .culture-box .content-inner .culture_content .culture_box .culture_box_bg1 {
                        width: 100% !important;
                        height: 100% !important;
                    }

                    .culture-box .content-inner .culture_content .culture_box .culture_icon {
                        margin-top: 40px !important;
                    }

                        .culture-box .content-inner .culture_content .culture_box .culture_icon img {
                            width: 45px !important;
                            height: 45px !important;
                        }

                    .culture-box .content-inner .culture_content .culture_box .culture_description {
                        height: 100px !important;
                    }

                        .culture-box .content-inner .culture_content .culture_box .culture_description .description_title {
                            margin-top: 20px !important;
                            margin-bottom: 10px !important;
                        }

                        .culture-box .content-inner .culture_content .culture_box .culture_description .description {
                            width: calc(100% - 20px) !important;
                        }

                    .culture-box .content-inner .culture_content .culture_box .num {
                        font-size: 16px !important;
                        margin-top: 20px !important;
                    }

    .honor-box {
        padding: 30px 0 0 !important;
        height: auto !important;
    }

        .honor-box .content-box .title-box {
            display: block !important;
        }

            .honor-box .content-box .title-box .left-title .title {
                font-size: 24px !important;
            }

            .honor-box .content-box .title-box .left-title .sub-title {
                font-size: 14px !important;
                margin-top: 10px !important;
            }

            .honor-box .content-box .title-box .detail-button {
                width: 120px !important;
            }

                .honor-box .content-box .title-box .detail-button .text {
                    width: 100px !important;
                    height: 40px !important;
                    font-size: 12px !important;
                    padding-right: 5px !important;
                }

                .honor-box .content-box .title-box .detail-button .icon {
                    width: 46px !important;
                    height: 46px !important;
                    margin-top: -23px !important;
                }

        .honor-box .content-box .toggle-box {
            margin-top: 20px !important;
            margin-bottom: 10px !important;
            height: auto !important;
            flex-wrap: wrap !important;
        }

            .honor-box .content-box .toggle-box .left-info {
                width: 100% !important;
                height: auto !important;
                margin-right: 0px !important;
                margin-bottom: 10px !important;
            }

                .honor-box .content-box .toggle-box .left-info .title-desc .main-title {
                    font-size: 18px !important;
                }

                .honor-box .content-box .toggle-box .left-info .title-desc .main-desc {
                    font-size: 14px !important;
                    line-height: 1.5em !important;
                    margin-top: 10px !important;
                    margin-bottom: 10px !important;
                }

                .honor-box .content-box .toggle-box .left-info .operate-btn {
                    position: static !important;
                }

                    .honor-box .content-box .toggle-box .left-info .operate-btn .custom-button + .custom-button {
                        margin-left: 5px !important;
                    }

                    .honor-box .content-box .toggle-box .left-info .operate-btn .toggle-round-button {
                        width: 40px !important;
                        height: 40px !important;
                    }

            .honor-box .content-box .toggle-box .right-card {
                width: 100% !important;
            }

                .honor-box .content-box .toggle-box .right-card .swiper-container {
                    width: auto !important;
                }

                .honor-box .content-box .toggle-box .right-card .swiper-slide {
                    width: 290px !important;
                    height: 350px !important;
                    padding-right: 10px !important;
                }

                    .honor-box .content-box .toggle-box .right-card .swiper-slide img {
                        width: 280px !important;
                        height: 350px !important;
                    }

    .history-box {
        height: auto !important;
        padding: 30px 0 0 !important;
        overflow: hidden;
    }

        .history-box .content-box .title-box .left-title .title {
            font-size: 24px !important;
        }

        .history-box .content-box .title-box .left-title .sub-title {
            font-size: 14px !important;
            margin-top: 10px !important;
        }

        .history-box .content-box .step-box {
            margin-top: 20px !important;
        }

            .history-box .content-box .step-box .left-area {
                display: none !important;
            }

            .history-box .content-box .step-box .right-area {
                padding-left: 0px !important;
                width: 100% !important;
            }

                .history-box .content-box .step-box .right-area:after {
                    top: calc(50% - 0px) !important;
                    width: 100% !important;
                }

                .history-box .content-box .step-box .right-area .toggle-item {
                    width: 40px !important;
                    height: 40px !important;
                }

                .history-box .content-box .step-box .right-area .toggle-dots-wrapper {
                    padding: 0px !important;
                    max-width: calc(100% - 80px) !important;
                }

                    .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item {
                        display: none !important;
                        margin-right: 0px !important;
                    }

                        .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item {
                            width: 100% !important;
                            display: flex !important;
                        }

                            .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item .year {
                                height: 30px !important;
                                font-weight: bold !important;
                                font-size: 24px !important;
                                letter-spacing: 0px !important;
                            }

                            .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item .dot {
                                width: 20px !important;
                                height: 20px !important;
                                margin-top: 32px !important;
                                margin-bottom: 10px !important;
                            }

                            .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item .info {
                                width: 100% !important;
                                height: 60px !important;
                                font-size: 14px !important;
                                line-height: 1.5em !important;
                                justify-content: center !important;
                            }

                                .history-box .content-box .step-box .right-area .toggle-dots-wrapper .toggle-dots-container .info-dot-item.active-item .info .text {
                                    width: 100% !important;
                                    margin: 0 auto !important;
                                    text-align: center !important;
                                    font-size: 12px !important;
                                }

    .partner-box {
        height: auto !important;
        padding: 20px 0 !important;
    }

        .partner-box .content-box .title-box .left-title .title {
            font-size: 24px !important;
        }

        .partner-box .content-box .title-box .left-title .sub-title {
            font-size: 14px !important;
            margin-top: 6px !important;
        }

        .partner-box .content-box .marquee-box {
            margin-top: 10px !important;
        }

            .partner-box .content-box .marquee-box .marquee-col + .marquee-col {
                margin-top: 0px !important;
            }

            .partner-box .content-box .marquee-box .marquee-col .marquee-content {
                align-items: center !important;
            }

            .partner-box .content-box .marquee-box .marquee-col .marquee-item {
                width: 100px !important;
                height: calc((120 / 228) * 100px) !important;
                border-radius: 0px !important;
            }

                .partner-box .content-box .marquee-box .marquee-col .marquee-item + .marquee-item {
                    margin-top: 5px !important;
                }

        .partner-box .content-box .statistic-box {
            display: block !important;
        }

            .partner-box .content-box .statistic-box .statistic-item {
                width: 100% !important;
                height: auto !important;
                padding: 20px 10px !important;
                text-shadow: 0 0 1px #000;
            }

                .partner-box .content-box .statistic-box .statistic-item:nth-child(2) {
                    background: url(/content/stech/images/home-partner-item-bg.png) bottom center;
                }

                    .partner-box .content-box .statistic-box .statistic-item:nth-child(2) .title .total .suffix {
                        font-size: 12px !important;
                    }

                .partner-box .content-box .statistic-box .statistic-item:hover {
                    transform: translateY(-5px);
                    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
                }

                .partner-box .content-box .statistic-box .statistic-item .title {
                    margin-top: 10px !important;
                }

                    .partner-box .content-box .statistic-box .statistic-item .title .total .number {
                        font-size: 30px !important;
                    }

                    .partner-box .content-box .statistic-box .statistic-item .title .total .suffix {
                        font-size: 30px !important;
                    }

                    .partner-box .content-box .statistic-box .statistic-item .title .total .unit {
                        font-size: 14px !important;
                    }

                .partner-box .content-box .statistic-box .statistic-item .desc {
                    margin-top: 10px !important;
                    font-size: 13px !important;
                    color: #495267;
                    line-height: 1.5em !important;
                    text-align: center;
                }

    .news-box {
        height: auto !important;
        padding: 20px 0 0 !important;
    }

        .news-box .content-box {
            padding: 0 !important;
        }

            .news-box .content-box .title-box {
                display: block !important;
                padding: 0 10px !important;
            }

                .news-box .content-box .title-box .detail-button {
                    width: 120px !important;
                }

                    .news-box .content-box .title-box .detail-button .text {
                        width: 100px !important;
                        height: 40px !important;
                        font-size: 12px !important;
                        padding-right: 5px !important;
                    }

                    .news-box .content-box .title-box .detail-button .icon {
                        width: 46px !important;
                        height: 46px !important;
                        margin-top: -23px !important;
                    }

                .news-box .content-box .title-box .left-title .title {
                    font-size: 24px !important;
                }

                .news-box .content-box .title-box .left-title .sub-title {
                    font-size: 14px !important;
                    margin-top: 6px !important;
                }

                .news-box .content-box .title-box .right-btn .more-btn {
                    display: inline-flex !important;
                    margin-top: 5px !important;
                }

                    .news-box .content-box .title-box .right-btn .more-btn span {
                        font-size: 12px !important;
                    }

                    .news-box .content-box .title-box .right-btn .more-btn .icon {
                        margin-left: 4px !important;
                        width: 25px !important;
                        height: 25px !important;
                    }

            .news-box .content-box .card-box {
                margin-top: 20px !important;
            }

                .news-box .content-box .card-box .card-item {
                    float: none !important;
                }

                    .news-box .content-box .card-box .card-item .card-front,
                    .news-box .content-box .card-box .card-item .card-back {
                        height: auto !important;
                    }

                    .news-box .content-box .card-box .card-item .card-front {
                        display: none !important;
                    }

                    .news-box .content-box .card-box .card-item .card-back {
                        display: block !important;
                        padding-top: 20px !important;
                        position: relative !important;
                    }

                        .news-box .content-box .card-box .card-item .card-back .card-info {
                            width: 100% !important;
                            float: none !important;
                            padding: 0px 10px !important;
                            position: static !important;
                        }

                            .news-box .content-box .card-box .card-item .card-back .card-info .cn-classify {
                                font-size: 16px !important;
                                margin-bottom: 8px !important;
                            }

                            .news-box .content-box .card-box .card-item .card-back .card-info .title {
                                margin-bottom: 8px !important;
                            }

                            .news-box .content-box .card-box .card-item .card-back .card-info .desc {
                                font-size: 12px !important;
                                line-height: 1.5em !important;
                            }

                            .news-box .content-box .card-box .card-item .card-back .card-info .next-btn {
                                width: 40px !important;
                                height: 40px !important;
                                left: auto !important;
                                right: 20px !important;
                                bottom: 20px !important;
                                background-color: rgba(0, 0, 0, 0.5) !important;
                                border-radius: 50% !important;
                            }

                        .news-box .content-box .card-box .card-item .card-back .img-box {
                            padding: 10px !important;
                            float: none !important;
                            width: 100% !important;
                            height: 300px !important;
                        }

    .contact-us-box .content-inner .top-area {
        height: auto !important;
        padding: 30px 0 !important;
    }

        .contact-us-box .content-inner .top-area .title {
            font-size: 24px !important;
        }

        .contact-us-box .content-inner .top-area .desc {
            font-size: 14px !important;
            margin-top: 5px !important;
            margin-bottom: 20px !important;
        }

        .contact-us-box .content-inner .top-area .contact-info {
            display: block !important;
        }

            .contact-us-box .content-inner .top-area .contact-info .info-title {
                font-size: 16px !important;
                margin-bottom: 10px !important;
                text-indent: 0 !important;
            }

            .contact-us-box .content-inner .top-area .contact-info .left-area .card-box,
            .contact-us-box .content-inner .top-area .contact-info .right-area .card-box {
                border-radius: 5px !important;
            }

                .contact-us-box .content-inner .top-area .contact-info .left-area .card-box .info-row .info-item .icon,
                .contact-us-box .content-inner .top-area .contact-info .right-area .card-box .info-row .info-item .icon {
                    width: 16px !important;
                    height: 16px !important;
                    top: 3px !important;
                    margin-right: 2px !important;
                }

                .contact-us-box .content-inner .top-area .contact-info .left-area .card-box .info-row .info-item .text,
                .contact-us-box .content-inner .top-area .contact-info .right-area .card-box .info-row .info-item .text {
                    font-size: 14px !important;
                    line-height: 1.5em !important;
                }

            .contact-us-box .content-inner .top-area .contact-info .left-area {
                width: 100% !important;
                margin-bottom: 10px !important;
            }

                .contact-us-box .content-inner .top-area .contact-info .left-area .card-box {
                    padding: 5px !important;
                }

                    .contact-us-box .content-inner .top-area .contact-info .left-area .card-box .info-row {
                        padding: 10px !important;
                    }

                        .contact-us-box .content-inner .top-area .contact-info .left-area .card-box .info-row:first-child {
                            padding: 10px !important;
                        }

                        .contact-us-box .content-inner .top-area .contact-info .left-area .card-box .info-row:nth-child(2) {
                            padding: 10px !important;
                        }

            .contact-us-box .content-inner .top-area .contact-info .right-area {
                width: 100% !important;
                margin-left: 0px !important;
            }

                .contact-us-box .content-inner .top-area .contact-info .right-area .card-box {
                    padding: 10px 15px !important;
                }

                    .contact-us-box .content-inner .top-area .contact-info .right-area .card-box .info-row {
                        padding: 0px !important;
                        flex-direction: column !important;
                    }

                        .contact-us-box .content-inner .top-area .contact-info .right-area .card-box .info-row .info-item {
                            width: 100% !important;
                            margin: 5px 0 !important;
                        }

    .contact-us-box .content-inner .bottom-area {
        height: auto !important;
        padding: 10px 0 !important;
    }

        .contact-us-box .content-inner .bottom-area .title {
            font-size: 20px !important;
            margin-bottom: 20px !important;
            text-align: left !important;
        }

        .contact-us-box .content-inner .bottom-area .contact-form .form-content {
            flex-direction: column !important;
            gap: 0px !important;
        }

            .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left {
                flex: 1;
            }

                .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left .form-row {
                    gap: 10px !important;
                    margin-bottom: 10px !important;
                }

                    .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left .form-row .form-group {
                        margin-bottom: 0px !important;
                    }

                        .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left .form-row .form-group label {
                            margin-bottom: 4px !important;
                            font-size: 15px !important;
                        }

                        .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left .form-row .form-group input,
                        .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left .form-row .form-group select {
                            height: 45px !important;
                        }

                        .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-left .form-row .form-group .form-control {
                            padding: 12px !important;
                            font-size: 13px !important;
                        }

            .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-right .form-group {
                margin-bottom: 0px !important;
            }

                .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-right .form-group label {
                    margin-bottom: 4px !important;
                    font-size: 15px !important;
                }

                .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-right .form-group .form-control {
                    padding: 12px !important;
                    font-size: 13px !important;
                }

                .contact-us-box .content-inner .bottom-area .contact-form .form-content .form-right .form-group textarea {
                    height: 150px !important;
                }

        .contact-us-box .content-inner .bottom-area .contact-form .submit-btn {
            margin-top: 10px !important;
            padding: 12px 30px !important;
            font-size: 15px !important;
        }

        .contact-us-box .content-inner .bottom-area .contact-form select.form-control {
            padding-right: 0px !important;
        }
}
