409 lines
23 KiB
HTML
409 lines
23 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>
|
|
|
|
<!-- Tailwind -->
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
|
|
<!-- Font Awesome & Font -->
|
|
<link href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
|
|
<!-- Main styles -->
|
|
<style type="text/css">
|
|
#sj-product-page {
|
|
--primary: #3b82f6;
|
|
--secondary: #2563eb;
|
|
--accent: #60a5fa;
|
|
--dark: #f8fafc;
|
|
--darker: #f1f5f9;
|
|
--light: #0f172a;
|
|
--bg-transparent: #f8fafc;
|
|
--bg-slate-50: #ffffff;
|
|
font-family: "Inter", sans-serif;
|
|
background-color: transparent !important;
|
|
color: #1e293b !important;
|
|
}
|
|
|
|
/* Glass Panel Light */
|
|
.glass-panel {
|
|
background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
|
|
backdrop-filter: blur(16px);
|
|
-webkit-backdrop-filter: blur(16px);
|
|
border: 1px solid rgba(255, 255, 255, 0.9);
|
|
box-shadow: 0 8px 32px -4px rgba(59, 130, 246, 0.1);
|
|
}
|
|
|
|
.glass-panel-light {
|
|
background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
|
|
backdrop-filter: blur(16px);
|
|
-webkit-backdrop-filter: blur(16px);
|
|
border: 1px solid rgba(255, 255, 255, 1);
|
|
box-shadow: 0 8px 32px -4px rgba(59, 130, 246, 0.1);
|
|
}
|
|
|
|
.gradient-text {
|
|
background: linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #8b5cf6 100%);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
background-clip: text;
|
|
color: transparent;
|
|
}
|
|
|
|
#sj-product-page .bg-bg-slate-50 { background-color: var(--bg-slate-50) !important; }
|
|
#sj-product-page .bg-bg-transparent { background-color: var(--bg-transparent) !important; }
|
|
#sj-product-page .bg-slate-50 { background-color: var(--darker) !important; }
|
|
#sj-product-page .bg-transparent { background-color: var(--dark) !important; }
|
|
|
|
#sj-product-page .bg-primary { background-color: var(--primary) !important; }
|
|
#sj-product-page .text-primary { color: var(--primary) !important; }
|
|
#sj-product-page .text-secondary { color: var(--secondary) !important; }
|
|
#sj-product-page .text-slate-800 { color: #1e293b !important; }
|
|
|
|
#sj-product-page .bg-primary-20 { background-color: rgba(59,130,246,0.15) !important; }
|
|
#sj-product-page .bg-primary-10 { background-color: rgba(59,130,246,0.08) !important; }
|
|
|
|
#sj-product-page .text-gray-100 { color: #1e293b !important; }
|
|
#sj-product-page .text-slate-600 { color: #475569 !important; }
|
|
#sj-product-page .text-slate-500 { color: #64748b !important; }
|
|
|
|
#sj-product-page .rounded-xl { border-radius: 0.75rem !important; }
|
|
#sj-product-page .rounded-2xl { border-radius: 1rem !important; }
|
|
#sj-product-page .shadow-md { box-shadow: 0 4px 12px rgba(59,130,246,0.08) !important; }
|
|
#sj-product-page .shadow-lg { box-shadow: 0 8px 24px rgba(59,130,246,0.12) !important; }
|
|
|
|
#sj-product-page .container { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
|
|
@media (min-width: 768px) { #sj-product-page .container { padding-left: 1.5rem; padding-right: 1.5rem; } }
|
|
@media (min-width: 1024px) { #sj-product-page .container { padding-left: 2rem; padding-right: 2rem; } }
|
|
|
|
#sj-product-page .grid { display: grid; gap: 1.5rem; }
|
|
@media (min-width: 768px) {
|
|
#sj-product-page .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
|
|
#sj-product-page .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
|
|
#sj-product-page .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
|
|
#sj-product-page .md\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0,1fr)); }
|
|
}
|
|
@media (min-width: 1024px) {
|
|
#sj-product-page .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
|
|
#sj-product-page .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
|
|
}
|
|
|
|
#sj-product-page .text-shadow { text-shadow: 0 1px 2px rgba(0,0,0,0.05); }
|
|
#sj-product-page .product-feature-card { transition: all 0.3s ease; }
|
|
#sj-product-page .product-feature-card:hover { transform: translateY(-5px); }
|
|
#sj-product-page .section-active { color: var(--secondary) !important; border-bottom: 2px solid var(--secondary) !important; }
|
|
|
|
#sj-product-page .animate-fade-in {
|
|
opacity: 0;
|
|
transform: translateY(20px);
|
|
transition: opacity 0.6s ease-out, transform 0.6s ease-out;
|
|
}
|
|
#sj-product-page .animate-fade-in.visible {
|
|
opacity: 1;
|
|
transform: translateY(0);
|
|
}
|
|
|
|
#sj-product-page .hover-float { transition: transform 0.3s ease, box-shadow 0.3s ease; }
|
|
#sj-product-page .hover-float:hover { transform: translateY(-5px); }
|
|
|
|
#sj-product-page .bg-grid {
|
|
background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233b82f6' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
|
|
}
|
|
|
|
@keyframes gradientFlow {
|
|
0% { background-position: 0% 50%; }
|
|
50% { background-position: 100% 50%; }
|
|
100% { background-position: 0% 50%; }
|
|
}
|
|
#sj-product-page .gradient-animate {
|
|
background-size: 200% 200% !important;
|
|
animation: gradientFlow 15s ease infinite !important;
|
|
}
|
|
|
|
@keyframes pulseSlow {
|
|
0%,100% { transform: scale(1); }
|
|
50% { transform: scale(1.05); }
|
|
}
|
|
#sj-product-page .animate-pulse-slow { animation: pulseSlow 3s ease-in-out infinite !important; }
|
|
|
|
#sj-product-page a { color: var(--primary) !important; text-decoration: none !important; }
|
|
#sj-product-page a:hover { color: var(--secondary) !important; }
|
|
|
|
#sj-product-page img { display: block; max-width: 100%; height: auto; }
|
|
|
|
#sj-product-page h1, #sj-product-page h2, #sj-product-page h3, #sj-product-page h4 {
|
|
color: #1e293b !important;
|
|
}
|
|
|
|
#sj-product-page .border { border-color: rgba(59,130,246,0.1) !important; }
|
|
#sj-product-page .border-slate-200 { border-color: rgba(59,130,246,0.15) !important; }
|
|
</style>
|
|
</head>
|
|
<body class="bg-slate-50 text-slate-800 font-inter antialiased overflow-x-hidden w-full">
|
|
<!-- 固定在背景的全局毛玻璃淡蓝光晕 -->
|
|
<div class="fixed inset-0 z-0 pointer-events-none bg-slate-50">
|
|
<div class="absolute top-[-10%] left-[-10%] w-[50%] h-[50%] rounded-full bg-blue-200/50 blur-[100px]"></div>
|
|
<div class="absolute bottom-[-10%] right-[-10%] w-[40%] h-[40%] rounded-full bg-sky-200/40 blur-[100px]"></div>
|
|
<div class="absolute top-[40%] right-[10%] w-[30%] h-[30%] rounded-full bg-indigo-100/60 blur-[80px]"></div>
|
|
<div class="absolute bottom-[20%] left-[20%] w-[30%] h-[30%] rounded-full bg-blue-100/50 blur-[80px]"></div>
|
|
</div>
|
|
|
|
<!-- Wrapper with an ID so we can scope styles and avoid WP theme interference -->
|
|
<div id="sj-product-page" class="min-h-screen relative z-10 bg-transparent">
|
|
|
|
<!-- 产品页面头部 -->
|
|
<section class="pt-24 md:pt-32 pb-16 md:pb-24 overflow-hidden relative">
|
|
<div class="container mx-auto px-4 md:px-6 lg:px-8">
|
|
<div class="max-w-4xl mx-auto text-center">
|
|
<h1 class="text-[clamp(2rem,5vw,3.5rem)] font-bold text-slate-800 leading-tight text-shadow mb-6 gradient-text">
|
|
FPGA开发板
|
|
</h1>
|
|
<div class="bg-blue-50 border border-blue-100 inline-block px-6 pt-4 rounded-full mb-6 animate-fade-in shadow-sm">
|
|
<h2 class="text-xl font-semibold text-primary">Wing-FPGA-XCKU5P-EVB开发板</h2>
|
|
</div>
|
|
|
|
<!-- 产品图片 - 可替换为实际产品图片 -->
|
|
<div class="mb-8 max-w-2xl mx-auto animate-fade-in">
|
|
<div class="glass-panel p-4 rounded-xl">
|
|
<img src="https://www.beiyuxing.live/wp-content/uploads/2025/11/whiteboard_exported_image-21-1.png" alt="Wing-M130处理器IP" class="w-full h-auto rounded-lg max-h-64 object-contain mx-auto">
|
|
</div>
|
|
</div>
|
|
|
|
<p class="text-lg md:text-xl text-slate-600 mb-8 max-w-2xl mx-auto" style="line-height:1.6;">
|
|
Wing-FPGA-XCKU5P-EVB是基于Xilinx Ultrascale+ FPGA家族的FPGA开发板,适用于隼瞻各系列内核的评估。
|
|
</p>
|
|
<div class="w-24 h-1 bg-primary mx-auto" style="background-color:var(--primary); height:4px;"></div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- 1. 应用场景 -->
|
|
<section id="applications" class="section-content py-16 bg-transparent">
|
|
<div class="container mx-auto px-4 md:px-6 lg:px-8">
|
|
<div class="max-w-4xl mx-auto mb-16">
|
|
<h2 class="text-3xl md:text-4xl font-bold mb-6 text-slate-800 text-center">应用场景</h2>
|
|
<p class="text-slate-600 mb-6 text-center">
|
|
Wing-M130处理器IP凭借其高性能、低功耗特性,广泛应用于以下领域
|
|
</p>
|
|
<div class="w-24 h-1 bg-primary mx-auto mb-12" style="background-color:var(--primary); height:4px;"></div>
|
|
</div>
|
|
|
|
<!-- 应用场景标签 -->
|
|
<div class="flex flex-wrap justify-center gap-4 max-w-3xl mx-auto mb-16">
|
|
<span class="bg-blue-50 text-primary border border-blue-100 px-6 py-3 rounded-full text-lg font-medium animate-fade-in flex items-center gap-2 shadow-sm">
|
|
<i class="fa fa-industry"></i> 工业控制
|
|
</span>
|
|
<span class="bg-blue-50 text-primary border border-blue-100 px-6 py-3 rounded-full text-lg font-medium animate-fade-in flex items-center gap-2 shadow-sm" style="transition-delay: 0.1s">
|
|
<i class="fa fa-connectdevelop"></i> 物联网
|
|
</span>
|
|
</div>
|
|
|
|
<!-- 详细应用场景描述 -->
|
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-5xl mx-auto">
|
|
<div class="glass-panel p-6 rounded-xl hover:bg-blue-50/30 transition-colors animate-fade-in">
|
|
<div class="flex items-start mb-4">
|
|
<div class="w-12 h-12 bg-blue-100/50 rounded-full flex items-center justify-center mr-4 shadow-inner">
|
|
<i class="fa fa-tachometer text-primary text-xl"></i>
|
|
</div>
|
|
<div>
|
|
<h4 class="text-xl font-bold mb-2 text-slate-800">性能展示</h4>
|
|
<p class="text-slate-600">
|
|
通过多种基准测试,评估wing-A内核在不同工作负载下的计算性能和吞吐量。
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="glass-panel p-6 rounded-xl hover:bg-blue-50/30 transition-colors animate-fade-in" style="transition-delay: 0.1s">
|
|
<div class="flex items-start mb-4">
|
|
<div class="w-12 h-12 bg-blue-100/50 rounded-full flex items-center justify-center mr-4 shadow-inner">
|
|
<i class="fa fa-microchip text-primary text-xl"></i>
|
|
</div>
|
|
<div>
|
|
<h4 class="text-xl font-bold mb-2 text-slate-800">内核评估</h4>
|
|
<p class="text-slate-600">
|
|
评估FPGA逻辑单元、存储器和DSP资源的使用情况,优化内核设计。
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- 2. 技术亮点 -->
|
|
<section id="features" class="section-content py-16 bg-transparent">
|
|
<div class="container mx-auto px-4 md:px-6 lg:px-8">
|
|
<div class="max-w-4xl mx-auto mb-16">
|
|
<h2 class="text-3xl md:text-4xl font-bold mb-6 text-slate-800 text-center">技术亮点</h2>
|
|
<div class="w-24 h-1 bg-primary mx-auto mb-12" style="background-color:var(--primary); height:4px;"></div>
|
|
</div>
|
|
|
|
<div class="space-y-6 max-w-4xl mx-auto">
|
|
<div class="glass-panel p-6 rounded-xl hover:bg-blue-50/30 transition-colors animate-fade-in">
|
|
<div class="flex items-start">
|
|
<div class="mt-1 bg-blue-100/50 p-2 rounded-lg shadow-inner">
|
|
<i class="fa fa-check text-primary"></i>
|
|
</div>
|
|
<div class="ml-4">
|
|
<h4 class="text-xl font-bold mb-2 text-slate-800 mt-3">丰富的片内资源,可支持wing-A系列内核运行Linux</h4>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="glass-panel p-6 rounded-xl hover:bg-blue-50/30 transition-colors animate-fade-in" style="transition-delay: 0.1s">
|
|
<div class="flex items-start">
|
|
<div class="mt-1 bg-blue-100/50 p-2 rounded-lg shadow-inner">
|
|
<i class="fa fa-check text-primary"></i>
|
|
</div>
|
|
<div class="ml-4">
|
|
<h4 class="text-xl font-bold mb-2 text-slate-800 mt-3">丰富的外设资源,可适应各种评估场景</h4>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="glass-panel p-6 rounded-xl hover:bg-blue-50/30 transition-colors animate-fade-in" style="transition-delay: 0.2s">
|
|
<div class="flex items-start">
|
|
<div class="mt-1 bg-blue-100/50 p-2 rounded-lg shadow-inner">
|
|
<i class="fa fa-check text-primary"></i>
|
|
</div>
|
|
<div class="ml-4">
|
|
<h4 class="text-xl font-bold mb-2 text-slate-800 mt-3">紧凑,小巧的外观</h4>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- 1. 产品参数 -->
|
|
<section id="specifications" class="section-content py-16 bg-transparent">
|
|
<div class="container mx-auto px-4 md:px-6 lg:px-8">
|
|
<div class="max-w-4xl mx-auto mb-16">
|
|
<h2 class="text-3xl md:text-4xl font-bold mb-6 text-slate-800 text-center">产品参数</h2>
|
|
<p class="text-slate-600 mb-6 text-center">
|
|
Wing-M050 Processor IP的详细技术参数,为您提供全面的产品信息
|
|
</p>
|
|
<div class="w-24 h-1 bg-primary mx-auto mb-12" style="background-color:var(--primary); height:4px;"></div>
|
|
</div>
|
|
|
|
<div class="glass-panel-light rounded-xl p-8 animate-fade-in">
|
|
<div class="grid md:grid-cols-3 gap-6">
|
|
<div class="space-y-4">
|
|
<div class="flex justify-between pb-3 border-b border-blue-100">
|
|
<span class="text-slate-500">FPGA</span>
|
|
<span class="font-medium text-slate-800">Xilinx XCKU5P</span>
|
|
</div>
|
|
<div class="flex justify-between pb-3 border-b border-blue-100">
|
|
<span class="text-slate-500">UART</span>
|
|
<span class="font-medium text-slate-800">Yes</span>
|
|
</div>
|
|
<div class="flex justify-between pb-3 border-b border-blue-100">
|
|
<span class="text-slate-500">SD/MMC</span>
|
|
<span class="font-medium text-slate-800">Yes</span>
|
|
</div>
|
|
<div class="flex justify-between pb-3 border-b border-blue-100">
|
|
<span class="text-slate-500">Key</span>
|
|
<span class="font-medium text-slate-800">4</span>
|
|
</div>
|
|
<div class="flex justify-between">
|
|
<span class="text-slate-500">LED</span>
|
|
<span class="font-medium text-slate-800">2</span>
|
|
</div>
|
|
</div>
|
|
<div class="space-y-4">
|
|
<div class="flex justify-between pb-3 border-b border-blue-100">
|
|
<span class="text-slate-500">Switch</span>
|
|
<span class="font-medium text-slate-800">4</span>
|
|
</div>
|
|
<div class="flex justify-between pb-3 border-b border-blue-100">
|
|
<span class="text-slate-500">HDMI</span>
|
|
<span class="font-medium text-slate-800">Yes, HDMI 1.4</span>
|
|
</div>
|
|
<div class="flex justify-between pb-3 border-b border-blue-100">
|
|
<span class="text-slate-500">Ethernet</span>
|
|
<span class="font-medium text-slate-800">Yes, 1Gb ethernet</span>
|
|
</div>
|
|
<div class="flex justify-between pb-3 border-b border-blue-100">
|
|
<span class="text-slate-500">USB</span>
|
|
<span class="font-medium text-slate-800">Yes, Host or Slave</span>
|
|
</div>
|
|
<div class="flex justify-between">
|
|
<span class="text-slate-500">DDR</span>
|
|
<span class="font-medium text-slate-800">Yes, DDR4 2GB</span>
|
|
</div>
|
|
</div>
|
|
<div class="space-y-4">
|
|
<div class="flex justify-between pb-3 border-b border-blue-100">
|
|
<span class="text-slate-500">HyperRAM</span>
|
|
<span class="font-medium text-slate-800">Yes, 32MB</span>
|
|
</div>
|
|
<div class="flex justify-between pb-3 border-b border-blue-100">
|
|
<span class="text-slate-500">QSPI Flash</span>
|
|
<span class="font-medium text-slate-800">Yes</span>
|
|
</div>
|
|
<div class="flex justify-between pb-3 border-b border-blue-100">
|
|
<span class="text-slate-500">LCD</span>
|
|
<span class="font-medium text-slate-800">Yes, 800x480 with touch</span>
|
|
</div>
|
|
<div class="flex justify-between pb-3 border-b border-blue-100">
|
|
<span class="text-slate-500">Audio</span>
|
|
<span class="font-medium text-slate-800">Yes, I2S codec</span>
|
|
</div>
|
|
<div class="flex justify-between">
|
|
<span class="text-slate-500">PMOD</span>
|
|
<span class="font-medium text-slate-800">Yes, 2x 3.3V, 1x 1.8V</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="py-16 bg-transparent relative overflow-hidden">
|
|
<div class="container mx-auto px-4 md:px-6 lg:px-8">
|
|
<div class="max-w-3xl mx-auto text-center glass-panel p-10 rounded-2xl relative z-10">
|
|
<h2 class="text-3xl md:text-4xl font-bold mb-6 text-slate-800 gradient-text">开启FPGA创新之旅</h2>
|
|
<p class="text-xl text-slate-600 mb-10">
|
|
无论您是进行原型验证、产品开发还是寻求高性能计算解决方案,FPGA都能为您的项目提供灵活、高效的硬件支持。
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
<!-- 咨询按钮 -->
|
|
<div class="fixed bottom-12 right-12 z-50 popupbox">
|
|
<button id="consult-button" class="bg-primary hover:bg-primary/90 text-slate-800 py-5 px-8 rounded-full shadow-lg shadow-blue-500/30 transform transition-all duration-300 hover:scale-110 flex items-center gap-3 text-lg">
|
|
<i class="fa fa-comments-o text-2xl"></i>
|
|
<span class="font-bold">立刻咨询</span>
|
|
</button>
|
|
</div>
|
|
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded', function() {
|
|
const root = document.getElementById('sj-product-page');
|
|
if (!root) return;
|
|
|
|
const animateElements = root.querySelectorAll('.animate-fade-in');
|
|
|
|
function checkScroll() {
|
|
animateElements.forEach(element => {
|
|
const elementTop = element.getBoundingClientRect().top;
|
|
const elementVisible = 150;
|
|
if (elementTop < window.innerHeight - elementVisible) {
|
|
element.classList.add('visible');
|
|
}
|
|
});
|
|
}
|
|
|
|
checkScroll();
|
|
window.addEventListener('scroll', checkScroll, { passive: true });
|
|
window.addEventListener('resize', checkScroll);
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |