
/* 仅作用于内容区域，避免影响全局 */
.cms-content-block * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.cms-content-block {
    max-width: 100%;
    font-family: system-ui, -apple-system, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', '思源黑体', 'Helvetica Neue', sans-serif;
    color: #333;
    line-height: 1.5;
}
.cms-content-block img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
}
.cms-content-block a {
    text-decoration: none;
    color: inherit;
}

/* 公司介绍文字 */
.company-text {
    color: #606266;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}
.company-text strong {
    color: #1E78FA;
    font-weight: 600;
}
@media (max-width: 768px) {
    .company-text { font-size: 14px; }
}

/* 首图自适应 */
.hero-banner {
    margin: 10px 0 0;
}
.hero-banner img {
    width: 100%;
    border-radius: 8px;
}

/* 数据统计模块 (原flex卡片) */
.stats-wrapper {
    background-image: url('../upload/2/image/202406/27191410pY3Grx.jpeg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 60px 20px;
    margin-top: 20px;
}
.stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
.stat-card {
    flex: 1 1 280px;
    text-align: center;
    padding: 20px 16px;
    border-right: 1px solid rgba(230,230,230,0.6);
}
.stat-card:last-child {
    border-right: none;
}
.stat-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
}
.stat-icon img {
    width: 100%;
}
.stat-number {
    font-size: 56px;
    font-weight: 800;
    color: #1E78FA;
    line-height: 1.2;
    margin-bottom: 8px;
    font-family: 'DIN', system-ui, monospace;
}
.stat-unit {
    font-size: 28px;
    font-weight: 500;
}
.stat-label {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 500;
}
@media (max-width: 768px) {
    .stats-wrapper { padding: 40px 16px; }
    .stat-card { border-right: none; border-bottom: 1px solid rgba(230,230,230,0.6); flex-basis: 100%; }
    .stat-card:last-child { border-bottom: none; }
    .stat-number { font-size: 44px; }
    .stat-unit { font-size: 24px; }
}

/* 知名客户区域 */
.section-title {
    text-align: center;
    margin: 48px 0 24px;
    background-color: #f4f4f4;
    padding: 20px 0 0;
}
.section-title h3 {
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
    color: #1E78FA;
}
.title-decoration {
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #e5e5e5;
    vertical-align: middle;
    margin-left: 16px;
}
@media (max-width: 640px) {
    .section-title h3 { font-size: 24px; }
    .title-decoration { width: 40px; margin-left: 10px; }
}
.partner-grid {
    background-color: #f4f4f4;
    padding: 20px 20px 40px;
}
.partner-grid .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 2px;
    max-width: 1200px;
    margin: 0 auto;
}
.partner-item {
    background: #fff;
    aspect-ratio: 2 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.partner-item img {
    max-width: 85%;
    max-height: 70px;
    width: auto;
    object-fit: contain;
}
@media (max-width: 640px) {
    .partner-grid .grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }
    .partner-item img { max-height: 50px; }
}

/* 联系信息区域 */
.contact-section {
    padding: 40px 20px;
    background: #fff;
}
.contact-title {
    text-align: center;
    margin-bottom: 20px;
}
.contact-title h2 {
    font-size: 32px;
    color: #1E78FA;
    font-weight: 700;
}
.contact-title p {
    font-size: 16px;
    color: #7f7f7f;
    letter-spacing: 1px;
}
.contact-desc {
    max-width: 1000px;
    margin: 30px auto;
    background: #fafafa;
    padding: 24px 28px;
    border-radius: 20px;
    line-height: 1.7;
}
.contact-desc img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 24px;
}
.hotline {
    font-size: 20px;
    font-weight: bold;
    color: #1E78FA;
    margin-top: 16px;
}
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 30px auto 0;
}
.info-card {
    background: #f4f4f4;
    text-align: center;
    padding: 24px 12px;
    border-radius: 16px;
}
.info-card img {
    width: 44px;
    margin: 0 auto 12px;
}
.info-card h4 {
    font-size: 18px;
    margin: 12px 0 8px;
    color: #0c0c0c;
}
.info-card p {
    color: #555;
    font-size: 15px;
    word-break: break-word;
}
@media (max-width: 640px) {
    .contact-desc { padding: 16px; }
    .hotline { font-size: 18px; }
    .info-card { padding: 18px 8px; }
}

