/* ==================== 高端配色方案（延续首页风格） ==================== */
/*:root {--primary-dark:#0a0a0a;--primary-charcoal:#1a1a1a;--secondary-dark:#2d2d2d;--gold-primary:#c9a962;--gold-light:#e8d5a3;--gold-dark:#a08440;--cream:#f5f3f0;--warm-white:#faf9f7;--text-gray:#666666;--text-light:#999999;--overlay-dark:rgba(10,10,10,0.85);--transition-smooth:all 0.4s cubic-bezier(0.4,0,0.2,1);--shadow-elegant:0 20px 60px rgba(0,0,0,0.3);--shadow-soft:0 10px 40px rgba(0,0,0,0.1);}
* {margin:0;padding:0;box-sizing:border-box;}
html {scroll-behavior:smooth;}
body {font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;background:var(--warm-white);color:var(--primary-charcoal);line-height:1.6;overflow-x:hidden;}
*//* ==================== 导航栏（复用首页样式） ==================== */
/*.header {position:fixed;top:0;left:0;right:0;z-index:1000;transition:var(--transition-smooth);padding:20px 0;}
.header.scrolled {background:rgba(10,10,10,0.95);backdrop-filter:blur(20px);padding:15px 0;box-shadow:0 4px 30px rgba(0,0,0,0.3);}
.header-inner {max-width:1400px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;}
.logo {display:flex;align-items:center;gap:12px;text-decoration:none;z-index:1001;}
.logo-icon {width:45px;height:45px;background:linear-gradient(135deg,var(--gold-primary),var(--gold-dark));border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;color:white;font-size:20px;box-shadow:0 4px 15px rgba(201,169,98,0.3);}
.logo-text {display:flex;flex-direction:column;}
.logo-name {font-size:1.4rem;font-weight:700;color:white;letter-spacing:2px;}
.logo-slogan {font-size:0.75rem;color:var(--gold-primary);letter-spacing:1px;text-transform:uppercase;}
.nav-menu {display:flex;align-items:center;gap:40px;list-style:none;}
.nav-link {color:rgba(255,255,255,0.9);text-decoration:none;font-size:0.95rem;font-weight:500;letter-spacing:1px;position:relative;padding:5px 0;transition:var(--transition-smooth);}
.nav-link::after {content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gold-primary);transition:var(--transition-smooth);}
.nav-link:hover {color:var(--gold-primary);}
.nav-link:hover::after {width:100%;}
.header-cta {display:flex;align-items:center;gap:30px;}
.phone-info {text-align:right;}
.phone-label {display:block;font-size:0.7rem;color:var(--gold-primary);letter-spacing:1px;text-transform:uppercase;margin-bottom:2px;}
.phone-number {font-size:1.1rem;color:white;font-weight:600;letter-spacing:1px;}
.btn-primary {background:linear-gradient(135deg,var(--gold-primary),var(--gold-dark));color:var(--primary-dark);padding:14px 32px;border-radius:4px;text-decoration:none;font-weight:600;font-size:0.9rem;letter-spacing:1px;transition:var(--transition-smooth);border:none;cursor:pointer;box-shadow:0 4px 20px rgba(201,169,98,0.3);display:inline-block;}
.btn-primary:hover {transform:translateY(-2px);box-shadow:0 8px 30px rgba(201,169,98,0.4);}
.btn-outline {background:transparent;color:white;padding:12px 30px;border:1px solid rgba(255,255,255,0.3);border-radius:4px;text-decoration:none;font-weight:500;transition:var(--transition-smooth);display:inline-block;}
.btn-outline:hover {background:white;color:var(--primary-dark);}
.mobile-menu-btn {display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;z-index:1001;padding:10px;}
.mobile-menu-btn span {display:block;width:28px;height:2px;background:white;transition:var(--transition-smooth);}
*/
/* ==================== 页面头部大图区域 ==================== */
.page-hero {position:relative;height:70vh;min-height:600px;background:linear-gradient(135deg,rgba(10,10,10,0.9) 0%,rgba(26,26,26,0.7) 100%),url('/2026/banner601.jpg');background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.page-hero::before {content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a962' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.hero-content {text-align:center;color:white;position:relative;z-index:2;max-width:900px;padding:0 20px;}
.hero-tag {display:inline-block;color:var(--gold-primary);font-size:0.9rem;letter-spacing:4px;text-transform:uppercase;margin-bottom:24px;font-weight:500;border:1px solid var(--gold-primary);padding:8px 24px;border-radius:30px;}
.hero-title {font-size:3.5rem;font-weight:700;margin-bottom:24px;line-height:1.2;}
.hero-title span {color:var(--gold-primary);font-weight:300;}
.hero-desc {font-size:1.25rem;color:rgba(255,255,255,0.85);line-height:1.8;max-width:700px;margin:0 auto;}
/* ==================== 服务导航标签 ==================== */
.service-nav {background:white;border-bottom:1px solid rgba(0,0,0,0.05);position:sticky;top:80px;z-index:100;box-shadow:0 2px 20px rgba(0,0,0,0.05);}
.service-nav-inner {max-width:1400px;margin:0 auto;padding:0 40px;display:flex;gap:0;overflow-x:auto;scrollbar-width:none;}
.service-nav-inner::-webkit-scrollbar {display:none;}
.service-tab {padding:24px 32px;color:var(--text-gray);text-decoration:none;font-weight:500;font-size:0.95rem;letter-spacing:1px;border-bottom:3px solid transparent;transition:var(--transition-smooth);white-space:nowrap;position:relative;}
.service-tab:hover,.service-tab.active {color:var(--gold-dark);border-bottom-color:var(--gold-primary);}
.service-tab.active::after {content:'';position:absolute;bottom:-3px;left:0;right:0;height:3px;background:var(--gold-primary);}
/* ==================== 服务板块通用样式 ==================== */
.service-section {padding:100px 0;position:relative;}
.container {max-width:1400px;margin:0 auto;padding:0 40px;}
.section-header {text-align:center;margin-bottom:60px;}
.section-tag {color:var(--gold-primary);font-size:0.85rem;letter-spacing:3px;text-transform:uppercase;margin-bottom:16px;display:block;font-weight:600;}
.section-title {font-size:2.8rem;font-weight:700;color:var(--primary-dark);margin-bottom:20px;line-height:1.3;}
.section-title span {color:var(--gold-dark);font-weight:300;}
.section-desc {font-size:1.1rem;color:var(--text-gray);max-width:700px;margin:0 auto;line-height:1.8;}
/* ==================== 服务展示卡片（大图版） ==================== */
.service-showcase {display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:100px;}
.service-showcase.reverse {direction:rtl;}
.service-showcase.reverse > * {direction:ltr;}
.showcase-images {position:relative;display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.image-main {grid-column:1 / -1;height:400px;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-elegant);}
.image-sub {height:200px;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-soft);}
.showcase-images img {width:100%;height:100%;object-fit:cover;transition:transform 0.8s ease;}
.showcase-images:hover img {transform:scale(1.05);}
.image-badge {position:absolute;top:20px;left:20px;background:var(--gold-primary);color:var(--primary-dark);padding:12px 24px;font-weight:700;font-size:0.85rem;letter-spacing:2px;text-transform:uppercase;border-radius:4px;z-index:10;box-shadow:0 4px 15px rgba(0,0,0,0.2);}
.showcase-content {padding:20px 0;}
.showcase-label {display:inline-flex;align-items:center;gap:10px;color:var(--gold-primary);font-size:0.9rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;}
.showcase-label::before {content:'';width:40px;height:2px;background:var(--gold-primary);}
.showcase-title {font-size:2.4rem;font-weight:700;color:var(--primary-dark);margin-bottom:24px;line-height:1.2;}
.showcase-desc {color:var(--text-gray);font-size:1.1rem;line-height:1.9;margin-bottom:30px;}
.feature-list {list-style:none;margin-bottom:40px;}
.feature-list li {padding:12px 0;padding-left:32px;position:relative;color:var(--primary-charcoal);font-size:1.05rem;border-bottom:1px solid rgba(0,0,0,0.05);}
.feature-list li::before {content:'✓';position:absolute;left:0;color:var(--gold-primary);font-weight:700;font-size:1.2rem;}
.tech-tags {display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px;}
.tech-tag {background:var(--cream);color:var(--primary-dark);padding:8px 16px;border-radius:20px;font-size:0.85rem;font-weight:500;border:1px solid rgba(201,169,98,0.3);transition:var(--transition-smooth);}
.tech-tag:hover {background:var(--gold-primary);color:white;transform:translateY(-2px);}
/* ==================== 技术能力网格 ==================== */
.tech-grid-section {background:var(--primary-dark);color:white;padding:120px 0;position:relative;overflow:hidden;}
.tech-grid-section::before {content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(201,169,98,0.1) 0%,transparent 70%);pointer-events:none;}
.tech-grid-section .section-title {color:white;}
.tech-grid-section .section-desc {color:rgba(255,255,255,0.7);}
.tech-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:60px;}
.tech-card {background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:40px 30px;text-align:center;transition:var(--transition-smooth);position:relative;overflow:hidden;}
.tech-card::before {content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--gold-primary),var(--gold-light));transform:scaleX(0);transition:transform 0.4s ease;}
.tech-card:hover {transform:translateY(-10px);background:rgba(255,255,255,0.05);border-color:var(--gold-primary);}
.tech-card:hover::before {transform:scaleX(1);}
.tech-icon {width:80px;height:80px;background:linear-gradient(135deg,rgba(201,169,98,0.2),rgba(201,169,98,0.05));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:2rem;color:var(--gold-primary);border:2px solid rgba(201,169,98,0.3);}
.tech-name {font-size:1.3rem;font-weight:600;margin-bottom:12px;color:white;}
.tech-desc {font-size:0.95rem;color:rgba(255,255,255,0.6);line-height:1.6;}
/* ==================== 案例展示网格 ==================== */
.cases-grid-section {padding:100px 0;background:var(--cream);}
.cases-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}
.case-item {position:relative;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-soft);transition:var(--transition-smooth);background:white;}
.case-item:hover {transform:translateY(-10px);box-shadow:var(--shadow-elegant);}
.case-image-wrap {position:relative;height:280px;overflow:hidden;}
.case-image-wrap img {width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease;}
.case-item:hover .case-image-wrap img {transform:scale(1.1);}
.case-overlay {position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(10,10,10,0.9) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:30px;opacity:0;transition:var(--transition-smooth);}
.case-item:hover .case-overlay {opacity:1;}
.case-category {color:var(--gold-primary);font-size:0.8rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px;font-weight:600;}
.case-title {color:white;font-size:1.3rem;font-weight:600;}
.case-info {padding:24px;}
.case-meta {display:flex;justify-content:space-between;align-items:center;color:var(--text-light);font-size:0.9rem;}
.case-location {display:flex;align-items:center;gap:6px;}
/* ==================== 流程展示 ==================== */
.process-section {padding:100px 0;background:white;}
.process-steps {display:grid;grid-template-columns:repeat(5,1fr);gap:30px;margin-top:60px;position:relative;}
.process-steps::before {content:'';position:absolute;top:40px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,var(--gold-primary),var(--gold-light),var(--gold-primary));z-index:0;}
.process-step {text-align:center;position:relative;z-index:1;}
.step-number {width:80px;height:80px;background:white;border:3px solid var(--gold-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:var(--gold-dark);margin:0 auto 20px;position:relative;box-shadow:0 4px 20px rgba(201,169,98,0.2);}
.step-title {font-size:1.2rem;font-weight:600;color:var(--primary-dark);margin-bottom:12px;}
.step-desc {font-size:0.95rem;color:var(--text-gray);line-height:1.6;}
/* ==================== CTA区域 ==================== */
/*.cta-section {padding:120px 0;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--secondary-dark) 100%);position:relative;overflow:hidden;text-align:center;}
.cta-section::before {content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a962' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.cta-content {position:relative;z-index:1;max-width:800px;margin:0 auto;}
.cta-title {font-size:3rem;color:white;margin-bottom:24px;font-weight:700;}
.cta-title span {color:var(--gold-primary);}
.cta-desc {color:rgba(255,255,255,0.8);font-size:1.2rem;margin-bottom:40px;line-height:1.8;}*/
/* ==================== 页脚（复用首页） ==================== */
/*.footer {background:var(--primary-dark);color:white;padding:80px 0 0;}
.footer-grid {display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;margin-bottom:60px;}
.footer-brand {max-width:350px;}
.footer-logo {font-size:1.8rem;font-weight:700;color:white;margin-bottom:20px;display:flex;align-items:center;gap:12px;}
.footer-desc {color:rgba(255,255,255,0.6);line-height:1.9;margin-bottom:30px;}
.footer-title {font-size:1.1rem;font-weight:600;margin-bottom:24px;color:white;letter-spacing:1px;}
.footer-links {list-style:none;}
.footer-links li {margin-bottom:14px;}
.footer-links a {color:rgba(255,255,255,0.6);text-decoration:none;transition:var(--transition-smooth);display:flex;align-items:center;gap:10px;}
.footer-links a::before {content:'→';color:var(--gold-primary);opacity:0;transform:translateX(-10px);transition:var(--transition-smooth);}
.footer-links a:hover {color:var(--gold-primary);padding-left:5px;}
.footer-links a:hover::before {opacity:1;transform:translateX(0);}
.footer-contact li {display:flex;gap:16px;margin-bottom:20px;color:rgba(255,255,255,0.7);}
.contact-icon {width:24px;height:24px;color:var(--gold-primary);flex-shrink:0;}
.footer-bottom {border-top:1px solid rgba(255,255,255,0.1);padding:30px 0;display:flex;justify-content:space-between;align-items:center;color:rgba(255,255,255,0.5);font-size:0.9rem;}*/
/* ==================== 浮动按钮 ==================== */
/*.float-cta {position:fixed;right:30px;bottom:100px;z-index:999;display:flex;flex-direction:column;gap:16px;}
.float-btn {width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;text-decoration:none;box-shadow:0 8px 30px rgba(0,0,0,0.3);transition:var(--transition-smooth);position:relative;font-size:1.5rem;}
.float-btn-phone {background:var(--gold-primary);color:var(--primary-dark);}
.float-btn-wechat {background:#07c160;}
.float-btn-top {background:var(--secondary-dark);opacity:0;visibility:hidden;transform:translateY(20px);}
.float-btn-top.visible {opacity:1;visibility:visible;transform:translateY(0);}
.float-btn:hover {transform:scale(1.1) translateY(-5px);}
.float-tooltip {position:absolute;right:75px;background:var(--primary-dark);color:white;padding:10px 20px;border-radius:4px;font-size:0.85rem;white-space:nowrap;opacity:0;visibility:hidden;transition:var(--transition-smooth);box-shadow:0 4px 20px rgba(0,0,0,0.2);}
.float-btn:hover .float-tooltip {opacity:1;visibility:visible;}*/
/* ==================== 响应式设计 ==================== */
@media (max-width:1200px) {.service-showcase {gap:40px;}
.showcase-title {font-size:2rem;}
.tech-grid {grid-template-columns:repeat(2,1fr);}
.cases-grid {grid-template-columns:repeat(2,1fr);}
.process-steps {grid-template-columns:repeat(3,1fr);gap:40px 20px;}
.process-steps::before {display:none;}
}
@media (max-width:1024px) {.header-inner {padding:0 20px;}
/*.nav-menu {position:fixed;top:0;right:-100%;width:80%;max-width:400px;height:100vh;background:var(--primary-dark);flex-direction:column;padding:100px 40px;gap:30px;transition:right 0.4s ease;box-shadow:-10px 0 50px rgba(0,0,0,0.5);}*/
.nav-menu.active {right:0;}
.mobile-menu-btn {display:flex;}
.mobile-menu-btn.active span:nth-child(1) {transform:rotate(45deg) translate(5px,5px);}
.mobile-menu-btn.active span:nth-child(2) {opacity:0;}
.mobile-menu-btn.active span:nth-child(3) {transform:rotate(-45deg) translate(7px,-6px);}
.hero-title {font-size:2.8rem;}
.service-showcase {grid-template-columns:1fr;gap:40px;}
.service-showcase.reverse {direction:ltr;}
.showcase-images {order:-1;}
.image-main {height:300px;}
.image-sub {height:150px;}
.footer-grid {grid-template-columns:repeat(2,1fr);}
}
@media (max-width:768px) {.page-hero {height:60vh;min-height:500px;}
.hero-title {font-size:2rem;}
.hero-desc {font-size:1rem;}
.service-nav-inner {padding:0 20px;}
.service-tab {padding:16px 20px;font-size:0.85rem;}
.section-title {font-size:1.8rem;}
.showcase-title {font-size:1.6rem;}
.tech-grid {grid-template-columns:1fr;gap:20px;}
.cases-grid {grid-template-columns:1fr;}
.process-steps {grid-template-columns:repeat(2,1fr);}
.step-number {width:60px;height:60px;font-size:1.4rem;}
.cta-title {font-size:2rem;}
.container {padding:0 20px;}
.float-cta {right:15px;bottom:80px;}
.float-btn {width:50px;height:50px;font-size:1.2rem;}
}
@media (max-width:480px) {.hero-title {font-size:1.6rem;}
.hero-tag {font-size:0.75rem;padding:6px 16px;}
.showcase-images {grid-template-columns:1fr;}
.image-sub {display:none;}
.image-main {height:250px;}
.tech-tags {gap:8px;}
.tech-tag {padding:6px 12px;font-size:0.8rem;}
.process-steps {grid-template-columns:1fr;}
.footer-grid {grid-template-columns:1fr;gap:40px;}
.footer-bottom {flex-direction:column;gap:15px;text-align:center;}
}
