/* =====================================================
   首页专用样式
   ===================================================== */

/* Hero Banner 区域 */
.hero-banner {
    position: relative;
    width: 100%;
    /* 按设计稿比例 1440:800 = 1.8:1 设置高度 */
    height: 55.56vw; /* 800/1440 = 55.56% */
    min-height: 800px;
    max-height: 100vh;
    overflow: hidden;
    background-color: #f0f0f0;
    background-image: url('../images/index/home-hero-top.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

/* 动态背景图 */
.hero-banner-custom {
    background-image: var(--bg-image, url('../images/index/home-hero-top.png'));
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-content {
    position: absolute;
    /* 按设计稿标注定位: Top: 165px, Left: 150px (1440px设计稿) */
    top: 165px; /* 标注: 165px / 800px = 20.625%，但使用固定值保持精确 */
    left: 10.42%; /* 150px / 1440px ≈ 10.42% */
    z-index: 10;
    text-align: left;
    width: auto;
    max-width: 40%; /* 576px / 1440px ≈ 40% */
    padding: 0;
    box-sizing: border-box;
}

.hero-content-inner {
    max-width: 100%;
    margin: 0;
}

.hero-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif;
    font-size: 48px; /* 标注: 48px */
    font-weight: 600; /* 标注: Semibold (600) */
    color: #1C1C1C !important; /* 标注: 黑色 #1C1C1C */
    margin: 0;
    line-height: 100%; /* 标注: 100% */
    text-shadow: none;
    text-align: left;
    letter-spacing: 0px; /* 标注: 0px */
    max-width: 576px; /* 标注: 576px，使用max-width以便响应式 */
    width: auto;
    height: auto;
}

.hero-subtitle {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif;
    font-size: 24px; /* 标注: 24px */
    font-weight: 400; /* 标注: 400 */
    color: #1C1C1C !important; /* 标注: 黑色 #1C1C1C */
    line-height: 40px; /* 标注: 40px */
    max-width: 584px; /* 标注: 584px */
    margin: 0;
    text-shadow: none; /* 移除阴影 */
    text-align: left;
    letter-spacing: 0px; /* 标注: 0px */
}

/* 统计数字区域 - 独立区域，在hero-banner外面 */
.stats-section {
    position: relative;
    background: #ffffff;
    width: 100%;
    padding: 50px 24px;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
}

.stats-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    padding: 0 40px;
}

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

.counter {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #EB6120;
    line-height: 68px;
    letter-spacing: 0;
}

.stat-label {
    font-size: 16px;
    color: #333;
}

/* 百年织就传奇 */
.heritage-section {
    padding: 100px 24px;
    background: white;
}

.heritage-container {
    max-width: 1200px;
    margin: 0 auto;
}

.heritage-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
}

.heritage-image {
    position: relative;
}

.heritage-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    display: block;
}

.heritage-content h2 {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #1C1C1C;
    line-height: 68px;
    letter-spacing: 0;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 20px;
}

.heritage-content h2 .highlight-text-bg {
    font-size: 36px;
    background: linear-gradient(to top, rgba(235, 97, 32, 0.25) 35%, transparent 35%);
}

.heritage-content h3 {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #1C1C1C;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 32px;
}

.heritage-text {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 30px;
    letter-spacing: 0;
    text-align: justify;
}

.heritage-text p {
    margin-bottom: 24px;
}

.heritage-text .semibold {
    font-weight: 600;
}

/* 最新动态 */
.news-section {
    padding: 100px 24px 100px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}

.news-container {
    max-width: 1400px;
    margin: 0 auto;
}

.news-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 60px;
}

/* 左侧边栏 */
.news-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}

.news-sidebar-header {
    margin-bottom: 60px;
}

.news-sidebar h2 {
    font-family: Arial, sans-serif;
    font-size: 48px;
    font-weight: 300;
    color: #CCCCCC;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 1.2;
}

.news-divider {
    width: 50px;
    height: 3px;
    background: #EB6120;
    margin: 20px 0;
}

.news-sidebar h3 {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 1.3;
    margin: 0;
}

.news-tabs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.news-tab {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    color: #333333;
    text-decoration: none;
    padding: 0 0 8px 0;
    position: relative;
    transition: all 0.3s;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.news-tab.active {
    color: #EB6120;
    border-bottom-color: #EB6120;
}

.news-tab:hover {
    color: #EB6120;
}

/* 右侧内容 */
.news-content {
    width: 100%;
}

.news-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.news-more-link {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #EB6120;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: opacity 0.3s;
}

.news-more-link:hover {
    opacity: 0.8;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.news-card {
    background: white;
    border-radius: 0;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s;
    cursor: pointer;
}

.news-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.news-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.news-card-content {
    display: flex;
    gap: 20px;
}

.news-date-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 80px;
}

.news-date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
}

.news-date-main {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 1;
    margin-bottom: 4px;
}

.news-date-year {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
}

.news-date-divider {
    width: 40px;
    height: 1px;
    background: #E0E0E0;
    margin-top: 8px;
}

.news-text-content {
    flex: 1;
}

.news-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 12px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.3s;
}

.news-card:hover .news-title {
    color: #EB6120;
}

.news-description {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 底部橙色条 */
.news-section-footer {
    width: 100%;
    height: 8px;
    background: #EB6120;
    margin-top: 60px;
}

/* Banner轮播区域 */
.banner-swiper-section {
    width: 100%;
    padding: 0;
    background: #fff;
    margin-top: 0;
}

.banner-swiper {
    width: 100%;
    height: 850px;
    position: relative;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.banner-swiper-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 品牌战略轮播项样式 */
.banner-strategy-slide {
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-strategy-content {
    width: 100%;
    max-width: none;
    height: 850px;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
}

.banner-strategy-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 82%;
    background-color: #EB6120;
    border-top-right-radius: 200px;
    z-index: 1;
}

.banner-strategy-header {
    position: absolute;
    top: 89px;
    left: 15%;
    width: 528px;
    z-index: 2;
}

.banner-strategy-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: white;
    margin: 0;
    line-height: 68px;
    letter-spacing: 0;
}

.banner-strategy-subtitle {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: white;
    margin: 0;
    line-height: 68px;
    letter-spacing: 0;
}

.banner-strategy-body {
    position: absolute;
    top: 264px;
    left: 15%;
    width: 425px;
    z-index: 2;
}

.banner-strategy-text {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin: 0;
    line-height: 30px;
    letter-spacing: 0;
    text-align: justify;
}

.banner-strategy-text:first-child {
    margin-bottom: 10px;
}

.banner-strategy-text ul,
.banner-strategy-text ol {
    padding-left: 20px;
    list-style: decimal;
    margin: 0;
}

.banner-strategy-text li {
    margin-bottom: 5px;
}

.banner-strategy-text li strong {
    font-weight: 600;
    color: white;
}

.banner-strategy-image {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    width: 48%;
    height: 45%;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    overflow: hidden;
    z-index: 5;
}

.banner-strategy-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* 展厅轮播项样式 (New Slide Style) */
.banner-exhibition-slide {
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-exhibition-content {
    width: 100%;
    max-width: none;
    height: 850px;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
}

.banner-exhibition-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 82%;
    background-color: #FBAD38;
    border-top-right-radius: 200px;
    z-index: 1;
}

.banner-exhibition-header {
    position: absolute;
    top: 89px;
    left: 15%;
    width: 800px; /* Wider to fit subtitle */
    z-index: 2;
}

.banner-exhibition-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: white;
    margin: 0;
    line-height: 68px;
    letter-spacing: 0;
}

