Files
sxbh.ltd/products/lenovo.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

137 lines
16 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="陕西博海网络科技 — 联想电脑官方授权经销商,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>