/* ===== 公共样式 ===== */
.logo-text { font-size: 14px; font-weight: bold; color: #fff; text-decoration: none; line-height: 1.3; display: block; max-width: 280px; }
.logo-text:hover { color: #f0ad4e; }
.logo-full { display: block; }
.logo-short { display: none; }
.navbar-brand { padding: 10px 15px; height: auto; }
.breadcrumb-bar { background: #f5f5f5; padding: 15px 0; }
.breadcrumb-bar a { color: #666; text-decoration: none; }
.contact-sidebar { padding: 30px; border-radius: 5px; position: sticky; top: 20px; }
.contact-sidebar h4 { margin-bottom: 20px; }
.contact-sidebar p { margin-bottom: 15px; }
.contact-sidebar a { text-decoration: none; }

/* ===== index.html ===== */
.service-card { background: #f9f9f9; padding: 30px; margin-bottom: 30px; border-radius: 5px; transition: all 0.3s; }
.service-card:hover { background: #fff; box-shadow: 0 5px 20px rgba(0,0,0,0.1); transform: translateY(-5px); }
.service-card i { font-size: 48px; color: #f0ad4e; margin-bottom: 20px; }
.service-card h5 { font-size: 20px; margin-bottom: 15px; }
.stat-box { text-align: center; padding: 30px 20px; background: rgba(255,255,255,0.9); border-radius: 5px; }
.stat-box h2 { font-size: 48px; color: #f0ad4e; margin: 0; }
.stat-box p { font-size: 16px; color: #666; margin: 10px 0 0; }
.history-item { border-left: 3px solid #f0ad4e; padding-left: 20px; margin-bottom: 30px; }
.history-item h4 { color: #f0ad4e; margin-bottom: 10px; }
.contact-info-bar { background: #333; color: #fff; padding: 15px 0; }
.contact-info-bar a { color: #f0ad4e; text-decoration: none; }

/* ===== DaiMa.html ===== */
.page-banner { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); padding: 80px 0; text-align: center; color: #fff; }
.page-banner h2 { font-size: 48px; margin-bottom: 20px; }
.page-banner p { font-size: 18px; opacity: 0.9; }
.service-detail { padding: 40px 30px; background: #fff; border-left: 4px solid #f0ad4e; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.service-detail h4 { color: #1a1a2e; margin-bottom: 15px; font-size: 22px; }
.service-detail p { color: #666; line-height: 1.8; }
.equip-table { width: 100%; border-collapse: collapse; margin: 30px 0; }
.equip-table th, .equip-table td { padding: 12px 15px; border: 1px solid #ddd; text-align: left; }
.equip-table th { background: #1a1a2e; color: #fff; }
.equip-table tr:nth-child(even) { background: #f9f9f9; }
.contact-sidebar { background: #1a1a2e; color: #fff; }
.contact-sidebar h4 { color: #f0ad4e; }
.contact-sidebar a { color: #f0ad4e; }

/* ===== DaiHuai.html ===== */
.hero-section { background: linear-gradient(rgba(0,50,80,0.85), rgba(0,50,80,0.85)), url('images/ban55.jpg') center/cover; padding: 100px 0; text-align: center; color: #fff; }
.hero-section h2 { font-size: 52px; margin-bottom: 20px; font-weight: 700; }
.hero-section p { font-size: 20px; opacity: 0.95; max-width: 800px; margin: 0 auto; }
.feature-box { background: #fff; padding: 35px 25px; text-align: center; border-radius: 8px; box-shadow: 0 3px 15px rgba(0,0,0,0.08); margin-bottom: 30px; transition: all 0.3s; }
.feature-box:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0,0,0,0.15); }
.feature-box i { font-size: 50px; color: #0078d4; margin-bottom: 20px; }
.feature-box h4 { font-size: 20px; margin-bottom: 15px; color: #333; }
.feature-box p { color: #666; line-height: 1.7; }
.service-list-item { display: flex; align-items: flex-start; padding: 25px; background: #f8f9fa; margin-bottom: 20px; border-radius: 5px; }
.service-list-item .icon { width: 60px; height: 60px; background: #0078d4; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-right: 20px; flex-shrink: 0; }
.service-list-item .content h4 { margin: 0 0 10px; color: #333; }
.service-list-item .content p { margin: 0; color: #666; line-height: 1.7; }
.cnas-badge { background: linear-gradient(135deg, #0078d4, #005a9e); color: #fff; padding: 40px; border-radius: 10px; text-align: center; margin: 40px 0; }
.cnas-badge h3 { font-size: 28px; margin-bottom: 15px; }
.contact-sidebar { background: #0078d4; color: #fff; }
.contact-sidebar h4 { color: #fff; border-bottom: 2px solid rgba(255,255,255,0.3); padding-bottom: 10px; }
.contact-sidebar a { color: #fff; text-decoration: underline; }

/* ===== DaiSheng.html ===== */
.top-hero { background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%); padding: 90px 0; color: #fff; }
.top-hero h2 { font-size: 50px; font-weight: 700; margin-bottom: 15px; }
.top-hero p { font-size: 18px; opacity: 0.9; }
.mold-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); margin-bottom: 30px; transition: all 0.3s; }
.mold-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.mold-card .card-header { background: #2c3e50; color: #fff; padding: 20px 25px; }
.mold-card .card-header h4 { margin: 0; font-size: 22px; }
.mold-card .card-body { padding: 25px; }
.mold-card .card-body p { color: #666; line-height: 1.8; margin-bottom: 15px; }
.mold-card .card-body ul { list-style: none; padding: 0; }
.mold-card .card-body ul li { padding: 8px 0; border-bottom: 1px solid #eee; color: #555; }
.mold-card .card-body ul li:last-child { border-bottom: none; }
.mold-card .card-body ul li i { color: #3498db; margin-right: 10px; }
.process-step { text-align: center; padding: 30px 20px; }
.process-step .step-num { width: 60px; height: 60px; background: #3498db; color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 24px; font-weight: bold; margin-bottom: 15px; }
.process-step h5 { font-size: 18px; margin-bottom: 10px; color: #2c3e50; }
.process-step p { color: #666; font-size: 14px; }
.contact-sidebar { background: #2c3e50; color: #fff; }
.contact-sidebar h4 { color: #3498db; }
.contact-sidebar a { color: #3498db; }
.stats-row { display: flex; justify-content: space-around; background: #f8f9fa; padding: 40px 20px; border-radius: 10px; margin: 40px 0; }
.stats-item { text-align: center; }
.stats-item h3 { font-size: 42px; color: #3498db; margin: 0; }
.stats-item p { color: #666; margin: 10px 0 0; font-size: 16px; }

/* ===== DaiMu.html ===== */
.hero-banner { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); padding: 100px 0; text-align: center; color: #fff; }
.hero-banner h2 { font-size: 52px; font-weight: 700; margin-bottom: 20px; }
.hero-banner p { font-size: 20px; opacity: 0.9; max-width: 900px; margin: 0 auto; line-height: 1.6; }
.automation-card { background: #fff; padding: 40px 30px; border-radius: 8px; margin-bottom: 30px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: all 0.3s; border-top: 4px solid #2a5298; }
.automation-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.automation-card h4 { font-size: 24px; color: #1e3c72; margin-bottom: 15px; }
.automation-card p { color: #666; line-height: 1.8; }
.automation-card .tech-tags { margin-top: 15px; }
.automation-card .tech-tags span { display: inline-block; background: #e8f0fe; color: #2a5298; padding: 5px 12px; border-radius: 20px; font-size: 13px; margin-right: 8px; margin-bottom: 8px; }
.project-showcase { background: #f8f9fa; padding: 30px; border-radius: 10px; margin-bottom: 30px; }
.project-showcase h4 { color: #1e3c72; margin-bottom: 15px; }
.project-showcase .project-item { display: flex; align-items: center; padding: 15px 0; border-bottom: 1px solid #ddd; }
.project-showcase .project-item:last-child { border-bottom: none; }
.project-showcase .project-item .proj-icon { width: 50px; height: 50px; background: #2a5298; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-right: 15px; flex-shrink: 0; }
.project-showcase .project-item .proj-info h5 { margin: 0 0 5px; color: #333; }
.project-showcase .project-item .proj-info p { margin: 0; color: #666; font-size: 14px; }
.contact-sidebar { background: #1e3c72; color: #fff; }
.contact-sidebar h4 { color: #f0ad4e; }
.contact-sidebar a { color: #f0ad4e; }
.achievement-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 40px 0; }
.achievement-item { background: #fff; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.achievement-item i { font-size: 40px; color: #2a5298; margin-bottom: 15px; }
.achievement-item h4 { font-size: 32px; color: #1e3c72; margin: 0 0 10px; }
.achievement-item p { color: #666; margin: 0; }

/* ===== ZhuYun.html ===== */
.hero-top { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 100px 0; text-align: center; color: #fff; }
.hero-top h2 { font-size: 52px; font-weight: 700; margin-bottom: 20px; }
.hero-top p { font-size: 20px; opacity: 0.9; max-width: 900px; margin: 0 auto; line-height: 1.6; }
.consult-card { background: #fff; padding: 35px 30px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: all 0.3s; position: relative; overflow: hidden; }
.consult-card::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: linear-gradient(135deg, #667eea, #764ba2); }
.consult-card:hover { transform: translateX(5px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.consult-card h4 { font-size: 22px; color: #333; margin-bottom: 15px; }
.consult-card p { color: #666; line-height: 1.8; }
.training-item { background: #fff; padding: 30px; border-radius: 8px; margin-bottom: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); display: flex; align-items: flex-start; }
.training-item .train-icon { width: 70px; height: 70px; background: linear-gradient(135deg, #667eea, #764ba2); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; margin-right: 20px; flex-shrink: 0; }
.training-item .train-content h4 { margin: 0 0 10px; color: #333; }
.training-item .train-content p { margin: 0; color: #666; line-height: 1.7; }
.partner-box { background: #f8f9fa; padding: 30px; border-radius: 10px; margin: 40px 0; }
.partner-box h4 { color: #667eea; margin-bottom: 20px; }
.partner-item { display: flex; align-items: center; padding: 15px 0; border-bottom: 1px solid #eee; }
.partner-item:last-child { border-bottom: none; }
.partner-item .partner-icon { width: 50px; height: 50px; background: #667eea; color: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-right: 15px; }
.partner-item .partner-info h5 { margin: 0 0 5px; color: #333; }
.partner-item .partner-info p { margin: 0; color: #666; font-size: 14px; }
.contact-sidebar { background: linear-gradient(135deg, #667eea, #764ba2); color: #fff; }
.contact-sidebar h4 { color: #fff; border-bottom: 2px solid rgba(255,255,255,0.3); padding-bottom: 10px; }
.contact-sidebar a { color: #fff; text-decoration: underline; }
.training-stats { display: flex; justify-content: space-around; background: linear-gradient(135deg, #667eea, #764ba2); color: #fff; padding: 40px 20px; border-radius: 10px; margin: 40px 0; }
.training-stats .stat { text-align: center; }
.training-stats .stat h3 { font-size: 42px; margin: 0; }
.training-stats .stat p { margin: 10px 0 0; opacity: 0.9; }
