*{box-sizing:border-box}:root{--page-width: 1200px}body{margin:0;font-family:Arial,Microsoft YaHei,sans-serif;background:#f3f4f6;color:#1f2937}a{color:inherit;text-decoration:none}.page{min-height:100vh}.hero{padding:0;background:#f3f4f6}.topbar{position:sticky;top:0;z-index:40;width:100%;background:#ffffffc7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(203,213,225,.9);box-shadow:0 6px 18px #0f172a0f}.topbar-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:10px 24px;max-width:calc(var(--page-width) + 48px);margin:0 auto}.brand-wrap{display:flex;align-items:center;gap:12px}.brand-mark{width:32px;height:32px;border-radius:11px;background:linear-gradient(135deg,#2f80ed,#63b3ff);box-shadow:0 8px 16px #2f80ed38}.brand{font-size:14px;font-weight:700;letter-spacing:0;line-height:1.2}.subtitle{color:#94a3b8;font-size:10px;margin-top:1px}.nav-links{display:flex;justify-content:center;gap:10px;color:#1f2937;font-weight:600}.nav-links a{padding:8px 14px;border-radius:10px;color:#6b7280;font-size:14px}.nav-links a:hover{background:#fffffff2;color:#111827}.top-actions{min-width:72px;min-height:1px}.banner-carousel{position:relative;width:100%;border-radius:0;overflow:hidden;box-shadow:none}.banner-card{position:relative;display:block;width:100%;height:min(30vw,360px);min-height:220px;max-height:360px;background-size:cover;background-position:center;background-repeat:no-repeat}.banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#080f1e14,#080f1e1f 56%,#080f1ea6)}.banner-content{position:absolute;inset:auto 0 0 0;padding:24px 32px 22px;color:#fff;z-index:1;max-width:760px}.banner-content h1{margin:0 0 8px;font-size:clamp(22px,2.6vw,36px);line-height:1.08;text-shadow:0 10px 24px rgba(0,0,0,.32)}.banner-content p{margin:0;font-size:15px;color:#ffffffeb;max-width:44rem}.banner-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border:none;border-radius:50%;background:#ffffffeb;color:#111827;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 10px 24px #0f172a2e}.banner-nav.prev{left:20px}.banner-nav.next{right:20px}.banner-dots{position:absolute;left:0;right:0;bottom:18px;display:flex;justify-content:center;gap:10px;z-index:2}.dot{width:10px;height:10px;border:none;border-radius:999px;background:#ffffff73;cursor:pointer;transition:all .2s ease}.dot.active{width:28px;background:#fff}.banner-empty{width:100%;height:min(30vw,360px);min-height:220px;max-height:360px;border-radius:0;display:grid;place-items:center;background:linear-gradient(135deg,#e5e7eb,#f8fafc);color:#6b7280}.announcement{margin:0 auto 28px;padding:0 24px;background:transparent;border-radius:0;box-shadow:none;max-width:calc(var(--page-width) + 48px)}.ticker-wrap{background:#f8fafc;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;padding:10px 18px;color:#6b7280}.announcement-intro{font-size:13px;font-weight:700;color:#4b5563;white-space:nowrap}.ticker-track{min-width:0;overflow:hidden}.ticker-rail{display:flex;align-items:center;gap:48px;min-width:max-content;animation:ticker-scroll 24s linear infinite;will-change:transform}.ticker-content{white-space:nowrap;color:#334155;font-weight:500}.content{padding:0 24px 60px;max-width:calc(var(--page-width) + 48px);margin:0 auto}.section-card,.detail-panel{background:#fff;border:1px solid #edf2f7;border-radius:18px;padding:20px;box-shadow:0 8px 24px #0f172a0a}.project-summary{color:#64748b;line-height:1.6}.section-list{display:grid;gap:18px}.section-head{display:flex;gap:16px;align-items:flex-start}.badge{background:#eff6ff;color:#2563eb;border-radius:999px;padding:7px 12px;font-weight:700;font-size:13px}.project-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:16px}.project-card{border:1px solid #edf2f7;border-radius:16px;padding:16px;background:linear-gradient(180deg,#fff,#fafafa);display:block;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.project-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0f172a14;border-color:#dbeafe}.project-card.large{min-height:180px}.project-code{color:#2563eb;font-weight:700}.project-title{margin-top:8px;font-size:16px;font-weight:700}.project-price{margin-top:8px;color:#059669}.ghost-btn,.primary-btn{margin-top:12px;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.ghost-btn{border:1px solid #d1d5db;background:#fff;padding:10px 14px}.primary-btn{border:none;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;padding:12px 16px;box-shadow:0 10px 24px #7c3aed2e}.text-link{color:#2563eb;margin-top:8px;display:inline-block}.home-board{padding-top:6px}.home-board__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}.home-section-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;min-height:102px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-section-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a14;border-color:#cbd5e1}.home-section-card__inner{padding:18px 20px}.home-section-card__code{display:inline-flex;min-width:28px;height:28px;align-items:center;justify-content:center;border-radius:999px;background:#e0ecff;color:#2563eb;font-size:12px;font-weight:700;margin-bottom:10px}.home-section-card h2{margin:0;font-size:18px;font-weight:700;color:#111827}.home-section-card p{margin:10px 0 0;color:#6b7280;font-size:13px;line-height:1.6}.home-section-card__link{display:inline-block;margin-top:10px;color:#4b5563;font-size:13px}.site-footer{margin-top:28px;background:#fff;border-top:1px solid #e5e7eb;padding:28px 24px 18px}.site-footer__grid{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.site-footer__grid h3{margin:0 0 12px;font-size:16px}.site-footer__grid p{margin:6px 0;color:#6b7280;font-size:13px}.site-footer__copyright{max-width:var(--page-width);margin:18px auto 0;text-align:center;color:#9ca3af;font-size:12px}.floating-service{position:fixed;right:20px;bottom:20px;border:none;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;padding:14px 18px;border-radius:999px;box-shadow:0 12px 30px #2563eb59}.detail-page .content{display:grid;gap:20px}.detail-hero{padding:28px 24px;margin:24px auto;max-width:calc(var(--page-width) + 48px);border-radius:24px;background:linear-gradient(135deg,#111827,#1d4ed8);color:#fff}.back-link{display:inline-block;margin-bottom:24px;color:#bfdbfe}.detail-hero-content h1{margin:12px 0;font-size:36px}.hero-meta{display:flex;gap:14px;margin-top:18px;color:#dbeafe}.product-detail-page{grid-template-columns:1fr}.product-summary-panel,.product-detail-panel,.product-service-panel{padding:24px}.product-summary-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.lead{font-size:16px;line-height:1.9}.product-meta{color:#475569;flex-wrap:wrap;margin-top:18px}.product-contact-card{border:1px solid #e5e7eb;border-radius:18px;background:linear-gradient(180deg,#f8fafc,#fff);padding:18px;align-self:start;position:sticky;top:92px}.product-detail-stream{display:grid;gap:22px}.product-detail-rich{color:#374151;font-size:15px;line-height:1.95}.product-detail-rich>:first-child{margin-top:0}.product-detail-rich>:last-child{margin-bottom:0}.product-detail-rich p{margin:0 0 16px}.product-detail-rich h2,.product-detail-rich h3,.product-detail-rich h4{margin:28px 0 14px;color:#111827}.product-detail-rich img,.product-detail-rich video{width:100%;display:block;margin:18px 0;border-radius:16px}.product-detail-rich ul,.product-detail-rich ol{margin:0 0 16px 22px}.product-detail-rich blockquote{margin:18px 0;padding:14px 18px;border-left:4px solid #93c5fd;background:#eff6ff;color:#1e3a8a;border-radius:12px}.product-detail-rich a{color:#2563eb}.product-block{border:1px solid #e5e7eb;border-radius:18px;background:#fff;padding:22px}.product-block__header{margin-bottom:14px}.product-block__header h3{margin:0;font-size:20px;color:#111827}.product-text-content,.product-rich-content{color:#374151;line-height:1.9;font-size:15px}.product-text-content p,.product-rich-content p{margin:0 0 14px}.product-rich-content h2,.product-rich-content h3,.product-rich-content h4{margin:24px 0 12px;color:#111827}.product-rich-content ul,.product-rich-content ol{margin:0 0 16px 22px}.product-rich-content blockquote{margin:18px 0;padding:14px 18px;border-left:4px solid #93c5fd;background:#eff6ff;color:#1e3a8a;border-radius:12px}.product-rich-content a{color:#2563eb}.product-media-frame{margin:0;overflow:hidden;border-radius:16px;background:#0f172a}.product-media-frame img,.product-media-frame video,.product-rich-content img,.product-rich-content video{width:100%;display:block;border-radius:16px}.detail-empty{padding:28px 20px;text-align:center;color:#94a3b8;border:1px dashed #cbd5e1;border-radius:16px;background:#f8fafc}.contact-list{color:#374151;line-height:1.9;padding-left:18px}.sidebar-panel{align-self:start}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 24px))}}@media(max-width:960px){.banner-card,.banner-empty{height:min(42vw,340px);min-height:220px;max-height:340px}.home-board__grid,.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ticker-wrap{grid-template-columns:auto minmax(0,1fr);gap:12px}.product-summary-grid{grid-template-columns:1fr}}@media(max-width:720px){.topbar-inner{grid-template-columns:1fr;justify-items:start;gap:12px;padding:10px 16px}.nav-links{justify-content:flex-start;gap:18px;flex-wrap:wrap}.banner-card,.banner-empty{height:min(52vw,260px);min-height:180px;max-height:260px}.banner-content{padding:16px 16px 14px;max-width:100%}.banner-content h1{font-size:22px}.banner-content p{font-size:13px}.banner-nav{width:34px;height:34px;font-size:22px}.banner-nav.prev{left:10px}.banner-nav.next{right:10px}.banner-dots{bottom:10px;gap:8px}.dot{width:8px;height:8px}.dot.active{width:22px}.content,.announcement{padding-left:16px;padding-right:16px}.detail-hero{margin:16px}.product-summary-panel,.product-detail-panel,.product-service-panel,.product-block{padding:18px}.ticker-wrap{padding:10px 12px;gap:8px}.announcement-intro{font-size:12px}.ticker-rail{animation-duration:28s}.home-board__grid,.site-footer__grid{grid-template-columns:1fr}.site-footer{padding-left:16px;padding-right:16px}}