.banner-exhibition-subtitle {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: white;
    margin: 0;
    line-height: 68px;
    letter-spacing: 0;
}

.banner-exhibition-body {
    position: absolute;
    top: 244px; /* Align with image top roughly, or keep similar to strategy slide */
    left: 15%;
    width: 440px; /* Adjust width to fit text next to image */
    z-index: 2;
}

.banner-exhibition-text {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin: 0;
    line-height: 30px;
    letter-spacing: 0;
    text-align: justify;
}

.banner-exhibition-image {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    width: 48%;
    height: 45%;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    overflow: hidden;
    z-index: 5;
}

.banner-exhibition-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* 西大街柔软集市轮播项样式 (Market Slide Style) */
.banner-market-slide {
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-market-content {
    width: 100%;
    max-width: none;
    height: 850px;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
}

.banner-market-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 82%;
    background-color: #5197ff;
    border-top-right-radius: 200px;
    z-index: 1;
}

.banner-market-header {
    position: absolute;
    top: 89px;
    left: 15%;
    width: 800px;
    z-index: 2;
}

.banner-market-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: white;
    margin: 0;
    line-height: 68px;
    letter-spacing: 0;
}

.banner-market-subtitle {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: white;
    margin: 0;
    line-height: 68px;
    letter-spacing: 0;
}

.banner-market-body {
    position: absolute;
    top: 244px;
    left: 15%;
    width: 440px;
    z-index: 2;
}

.banner-market-text {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin: 0;
    line-height: 30px;
    letter-spacing: 0;
    text-align: justify;
}

.banner-market-image {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    width: 48%;
    height: 45%;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    overflow: hidden;
    z-index: 5;
}

.banner-market-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* 装饰圆圈 */
.banner-circle-1 {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 0.1;
    top: -100px;
    left: 50px;
    pointer-events: none;
    z-index: 2;
}

.banner-circle-2 {
    position: absolute;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 0.1;
    bottom: -300px;
    left: -200px;
    pointer-events: none;
    z-index: 2;
}

/* Swiper分页器样式 */
.banner-swiper .swiper-pagination {
    bottom: 80px;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    text-align: center;
    padding-left: 0;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.banner-swiper .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.3s;
    margin: 0 4px !important;
    border-radius: 10px;
}

.banner-swiper .swiper-pagination-bullet-active {
    background: white;
    width: 30px;
    height: 4px;
    border-radius: 10px;
}

/* Swiper导航按钮样式 - 隐藏 */
.banner-swiper .swiper-button-next,
.banner-swiper .swiper-button-prev {
    display: none;
}

/* 响应式设计 - 第一个Banner轮播 */
@media (max-width: 1024px) {
    .banner-swiper {
        height: 500px;
    }
    
    .banner-strategy-content, .banner-exhibition-content, .banner-market-content {
        height: 500px;
    }
    
    .banner-strategy-header,
    .banner-exhibition-header,
    .banner-market-header {
        left: 5%;
        width: 50%;
    }
    
    .banner-strategy-title, .banner-exhibition-title, .banner-market-title {
        font-size: 36px;
        line-height: 48px;
    }
    
    .banner-strategy-subtitle, .banner-exhibition-subtitle, .banner-market-subtitle {
        font-size: 28px;
        line-height: 40px;
    }
    
    .banner-strategy-body,
    .banner-exhibition-body,
    .banner-market-body {
        left: 5%;
        width: 45%;
    }
    
    .banner-strategy-image, .banner-exhibition-image, .banner-market-image {
        width: 50%;
        height: 50%;
    }
    
    .banner-swiper .swiper-pagination {
        bottom: 60px;
    }
}

@media (max-width: 768px) {
    .banner-swiper {
        height: auto !important;
        min-height: auto;
        overflow: visible !important;
        padding-bottom: 10px;
    }
    
    .banner-swiper .swiper-wrapper {
        height: auto !important;
    }
    
    .banner-swiper .swiper-slide {
        height: auto !important;
        overflow: hidden;
    }
    
    .banner-strategy-slide,
    .banner-exhibition-slide,
    .banner-market-slide,
    .banner-default-slide {
        height: auto !important;
        align-items: flex-start;
    }
    
    .banner-swiper .swiper-pagination {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        bottom: 40px !important;
        z-index: 100 !important;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        gap: 8px;
    }
    
    .banner-swiper .swiper-pagination-bullet {
        width: 24px;
        height: 3px;
        background: rgba(255, 255, 255, 0.5) !important;
        opacity: 1 !important;
    }
    
    .banner-swiper .swiper-pagination-bullet-active {
        width: 24px;
        height: 3px;
        background: white !important;
        opacity: 1 !important;
    }
    
    .banner-strategy-content,
    .banner-exhibition-content,
    .banner-market-content {
        height: auto !important;
        min-height: auto;
        padding: 24px 20px 50px 20px;
        display: flex;
        flex-direction: column;
        overflow: visible !important;
        position: relative;
    }
    
    .banner-strategy-content::before,
    .banner-exhibition-content::before,
    .banner-market-content::before {
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
        height: calc(100% - 50px);
        min-height: calc(100% - 50px);
        bottom: 0;
        top: 0;
        z-index: 1;
    }
    
    .banner-strategy-header,
    .banner-exhibition-header,
    .banner-market-header {
        top: 0;
        left: 20px;
        width: calc(100% - 40px);
        position: relative;
        z-index: 3;
        margin-bottom: 12px;
    }
    
    .banner-strategy-title, .banner-exhibition-title, .banner-market-title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 8px;
    }
    
    .banner-strategy-subtitle, .banner-exhibition-subtitle, .banner-market-subtitle {
        font-size: 22px;
        line-height: 32px;
    }
    
    .banner-strategy-body,
    .banner-exhibition-body,
    .banner-market-body {
        top: auto;
        left: 20px;
        width: calc(100% - 40px);
        max-height: none;
        overflow-y: visible;
        padding-top: 12px;
        padding-bottom: 12px;
        position: relative;
        z-index: 3;
    }
    
    .banner-strategy-text, .banner-exhibition-text, .banner-market-text {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }
    
    .banner-strategy-text:first-child {
        margin-bottom: 12px;
    }
    
    .banner-strategy-text p {
        margin: 0;
    }
    
    .banner-strategy-text ul,
    .banner-strategy-text ol {
        margin: 0;
        padding-left: 20px;
    }
    
    .banner-strategy-text li {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 24px;
    }
    
    .banner-strategy-image, .banner-exhibition-image, .banner-market-image {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        width: calc(100% - 40px);
        height: 280px;
        margin: 16px 20px 0 20px;
        border-radius: 12px;
        overflow: hidden;
        z-index: 3;
    }
    
    .banner-strategy-img,
    .banner-exhibition-img,
    .banner-market-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }
}

