body {
    margin: 0;
    font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
    color: #222;
}

/* 顶部导航 */
header {
    background-image: url(../images/geo/geoHeadImg.png) !important;
}

.hero-content {
    max-width: 900px;
}

.hero-content p {
    font-size: 30px;
    margin-bottom: 20px;
}

.hero-content h1 {
    margin: 0 0 45px 0;
}

.hero-btns {
    position: relative;
    width: 100%;
    max-width: 580px;
    background-color: rgba(32, 32, 32, 0.2);
    border-radius: 80px;
    padding: 8px 24px;
}

.hero-btns input {
    width: 70%;
    height: 68px;
    font-size: 16px;
}

.hero-btns .nav-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.head-foot {
    margin-bottom: 60px;
    display: flex;
    gap: 10px;
}

.head-foot img {
    width: 18px;
    height: 21px;
    animation: bounce 1.2s infinite ease-in-out;
}

.head-foot span {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    animation: bounce 1.2s infinite ease-in-out;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.hero_bg {
    margin-bottom: 0px;
}

.nav-hamburger span {

    background-color: #fff;
}

/* 主体 */
main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0px !important;

}

section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* h2 {
    width: 300px;
    font-size: 42px !important;
    font-weight: 700;
    margin: 32px 0 16px 0;
    color: #222;
} */


/* <!-- AI 已成为新的搜索入口 --> */
/* 主容器 - 限制最大宽度并居中 */
.aiBg {
    max-width: 100%;
    background-color: #1a1a1a;
}

.main-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

/* 主内容区 */
.main-wrapper .container {
    color: #fff;
    padding: 80px 0px;
    display: flex;
    align-items: center;
    min-height: 380px;
    width: 100%;
}

/* 左侧竖线分隔 */
.main-wrapper .content {
    padding-left: 32px;
    border-left: 2px solid rgba(196, 196, 196, 1);
}

.main-wrapper .content h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 20px;
}

.main-wrapper .content h1 span {
    display: block;
}

.subtitle {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 36px;
    max-width: 800px;
}

.content .btn {
    display: inline-flex;
    align-items: center;
    gap: 32px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 8px;
    padding-left: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.content.btn:hover {
    border-color: #00a4ef;
    color: #00a4ef;
}

.content .btn .arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

/* ai */
.ai-section {
    width: 100%;
    padding: 64px 0px;
}

/* 整体容器居中 */
.ai-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

/* 顶部描述文字 */
.ai-title {
    font-size: 15px;
    color: #333;
    text-align: center;
    line-height: 1.4;
}

/* 图标横向排列容器 */
.ai-logo-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 35px;
    /* 图标之间间距 */
}

/* 单个图标项 */
.ai-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

/* 图标图片基础样式 */
.ai-item img {
    height: 62px;
    width: auto;
    object-fit: contain;
    border: none;
    outline: none;
}

s

