* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Georgia', 'Times New Roman', serif; background: #f5f3f0; color: #1e1e2a; line-height: 1.7; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        /* 导航 */
        .header { background: linear-gradient(135deg, #1e3a8a, #2563eb); color: #fff; padding: 18px 0; box-shadow: 0 4px 20px rgba(30,58,138,0.3); position: sticky; top: 0; z-index: 100; }
        .header .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
        .logo { font-size: 1.6rem; font-weight: bold; letter-spacing: 2px; color: #f5d742; text-shadow: 0 0 10px rgba(245,215,66,0.3); }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { color: #fff; text-decoration: none; font-size: 1rem; padding: 6px 0; border-bottom: 2px solid transparent; transition: 0.3s; }
        .nav-links a:hover { border-bottom-color: #f5d742; }
        /* 主视觉 */
        .hero { background: linear-gradient(145deg, #1e3a8a 0%, #1e40af 100%); color: #fff; padding: 80px 0 60px; text-align: center; border-bottom: 6px solid #f5d742; }
        .hero h1 { font-size: 2.8rem; margin-bottom: 20px; letter-spacing: 1px; }
        .hero p { font-size: 1.2rem; max-width: 800px; margin: 0 auto 30px; opacity: 0.9; }
        .hero .cta-btn { display: inline-block; background: #f5d742; color: #1e3a8a; padding: 14px 48px; border-radius: 50px; font-weight: bold; font-size: 1.1rem; text-decoration: none; transition: 0.3s; box-shadow: 0 8px 24px rgba(245,215,66,0.3); }
        .hero .cta-btn:hover { background: #facc15; transform: translateY(-4px); }
        /* 通用区块 */
        section { padding: 60px 0; }
        .section-title { font-size: 2rem; text-align: center; margin-bottom: 40px; color: #1e3a8a; border-bottom: 4px solid #f5d742; display: inline-block; padding-bottom: 8px; }
        .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
        .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
        .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
        .card { background: #fff; border-radius: 20px; padding: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.06); border: 1px solid rgba(30,58,138,0.1); transition: 0.3s; }
        .card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(30,58,138,0.12); }
        .card img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; margin-bottom: 16px; }
        .card h3 { font-size: 1.3rem; margin-bottom: 10px; color: #1e3a8a; }
        .card p { color: #4a4a5a; }
        .badge { background: #f5d742; color: #1e3a8a; padding: 4px 14px; border-radius: 30px; font-size: 0.8rem; font-weight: bold; display: inline-block; margin-bottom: 8px; }
        .gold-border { border-left: 6px solid #f5d742; padding-left: 20px; }
        .text-center { text-align: center; }
        .mt-20 { margin-top: 20px; }
        .mb-20 { margin-bottom: 20px; }
        /* 新闻列表 */
        .news-item { border-bottom: 1px solid #e0dcd6; padding: 28px 0; }
        .news-item:last-child { border-bottom: none; }
        .news-date { color: #888; font-size: 0.9rem; }
        .news-item h3 { font-size: 1.4rem; color: #1e3a8a; }
        .news-item p { margin-top: 8px; }
        /* FAQ */
        .faq-item { background: #fff; border-radius: 18px; margin-bottom: 20px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.04); border: 1px solid #eae6df; }
        .faq-item h4 { font-size: 1.2rem; color: #1e3a8a; margin-bottom: 12px; }
        .faq-item p { color: #3b3b4a; }
        /* 数据统计 */
        .stats { background: #1e3a8a; color: #fff; padding: 60px 0; }
        .stats .stat-item { text-align: center; }
        .stats .stat-number { font-size: 2.8rem; font-weight: bold; color: #f5d742; }
        .stats .stat-label { font-size: 1.1rem; margin-top: 8px; opacity: 0.85; }
        /* 合作伙伴 */
        .partners .partner-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; }
        .partners .partner-logos img { height: 60px; width: auto; border-radius: 8px; opacity: 0.7; transition: 0.3s; }
        .partners .partner-logos img:hover { opacity: 1; }
        /* 用户口碑 */
        .testimonial-card { background: #fff; border-radius: 20px; padding: 30px; position: relative; border-top: 6px solid #f5d742; }
        .testimonial-card p { font-style: italic; color: #2d2d3a; }
        .testimonial-card .author { margin-top: 16px; font-weight: bold; color: #1e3a8a; }
        /* CTA */
        .cta-section { background: linear-gradient(135deg, #1e3a8a, #2563eb); color: #fff; padding: 70px 0; text-align: center; }
        .cta-section h2 { font-size: 2.2rem; margin-bottom: 20px; }
        .cta-section .cta-btn { background: #f5d742; color: #1e3a8a; padding: 16px 56px; border-radius: 60px; font-weight: bold; font-size: 1.2rem; text-decoration: none; display: inline-block; transition: 0.3s; }
        .cta-section .cta-btn:hover { background: #facc15; transform: scale(1.04); }
        /* 愿景使命 */
        .vision-mission .vm-item { padding: 30px; }
        /* 荣誉时间线 */
        .timeline-item { display: flex; gap: 20px; margin-bottom: 30px; }
        .timeline-year { font-weight: bold; color: #f5d742; background: #1e3a8a; padding: 8px 16px; border-radius: 30px; white-space: nowrap; }
        /* 页脚 */
        .footer { background: #0f172a; color: #cbd5e1; padding: 40px 0 20px; }
        .footer .container { display: flex; flex-direction: column; gap: 20px; }
        .footer-links { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; }
        .footer-links a { color: #f5d742; text-decoration: none; }
        .footer-links a:hover { text-decoration: underline; }
        .footer-bottom { border-top: 1px solid #1e293b; padding-top: 20px; text-align: center; font-size: 0.9rem; }
        .footer-bottom a { color: #f5d742; text-decoration: none; margin: 0 8px; }
        /* 响应式 */
        @media (max-width: 768px) {
            .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
            .hero h1 { font-size: 2rem; }
            .header .container { flex-direction: column; gap: 16px; }
            .nav-links { justify-content: center; gap: 16px; }
        }