/* 第二个Banner轮播区域 */
.banner-swiper-section-2 {
    width: 100%;
    padding: 0;
    background: #ffffff;
    margin-top: 0;
    position: relative;
    border-top: 3px solid #e0f2fe;
    border-bottom: 3px solid #e0f2fe;
}

.banner-swiper-section-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background-color: #FBAD38;
    z-index: 1;
    border-bottom: 1px solid #e0f2fe;
}

.banner-swiper-2 {
    width: 100%;
    height: auto;
    min-height: 900px;
    position: relative;
    padding: 0;
    padding-top: 120px;
    padding-bottom: 80px;
}

/* 优势轮播项样式 */
.banner-advantage-slide {
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-advantage-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px 0 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.banner-advantage-header {
    width: 100%;
    text-align: left;
    margin-bottom: 80px;
    background: #ffffff;
    padding: 0;
}

.banner-advantage-main-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #1C1C1C;
    line-height: 68px;
    letter-spacing: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.banner-advantage-main-title .title-line-1 {
    position: relative;
    display: inline-block;
}

.banner-advantage-main-title .title-line-1::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, transparent 0%, #FBAD38 20%, #FBAD38 80%, transparent 100%);
}

.banner-advantage-main-title .title-line-2 {
    font-size: 36px;
    font-weight: 500;
    color: #1C1C1C;
}

.banner-advantage-body {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.advantage-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 0;
}

.advantage-item {
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    margin-bottom: 60px;
    box-sizing: border-box;
}

.advantage-item:nth-child(3n) {
    margin-right: 0;
}

.advantage-item:nth-child(n+4) {
    margin-bottom: 0;
}

.advantage-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.advantage-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.advantage-icon svg {
    width: 40px;
    height: 40px;
}

/* 不同优势项的颜色 - 与设计图一致 */
.advantage-icon-1 {
    background-color: #FBAD38; /* 橙色 */
}

.advantage-icon-2 {
    background-color: #4A90E2; /* 蓝色 */
}

.advantage-icon-3 {
    background-color: #FFD700; /* 黄色 */
}

.advantage-icon-4 {
    background-color: #E74C3C; /* 红色 */
}

.advantage-icon-5 {
    background-color: #2ECC71; /* 绿色 */
}

.advantage-icon-6 {
    background-color: #9B59B6; /* 紫色 */
}

.advantage-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1C1C1C;
    line-height: 34px;
    letter-spacing: 0;
    margin: 0;
}

.advantage-description {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    width: 100%;
}

/* Swiper分页器样式 - 参照第一个banner */
.banner-swiper-2 .swiper-pagination-2 {
    bottom: 80px;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    text-align: center;
    padding-left: 0;
    z-index: 20;
}

.banner-swiper-2 .swiper-pagination-2 .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: all 0.3s;
    margin: 0 4px !important;
    border-radius: 10px;
}

.banner-swiper-2 .swiper-pagination-2 .swiper-pagination-bullet-active {
    background: #FBAD38;
    width: 30px;
    height: 4px;
    border-radius: 10px;
}

/* Swiper导航按钮样式 - 已隐藏 */
.banner-swiper-2 .swiper-button-next-2,
.banner-swiper-2 .swiper-button-prev-2 {
    display: none !important;
}

.banner-swiper-2 .swiper-button-next-2:hover,
.banner-swiper-2 .swiper-button-prev-2:hover {
    background: #EB6120;
    color: white;
    box-shadow: 0 4px 12px rgba(235, 97, 32, 0.3);
}

.banner-swiper-2 .swiper-button-next-2::after,
.banner-swiper-2 .swiper-button-prev-2::after {
    font-size: 20px;
    font-weight: bold;
}

.banner-swiper-2 .swiper-button-next-2 {
    right: 30px;
}

.banner-swiper-2 .swiper-button-prev-2 {
    left: 30px;
}

/* 荣誉轮播项样式 */
.banner-honor-slide {
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-honor-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px 0 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.banner-honor-header {
    width: 100%;
    text-align: left;
    margin-bottom: 60px;
    background: #ffffff;
    padding: 0;
}

.banner-honor-main-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #1C1C1C;
    line-height: 68px;
    letter-spacing: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.banner-honor-main-title .honor-title-line-1 {
    position: relative;
    display: inline-block;
}

.banner-honor-main-title .honor-title-line-1 .highlight-text {
    position: relative;
    display: inline-block;
}

.banner-honor-main-title .honor-title-line-1 .highlight-text::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 3px;
    background: #FBAD38;
}

.banner-honor-main-title .honor-title-line-2 {
    font-size: 36px;
    font-weight: 500;
    color: #1C1C1C;
}

.banner-honor-body {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.honor-grid {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0 auto;
}

.honor-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 0;
    box-shadow: none;
    transition: all 0.3s;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
}

.honor-card:hover {
    box-shadow: none;
    transform: none;
}

.honor-card-image {
    width: 200px;
    height: 200px;
    min-width: 200px;
    border-radius: 12px;
    overflow: hidden;
    background: #e0e0e0;
    flex-shrink: 0;
}

.honor-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.honor-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.honor-card-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #1C1C1C;
    line-height: 32px;
    letter-spacing: 0;
    margin: 0;
}

.honor-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.honor-card-list li {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    letter-spacing: 0;
    position: relative;
    padding-left: 20px;
}

.honor-card-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #EB6120;
    font-size: 20px;
    line-height: 26px;
}

