Files
sxbh.ltd/products/office.html
T
Hermes CI FixandHermes AI e1a9b25afa init: sxbh.ltd 官网初始提交
- nginx 安全加固 (CSP, HSTS, 缓存策略)
- 共享 style.css
- 138个页面全部接入

Co-authored-by: Hermes AI <agent@hermes>
2026-07-11 17:29:24 +08:00

110 lines
12 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>办公设备 · 陕西博海网络科技</title>
<meta name="description" content="陕西博海网络科技 — 办公设备一站式采购,电脑/打印机/复印机/投影仪/会议设备,企业采购免费送货安装。">
<link rel="preconnect" href="https://fonts.loli.net">
<link rel="preconnect" href="https://gstatic.loli.net" crossorigin>
<link href="https://fonts.loli.net/css2?family=Inter:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600;700&display=swap" rel="stylesheet">
<style>
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}
body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"PingFang SC",sans-serif;background:#f8fafc;color:#0a132e;line-height:1.6}
header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid #e2e8f0}
.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:68px}
.logo{font-size:20px;font-weight:700;color:#0f1f4a;display:flex;align-items:center;gap:12px;text-decoration:none}
.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#1a3380,#06b6d4);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:700}
nav{display:flex;gap:36px}
nav a{color:#475569;text-decoration:none;font-size:14px;font-weight:500;padding:4px 0}
nav a:hover{color:#0f1f4a}
.hero{background:linear-gradient(135deg,#0a132e,#0f1f4a 40%,#1a3380);color:#fff;padding:80px 24px;text-align:center;margin-top:68px;overflow:hidden;position:relative}
.hero::before{content:"";position:absolute;top:-30%;right:-20%;width:60%;height:150%;background:radial-gradient(ellipse,rgba(6,182,212,.15),transparent 70%)}
.hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.badge{display:inline-block;padding:6px 16px;border-radius:20px;background:rgba(255,255,255,.1);font-size:13px;margin-bottom:16px;border:1px solid rgba(255,255,255,.15)}
.hero h1{font-family:"Noto Serif SC",serif;font-size:48px;font-weight:700;margin-bottom:8px}
.hero h1 span{color:#06b6d4}
.hero .sub{font-size:18px;color:rgba(255,255,255,.6);margin-bottom:32px}
.hero .tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.hero .tags span{padding:6px 14px;border-radius:6px;font-size:14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1)}
.section-inner{max-width:1200px;margin:0 auto;padding:80px 24px}
.section-label{font-size:13px;font-weight:600;color:#06b6d4;letter-spacing:3px;margin-bottom:12px}
.section-title{font-family:"Noto Serif SC",serif;font-size:32px;font-weight:700;margin-bottom:12px;color:#0a132e}
.section-desc{font-size:16px;color:#64748b;margin-bottom:48px}
.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}
.cat-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06);border:1px solid #e2e8f0;padding:32px 24px;text-align:center;transition:all .3s}
.cat-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-2px)}
.cat-card .icon{font-size:40px;margin-bottom:12px;display:block}
.cat-card h3{font-family:"Noto Serif SC",serif;font-size:20px;font-weight:600;margin-bottom:8px}
.cat-card p{font-size:14px;color:#64748b;margin-bottom:12px;line-height:1.6}
.cat-card ul{list-style:none;text-align:left;font-size:13px;color:#475569}
.cat-card ul li{padding:4px 0;padding-left:16px;position:relative}
.cat-card ul li::before{content:"·";position:absolute;left:0;color:#06b6d4;font-weight:700}
.promise-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-top:32px}
.promise-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;text-align:center}
.promise-item .icon{font-size:28px;margin-bottom:8px;display:block}
.promise-item h4{font-family:"Noto Serif SC",serif;font-size:15px;font-weight:600;margin-bottom:4px}
.promise-item p{font-size:13px;color:#64748b}
.cta-section{background:linear-gradient(135deg,#0a132e,#1a3380);color:#fff;text-align:center;padding:60px 24px}
.cta-section h2{font-family:"Noto Serif SC",serif;font-size:28px;margin-bottom:16px}
.cta-section .phone{font-size:36px;font-weight:700;color:#fbbf24;margin-bottom:8px;font-family:"Inter",sans-serif}
.cta-section .sub{font-size:14px;color:rgba(255,255,255,.5)}
.cta-section .btn-back{display:inline-block;margin-top:24px;padding:12px 32px;border-radius:8px;background:#fff;color:#0f1f4a;font-size:16px;font-weight:600;text-decoration:none}
footer{background:#0a132e;color:rgba(255,255,255,.5);text-align:center;padding:32px 24px;font-size:14px}
footer a{color:rgba(255,255,255,.4);text-decoration:none}
footer a:hover{color:#06b6d4}
footer .sep{margin:0 12px;color:rgba(255,255,255,.2)}
@media (max-width:768px){.hero h1{font-size:32px}.section-title{font-size:24px}.cat-grid{grid-template-columns:1fr}.promise-grid{grid-template-columns:1fr 1fr}.cta-section .phone{font-size:28px}}
</style>
<script defer src="https://sxbh.ltd/umami/api/send" data-website-id="22bcb6ef-cc9d-4e3a-91f5-c218ba4e9437"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "办公设备一站式采购",
"brand": {"@type": "Brand", "name": "HP/Canon/Brother/Lenovo/Dell"},
"description": "陕西博海网络科技 — 办公设备一站式采购,电脑/打印机/复印机/投影仪/会议设备",
"offers": {"@type": "AggregateOffer", "priceCurrency": "CNY", "availability": "https://schema.org/InStock"},
"seller": {
"@type": "Organization", "name": "陕西博海网络科技有限公司",
"telephone": "0912-4223980",
"areaServed": "陕西省榆林市定边县",
"address": {"@type": "PostalAddress", "streetAddress": "二道西街", "addressLocality": "定边县", "addressRegion": "榆林市", "addressCountry": "CN"}
}
}
</script>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header><div class="header-inner"><a href="/" class="logo"><div class="logo-icon"></div>陕西博海网络科技</a><nav><a href="/#services">解决方案</a><a href="/#products">产品中心</a><a href="/#perspective">博海视角</a><a href="/#why">为什么选择我们</a><a href="/#contact">联系我们</a></nav></div></header>
<main>
<section class="hero"><div class="hero-inner"><div class="badge">办公设备 · 企业一站式采购</div><h1>办公设备 <span>·</span> 一站采购</h1><p class="sub">电脑 · 打印 · 会议 · 网络 · 企业级设备,免费送货安装,定边县内当日达</p><div class="tags"><span>企业采购</span><span>品牌授权</span><span>免费送货</span><span>对公结算</span></div></div></section>
<section><div class="section-inner"><div class="section-label">设备品类</div><h2 class="section-title">全品类办公设备</h2><p class="section-desc">覆盖企业办公全场景设备需求,品质保证,售后无忧</p>
<div class="cat-grid">
<div class="cat-card"><span class="icon">🖥️</span><h3>电脑设备</h3><p>台式机、笔记本、一体机,联想/惠普/戴尔品牌授权</p><ul><li>台式电脑/工作站</li><li>商务笔记本/轻薄本</li><li>一体机电脑</li><li>服务器/存储设备</li></ul></div>
<div class="cat-card"><span class="icon">🖨️</span><h3>打印复印</h3><p>打印机、复印机、多功能一体机,品牌授权供应</p><ul><li>激光打印机/喷墨打印机</li><li>数码复合机/复印机</li><li>多功能一体机</li><li>扫描仪/传真机</li></ul></div>
<div class="cat-card"><span class="icon">📹</span><h3>会议设备</h3><p>投影仪、会议平板、音视频设备,远程协作方案</p><ul><li>投影仪/投影幕布</li><li>会议平板/电子白板</li><li>视频会议摄像头</li><li>会议音响/麦克风</li></ul></div>
<div class="cat-card"><span class="icon">🌐</span><h3>网络设备</h3><p>路由器、交换机、AP、综合布线,企业网络搭建</p><ul><li>企业路由器/防火墙</li><li>交换机/无线AP</li><li>综合布线/机柜</li><li>UPS电源/稳压器</li></ul></div>
</div></div></section>
<section style="background:#f1f5f9;"><div class="section-inner"><div class="section-label">服务承诺</div><h2 class="section-title">选择我们 · 省心省力</h2><p class="section-desc">陕西博海网络科技为企业提供专业的办公设备采购与服务</p>
<div class="promise-grid">
<div class="promise-item"><span class="icon">🎯</span><h4>正品保障</h4><p>品牌授权,品质保证</p></div>
<div class="promise-item"><span class="icon">🚚</span><h4>免费送货</h4><p>定边县内当日送达</p></div>
<div class="promise-item"><span class="icon">🔧</span><h4>上门安装</h4><p>设备调试到位</p></div>
<div class="promise-item"><span class="icon">💳</span><h4>对公结算</h4><p>支持账期和专票</p></div>
<div class="promise-item"><span class="icon">📋</span><h4>免费勘测</h4><p>上门出方案报价</p></div>
<div class="promise-item"><span class="icon">🔄</span><h4>售后无忧</h4><p>设备上门维修保养</p></div>
</div></div></section>
<section style="background:#fff;"><div class="section-inner">
<div class="section-label">常见问题</div><h2 class="section-title">办公设备采购 · FAQ</h2><p class="section-desc">企业采购常见问题解答</p>
<div style="max-width:800px;margin:0 auto;">
<div style="background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:12px;" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 style="font-size:16px;font-weight:600;margin-bottom:8px;" itemprop="name">企业批量采购能开发票吗?</h3><div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text" style="font-size:14px;color:#475569;line-height:1.7;">支持增值税专用发票和普通发票,可对公转账结算。月结/账期可根据企业信用评估开通。</div></div></div>
<div style="background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:12px;" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 style="font-size:16px;font-weight:600;margin-bottom:8px;" itemprop="name">采购前可以上门勘测吗?</h3><div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text" style="font-size:14px;color:#475569;line-height:1.7;">定边县内免费上门勘测,了解您的办公环境和需求后出具详细方案和报价。不强制购买,勘测免费。</div></div></div>
<div style="background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:12px;" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 style="font-size:16px;font-weight:600;margin-bottom:8px;" itemprop="name">设备坏了怎么维修?</h3><div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text" style="font-size:14px;color:#475569;line-height:1.7;">提供两种方式:送店维修(定边县二道西街门店)和上门维修(县城内2小时响应)。企业客户可签订年度维护合同,享受优先服务和折扣。</div></div></div>
<div style="background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 style="font-size:16px;font-weight:600;margin-bottom:8px;" itemprop="name">送货时间要多久?</h3><div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text" style="font-size:14px;color:#475569;line-height:1.7;">定边县城内下单后当日送达,含安装调试。乡镇地区1-2个工作日。常用型号备有现货,特殊情况需调货时会提前告知。</div></div></div>
</div></div></section>
<section class="cta-section"><h2>有办公设备采购需求?</h2><p style="color:rgba(255,255,255,.6);margin-bottom:24px;">告诉您的需求和预算,快速出方案</p><div class="phone">📞 0912-4223980</div><div class="sub">工作时间:周一至周五 9:00-18:00 · 陕西博海网络科技<br>地址:陕西省榆林市定边县二道西街</div><a href="/" class="btn-back">← 返回首页</a></section>
</main>
<footer>© 2026 陕西博海网络科技有限公司 版权所有 <span class="sep">|</span> 专业IT解决方案 · 值得信赖<br><a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener">陕ICP备2023001969号-3</a></footer>
</body>
</html>