﻿:root { --primary: rgb(249,115,22); --primary-hover: #ea580c; --dark: #1f2937; --darker: #111827; --light: #f3f4f6; --white: #ffffff; --text-main: #374151; --text-muted: #6b7280; --border: #e5e7eb; --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); --transition: all 0.3s ease; }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif; color: var(--text-main); background-color: var(--white); line-height: 1.6; }
        a { text-decoration: none; color: inherit; transition: var(--transition); }
        ul, li { list-style: none; }
        img { max-width: 100%; height: auto; display: block; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        
        
        .site-header { background: var(--darker); padding: 15px 0; position: sticky; top: 0; z-index: 100; box-shadow: var(--shadow); }
        .header-inner { display: flex; justify-content: space-between; align-items: center; }
        .logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
        .logo img { display: block; height: 40px; width: auto; max-width: 160px; object-fit: contain; flex-shrink: 0; }
        .logo span { display: inline-block; font-size: 20px; font-weight: 800; line-height: 1; color: var(--white); white-space: nowrap; letter-spacing: 1px; }
        .main-nav { display: flex; gap: 30px; align-items: center; }
        .main-nav a { color: var(--light); font-size: 16px; font-weight: 500; padding: 8px 0; position: relative; }
        .main-nav a:hover { color: var(--primary); }
        .main-nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--primary); transition: var(--transition); }
        .main-nav a:hover::after { width: 100%; }
        .menu-toggle { display: none; background: none; border: none; color: var(--white); font-size: 24px; cursor: pointer; }
        
        
        .drawer-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999; opacity: 0; visibility: hidden; transition: var(--transition); }
        .drawer-nav { position: fixed; top: 0; left: -300px; width: 280px; height: 100%; background: var(--darker); z-index: 1000; box-shadow: 2px 0 10px rgba(0,0,0,0.5); transition: transform 0.3s ease; display: flex; flex-direction: column; }
        .drawer-nav.active { transform: translateX(300px); }
        .drawer-overlay.active { opacity: 1; visibility: visible; }
        .drawer-header { padding: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; align-items: center; }
        .drawer-close { background: none; border: none; color: var(--text-muted); font-size: 24px; cursor: pointer; }
        .drawer-menu { padding: 20px 0; overflow-y: auto; flex-grow: 1; }
        .drawer-menu a { display: block; padding: 12px 25px; color: var(--light); font-size: 16px; border-left: 3px solid transparent; }
        .drawer-menu a:hover { background: rgba(255,255,255,0.05); color: var(--primary); border-left-color: var(--primary); }

        
        .about-hero { background: var(--darker) url('https://images.unsplash.com/photo-1434626881859-194d67b2b86f?auto=format&fit=crop&w=1920&q=80') center/cover; position: relative; padding: 120px 0; text-align: center; color: var(--white); }
        .about-hero::before { content: ''; position: absolute; inset: 0; background: rgba(17,24,39,0.9); }
        .about-hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }
        .about-hero h1 { font-size: 42px; font-weight: bold; margin-bottom: 20px; color: var(--primary); }
        .about-hero p { font-size: 18px; color: #d1d5db; }

        .about-section { padding: 80px 0; }
        .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
        .about-text h2 { font-size: 32px; color: var(--darker); margin-bottom: 20px; position: relative; padding-bottom: 15px; }
        .about-text h2::after { content: ''; position: absolute; left: 0; bottom: 0; width: 50px; height: 4px; background: var(--primary); }
        .about-text p { font-size: 16px; margin-bottom: 20px; color: var(--text-main); line-height: 1.8; }
        .about-image img { border-radius: 8px; box-shadow: var(--shadow); }

        .values-section { background: var(--light); padding: 80px 0; }
        .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; }
        .value-card { background: var(--white); padding: 40px 30px; border-radius: 8px; text-align: center; box-shadow: var(--shadow); border-top: 4px solid var(--primary); }
        .value-num { font-size: 48px; font-weight: 900; color: rgba(249,115,22,0.2); margin-bottom: 10px; line-height: 1; }
        .value-card h3 { font-size: 20px; color: var(--darker); margin-bottom: 15px; }
        
        
        .site-footer { background: var(--darker); color: #9ca3af; padding: 60px 0 20px; }
        .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
        .footer-logo { margin-bottom: 20px; }
        .site-footer .logo span { color: var(--white); }
        .footer-about { font-size: 14px; line-height: 1.8; margin-bottom: 20px; }
        .footer-widget h4 { color: var(--white); font-size: 18px; font-weight: bold; margin-bottom: 20px; position: relative; padding-bottom: 10px; }
        .footer-widget h4::after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: var(--primary); }
        .footer-links li { margin-bottom: 12px; }
        .footer-links a { font-size: 14px; display: inline-block; }
        .footer-links a:hover { color: var(--primary); transform: translateX(5px); }
        .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
        .footer-bottom-links { display: flex; gap: 20px; }

        @media (max-width: 768px) {
            .main-nav { display: none; }
            .menu-toggle { display: block; }
            .about-grid { grid-template-columns: 1fr; }
            .values-grid { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1fr; }
            .footer-bottom { flex-direction: column; gap: 15px; text-align: center; }
        }