/* 第二个轮播响应式设计 */
@media (max-width: 1024px) {
    .banner-swiper-2 {
        height: auto;
        min-height: 700px;
        padding: 60px 0;
    }
    
    .banner-advantage-content,
    .banner-honor-content {
        padding: 50px 30px 0 30px;
    }
    
    .banner-advantage-main-title {
        font-size: 36px;
        line-height: 50px;
    }
    
    .banner-advantage-main-title .title-line-2 {
        font-size: 28px;
    }
    
    .advantage-grid {
        display: flex;
        flex-wrap: wrap;
    }
    
    .advantage-item {
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
        margin-bottom: 40px;
    }
    
    .advantage-item:nth-child(2n) {
        margin-right: 0;
    }
    
    .advantage-item:nth-child(n+5) {
        margin-bottom: 40px;
    }
    
    .advantage-item:nth-child(n+6) {
        margin-bottom: 0;
    }
    
    .advantage-icon {
        width: 70px;
        height: 70px;
    }
    
    .advantage-icon svg {
        width: 35px;
        height: 35px;
    }
    
    .advantage-title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .advantage-description {
        font-size: 14px;
        line-height: 22px;
    }
    
    .banner-honor-main-title {
        font-size: 36px;
        line-height: 50px;
    }
    
    .banner-honor-main-title .honor-title-line-2 {
        font-size: 28px;
    }
    
    .honor-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .honor-card {
        padding: 20px;
    }
    
    .honor-card-image {
        width: 180px;
        height: 180px;
        min-width: 180px;
    }
    
    .honor-card-title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .honor-card-list li {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .banner-swiper-section-2::before {
        height: 80px;
    }
    
    .banner-swiper-2 {
        height: auto !important;
        min-height: auto;
        padding: 0;
        padding-top: 80px;
        padding-bottom: 10px;
    }
    
    .banner-swiper-2 .swiper-wrapper {
        height: auto !important;
    }
    
    .banner-swiper-2 .swiper-slide {
        height: auto !important;
    }
    
    .banner-advantage-slide,
    .banner-honor-slide,
    .banner-default-slide-2 {
        height: auto !important;
        align-items: flex-start;
    }
    
    .banner-advantage-content {
        padding: 20px 20px 10px 20px;
        height: auto !important;
    }
    
    .banner-advantage-header {
        margin-bottom: 24px;
    }
    
    .banner-advantage-main-title {
        font-size: 26px;
        line-height: 36px;
    }
    
    .banner-advantage-main-title .title-line-2 {
        font-size: 20px;
    }
    
    .advantage-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }
    
    .advantage-item {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
        gap: 16px;
    }
    
    .advantage-item:nth-child(n+4) {
        margin-bottom: 30px !important;
    }
    
    .advantage-item:last-child {
        margin-bottom: 0 !important;
    }
    
    .advantage-icon {
        width: 64px;
        height: 64px;
        flex-shrink: 0;
    }
    
    .advantage-icon svg {
        width: 32px;
        height: 32px;
    }
    
    .advantage-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    .advantage-description {
        font-size: 14px;
        line-height: 22px;
    }
    
    .banner-swiper-2 .swiper-button-next-2,
    .banner-swiper-2 .swiper-button-prev-2 {
        display: none !important;
    }
    
    .banner-swiper-2 .swiper-pagination-2 {
        bottom: 40px;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
    }
    
    .banner-honor-content {
        padding: 24px 20px 0 20px;
    }
    
    .banner-honor-header {
        margin-bottom: 24px;
    }
    
    .banner-honor-main-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .banner-honor-main-title .honor-title-line-2 {
        font-size: 18px;
    }
    
    .honor-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .honor-card {
        flex-direction: row !important;
        padding: 12px;
        gap: 12px;
        align-items: flex-start;
    }
    
    .honor-card-image {
        width: 100px !important;
        height: 100px !important;
        min-width: 100px !important;
        flex-shrink: 0;
    }
    
    .honor-card-content {
        flex: 1;
        gap: 8px;
    }
    
    .honor-card-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
    }
    
    .honor-card-list {
        gap: 6px;
    }
    
    .honor-card-list li {
        font-size: 12px;
        line-height: 18px;
        padding-left: 16px;
    }
}

@media (max-width: 480px) {
    .banner-swiper-2 {
        height: auto !important;
        padding-bottom: 8px;
    }
    
    .banner-swiper-2 .swiper-wrapper {
        height: auto !important;
    }
    
    .banner-swiper-2 .swiper-slide {
        height: auto !important;
    }
    
    .banner-advantage-slide,
    .banner-honor-slide,
    .banner-default-slide-2 {
        height: auto !important;
        align-items: flex-start;
    }
    
    .banner-advantage-content,
    .banner-honor-content {
        padding: 16px 16px 8px 16px;
        height: auto !important;
    }
    
    .banner-advantage-header,
    .banner-honor-header {
        margin-bottom: 16px;
    }
    
    .banner-advantage-main-title {
        font-size: 22px;
        line-height: 32px;
    }
    
    .banner-advantage-main-title .title-line-2 {
        font-size: 18px;
    }
    
    .advantage-item {
        margin-bottom: 24px !important;
        gap: 12px;
    }
    
    .advantage-icon {
        width: 56px;
        height: 56px;
    }
    
    .advantage-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .advantage-title {
        font-size: 16px;
        line-height: 24px;
    }
    
    .advantage-description {
        font-size: 13px;
        line-height: 20px;
    }
    
    .banner-honor-main-title {
        font-size: 22px;
        line-height: 32px;
    }
    
    .banner-honor-main-title .honor-title-line-2 {
        font-size: 18px;
    }
    
    .honor-card {
        flex-direction: row !important;
        padding: 10px;
        gap: 10px;
        align-items: flex-start;
    }
    
    .honor-card-image {
        width: 80px !important;
        height: 80px !important;
        min-width: 80px !important;
        flex-shrink: 0;
    }
    
    .honor-card-content {
        flex: 1;
        gap: 6px;
    }
    
    .honor-card-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    
    .honor-card-list {
        gap: 4px;
    }
    
    .honor-card-list li {
        font-size: 11px;
        line-height: 16px;
        padding-left: 14px;
    }
}

/* 产品展示轮播区域 */
.product-showcase-section {
    width: 100%;
    padding: 100px 24px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.product-showcase-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* 头部区域 */
.product-showcase-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    gap: 40px;
}

.product-showcase-title-area {
    flex: 1;
}

.product-showcase-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #1C1C1C;
    line-height: 68px;
    letter-spacing: 0;
    margin: 0 0 20px 0;
}

