<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="江苏雪梅制冷设备有限公司 - 智能制冷产品配置平台，AI驱动的冷库设备选型方案">
<title>雪梅制冷产品配置平台 — 江苏雪梅制冷设备有限公司</title>
<link rel="icon" href="/static/logo/favicon.ico">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: -apple-system, "Microsoft YaHei", "PingFang SC", "Helvetica Neue", sans-serif;
  color: #333; background: #f5f7fa;
  min-height: 100vh; display: flex; flex-direction: column;
}
a { text-decoration: none; color: inherit; }

/* 加载动画 */
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* 导航栏 */
.navbar {
  background: rgba(255,255,255,.97); backdrop-filter: blur(12px);
  box-shadow: 0 1px 12px rgba(0,0,0,.06);
  padding: 0 40px; height: 64px;
  display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 100;
}
.navbar-logo { height: 40px; }
.navbar-links { display: flex; gap: 8px; align-items: center; }
.navbar-links a {
  color: #555; font-size: 14px; padding: 8px 16px;
  border-radius: 8px; transition: all .3s; font-weight: 450;
}
.navbar-links a:hover { color: #337ab7; background: #f0f7ff; }
.navbar-links a.active { color: #337ab7; background: #e8f2fc; }
.nav-cta {
  background: linear-gradient(135deg, #337ab7, #2980b9) !important;
  color: #fff !important; font-weight: 500 !important;
  box-shadow: 0 2px 8px rgba(51,122,183,.3);
}
.nav-cta:hover { box-shadow: 0 4px 16px rgba(51,122,183,.4) !important; transform: translateY(-1px); }
.nav-toggle { display: none; background: none; border: none; font-size: 24px; cursor: pointer; color: #555; }

/* Hero */
.hero {
  background: linear-gradient(135deg, #0c3547 0%, #1a5276 30%, #337ab7 70%, #4a9fd4 100%);
  color: #fff; position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: url('/static/banners/hero-banner.jpg') center/cover no-repeat;
  opacity: .15;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(51,122,183,.3), transparent 70%);
}
.hero-particles { position: absolute; inset: 0; overflow: hidden; }
.particle {
  position: absolute; background: rgba(255,255,255,.08);
  border-radius: 50%; animation: float linear infinite;
}
@keyframes float {
  0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateY(-100px) rotate(720deg); opacity: 0; }
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 800px; margin: 0 auto;
  padding: 80px 24px 70px; text-align: center;
}
.hero-badge {
  display: inline-block; background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(8px);
  border-radius: 20px; padding: 6px 18px;
  font-size: 13px; margin-bottom: 24px; letter-spacing: .5px;
}
.hero-badge span { color: #7dd3fc; }
.hero h1 {
  font-size: 42px; font-weight: 700; margin-bottom: 18px;
  line-height: 1.3; text-shadow: 0 2px 12px rgba(0,0,0,.2);
}
.hero h1 em { font-style: normal; color: #7dd3fc; }
.hero p {
  font-size: 17px; opacity: .9; line-height: 1.8;
  max-width: 580px; margin: 0 auto 40px;
}
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; border-radius: 10px; font-size: 15px;
  font-weight: 500; transition: all .3s; cursor: pointer; border: none;
}
.btn-primary {
  background: #fff; color: #1a5276;
  box-shadow: 0 4px 16px rgba(0,0,0,.1);
}
.btn-primary:hover { background: #f0f7ff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.btn-outline {
  background: rgba(255,255,255,.1); color: #fff;
  border: 1.5px solid rgba(255,255,255,.3); backdrop-filter: blur(4px);
}
.btn-outline:hover { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.5); transform: translateY(-2px); }
.btn-arrow { font-size: 18px; transition: transform .3s; }
.btn:hover .btn-arrow { transform: translateX(4px); }

/* 快速入口 */
.quick-start {
  max-width: 1100px; margin: -36px auto 0;
  padding: 0 20px; position: relative; z-index: 10;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.qs-item {
  background: #fff; border-radius: 14px; padding: 28px 20px;
  text-align: center; box-shadow: 0 4px 24px rgba(0,0,0,.07);
  transition: all .3s; cursor: pointer; display: block;
}
.qs-item:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,.12); }
.qs-icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px; font-size: 26px;
}
.qs-icon.i1 { background: linear-gradient(135deg, #e8f4fd, #d1ecff); color: #2980b9; }
.qs-icon.i2 { background: linear-gradient(135deg, #e8f8f0, #d1f2e1); color: #27ae60; }
.qs-icon.i3 { background: linear-gradient(135deg, #fef5e7, #fdebd0); color: #e67e22; }
.qs-icon.i4 { background: linear-gradient(135deg, #fdedec, #fadbd8); color: #e74c3c; }
.qs-item h3 { font-size: 16px; color: #333; margin-bottom: 6px; }
.qs-item p { font-size: 13px; color: #999; line-height: 1.5; }

/* 产品系列 */
.section { max-width: 1100px; margin: 64px auto; padding: 0 20px; }
.section-header { text-align: center; margin-bottom: 40px; }
.section-header h2 { font-size: 28px; color: #1a1a1a; margin-bottom: 10px; }
.section-header p { color: #888; font-size: 15px; }
.section-header .line {
  width: 40px; height: 3px; background: #337ab7;
  margin: 14px auto 0; border-radius: 2px;
}

.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.product-card {
  background: #fff; border-radius: 14px; padding: 28px 24px;
  box-shadow: 0 2px 16px rgba(0,0,0,.04); transition: all .3s;
  border-left: 4px solid transparent; display: flex; gap: 18px; align-items: flex-start;
}
.product-card:hover { border-left-color: #337ab7; box-shadow: 0 8px 28px rgba(0,0,0,.08); transform: translateX(4px); }
.product-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: #f0f7ff; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: #337ab7;
}
.product-info h4 { font-size: 16px; color: #333; margin-bottom: 6px; }
.product-info p { font-size: 13px; color: #888; line-height: 1.6; }
.product-info .tag {
  display: inline-block; margin-top: 8px;
  background: #f0f7ff; color: #337ab7;
  padding: 3px 10px; border-radius: 4px; font-size: 12px;
}

/* 行业应用 */
.industry-section { background: #fff; padding: 64px 0; }
.industry-grid {
  max-width: 1100px; margin: 0 auto; padding: 0 20px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)); gap: 16px;
}
.industry-item {
  position: relative; border-radius: 14px; overflow: hidden;
  height: 200px; box-shadow: 0 4px 16px rgba(0,0,0,.06);
  transition: all .4s; cursor: default;
}
.industry-item:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,.12); }
.industry-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.industry-item:hover img { transform: scale(1.08); }
.industry-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.65));
  color: #fff; padding: 36px 12px 14px;
  font-size: 14px; font-weight: 500; text-align: center;
}

/* 资质荣誉 */
.certs-section { padding: 64px 0; }
.certs-grid {
  max-width: 1100px; margin: 0 auto; padding: 0 20px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px;
}
.cert-item {
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
  transition: all .3s; background: #fff;
}
.cert-item:hover { box-shadow: 0 8px 28px rgba(0,0,0,.1); transform: translateY(-3px); }
.cert-item img { width: 100%; height: 220px; object-fit: cover; }

/* 公司 */
.company-section {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f2fc 100%);
  padding: 64px 20px;
}
.company-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.company-inner h2 { font-size: 26px; color: #1a1a1a; margin-bottom: 14px; }
.company-inner > p { font-size: 15px; color: #666; line-height: 1.8; max-width: 680px; margin: 0 auto; }
.stats { display: flex; justify-content: center; gap: 48px; margin-top: 40px; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-num {
  font-size: 40px; font-weight: 700; color: #337ab7;
  font-variant-numeric: tabular-nums;
}
.stat-num sup { font-size: 20px; font-weight: 400; }
.stat-label { font-size: 14px; color: #888; margin-top: 4px; }

/* CTA */
.cta-section {
  background: linear-gradient(135deg, #1a5276, #337ab7);
  padding: 56px 20px; text-align: center; color: #fff;
}
.cta-section h2 { font-size: 26px; margin-bottom: 12px; }
.cta-section p { font-size: 15px; opacity: .85; margin-bottom: 28px; }
.cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: #1a5276; padding: 14px 36px;
  border-radius: 10px; font-size: 16px; font-weight: 600;
  transition: all .3s; box-shadow: 0 4px 16px rgba(0,0,0,.15);
}
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.2); }

/* 页脚 */
.footer {
  background: #1a2332; color: rgba(255,255,255,.6);
  padding: 40px 20px 28px; font-size: 13px;
}
.footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: flex-start;
  flex-wrap: wrap; gap: 24px;
}
.footer-brand img { height: 32px; filter: brightness(0) invert(1); opacity: .7; margin-bottom: 10px; }
.footer-brand p { max-width: 300px; line-height: 1.6; }
.footer-links h4 { color: rgba(255,255,255,.9); font-size: 14px; margin-bottom: 12px; }
.footer-links a { display: block; padding: 4px 0; color: rgba(255,255,255,.5); transition: color .3s; }
.footer-links a:hover { color: rgba(255,255,255,.9); }
.footer-bottom {
  max-width: 1100px; margin: 24px auto 0;
  padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08);
  text-align: center; color: rgba(255,255,255,.35);
}

/* 移动端 */
@media (max-width: 768px) {
  .navbar { padding: 0 16px; }
  .navbar-links { display: none; }
  .navbar-links.open {
    display: flex; flex-direction: column; position: absolute;
    top: 64px; left: 0; right: 0; background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.1); padding: 8px;
  }
  .nav-toggle { display: block; }
  .hero-content { padding: 50px 20px 60px; }
  .hero h1 { font-size: 28px; }
  .hero p { font-size: 15px; }
  .quick-start { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .qs-item { padding: 20px 14px; }
  .product-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: repeat(3, 1fr); }
  .industry-item { height: 160px; }
  .stats { gap: 24px; }
  .stat-num { font-size: 32px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-brand p { margin: 0 auto; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 24px; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
}
</style>
</head>
<body>

<nav class="navbar">
  <a href="/"><img src="/static/logo/xuemei-logo.png" alt="雪梅制冷" class="navbar-logo"></a>
  <button class="nav-toggle" onclick="document.querySelector('.navbar-links').classList.toggle('open')">&#9776;</button>
  <div class="navbar-links">
    <a href="/" class="active">首页</a>
    <a href="/app/#/pages/compressor/list">压缩机</a>
    <a href="/app/#/pages/exchanger/list">换热器</a>
    <a href="/website/">官网</a>
    <a href="/app/#/pages/configurator/index" class="nav-cta">配置工具</a>
  </div>
</nav>

<section class="hero">
  <div class="hero-bg"></div>
  <div class="hero-overlay"></div>
  <div class="hero-particles" id="particles"></div>
  <div class="hero-content">
    <div class="hero-badge">&#x2744; <span>AI 智能驱动</span> · 精准制冷配置</div>
    <h1>雪梅制冷<em>智能</em>配置平台</h1>
    <p>输入冷库参数，AI 自动计算制冷负荷并匹配最优设备方案<br>覆盖 BV/F/S/SRC 全系列压缩机选型</p>
    <div class="hero-btns">
      <a href="/app/#/pages/configurator/index" class="btn btn-primary">开始配置 <span class="btn-arrow">&rarr;</span></a>
      <a href="/app/#/pages/compressor/list" class="btn btn-outline">浏览产品</a>
    </div>
  </div>
</section>

<div class="quick-start">
  <a href="/app/#/pages/configurator/index" class="qs-item fade-up">
    <div class="qs-icon i1">&#x2744;</div>
    <h3>智能选型</h3>
    <p>AI 自动匹配最优压缩机</p>
  </a>
  <a href="/app/#/pages/compressor/list" class="qs-item fade-up">
    <div class="qs-icon i2">&#x26A1;</div>
    <h3>压缩机</h3>
    <p>60+ 型号性能参数</p>
  </a>
  <a href="/app/#/pages/exchanger/list" class="qs-item fade-up">
    <div class="qs-icon i3">&#x1F4CA;</div>
    <h3>换热器</h3>
    <p>74+ 换热器选型</p>
  </a>
  <a href="/app/#/pages/inquiry/index" class="qs-item fade-up">
    <div class="qs-icon i4">&#x1F4E9;</div>
    <h3>在线询价</h3>
    <p>一键提交询价需求</p>
  </a>
</div>

<section class="section fade-up">
  <div class="section-header">
    <h2>产品系列</h2>
    <p>八大系列制冷产品，覆盖全温区应用场景</p>
    <div class="line"></div>
  </div>
  <div class="product-grid">
    <a href="/app/#/pages/compressor/list" class="product-card">
      <div class="product-icon">&#x2699;</div>
      <div class="product-info">
        <h4>BV/BW 活塞式压缩机</h4>
        <p>高效节能，广泛应用于冷库、冷链物流</p>
        <span class="tag">2HP ~ 80HP</span>
      </div>
    </a>
    <a href="/app/#/pages/compressor/list" class="product-card">
      <div class="product-icon">&#x2744;</div>
      <div class="product-info">
        <h4>S 系列双级压缩机</h4>
        <p>适用于超低温冷库，双级压缩效率更高</p>
        <span class="tag">-45°C 超低温</span>
      </div>
    </a>
    <a href="/app/#/pages/compressor/list" class="product-card">
      <div class="product-icon">&#x1F504;</div>
      <div class="product-info">
        <h4>SRC 螺杆式压缩机</h4>
        <p>大冷量应用首选，运行平稳可靠</p>
        <span class="tag">大冷量机组</span>
      </div>
    </a>
    <a href="/app/#/pages/exchanger/list" class="product-card">
      <div class="product-icon">&#x1F321;</div>
      <div class="product-info">
        <h4>换热器系列</h4>
        <p>蒸发器/冷凝器，壳管式/风冷/水冷全覆盖</p>
        <span class="tag">74+ 型号</span>
      </div>
    </a>
  </div>
</section>

<section class="industry-section fade-up">
  <div class="section-header">
    <h2>行业应用</h2>
    <p>服务全球 50+ 国家和地区，覆盖多个行业领域</p>
    <div class="line"></div>
  </div>
  <div class="industry-grid">
    <div class="industry-item"><img src="/static/industries/food.jpg" alt="食品冷链"><div class="industry-label">食品冷链</div></div>
    <div class="industry-item"><img src="/static/industries/beverage.jpg" alt="饮料制造"><div class="industry-label">饮料制造</div></div>
    <div class="industry-item"><img src="/static/industries/pharma.jpg" alt="医药冷藏"><div class="industry-label">医药冷藏</div></div>
    <div class="industry-item"><img src="/static/industries/marine.jpg" alt="船舶制冷"><div class="industry-label">船舶制冷</div></div>
    <div class="industry-item"><img src="/static/industries/industrial.jpg" alt="工业制冷"><div class="industry-label">工业制冷</div></div>
    <div class="industry-item"><img src="/static/industries/automation.jpg" alt="自动化"><div class="industry-label">智能自动化</div></div>
  </div>
</section>

<section class="certs-section fade-up">
  <div class="section-header">
    <h2>资质荣誉</h2>
    <p>联合国环保署示范企业 · 300+ 项荣誉资质</p>
    <div class="line"></div>
  </div>
  <div class="certs-grid">
    <div class="cert-item"><img src="/static/certs/camta1.jpg" alt="资质证书"></div>
    <div class="cert-item"><img src="/static/certs/camta2.jpg" alt="资质证书"></div>
    <div class="cert-item"><img src="/static/certs/patent1.jpg" alt="专利证书"></div>
    <div class="cert-item"><img src="/static/certs/patent2.jpg" alt="专利证书"></div>
  </div>
</section>

<section class="company-section fade-up">
  <div class="company-inner">
    <h2>江苏雪梅制冷设备有限公司</h2>
    <p>始创于1973年，致力于"雪梅"品牌制冷设备研究开发和制造的高科技企业，是联合国环保署和中国确定的生产环保节能型半封闭制冷压缩机的示范企业。产品远销全球50多个国家和地区。</p>
    <div class="stats">
      <div class="stat-item"><div class="stat-num" data-target="50">0</div><div class="stat-label">年行业经验</div></div>
      <div class="stat-item"><div class="stat-num" data-target="100">0</div><div class="stat-label">压缩机型号</div></div>
      <div class="stat-item"><div class="stat-num" data-target="50">0</div><div class="stat-label">国家和地区</div></div>
      <div class="stat-item"><div class="stat-num" data-target="300">0</div><div class="stat-label">荣誉资质</div></div>
    </div>
  </div>
</section>

<section class="cta-section">
  <h2>开始配置您的制冷方案</h2>
  <p>输入冷库参数，AI 智能推荐最优设备组合</p>
  <a href="/app/#/pages/configurator/index" class="cta-btn">立即使用配置工具 <span class="btn-arrow">&rarr;</span></a>
</section>

<footer class="footer">
  <div class="footer-inner">
    <div class="footer-brand">
      <img src="/static/logo/xuemei-logo.png" alt="雪梅制冷">
      <p>致力于环保节能型半封闭制冷压缩机的研发与制造</p>
    </div>
    <div class="footer-links">
      <h4>快捷入口</h4>
      <a href="/app/#/pages/configurator/index">配置工具</a>
      <a href="/app/#/pages/compressor/list">压缩机</a>
      <a href="/app/#/pages/exchanger/list">换热器</a>
      <a href="/app/#/pages/inquiry/index">在线询价</a>
    </div>
    <div class="footer-links">
      <h4>关于雪梅</h4>
      <a href="/website/">公司官网</a>
      <a href="/website/about/">企业简介</a>
      <a href="/website/news/">新闻中心</a>
      <a href="/website/support/">联系我们</a>
    </div>
  </div>
  <div class="footer-bottom">
    &copy; 2024 江苏雪梅制冷设备有限公司 · 地址：江苏省泰州市海陵工业园区凤凰东路2-102号
  </div>
</footer>

<script>
// 粒子背景
!function(){var c=document.getElementById('particles');if(!c)return;for(var i=0;i<15;i++){var p=document.createElement('div');p.className='particle';var s=Math.random()*4+2;p.style.cssText='width:'+s+'px;height:'+s+'px;left:'+Math.random()*100+'%;animation-duration:'+(Math.random()*15+10)+'s;animation-delay:'+(Math.random()*10)+'s;';c.appendChild(p)}}();

// 滚动动画
var obs=new IntersectionObserver(function(entries){entries.forEach(function(e){if(e.isIntersecting){e.target.classList.add('visible');obs.unobserve(e.target)}})},{threshold:.15});
document.querySelectorAll('.fade-up').forEach(function(el){obs.observe(el)});

// 数字动画
var numObs=new IntersectionObserver(function(entries){entries.forEach(function(e){if(e.isIntersecting){var nums=e.target.querySelectorAll('.stat-num');nums.forEach(function(n){var t=+n.dataset.target,d=Math.ceil(t/40),c=0;var timer=setInterval(function(){c+=d;if(c>=t){c=t;clearInterval(timer)}n.textContent=c+'+'},30)});numObs.unobserve(e.target)}})},{threshold:.3});
var statsEl=document.querySelector('.stats');if(statsEl)numObs.observe(statsEl);

// 移动端导航
document.addEventListener('click',function(e){var l=document.querySelector('.navbar-links');if(l&&l.classList.contains('open')&&!e.target.closest('.navbar')){l.classList.remove('open')}});
</script>
</body>
</html>
