160 lines
7.5 KiB
PHTML
Executable File
160 lines
7.5 KiB
PHTML
Executable File
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<title>ORICO雷电3系列 高速存储+高速扩展/奥睿科</title>
|
||
<meta name="Keywords" content="雷电3,ORICO/奥睿科" />
|
||
<meta name="Description" content="雷电3/奥睿科" />
|
||
{include file="include/head" /}
|
||
<link rel="stylesheet" type="text/css" href="__PUBLIC__/web/css/subject/thunderbolt_3.css"></head>
|
||
<body style="background-color:#f2f2f2;">
|
||
<!--top-->
|
||
<header class="header-PC header-Index">
|
||
<div id="header" class="theme-white">
|
||
{include file="include/top" /}
|
||
{include file="include/top-header" /}
|
||
</div>
|
||
</header>
|
||
{include file="include/top-header-mobile" /}
|
||
<!--top End-->
|
||
<!--Banner-->
|
||
<div class="img-responsive position-r">
|
||
<img src="__PUBLIC__/web/images/thunderbolt_3/thunderbolt_3_banner.jpg">
|
||
<div class="thunderbolt_3_banner">
|
||
<div class="intel">
|
||
<div class="swt-Container">
|
||
<div class="intel_left">
|
||
<img src="__PUBLIC__/web/images/thunderbolt_3/intel.png">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="swt-Container content f-White">
|
||
<p class="font-60 title">40Gbps疾速传输 为快而生</p>
|
||
<p class="font-30 margin-t-15vw f_weight_100">ORICO雷电3系列 高速存储+高速扩展</p>
|
||
<p class="font-18 padding-t-8vw f_weight_100"><a href="#雷电3存储" class="f_blue">雷电3 高速存储 点击了解>></a></p>
|
||
<p class="font-18 padding-t-5vw f_weight_100"><a href="#雷电3扩展" class="f_blue">雷电3 高速扩展 点击了解>></a></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--视频-->
|
||
<div class="img-responsive position-r">
|
||
<img src="__PUBLIC__/web/images/thunderbolt_3/thunderbolt_3_one.jpg">
|
||
<div class="thunderbolt_3_banner">
|
||
<div class="swt-Container">
|
||
<div class="thunderbolt_3_one f_black f_weight_100">
|
||
<div class="left">
|
||
<p class="font-60">雷电3<br>官方授权认证</p>
|
||
<p class="font-30 margin-t-15vw f_weight_100">真速度,更专业</p>
|
||
<p class="font-18 padding-t-8vw f_weight_100">ORICO雷电3产品引进了Intel高速芯片技术,理论传输数值高达40Gbps,并在存储及扩展等多个领域与Intel达成了合作。ORICO秉承着“小改变.大不同”的品牌理念,不断展现未来科技的新风貌,力求让ORICO雷电3系列产品在雷电3产品领域更具可靠。</p>
|
||
</div>
|
||
<div class="img-responsive right"><img src="__PUBLIC__/web/images/thunderbolt_3/thunderbolt_3_one_1.jpg"></div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--第二屏-->
|
||
<a name="雷电3存储"></a><div class="img-responsive position-r">
|
||
<img src="__PUBLIC__/web/images/thunderbolt_3/thunderbolt_3_two.jpg">
|
||
<div class="thunderbolt_3_banner">
|
||
<div class="swt-Container f-White f_weight_100">
|
||
<div class="thunderbolt_3_two">
|
||
<p class="font-60 title">高速存储,风驰电掣</p>
|
||
<p class="font-30 margin-t-15vw f_weight_100">—适用于雷电3接口的笔记本/台式机</p>
|
||
<p class="font-18 padding-t-5vw f_weight_100">雷电3系列 NVMe M.2 SSD固态硬盘盒支持雷电3 40Gbps理论传输速率,配有Thunderbolt 3 40Gbps数据线,存储高清大图、音视频等文件快如闪电。支持2TB大扩容,且带有铝合金外壳、硅胶导热片等多重散热,让硬盘盒在高速传输的情况下稳定散热、文件传输也更流畅。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!--第三屏-->
|
||
<div class="thunderbolt_3_three clearfix">
|
||
<div class="swt-Container img-responsive">
|
||
<div class="subject_three_list">
|
||
<div class="font-60 f-black f_weight_100 text-c">雷电3 NVMe M.2 SSD固态硬盘盒</div>
|
||
<?php if (!empty($normal_product)): ?>
|
||
<ul>
|
||
<?php foreach ($normal_product as $key => $value): ?>
|
||
<li class="solid_blue text-c">
|
||
<img src="<?php echo $value['img']; ?>">
|
||
<div class="title f_black"><?php echo $value['brand_id'] ?></div>
|
||
<div class="subject_new_buy subject_computer">
|
||
<?php if ($value['url_tm'] != ''): ?>
|
||
<a href="<?php echo $value['url_tm']; ?>">天猫购买</a>
|
||
<?php else: ?>
|
||
<span class="subject_span">天猫购买</span>
|
||
<?php endif; ?>
|
||
|
||
<?php if ($value['url_jd'] != ''): ?>
|
||
<a href="<?php echo $value['url_jd']; ?>">京东购买</a>
|
||
<?php else: ?>
|
||
<span class="subject_span">京东购买</span>
|
||
<?php endif; ?>
|
||
</div>
|
||
</li>
|
||
<?php endforeach; ?>
|
||
</ul>
|
||
<?php endif; ?>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--第四屏-->
|
||
<a name="雷电3扩展"></a><div class="img-responsive position-r">
|
||
<img src="__PUBLIC__/web/images/thunderbolt_3/thunderbolt_3_four.jpg">
|
||
<div class="thunderbolt_3_banner">
|
||
<div class="swt-Container f-White f_weight_100">
|
||
<div class="thunderbolt_3_four">
|
||
<p class="font-60 title">急速扩展<br>快如闪电</p>
|
||
<p class="font-30 margin-t-15vw f_weight_100">雷电3 一拖八多功能扩展坞</p>
|
||
<p class="font-18 padding-t-8vw f_weight_100">雷电3扩展坞带有雷电3等多个扩展口,支持雷电3 40Gbps传输速率,支持8K@60Hz高清分辨率,支持2TB SD卡读取,带有菊花链功能,以菊花链的方式可向下扩展6个雷电3设备。支持外接稳定供电,更带有4个外设接口,可扩展USB接口及Type-C接口等多个不同设备,支持连接有线网络,让游戏/办公扩展更随心。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--第五屏-->
|
||
<div class="swt-Container margin-t-66 margin-b-40">
|
||
<?php if (!empty($special_product) && isset($special_product[0])): ?>
|
||
<div class="solid_blue f_black f_weight_100 img-responsive">
|
||
<img src="<?php echo $special_product[0]['img'] ?>">
|
||
<div class="thunderbolt_3_five">
|
||
<p class="font-24"><?php echo $special_product[0]['name']; ?></p>
|
||
<p class="font-20 padding-t-5vw"><?php echo $special_product[0]['shortname']; ?></p>
|
||
<div class="subject_new_buy margin-t-20vw subject_computer">
|
||
<?php if ($special_product[0]['url_tm'] != ''): ?>
|
||
<a href="<?php echo $special_product[0]['url_tm']; ?>">天猫购买</a>
|
||
<?php else: ?>
|
||
<span class="subject_span">天猫购买</span>
|
||
<?php endif; ?>
|
||
|
||
<?php if ($special_product[0]['url_jd'] != ''): ?>
|
||
<a href="<?php echo $special_product[0]['url_jd']; ?>">京东购买</a>
|
||
<?php else: ?>
|
||
<span class="subject_span">京东购买</span>
|
||
<?php endif; ?>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<?php endif; ?>
|
||
</div>
|
||
<!--第六屏-->
|
||
<div class="img-responsive position-r">
|
||
<img src="__PUBLIC__/web/images/thunderbolt_3/thunderbolt_3_six.jpg">
|
||
<div class="thunderbolt_3_banner">
|
||
<div class="thunderbolt_3_six f-White text-c">
|
||
<p class="font-60 f_weight_100">科技巨变,未来可期</p>
|
||
<p class="font-18 margin-t-20vw f_weight_100"> 雷电3作为未来科技的一大热点,ORICO敏锐感知,时刻紧跟时代潮流,力求打造更加全面的雷电3系列产品。从硬盘盒到扩展坞,正是ORICO向前迈出的一大步,在存储、扩展方面,ORICO着重布局了如雷电3硬盘盒、扩展坞、硬盘柜等产品,将在未来陆续上市。</p>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--第七屏-->
|
||
<div class="thunderbolt_3_seven text-c f-black font-48">
|
||
<p class="margin-t-50 margin-b-30vw f_weight_100">更多雷电3系列产品,持续更新...</p>
|
||
</div>
|
||
<!--第八屏-->
|
||
<div class="img-responsive position-r">
|
||
<img src="__PUBLIC__/web/images/thunderbolt_3/thunderbolt_3_seven.jpg">
|
||
</div>
|
||
{include file="include/bottom" /}
|
||
</body>
|
||
</html>
|