.product-showcase-description {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0;
    max-width: 800px;
}

.product-intro-button {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #EB6120;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
}

.product-intro-button:hover {
    background: #d4551a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(235, 97, 32, 0.3);
}

/* 轮播容器 */
.product-showcase-swiper {
    width: 100%;
    padding-bottom: 60px;
}

.product-card {
    background: linear-gradient(180deg, #f8e8d8 0%, #f5dcc0 100%);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.product-card-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #ffffff;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-card-content {
    padding: 30px;
    background: linear-gradient(180deg, #f8e8d8 0%, #f5dcc0 100%);
}

.product-card-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0 0 12px 0;
}

.product-card-description {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
    opacity: 0.95;
}

/* 分页器样式 - 橙色 */
.product-showcase-pagination {
    bottom: 20px !important;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.product-showcase-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(235, 97, 32, 0.4);
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-radius: 50%;
    cursor: pointer;
}

.product-showcase-pagination .swiper-pagination-bullet-active {
    background: #EB6120;
    width: 24px;
    height: 8px;
    border-radius: 4px;
    opacity: 1;
}

/* 响应式设计 - 产品展示区域 */
@media (max-width: 1024px) {
    .product-showcase-section {
        padding: 80px 24px;
    }
    
    .product-showcase-title {
        font-size: 36px;
        line-height: 50px;
    }
    
    .product-showcase-description {
        font-size: 15px;
        line-height: 28px;
    }
    
    .product-showcase-header {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    
    .product-intro-button {
        align-self: center;
    }
    
    .product-card-image {
        height: 350px;
    }
    
    .product-card-title {
        font-size: 26px;
        line-height: 38px;
    }
}

@media (max-width: 768px) {
    .product-showcase-section {
        padding: 60px 20px;
    }
    
    .product-showcase-container {
        max-width: 100%;
    }
    
    .product-showcase-title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 16px;
    }
    
    .product-showcase-description {
        font-size: 14px;
        line-height: 24px;
    }
    
    .product-showcase-header {
        margin-bottom: 40px;
        align-items: center;
    }
    
    .product-intro-button {
        align-self: center;
    }
    
    .product-card-image {
        height: 280px;
    }
    
    .product-card-content {
        padding: 24px;
    }
    
    .product-card-title {
        font-size: 22px;
        line-height: 32px;
    }
    
    .product-card-description {
        font-size: 13px;
        line-height: 20px;
    }
    
    .product-showcase-pagination {
        bottom: 15px !important;
    }
}

@media (max-width: 480px) {
    .product-showcase-section {
        padding: 40px 16px;
    }
    
    .product-showcase-title {
        font-size: 24px;
        line-height: 36px;
    }
    
    .product-showcase-description {
        font-size: 13px;
        line-height: 22px;
    }
    
    .product-showcase-header {
        margin-bottom: 30px;
        align-items: center;
    }
    
    .product-intro-button {
        font-size: 14px;
        padding: 12px 24px;
        align-self: center;
    }
    
    .product-card-image {
        height: 220px;
    }
    
    .product-card-content {
        padding: 20px;
    }
    
    .product-card-title {
        font-size: 20px;
        line-height: 30px;
    }
    
    .product-card-description {
        font-size: 12px;
        line-height: 18px;
    }
}

/* =====================================================
   合作伙伴区域 - 携手高阳优品・共创产业新未来
   ===================================================== */
.partners-section {
    background: white;
    padding: 100px 24px;
    width: 100%;
}

.partners-container {
    max-width: 1400px;
    margin: 0 auto;
}

.partners-header {
    text-align: center;
    margin-bottom: 60px;
}

.partners-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #1C1C1C;
    line-height: 68px;
    letter-spacing: 0;
    margin: 0 0 20px 0;
}

.partners-subtitle {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    letter-spacing: 0;
    margin: 0;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    align-items: start;
}

.partner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.partner-logo {
    width: 100%;
    height: 90px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    margin-bottom: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.partner-logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.partner-logo:hover {
    border-color: #d0d0d0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.partner-logo:hover::before {
    opacity: 1;
}

.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    filter: grayscale(0%);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.partner-logo:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.partner-name {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #555555;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin: 0;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.partner-item:hover .partner-name {
    color: #333333;
}

/* 响应式设计 */
@media (max-width: 1400px) {
    .partners-container {
        max-width: 1200px;
    }
    
    .partners-grid {
        gap: 20px;
    }
    
    .partner-logo {
        height: 85px;
        padding: 12px;
    }
}

@media (max-width: 1200px) {
    .partners-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }
}

@media (max-width: 1024px) {
    .partners-section {
        padding: 80px 24px;
    }
    
    .partners-title {
        font-size: 40px;
        line-height: 56px;
    }
    
    .partners-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    
    .partner-logo {
        height: 100px;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .partners-section {
        padding: 60px 20px;
    }
    
    .partners-title {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 16px;
    }
    
    .partners-subtitle {
        font-size: 14px;
        line-height: 24px;
    }
    
    .partners-header {
        margin-bottom: 40px;
    }
    
    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    
    .partner-logo {
        height: 90px;
        padding: 12px;
        margin-bottom: 12px;
    }
    
    .partner-name {
        font-size: 13px;
        line-height: 18px;
        min-height: 36px;
    }
}

@media (max-width: 480px) {
    .partners-section {
        padding: 40px 16px 20px;
    }
    
    .partners-title {
        font-size: 28px;
        line-height: 40px;
    }
    
    .partners-subtitle {
        font-size: 13px;
        line-height: 22px;
    }
    
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .partner-logo {
        height: 80px;
        padding: 10px;
        margin-bottom: 10px;
    }
    
    .partner-name {
        font-size: 12px;
        line-height: 16px;
        min-height: 32px;
    }
}

/* 加入我们区域 */
.join-us-section {
    position: relative;
    width: 100%;
    padding: 120px 0 80px;
    background: #f5f5f5;
    overflow: hidden;
    box-sizing: border-box;
}

.join-us-section::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 200px;
    background: #ffffff;
    border-radius: 0 0 50% 50%;
    z-index: 0;
}

.join-us-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
    z-index: 1;
}

.join-us-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.join-us-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
}

.join-us-subtitle {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 1.4;
    margin: 0 0 40px 0;
    letter-spacing: -0.3px;
}

