<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>中文O型圈密封圈专业制造商 | 定制密封解决方案 | 氟橡胶NBR材料供应商</title>
    <!-- Canonical URL -->
    <link rel="canonical" href="https://o-ringseal.com/zh/">
    
    <!-- Alternate Language Links -->
    <link rel="alternate" href="https://o-ringseal.com/" hreflang="en">
    <link rel="alternate" href="https://o-ringseal.com/zh/" hreflang="zh-CN">
    
    <!-- Core Web Vitals Optimization -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link rel="preload" href="https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiJ-Ek-_EeA.woff2" as="font" type="font/woff2" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400&display=swap" rel="stylesheet">
    
    <!-- Commercial Scripts Preload -->
    <link rel="preload" href="/js/cart-integration.js" as="script">
    <link rel="preload" href="/js/smart-search-engine.js" as="script">
    <link rel="preload" href="/js/commercial-components.js" as="script">
    
    <!-- DNS Prefetch for Performance -->
    <link rel="dns-prefetch" href="//fonts.googleapis.com">
    <link rel="dns-prefetch" href="//fonts.gstatic.com">
    
    <!-- Favicon -->
    <link rel="icon" type="image/x-icon" href="/favicon.ico">
    
    <!-- 汉堡菜单移动端修复样式 -->
    <link rel="stylesheet" href="/css/mobile-menu-fix.css">
    
    <!-- Commercial Enhanced Design System -->
    <style>
        /* ================================================
           COMMERCIAL ENHANCED DESIGN SYSTEM
           Professional Technical Authority + Commercial Conversion
           ================================================ */
        
        :root {
            /* Primary Professional Color Palette */
            --primary-navy: #0f172a;
            --primary-blue: #1e40af;
            --primary-blue-light: #3b82f6;
            --primary-cyan: #0891b2;
            --accent-blue: #2563eb;
            --accent-sky: #0ea5e9;
            
            /* Commercial Enhancement Colors */
            --commercial-success: #059669;
            --commercial-warning: #ea580c;
            --commercial-urgent: #dc2626;
            --pricing-green: #10b981;
            --quote-orange: #f59e0b;
            --stock-available: #22c55e;
            
            /* Secondary Accent Colors */
            --accent-orange: #ea580c;
            --accent-green: #059669;
            
            /* Professional Grays */
            --gray-50: #f8fafc;
            --gray-100: #f1f5f9;
            --gray-200: #e2e8f0;
            --gray-300: #cbd5e1;
            --gray-400: #94a3b8;
            --gray-500: #64748b;
            --gray-600: #475569;
            --gray-700: #334155;
            --gray-800: #1e293b;
            --gray-900: #0f172a;
            
            /* Status Colors */
            --success-50: #ecfdf5;
            --success-500: #10b981;
            --success-600: #059669;
            --warning-50: #fefce8;
            --warning-500: #eab308;
            --error-50: #fef2f2;
            --error-500: #ef4444;
            
            /* Typography System */
            --font-display: 'Inter', system-ui, -apple-system, sans-serif;
            --font-body: 'Inter', system-ui, -apple-system, sans-serif;
            --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
            
            /* Spacing Scale */
            --space-1: 0.25rem;
            --space-2: 0.5rem;
            --space-3: 0.75rem;
            --space-4: 1rem;
            --space-5: 1.25rem;
            --space-6: 1.5rem;
            --space-8: 2rem;
            --space-10: 2.5rem;
            --space-12: 3rem;
            --space-16: 4rem;
            --space-20: 5rem;
            
            /* Shadows & Effects */
            --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
            --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
            --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
            --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
            
            /* Border Radius */
            --radius-sm: 0.375rem;
            --radius-md: 0.5rem;
            --radius-lg: 0.75rem;
            --radius-xl: 1rem;
            --radius-2xl: 1.5rem;
        }

        /* Global Reset & Base Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            overflow-x: hidden;
        }

        body {
            font-family: var(--font-body);
            line-height: 1.6;
            color: var(--gray-800);
            background: linear-gradient(135deg, var(--gray-50) 0%, #ffffff 100%);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            overflow-x: hidden;
            max-width: 100vw;
            position: relative;
        }

        /* Enhanced Focus Visibility for Accessibility */
        *:focus {
            outline: 2px solid var(--primary-blue);
            outline-offset: 2px;
        }

        /* Skip Link for Screen Readers */
        .skip-link {
            position: absolute;
            top: -40px;
            left: 6px;
            background: var(--primary-blue);
            color: white;
            padding: 8px;
            text-decoration: none;
            border-radius: 4px;
            z-index: 9999;
            transition: top 0.3s;
        }

        .skip-link:focus {
            top: 6px;
        }

        /* Reduce motion for users who prefer it */
        @media (prefers-reduced-motion: reduce) {
            html {
                scroll-behavior: auto;
            }
            
            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }
        }

        /* Commercial Value Bar */
        .commercial-value-bar {
            background: linear-gradient(135deg, var(--commercial-success) 0%, var(--pricing-green) 100%);
            color: white;
            padding: var(--space-2) 0;
            text-align: center;
            font-weight: 700;
            font-size: 0.875rem;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: var(--shadow-sm);
        }

        /* Enhanced Professional Header */
        .unified-header {
            background: linear-gradient(135deg, var(--primary-navy) 0%, var(--gray-900) 100%);
            padding: var(--space-4) 0;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            position: relative;
            z-index: 50;
        }

        .unified-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 64, 175, 0.1) 100%);
            backdrop-filter: blur(10px);
            z-index: -1;
        }

        .header-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 var(--space-6);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo-section {
            display: flex;
            align-items: center;
            gap: var(--space-3);
        }

        .site-badge {
            background: linear-gradient(135deg, var(--accent-orange) 0%, var(--commercial-warning) 100%);
            color: white;
            font-size: 0.75rem;
            font-weight: 900;
            padding: var(--space-1) var(--space-2);
            border-radius: var(--radius-md);
            letter-spacing: 0.05em;
        }

        .site-title {
            color: white;
            text-decoration: none;
            font-size: 1.5rem;
            font-weight: 800;
            letter-spacing: -0.025em;
        }

        /* Enhanced Navigation with Commercial Elements */
        .unified-nav {
            display: flex;
            align-items: center;
            gap: var(--space-6);
        }

        .unified-nav a {
            color: rgba(255,255,255,0.9);
            text-decoration: none;
            font-weight: 500;
            padding: var(--space-2) var(--space-3);
            border-radius: var(--radius-md);
            transition: all 0.3s ease;
            position: relative;
            font-size: 0.9375rem;
        }

        .unified-nav a:hover {
            color: white;
            background: rgba(255,255,255,0.1);
            transform: translateY(-1px);
        }

        .nav-quote-btn {
            background: linear-gradient(135deg, var(--quote-orange) 0%, var(--accent-orange) 100%) !important;
            color: white !important;
            font-weight: 700 !important;
            padding: var(--space-3) var(--space-5) !important;
            border-radius: var(--radius-lg) !important;
            box-shadow: var(--shadow-md);
        }

        .nav-quote-btn:hover {
            transform: translateY(-2px) !important;
            box-shadow: var(--shadow-lg) !important;
        }

        /* Mobile menu toggle */
        .mobile-menu-toggle {
            display: none;
            flex-direction: column;
            background: none;
            border: none;
            cursor: pointer;
            padding: var(--space-2);
        }

        .hamburger-line {
            width: 25px;
            height: 3px;
            background: white;
            margin: 3px 0;
            transition: 0.3s;
            border-radius: 2px;
        }

        /* Enhanced Hero Section */
        .enhanced-hero {
            background: linear-gradient(135deg, 
                var(--primary-navy) 0%, 
                var(--primary-blue) 35%, 
                var(--accent-sky) 100%);
            color: white;
            padding: var(--space-20) 0 var(--space-16);
            position: relative;
            overflow: hidden;
        }

        .enhanced-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(ellipse at center, rgba(255,255,255,0.1) 0%, transparent 70%);
            z-index: 1;
        }

        .hero-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 var(--space-6);
            position: relative;
            z-index: 2;
        }

        .hero-grid {
            display: grid;
            grid-template-columns: 1fr 400px;
            gap: var(--space-16);
            align-items: center;
        }

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

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: var(--space-2);
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: var(--radius-2xl);
            padding: var(--space-2) var(--space-4);
            margin-bottom: var(--space-6);
            backdrop-filter: blur(10px);
        }

        .hero-badge-dot {
            width: 8px;
            height: 8px;
            background: var(--stock-available);
            border-radius: 50%;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 900;
            line-height: 1.1;
            margin-bottom: var(--space-6);
            letter-spacing: -0.025em;
        }

        .hero-gradient-text {
            background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 50%, #8b5cf6 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: #06b6d4;
            font-weight: 800;
        }

        .hero-subtitle {
            font-size: 1.125rem;
            line-height: 1.7;
            color: rgba(255,255,255,0.9);
            margin-bottom: var(--space-8);
        }

        /* Value Props Grid */
        .value-props-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: var(--space-4);
            margin-bottom: var(--space-8);
        }

        .value-prop-card {
            display: flex;
            align-items: center;
            gap: var(--space-3);
            background: rgba(255,255,255,0.1);
            border-radius: var(--radius-lg);
            padding: var(--space-4);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.1);
        }

        .value-prop-icon {
            width: 50px;
            height: 50px;
            border-radius: var(--radius-lg);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            flex-shrink: 0;
        }

        /* Hero Actions */
        .hero-actions {
            display: flex;
            gap: var(--space-4);
            flex-wrap: wrap;
        }

        .btn-primary-commercial {
            background: linear-gradient(135deg, var(--pricing-green) 0%, var(--commercial-success) 100%);
            color: white;
            border: none;
            padding: var(--space-4) var(--space-6);
            border-radius: var(--radius-lg);
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: var(--space-2);
        }

        .btn-primary-commercial:hover {
            transform: translateY(-2px);
            box-shadow: var(--shadow-xl);
        }

        .btn-secondary-commercial {
            background: rgba(255,255,255,0.1);
            color: white;
            border: 2px solid rgba(255,255,255,0.3);
            padding: var(--space-4) var(--space-6);
            border-radius: var(--radius-lg);
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: var(--space-2);
        }

        .btn-secondary-commercial:hover {
            background: rgba(255,255,255,0.2);
            border-color: rgba(255,255,255,0.5);
            transform: translateY(-1px);
        }

        /* Hero Search Panel */
        .hero-search-panel {
            background: rgba(255,255,255,0.1);
            border-radius: var(--radius-2xl);
            padding: var(--space-8);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255,255,255,0.2);
        }

        .search-panel-title {
            color: white;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: var(--space-6);
            text-align: center;
        }

        .search-mode-tabs {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: var(--space-1);
            margin-bottom: var(--space-6);
            background: rgba(0,0,0,0.2);
            border-radius: var(--radius-lg);
            padding: var(--space-1);
        }

        .search-tab {
            background: transparent;
            color: rgba(255,255,255,0.7);
            border: none;
            padding: var(--space-2) var(--space-3);
            border-radius: var(--radius-md);
            font-weight: 600;
            font-size: 0.875rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .search-tab.active,
        .search-tab:hover {
            background: rgba(255,255,255,0.2);
            color: white;
        }

        .search-input {
            width: 100%;
            padding: var(--space-4);
            border: 1px solid rgba(255,255,255,0.3);
            border-radius: var(--radius-lg);
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(20px);
            color: white;
            font-size: 1rem;
            margin-bottom: var(--space-4);
        }

        .search-input::placeholder {
            color: rgba(255,255,255,0.6);
        }

        .search-button {
            width: 100%;
            background: linear-gradient(135deg, var(--commercial-success) 0%, var(--pricing-green) 100%);
            color: white;
            border: none;
            padding: var(--space-4);
            border-radius: var(--radius-lg);
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .search-button:hover {
            transform: translateY(-1px);
            box-shadow: var(--shadow-md);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .unified-nav {
                display: none;
            }

            .mobile-menu-toggle {
                display: flex;
            }

            .hero-grid {
                grid-template-columns: 1fr;
                gap: var(--space-8);
                text-align: center;
            }

            .hero-title {
                font-size: 2.5rem;
            }

            .value-props-grid {
                grid-template-columns: 1fr;
            }

            .hero-actions {
                justify-content: center;
            }

            .search-mode-tabs {
                grid-template-columns: repeat(2, 1fr);
            }

            .header-container {
                padding: 0 var(--space-4);
            }

            .hero-container {
                padding: 0 var(--space-4);
            }
        }

        /* Main Content Container */
        .main-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 var(--space-8) var(--space-20);
        }

        /* Educational Section Styles */
        .educational-section {
            padding: var(--space-16) 0;
        }

        .section-header {
            text-align: center;
            margin-bottom: var(--space-12);
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--gray-900);
            margin-bottom: var(--space-4);
        }

        .section-subtitle {
            font-size: 1.125rem;
            color: var(--gray-600);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* Content Cards */
        .content-card {
            background: white;
            border-radius: var(--radius-xl);
            padding: var(--space-8);
            box-shadow: var(--shadow-lg);
            border: 1px solid var(--gray-100);
            margin-bottom: var(--space-6);
        }

        .content-card h3 {
            color: var(--gray-900);
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: var(--space-4);
        }

        .content-card p {
            color: var(--gray-700);
            line-height: 1.7;
            margin-bottom: var(--space-4);
        }

        /* Trust Indicators Styles */
        .trust-indicators {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: var(--space-6);
            margin: var(--space-12) 0;
            padding: var(--space-8);
            background: white;
            border-radius: var(--radius-xl);
            box-shadow: var(--shadow-lg);
        }

        .trust-item {
            display: flex;
            align-items: center;
            gap: var(--space-4);
            padding: var(--space-4);
            border-radius: var(--radius-lg);
            transition: all 0.3s ease;
        }

        .trust-item:hover {
            background: var(--gray-50);
            transform: translateY(-2px);
        }

        .trust-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            flex-shrink: 0;
            box-shadow: var(--shadow-md);
        }

        @media (max-width: 768px) {
            .trust-indicators {
                grid-template-columns: 1fr;
                gap: var(--space-4);
                padding: var(--space-6);
            }
            
            .trust-item {
                padding: var(--space-3);
            }
            
            .trust-icon {
                width: 50px;
                height: 50px;
                font-size: 1.25rem;
            }
        }
    </style>

