/* 顶部联系栏 */
.top-bar { background: #1a1a1a; color: #fff; padding: 8px 0; font-size: 14px; }
.top-bar a { color: #fff; text-decoration: none; }
.top-bar a:hover { color: #f0ad4e; }
.top-bar .contact-info i { margin-right: 5px; }
.top-bar .contact-info span { margin-right: 20px; }

/* Logo样式 */
.logo-text { font-size: 16px; font-weight: 700; color: #fff; text-decoration: none; display: block; line-height: 1.3; }
.logo-text:hover { color: #2ecc71; }

/* 顶部联系栏 */
.top-contact-bar { background: #2ecc71; color: #fff; padding: 10px 0; font-size: 14px; position: fixed; top: 0; left: 0; width: 100%; z-index: 1001; }
.top-contact-bar a { color: #fff; text-decoration: none; font-weight: bold; }

/* 导航栏 */
.header { background: #000 !important; position: fixed; top: 40px; left: 0; width: 100%; z-index: 1000; padding: 12px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.3); }
.header .container { display: flex; align-items: center; justify-content: space-between; }

/* 导航链接样式 */
.navigation > ul > li > a { color: #fff !important; font-weight: 600; }
.navigation > ul > li > a:hover { color: #2ecc71 !important; }

/* 手机端汉堡菜单按钮 */
.navigation #menu-button { display: none; }

/* 页面内容样式 - index.html */
.services-card { background: #fff; border-radius: 8px; padding: 30px; margin-bottom: 30px; box-shadow: 0 2px 15px rgba(0,0,0,0.1); transition: transform 0.3s; }
.services-card:hover { transform: translateY(-5px); }
.services-card .icon { font-size: 48px; color: #2ecc71; margin-bottom: 15px; }
.stat-box { text-align: center; padding: 30px; }
.stat-box .number { font-size: 48px; font-weight: 700; color: #2ecc71; }
.stat-box .label { font-size: 16px; color: #666; margin-top: 10px; }
.timeline-item { padding: 20px; border-left: 3px solid #2ecc71; margin-left: 20px; position: relative; }
.timeline-item::before { content: ''; position: absolute; left: -10px; top: 25px; width: 16px; height: 16px; border-radius: 50%; background: #2ecc71; }
.timeline-item h4 { color: #333; margin-bottom: 10px; }
.timeline-item p { color: #666; }

/* 页面内容样式 - DaiMa.html */
.service-detail-card { background: #fff; border-radius: 8px; padding: 30px; margin-bottom: 30px; box-shadow: 0 2px 15px rgba(0,0,0,0.1); }
.service-detail-card .icon { font-size: 48px; color: #2ecc71; margin-bottom: 15px; }
.highlight-box { background: #2ecc71; color: #fff; padding: 20px; border-radius: 8px; margin: 20px 0; }

/* 页面内容样式 - DaiHuai.html */
.tech-card { background: #fff; border-radius: 8px; padding: 25px; margin-bottom: 20px; box-shadow: 0 2px 15px rgba(0,0,0,0.1); text-align: center; }
.tech-card .icon { font-size: 48px; color: #2ecc71; margin-bottom: 15px; }
.equipment-list { list-style: none; padding: 0; }
.equipment-list li { padding: 10px 0; border-bottom: 1px solid #eee; }
.equipment-list li i { color: #2ecc71; margin-right: 10px; }

/* 页面内容样式 - DaiSheng.html */
.training-card { background: #fff; border-radius: 8px; padding: 30px; margin-bottom: 30px; box-shadow: 0 2px 15px rgba(0,0,0,0.1); }
.training-card .icon { font-size: 48px; color: #2ecc71; margin-bottom: 15px; }
.contact-icon { width: 60px; height: 60px; border-radius: 50%; background: #2ecc71; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 15px; }

/* 页面内容样式 - DaiMu.html */
.brand-service { background: #fff; border-radius: 8px; padding: 30px; margin-bottom: 30px; box-shadow: 0 2px 15px rgba(0,0,0,0.1); border-left: 4px solid #2ecc71; }
.brand-service .icon { font-size: 48px; color: #2ecc71; margin-bottom: 15px; }
.case-item { background: #f9f9f9; padding: 20px; border-radius: 8px; margin-bottom: 20px; }
.case-item h4 { color: #333; margin-bottom: 10px; }
.case-item p { color: #666; }

/* 页面内容样式 - ZhuYun.html */
.service-item { background: #fff; border-radius: 8px; padding: 30px; margin-bottom: 30px; box-shadow: 0 2px 15px rgba(0,0,0,0.1); text-align: center; }
.service-item .icon { font-size: 48px; color: #2ecc71; margin-bottom: 15px; }
.contact-card { background: #fff; border-radius: 8px; padding: 30px; box-shadow: 0 2px 15px rgba(0,0,0,0.1); text-align: center; }
.contact-card .icon { width: 80px; height: 80px; border-radius: 50%; background: #2ecc71; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 32px; margin-bottom: 20px; }
.faq-item { background: #f9f9f9; padding: 20px; border-radius: 8px; margin-bottom: 15px; }
.faq-item h4 { color: #333; margin-bottom: 10px; }
.faq-item p { color: #666; }

/* 页面间距 */
body { padding-top: 95px; }

/* 通用内联样式迁移 */
.flex-container { display: flex; justify-content: space-between; align-items: center; }
.icon-phone, .icon-clock { margin-right: 5px; }
.footer-text { color: #ccc; font-size: 14px; }
.trophy-icon { color: #f0ad4e; }
.lead-text { max-width: 800px; margin: 20px auto; }
.link-dark { color: #333; }
.small-text { font-size: 12px; color: #ccc; }
.header-fixed { top: 40px; }

/* 手机端响应式优化 */
@media (max-width: 768px) {
    .top-contact-bar { padding: 8px 0 !important; }
    .top-contact-bar .container { flex-direction: column !important; text-align: center; gap: 5px; }
    .top-contact-bar .contact-left, .top-contact-bar .contact-right { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; font-size: 12px; }
    .top-contact-bar .contact-right span { margin-left: 0 !important; }
    .header { top: 60px !important; background: #000 !important; }
    body { padding-top: 115px !important; }
    .logo-text { font-size: 11px !important; white-space: normal !important; overflow: visible !important; text-overflow: unset !important; max-width: 200px !important; color: #fff !important; line-height: 1.4 !important; }
    .navigation #menu-button { display: block !important; }
    .navigation #menu-button a { color: #fff !important; font-size: 24px; }
    .navigation ul { top: 60px !important; height: calc(100% - 60px) !important; background: #000 !important; }
}