/* 了解我们的产品功能 */
.section-title {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.main-title {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.sub-title {
    font-size: 16px;
    color: rgba(29, 39, 63, 1);
}


@media (max-width: 1024px) {
    h2 {
        font-size: 32px !important;
        width: 100%;
    }

    main {
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 24px !important;
        margin: 24px 0 12px 0;
    }

    main {
        padding: 0px;
    }

    section {
        padding: 0 12px;
        box-sizing: border-box;
    }
}

/* 卡片样式 */
.card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 100px;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .card-list {
        gap: 20px;
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .card-list {
        gap: 16px;
        margin-bottom: 40px;
        justify-content: center;
    }
}

/* 单个服务卡片样式 */
.service-card {
    background-color: rgba(248, 249, 252, 1);
    border-radius: 12px;
    padding: 32px 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1 1 calc(25% - 24px);
    min-width: 250px;
    text-align: center;
}

@media (max-width: 1024px) {
    .service-card {
        flex: 1 1 calc(50% - 20px);
        min-width: 220px;
        padding: 24px 20px;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .service-card {
        flex: 1 1 calc(50% - 16px);
        min-width: auto;
        padding: 20px 16px;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .service-card {
        flex: 1 1 100%;
        min-width: auto;
    }
}

.card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    font-weight: 600;
    color: #111827;
}

@media (max-width: 768px) {
    .card-title {
        font-size: 18px;
    }
}

.card-subtitle {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin-left: 12px;
}

@media (max-width: 768px) {
    .card-subtitle {
        font-size: 12px;
        margin-left: 8px;
    }
}

/* 单个服务卡片样式 */
.service-card {
    background-color: rgba(248, 249, 252, 1);
    border-radius: 12px;
    padding: 32px 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* 卡片头部（图标+标题+副标题） */
.card-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(29, 39, 63, 0.1);
}

.card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.card-title span {
    color: rgba(0, 74, 221, 1);
    border: 1px solid rgba(0, 74, 221, 1);
    padding: 2px 5px;
    border-radius: 6px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .card-title {
        font-size: 18px;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .card-title {
        font-size: 16px;
    }
}

/* 图标容器：统一图标大小和颜色 */
.card-icon,
.card-icon img {
    width: 48px;
    height: 48px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

@media (max-width: 768px) {

    .card-icon,
    .card-icon img {
        width: 50px;
        height: 50px;
    }
}

.card-subtitle {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin-left: 0;
}

@media (max-width: 768px) {
    .card-subtitle {
        font-size: 12px;
        margin-left: 0;
    }
}

/* 卡片内容（服务列表） */
.card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-left: 0;
    text-align: left;
}

.card-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: rgba(29, 39, 63, 1);
}

.card-content-item {
    font-size: 16px;
    color: rgba(29, 39, 63, 0.7);
    line-height: 22px;
}

@media (max-width: 768px) {
    .card-content-item {
        font-size: 12px;
    }
}

/* 卡片底部按钮区域 */
.card-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    margin-left: 0;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .card-footer {
        flex-direction: column;
        gap: 10px;
    }
}

/* 基础按钮样式 */
.card-btn {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

/* 了解更多按钮 */
.know-more-btn {
    color: #2563eb;
    background: transparent;
    border: none;
    padding-left: 0px;
}

.know-more-btn:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* 探索更多按钮（默认样式） */
.explore-more-btn {
    color: #6b7280;
    background: transparent;
    border: 1px solid #d1d5db;
}

.explore-more-btn:hover {
    border-color: #9ca3af;
    color: #374151;
}

/* 第一个卡片的探索更多按钮（高亮样式） */
.explore-more-btn:hover {
    color: #2563eb;
    border: 1px solid #2563eb;
    background-color: rgba(37, 99, 235, 0.05);
}

.explore-more-btn.highlight:hover {
    background-color: rgba(37, 99, 235, 0.1);
    border-color: #1d4ed8;
    color: #1d4ed8;
}

/* 响应式适配：小屏幕下调整间距和内边距 */
@media (max-width: 768px) {
    .service-container {
        gap: 16px;
    }

    .service-card {
        padding: 24px 16px;
    }

    .card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* 我们的客户行业 */
.industry-section {
    max-width: 100%;
}

.industry-section .custom-nav {
    position: inherit;
}

.industry-section .indexBlock5 .w1600 .content .swiper-slide .title {
    margin-top: 32px;
}

.industry-section .indexBlock5 .w1600 .content .swiper-slide {
    min-height: 420px;
}

.industry-section .w1600 {
    padding: 0px !important;
}

.industry-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* banner*/
.stats-section {
    max-width: 100%;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 整体容器 + 背景图 */
.banner-box {
    width: 100%;
    min-height: 800px;
    background: url(../images/geo/bgImg.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

/* 内容虚线外框 */
.content-wrap {
    width: 100%;
    max-width: 1440px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

/* 左侧文字区域 */
.left-text {
    max-width: 500px;
    color: #fff;
}

.left-text .geo-products-wrapper {
    margin-bottom: 30px;
}

.left-text .barIcon {
    background: #fff;
}

.left-text .geo-products-wrapper .geo-header-title {
    color: #fff;
}

.left-text .tag {
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.left-text .title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1.3;
}

.left-text .desc {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.left-text .desc-bold {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 探索更多按钮 */
.stats-section .geo-card-footer .geo-explore-btn {
    border: 1px solid rgba(255, 255, 255, 1);
}

.stats-section .geo-card-footer .geo-explore-btn::after {
    background: rgba(250, 250, 250, 0.1);

}

.stats-section .geo-card-footer .swiper-button-prev-tech {
    background: rgba(250, 250, 250, 1);
}

/* 右侧数据卡片区域 */
.right-card {
    min-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.card-item {
    /* background: rgba(12, 28, 61, 0.85); */
    background: rgba(255, 255, 255, 0.1);
    padding: 22px 28px;
    border-radius: 30px;
    color: #fff;
    backdrop-filter: blur(4px);
}

.right-card .label {
    font-size: 13px;
    color: #fff;
    margin-bottom: 8px;
}

.card-item .num {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}

.card-item .sub {
    font-size: 14px;
    margin-top: 4px;
}

/* 我的客户 */

.indexBlock4-section {
    max-width: 100%;
    background-color: rgba(248, 249, 252, 1);
    padding: 100px 0px;
}

.indexBlock4-section .geo-products-wrapper {
    margin: 0 auto;
}

.indexBlock4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexBlock4 .w1600 {
    width: 100%;
    max-width: 1920px;
    min-height: 600px;
    padding-top: 60px;
    overflow: hidden;
}

.indexBlock4 .w1600 .title {
    padding: 0;
    color: rgba(29, 39, 63, 1);
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0px;
    text-align: center;
}

.indexBlock4 .w1600 .content {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.indexBlock4 .w1600 .content .swiper-container .swiper-slide {
    display: inline-flex;
    height: 80px;
    border-radius: 60px;
    padding: 0px 50px;
    background: #fff;
    width: auto !important;
    align-items: center;
    justify-content: center;
}

/* 新闻动态 */
/* .news-section {
    max-width: 100%;
} */

.indexBlock5 {
    /* min-height: 1027px; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexBlock5 .w1600 {

    max-width: 1440px;
    padding: 50px 0;
}

.indexBlock5 .w1600 .title {
    padding: 0;
}

.indexBlock5 .w1600 .title p {
    color: rgba(29, 39, 63, 1);
    font-size: 42px;
    font-weight: 500;
    line-height: 49px;
    letter-spacing: 0px;
    text-align: left;
}

.indexBlock5 .w1600 .content {
    margin-top: 40px;
}

.indexBlock5 .w1600 .content .btn_box {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}

.indexBlock5 .w1600 .content .btn_box .btn {
    width: 124px;
    height: 46px;
    box-sizing: border-box;
    border: 1px solid rgba(29, 39, 63, 1);
    border-radius: 30px;
    background: rgba(255, 255, 255, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(29, 39, 63, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0px;
    cursor: pointer;
}

.news-section .industry-footer {
    margin-top: 32px;
    justify-content: flex-start;
}

.news-section .industry-footer .geo-explore-btn {
    gap: 13px;
    padding-left: 24px;
}

.news-section .industry-footer .geo-explore-btn .swiper-button-prev-tech {
    width: 30px;
    height: 30px;
}

.indexBlock5 .w1600 .content .btn_box .btn:hover {
    background: rgba(29, 39, 63, 1);
    color: #fff;
}

.indexBlock5 .w1600 .content .btn_box .btn.active {
    background: rgba(29, 39, 63, 1);
    color: #fff;
}

.indexBlock5 .w1600 .content .swiper-container-1 .swiper-wrapper {
    display: flex;
    align-items: center;
    /* gap: 60px; */
}

.swiper-container-1,
.swiper-container-2 {
    width: 100%;
    position: relative;
    /* margin: 20px 0; */
}

.indexBlock5 .w1600 .content .swiper-slide {
    width: 440px;
    min-height: 516px;
    position: relative;
}

.indexBlock5 .w1600 .content .swiper-slide .img_box {
    width: 100%;
    height: 240px;
    border-radius: 20px;
}

.indexBlock5 .w1600 .content .swiper-slide .img_box img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.indexBlock5 .w1600 .content .swiper-slide .label {
    margin-top: 40px;

}

.indexBlock5 .w1600 .content .swiper-slide .label span {
    min-width: 96px;
    height: 28px;
    border-radius: 8px;
    background: rgba(29, 39, 63, 0.05);
    display: inline-flex;
    color: rgba(29, 39, 63, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    padding: 0px 16px;
    align-items: center;
    justify-content: center;
}

.indexBlock5 .w1600 .content .swiper-slide .title {
    color: rgba(29, 39, 63, 1);
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 限制显示两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexBlock5 .w1600 .content .swiper-slide .tips {
    color: rgba(29, 39, 63, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 12px;
    opacity: 0.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制显示两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexBlock5 .w1600 .content .swiper-slide .more {
    color: rgba(56, 96, 244, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 36px;

    position: absolute;
    bottom: 0px;
}

.indexBlock5 .w1600 .content .content-container .more2_box {
    margin-top: 80px;
}

.indexBlock5 .w1600 .content .content-container .more2 {
    padding: 10px 60px 10px 60px;
    box-sizing: border-box;
    border: 1px solid rgba(29, 39, 63, 1);
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;


    color: rgba(29, 39, 63, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
}

/* 自定义导航按钮样式 */
.custom-nav {
    position: inherit;
    top: -85px;
    right: 0px;
    display: flex;
    justify-content: right;
    gap: 12px;
    z-index: 10;
}

.swiper-button {
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, rgba(15, 184, 246, 1) 0%, rgba(0, 80, 245, 1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.swiper-button-disabled {
    background: rgba(29, 39, 63, 1);
}



@media (max-width: 750px) {
    .indexBlock4 .w1600 {
        padding-bottom: 60px;
    }

    /* .indexBlock5 .w1600 {
        padding: 100px 8.3%;
    } */

    .indexBlock5 .w1600 .title p {
        font-size: 6vw;
    }

    .indexBlock5 .w1600 .content .btn_box .btn {
        width: 90px;
        height: 36px;
        font-size: 14px;
    }

    .indexBlock5 .w1600 .content .content-container .more2_box {
        margin-top: 40px;
    }

    .indexBlock5 .w1600 .content .content-container .more2 {
        width: 90px;
        height: 36px;
        font-size: 14px;
        padding: 0;
    }

    .indexBlock5 .w1600 .content .swiper-slide {
        width: calc((100% - 60px) / 2);
    }

    .indexBlock5 .w1600 .content .swiper-slide .img_box {
        height: 200px;
    }

    .custom-nav {
        display: none;
    }
}

@media (max-width: 414px) {
    .indexBlock4 .w1600 .title {
        font-size: 6vw;
    }

    .indexBlock4 .w1600 .content .list {
        width: 33.3333333333%;
        height: 80px;
    }

    .indexBlock4 .w1600 .content .swiper-container .swiper-slide {
        height: 60px;
        padding: 0px 30px;
    }
}

/* GEO 产品功能模块 */
.geo-products-section {
    max-width: 100%;
    padding: 80px 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.geo-products-wrapper {
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-left: 0;
}

.barIcon {
    width: 100%;
    max-width: 2px;
    height: 100px;
    background: linear-gradient(180deg, rgba(0, 80, 245, 1) 0%, rgba(15, 184, 246, 1) 100%);
}

.geo-products-header-bg {
    display: flex;
    gap: 25px;
    width: 100%;
    max-width: 500px;
}

.geo-products-header {}

.geo-header-tag {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}

.geo-header-title {
    font-size: 48px;
    font-weight: 400;
    color: #0f172a;
    margin: 10px 0 0 0;
    line-height: 1.3;
}

.geo-products-desc {
    max-width: 450px;
    display: flex;
    align-items: center;
}

.geo-products-desc p {
    font-size: 20px;
    color: rgba(15, 23, 42, 0.7);
    line-height: 1.6;
    margin: 0;
    max-width: 460px;
}

/* 卡片列表 */
.geo-card-list {
    width: 100%;
    max-width: 1440px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 40px;
}

/* 单个卡片 */
.geo-service-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 30px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    transition: all 0.3s ease;
}



.geo-card-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4px;
}

.geo-card-icon img {
    width: 72px;
    height: 72px;
}

.geo-card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.geo-card-title {
    font-size: 24px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    line-height: 1.4;
}

.geo-card-desc {
    font-size: 16px;
    color: rgba(15, 23, 42, 0.65);
    line-height: 1.6;
    margin: 0;
    flex: 1;
    min-height: 80px;
}

.geo-card-footer {
    padding: 2px;
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 8px;
}


.geo-card-footer .geo-explore-btn:hover {
    border-color: rgb(255, 255, 255, 0.1);
}

.geo-card-footer .geo-explore-btn:hover::before {
    opacity: 1;
}

.geo-card-footer .geo-explore-btn:hover .swiper-button-prev-tech {
    background: linear-gradient(135deg, rgba(15, 184, 246, 1) 0%, rgba(0, 80, 245, 1) 100%) !important;
}

.geo-card-footer .geo-explore-btn .swiper-button-prev-tech {
    width: 42px;
    height: 42px;
}

.geo-btn-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.geo-btn-icon.blue-icon {
    background-color: #1677ff;
    color: #fff;
    display: flex;
}

.geo-btn-icon.dark-icon {
    background-color: #222;
    color: #fff;
    display: none;
}

.geo-btn-icon svg {
    width: 20px;
    height: 20px;
}

/* 响应式适配 */
@media (max-width: 1024px) {
    .geo-products-wrapper {
        /* flex-direction: column; */
        gap: 40px;
        margin-bottom: 40px;
    }

    .geo-products-header {
        flex: 1 1 auto;
    }

    .geo-header-title {
        font-size: 28px;
    }

    .geo-card-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .geo-service-card {
        padding: 28px 24px;
    }
}

@media (max-width: 768px) {
    .geo-products-section {
        padding: 40px 16px;
    }

    .content .btn {
        gap: 20px;
        padding: 10px 8px;
        padding-left: 20px;
        font-size: 14px;
    }

    .content .btn .arrow {
        width: 32px;
        height: 32px;
    }

    /* header .nav-btn {
        width:30%;
    } */
    .geo-products-wrapper {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 32px;
    }

    .geo-products-desc {
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: start;
        justify-content: start;
    }

    .geo-products-header-bg {
        max-width: 100%;
    }

    .geo-header-title {
        font-size: 24px;
    }

    .geo-products-desc p {
        font-size: 14px;
    }

    .geo-card-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .geo-service-card {
        padding: 20px 16px;
        gap: 12px;
    }

    .geo-card-title {
        font-size: 16px;
    }

    .geo-card-desc {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .geo-products-section {
        padding: 30px 12px !important;
    }

    .geo-header-title {
        font-size: 20px;
    }

    .geo-service-card {
        padding: 16px 12px;
    }

    .geo-card-title {
        font-size: 14px;
    }

    .geo-card-desc {
        font-size: 12px;
    }

    .barIcon {
        height: 70px;
    }

    .geo-card-icon img {
        width: 52px;
        height: 52px;
    }

}

/* 咨询 */

/* GEO咨询区块 */
.geo-consult-section {
    width: 100%;
    max-width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 80, 245, 1) 50%, rgba(0, 80, 245, 1) 40%, rgba(0, 0, 0, 1) 100%);
    padding: 120px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consult-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consult-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.consult-title {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
    /* max-width: 450px; */
    width: 450px;
}

.consult-subtitle {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    opacity: 0.95;
}

.geo-consult-section .geo-explore-btn {
    color: #fff;
    border: none;
}

.geo-consult-section .geo-explore-btn::after {
    background: linear-gradient(135deg, rgba(92, 227, 243, 1) 0%, rgba(92, 227, 243, 1) 20%, rgba(0, 80, 245, 1) 100%) !important;
}

.geo-consult-section .swiper-button-prev-tech {
    background: rgba(250, 250, 250, 1);
}

.geo-consult-section .geo-card-footer:hover .swiper-button-prev-tech {
    background: rgba(250, 250, 250, 1) !important;
}

/* 响应式适配 */
@media (max-width: 1024px) {
    .geo-consult-section {
        padding: 100px 16px;
    }

    .consult-title {
        font-size: 36px;
    }

    .consult-subtitle {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .geo-consult-section {
        padding: 80px 16px;
    }

    .consult-title {
        font-size: 28px;
    }

    .consult-subtitle {
        font-size: 18px;
    }

    .consult-btn {
        padding: 10px 24px;
        font-size: 14px;
    }

    .consult-arrow {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 480px) {
    .geo-consult-section {
        padding: 60px 12px;
    }

    .consult-title {
        font-size: 22px;
    }

    .consult-subtitle {
        font-size: 14px;
    }

    .consult-content {
        gap: 16px;
    }

    .consult-btn {
        padding: 8px 20px;
        font-size: 13px;
        gap: 8px;
    }

    .consult-arrow {
        width: 32px;
        height: 32px;
    }

    .consult-arrow svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width:1440px) {
    .ai-section {
        display: none;
    }

    section {
        padding: 0 32px;
    }

    .indexBlock5 .w1600 .content {
        padding: 0px;
    }

    .indexBlock4-section {
        padding-bottom: 20px;
    }

    .indexBlock5 .w1600 .content .swiper-slide .tips {}

    .stats-section {
        padding: 0px;
        padding-top: 100px;
    }

    /* .indexBlock4-section .geo-products-wrapper{
        padding:0px 32px ;
    } */
    .news-section .w1600 {
        padding-top: 0px;
    }
}

@media screen and (max-width: 1280px) {
    .indexBlock5 .w1600 {
        max-width: 1200px;
        /* padding: 80px 0; */
    }

    .indexBlock5 .w1600 .title p {
        font-size: 36px;
        line-height: 42px;
    }

    .left-text {
        max-width: 400px;
    }

    .right-card {
        min-width: 280px;
    }

    .indexBlock5 .w1600 .content .swiper-slide {
        width: 380px !important;
        min-height: 480px;
    }

    .indexBlock5 .w1600 .content .swiper-slide .img_box {
        height: 220px;
    }

    .indexBlock5 .w1600 .content .swiper-slide .title {
        font-size: 22px;
        line-height: 26px;
    }

    .indexBlock5 .w1600 .content .swiper-slide .tips {
        font-size: 15px;
        line-height: 26px;
    }
}

/* ---------- Main 区域额外响应式适配（1440,1280,1024,768,425,375） ---------- */
@media (max-width: 1440px) {
    .main-wrapper .content h1 {
        font-size: 42px;
        line-height: 48px;
    }

    .main-wrapper .container {
        padding: 64px 12px;
        min-height: 360px;
    }

    section {
        padding: 0 28px;
    }
}

@media (max-width: 1280px) {
    .main-wrapper .content h1 {
        font-size: 38px;
        line-height: 46px;
    }

    .main-wrapper .container {
        padding: 56px 12px;
    }
}

@media (max-width: 1024px) {
    .indexBlock4 .w1600 {
        padding: 40px 0px !important;
        padding-bottom: 0px !important;
        min-height: 500px !important;
    }

    .main-wrapper .content h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .main-wrapper .container {
        padding: 48px 12px;
        min-height: auto;
        align-items: flex-start;
        flex-direction: column;
    }

    .main-wrapper .content {
        padding-left: 0;
        border-left: none;
    }

    .subtitle {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .left-text {
        max-width: 100%;
    }

    .right-card {
        min-width: 100%;
        flex-direction: row;
    }

    .label {
        display: none;
    }

    .content-wrap {
        flex-direction: column;
    }

    .main-wrapper .content h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .main-wrapper .container {
        padding: 36px 12px;
        gap: 16px;
    }

    .subtitle {
        font-size: 14px;
        max-width: 100%;
    }

    .hero-btns {
        max-width: 100%;
        padding: 6px 12px;
    }

    .hero-btns input {
        width: 60%;
        height: 50px;
        font-size: 14px;
    }

    header .nav-btn {
        top: 5px !important;
        right: 8px !important;
        /* padding: 0px!important; */
        padding: 10px 24px !important;
        font-size: 14px;
    }

    .banner-box {
        min-height: 600px;
    }
}

@media (max-width: 670px) {
    .card-item .num {
        font-size: 20px;
        white-space: nowrap;
    }

    .geo-card-footer .geo-explore-btn .swiper-button-prev-tech {
        width: 32px;
        height: 32px;
    }

    .geo-explore-btn .swiper-button-prev-tech {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 500px) {
    .hero-btns input {
        width: 50%;
        height: 50px;
        font-size: 14px;
    }

    header .nav-btn {
        top: 12px !important;
        right: 8px !important;
        /* padding: 0px!important; */
        padding: 10px 10px !important;
        font-size: 12px;
    }

    header .arrow img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 425px) {
    .indexBlock5 .w1600 .content .swiper-slide {
        width: 350px !important;
    }

    header .nav-btn {
        top: 8px !important;
        right: 8px !important;
        /* padding: 0px!important; */
        padding: 10px 10px !important;
        font-size: 12px;
    }

    .stats-section {
        padding: 0px;
        padding-top: 80px;
    }

    .content .btn {
        gap: 15px;
        padding: 5px 8px;
        padding-left: 20px;
        font-size: 14px;
    }

    .content .btn .arrow {
        width: 30px;
        height: 30px;
    }

    .main-wrapper .content h1 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .indexBlock4-section {
        padding-left: 15px !important;
    }

    .consult-title {
        font-size: 20px !important;
    }

    .card-item {
        padding: 15px;
    }

    .subtitle {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .hero-btns input {
        height: 44px;
        font-size: 13px;
    }
}

@media (max-width: 375px) {
    .main-wrapper .content h1 {
        font-size: 20px;
        line-height: 26px;
    }

    .subtitle {
        font-size: 12px;
    }

    .ai-logo-list {
        gap: 16px;
    }

    .ai-item img {
        height: 44px;
    }
}

/* End of main 区域响应式适配 */