.join-us-bottom {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.join-us-text {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin: 0;
    flex: 1;
    letter-spacing: 0.3px;
}

.join-us-button {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background: #EB6120;
    padding: 16px 48px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(235, 97, 32, 0.2);
}

.join-us-button:hover {
    background: #d4551a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(235, 97, 32, 0.3);
}

/* 加入我们区域响应式设计 */
@media (max-width: 1200px) {
    .join-us-container {
        padding: 0 60px;
    }
    
    .join-us-bottom {
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    .join-us-section {
        padding: 100px 0 40px;
    }
    
    .join-us-section::before {
        top: -80px;
        height: 160px;
    }
    
    .join-us-container {
        padding: 0 40px;
    }
    
    .join-us-title {
        font-size: 40px;
        margin-bottom: 14px;
    }
    
    .join-us-subtitle {
        font-size: 30px;
        margin-bottom: 32px;
    }
    
    .join-us-bottom {
        gap: 24px;
    }
    
    .join-us-text {
        font-size: 15px;
        line-height: 26px;
    }
    
    .join-us-button {
        font-size: 17px;
        padding: 15px 40px;
    }
}

@media (max-width: 768px) {
    .join-us-section {
        padding: 80px 0 30px;
    }
    
    .join-us-section::before {
        top: -60px;
        height: 120px;
    }
    
    .join-us-container {
        padding: 0 30px;
    }
    
    .join-us-title {
        font-size: 32px;
        margin-bottom: 12px;
    }
    
    .join-us-subtitle {
        font-size: 24px;
        margin-bottom: 28px;
    }
    
    .join-us-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    
    .join-us-text {
        font-size: 15px;
        line-height: 26px;
    }
    
    .join-us-button {
        font-size: 16px;
        padding: 14px 36px;
        align-self: flex-start;
    }
}

@media (max-width: 480px) {
    .join-us-section {
        padding: 60px 0 20px;
    }
    
    .join-us-section::before {
        top: -40px;
        height: 80px;
    }
    
    .join-us-container {
        padding: 0 20px;
    }
    
    .join-us-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    
    .join-us-subtitle {
        font-size: 20px;
        margin-bottom: 24px;
    }
    
    .join-us-bottom {
        gap: 20px;
    }
    
    .join-us-text {
        font-size: 14px;
        line-height: 24px;
    }
    
    .join-us-button {
        font-size: 16px;
        padding: 14px 32px;
        width: 100%;
        text-align: center;
    }
}

/* =====================================================
   全局响应式设计优化 - 针对各主流设备
   ===================================================== */

/* 通用响应式图片 */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 确保所有容器在移动端有适当的内边距 */
@media (max-width: 768px) {
    section {
        overflow-x: hidden;
    }
    
    /* 确保swiper容器在移动端正常显示 */
    .swiper {
        overflow: hidden;
    }
    
    /* 第一个轮播需要overflow visible以显示分页器 */
    .banner-swiper {
        overflow: visible !important;
    }
    
    .swiper-wrapper {
        display: flex;
    }
    
    .swiper-slide {
        width: 100%;
        flex-shrink: 0;
    }
}

/* 平板设备 (768px - 1024px) */
@media (max-width: 1024px) {
    /* Hero Banner */
    .hero-banner {
        height: 55.56vw;
        min-height: 450px;
        max-height: 70vh;
    }
    
    .hero-content {
        top: 120px;
        left: 5%;
        max-width: 90%;
    }
    
    .hero-title {
        font-size: 40px;
        line-height: 1.2;
        color: #1C1C1C !important;
        text-align: left;
    }
    
    .hero-subtitle {
        font-size: 18px;
        line-height: 1.6;
        color: #1C1C1C !important;
        text-align: left;
    }
    
    /* 统计数字区域 */
    .stats-section {
        padding: 50px 24px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        padding: 0 20px;
    }
    
    .counter {
        font-size: 40px;
        line-height: 56px;
    }
    
    .stat-label {
        font-size: 15px;
    }
    
    /* 百年织就传奇 */
    .heritage-section {
        padding: 80px 24px;
    }
    
    .heritage-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .heritage-content h2 {
        font-size: 40px;
        line-height: 56px;
    }
    
    .heritage-content h2 .highlight-text-bg {
        font-size: 32px;
    }
    
    .heritage-content h3 {
        font-size: 22px;
        line-height: 36px;
    }
    
    /* 最新动态 */
    .news-section {
        padding: 80px 24px;
    }
    
    .news-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .news-sidebar {
        position: static;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .news-sidebar-header {
        margin-bottom: 0;
    }
    
    .news-tabs {
        flex-direction: row;
        gap: 24px;
    }
    
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    /* 产品展示区域 */
    .product-showcase-header {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    
    .product-intro-button {
        align-self: center;
    }
}

/* 手机设备 (最大 768px) */
@media (max-width: 768px) {
    /* Hero Banner */
    .hero-banner {
        height: 60vh;
        min-height: 400px;
        max-height: 500px;
    }
    
    /* 隐藏垂直装饰横幅在小屏幕上 */
    .hero-decorative-banner {
        display: none;
    }
    
    .hero-content {
        top: 20%;
        left: 4%;
        right: 4%;
        max-width: 92%;
        padding: 0;
    }
    
    .hero-title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 16px;
        color: #1C1C1C !important;
        text-align: left;
    }
    
    .hero-subtitle {
        font-size: 14px;
        line-height: 1.6;
        color: #1C1C1C !important;
        text-align: left;
    }
    
    /* 统计数字区域 */
    .stats-section {
        padding: 40px 20px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
        padding: 0;
    }
    
    .counter {
        font-size: 32px;
        line-height: 48px;
    }
    
    .stat-label {
        font-size: 13px;
        line-height: 1.4;
    }
    
    /* 百年织就传奇 */
    .heritage-section {
        padding: 60px 20px;
    }
    
    .heritage-grid {
        gap: 30px;
    }
    
    .heritage-content h2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    
    .heritage-content h2 .highlight-text-bg {
        font-size: 24px;
    }
    
    .heritage-content h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px;
    }
    
    .heritage-text {
        font-size: 14px;
        line-height: 26px;
    }
    
    /* 最新动态 */
    .news-section {
        padding: 60px 20px;
    }
    
    .news-sidebar {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    
    .news-sidebar h2 {
        font-size: 32px;
    }
    
    .news-sidebar h3 {
        font-size: 18px;
    }
    
    .news-tabs {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
        width: 100%;
    }
    
    .news-tab {
        font-size: 14px;
        padding: 8px 16px;
        white-space: nowrap;
    }
    
    .news-header {
        margin-bottom: 24px;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .news-card {
        padding: 20px;
    }
    
    .news-card-content {
        flex-direction: column;
        gap: 16px;
    }
    
    .news-date-wrapper {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }
    
    .news-date-divider {
        width: 1px;
        height: 40px;
        margin: 0;
    }
    
    .news-date-main {
        font-size: 24px;
    }
    
    .news-title {
        font-size: 16px;
        line-height: 24px;
    }
    
    .news-description {
        font-size: 13px;
        line-height: 20px;
    }
    
    /* 第一个Banner轮播区域 */
    .banner-swiper {
        height: auto !important;
        min-height: auto;
        overflow: visible !important;
        padding-bottom: 50px;
    }
    
    .banner-swiper .swiper-wrapper {
        height: auto !important;
    }
    
    .banner-swiper .swiper-slide {
        height: auto !important;
        overflow: hidden;
    }
    
    .banner-strategy-slide,
    .banner-exhibition-slide,
    .banner-market-slide,
    .banner-default-slide {
        height: auto !important;
        align-items: flex-start;
    }
    
    .banner-strategy-content,
    .banner-exhibition-content,
    .banner-market-content {
        height: auto !important;
        min-height: auto;
        padding: 24px 20px 60px 20px;
        display: flex;
        flex-direction: column;
        overflow: visible !important;
        position: relative;
    }
    
    .banner-strategy-content::before,
    .banner-exhibition-content::before,
    .banner-market-content::before {
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
        height: calc(100% - 60px);
        min-height: calc(100% - 60px);
        bottom: 0;
        top: 0;
        z-index: 1;
    }
    
    .banner-strategy-header,
    .banner-exhibition-header,
    .banner-market-header {
        top: 0;
        left: 20px;
        width: calc(100% - 40px);
        position: relative;
        z-index: 3;
        margin-bottom: 12px;
    }
    
    .banner-strategy-title,
    .banner-exhibition-title,
    .banner-market-title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 8px;
    }
    
    .banner-strategy-subtitle,
    .banner-exhibition-subtitle,
    .banner-market-subtitle {
        font-size: 22px;
        line-height: 32px;
    }
    
    .banner-strategy-body,
    .banner-exhibition-body,
    .banner-market-body {
        top: auto;
        left: 20px;
        width: calc(100% - 40px);
        max-height: none;
        overflow-y: visible;
        padding-top: 12px;
        padding-bottom: 12px;
        position: relative;
        z-index: 3;
    }
    
    .banner-strategy-text,
    .banner-exhibition-text,
    .banner-market-text {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }
    
    .banner-strategy-text:first-child {
        margin-bottom: 12px;
    }
    
    .banner-strategy-image,
    .banner-exhibition-image,
    .banner-market-image {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        width: calc(100% - 40px);
        height: 260px;
        margin: 16px 20px 0 20px;
        border-radius: 12px;
        overflow: hidden;
        z-index: 3;
    }
    
    .banner-strategy-img,
    .banner-exhibition-img,
    .banner-market-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }
    
    .banner-circle-1,
    .banner-circle-2 {
        display: none;
    }
    
    /* 优势轮播区域 - 移动端优化 */
    .advantage-item {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
    }
    
    .advantage-item:nth-child(n+4) {
        margin-bottom: 30px !important;
    }
    
    .advantage-icon {
        width: 60px;
        height: 60px;
        flex-shrink: 0;
    }
    
    .advantage-icon svg {
        width: 30px;
        height: 30px;
    }
    
    .advantage-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    .advantage-description {
        font-size: 13px;
        line-height: 20px;
    }
    
    /* 荣誉轮播区域 - 移动端优化 */
    .honor-card {
        flex-direction: row !important;
        padding: 12px;
        gap: 12px;
        align-items: flex-start;
    }
    
    .honor-card-image {
        width: 100px !important;
        height: 100px !important;
        min-width: 100px !important;
        flex-shrink: 0;
    }
    
    .honor-card-content {
        flex: 1;
        gap: 8px;
    }
    
    .honor-card-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
    }
    
    .honor-card-list {
        gap: 6px;
    }
    
    .honor-card-list li {
        font-size: 12px;
        line-height: 18px;
        padding-left: 16px;
    }
}

/* 小屏手机 (最大 480px) */
@media (max-width: 480px) {
    /* Hero Banner */
    .hero-banner {
        height: 50vh;
        min-height: 350px;
        max-height: 450px;
    }
    
    .hero-content {
        top: 15%;
        left: 4%;
        right: 4%;
        max-width: 92%;
    }
    
    .hero-title {
        font-size: 22px;
        line-height: 1.3;
        color: #1C1C1C !important;
        text-align: left;
    }
    
    .hero-subtitle {
        font-size: 12px;
        line-height: 1.6;
        color: #1C1C1C !important;
        text-align: left;
    }
    
    /* 统计数字区域 */
    .stats-section {
        padding: 30px 16px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 12px;
    }
    
    .counter {
        font-size: 28px;
        line-height: 40px;
    }
    
    .stat-label {
        font-size: 12px;
        line-height: 1.4;
    }
    
    /* 百年织就传奇 */
    .heritage-section {
        padding: 40px 16px;
    }
    
    .heritage-content h2 {
        font-size: 22px;
        line-height: 32px;
    }
    
    .heritage-content h2 .highlight-text-bg {
        font-size: 20px;
    }
    
    .heritage-content h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    
    .heritage-text {
        font-size: 13px;
        line-height: 24px;
    }
    
    /* 最新动态 */
    .news-section {
        padding: 40px 16px;
    }
    
    .news-sidebar h2 {
        font-size: 24px;
    }
    
    .news-sidebar h3 {
        font-size: 16px;
    }
    
    .news-tabs {
        gap: 8px;
    }
    
    .news-tab {
        font-size: 13px;
        padding: 6px 12px;
    }
    
    .news-card {
        padding: 16px;
    }
    
    .news-card-content {
        flex-direction: column;
        gap: 12px;
    }
    
    .news-date-wrapper {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    
    .news-date-main {
        font-size: 20px;
    }
    
    .news-date-divider {
        width: 1px;
        height: 32px;
        margin: 0;
    }
    
    .news-title {
        font-size: 15px;
        line-height: 22px;
    }
    
    .news-description {
        font-size: 12px;
        line-height: 18px;
    }
    
    /* 第一个Banner轮播区域 */
    .banner-swiper {
        height: 780px !important;
        min-height: auto;
        overflow: visible !important;
        padding-bottom: 50px;
    }
    
    .banner-swiper .swiper-wrapper {
        height: auto !important;
    }
    
    .banner-swiper .swiper-slide {
        height: auto !important;
        overflow: hidden;
    }
    
    .banner-strategy-slide,
    .banner-exhibition-slide,
    .banner-market-slide,
    .banner-default-slide {
        height: auto !important;
        align-items: flex-start;
    }
    
    .banner-strategy-content,
    .banner-exhibition-content,
    .banner-market-content {
        height: 780px !important;
        min-height: 780px;
        padding: 20px 16px 50px 16px;
        display: flex;
        flex-direction: column;
        overflow: visible !important;
        position: relative;
    }
    
    .banner-strategy-content::before,
    .banner-exhibition-content::before,
    .banner-market-content::before {
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
        height: calc(100% - 50px);
        min-height: calc(100% - 50px);
        bottom: 0;
        top: 0;
        z-index: 1;
    }
    
    .banner-strategy-header,
    .banner-exhibition-header,
    .banner-market-header {
        top: 0;
        left: 16px;
        width: calc(100% - 32px);
        position: relative;
        z-index: 3;
        margin-bottom: 10px;
    }
    
    .banner-strategy-title,
    .banner-exhibition-title,
    .banner-market-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 6px;
    }
    
    .banner-strategy-subtitle,
    .banner-exhibition-subtitle,
    .banner-market-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
    
    .banner-strategy-body,
    .banner-exhibition-body,
    .banner-market-body {
        top: auto;
        left: 16px;
        width: calc(100% - 32px);
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        z-index: 3;
    }
    
    .banner-strategy-image,
    .banner-exhibition-image,
    .banner-market-image {
        width: calc(100% - 32px);
        height: 240px;
        margin: 14px 16px 0 16px;
        border-radius: 10px;
    }
    
    .banner-strategy-img,
    .banner-exhibition-img,
    .banner-market-img {
        border-radius: 10px;
    }
    
    .banner-strategy-text,
    .banner-exhibition-text,
    .banner-market-text {
        font-size: 13px;
        line-height: 22px;
        margin: 0;
    }
    
    .banner-strategy-text:first-child {
        margin-bottom: 12px;
    }
    
    .banner-strategy-text p {
        margin: 0;
    }
    
    .banner-strategy-text ul,
    .banner-strategy-text ol {
        margin: 0;
        padding-left: 16px;
    }
    
    .banner-strategy-text li {
        margin-bottom: 4px;
        font-size: 13px;
        line-height: 22px;
    }
    
    /* 第一个Banner轮播分页器 - 小屏显示 */
    .banner-swiper .swiper-pagination {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        bottom: 80px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 100 !important;
        position: absolute !important;
        gap: 8px;
    }
    
    .banner-swiper .swiper-pagination-bullet {
        width: 20px;
        height: 3px;
        background: rgba(255, 255, 255, 0.5) !important;
        opacity: 1 !important;
        margin: 0 3px !important;
        border-radius: 10px;
    }
    
    .banner-swiper .swiper-pagination-bullet-active {
        background: white !important;
        width: 20px;
        height: 3px;
        border-radius: 10px;
        opacity: 1 !important;
    }
    
    /* 优势轮播区域 - 小屏优化 */
    .advantage-item {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 24px !important;
    }
    
    .advantage-icon {
        width: 56px;
        height: 56px;
    }
    
    .advantage-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .advantage-title {
        font-size: 16px;
        line-height: 24px;
    }
    
    .advantage-description {
        font-size: 12px;
        line-height: 18px;
    }
    
    /* 荣誉轮播区域 - 小屏优化 */
    .honor-card-image {
        height: 160px;
    }
    
    .honor-card-title {
        font-size: 16px;
        line-height: 24px;
    }
    
    .honor-card-list li {
        font-size: 12px;
        line-height: 20px;
    }
    
    /* 产品展示区域 - 小屏优化 */
    .product-showcase-title {
        font-size: 24px;
        line-height: 36px;
    }
    
    .product-showcase-description {
        font-size: 13px;
        line-height: 22px;
    }
    
    .product-card-image {
        height: 220px;
    }
    
    .product-card-title {
        font-size: 20px;
        line-height: 30px;
    }
    
    .product-card-description {
        font-size: 12px;
        line-height: 20px;
    }
    
    /* 合作伙伴区域 - 小屏优化 */
    .partners-title {
        font-size: 24px;
        line-height: 36px;
    }
    
    .partners-subtitle {
        font-size: 12px;
        line-height: 20px;
    }
    
    .partner-logo {
        height: 70px;
        padding: 8px;
    }
    
    .partner-name {
        font-size: 11px;
        line-height: 16px;
    }
}

/* 超大屏幕优化 (1440px+) */
@media (min-width: 1440px) {
    .hero-banner {
        height: 55.56vw; /* 保持设计稿比例 */
        min-height: 800px;
        max-height: 100vh;
    }
    
    .hero-content {
        top: 165px; /* 标注: 165px (在1440px设计稿中) */
        left: 10.42%; /* 标注: 150px / 1440px = 10.42% */
        max-width: 40%; /* 标注: 576px / 1440px ≈ 40% */
    }
    
    .hero-title {
        font-size: 48px; /* 标注: 48px */
        font-weight: 600; /* 标注: Semibold */
        line-height: 100%; /* 标注: 100% */
        letter-spacing: 0px; /* 标注: 0px */
        max-width: 576px; /* 标注: 576px */
        color: #1C1C1C !important; /* 标注: 黑色 */
        text-align: left;
    }
    
    .hero-subtitle {
        font-size: 24px; /* 标注: 24px */
        font-weight: 400; /* 标注: 400 */
        line-height: 40px; /* 标注: 40px */
        letter-spacing: 0px; /* 标注: 0px */
        max-width: 584px; /* 标注: 584px */
        color: #1C1C1C !important; /* 标注: 黑色 */
        text-align: left;
    }
    
    .counter {
        font-size: 56px;
        line-height: 80px;
    }
    
    .stat-label {
        font-size: 18px;
    }
    
    .heritage-content h2 {
        font-size: 56px;
        line-height: 80px;
    }
    
    .heritage-content h2 .highlight-text-bg {
        font-size: 42px;
    }
    
    .heritage-content h3 {
        font-size: 28px;
        line-height: 44px;
    }
    
    .heritage-text {
        font-size: 18px;
        line-height: 34px;
    }
}

/* PC和平板端Hero Banner文字黑色 */
/* 平板端 (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .hero-title {
        color: #1C1C1C !important;
    }
    
    .hero-subtitle {
        color: #1C1C1C !important;
    }
}

/* PC端 (1024px+) */
@media (min-width: 1025px) {
    .hero-title {
        color: #1C1C1C !important;
    }
    
    .hero-subtitle {
        color: #1C1C1C !important;
    }
}