<style>
/* Unified Footer Styles */
.unified-footer {
    background: var(--gray-900, #0f172a);
    color: var(--gray-300, #d1d5db);
    padding: var(--space-16, 4rem) 0 var(--space-8, 2rem);
    margin-top: var(--space-20, 5rem);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-6, 1.5rem);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--space-8, 2rem);
    margin-bottom: var(--space-8, 2rem);
}

.footer-column h4 {
    color: white;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: var(--space-4, 1rem);
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: var(--space-2, 0.5rem);
}

.footer-column a {
    color: var(--gray-400, #9ca3af);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-column a:hover {
    color: var(--primary-blue, #3b82f6);
}

.footer-bottom {
    border-top: 1px solid var(--gray-700, #374151);
    padding-top: var(--space-6, 1.5rem);
    text-align: center;
    font-size: 0.875rem;
    color: var(--gray-500, #6b7280);
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-6, 1.5rem);
    }
    
    .unified-footer {
        padding: var(--space-12, 3rem) 0 var(--space-6, 1.5rem);
        margin-top: var(--space-16, 4rem);
    }
}

@media (max-width: 480px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}
</style>
        <meta name="description" content="专业O型圈制造商苒邦密封，提供NBR丁腈、FKM氟橡胶、FFKM全氟、硅橡胶等材料的定制密封解决方案。25年制造经验，严格遵循AS568标准，±0.002"精密公差，快速报价48小时响应，全球发货服务，为工业、汽车、航空航天、石油化工行业提供高质量O型圈密封产品和专业技术支持。">
</head>

<body>
    <!-- Skip Link for Accessibility -->
    <a href="#hero" class="skip-link">跳到主要内容</a>

    <!-- Commercial Value Bar -->
    <div class="commercial-value-bar">
        💎 专业O型圈制造商 | 25+年经验 | ISO认证工厂 | 全球发货 | 制造商直接价格
    </div>

    <!-- Enhanced Professional Header -->
    <header class="unified-header" role="banner">
        <div class="header-container">
            <div class="logo-section">
                <div class="site-badge" aria-label="专业等级">PRO</div>
                <a href="/zh/" class="site-title" aria-label="O型圈标准中文首页">苒邦密封技术</a>
            </div>
            
            <!-- Mobile Menu Toggle Button -->
            <button class="mobile-menu-toggle" aria-label="切换导航菜单" aria-expanded="false" 
                    style="cursor: pointer; touch-action: manipulation;">
                <span class="hamburger-line"></span>
                <span class="hamburger-line"></span>
                <span class="hamburger-line"></span>
            </button>
            
            <nav class="unified-nav" role="navigation" aria-label="主导航">
                <a href="/zh/as568/" aria-describedby="as568-desc">AS568尺寸表</a>
                <a href="/zh/materials/" aria-describedby="materials-desc">材料指南</a>
                <a href="/zh/technical/" aria-describedby="technical-desc">技术指南</a>
                <a href="/zh/calculator/" aria-describedby="calculator-desc">尺寸计算器</a>
                <a href="/zh/contact/" aria-describedby="contact-desc">联系我们</a>
                <a href="/zh/quote/" class="nav-quote-btn">🚀 立即获取报价</a>
            </nav>
        </div>
    </header>

    <!-- Enhanced Hero Section with Commercial Integration -->
    <section id="hero" class="enhanced-hero">
        <div class="hero-container">
            <div class="hero-grid">
                <!-- Hero Content -->
                <div class="hero-content">
                    <div class="hero-badge">
                        <span class="hero-badge-dot"></span>
                        <span style="font-weight: 700; font-size: 0.875rem; letter-spacing: 0.05em;">专业工程解决方案</span>
                    </div>
                    
                    <h1 class="hero-title">
                        专业 <span class="hero-gradient-text">O型圈</span><br>
                        工业橡胶密封件垫片制造解决方案
                    </h1>
                    
                    <p class="hero-subtitle">
                        作为专业的O型圈制造商，我们专注于从FFKM全氟弹性体到标准工业橡胶密封件和垫片的定制制造解决方案。我们的制造商直接定价和技术专业知识帮助世界500强企业实现可靠的工业橡胶密封性能。获取制造商报价，专业工程支持工业橡胶密封件和垫片应用。
                    </p>
                    
                    <!-- Enhanced Value Propositions -->
                    <div class="value-props-grid">
                        <div class="value-prop-card">
                            <div class="value-prop-icon" style="background: linear-gradient(135deg, #10b981, #059669);">
                                <span style="color: white;">✓</span>
                            </div>
                            <div>
                                <div style="font-size: 1.25rem; font-weight: 700; color: white;">质量提升</div>
                                <div style="color: rgba(255,255,255,0.8); font-size: 0.875rem;">专业设计支持</div>
                            </div>
                        </div>
                        
                        <div class="value-prop-card">
                            <div class="value-prop-icon" style="background: linear-gradient(135deg, #8b5cf6, #6366f1);">
                                <span style="color: white;">🔥</span>
                            </div>
                            <div>
                                <div style="font-size: 1.25rem; font-weight: 700; color: white;">315°C+高温</div>
                                <div style="color: rgba(255,255,255,0.8); font-size: 0.875rem;">FFKM极致性能</div>
                            </div>
                        </div>
                        
                        <div class="value-prop-card">
                            <div class="value-prop-icon" style="background: linear-gradient(135deg, #f59e0b, #ea580c);">
                                <span style="color: white;">💰</span>
                            </div>
                            <div>
                                <div style="font-size: 1.25rem; font-weight: 700; color: white;">制造商直接</div>
                                <div style="color: rgba(255,255,255,0.8); font-size: 0.875rem;">O型圈制造商价格</div>
                            </div>
                        </div>
                        
                        <div class="value-prop-card">
                            <div class="value-prop-icon" style="background: linear-gradient(135deg, #0ea5e9, #0284c7);">
                                <span style="color: white;">⚡</span>
                            </div>
                            <div>
                                <div style="font-size: 1.25rem; font-weight: 700; color: white;">1-3天现货发货</div>
                                <div style="color: rgba(255,255,255,0.8); font-size: 0.875rem;">常见材料现货供应</div>
                            </div>
                        </div>
                    </div>
                    
                    <div class="hero-actions">
                        <button class="btn-primary-commercial" id="heroQuoteBtn" onclick="window.quickQuote('general')">
                            🚀 立即获取快速报价
                        </button>
                        <a href="#services" class="btn-secondary-commercial">
                            探索专业服务
                        </a>
                    </div>
                </div>
                
                <!-- Intelligent Search Panel -->
                <div class="hero-search-panel">
                    <h3 class="search-panel-title">🔍 智能O型圈搜索</h3>
                    
                    <!-- Search Mode Tabs -->
                    <div class="search-mode-tabs">
                        <button class="search-tab active" data-mode="specification">规格搜索</button>
                        <button class="search-tab" data-mode="dimensional">尺寸</button>
                        <button class="search-tab" data-mode="application">应用</button>
                        <button class="search-tab" data-mode="image">图片匹配</button>
                    </div>
                    
                    <div class="search-modes">
                        <!-- Specification Search -->
                        <div class="search-mode" id="specification-mode">
                            <form onsubmit="event.preventDefault(); performSearch('specification');" role="search" aria-label="规格搜索">
                                <input type="text" class="search-input" placeholder="AS568-214, 2-214, Parker 2-214..." id="specSearch" aria-label="输入O型圈规格">
                                <button type="submit" class="search-button">🔍 查找O型圈+获取报价</button>
                            </form>
                        </div>
                        
                        <!-- Dimensional Search (Hidden by default) -->
                        <div class="search-mode" id="dimensional-mode" style="display: none;">
                            <form onsubmit="event.preventDefault(); performSearch('dimensional');" role="search" aria-label="尺寸搜索">
                                <input type="text" class="search-input" placeholder="内径: 3.734, 截面: 0.139 (英寸或毫米)..." id="dimSearch" aria-label="输入O型圈尺寸">
                                <button type="submit" class="search-button">📐 尺寸搜索+获取报价</button>
                            </form>
                        </div>
                        
                        <!-- Application Search (Hidden by default) -->
                        <div class="search-mode" id="application-mode" style="display: none;">
                            <form onsubmit="event.preventDefault(); performSearch('application');" role="search" aria-label="应用搜索">
                                <input type="text" class="search-input" placeholder="液压缸，泵密封，半导体..." id="appSearch" aria-label="输入应用类型">
                                <button type="submit" class="search-button">🎯 查找应用匹配</button>
                            </form>
                        </div>
                        
                        <!-- Image Match (Hidden by default) -->
                        <div class="search-mode" id="image-mode" style="display: none;">
                            <div style="text-align: center; padding: var(--space-4);">
                                <div style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">上传O型圈照片进行智能识别</div>
                                <button class="search-button" onclick="alert('图片识别功能即将上线')">📷 上传图片识别</button>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Commercial Trust Indicators -->
    <section class="main-container">
        <div class="trust-indicators">
            <div class="trust-item">
                <div class="trust-icon" style="background: linear-gradient(135deg, var(--commercial-success), var(--pricing-green));">
                    <span style="color: white;">🏆</span>
                </div>
                <div>
                    <div style="font-weight: 700; color: var(--gray-900);">原材料可追溯性</div>
                    <div style="font-size: 0.875rem; color: var(--gray-600);">品质品牌材料采购</div>
                </div>
            </div>
            <div class="trust-item">
                <div class="trust-icon" style="background: linear-gradient(135deg, var(--quote-orange), var(--commercial-warning));">
                    <span style="color: white;">⚡</span>
                </div>
                <div>
                    <div style="font-weight: 700; color: var(--gray-900);">快速库存交付</div>
                    <div style="font-size: 0.875rem; color: var(--gray-600);">现货材料1-3天发货</div>
                </div>
            </div>
            <div class="trust-item">
                <div class="trust-icon" style="background: linear-gradient(135deg, var(--primary-blue), var(--accent-sky));">
                    <span style="color: white;">🔬</span>
                </div>
                <div>
                    <div style="font-weight: 700; color: var(--gray-900);">质量控制</div>
                    <div style="font-size: 0.875rem; color: var(--gray-600);">规格标准保证</div>
                </div>
            </div>
            <div class="trust-item">
                <div class="trust-icon" style="background: linear-gradient(135deg, var(--accent-green), var(--commercial-success));">
                    <span style="color: white;">✅</span>
                </div>
                <div>
                    <div style="font-weight: 700; color: var(--gray-900);">100%保证</div>
                    <div style="font-size: 0.875rem; color: var(--gray-600);">性能保证或退款</div>
                </div>
            </div>
        </div>
    </section>

    <!-- O-Ring Basics Educational Section -->
    <section id="o-ring-basics" class="educational-section" style="padding: var(--space-16) 0; background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);">
        <div class="main-container">
            <div class="section-header">
                <h2 class="section-title">什么是O型圈？完整指南</h2>
                <p class="section-subtitle">
                    全面了解O型圈工业橡胶密封件的工作原理、材料选择和应用领域
                </p>
            </div>

            <div class="content-card">
                <h3>O型圈基础知识与密封原理</h3>
                <p>
                    O型圈是一种圆形截面的橡胶密封件，通过在两个表面之间产生机械压缩来实现密封。当O型圈被压缩15-25%时，工业橡胶垫片通过适应表面不规则性形成正密封。这种压缩产生足够的接触压力来防止流体或气体泄漏。静密封保持静止，而动密封适应密封表面之间的相对运动，需要专用橡胶化合物和表面处理。
                </p>
            </div>

            <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: var(--space-6);">
                <div class="content-card">
                    <h3>🎯 关键应用领域</h3>
                    <p>
                        <strong>汽车工业</strong>：发动机系统、燃料喷射、液压系统<br>
                        <strong>航空航天</strong>：燃料系统、液压控制、舱室密封<br>
                        <strong>化工处理</strong>：管道连接、阀门密封、泵系统<br>
                        <strong>半导体</strong>：真空系统、化学输送、清洁环境
                    </p>
                </div>

                <div class="content-card">
                    <h3>🔧 材料选择指南</h3>
                    <p>
                        <strong>丁腈橡胶(NBR)</strong>：油类、燃料系统，-40°C至120°C<br>
                        <strong>氟橡胶(FKM/Viton)</strong>：化学品、高温，-20°C至200°C<br>
                        <strong>全氟橡胶(FFKM)</strong>：极端条件，-15°C至327°C<br>
                        <strong>硅橡胶</strong>：食品级、医疗，-55°C至200°C
                    </p>
                </div>
            </div>
        </div>
        
        <!-- O-Ring Manufacturing Quality Standards -->
        <div class="main-container">
            <div style="background: white; padding: var(--space-8); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); border: 1px solid var(--gray-200); margin-bottom: var(--space-12);">
                <div style="text-align: center; margin-bottom: var(--space-8);">
                    <h3 style="font-size: 1.75rem; font-weight: 700; color: var(--gray-900); margin-bottom: var(--space-4);">
                        O型圈制造质量标准
                    </h3>
                    <p style="font-size: 1.125rem; color: var(--gray-600); max-width: 800px; margin: 0 auto; line-height: 1.7;">
                        作为专业的O型圈制造商，我们遵循严格的质量控制标准，确保每个定制O型圈都达到或超越行业规范。
                    </p>
                </div>
                
                <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--space-6); margin-bottom: var(--space-8);">
                    <!-- Manufacturing Process -->
                    <div style="text-align: center; padding: var(--space-6);">
                        <div style="width: 60px; height: 60px; background: linear-gradient(135deg, var(--primary-blue), var(--accent-sky)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem; margin: 0 auto var(--space-4);">
                            ⚙️
                        </div>
                        <h4 style="font-size: 1.1rem; font-weight: 600; color: var(--gray-900); margin-bottom: var(--space-3);">
                            精密制造工艺
                        </h4>
                        <p style="color: var(--gray-600); line-height: 1.6; font-size: 0.95rem;">
                            我们的O型圈制造能力包括压缩成型、注射成型和定制工具，具有严格的质量控制标准，适用于关键密封应用。
                        </p>
                    </div>
                    
                    <!-- Quality Control -->
                    <div style="text-align: center; padding: var(--space-6);">
                        <div style="width: 60px; height: 60px; background: linear-gradient(135deg, var(--commercial-success), var(--accent-green)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem; margin: 0 auto var(--space-4);">
                            📊
                        </div>
                        <h4 style="font-size: 1.1rem; font-weight: 600; color: var(--gray-900); margin-bottom: var(--space-3);">
                            制造标准认证
                        </h4>
                        <p style="color: var(--gray-600); line-height: 1.6; font-size: 0.95rem;">
                            专业O型圈制造商，具备精密制造标准和质量控制流程，定制O型圈应用遵循AS568规范。
                        </p>
                    </div>
                    
                    <!-- Material Standards -->
                    <div style="text-align: center; padding: var(--space-6);">
                        <div style="width: 60px; height: 60px; background: linear-gradient(135deg, var(--accent-orange), var(--quote-orange)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem; margin: 0 auto var(--space-4);">
                            🧪
                        </div>
                        <h4 style="font-size: 1.1rem; font-weight: 600; color: var(--gray-900); margin-bottom: var(--space-3);">
                            材料验证系统
                        </h4>
                        <p style="color: var(--gray-600); line-height: 1.6; font-size: 0.95rem;">
                            从原料聚合物到成品O型圈的完整材料可追溯性。ASTM D2000分类、邵氏硬度验证和定制化合物开发能力。
                        </p>
                    </div>
                </div>
                
                <!-- Manufacturing Advantages Table -->
                <div style="background: var(--gray-50); padding: var(--space-6); border-radius: var(--radius-lg); margin-bottom: var(--space-6);">
                    <h4 style="font-size: 1.2rem; font-weight: 600; color: var(--gray-900); margin-bottom: var(--space-4); text-align: center;">
                        制造商直接优势
                    </h4>
                    <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: var(--space-4);">
                        <div style="display: flex; align-items: center; gap: var(--space-2);">
                            <span style="color: var(--commercial-success); font-weight: 600;">✓</span>
                            <span style="color: var(--gray-700); font-size: 0.95rem;">工厂直销价格</span>
                        </div>
                        <div style="display: flex; align-items: center; gap: var(--space-2);">
                            <span style="color: var(--commercial-success); font-weight: 600;">✓</span>
                            <span style="color: var(--gray-700); font-size: 0.95rem;">定制O型圈工具</span>
                        </div>
                        <div style="display: flex; align-items: center; gap: var(--space-2);">
                            <span style="color: var(--commercial-success); font-weight: 600;">✓</span>
                            <span style="color: var(--gray-700); font-size: 0.95rem;">快速原型制作(24-48小时)</span>
                        </div>
                        <div style="display: flex; align-items: center; gap: var(--space-2);">
                            <span style="color: var(--commercial-success); font-weight: 600;">✓</span>
                            <span style="color: var(--gray-700); font-size: 0.95rem;">工程技术支持</span>
                        </div>
                        <div style="display: flex; align-items: center; gap: var(--space-2);">
                            <span style="color: var(--commercial-success); font-weight: 600;">✓</span>
                            <span style="color: var(--gray-700); font-size: 0.95rem;">材料可追溯性</span>
                        </div>
                        <div style="display: flex; align-items: center; gap: var(--space-2);">
                            <span style="color: var(--commercial-success); font-weight: 600;">✓</span>
                            <span style="color: var(--gray-700); font-size: 0.95rem;">全球配送服务</span>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- 专业工程服务章节 -->
    <section id="professional-services" class="services-section">
        <div class="main-container">
            <div style="text-align: center; margin-bottom: var(--space-16);">
                <h2 style="font-size: 3rem; font-weight: 900; color: var(--gray-900); margin-bottom: var(--space-6);">专业工程服务</h2>
                <p style="font-size: 1.25rem; color: var(--gray-600); max-width: 800px; margin: 0 auto; line-height: 1.7;">
                    世界级工业橡胶密封件和垫片解决方案，适用于关键任务工业应用，提供即时报价系统和工业橡胶密封件保证竞争价格。
                </p>
            </div>
            
            <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--space-6);">
                <!-- FFKM材料 -->
                <div class="content-card" style="background: linear-gradient(135deg, #dbeafe 0%, #e0e7ff 100%); border: 1px solid #bfdbfe;">
                    <div class="commercial-badge">现货供应</div>
                    
                    <!-- 产品图片 -->
                    <div style="position: relative; margin-bottom: var(--space-4); border-radius: var(--radius-lg); overflow: hidden;">
                        <img src="/images/ffkm-o-rings-collection.webp" 
                             alt="FFKM全氟弹性体O型圈 - Kalrez和Chemraz高温密封件" 
                             loading="lazy"
                             width="350" 
                             height="200"
                             style="width: 100%; height: 200px; object-fit: cover; background: linear-gradient(135deg, var(--primary-blue), var(--accent-sky));"
                             onerror="this.style.display='none'; this.nextElementSibling.style.display='flex';">
                        <div style="display: none; width: 100%; height: 200px; background: linear-gradient(135deg, var(--primary-blue), var(--accent-sky)); align-items: center; justify-content: center; color: white; font-size: 4rem;">🔥</div>
                    </div>
                    
                    <div style="display: flex; align-items: center; gap: var(--space-3); margin-bottom: var(--space-6); padding-bottom: var(--space-4); border-bottom: 2px solid var(--gray-100);">
                        <div style="width: 32px; height: 32px; background: linear-gradient(135deg, var(--primary-blue), var(--accent-sky)); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; color: white; font-weight: 600; font-size: 1.25rem;">
                            🔥
                        </div>
                        <h3 style="font-size: 1.5rem; font-weight: 700; color: var(--gray-900); margin: 0;">FFKM全氟弹性体</h3>
                    </div>
                    <p style="color: var(--gray-600); margin-bottom: var(--space-6); line-height: 1.7;">
                        极端环境下的终极O型圈化学抗性。Kalrez FFKM密封件、Chemraz O型圈配方和定制FFKM密封解决方案，适用于高达315°C温度和1900+种腐蚀性化学品。
                    </p>
                    
                    <div class="price-display">
                        <div class="price-range">¥100 - ¥600</div>
                        <div class="price-note">专业定价每件</div>
                    </div>
                    
                    <div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--space-4);">
                        <span style="color: var(--gray-700); font-weight: 500;">最高温度:</span>
                        <span style="color: var(--primary-blue); font-weight: 700;">315°C+</span>
                    </div>
                    <div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--space-6);">
                        <span style="color: var(--gray-700); font-weight: 500;">化学抗性:</span>
                        <span style="color: var(--primary-blue); font-weight: 700;">1900+种化学品</span>
                    </div>
                    <div style="display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-3);">
                        <a href="/zh/materials/ffkm/" style="background: linear-gradient(135deg, var(--primary-blue), var(--accent-sky)); color: white; padding: var(--space-3) var(--space-4); border-radius: var(--radius-lg); text-decoration: none; font-weight: 600; text-align: center;">
                            查看材料
                        </a>
                        <button onclick="quickQuote('FFKM')" style="background: var(--commercial-success); color: white; border: none; padding: var(--space-3) var(--space-4); border-radius: var(--radius-lg); font-weight: 600; cursor: pointer;">
                            获取报价
                        </button>
                    </div>
                </div>
                
                <!-- 定制制造 -->
                <div class="content-card" style="background: linear-gradient(135deg, #faf5ff 0%, #fdf2f8 100%); border: 1px solid #e9d5ff;">
                    <div class="commercial-badge">48小时交付</div>
                    
                    <!-- 制造图片 -->
                    <div style="position: relative; margin-bottom: var(--space-4); border-radius: var(--radius-lg); overflow: hidden;">
                        <img src="/images/custom-o-ring-manufacturing.webp" 
                             alt="精密定制O型圈制造与质量控制标准" 
                             loading="lazy"
                             width="350" 
                             height="200"
                             style="width: 100%; height: 200px; object-fit: cover; background: linear-gradient(135deg, #8b5cf6, #ec4899);"
                             onerror="this.style.display='none'; this.nextElementSibling.style.display='flex';">
                        <div style="display: none; width: 100%; height: 200px; background: linear-gradient(135deg, #8b5cf6, #ec4899); align-items: center; justify-content: center; color: white; font-size: 4rem;">⚙️</div>
                    </div>
                    
                    <div style="display: flex; align-items: center; gap: var(--space-3); margin-bottom: var(--space-6); padding-bottom: var(--space-4); border-bottom: 2px solid var(--gray-100);">
                        <div style="width: 32px; height: 32px; background: linear-gradient(135deg, #8b5cf6, #ec4899); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; color: white; font-weight: 600; font-size: 1.25rem;">
                            ⚙️
                        </div>
                        <h3 style="font-size: 1.5rem; font-weight: 700; color: var(--gray-900); margin: 0;">定制制造</h3>
                    </div>
                    <p style="color: var(--gray-600); margin-bottom: var(--space-6); line-height: 1.7;">
                        从原型到生产的精密橡胶密封件和垫片制造。25+种材料的定制橡胶密封解决方案，严格质量控制标准，关键工业密封应用48小时橡胶密封原型交付。
                    </p>
                    
                    <div class="price-display" style="background: linear-gradient(135deg, #8b5cf6, #ec4899);">
                        <div class="price-range">需要报价</div>
                        <div class="price-note">基于规格的定制定价</div>
                    </div>
                    
                    <div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--space-4);">
                        <span style="color: var(--gray-700); font-weight: 500;">质量标准:</span>
                        <span style="color: #8b5cf6; font-weight: 700;">AS568标准</span>
                    </div>
                    <div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--space-6);">
                        <span style="color: var(--gray-700); font-weight: 500;">原型时间:</span>
                        <span style="color: #8b5cf6; font-weight: 700;">48小时</span>
                    </div>
                    <div style="display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-3);">
                        <a href="/zh/services/custom-manufacturing/" style="background: linear-gradient(135deg, #8b5cf6, #ec4899); color: white; padding: var(--space-3) var(--space-4); border-radius: var(--radius-lg); text-decoration: none; font-weight: 600; text-align: center;">
                            了解更多
                        </a>
                        <button onclick="quickQuote('custom')" style="background: var(--commercial-success); color: white; border: none; padding: var(--space-3) var(--space-4); border-radius: var(--radius-lg); font-weight: 600; cursor: pointer;">
                            定制报价
                        </button>
                    </div>
                </div>
                
                <!-- 设计服务 -->
                <div class="content-card" style="background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%); border: 1px solid #bbf7d0;">
                    <div class="commercial-badge">专业分析</div>
                    
                    <!-- FEA分析图片 -->
                    <div style="position: relative; margin-bottom: var(--space-4); border-radius: var(--radius-lg); overflow: hidden;">
                        <img src="/images/fea-analysis-o-ring-design.webp" 
                             alt="FEA分析和O型圈设计优化 - 应力分析和故障减少" 
                             loading="lazy"
                             width="350" 
                             height="200"
                             style="width: 100%; height: 200px; object-fit: cover; background: linear-gradient(135deg, #059669, #10b981);"
                             onerror="this.style.display='none'; this.nextElementSibling.style.display='flex';">
                        <div style="display: none; width: 100%; height: 200px; background: linear-gradient(135deg, #059669, #10b981); align-items: center; justify-content: center; color: white; font-size: 4rem;">📊</div>
                    </div>
                    
                    <div style="display: flex; align-items: center; gap: var(--space-3); margin-bottom: var(--space-6); padding-bottom: var(--space-4); border-bottom: 2px solid var(--gray-100);">
                        <div style="width: 32px; height: 32px; background: linear-gradient(135deg, #059669, #10b981); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; color: white; font-weight: 600; font-size: 1.25rem;">
                            📊
                        </div>
                        <h3 style="font-size: 1.5rem; font-weight: 700; color: var(--gray-900); margin: 0;">专业设计服务</h3>
                    </div>
                    <p style="color: var(--gray-600); margin-bottom: var(--space-6); line-height: 1.7;">
                        先进FEA分析和槽优化消除密封失效。专业工程设计通过专业咨询降低成本。
                    </p>
                    
                    <div class="price-display" style="background: linear-gradient(135deg, #059669, #10b981);">
                        <div class="price-range">¥2000 - ¥10000</div>
                        <div class="price-note">每次工程咨询</div>
                    </div>
                    
                    <div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--space-4);">
                        <span style="color: var(--gray-700); font-weight: 500;">故障减少:</span>
                        <span style="color: #059669; font-weight: 700;">95%+</span>
                    </div>
                    <div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--space-6);">
                        <span style="color: var(--gray-700); font-weight: 500;">分析类型:</span>
                        <span style="color: #059669; font-weight: 700;">FEA优化</span>
                    </div>
                    <div style="display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-3);">
                        <a href="/zh/services/design-services/" style="background: linear-gradient(135deg, #059669, #10b981); color: white; padding: var(--space-3) var(--space-4); border-radius: var(--radius-lg); text-decoration: none; font-weight: 600; text-align: center;">
                            查看服务
                        </a>
                        <button onclick="quickQuote('design-services')" style="background: var(--commercial-success); color: white; border: none; padding: var(--space-3) var(--space-4); border-radius: var(--radius-lg); font-weight: 600; cursor: pointer;">
                            立即咨询
                        </button>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Industrial Applications Section -->
    <section id="industrial-applications" class="industrial-section" style="padding: var(--space-16) 0; background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);">
        <div class="main-container">
            <div class="section-header">
                <h2 class="section-title">工业应用解决方案</h2>
                <p class="section-subtitle">
                    专业级O型圈解决方案，满足各行业严苛要求
                </p>
            </div>

            <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: var(--space-6);">
                <div class="content-card">
                    <h3>🏭 化工处理行业</h3>
                    <p>
                        在腐蚀性化学品环境中，FFKM和FKM材料提供卓越的化学兼容性。我们的O型圈在浓硫酸、氢氟酸和其他强酸环境中实现5年以上服务寿命，为客户节省40%维护成本。
                    </p>
                </div>

                <div class="content-card">
                    <h3>✈️ 航空航天应用</h3>
                    <p>
                        航空级O型圈必须承受极端温度变化和压力。我们的Viton和FFKM解决方案通过FAA认证，在-65°F至600°F温度范围内保持可靠密封，确保飞行安全。
                    </p>
                </div>

                <div class="content-card">
                    <h3>🚗 汽车工业</h3>
                    <p>
                        汽车发动机和液压系统需要耐油、耐高温的NBR和FKM材料。我们的O型圈在发动机舱250°F高温下工作50,000英里以上，显著提升车辆可靠性。
                    </p>
                </div>

                <div class="content-card">
                    <h3>🔬 半导体制造</h3>
                    <p>
                        半导体工艺需要超纯净环境和精确密封。我们的FFKM O型圈具有极低放气率，在等离子蚀刻和CVD工艺中实现99.99%设备正常运行时间。
                    </p>
                </div>
            </div>
        </div>
    </section>

    <!-- Professional Services Section -->
    <section id="services" class="services-section">
        <div class="main-container">
            <div class="section-header">
                <h2 class="section-title">专业制造服务</h2>
                <p class="section-subtitle">
                    从设计到生产的全方位O型圈制造解决方案
                </p>
            </div>

            <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: var(--space-6);">
                <div class="content-card">
                    <h3>🛠️ 定制设计服务</h3>
                    <p>
                        我们的工程团队提供专业的O型圈设计服务，包括材料选择、尺寸优化和密封系统分析。基于25年经验，为您的应用选择最佳解决方案。
                    </p>
                    <a href="/zh/quote/design-services/" class="btn-primary-commercial" style="margin-top: var(--space-4); display: inline-block;">获取设计报价</a>
                </div>

                <div class="content-card">
                    <h3>⚡ 快速原型制作</h3>
                    <p>
                        24-48小时快速原型服务，使用我们的精密模具制造设施。支持小批量测试和快速验证，加速您的产品开发进程。
                    </p>
                    <a href="/zh/quote/custom/" class="btn-primary-commercial" style="margin-top: var(--space-4); display: inline-block;">定制原型</a>
                </div>

                <div class="content-card">
                    <h3>📋 质量认证</h3>
                    <p>
                        ISO 9001:2015认证制造商，提供完整的材料证书和尺寸报告。符合FDA、USP Class VI、NSF等国际标准，确保产品质量可追溯。
                    </p>
                    <a href="/zh/contact/" class="btn-secondary-commercial" style="margin-top: var(--space-4); display: inline-block;">了解认证</a>
                </div>
            </div>
        </div>
    </section>

    <!-- 技术工程指南 -->
    <section id="technical-engineering-guide" class="main-container" style="padding: var(--space-20) 0;">
        <div style="text-align: center; margin-bottom: var(--space-16);">
            <h2 style="font-size: 2.5rem; font-weight: 900; color: var(--gray-900); margin-bottom: var(--space-6);">技术工程指南</h2>
            <p style="font-size: 1.125rem; color: var(--gray-600); max-width: 900px; margin: 0 auto; line-height: 1.7;">
                全面的失效分析、槽设计计算、材料选择和工程解决方案，消除密封问题并优化性能。基于25年以上现场经验的专业指导。
            </p>
        </div>

        <div class="content-card" style="margin-bottom: var(--space-12);">
            <h3 style="font-size: 1.75rem; font-weight: 700; color: var(--gray-900); margin-bottom: var(--space-6);">O型圈设计基础与工程计算</h3>
            
            <div style="display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-8); margin-bottom: var(--space-8);">
                <div>
                    <h4 style="font-size: 1.25rem; font-weight: 600; color: var(--gray-900); margin-bottom: var(--space-4);">槽尺寸计算</h4>
                    
                    <div style="background: var(--gray-50); padding: var(--space-4); border-radius: var(--radius-md); margin-bottom: var(--space-4);">
                        <div style="font-weight: 600; color: var(--primary-blue); margin-bottom: var(--space-2);">静密封公式:</div>
                        <div style="font-family: monospace; background: white; padding: var(--space-3); border-radius: var(--radius-sm); margin-bottom: var(--space-2); border: 1px solid var(--gray-300);">
                            槽宽 (W) = CS + 0.003" 至 0.007"<br>
                            槽深 (D) = 0.75 × CS ± 0.002"<br>
                            圆角半径 (R) = 0.015" 至 0.030"
                        </div>
                    </div>

                    <div style="background: var(--gray-50); padding: var(--space-4); border-radius: var(--radius-md);">
                        <div style="font-weight: 600; color: var(--primary-blue); margin-bottom: var(--space-2);">动密封公式:</div>
                        <div style="font-family: monospace; background: white; padding: var(--space-3); border-radius: var(--radius-sm); margin-bottom: var(--space-2); border: 1px solid var(--gray-300);">
                            槽宽 (W) = CS + 0.005" 至 0.015"<br>
                            槽深 (D) = 0.80 × CS ± 0.002"<br>
                            导向倒角 = 15° × 0.015"
                        </div>
                    </div>
                </div>
                
                <div>
                    <h4 style="font-size: 1.25rem; font-weight: 600; color: var(--gray-900); margin-bottom: var(--space-4);">材料硬度选择</h4>
                    
                    <div style="background: linear-gradient(135deg, var(--green-50), var(--green-100)); padding: var(--space-4); border-radius: var(--radius-md); margin-bottom: var(--space-4);">
                        <div style="font-weight: 600; color: var(--green-700); margin-bottom: var(--space-3);">硬度选择公式:</div>
                        <div style="font-family: monospace; background: white; padding: var(--space-3); border-radius: var(--radius-sm);">
                            所需硬度 = 60 + (P ÷ 50)<br>
                            其中 P = 系统压力 (PSI)
                        </div>
                    </div>
                    
                    <div>
                        <div style="padding: var(--space-2) var(--space-3); background: var(--success-50); border-radius: var(--radius-md); margin-bottom: var(--space-2); display: flex; justify-content: space-between;">
                            <span style="font-weight: 600;">60-70 邵氏A</span>
                            <span>0-100 PSI</span>
                        </div>
                        <div style="padding: var(--space-2) var(--space-3); background: var(--warning-50); border-radius: var(--radius-md); margin-bottom: var(--space-2); display: flex; justify-content: space-between;">
                            <span style="font-weight: 600;">75-80 邵氏A</span>
                            <span>500-1500 PSI</span>
                        </div>
                        <div style="padding: var(--space-2) var(--space-3); background: var(--error-50); border-radius: var(--radius-md); display: flex; justify-content: space-between;">
                            <span style="font-weight: 600;">85-95 邵氏A</span>
                            <span>2000+ PSI</span>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- 制造商能力 -->
    <section id="manufacturer-capabilities" class="main-container" style="padding: var(--space-20) 0; background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);">
        <div style="text-align: center; margin-bottom: var(--space-16);">
            <h2 style="font-size: 2.5rem; font-weight: 900; color: var(--gray-900); margin-bottom: var(--space-6);">制造商能力</h2>
            <p style="font-size: 1.125rem; color: var(--gray-600); max-width: 900px; margin: 0 auto; line-height: 1.7;">
                ISO 9001:2015认证制造商，25年专业制造经验，提供从原型到大批量生产的完整解决方案。
            </p>
        </div>

        <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: var(--space-8);">
            <div class="content-card">
                <h3>🏭 生产能力</h3>
                <ul style="list-style: none; padding: 0;">
                    <li style="margin-bottom: var(--space-2);">✓ 日产能5万件O型圈</li>
                    <li style="margin-bottom: var(--space-2);">✓ 精密模具制造±0.002"</li>
                    <li style="margin-bottom: var(--space-2);">✓ 24-48小时快速原型</li>
                    <li style="margin-bottom: var(--space-2);">✓ 从0.5mm到500mm尺寸范围</li>
                </ul>
            </div>

            <div class="content-card">
                <h3>🔬 质量控制</h3>
                <ul style="list-style: none; padding: 0;">
                    <li style="margin-bottom: var(--space-2);">✓ 100%尺寸检验</li>
                    <li style="margin-bottom: var(--space-2);">✓ 材料认证追溯</li>
                    <li style="margin-bottom: var(--space-2);">✓ PPAP生产件批准</li>
                    <li style="margin-bottom: var(--space-2);">✓ SPC统计过程控制</li>
                </ul>
            </div>

            <div class="content-card">
                <h3>🌍 全球服务</h3>
                <ul style="list-style: none; padding: 0;">
                    <li style="margin-bottom: var(--space-2);">✓ 全球发货网络</li>
                    <li style="margin-bottom: var(--space-2);">✓ 技术支持服务</li>
                    <li style="margin-bottom: var(--space-2);">✓ 现场工程师服务</li>
                    <li style="margin-bottom: var(--space-2);">✓ 24/7客户支持</li>
                </ul>
            </div>
        </div>
    </section>

    <!-- 材料选择系统 -->
    <section id="material-selection-system" class="services-section" style="background: var(--gray-50);">
        <div class="main-container">
            <div style="text-align: center; margin-bottom: var(--space-16);">
                <h2 style="font-size: 2.5rem; font-weight: 900; color: var(--gray-900); margin-bottom: var(--space-6);">智能材料选择系统</h2>
                <p style="font-size: 1.125rem; color: var(--gray-600); max-width: 800px; margin: 0 auto; line-height: 1.7;">
                    基于应用条件自动推荐最适合的O型圈材料，确保最佳性能和成本效益。
                </p>
            </div>

            <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: var(--space-8);">
                <div class="content-card">
                    <h3>🌡️ 温度应用范围</h3>
                    <div style="margin: var(--space-4) 0;">
                        <div style="display: flex; justify-content: space-between; margin-bottom: var(--space-2);">
                            <span><strong>超低温应用</strong></span>
                            <span style="color: var(--primary-blue);">-55°C以下</span>
                        </div>
                        <div style="font-size: 0.9rem; color: var(--gray-600); margin-bottom: var(--space-3);">
                            推荐：特殊硅橡胶配方、低温FKM
                        </div>

                        <div style="display: flex; justify-content: space-between; margin-bottom: var(--space-2);">
                            <span><strong>高温应用</strong></span>
                            <span style="color: var(--accent-orange);">200°C以上</span>
                        </div>
                        <div style="font-size: 0.9rem; color: var(--gray-600);">
                            推荐：FFKM全氟橡胶、高温硅橡胶
                        </div>
                    </div>
                </div>

                <div class="content-card">
                    <h3>💧 化学兼容性</h3>
                    <div style="margin: var(--space-4) 0;">
                        <div style="margin-bottom: var(--space-3);">
                            <div style="font-weight: 600; margin-bottom: var(--space-1);">石油产品</div>
                            <div style="font-size: 0.9rem; color: var(--gray-600);">NBR丁腈橡胶、HNBR氢化丁腈</div>
                        </div>

                        <div style="margin-bottom: var(--space-3);">
                            <div style="font-weight: 600; margin-bottom: var(--space-1);">强酸强碱</div>
                            <div style="font-size: 0.9rem; color: var(--gray-600);">FKM氟橡胶、FFKM全氟橡胶</div>
                        </div>

                        <div>
                            <div style="font-weight: 600; margin-bottom: var(--space-1);">食品医疗</div>
                            <div style="font-size: 0.9rem; color: var(--gray-600);">食品级硅橡胶、EPDM三元乙丙</div>
                        </div>
                    </div>
                </div>

                <div class="content-card">
                    <h3>⚙️ 应用类型</h3>
                    <div style="margin: var(--space-4) 0;">
                        <div style="margin-bottom: var(--space-3);">
                            <div style="font-weight: 600; margin-bottom: var(--space-1);">静态密封</div>
                            <div style="font-size: 0.9rem; color: var(--gray-600);">法兰、管道连接、设备封盖</div>
                        </div>

                        <div style="margin-bottom: var(--space-3);">
                            <div style="font-weight: 600; margin-bottom: var(--space-1);">往复动密封</div>
                            <div style="font-size: 0.9rem; color: var(--gray-600);">液压缸、气缸、阀门杆</div>
                        </div>

                        <div>
                            <div style="font-weight: 600; margin-bottom: var(--space-1);">旋转密封</div>
                            <div style="font-size: 0.9rem; color: var(--gray-600);">轴承、旋转接头、马达</div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- 制造能力展示 -->
    <section id="manufacturing-capabilities" class="manufacturing-section" style="padding: var(--space-16) 0; background: linear-gradient(135deg, #f1f5f9 0%, #ffffff 100%);">
        <div class="main-container">
            <div style="text-align: center; margin-bottom: var(--space-16);">
                <h2 style="font-size: 2.5rem; font-weight: 900; color: var(--gray-900); margin-bottom: var(--space-6);">先进制造能力</h2>
                <p style="font-size: 1.125rem; color: var(--gray-600); max-width: 800px; margin: 0 auto; line-height: 1.7;">
                    采用先进的制造工艺和质量管理体系，确保每一个O型圈都达到最高质量标准。
                </p>
            </div>

            <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--space-6);">
                <div class="content-card" style="text-align: center;">
                    <div style="width: 60px; height: 60px; background: linear-gradient(135deg, var(--primary-blue), var(--accent-sky)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto var(--space-4); color: white; font-size: 1.5rem;">
                        🏭
                    </div>
                    <h3>压缩成型</h3>
                    <p>适用于大尺寸O型圈和小批量定制生产，优秀的尺寸稳定性和表面质量。</p>
                </div>

                <div class="content-card" style="text-align: center;">
                    <div style="width: 60px; height: 60px; background: linear-gradient(135deg, var(--accent-green), var(--primary-cyan)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto var(--space-4); color: white; font-size: 1.5rem;">
                        ⚡
                    </div>
                    <h3>注射成型</h3>
                    <p>高效的大批量生产工艺，精确的尺寸控制，适合标准O型圈批量制造。</p>
                </div>

                <div class="content-card" style="text-align: center;">
                    <div style="width: 60px; height: 60px; background: linear-gradient(135deg, var(--accent-orange), #f59e0b); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto var(--space-4); color: white; font-size: 1.5rem;">
                        🔧
                    </div>
                    <h3>精密加工</h3>
                    <p>CNC精密加工设备，保证±0.002"的尺寸精度，满足航空航天级要求。</p>
                </div>
            </div>
        </div>
    </section>

    <!-- 专业咨询服务 -->
    <section id="professional-consultation" class="main-container" style="padding: var(--space-20) 0;">
        <div style="text-align: center; margin-bottom: var(--space-16);">
            <h2 style="font-size: 2.5rem; font-weight: 900; color: var(--gray-900); margin-bottom: var(--space-6);">专业咨询服务</h2>
            <p style="font-size: 1.125rem; color: var(--gray-600); max-width: 800px; margin: 0 auto; line-height: 1.7;">
                我们的工程团队提供专业的技术咨询服务，帮助您解决密封应用中的技术难题。
            </p>
        </div>

        <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: var(--space-8); margin-bottom: var(--space-12);">
            <div class="content-card">
                <h3>🔬 失效分析</h3>
                <p>全面的O型圈失效模式分析，包括压缩永久变形、挤出损坏、化学溶胀等问题的根本原因调查和解决方案。</p>
                <ul style="list-style: none; padding: 0; margin-top: var(--space-4);">
                    <li style="margin-bottom: var(--space-2);">✓ 显微镜检查和材料分析</li>
                    <li style="margin-bottom: var(--space-2);">✓ 详细的失效原因报告</li>
                    <li style="margin-bottom: var(--space-2);">✓ 改进建议和替代方案</li>
                </ul>
            </div>

            <div class="content-card">
                <h3>📐 槽设计优化</h3>
                <p>基于实际应用条件的槽设计计算和优化，确保O型圈在各种工况下的可靠密封性能。</p>
                <ul style="list-style: none; padding: 0; margin-top: var(--space-4);">
                    <li style="margin-bottom: var(--space-2);">✓ 有限元分析(FEA)仿真</li>
                    <li style="margin-bottom: var(--space-2);">✓ 压力和温度循环测试</li>
                    <li style="margin-bottom: var(--space-2);">✓ 表面处理建议</li>
                </ul>
            </div>

            <div class="content-card">
                <h3>⚗️ 材料选择指导</h3>
                <p>根据具体的化学介质、温度范围和压力条件，为您推荐最适合的O型圈材料。</p>
                <ul style="list-style: none; padding: 0; margin-top: var(--space-4);">
                    <li style="margin-bottom: var(--space-2);">✓ 化学兼容性测试</li>
                    <li style="margin-bottom: var(--space-2);">✓ 温度老化评估</li>
                    <li style="margin-bottom: var(--space-2);">✓ 成本效益分析</li>
                </ul>
            </div>
        </div>

        <div style="text-align: center;">
            <a href="/zh/contact/" class="btn-primary-commercial" style="font-size: 1.125rem; padding: var(--space-5) var(--space-8);">
                🚀 立即获取专业咨询
            </a>
        </div>
    </section>

    <!-- Footer will be added later -->

    <!-- JavaScript for functionality -->
    <script>
        // Search functionality
        function performSearch(mode) {
            const searchInputs = {
                'specification': document.getElementById('specSearch'),
                'dimensional': document.getElementById('dimSearch'),
                'application': document.getElementById('appSearch')
            };
            
            const query = searchInputs[mode]?.value || '';
            if (query.trim()) {
                // Redirect to search results with query
                window.location.href = `/zh/search/?q=${encodeURIComponent(query)}&mode=${mode}`;
            } else {
                alert('请输入搜索内容');
            }
        }

        // Quick quote functionality  
        function quickQuote(type) {
            window.location.href = `/zh/quote/?type=${type}`;
        }

        // Search tab switching
        document.addEventListener('DOMContentLoaded', function() {
            const tabs = document.querySelectorAll('.search-tab');
            const modes = document.querySelectorAll('.search-mode');

            tabs.forEach(tab => {
                tab.addEventListener('click', function() {
                    // Remove active class from all tabs
                    tabs.forEach(t => t.classList.remove('active'));
                    // Add active class to clicked tab
                    this.classList.add('active');

                    // Hide all search modes
                    modes.forEach(mode => mode.style.display = 'none');
                    // Show selected mode
                    const targetMode = this.getAttribute('data-mode') + '-mode';
                    document.getElementById(targetMode).style.display = 'block';
                });
            });

            // Initialize mobile menu functionality
            if (typeof window.finalWorkingMenu !== 'undefined') {
                window.finalWorkingMenu.init();
            }
        });

        // Expose functions to global scope for onclick events
        window.performSearch = performSearch;
        window.quickQuote = quickQuote;
    </script>

    <!-- Load mobile menu script -->
    <script src="/js/final-working-menu.js"></script>

    
        <!-- Latest Articles Section for Homepage -->
        <section class="homepage-articles" style="background: white; padding: var(--space-12) 0; border-top: 1px solid #e2e8f0;">
            <div class="container" style="max-width: 1200px; margin: 0 auto; padding: 0 var(--space-4);">
                <div class="section-header" style="text-align: center; margin-bottom: var(--space-10);">
                    <h2 style="font-size: 2rem; font-weight: 700; color: var(--primary-navy); margin-bottom: var(--space-3);">
                        📚 专业技术资源
                    </h2>
                    <p style="color: var(--gray-600); font-size: 1rem; max-width: 500px; margin: 0 auto;">
                        获取最新的O型圈技术指南和工程解决方案
                    </p>
                </div>
                
                <div class="homepage-articles-grid" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: var(--space-6); margin-bottom: var(--space-8);">
    <footer class="unified-footer">
        <div class="footer-container">
            <div class="footer-grid">
                <div class="footer-column">
                    <h4>产品搜索</h4>
                    <ul>
                        <li><a href="/zh/as568/">AS568尺寸图表</a></li>
                        <li><a href="/zh/calculator/">尺寸计算器</a></li>
                        <li><a href="/zh/quote/">快速报价</a></li>
                    </ul>
                </div>
                <div class="footer-column">
                    <h4>材料</h4>
                    <ul>
                        <li><a href="/zh/materials/viton-fkm/">Viton FKM</a></li>
                        <li><a href="/zh/materials/ffkm/">FFKM材料</a></li>
                        <li><a href="/zh/materials/nitrile-nbr/">NBR材料</a></li>
                        <li><a href="/zh/materials/">所有材料</a></li>
                    </ul>
                </div>
                <div class="footer-column">
                    <h4>制造</h4>
                    <ul>
                        <li><a href="/zh/services/custom-manufacturing/">定制制造</a></li>
                        <li><a href="/zh/services/design-services/">设计服务</a></li>
                        <li><a href="/zh/technical/">技术支持</a></li>
                        <li><a href="/zh/contact/">工程咨询</a></li>
                    </ul>
                </div>
                <div class="footer-column">
                    <h4>公司</h4>
                    <ul>
                        <li><a href="/zh/contact/">联系我们</a></li>
                        <li><a href="/zh/technical/">技术指南</a></li>
                        <li><a href="/sitemap.xml">网站地图</a></li>
                        <li><a href="/zh/quote/">获取报价</a></li>
                    </ul>
                </div>
            </div>
            <div class="footer-bottom">
                <p>&copy; 2025 O型圈标准. 专业制造解决方案，快速报价系统。</p>
            </div>
        </div>
    </footer>

</body>
</html>