<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta name="google-site-verification" content="PENDING_VERIFICATION" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>核能知识引擎 - Nuclear Energy Knowledge Engine</title>
<meta name="description" content="裂变堆型、聚变技术、核燃料循环、辐射防护一站式查询">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>☢️</text></svg>">
<style>
:root{--bg:#0a0e17;--bg2:#111827;--bg3:#1a2236;--border:#1e2d4a;--text:#e2e8f0;--text2:#94a3b8;--accent:#06b6d4;--accent2:#f59e0b}
*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui;background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--accent);text-decoration:none}
.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(10,14,23,0.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1100px;margin:0 auto;padding:0 20px;display:flex;align-items:center;height:52px;gap:20px}.nav-logo{font-size:17px;font-weight:700;color:#fff}.nav-links{display:flex;gap:16px;font-size:13px}.nav-links a{color:var(--text2)}
.hero{text-align:center;padding:100px 20px 40px}.hero h1{font-size:2.2em;margin-bottom:8px}.hero h1 span{color:var(--accent)}.hero p{color:var(--text2);max-width:600px;margin:0 auto 24px}
.stats{display:flex;justify-content:center;gap:24px;margin-bottom:40px;flex-wrap:wrap}.stat{text-align:center;padding:12px 20px;background:var(--bg2);border-radius:8px;border:1px solid var(--border);min-width:100px}.stat-num{font-size:1.8em;font-weight:800;color:var(--accent)}.stat-label{font-size:12px;color:var(--text2)}
.section{max-width:1100px;margin:0 auto;padding:0 20px 40px}.section h2{font-size:1.4em;margin-bottom:16px}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}
.card{background:var(--bg2);border:1px solid var(--border);border-radius:10px;padding:16px;cursor:pointer;transition:border-color .2s}.card:hover{border-color:var(--accent)}.card h3{font-size:1em;margin-bottom:8px;color:var(--accent)}.card-row{display:flex;justify-content:space-between;font-size:13px;color:var(--text2);padding:2px 0}.card-row span:last-child{color:var(--text);font-weight:500}
.footer{text-align:center;padding:40px 20px;color:var(--text2);font-size:13px;border-top:1px solid var(--border)}
.modal{display:none;position:fixed;inset:0;z-index:200;background:rgba(0,0,0,0.7);align-items:center;justify-content:center}.modal.active{display:flex}.modal-body{background:var(--bg2);border-radius:12px;padding:24px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;border:1px solid var(--border)}.modal-body h3{color:var(--accent);margin-bottom:12px}.modal-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid var(--border);font-size:14px}.modal-row span:first-child{color:var(--text2)}
.search{width:100%;max-width:500px;padding:12px 16px;background:var(--bg2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:15px;outline:none}.search:focus{border-color:var(--accent)}
@media(max-width:600px){.grid{grid-template-columns:1fr}.stats{gap:12px}.hero h1{font-size:1.6em}}

/* Anti-scraping CSS */
.detail-val, .entity-desc {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.detail-val::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* Honeypot - invisible to humans */
.honey-link {
  display: none !important;
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  overflow: hidden;
}


@media(max-width:768px){div[style*="grid-template-columns:repeat(3,1fr)"]{grid-template-columns:1fr!important}}
</style>
</head>
<body>
<div class="nav"><div class="nav-inner">
  <div class="nav-logo">☢️ <span>核能知识引擎</span></div>
  <div class="nav-links">
    <a href="#reactors">反应堆</a>
    <a href="#fusion">聚变路线</a>
    <a href="https://genetech.tools" style="color:var(--accent2)">← 主站</a>
    <a href="https://genetech.tools/banned-words" style="color:#ff6b6b;font-weight:600" target="_blank">🛡️ 违禁词检测</a>
      </div>
</div></div>
<div class="hero">
  <h1>☢️ <span>核能知识引擎</span></h1>
  <p>裂变堆型、聚变技术、核燃料循环、辐射防护一站式查询</p>
  <input class="search" placeholder="搜索..." oninput="handleSearch(this.value)">
  <div class="stats" style="margin-top:24px"><div class="stat"><div class="stat-num">7</div><div class="stat-label">反应堆</div></div>
    <div class="stat"><div class="stat-num">5</div><div class="stat-label">聚变路线</div></div>
  <!-- 三大板块入口 -->
  <div style="max-width:1200px;margin:0 auto 30px;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px">
    <!-- 板块① 知识库 -->
    <div style="background:var(--bg2);border:2px solid #eab308;border-radius:16px;padding:20px;position:relative;overflow:hidden">
      <div style="position:absolute;top:0;right:0;background:#eab308;color:#000;font-size:10px;font-weight:700;padding:3px 10px;border-radius:0 0 0 8px">板块①</div>
      <div style="font-size:28px;margin-bottom:8px">☢️</div>
      <div style="font-size:16px;font-weight:700;color:#eab308;margin-bottom:4px">知识库</div>
      <div style="font-size:12px;color:var(--text2);margin-bottom:12px">16实体 · 6聚变 · 10反应堆</div>
      <div style="display:flex;gap:6px;flex-wrap:wrap">
        <a href="#" style="font-size:11px;padding:4px 10px;background:rgba(255,255,255,0.08);color:#eab308;border-radius:8px;text-decoration:none">浏览数据</a>
        <a href="/api/data.json" target="_blank" style="font-size:11px;padding:4px 10px;background:rgba(255,255,255,0.08);color:#eab308;border-radius:8px;text-decoration:none">API</a>
        <a href="/llms.txt" target="_blank" style="font-size:11px;padding:4px 10px;background:rgba(255,255,255,0.08);color:#eab308;border-radius:8px;text-decoration:none">LLM索引</a>
      </div>
    </div>
    <!-- 板块③ Pro变现 -->
    <div style="background:var(--bg2);border:2px solid #f59e0b;border-radius:16px;padding:20px;position:relative;overflow:hidden">
      <div style="position:absolute;top:0;right:0;background:#f59e0b;color:#000;font-size:10px;font-weight:700;padding:3px 10px;border-radius:0 0 0 8px">板块③</div>
      <div style="font-size:28px;margin-bottom:8px">💎</div>
      <div style="font-size:16px;font-weight:700;color:#f59e0b;margin-bottom:4px">Pro 订阅</div>
      <div style="font-size:12px;color:var(--text2);margin-bottom:12px">完整数据库 · API访问 · MCP Server · 从$19/月</div>
      <div style="display:flex;gap:6px;flex-wrap:wrap">
        <a href="/credits.html" style="font-size:11px;padding:4px 10px;background:rgba(245,158,11,0.15);color:#f59e0b;border-radius:8px;text-decoration:none">💎 定价</a>
        <a href="/order.html" style="font-size:11px;padding:4px 10px;background:rgba(245,158,11,0.15);color:#f59e0b;border-radius:8px;text-decoration:none">🛒 订购</a>
        <a href="/api/openapi.json" target="_blank" style="font-size:11px;padding:4px 10px;background:rgba(245,158,11,0.15);color:#f59e0b;border-radius:8px;text-decoration:none">🔌 API</a>
      </div>
    </div>
  </div>

  <!-- 场景化CTA -->
  <div style="max-width:1200px;margin:0 auto 30px;padding:0 20px">
    <div style="background:linear-gradient(135deg,var(--bg2),var(--bg3));border:1px solid var(--border);border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap">
      <div style="flex:1;min-width:250px">
        <div style="font-size:15px;font-weight:700;margin-bottom:6px">💡 用AI分析这些数据</div>
        <div style="font-size:13px;color:var(--text2)">用ATEX AI对话深度分析数据，用TTS生成口播音频，用图像理解提取图表，用浏览器自动化采集更多信息</div>
      </div>
      
    </div>
  </div>

</div>
</div>
<div class="section" id="reactors">
  <h2>☢️ 反应堆</h2>
  <div class="grid" id="grid-reactors"></div>
</div>

<div class="section" id="fusion">
  <h2>☢️ 聚变路线</h2>
  <div class="grid" id="grid-fusion"></div>
</div>
<div class="footer"><p>核能知识引擎 · nuclear.genetech.tools · Powered by <a href="https://genetech.tools">GeneTech Tools</a></p></div>
<div class="modal" id="modal" onclick="if(event.target===this)closeModal()"><div class="modal-body" id="modalContent"></div></div>
<script>
const DB = {"updated":"2026-05-26T04:44:16.572Z","name":"核能知识引擎","icon":"☢️","domain":"nuclear.genetech.tools","subtitle":"Nuclear Energy Knowledge Engine","desc":"裂变堆型、聚变技术、核燃料循环、辐射防护一站式查询","stats":{"reactors":7,"fusion":5},"categories":{"reactors":{"name":"反应堆","entities":[{"id":"R-001","name":"华龙一号 HPR1000","type":"压水堆","country":"中国","power":"1161 MWe","status":"运行中","generation":"Gen III+","safety_features":["双层安全壳","非能动余热排出"]},{"id":"R-002","name":"AP1000","type":"压水堆","country":"美国","power":"1117 MWe","status":"运行中","generation":"Gen III+","safety_features":["非能动安全系统","72h无需干预"]},{"id":"R-003","name":"ITER","type":"托卡马克聚变","country":"国际","power":"500 MW","status":"建设中","generation":"聚变","safety_features":["固有安全"]},{"id":"R-004","name":"SPARC","type":"紧凑托卡马克","country":"美国/CFS","power":"50-100 MW","status":"建设中","generation":"聚变","safety_features":["高温超导磁体"]},{"id":"R-005","name":"HTR-PM","type":"高温气冷堆","country":"中国","power":"210 MWe","status":"运行中","generation":"Gen IV","safety_features":["固有安全","TRISO燃料"]},{"id":"R-006","name":"Natrium","type":"钠冷快堆","country":"美国/TerraPower","power":"345 MWe","status":"建设中","generation":"Gen IV","safety_features":["池式设计","储能"]},{"id":"R-007","name":"NuScale SMR","type":"小型模块化堆","country":"美国","power":"77 MWe/模块","status":"认证中","generation":"Gen III+","safety_features":["自然循环","地下安装"]}]},"fusion":{"name":"聚变路线","entities":[{"id":"F-001","name":"托卡马克","type":"磁约束","key_challenge":"等离子体稳定性","companies":["ITER","CFS","Tokamak Energy"],"trl":"5-6"},{"id":"F-002","name":"仿星器","type":"磁约束","key_challenge":"复杂磁体制造","companies":["W7-X"],"trl":"4-5"},{"id":"F-003","name":"惯性约束","type":"惯性约束","key_challenge":"增益倍数","companies":["NIF"],"trl":"4-5"},{"id":"F-004","name":"Z-Pinch","type":"磁惯性","key_challenge":"稳定性","companies":["Zap Energy"],"trl":"3-4"},{"id":"F-005","name":"磁化靶聚变","type":"磁惯性","key_challenge":"压缩对称性","companies":["General Fusion"],"trl":"3-4"}]}}};
for(const[key,cat]of Object.entries(DB.categories)){const grid=document.getElementById('grid-'+key);if(!grid)continue;grid.innerHTML=cat.entities.map(e=>{const entries=Object.entries(e).filter(([k])=>k!=='id').slice(0,5);return'<div class="card" onclick="showDetail(''+key+'',''+e.id+'')"><h3>'+(e.name||e.name_en||e.id)+'</h3>'+entries.map(([k,v])=>'<div class="card-row"><span>'+k.replace(/_/g,' ')+'</span><span>'+(Array.isArray(v)?v.join(', '):v)+'</span></div>').join('')+'</div>'}).join('')}
function showDetail(catKey,id){const entity=DB.categories[catKey].entities.find(e=>e.id===id);if(!entity)return;const rows=Object.entries(entity).filter(([k])=>k!=='id').map(([k,v])=>'<div class="modal-row"><span>'+k.replace(/_/g,' ')+'</span><span>'+(Array.isArray(v)?v.join(', '):v)+'</span></div>').join('');document.getElementById('modalContent').innerHTML='<h3>'+(entity.name||entity.name_en||entity.id)+'</h3>'+rows;document.getElementById('modal').classList.add('active')}
function handleSearch(q){q=q.toLowerCase().trim();for(const[key,cat]of Object.entries(DB.categories)){const grid=document.getElementById('grid-'+key);if(!grid)continue;const filtered=q?cat.entities.filter(e=>JSON.stringify(e).toLowerCase().includes(q)):cat.entities;grid.innerHTML=filtered.map(e=>{const entries=Object.entries(e).filter(([k])=>k!=='id').slice(0,5);return'<div class="card" onclick="showDetail(''+key+'',''+e.id+'')"><h3>'+(e.name||e.name_en||e.id)+'</h3>'+entries.map(([k,v])=>'<div class="card-row"><span>'+k.replace(/_/g,' ')+'</span><span>'+(Array.isArray(v)?v.join(', '):v)+'</span></div>').join('')+'</div>'}).join('')}}
function closeModal(){document.getElementById('modal').classList.remove('active')}
</script>

<!-- Honeypot - invisible to real users, traps bots -->
<div class="honey-link">
  <a href="/api/honeypot.json">Download all data</a>
  <a href="/api/export.json">Export database</a>
  <a href="/admin/">Admin panel</a>
  <a href="/backup/">Backup</a>
</div>
<script>
// Anti-scraping JavaScript
(function(){
  // 1. Anti-debugging
  const d=new Date();debugger;
  setInterval(function(){debugger;},3000);
  
  // 2. Detect DevTools
  let devtoolsOpen=false;
  const threshold=160;
  const check=()=>{
    const widthThreshold=window.outerWidth-window.innerWidth>threshold;
    const heightThreshold=window.outerHeight-window.innerHeight>threshold;
    if(widthThreshold||heightThreshold){
      if(!devtoolsOpen){
        devtoolsOpen=true;
        document.body.innerHTML='<h1 style="text-align:center;margin-top:40vh">Access Denied</h1>';
      }
    }else{devtoolsOpen=false;}
  };
  setInterval(check,1000);
  
  // 3. Honeypot link monitoring
  document.querySelectorAll('.honey-link a').forEach(a=>{
    a.addEventListener('click',function(e){
      e.preventDefault();
      // Bot detected - redirect to honeypot
      window.location.href='/api/honeypot.json';
    });
  });
  
  // 4. Right-click protection on entity content
  document.querySelectorAll('.detail-val, .entity-desc').forEach(el=>{
    el.addEventListener('contextmenu',e=>e.preventDefault());
    el.addEventListener('copy',e=>{
      e.preventDefault();
      e.clipboardData.setData('text/plain','Content protected. Visit '+window.location.href);
    });
  });
  
  // 5. Canvas fingerprint for bot detection
  try{
    const canvas=document.createElement('canvas');
    const ctx=canvas.getContext('2d');
    ctx.textBaseline='top';
    ctx.font='14px Arial';
    ctx.fillText('🤖',2,2);
    const fp=canvas.toDataURL().slice(-50);
    if(!fp||fp.length<10){
      // Likely headless browser
      document.body.style.display='none';
    }
  }catch(e){}
  
  // 6. Mouse movement tracking (bots don't move mouse)
  let mouseMoved=false;
  document.addEventListener('mousemove',()=>{mouseMoved=true;},{once:true});
  setTimeout(()=>{
    if(!mouseMoved && !window._botChecked){
      window._botChecked=true;
      // No mouse movement in 5 seconds - might be a bot
      // Add a hidden verification challenge
      const verify=document.createElement('div');
      verify.style.cssText='position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:99999;display:flex;align-items:center;justify-content:center;color:white;font-size:24px;cursor:pointer';
      verify.textContent='Click to continue';
      verify.onclick=()=>{verify.remove();};
      document.body.appendChild(verify);
    }
  },5000);
  
  // 7. Disable keyboard shortcuts for copying
  document.addEventListener('keydown',function(e){
    if((e.ctrlKey||e.metaKey)&&(e.key==='c'||e.key==='u'||e.key==='s'||e.key==='a')){
      if(e.target.closest('.detail-val,.entity-desc')){
        e.preventDefault();
      }
    }
  });
})();
</script>

<!-- API Pro CTA -->
<div id="apiCta" style="position:fixed;bottom:20px;right:20px;z-index:999;background:linear-gradient(135deg,#1e3a5f,#0a2540);border:1px solid #06b6d4;border-radius:12px;padding:14px 18px;max-width:260px;box-shadow:0 4px 20px rgba(6,182,212,0.3);cursor:pointer;transition:all .3s" onmouseover="this.style.transform='translateY(-2px)'" onmouseout="this.style.transform=''" onclick="window.location.href='/api-pricing.html'">
  <div style="font-size:.8rem;color:#f59e0b;font-weight:700;margin-bottom:4px">⚡ API PRO</div>
  <div style="font-size:.85rem;color:#e2e8f0">Unlimited API access + data export</div>
  <div style="font-size:.75rem;color:#06b6d4;margin-top:4px">$29/mo → Get API Key</div>
</div>

<script src="/anti-scrape.js"></script>




v>




<!-- Knowledge Engine Ecosystem Navigation -->
<div id="kb-ecosystem-nav" style="position:fixed;bottom:0;left:0;right:0;background:#0a0e17;border-top:1px solid #1e2d4a;padding:8px 16px;z-index:9998;display:flex;gap:6px;overflow-x:auto;align-items:center;font-size:12px;font-family:system-ui,sans-serif">
<span style="color:#64748b;white-space:nowrap;font-weight:600">🔗 知识引擎生态:</span>
<a href="https://genetech.tools" target="_blank" title="基因技术">🧬 基因技术</a>
<a href="https://tcm.genetech.tools" target="_blank" title="中医药">🌿 中医药</a>
<a href="https://agent.genetech.tools" target="_blank" title="Agent生态">🤖 Agent生态</a>
<a href="https://robot.genetech.tools" target="_blank" title="机器人">⚙️ 机器人</a>
<a href="https://quantum.genetech.tools" target="_blank" title="量子计算">⚛️ 量子计算</a>
<a href="https://brain.genetech.tools" target="_blank" title="脑科学">🧠 脑科学</a>
<a href="https://nuclear.genetech.tools" target="_blank" title="核能" style="border-color:#eab308;background:#eab30820">☢️ 核能</a>
<a href="https://exo.genetech.tools" target="_blank" title="地外科学">🪐 地外科学</a>
<a href="https://mineral.genetech.tools" target="_blank" title="外星矿物">💎 外星矿物</a>
<a href="https://deepsea.genetech.tools" target="_blank" title="深海科技">🌊 深海科技</a>
<a href="https://energy.genetech.tools" target="_blank" title="新能源">⚡ 新能源</a>
<a href="https://life.genetech.tools" target="_blank" title="生命科学">🔬 生命科学</a>
<a href="https://aishield.tools" target="_blank" title="ATEX Agent工具平台" style="border-color:#8b5cf6;background:#8b5cf620">🛡️ AIShield</a>
<a href="/credits.html" style="border-color:#f59e0b;background:#f59e0b20;white-space:nowrap">💎 升级Pro</a>
</div>


<!-- Ecosystem Footer -->
<div style="background:#0d1117;border-top:2px solid #1e2d4a;padding:24px;margin-top:40px">
<div style="max-width:1200px;margin:0 auto">
<div style="text-align:center;margin-bottom:16px">
<span style="color:#94a3b8;font-size:14px">🔗 前沿科技知识引擎生态 — 12站联动，数据互通</span>
</div>
<div style="display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:16px">
  <a href="https://genetech.tools" target="_blank">🧬 基因技术</a>
  <a href="https://tcm.genetech.tools" target="_blank">🌿 中医药</a>
  <a href="https://agent.genetech.tools" target="_blank">🤖 Agent生态</a>
  <a href="https://robot.genetech.tools" target="_blank">⚙️ 机器人</a>
  <a href="https://quantum.genetech.tools" target="_blank">⚛️ 量子计算</a>
  <a href="https://brain.genetech.tools" target="_blank">🧠 脑科学</a>
  <a href="https://nuclear.genetech.tools" target="_blank" style="color:#eab308;font-weight:700">☢️ 核能</a>
  <a href="https://exo.genetech.tools" target="_blank">🪐 地外科学</a>
  <a href="https://mineral.genetech.tools" target="_blank">💎 外星矿物</a>
  <a href="https://deepsea.genetech.tools" target="_blank">🌊 深海科技</a>
  <a href="https://energy.genetech.tools" target="_blank">⚡ 新能源</a>
  <a href="https://life.genetech.tools" target="_blank">🔬 生命科学</a>
</div>
<div style="display:flex;gap:12px;justify-content:center;flex-wrap:wrap">
<a href="https://aishield.tools" target="_blank" style="color:#8b5cf6">🤖 AIShield AI安全平台</a>
<a href="/credits.html" style="color:#f59e0b">💎 Pro订阅 / 数据下载</a>
<a href="/agent-discovery.json" style="color:#06b6d4">🔌 Agent可读接口</a>
</div>
</div>
</div>


<!-- Contextual Cross-Site Recommendations -->
<div style="max-width:1200px;margin:40px auto;padding:0 20px">
<div style="background:linear-gradient(135deg,#0d1117,#111827);border:1px solid #1e2d4a;border-radius:16px;padding:24px">
<div style="display:flex;align-items:center;gap:10px;margin-bottom:16px">
<span style="font-size:1.4rem">🔗</span>
<span style="font-size:1.1rem;font-weight:700;color:#e2e8f0">跨域知识推荐</span>
</div>
<p style="color:#94a3b8;font-size:.85rem;margin-bottom:16px">在☢️ 核能之外，以下知识引擎与当前领域有交叉研究：</p>
<div style="display:flex;gap:12px;flex-wrap:wrap">
  <a href="https://energy.genetech.tools" target="_blank" style="display:block;background:#111827;border:1px solid #1e2d4a;border-radius:12px;padding:16px;text-decoration:none;color:inherit;transition:all .3s;flex:1;min-width:200px" onmouseover="this.style.borderColor='#f59e0b'" onmouseout="this.style.borderColor='#1e2d4a'">
<div style="font-size:1.5rem;margin-bottom:4px">⚡</div>
<div style="font-weight:700;color:#f59e0b;margin-bottom:4px">新能源</div>
<div style="font-size:.8rem;color:#94a3b8">核能+可再生能源</div>
</a>
  <a href="https://mineral.genetech.tools" target="_blank" style="display:block;background:#111827;border:1px solid #1e2d4a;border-radius:12px;padding:16px;text-decoration:none;color:inherit;transition:all .3s;flex:1;min-width:200px" onmouseover="this.style.borderColor='#14b8a6'" onmouseout="this.style.borderColor='#1e2d4a'">
<div style="font-size:1.5rem;margin-bottom:4px">💎</div>
<div style="font-weight:700;color:#14b8a6;margin-bottom:4px">外星矿物</div>
<div style="font-size:.8rem;color:#94a3b8">核燃料 → 太空矿物</div>
</a>
  <a href="https://deepsea.genetech.tools" target="_blank" style="display:block;background:#111827;border:1px solid #1e2d4a;border-radius:12px;padding:16px;text-decoration:none;color:inherit;transition:all .3s;flex:1;min-width:200px" onmouseover="this.style.borderColor='#0ea5e9'" onmouseout="this.style.borderColor='#1e2d4a'">
<div style="font-size:1.5rem;margin-bottom:4px">🌊</div>
<div style="font-weight:700;color:#0ea5e9;margin-bottom:4px">深海科技</div>
<div style="font-size:.8rem;color:#94a3b8">深海核能部署</div>
</a>
</div>
</div>
</div>

</body></html>