/* 发展历程时间线 - 响应式 */
.timeline-section {
    background: #fff;
    padding: 40px 20px 60px;
}
.timeline-header {
    text-align: center;
    margin-bottom: 40px;
}
.timeline-header .sub {
    font-size: 14px;
    letter-spacing: 2px;
    color: #777;
}
.timeline-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1E78FA;
    margin-top: 8px;
}
.timeline-horizontal {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 20px;
}
.timeline-node {
    flex: 0 0 260px;
    text-align: center;
}
.timeline-year {
    font-size: 28px;
    font-weight: 800;
    color: #1E78FA;
    margin-bottom: 16px;
    background: #f0f4ff;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 40px;
}
.timeline-dot-line {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    position: relative;
}
.timeline-dot {
    width: 12px;
    height: 12px;
    background: #1E78FA;
    border-radius: 50%;
    z-index: 2;
}
.timeline-line {
    height: 2px;
    background: #e0e0e0;
    flex: 1;
    position: relative;
    top: 5px;
}
.timeline-content {
    margin-top: 20px;
    padding: 16px 12px;
    background: #fafafa;
    border-radius: 20px;
    text-align: left;
}
.timeline-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1E78FA;
}
.timeline-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .timeline-horizontal {
        flex-direction: column;
        gap: 28px;
        overflow-x: visible;
    }
    .timeline-node {
        flex: auto;
        width: 100%;
        border-left: 3px solid #1E78FA;
        padding-left: 20px;
        text-align: left;
    }
    .timeline-year {
        font-size: 24px;
        background: transparent;
        padding-left: 0;
    }
    .timeline-dot-line {
        display: none;
    }
    .timeline-content {
        margin-top: 8px;
        background: transparent;
        padding: 0;
    }
}
hr.dashed {
    border: none;
    border-top: 1px dashed #ddd;
    margin: 20px auto;
    max-width: 90%;
}

/* 企业文化与发展历程模块样式 */
.culture-module {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
    font-family: system-ui, -apple-system, 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', Roboto, sans-serif;
    color: #333;
    line-height: 1.5;
}
.culture-module img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* 标题区 */
.module-title {
    text-align: center;
    margin: 30px 0 20px;
}
.module-title h1 {
    font-size: 32px;
    font-weight: 700;
    color: #1E78FA;
    margin-bottom: 10px;
}
.module-title hr {
    width: 60px;
    height: 3px;
    background: #1E78FA;
    border: none;
    margin: 10px auto;
}
/* 企业文化卡片网格 */
.culture-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin: 30px 0;
}
.culture-card {
    background: #f9fafc;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s;
}
.culture-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.08);
}
.culture-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-left: 12px;
    border-left: 4px solid #1E78FA;
    color: #1a2c3e;
}
.culture-card p, .culture-card ul {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.6;
}
.culture-card ul {
    list-style: none;
    padding-left: 0;
}
.culture-card li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
.culture-card li::before {
    content: "•";
    color: #1E78FA;
    font-weight: bold;
    position: absolute;
    left: 0;
}
/* 发展历程时间线（响应式） */
.timeline-section {
    background: #fff;
    padding: 30px 0 50px;
}
.timeline-header {
    text-align: center;
    margin-bottom: 40px;
}
.timeline-header .sub {
    font-size: 14px;
    letter-spacing: 2px;
    color: #777;
}
.timeline-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1E78FA;
    margin-top: 8px;
}
.timeline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e2e8f0;
    z-index: 1;
}
.timeline-item {
    flex: 1 1 200px;
    text-align: center;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 12px;
    margin-bottom: 30px;
}
.timeline-year {
    display: inline-block;
    background: #1E78FA;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 6px 18px;
    border-radius: 40px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.timeline-content {
    background: #f8fafc;
    border-radius: 16px;
    padding: 16px;
    text-align: left;
    margin-top: 8px;
}
.timeline-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a2c3e;
}
.timeline-content p {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.5;
}
/* 响应式：移动端垂直布局 */
@media (max-width: 768px) {
    .timeline::before {
        display: none;
    }
    .timeline {
        flex-direction: column;
        gap: 24px;
    }
    .timeline-item {
        text-align: left;
        padding-left: 20px;
        border-left: 3px solid #1E78FA;
        margin-bottom: 0;
    }
    .timeline-year {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .timeline-content {
        background: transparent;
        padding: 0;
        margin-top: 4px;
    }
}
@media (max-width: 480px) {
    .module-title h1 { font-size: 28px; }
    .culture-card h3 { font-size: 20px; }
}

/* 地图与地址模块样式 */
.map-address-module {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: system-ui, -apple-system, 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', Roboto, sans-serif;
}
/* 地图容器 */
.map-container {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.map-container iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: none;
}
/* 地址卡片 */
.address-card {
    background: #f8fafc;
    border-radius: 20px;
    padding: 24px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.address-card h2 {
    font-size: 24px;
    color: #1E78FA;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e2e8f0;
}
.address-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.address-card li {
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    font-size: 16px;
    color: #2d3748;
    line-height: 1.5;
}
.address-card li:first-child::before {
    content: "📍";
    position: absolute;
    left: 0;
    top: 0;
}
.address-card li:nth-child(2)::before {
    content: "📞";
    position: absolute;
    left: 0;
    top: 0;
}
.address-card li:nth-child(3)::before {
    content: "✉️";
    position: absolute;
    left: 0;
    top: 0;
}
/* 响应式调整 */
@media (max-width: 768px) {
    .map-address-module {
        padding: 12px;
    }
    .map-container iframe {
        height: 300px;
    }
    .address-card {
        padding: 18px;
    }
    .address-card h2 {
        font-size: 20px;
    }
    .address-card li {
        font-size: 14px;
        padding-left: 26px;
    }
}
@media (max-width: 480px) {
    .map-container iframe {
        height: 250px;
    }
}
