init: sxbh.ltd 官网初始提交

- nginx 安全加固 (CSP, HSTS, 缓存策略)
- 共享 style.css
- 138个页面全部接入

Co-authored-by: Hermes AI <agent@hermes>
This commit is contained in:
Hermes CI Fix
2026-07-11 17:29:24 +08:00
co-authored by Hermes AI
commit e1a9b25afa
177 changed files with 21447 additions and 0 deletions
+124
View File
@@ -0,0 +1,124 @@
<!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}
.brand-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-top:32px}
.brand-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px 16px;text-align:center;transition:all .3s}
.brand-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:#06b6d4}
.brand-card .icon{font-size:32px;margin-bottom:8px;display:block}
.brand-card h4{font-size:14px;font-weight:600;color:#0a132e}
.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}.brand-grid{grid-template-columns:1fr 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/Epson"},
"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>惠普HP全系列墨盒</li><li>佳能Canon墨盒/墨水</li><li>爱普生Epson墨盒</li><li>兄弟Brother墨盒</li></ul></div>
<div class="cat-card"><span class="icon"></span><h3>硒鼓/碳粉</h3><p>激光打印机硒鼓与碳粉,高印量经济方案</p><ul><li>惠普HP硒鼓全系列</li><li>佳能Canon硒鼓</li><li>兄弟Brother硒鼓</li><li>联想Lenovo硒鼓</li></ul></div>
<div class="cat-card"><span class="icon">📄</span><h3>打印纸张</h3><p>各类办公用纸,满足日常打印和特殊需求</p><ul><li>A4/A3复印纸70g/80g</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></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="brand-grid">
<div class="brand-card"><span class="icon">🖨️</span><h4>惠普 HP</h4></div>
<div class="brand-card"><span class="icon">📷</span><h4>佳能 Canon</h4></div>
<div class="brand-card"><span class="icon">🔗</span><h4>兄弟 Brother</h4></div>
<div class="brand-card"><span class="icon">💻</span><h4>联想 Lenovo</h4></div>
<div class="brand-card"><span class="icon">🖼️</span><h4>爱普生 Epson</h4></div>
<div class="brand-card"><span class="icon">📠</span><h4>三星 Samsung</h4></div>
</div></div></section>
<section><div class="section-inner"><div class="section-label">为什么选我们</div><h2 class="section-title">耗材采购 · 省心之选</h2>
<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>企业协议价,省15-30%</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;">可以。根据您的打印机型号和月印量定制补货计划,每月按时配送,不会出现耗材断档的情况。支持对公月结。</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;">优质的兼容耗材不会损坏打印机。我们只供应经过测试的兼容品牌,并提供质量保证。如果使用兼容耗材后出现打印质量问题,可免费更换或退款。</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>
+137
View File
@@ -0,0 +1,137 @@
<!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="陕西博海网络科技 — 联想电脑官方授权经销商,ThinkPad/拯救者/小新/扬天全系列,正品行货,免费送货安装。">
<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; transition:color .2s; 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; position:relative; overflow:hidden; }
.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; }
.hero .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 { display:flex; align-items:center; gap:8px; 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; }
.product-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:24px; }
.product-card { background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 1px 3px rgba(0,0,0,.06); transition:all .3s; border:1px solid #e2e8f0; }
.product-card:hover { box-shadow:0 8px 24px rgba(0,0,0,.1); transform:translateY(-2px); }
.product-card img { width:100%; height:200px; object-fit:cover; display:block; background:#f1f5f9; }
.product-card .card-body { padding:20px; }
.product-card .card-tag { display:inline-block; font-size:12px; font-weight:600; color:#06b6d4; letter-spacing:1px; margin-bottom:8px; }
.product-card h3 { font-family:"Noto Serif SC",serif; font-size:18px; font-weight:600; margin-bottom:8px; }
.product-card p { font-size:14px; color:#64748b; line-height:1.6; }
.product-card .model-list { margin-top:12px; display:flex; flex-wrap:wrap; gap:4px; }
.product-card .model-list span { padding:2px 8px; border-radius:4px; background:#f1f5f9; font-size:12px; color:#475569; }
.product-card .reco { margin-top:12px; font-size:13px; color:#1a3380; font-style:italic; padding:8px 12px; background:#f0f9ff; border-radius:6px; }
.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; } .product-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": "Lenovo"},
"category": "笔记本电脑",
"description": "联想电脑官方授权经销商 — ThinkPad/拯救者/小新/扬天全系列,正品行货,免费送货安装",
"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>ThinkPad商务本</span><span>拯救者游戏本</span><span>小新/Air轻薄本</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="product-grid">
<div class="product-card"><div class="card-body"><div class="card-tag">💻 商务旗舰</div><h3>ThinkPad 系列</h3><p>经典商务本 · 军工品质。小红点键盘,耐用机身,企业级安全防护。</p><div class="model-list"><span>ThinkPad X1 Carbon</span><span>T系列</span><span>L系列</span></div><div class="reco">推荐:ThinkPad X1 Carbon — 极致轻薄,续航12h+</div></div></div>
<div class="product-card"><div class="card-body"><div class="card-tag">🎮 性能先锋</div><h3>拯救者系列</h3><p>电竞级性能 · 专业散热。高刷屏、满血显卡,游戏创作两不误。</p><div class="model-list"><span>拯救者Y9000P</span><span>R系列</span></div><div class="reco">推荐:拯救者Y9000P — 14代i9+RTX4070,战力拉满</div></div></div>
<div class="product-card"><div class="card-body"><div class="card-tag">✨ 时尚轻薄</div><h3>小新 &amp; Air 系列</h3><p>轻薄设计 · 全面屏。颜值在线、性能够用,学生和职场新人首选。</p><div class="model-list"><span>ThinkCentre M系列</span><span>P系列工作站</span></div><div class="reco">推荐:ThinkCentre M大师系列 — 企业级稳定,三年上门</div></div></div>
<div class="product-card"><div class="card-body"><div class="card-tag">🏢 企业商用</div><h3>扬天 &amp; 昭阳系列</h3><p>企业定制 · 高性价比。稳定可靠与前沿科技结合,商用办公不二之选。</p><div class="model-list"><span>小新Air</span><span>YOGA</span><span>AI一体机</span></div><div class="reco">推荐:小新Air 16 — 1.2kg轻薄长续航,16:10护眼屏</div></div></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>西安市内2小时极速送达</p></div>
<div class="promise-item"><span class="icon">🔧</span><h4>专业安装</h4><p>送货上门+系统调试,一次到位</p></div>
<div class="promise-item"><span class="icon">💎</span><h4>7天退换</h4><p>品质无忧,不满意随时退换</p></div>
<div class="promise-item"><span class="icon">🏪</span><h4>实体门店</h4><p>1年质保 + 3年有偿延保服务</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">核心型号 · 参数对比</h2><p class="section-desc">主流机型核心配置一览,帮您快速找到合适的型号</p>
<div style="overflow-x:auto;"><table style="width:100%;border-collapse:collapse;font-size:14px;">
<thead><tr style="background:#0a132e;color:#fff;"><th style="padding:12px 16px;text-align:left;">型号</th><th style="padding:12px 16px;text-align:left;">处理器</th><th style="padding:12px 16px;text-align:left;">内存</th><th style="padding:12px 16px;text-align:left;">存储</th><th style="padding:12px 16px;text-align:left;">屏幕</th><th style="padding:12px 16px;text-align:left;">适合人群</th></tr></thead>
<tbody>
<tr style="border-bottom:1px solid #e2e8f0;"><td style="padding:12px 16px;font-weight:600;">ThinkPad X1 Carbon</td><td style="padding:12px 16px;">Intel Core i7 第14代</td><td style="padding:12px 16px;">16GB LPDDR5</td><td style="padding:12px 16px;">512GB/1TB SSD</td><td style="padding:12px 16px;">14" 2.8K OLED</td><td style="padding:12px 16px;">商务人士、高管</td></tr>
<tr style="border-bottom:1px solid #e2e8f0;background:#f8fafc;"><td style="padding:12px 16px;font-weight:600;">拯救者Y9000P</td><td style="padding:12px 16px;">Intel Core i9 第14代</td><td style="padding:12px 16px;">16GB/32GB DDR5</td><td style="padding:12px 16px;">1TB SSD</td><td style="padding:12px 16px;">16" 2.5K 240Hz</td><td style="padding:12px 16px;">游戏玩家、设计师</td></tr>
<tr style="border-bottom:1px solid #e2e8f0;"><td style="padding:12px 16px;font-weight:600;">小新Air 16</td><td style="padding:12px 16px;">Intel Core i5 第13代</td><td style="padding:12px 16px;">16GB LPDDR5</td><td style="padding:12px 16px;">512GB SSD</td><td style="padding:12px 16px;">16" 16:10 IPS</td><td style="padding:12px 16px;">学生、职场新人</td></tr>
<tr style="border-bottom:1px solid #e2e8f0;background:#f8fafc;"><td style="padding:12px 16px;font-weight:600;">ThinkCentre M大师</td><td style="padding:12px 16px;">Intel Core i7</td><td style="padding:12px 16px;">16GB/32GB</td><td style="padding:12px 16px;">512GB SSD+1TB HDD</td><td style="padding:12px 16px;">—(台式机)</td><td style="padding:12px 16px;">企业办公、批量采购</td></tr>
</tbody></table></div>
<p style="font-size:13px;color:#64748b;margin-top:12px;">* 以上配置仅供参考,具体以实物为准。更多型号配置请来电咨询 0912-4223980</p>
</div></section>
<section style="background:#f8fafc;"><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;">定边县城内免费送货上门,提供系统调试、软件安装等一站式服务,一般2小时内响应。乡镇地区视距离协商配送时间。</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;">支持政企批量采购,提供对公账期、增值税专用发票、定制化配置方案。5台以上享批量折扣,详情致电0912-4223980咨询。</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年,我们提供3年有偿延保服务。定边本地客户可送至门店检测,紧急问题提供上门检修(县城内)。</div></div></div>
</div></div></section>
<section class="cta-section"><h2>需要什么配置?联系我们</h2><p style="color:rgba(255,255,255,.6);margin-bottom:24px;">告诉您的需求和预算,10分钟出方案</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>
+110
View File
@@ -0,0 +1,110 @@
<!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>