<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>金刚豆 MSED9001 — 设备诊断大师</title>
<style>
/* Reset & fonts */
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color:#222; background:#fff; line-height:1.6; }
a { text-decoration:none; color:inherit; }
/* Container */
.container { max-width:1200px; margin:0 auto; padding:0 20px; }
/* Header */
header { display:flex; align-items:center; justify-content:space-between; padding:40px 0; }
.logo { font-size:28px; font-weight:700; color:#0066cc; letter-spacing:1px; }
nav a { margin-left:20px; font-weight:500; color:#555; transition:0.3s; }
nav a:hover { color:#0066cc; }
/* Hero Section */
.hero { display:flex; align-items:center; justify-content:space-between; padding:80px 0; }
.hero-text { max-width:600px; }
.hero-text h1 { font-size:48px; margin-bottom:20px; color:#0066cc; }
.hero-text p { font-size:18px; color:#444; margin-bottom:30px; }
.btn { display:inline-block; padding:14px 30px; background:#0066cc; border-radius:50px; font-weight:600; color:#fff; transition:0.3s; }
.btn:hover { opacity:0.85; }
.hero-image img { max-width:500px; border-radius:20px; box-shadow:0 20px 60px rgba(0,102,204,0.2); }
/* Features Section */
.features { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:30px; margin:80px 0; }
.feature-card { background:#f0f4f8; border-radius:20px; padding:30px; transition:0.3s; }
.feature-card:hover { transform:translateY(-8px); box-shadow:0 15px 35px rgba(0,102,204,0.1); }
.feature-card h3 { font-size:20px; margin-bottom:15px; color:#0066cc; }
.feature-card p { color:#444; }
/* Specifications Section */
.specs { display:flex; flex-wrap:wrap; gap:20px; margin-bottom:80px; }
.spec { flex:1 1 220px; background:#f0f4f8; border-radius:16px; padding:20px; }
.spec h4 { font-size:16px; margin-bottom:10px; color:#0066cc; }
.spec p { color:#444; font-size:14px; }
/* Footer */
footer { text-align:center; padding:40px 0; font-size:14px; color:#777; border-top:1px solid #eee; }
/* Section titles */
h2.section-title { font-size:32px; margin-bottom:40px; text-align:center; color:#0066cc; }
/* Responsive */
@media(max-width:768px){
.hero { flex-direction:column-reverse; text-align:center; }
.hero-text h1 { font-size:36px; }
.hero-image img { max-width:80%; margin-bottom:30px; }
}
</style>
</head>
<body>
<div class="container">
<header>
<div class="logo">金刚豆 MSED9001</div>
<nav>
<a href="#features">功能</a>
<a href="#specs">规格</a>
<a href="#contact">联系我们</a>
</nav>
</header>
<section class="hero">
<div class="hero-text">
<h1>智能设备诊断大师</h1>
<p>集测温、测振、在线动平衡及点检于一体的专业设备诊断仪,支持实时采集、多次趋势分析与永久数据保存,精准评估轴承、齿轮及结构状态。</p>
<a href="#features" class="btn">了解更多功能</a>
</div>
<div class="hero-image">
<img src="https://via.placeholder.com/500x400.png?text=MSED9001" alt="金刚豆 MSED9001">
</div>
</section>
<section id="features">
<h2 class="section-title">核心功能</h2>
<div class="features">
<div class="feature-card">
<h3>多元素数据采集</h3>
<p>实时采集振动、温度、FFT、包络、RMS、PK、PPK 等数据,全面监测设备运行状态。</p>
</div>
<div class="feature-card">
<h3>趋势分析</h3>
<p>自动生成趋势图,支持多次采集对比,直观了解设备运行变化。</p>
</div>
<div class="feature-card">
<h3>智能故障诊断</h3>
<p>内置10万轴承库,直接显示轴承与齿轮损伤位置,提供预警与报警提示。</p>
</div>
<div class="feature-card">
<h3>在线动平衡</h3>
<p>支持风机与叶轮类设备故障分析,可直接进行叶轮动平衡校正,操作简便。</p>
</div>
<div class="feature-card">
<h3>LQ润滑评价</h3>
<p>量化轴承润滑状态:0-1良好,1-2需润滑,>2需更换轴承。</p>
</div>
<div class="feature-card">
<h3>SQ结构评价</h3>
<p>量化设备结构状态:0-1良好,1-2关注振动增幅,>2需维修。</p>
</div>
</div>
</section>
<section id="specs">
<h2 class="section-title">技术规格</h2>
<div class="specs">
<div class="spec">
<h4>测量能力</h4>
<p>振动、温度、包络、FFT、在线动平衡</p>
</div>
<div class="spec">
<h4>数据输出</h4>
<p>FFT幅值、波峰、偏度、峭度、包络RMS/PK、波形PK/PPK、FFT分频</p>
</div>
<div class="spec">
<h4>存储方式</h4>
<p>本地缓存 + 自动上传至云端,永久保存</p>
</div>
<div class="spec">
<h4>报警功能</h4>
<p>基于LQ/SQ及阈值的本地与远程报警提示</p>
</div>
<div class="spec">
<h4>接口</h4>
<p>支持http,蓝牙对接,可集成至MES/DCS系统</p>
</div>
</div>
</section>
<section id="contact">
<h2 class="section-title">联系我们</h2>
<p style="text-align:center; color:#555;">南京钜力研究院 · 产品咨询与技术支持</p>
<p style="text-align:center; color:#555;">电话:+86 25-XXXX-XXXX | 邮箱:[email protected]</p>
</section>
<footer>
© 2025 南京钜力研究院 - 金刚豆 MSED9001。页面为产品介绍,最终规格请参考官方文档。
</footer>
</div>
</body>
</html>









