修改提出的官网更新
This commit is contained in:
parent
85635e9fe1
commit
37e07907fd
|
@ -40,11 +40,12 @@
|
|||
style="visibility: visible; animation-duration: 2s; animation-name: fadeInUp;">
|
||||
|
||||
<a href="" class="img">
|
||||
<img src="/static/about/index/banner.jpg" alt="">
|
||||
<img src="/static/about/index/banner.png" alt="">
|
||||
<div class="t1">
|
||||
<br>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<div>
|
||||
<div class="text">
|
||||
<h5 class="LtextTit">关于我们</h5>
|
||||
|
@ -59,7 +60,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="contactUs">
|
||||
<div class="container1260">
|
||||
<h5 class="LtextTit">联系方式</h5>
|
||||
|
@ -84,7 +87,7 @@
|
|||
投诉及建议邮箱:service@xixunled.com</span></p>
|
||||
</div>
|
||||
<div class="right">
|
||||
<img src="https://support.colorlightinside.com/uploads/未标题-2_1673850563.jpg" alt="">
|
||||
<img src="/static/about/index/contact.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -121,15 +124,18 @@
|
|||
<p><strong> 国内技术支持</strong></p>
|
||||
<p>易工 手机/微信: 18938849935 </p>
|
||||
<p>蒋工 手机/微信: 18038130285</p>
|
||||
<p>刘工 手机/微信: 18129853007</p>
|
||||
<p>蔡工 手机/微信: 18126409203</p>
|
||||
<p>王工 手机/微信: 18964074955</p>
|
||||
<p>柳工 手机/微信: 18122087173</p>
|
||||
<p>陈工 手机/微信: 18018772556</p>
|
||||
<p>易工 手机/微信: 18126448963</p>
|
||||
<p>罗工 手机/微信: 18126409203</p>
|
||||
<p>韦工 手机/微信: 18018772630</p>
|
||||
|
||||
</div>
|
||||
<div class="list">
|
||||
<p><strong>海外支持</strong></p>
|
||||
<p>谭丹 Daisy WhatsApp/微信: 18676664564 企业邮箱: td@xixunled.com </p>
|
||||
<p>王慧 Emily WhatsApp/微信: 18964074955 企业邮箱: emily@xixunled.com </p>
|
||||
<p>王工 Emily WhatsApp/微信: 18964074955 企业邮箱: emily@xixunled.com </p>
|
||||
<p>谭工 Daisy WhatsApp/微信: 18676664564 企业邮箱: td@xixunled.com </p>
|
||||
<p>李工 Lina WhatsApp: 18964074955 微信:17347519660 企业邮箱: lina@xixunled.com </p>
|
||||
</div>
|
||||
<div class="list">
|
||||
<p><strong>二次开发</strong></p>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<script type="text/javascript" src="./static/js/BeerSlider.js"></script>
|
||||
|
||||
<meta name="Author" content="xixun" />
|
||||
<style lang="scss">
|
||||
<style >
|
||||
/* #wonder{
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
|
@ -144,7 +144,7 @@
|
|||
<div class="swiper-wrapper">
|
||||
<div class="swiper-slide">
|
||||
<a href="" class="Lbanner5">
|
||||
<img src="./static/image/banner/new_灯杆解决方案.png" alt="" class="Lshow" />
|
||||
<img src="./static/image/banner/new_灯杆解决方案.jpg" alt="" class="Lshow" />
|
||||
<div class="bannertextImg">
|
||||
</div>
|
||||
</a>
|
||||
|
@ -342,12 +342,12 @@
|
|||
<img src="./static/products/custom_develop/custom_develop.png">
|
||||
<!-- <div class="product-item-a-box">
|
||||
<a href="./products/control_system/lamp_pole/lamp_pole.html" class="product-item-a">
|
||||
<span class="product-item-title">定制开发</span>
|
||||
<span class="product-item-title">SDK及定制开发</span>
|
||||
<span class="product-item-more">查看更多</span>
|
||||
</a>
|
||||
</div> -->
|
||||
<div class="product_control_sys_list">
|
||||
<h5>定制开发</h5>
|
||||
<h5>SDK及定制开发</h5>
|
||||
<!-- <i class="layui-icon layui-icon-component"></i> -->
|
||||
<ul class="product_control_sys_ul">
|
||||
<li class="product_control_sys_li">
|
||||
|
@ -399,7 +399,7 @@
|
|||
<div class="swiper-wrapper">
|
||||
<div class="swiper-slide">
|
||||
<a href="./solutions/lamp_pole/lamp_pole.html">
|
||||
<img src="./static/image/banner/new_灯杆解决方案.png" alt="" class="img_bg bgimg" />
|
||||
<img src="./static/image/banner/new_灯杆解决方案.jpg" alt="" class="img_bg bgimg" />
|
||||
</a>
|
||||
<!-- <div style="width: 50%;height: 60%;background-color: aliceblue;"></div> -->
|
||||
</div>
|
||||
|
@ -806,6 +806,8 @@
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -1488,9 +1488,18 @@ $(function(){
|
|||
|
||||
});
|
||||
|
||||
$body = (window.opera) ? (document.compatMode == "CSS1Compat" ? $("html") : $("body")) : $("html,body");
|
||||
$("#ScrollTop").click(function () {
|
||||
$body.animate({ scrollTop: 0 }, 400)
|
||||
// $body = (window.opera) ? (document.compatMode == "CSS1Compat" ? $("html") : $("body")) : $("html,body");
|
||||
// $("#ScrollTop").click(function () {
|
||||
// $body.animate({ scrollTop: 0 }, 400)
|
||||
// });
|
||||
|
||||
|
||||
// 使用jQuery绑定点击事件到ID为"ScrollTop"的元素
|
||||
$("#ScrollTop").click(function() {
|
||||
// 使用jQuery的animate函数来平滑滚动到页面顶部
|
||||
$("html, body").animate({
|
||||
scrollTop: 0
|
||||
}, 400);
|
||||
});
|
||||
|
||||
|
||||
|
@ -1499,6 +1508,3 @@ $("#ScrollTop").click(function () {
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -10,13 +10,13 @@
|
|||
<a href="/products/control_system/commerce_display/commerce_display.html" class="Flink2">控制系统</a>
|
||||
<i class="iconfont icon_jiantou3_down"></i>
|
||||
<div class="footerNav3">
|
||||
<a href="/products/control_system/commerce_display/commerce_display.html" class="Flink3">商显屏系列</a>
|
||||
<a href="/products/control_system/lamp_pole/lamp_pole.html" class="Flink3">灯杆屏系列</a>
|
||||
<a href="/products/control_system/commerce_display/commerce_display.html" class="Flink3">智慧商显同异步播放盒系列</a>
|
||||
<a href="/products/control_system/lamp_pole/lamp_pole.html" class="Flink3">灯杆车载等异步全彩系列</a>
|
||||
<a href="/products/control_system/car_load/car_load.html" class="Flink3">车载控制系统</a>
|
||||
<a href="/products/control_system/LCD/LCD.html" class="Flink3">LCD系列</a>
|
||||
<a href="/products/control_system/sync_send/sync_send.html" class="Flink3">同步发送卡</a>
|
||||
<a href="/products/control_system/receive_card/receive_card.html" class="Flink3">接收卡</a>
|
||||
<a href="/products/control_system/accessory/accessory.html" class="Flink3">配件</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="footerNav2">
|
||||
|
@ -26,23 +26,33 @@
|
|||
<a href="/products/video_process/2-in-1_video_process/2-in-1_video_process.html" class="Flink3">二合一视频处理器</a>
|
||||
<a href="/products/video_process/independent_control/independent_control.html" class="Flink3">独立主控</a>
|
||||
<a href="/products/video_process/video_splicer/video_splicer.html" class="Flink3">视频拼接器</a>
|
||||
<!-- <a href="/products/video_process/distributed_system/distributed_system.html" class="Flink3">分布式系统</a> -->
|
||||
<a href="/products/video_process/multimedia_server/multimedia_server.html" class="Flink3">多媒体服务器</a>
|
||||
<!-- <a href="/products/video_process/receive_card/receive_card.html" class="Flink3">接收卡</a>
|
||||
<a href="/products/video_process/accessory/accessory.html" class="Flink3">配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="footerNav2">
|
||||
<a href="/products/control_system/accessory/accessory.html" class="Flink2">相关配件</a>
|
||||
<i class="iconfont icon_jiantou3_down"></i>
|
||||
<div class="footerNav3">
|
||||
<a href="/products/accessory/sensor/sensor.html" class="Flink3">传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" class="Flink3">监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" class="Flink3">功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html"class="Flink3" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" class="Flink3">喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" class="Flink3">呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" class="Flink3">音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footerNav2">
|
||||
<a href="/products/xixun_software/SingleMachine/SingleMachine.html" class="Flink2">软件服务</a>
|
||||
<i class="iconfont icon_jiantou3_down"></i>
|
||||
<div class="footerNav3">
|
||||
<a href="/products/xixun_software/SingleMachine/SingleMachine.html" class="Flink3">单机软件</a>
|
||||
<a href="/products/xixun_software/SingleMachine/SingleMachine.html" class="Flink3">PC端局域网软件</a>
|
||||
<a href="/products/xixun_software/AIPS/AIPS.html" class="Flink3">云平台</a>
|
||||
<a href="/products/xixun_software/APP/APP.html" class="Flink3">APP</a>
|
||||
<a href="/products/xixun_software/APP/APP.html" class="Flink3">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footerNav2">
|
||||
<a href="/products/custom_develop/second_development/second_development.html" class="Flink2">定制开发</a>
|
||||
<a href="/products/custom_develop/second_development/second_development.html" class="Flink2">SDK及定制开发</a>
|
||||
<i class="iconfont icon_jiantou3_down"></i>
|
||||
<div class="footerNav3">
|
||||
<a href="/products/custom_develop/second_development/second_development.html" class="Flink3">二次开发</a>
|
||||
|
@ -50,6 +60,7 @@
|
|||
<a href="/products/custom_develop/overall_plan/overall_plan.html" class="Flink3">整体方案定制</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</dd>
|
||||
<i class="iconfont iconfontdown icon_jiantou3_down"></i>
|
||||
</dl>
|
||||
|
@ -117,7 +128,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<div class="ft_erweima">
|
||||
<img src="/static/image/weChatVideoNum.jpg" alt="微信视频号" />
|
||||
<img src="/static/image/weChatVideoNum.png" alt="微信视频号" />
|
||||
</div>
|
||||
<p>微信视频号</p>
|
||||
</li>
|
||||
|
|
|
@ -19,8 +19,10 @@
|
|||
<div class="ProTabBar">
|
||||
<div class="tabTerm active">控制系统</div>
|
||||
<div class="tabTerm">视频处理</div>
|
||||
<div class="tabTerm">相关配件</div>
|
||||
<div class="tabTerm">软件服务</div>
|
||||
<div class="tabTerm">定制开发</div>
|
||||
<div class="tabTerm">SDK及定制开发</div>
|
||||
|
||||
</div>
|
||||
<div class="ProTabCont">
|
||||
<div class="tabItem active">
|
||||
|
@ -30,7 +32,7 @@
|
|||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/control_system/commerce_display/commerce_display.html">
|
||||
<h5>商显屏系列</h5>
|
||||
<h5>智慧商显同异步播放盒系列</h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<a href="/products/control_system/commerce_display/M50B-D/M50B-D.html">M50B-D<strong>(单网口65万像素异步播放盒
|
||||
|
@ -50,31 +52,33 @@
|
|||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/control_system/lamp_pole/lamp_pole.html">
|
||||
<h5>灯杆屏系列</h5>
|
||||
<h5>灯杆车载等异步全彩系列</h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<a href="/products/control_system/car_load/Y08/Y08.html">Y08<strong>(自带8口HUB75一体卡)</strong></a>
|
||||
<a
|
||||
href="/products/control_system/lamp_pole/Y12/Y12.html">Y12<strong>(自带12口HUB75E一体卡)</strong></a>
|
||||
<a href="/products/control_system/lamp_pole/Y50/Y50.html">Y50<strong>(双网口,耐高温主控卡主推)</strong></a>
|
||||
<a
|
||||
href="/products/control_system/lamp_pole/Y70/Y70.html">Y70<strong>(1920x1080高端灯杆屏主推)</strong></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="img">
|
||||
<img src="/static/products/control_system/car_load/Y08/img/Y08.png" alt="" />
|
||||
<img src="/static/products/control_system/car_load/KD02/img/KD02-880.png" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/control_system/car_load/car_load.html">
|
||||
<h5>车载控制系列</h5>
|
||||
<h5>动画图文卡系列</h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<a href="/products/control_system/car_load/Y08/Y08.html">Y08<strong>(自带8口HUB75一体卡)</strong></a>
|
||||
|
||||
<a
|
||||
href="/products/control_system/car_load/KD02/KD02.html">KD02<strong>(蓝牙/Wifi单片机卡)</strong></a>
|
||||
<a href="/products/control_system/car_load/KD05/KD05.html">KD05<strong>(RS485单片机卡)</strong></a>
|
||||
<a href="/products/control_system/car_load/KD06/KD06.html">KD06<strong>(CAN通讯单片机卡)</strong></a>
|
||||
<a
|
||||
href="/products/control_system/car_load/KD04/KD04.html">KD04<strong>(红绿灯LED交通卡)</strong></a>
|
||||
<a href="/products/control_system/car_load/KD13/KD13.html">KD13<strong>(4G动画一体卡)</strong></a>
|
||||
<a href="/products/control_system/car_load/KD15/KD15.html">KD15<strong>(通透屏动画卡)</strong></a>
|
||||
<a href="/products/control_system/car_load/KD16/KD16.html">KD16<strong>(CAN车载屏卡)</strong></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -101,23 +105,24 @@
|
|||
<h5>同步发送卡</h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<a href="/products/control_system/sync_send/S20 Pro/S20 Pro.html">S20 Pro</a>
|
||||
<a href="/products/control_system/sync_send/ST30/ST30.html">ST30</a>
|
||||
<a href="/products/control_system/sync_send/S20 Pro/S20 Pro.html">S20 Pro(DVI输入)</a>
|
||||
<!-- <a href="/products/control_system/sync_send/ST30/ST30.html">ST30</a> -->
|
||||
<a href="/products/control_system/sync_send/ST40/ST40.html">ST40<strong>(HDMI输入)</strong></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="img">
|
||||
<img src="/static/products/control_system/receive_card/D60-8/img/D60-8-880-1.png" alt="" />
|
||||
<img src="/static/products/control_system/receive_card/D60-12A/img/D60-12A-880.jpg" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/control_system/receive_card/receive_card.html">
|
||||
<h5>接收卡</h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<a
|
||||
href="/products/control_system/receive_card/D60-8/D60-8.html">D60-8<strong>(八个HUB75E接口)</strong></a>
|
||||
<!-- <a
|
||||
href="/products/control_system/receive_card/D60-8/D60-8.html">D60-8<strong>(八个HUB75E接口)</strong></a> -->
|
||||
<a href="/products/control_system/receive_card/D60-12/D60-12.html">D60-12<strong>(十二个HUB75E 工程大带载25万像素)</strong></a>
|
||||
<a href="/products/control_system/receive_card/D60-12A/D60-12A.html">D60-12A<strong>(十二口HUB75E
|
||||
高性价比 15.36万像素)</strong></a>
|
||||
<a
|
||||
|
@ -131,40 +136,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="img">
|
||||
<img src="/static/products/control_system/accessory/RL2/img/RL2.jpg" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/control_system/accessory/accessory.html">
|
||||
<h5>配件</h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<div>
|
||||
<a href="/products/control_system/accessory/RL2/RL2.html">RL2</a> /
|
||||
<a href="/products/control_system/accessory/RL3B/RL3B.html">RL3B</a> /
|
||||
<a href="/products/control_system/accessory/RTH2/RTH2.html">RTH2</a> /
|
||||
<a href="/products/control_system/accessory/R66/R66.html">R66</a> /
|
||||
<a href="/products/control_system/accessory/R68/R68.html">R68</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="/products/control_system/accessory/RP0/RP0.html">RP0</a> /
|
||||
<a href="/products/control_system/accessory/RP1/RP1.html">RP1</a> /
|
||||
<a href="/products/control_system/accessory/RP3/RP3.html">RP3</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="/products/control_system/accessory/RS5S/RS5S.html">RS5S</a> /
|
||||
<a href="/products/control_system/accessory/RLB1/RLB1.html">RLB1</a> /
|
||||
<a href="/products/control_system/accessory/RQ1/RQ1.html">RQ1</a> /
|
||||
<a href="/products/control_system/accessory/RHH1/RHH1.html">RHH1</a> /
|
||||
<a href="/products/control_system/accessory/RG30/RG30.html">RG30</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="/products/control_system/accessory/RC200/RC200.html">RC200</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tabItem">
|
||||
<div class="box">
|
||||
|
@ -189,7 +160,7 @@
|
|||
<a
|
||||
href="/products/video_process/2-in-1_video_process/S52/S52.html">S52<strong>(十网口650万像素)</strong></a>
|
||||
<a
|
||||
href="/products/video_process/2-in-1_video_process/S60E/S60E.html">S60E<strong>(十二网口)</strong></a>
|
||||
href="/products/video_process/2-in-1_video_process/S60E/S60E.html">S60E<strong>(十二网口780万像素低成本)</strong></a>
|
||||
<a
|
||||
href="/products/video_process/2-in-1_video_process/S60S/S60S.html">S60S<strong>(十二网口780万像素)</strong></a>
|
||||
<a
|
||||
|
@ -203,14 +174,14 @@
|
|||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/video_process/independent_control/independent_control.html">
|
||||
<h5>独立主控</h5>
|
||||
<h5>独立4K主控</h5>
|
||||
</a>
|
||||
<h5></h5>
|
||||
<div class="li">
|
||||
<a href="/products/video_process/independent_control/S120/S120.html">S120<strong>(十二网口
|
||||
4K主控)</strong></a>
|
||||
780万像素)</strong></a>
|
||||
<a href="/products/video_process/independent_control/S200/S200.html">S200<strong>(二十网口
|
||||
4K主控)</strong></a>
|
||||
1040万像素)</strong></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -228,17 +199,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="box">
|
||||
<div class="img">
|
||||
<img src="" alt="分布式系统" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/video_process/distributed_system/distributed_system.html"><h5>分布式系统</h5></a>
|
||||
<div class="li">
|
||||
<a href="/products/video_process/distributed_system/SP800/SP800.html">SP800</a>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="box">
|
||||
<div class="img">
|
||||
<img src="/static/products/video_process/multimedia_server/F4/img/F4.png" alt="多媒体服务器" />
|
||||
|
@ -248,39 +208,117 @@
|
|||
<h5>多媒体服务器</h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<a href="/products/video_process/multimedia_server/F2/F2.html">F2</a>
|
||||
<a href="/products/video_process/multimedia_server/F4/F4.html">F4</a>
|
||||
<a href="/products/video_process/multimedia_server/F2/F2.html">播控一体机F2(2*4k)</a>
|
||||
<a href="/products/video_process/multimedia_server/F4/F4.html">播控一体机F4(4*4k)</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="box">
|
||||
|
||||
</div>
|
||||
<div class="tabItem">
|
||||
<div class="box">
|
||||
<div class="img">
|
||||
<img src="/static/products/video_process/receive_card/D60-12/img/D60-12-760.png" alt="" />
|
||||
<img src="/static/products/control_system/accessory/RL2/img/RL2.jpg" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/video_process/receive_card/receive_card.html"><h5>接收卡</h5></a>
|
||||
<a href="/products/accessory/sensor/sensor.html">
|
||||
<h5>传感器</h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<a href="/products/video_process/receive_card/D60-12/D60-12.html">D60-12</a>
|
||||
<a href="/products/video_process/receive_card/D60-16/D60-16.html">D60-16</a>
|
||||
<a href="/products/video_process/receive_card/D60-320/D60-320.html">D60-320</a>
|
||||
<a href="/products/video_process/receive_card/D60-B6S/D60-B6S.html">D60-B6S</a>
|
||||
<a href="/products/video_process/receive_card/D70-A8S/D70-A8S.html">D70-A8S</a>
|
||||
<a href="/products/video_process/receive_card/DJ10/DJ10.html">DJ10</a>
|
||||
<a href="/products/accessory/sensor/RL2/RL2.html">RL2(模拟亮度传感器)</a>
|
||||
<a href="/products/accessory/sensor/RL3B/RL3B.html">RL3B(数字亮度传感器)</a>
|
||||
<a href="/products/accessory/sensor/RTH2/RTH2.html">RTH2(温湿度一体传感器)</a>
|
||||
<a href="/products/accessory/sensor/R66/R66.html">R66(六合一环境传感器)</a>
|
||||
<a href="/products/accessory/sensor/R68/R68.html">R68(八合一环境传感器)</a>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<!-- <div class="box">
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="img">
|
||||
<img src="/static/products/video_process/accessory/R90/img/1.jpg" alt="" />
|
||||
<img src="/static/products/control_system/accessory/RP0/img/RP0-8880.png" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/video_process/accessory/accessory.html"><h5>配件</h5></a>
|
||||
<a href="/products/accessory/monitor/monitor.html">
|
||||
<h5>监控器</h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<a href="/products/video_process/accessory/R90/R90.html">R90</a>
|
||||
<a href="/products/video_process/accessory/RL9/RL9.html">RL9</a>
|
||||
<a href="/products/accessory/monitor/RP0/RP0.html">RP0(安防监控球机)</a>
|
||||
<a href="/products/accessory/monitor/RP1/RP1.html">RP1(人员聚集球机)</a>
|
||||
<a href="/products/accessory/monitor/RP3/RP3.html">RP3(交通违停抓拍球机)</a>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="img">
|
||||
<img src="/static/products/control_system/accessory/RS5S/img/RS5S-880.png" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/accessory/functionModule/functionModule.html">
|
||||
<h5>功能模块</h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<a href="/products/accessory/functionModule/RS5S/RS5S.html">RS5S(多功能扩展卡)</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="img">
|
||||
<img src="/static/products/control_system/accessory/RC200/img/RC200电源产品图.jpg" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html">
|
||||
<h5>电源</h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<a href="/products/accessory/powerSupply/RC200/RC200.html">RC200(车载电源200W)</a>
|
||||
<div style="height: 30px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="img">
|
||||
<img src="/static/products/control_system/accessory/RLB1/img/RLB1-880.png" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/accessory/horns/horns.html">
|
||||
<h5>喇叭</h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<a href="/products/accessory/horns/RLB1/RLB1.html">RLB1(30W喇叭)</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="img">
|
||||
<img src="/static/products/control_system/accessory/RQ1/img/RQ1-1.png" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/accessory/callsystem/callsystem.html">
|
||||
<h5>呼叫系统</h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<a href="/products/accessory/callsystem/RQ1/RQ1.html">RQ1(一键求救呼叫终端)</a>
|
||||
<a href="/products/accessory/callsystem/RHH1/RHH1.html">RHH1(远程喊话呼叫管理器)</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="img">
|
||||
<img src="/static/products/control_system/accessory/RG30/img/RG30S.png" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/accessory/sound/sound.html">
|
||||
<h5>音柱</h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<a href="/products/accessory/sound/RG30/RG30.html">RG30(IP广播音柱)</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="tabItem">
|
||||
<div class="box">
|
||||
|
@ -289,7 +327,7 @@
|
|||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/xixun_software/SingleMachine/SingleMachine.html">
|
||||
<h5>单机软件<strong style="color: #00479d;">【可定制】</strong></h5>
|
||||
<h5>PC端局域网软件<strong style="color: #00479d;">【可定制】</strong></h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<a href="/products/xixun_software/SingleMachine/LedOK_Express/LedOK_Express_specific.html">LedOK
|
||||
|
@ -308,10 +346,10 @@
|
|||
<div class="li">
|
||||
<a href="/products/xixun_software/AIPS/AIPS2.0/AIPS2.0_specific.html"
|
||||
target="_blank">AIPS2.0通用信发平台</a> <!-- https://m2mled.net -->
|
||||
<a href="/products/xixun_software/AIPS/Vehicle HUB/Vehicle HUB_specific.html"
|
||||
target="_blank">Vehicle HUB车载专用平台</a> <!-- https://taxihub.cn -->
|
||||
<!-- <a href="/products/xixun_software/AIPS/Vehicle HUB/Vehicle HUB_specific.html"
|
||||
target="_blank">Vehicle HUB车载专用平台</a>
|
||||
<a href="/products/xixun_software/AIPS/LEDOK IoT/LEDOK IoT_specific.html" target="_blank">LEDOK
|
||||
IoT智慧物联平台</a> <!-- https://www.ledokcloud.com -->
|
||||
IoT智慧物联平台</a> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -321,11 +359,11 @@
|
|||
</div>
|
||||
<div class="text">
|
||||
<a href="/products/xixun_software/APP/APP.html">
|
||||
<h5>APP<strong style="color: #00479d;">【可定制】</strong></h5>
|
||||
<h5>手机APP<strong style="color: #00479d;">【可定制】</strong></h5>
|
||||
</a>
|
||||
<div class="li">
|
||||
<a href="/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_specific.html">LEDOK Lite</a>
|
||||
<a href="/products/xixun_software/APP/I Led/I Led_specific.html">I Led</a>
|
||||
<a href="/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_specific.html">LEDOK Lite(配套异步播放盒)</a>
|
||||
<a href="/products/xixun_software/APP/I Led/I Led_specific.html">I Led(配套动画图文卡)</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -374,6 +412,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -381,13 +420,13 @@
|
|||
<div class="sub_zinav2">
|
||||
<a class="Link2">控制系统</a><i></i>
|
||||
<div class="sub_zinav3">
|
||||
<a href="/products/control_system/commerce_display/commerce_display.html" class="Link3">商显屏系列</a>
|
||||
<a href="/products/control_system/lamp_pole/lamp_pole.html" class="Link3">灯杆屏系列</a>
|
||||
<a href="/products/control_system/car_load/car_load.html" class="Link3">车载控制系列</a>
|
||||
<a href="/products/control_system/commerce_display/commerce_display.html" class="Link3">智慧商显同异步播放盒系列</a>
|
||||
<a href="/products/control_system/lamp_pole/lamp_pole.html" class="Link3">灯杆车载等异步全彩系列</a>
|
||||
<a href="/products/control_system/car_load/car_load.html" class="Link3">动画图文卡系列</a>
|
||||
<a href="/products/control_system/LCD/LCD.html" class="Link3">LCD系列</a>
|
||||
<a href="/products/control_system/sync_send/sync_send.html" class="Link3">同步发送卡</a>
|
||||
<a href="/products/control_system/receive_card/receive_card.html" class="Link3">接收卡</a>
|
||||
<a href="/products/control_system/accessory/accessory.html" class="Link3">配件</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="sub_zinav2">
|
||||
|
@ -401,21 +440,34 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="sub_zinav2">
|
||||
<a class="Link2">软件服务</a><i></i>
|
||||
<a class="Link2">相关配件</a><i></i>
|
||||
<div class="sub_zinav3">
|
||||
<a href="/products/xixun_software/SingleMachine/SingleMachine.html" class="Link3">单机软件</a>
|
||||
<a href="/products/xixun_software/AIPS/AIPS.html" class="Link3">云平台</a>
|
||||
<a href="/products/xixun_software/APP/APP.html" class="Link3">APP</a>
|
||||
<a href="/products/accessory/sensor/sensor.html" class="Link3">传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" class="Link3">监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" class="Link3">功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" class="Link3">电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" class="Link3">喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" class="Link3">呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" class="Link3">音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sub_zinav2">
|
||||
<a class="Link2">定制开发</a><i></i>
|
||||
<a class="Link2">软件服务</a><i></i>
|
||||
<div class="sub_zinav3">
|
||||
<a href="/products/xixun_software/SingleMachine/SingleMachine.html" class="Link3">PC端局域网软件</a>
|
||||
<a href="/products/xixun_software/AIPS/AIPS.html" class="Link3">云平台</a>
|
||||
<a href="/products/xixun_software/APP/APP.html" class="Link3">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sub_zinav2">
|
||||
<a class="Link2">SDK及定制开发</a><i></i>
|
||||
<div class="sub_zinav3">
|
||||
<a href="/products/custom_develop/second_development/second_development.html" class="Link3">二次开发</a>
|
||||
<a href="/products/custom_develop/overall_plan/overall_plan.html" class="Link3">整体方案定制</a>
|
||||
<!-- <a href="" class="Link3">XXXXXX</a> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
|
@ -0,0 +1,241 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../favicon.ico" />
|
||||
<title>熙讯-产品中心</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description" content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../static/css/layout.css" />
|
||||
|
||||
<script type="text/javascript" src="../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
|
||||
<script>
|
||||
var type = navigator.appName;
|
||||
if (type == "Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0, 2);
|
||||
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
|
||||
function getQueryString(name) {
|
||||
const url_string = window.location.href; // window.location.href
|
||||
const url = new URL(url_string);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "http://sysolution.net/";
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr,
|
||||
reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if ((arr = document.cookie.match(reg))) {
|
||||
return arr[2];
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<body>
|
||||
<div class="header head3">
|
||||
#include(navbar)
|
||||
</div>
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
<div class="Lcrumbs">
|
||||
<div class="container1260">
|
||||
<a href="javascript:;">产品中心</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Bg">
|
||||
<div class="container1260">
|
||||
<div class="ProductCenter clearfix">
|
||||
<div class="publicLeft">
|
||||
<div class="li ">
|
||||
<h5>
|
||||
控制系统
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
视频处理
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../video_process/2-in-1_video_process/2-in-1_video_process.html">二合一视频处理器</a>
|
||||
<a class="" href="../../video_process/independent_control/independent_control.html">独立主控</a>
|
||||
<a class="" href="../../video_process/video_splicer/video_splicer.html">视频拼接器</a>
|
||||
<a class="" href="../../video_process/multimedia_server/multimedia_server.html">多媒体服务器</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a class="active" href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../custom_develop/second_development/second_development.html">二次开发</a>
|
||||
<!-- <a class="" href="../../custom_develop/project_develop/project_develop.html">项目开发</a> -->
|
||||
<a class="" href="../../custom_develop/overall_plan/overall_plan.html">整体方案定制</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="con wow fadeInUp" data-wow-duration="2s">
|
||||
|
||||
|
||||
<a href="/products/accessory/sound/RQ1/RQ1.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RQ1</h5>
|
||||
<div class="notes">一键求救呼叫终端</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RQ1/img/RQ1-1.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="/products/accessory/sound/RHH1/RHH1.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RHH1</h5>
|
||||
<div class="notes">远程喊话呼叫管理机</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RHH1/img/RHH1.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--百度分享脚本-->
|
||||
<script type="text/javascript" src="../../../static/js/share.js"></script>
|
||||
<!--select模拟插件-->
|
||||
<script type="text/javascript" src="../../../static/js/select2.min.js"></script>
|
||||
<!--省市区三级联动-->
|
||||
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||
<script type="text/javascript" src="../../../static/js/jquery.citys.js"></script>
|
||||
<!--wow入场插件-->
|
||||
<script type="text/javascript" src="../../../static/js/wow.min.js"></script>
|
||||
<!-- 数字滚动插件 -->
|
||||
<script type="text/javascript" src="../../../static/js/jquery.counterup.min.js"></script>
|
||||
<script type="text/javascript" src="../../../static/js/waypoints.min.js"></script>
|
||||
<!--swiper插件-->
|
||||
<script type="text/javascript" src="../../../static/js/swiper.jquery.min.js"></script>
|
||||
<!--瀑布流插件-->
|
||||
<script src="../../../static/js/modernizr.custom.js"></script>
|
||||
<script src="../../../static/js/masonry.pkgd.min.js"></script>
|
||||
<script src="../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||
<script src="../../../static/js/classie.js"></script>
|
||||
<script src="../../../static/js/AnimOnScroll.js"></script>
|
||||
<!--自定义-->
|
||||
<script type="text/javascript" src="../../../js/layout.js"></script>
|
||||
<script src="../../../static/layui/layui.js" charset="utf-8"></script>
|
||||
<script>
|
||||
layui.use(["laypage", "layer"], function () {
|
||||
var laypage = layui.laypage,
|
||||
layer = layui.layer;
|
||||
|
||||
//总页数低于页码总数
|
||||
laypage.render({
|
||||
elem: "demo0",
|
||||
count: "4",
|
||||
curr: "1",
|
||||
limit: "12",
|
||||
prev: " ",
|
||||
next: " ",
|
||||
jump: function (obj, first) {
|
||||
//首次不执行
|
||||
if (!first) {
|
||||
//do something
|
||||
location.href = "/service/download/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||
}
|
||||
},
|
||||
});
|
||||
});
|
||||
</script>
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
|
@ -0,0 +1,229 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../favicon.ico" />
|
||||
<title>熙讯-产品中心</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description" content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../static/css/layout.css" />
|
||||
|
||||
<script type="text/javascript" src="../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
|
||||
<script>
|
||||
var type = navigator.appName;
|
||||
if (type == "Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0, 2);
|
||||
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
|
||||
function getQueryString(name) {
|
||||
const url_string = window.location.href; // window.location.href
|
||||
const url = new URL(url_string);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "http://sysolution.net/";
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr,
|
||||
reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if ((arr = document.cookie.match(reg))) {
|
||||
return arr[2];
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<body>
|
||||
<div class="header head3">
|
||||
#include(navbar)
|
||||
</div>
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
<div class="Lcrumbs">
|
||||
<div class="container1260">
|
||||
<a href="javascript:;">产品中心</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Bg">
|
||||
<div class="container1260">
|
||||
<div class="ProductCenter clearfix">
|
||||
<div class="publicLeft">
|
||||
<div class="li ">
|
||||
<h5>
|
||||
控制系统
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
视频处理
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../video_process/2-in-1_video_process/2-in-1_video_process.html">二合一视频处理器</a>
|
||||
<a class="" href="../../video_process/independent_control/independent_control.html">独立主控</a>
|
||||
<a class="" href="../../video_process/video_splicer/video_splicer.html">视频拼接器</a>
|
||||
<a class="" href="../../video_process/multimedia_server/multimedia_server.html">多媒体服务器</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a class="active" href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../custom_develop/second_development/second_development.html">二次开发</a>
|
||||
<!-- <a class="" href="../../custom_develop/project_develop/project_develop.html">项目开发</a> -->
|
||||
<a class="" href="../../custom_develop/overall_plan/overall_plan.html">整体方案定制</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="con wow fadeInUp" data-wow-duration="2s">
|
||||
|
||||
<a href="/products/accessory/sound/RS5S/RS5S.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RS5S</h5>
|
||||
<div class="notes">多功能卡扩展卡</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RS5S/img/RS5S-880.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--百度分享脚本-->
|
||||
<script type="text/javascript" src="../../../static/js/share.js"></script>
|
||||
<!--select模拟插件-->
|
||||
<script type="text/javascript" src="../../../static/js/select2.min.js"></script>
|
||||
<!--省市区三级联动-->
|
||||
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||
<script type="text/javascript" src="../../../static/js/jquery.citys.js"></script>
|
||||
<!--wow入场插件-->
|
||||
<script type="text/javascript" src="../../../static/js/wow.min.js"></script>
|
||||
<!-- 数字滚动插件 -->
|
||||
<script type="text/javascript" src="../../../static/js/jquery.counterup.min.js"></script>
|
||||
<script type="text/javascript" src="../../../static/js/waypoints.min.js"></script>
|
||||
<!--swiper插件-->
|
||||
<script type="text/javascript" src="../../../static/js/swiper.jquery.min.js"></script>
|
||||
<!--瀑布流插件-->
|
||||
<script src="../../../static/js/modernizr.custom.js"></script>
|
||||
<script src="../../../static/js/masonry.pkgd.min.js"></script>
|
||||
<script src="../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||
<script src="../../../static/js/classie.js"></script>
|
||||
<script src="../../../static/js/AnimOnScroll.js"></script>
|
||||
<!--自定义-->
|
||||
<script type="text/javascript" src="../../../js/layout.js"></script>
|
||||
<script src="../../../static/layui/layui.js" charset="utf-8"></script>
|
||||
<script>
|
||||
layui.use(["laypage", "layer"], function () {
|
||||
var laypage = layui.laypage,
|
||||
layer = layui.layer;
|
||||
|
||||
//总页数低于页码总数
|
||||
laypage.render({
|
||||
elem: "demo0",
|
||||
count: "4",
|
||||
curr: "1",
|
||||
limit: "12",
|
||||
prev: " ",
|
||||
next: " ",
|
||||
jump: function (obj, first) {
|
||||
//首次不执行
|
||||
if (!first) {
|
||||
//do something
|
||||
location.href = "/service/download/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||
}
|
||||
},
|
||||
});
|
||||
});
|
||||
</script>
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
|
@ -0,0 +1,230 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../favicon.ico" />
|
||||
<title>熙讯-产品中心</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description" content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../static/css/layout.css" />
|
||||
|
||||
<script type="text/javascript" src="../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
|
||||
<script>
|
||||
var type = navigator.appName;
|
||||
if (type == "Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0, 2);
|
||||
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
|
||||
function getQueryString(name) {
|
||||
const url_string = window.location.href; // window.location.href
|
||||
const url = new URL(url_string);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "http://sysolution.net/";
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr,
|
||||
reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if ((arr = document.cookie.match(reg))) {
|
||||
return arr[2];
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<body>
|
||||
<div class="header head3">
|
||||
#include(navbar)
|
||||
</div>
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
<div class="Lcrumbs">
|
||||
<div class="container1260">
|
||||
<a href="javascript:;">产品中心</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Bg">
|
||||
<div class="container1260">
|
||||
<div class="ProductCenter clearfix">
|
||||
<div class="publicLeft">
|
||||
<div class="li ">
|
||||
<h5>
|
||||
控制系统
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
视频处理
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../video_process/2-in-1_video_process/2-in-1_video_process.html">二合一视频处理器</a>
|
||||
<a class="" href="../../video_process/independent_control/independent_control.html">独立主控</a>
|
||||
<a class="" href="../../video_process/video_splicer/video_splicer.html">视频拼接器</a>
|
||||
<a class="" href="../../video_process/multimedia_server/multimedia_server.html">多媒体服务器</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a class="active" href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../custom_develop/second_development/second_development.html">二次开发</a>
|
||||
<!-- <a class="" href="../../custom_develop/project_develop/project_develop.html">项目开发</a> -->
|
||||
<a class="" href="../../custom_develop/overall_plan/overall_plan.html">整体方案定制</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="con wow fadeInUp" data-wow-duration="2s">
|
||||
|
||||
|
||||
<a href="/products/accessory/sound/RLB1/RLB1.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RLB1</h5>
|
||||
<div class="notes">30W喇叭</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RLB1/img/RLB1-880.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--百度分享脚本-->
|
||||
<script type="text/javascript" src="../../../static/js/share.js"></script>
|
||||
<!--select模拟插件-->
|
||||
<script type="text/javascript" src="../../../static/js/select2.min.js"></script>
|
||||
<!--省市区三级联动-->
|
||||
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||
<script type="text/javascript" src="../../../static/js/jquery.citys.js"></script>
|
||||
<!--wow入场插件-->
|
||||
<script type="text/javascript" src="../../../static/js/wow.min.js"></script>
|
||||
<!-- 数字滚动插件 -->
|
||||
<script type="text/javascript" src="../../../static/js/jquery.counterup.min.js"></script>
|
||||
<script type="text/javascript" src="../../../static/js/waypoints.min.js"></script>
|
||||
<!--swiper插件-->
|
||||
<script type="text/javascript" src="../../../static/js/swiper.jquery.min.js"></script>
|
||||
<!--瀑布流插件-->
|
||||
<script src="../../../static/js/modernizr.custom.js"></script>
|
||||
<script src="../../../static/js/masonry.pkgd.min.js"></script>
|
||||
<script src="../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||
<script src="../../../static/js/classie.js"></script>
|
||||
<script src="../../../static/js/AnimOnScroll.js"></script>
|
||||
<!--自定义-->
|
||||
<script type="text/javascript" src="../../../js/layout.js"></script>
|
||||
<script src="../../../static/layui/layui.js" charset="utf-8"></script>
|
||||
<script>
|
||||
layui.use(["laypage", "layer"], function () {
|
||||
var laypage = layui.laypage,
|
||||
layer = layui.layer;
|
||||
|
||||
//总页数低于页码总数
|
||||
laypage.render({
|
||||
elem: "demo0",
|
||||
count: "4",
|
||||
curr: "1",
|
||||
limit: "12",
|
||||
prev: " ",
|
||||
next: " ",
|
||||
jump: function (obj, first) {
|
||||
//首次不执行
|
||||
if (!first) {
|
||||
//do something
|
||||
location.href = "/service/download/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||
}
|
||||
},
|
||||
});
|
||||
});
|
||||
</script>
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
|
@ -0,0 +1,250 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../favicon.ico" />
|
||||
<title>熙讯-产品中心</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description" content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../static/css/layout.css" />
|
||||
|
||||
<script type="text/javascript" src="../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
|
||||
<script>
|
||||
var type = navigator.appName;
|
||||
if (type == "Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0, 2);
|
||||
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
|
||||
function getQueryString(name) {
|
||||
const url_string = window.location.href; // window.location.href
|
||||
const url = new URL(url_string);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "http://sysolution.net/";
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr,
|
||||
reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if ((arr = document.cookie.match(reg))) {
|
||||
return arr[2];
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<body>
|
||||
<div class="header head3">
|
||||
#include(navbar)
|
||||
</div>
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
<div class="Lcrumbs">
|
||||
<div class="container1260">
|
||||
<a href="javascript:;">产品中心</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Bg">
|
||||
<div class="container1260">
|
||||
<div class="ProductCenter clearfix">
|
||||
<div class="publicLeft">
|
||||
<div class="li ">
|
||||
<h5>
|
||||
控制系统
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
视频处理
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../video_process/2-in-1_video_process/2-in-1_video_process.html">二合一视频处理器</a>
|
||||
<a class="" href="../../video_process/independent_control/independent_control.html">独立主控</a>
|
||||
<a class="" href="../../video_process/video_splicer/video_splicer.html">视频拼接器</a>
|
||||
<a class="" href="../../video_process/multimedia_server/multimedia_server.html">多媒体服务器</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a class="active" href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../custom_develop/second_development/second_development.html">二次开发</a>
|
||||
<!-- <a class="" href="../../custom_develop/project_develop/project_develop.html">项目开发</a> -->
|
||||
<a class="" href="../../custom_develop/overall_plan/overall_plan.html">整体方案定制</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="con wow fadeInUp" data-wow-duration="2s">
|
||||
|
||||
<a href="/products/accessory/monitor/RP0/RP0.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RP0</h5>
|
||||
<div class="notes">安防监控球机</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RP0/img/RP0-8880.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="/products/accessory/monitor/RP1/RP1.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RP1</h5>
|
||||
<div class="notes">人员聚集球机</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RP1/img/RP1-880.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="/products/accessory/monitor/RP3/RP3.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RP3</h5>
|
||||
<div class="notes">交通违停抓拍球机</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RP3/img/RP3.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--百度分享脚本-->
|
||||
<script type="text/javascript" src="../../../static/js/share.js"></script>
|
||||
<!--select模拟插件-->
|
||||
<script type="text/javascript" src="../../../static/js/select2.min.js"></script>
|
||||
<!--省市区三级联动-->
|
||||
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||
<script type="text/javascript" src="../../../static/js/jquery.citys.js"></script>
|
||||
<!--wow入场插件-->
|
||||
<script type="text/javascript" src="../../../static/js/wow.min.js"></script>
|
||||
<!-- 数字滚动插件 -->
|
||||
<script type="text/javascript" src="../../../static/js/jquery.counterup.min.js"></script>
|
||||
<script type="text/javascript" src="../../../static/js/waypoints.min.js"></script>
|
||||
<!--swiper插件-->
|
||||
<script type="text/javascript" src="../../../static/js/swiper.jquery.min.js"></script>
|
||||
<!--瀑布流插件-->
|
||||
<script src="../../../static/js/modernizr.custom.js"></script>
|
||||
<script src="../../../static/js/masonry.pkgd.min.js"></script>
|
||||
<script src="../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||
<script src="../../../static/js/classie.js"></script>
|
||||
<script src="../../../static/js/AnimOnScroll.js"></script>
|
||||
<!--自定义-->
|
||||
<script type="text/javascript" src="../../../js/layout.js"></script>
|
||||
<script src="../../../static/layui/layui.js" charset="utf-8"></script>
|
||||
<script>
|
||||
layui.use(["laypage", "layer"], function () {
|
||||
var laypage = layui.laypage,
|
||||
layer = layui.layer;
|
||||
|
||||
//总页数低于页码总数
|
||||
laypage.render({
|
||||
elem: "demo0",
|
||||
count: "4",
|
||||
curr: "1",
|
||||
limit: "12",
|
||||
prev: " ",
|
||||
next: " ",
|
||||
jump: function (obj, first) {
|
||||
//首次不执行
|
||||
if (!first) {
|
||||
//do something
|
||||
location.href = "/service/download/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||
}
|
||||
},
|
||||
});
|
||||
});
|
||||
</script>
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
|
@ -0,0 +1,226 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../favicon.ico" />
|
||||
<title>熙讯-产品中心</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description" content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../static/css/layout.css" />
|
||||
|
||||
<script type="text/javascript" src="../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
|
||||
<script>
|
||||
var type = navigator.appName;
|
||||
if (type == "Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0, 2);
|
||||
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
|
||||
function getQueryString(name) {
|
||||
const url_string = window.location.href; // window.location.href
|
||||
const url = new URL(url_string);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "http://sysolution.net/";
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr,
|
||||
reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if ((arr = document.cookie.match(reg))) {
|
||||
return arr[2];
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<body>
|
||||
<div class="header head3">
|
||||
#include(navbar)
|
||||
</div>
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
<div class="Lcrumbs">
|
||||
<div class="container1260">
|
||||
<a href="javascript:;">产品中心</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Bg">
|
||||
<div class="container1260">
|
||||
<div class="ProductCenter clearfix">
|
||||
<div class="publicLeft">
|
||||
<div class="li ">
|
||||
<h5>
|
||||
控制系统
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
视频处理
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../video_process/2-in-1_video_process/2-in-1_video_process.html">二合一视频处理器</a>
|
||||
<a class="" href="../../video_process/independent_control/independent_control.html">独立主控</a>
|
||||
<a class="" href="../../video_process/video_splicer/video_splicer.html">视频拼接器</a>
|
||||
<a class="" href="../../video_process/multimedia_server/multimedia_server.html">多媒体服务器</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a class="active" href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../custom_develop/second_development/second_development.html">二次开发</a>
|
||||
<!-- <a class="" href="../../custom_develop/project_develop/project_develop.html">项目开发</a> -->
|
||||
<a class="" href="../../custom_develop/overall_plan/overall_plan.html">整体方案定制</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="con wow fadeInUp" data-wow-duration="2s">
|
||||
<a href="/products/accessory/powerSupply/RC200/RC200.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RC200</h5>
|
||||
<div class="notes">车载电源200W</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RC200/img/RC200电源产品图.jpg" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--百度分享脚本-->
|
||||
<script type="text/javascript" src="../../../static/js/share.js"></script>
|
||||
<!--select模拟插件-->
|
||||
<script type="text/javascript" src="../../../static/js/select2.min.js"></script>
|
||||
<!--省市区三级联动-->
|
||||
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||
<script type="text/javascript" src="../../../static/js/jquery.citys.js"></script>
|
||||
<!--wow入场插件-->
|
||||
<script type="text/javascript" src="../../../static/js/wow.min.js"></script>
|
||||
<!-- 数字滚动插件 -->
|
||||
<script type="text/javascript" src="../../../static/js/jquery.counterup.min.js"></script>
|
||||
<script type="text/javascript" src="../../../static/js/waypoints.min.js"></script>
|
||||
<!--swiper插件-->
|
||||
<script type="text/javascript" src="../../../static/js/swiper.jquery.min.js"></script>
|
||||
<!--瀑布流插件-->
|
||||
<script src="../../../static/js/modernizr.custom.js"></script>
|
||||
<script src="../../../static/js/masonry.pkgd.min.js"></script>
|
||||
<script src="../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||
<script src="../../../static/js/classie.js"></script>
|
||||
<script src="../../../static/js/AnimOnScroll.js"></script>
|
||||
<!--自定义-->
|
||||
<script type="text/javascript" src="../../../js/layout.js"></script>
|
||||
<script src="../../../static/layui/layui.js" charset="utf-8"></script>
|
||||
<script>
|
||||
layui.use(["laypage", "layer"], function () {
|
||||
var laypage = layui.laypage,
|
||||
layer = layui.layer;
|
||||
|
||||
//总页数低于页码总数
|
||||
laypage.render({
|
||||
elem: "demo0",
|
||||
count: "4",
|
||||
curr: "1",
|
||||
limit: "12",
|
||||
prev: " ",
|
||||
next: " ",
|
||||
jump: function (obj, first) {
|
||||
//首次不执行
|
||||
if (!first) {
|
||||
//do something
|
||||
location.href = "/service/download/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||
}
|
||||
},
|
||||
});
|
||||
});
|
||||
</script>
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
|
@ -89,19 +89,19 @@
|
|||
<div class="container1260">
|
||||
<div class="ProductCenter clearfix">
|
||||
<div class="publicLeft">
|
||||
<div class="li active">
|
||||
<div class="li ">
|
||||
<h5>
|
||||
控制系统
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="active" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
|
@ -113,10 +113,22 @@
|
|||
<a class="" href="../../video_process/2-in-1_video_process/2-in-1_video_process.html">二合一视频处理器</a>
|
||||
<a class="" href="../../video_process/independent_control/independent_control.html">独立主控</a>
|
||||
<a class="" href="../../video_process/video_splicer/video_splicer.html">视频拼接器</a>
|
||||
<!-- <a class="" href="../../video_process/distributed_system/distributed_system.html">分布式系统</a> -->
|
||||
<a class="" href="../../video_process/multimedia_server/multimedia_server.html">多媒体服务器</a>
|
||||
<!-- <a class="" href="../../video_process/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../video_process/accessory/accessory.html">配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="active" href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
|
@ -125,14 +137,14 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
@ -141,9 +153,12 @@
|
|||
<a class="" href="../../custom_develop/overall_plan/overall_plan.html">整体方案定制</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="con wow fadeInUp" data-wow-duration="2s">
|
||||
<a href="../../control_system/accessory/RL2/RL2.html" class="box">
|
||||
<a href="/products/accessory/sensor/RL2/RL2.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RL2</h5>
|
||||
<div class="notes">模拟亮度传感器</div>
|
||||
|
@ -154,7 +169,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/accessory/RL3B/RL3B.html" class="box">
|
||||
<a href="/products/accessory/sensor/RL3B/RL3B.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RL3B</h5>
|
||||
<div class="notes">数字亮度传感器</div>
|
||||
|
@ -165,7 +180,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/accessory/RTH2/RTH2.html" class="box">
|
||||
<a href="/products/accessory/sensor/RTH2/RTH2.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RTH2</h5>
|
||||
<div class="notes">温湿度一体传感器</div>
|
||||
|
@ -176,7 +191,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/accessory/R66/R66.html" class="box">
|
||||
<a href="/products/accessory/sensor/R66/R66.html" class="box">
|
||||
<div class="text">
|
||||
<h5>R66</h5>
|
||||
<div class="notes">六合一环境传感器</div>
|
||||
|
@ -187,7 +202,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/accessory/R68/R68.html" class="box">
|
||||
<a href="/products/accessory/sensor/R68/R68.html" class="box">
|
||||
<div class="text">
|
||||
<h5>R68</h5>
|
||||
<div class="notes">八合一环境传感器</div>
|
||||
|
@ -198,105 +213,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/accessory/RP0/RP0.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RP0</h5>
|
||||
<div class="notes">安防监控球机</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RP0/img/RP0-8880.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/accessory/RP1/RP1.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RP1</h5>
|
||||
<div class="notes">人员聚集球机</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RP1/img/RP1-880.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/accessory/RP3/RP3.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RP3</h5>
|
||||
<div class="notes">交通违停抓拍球机</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RP3/img/RP3.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/accessory/RS5S/RS5S.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RS5S</h5>
|
||||
<div class="notes">多功能卡扩展卡</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RS5S/img/RS5S-880.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/accessory/RLB1/RLB1.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RLB1</h5>
|
||||
<div class="notes">30W喇叭</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RLB1/img/RLB1-880.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/accessory/RQ1/RQ1.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RQ1</h5>
|
||||
<div class="notes">一键求救呼叫终端</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RQ1/img/RQ1-1.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/accessory/RHH1/RHH1.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RHH1</h5>
|
||||
<div class="notes">远程喊话呼叫管理机</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RHH1/img/RHH1.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/accessory/RG30/RG30.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RG30</h5>
|
||||
<div class="notes">IP广播</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RG30/img/RG30S.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/accessory/RC200/RC200.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RC200</h5>
|
||||
<div class="notes">车载电源200W</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RC200/img/RC200电源产品图.jpg" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
|
@ -0,0 +1,229 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../favicon.ico" />
|
||||
<title>熙讯-产品中心</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description" content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../static/css/layout.css" />
|
||||
|
||||
<script type="text/javascript" src="../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
|
||||
<script>
|
||||
var type = navigator.appName;
|
||||
if (type == "Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0, 2);
|
||||
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
|
||||
function getQueryString(name) {
|
||||
const url_string = window.location.href; // window.location.href
|
||||
const url = new URL(url_string);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "http://sysolution.net/";
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr,
|
||||
reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if ((arr = document.cookie.match(reg))) {
|
||||
return arr[2];
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<body>
|
||||
<div class="header head3">
|
||||
#include(navbar)
|
||||
</div>
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
<div class="Lcrumbs">
|
||||
<div class="container1260">
|
||||
<a href="javascript:;">产品中心</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Bg">
|
||||
<div class="container1260">
|
||||
<div class="ProductCenter clearfix">
|
||||
<div class="publicLeft">
|
||||
<div class="li ">
|
||||
<h5>
|
||||
控制系统
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
视频处理
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../video_process/2-in-1_video_process/2-in-1_video_process.html">二合一视频处理器</a>
|
||||
<a class="" href="../../video_process/independent_control/independent_control.html">独立主控</a>
|
||||
<a class="" href="../../video_process/video_splicer/video_splicer.html">视频拼接器</a>
|
||||
<a class="" href="../../video_process/multimedia_server/multimedia_server.html">多媒体服务器</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a class="active" href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../custom_develop/second_development/second_development.html">二次开发</a>
|
||||
<!-- <a class="" href="../../custom_develop/project_develop/project_develop.html">项目开发</a> -->
|
||||
<a class="" href="../../custom_develop/overall_plan/overall_plan.html">整体方案定制</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="con wow fadeInUp" data-wow-duration="2s">
|
||||
|
||||
|
||||
<a href="/products/accessory/sound/RG30/RG30.html" class="box">
|
||||
<div class="text">
|
||||
<h5>RG30</h5>
|
||||
<div class="notes">IP广播</div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/accessory/RG30/img/RG30S.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--百度分享脚本-->
|
||||
<script type="text/javascript" src="../../../static/js/share.js"></script>
|
||||
<!--select模拟插件-->
|
||||
<script type="text/javascript" src="../../../static/js/select2.min.js"></script>
|
||||
<!--省市区三级联动-->
|
||||
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||
<script type="text/javascript" src="../../../static/js/jquery.citys.js"></script>
|
||||
<!--wow入场插件-->
|
||||
<script type="text/javascript" src="../../../static/js/wow.min.js"></script>
|
||||
<!-- 数字滚动插件 -->
|
||||
<script type="text/javascript" src="../../../static/js/jquery.counterup.min.js"></script>
|
||||
<script type="text/javascript" src="../../../static/js/waypoints.min.js"></script>
|
||||
<!--swiper插件-->
|
||||
<script type="text/javascript" src="../../../static/js/swiper.jquery.min.js"></script>
|
||||
<!--瀑布流插件-->
|
||||
<script src="../../../static/js/modernizr.custom.js"></script>
|
||||
<script src="../../../static/js/masonry.pkgd.min.js"></script>
|
||||
<script src="../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||
<script src="../../../static/js/classie.js"></script>
|
||||
<script src="../../../static/js/AnimOnScroll.js"></script>
|
||||
<!--自定义-->
|
||||
<script type="text/javascript" src="../../../js/layout.js"></script>
|
||||
<script src="../../../static/layui/layui.js" charset="utf-8"></script>
|
||||
<script>
|
||||
layui.use(["laypage", "layer"], function () {
|
||||
var laypage = layui.laypage,
|
||||
layer = layui.layer;
|
||||
|
||||
//总页数低于页码总数
|
||||
laypage.render({
|
||||
elem: "demo0",
|
||||
count: "4",
|
||||
curr: "1",
|
||||
limit: "12",
|
||||
prev: " ",
|
||||
next: " ",
|
||||
jump: function (obj, first) {
|
||||
//首次不执行
|
||||
if (!first) {
|
||||
//do something
|
||||
location.href = "/service/download/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||
}
|
||||
},
|
||||
});
|
||||
});
|
||||
</script>
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="active" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="" href="../../video_process/accessory/accessory.html">配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -202,8 +202,8 @@
|
|||
<div class="product-preview-img-box">
|
||||
<img src="../../../../static/products/control_system/car_load/KD02/img/KD02-880.png" alt="KD02正面预览图">
|
||||
</div>
|
||||
<div class="product-preview-img-box">
|
||||
<img src="../../../../static/products/control_system/car_load/KD02/img/KD02-880-1.png" alt="KD02背面预览图">
|
||||
<div class="product-preview-img-box" style="display: flex;justify-content: center;align-items: center">
|
||||
<img src="../../../../static/products/control_system/car_load/KD02/img/KD02-880-1.png" alt="KD02背面预览图" style="width: 88%;">
|
||||
</div>
|
||||
</div>
|
||||
<!-- <h3></h3> -->
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="./favicon.ico" />
|
||||
<title>熙讯-产品中心-控制系统-灯杆屏系列-Y12</title>
|
||||
<title>熙讯-产品中心-控制系统-灯杆车载等异步全彩系列-Y12</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description" content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../css/font_2684660_0fb6nx59q8wg.css" />
|
||||
|
|
|
@ -0,0 +1,391 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-控制系统-车载屏-KD02</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description" content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/css/layout.css" />
|
||||
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
|
||||
<script>
|
||||
var type=navigator.appName;
|
||||
if (type=="Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0,2);
|
||||
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
|
||||
function getQueryString(name) {
|
||||
const url_string = window.location.href; // window.location.href
|
||||
const url = new URL(url_string);
|
||||
if(url.searchParams.get(name) != null){
|
||||
Cookie_Set('language',url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString('language');
|
||||
console.log(!Cookie_Get('language'),lang)
|
||||
if(!Cookie_Get('language') && lang == 'en'){
|
||||
window.location.href = '';
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if (arr = document.cookie.match(reg)) {
|
||||
return (arr[2]);
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100px;
|
||||
/* line-height: 100px; */
|
||||
margin: 0 auto;
|
||||
font-size: 2vw;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
}
|
||||
.product-preview-img {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
.product-preview-img-box {
|
||||
width: 35%;
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.product-info-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100px;
|
||||
/* line-height: 100px; */
|
||||
margin: 0 auto;
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
background-color: #f7f8f9;
|
||||
}
|
||||
.functions-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
ul {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
li {
|
||||
display: flex;
|
||||
padding: 10px 30px;
|
||||
span {
|
||||
font-weight: 700;
|
||||
}
|
||||
p {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
/* ul li::before {
|
||||
font-family: "iconfont";
|
||||
content: "\e60e";
|
||||
color: blue;
|
||||
display: inline-block;
|
||||
margin-left: -1em;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
} */
|
||||
}
|
||||
.intro-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
th,td {
|
||||
text-align: center;
|
||||
}
|
||||
th {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
.download-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
.document-download {
|
||||
padding-bottom: 20px;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.document-ul-box {
|
||||
ul {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
li {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 50%;
|
||||
background-color: #f9f9f9;
|
||||
padding: 20px 15px;
|
||||
a {
|
||||
color: #6161a5;
|
||||
text-align: left;
|
||||
width: 40%;
|
||||
}
|
||||
span {
|
||||
width: 15%;
|
||||
color: #6d6d6d;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div class="header head3">
|
||||
#include(navbar)
|
||||
</div>
|
||||
|
||||
<div class="TopicPage">
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
|
||||
<div class="publicLink" style="background-color: #f7f8f9;">
|
||||
<div class="container1260">
|
||||
<h1 class="product-name">KD04</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<div class="product-preview-img">
|
||||
<div class="product-preview-img-box">
|
||||
<img src="/static/products/control_system/car_load/KD04.png" alt="KD04正面预览图">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- <h3></h3> -->
|
||||
<!-- <div class="t1"></div> -->
|
||||
<!-- <div style="width: 100vw;height: 2000px;"></div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">功能特性</h3>
|
||||
<div class="functions-box">
|
||||
<ul>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>板载2组HUB12和1组HUB75显示接口,
|
||||
支持横屏竖接(Z型连线)功能,灵活扩展带载高度</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>板载标配WiFi+RS485+RS232+USB+蓝牙通讯接口</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>支持3路220V交通灯信号接入,1组直行信号灯,多用于人行道口 </p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>隔离网络无效数据,适应繁忙复杂网络,通讯更稳定</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>专业配套LED交通信号屏,满足倒计时和综合信息显示
|
||||
遵从GA/T508-2014《道路交通信号倒计时显示器》国家标准</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>智能全自动跟随交通信号灯状态,无缝对接各种品牌交通信号机,免二次开发</p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">产品介绍</h3>
|
||||
<div class="intro-box">
|
||||
<table class="layui-table my-table" lay-even lay-size="lg">
|
||||
<!-- <colgroup>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
</colgroup> -->
|
||||
<thead>
|
||||
<tr style="background-color: lightsteelblue;">
|
||||
<th>类型</th>
|
||||
<th>参数</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>控制点数</td>
|
||||
<td>单色/双色/三基色 32K 点,宽度≤2048</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>存储容量</td>
|
||||
<td>4MByte</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>适配范围</td>
|
||||
<td>各种规格的单色、双基色和三色 LED 显示屏</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>节目数量</td>
|
||||
<td>支持 128 个节目,每个节目划分为 24 个区域</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>通讯接口</td>
|
||||
<td>板载 蓝牙+RS232+RS485+USB+WiFi 接口;选配 网口,支持手机 APP</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>显示接口</td>
|
||||
<td>2 组 T12+1 组 T75,支持横屏竖接(Z 型连线)功能,灵活扩展带载高度</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>通讯接口</td>
|
||||
<td>板载 蓝牙+RS232+RS485+USB+WiFi 接口;选配 网口,支持手机 APP</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>信号灯专用
|
||||
接口</td>
|
||||
<td>支持 3 路 220V 交通灯信号接入,支持 1 组直行信号灯,多用于人行道口</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>通讯接口</td>
|
||||
<td>板载 蓝牙+RS232+RS485+USB+WiFi 接口;选配 网口,支持手机 APP</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>传感器支持</td>
|
||||
<td>板载亮度传感器接口、RS485 环境传感器接口、红外遥控头接口</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>输入电源</td>
|
||||
<td>5V(4.5V~12.5V 宽工作电压),请严格保证 KD-JT 系列的电源质量</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>整机功耗</td>
|
||||
<td>≤2W</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>工作温度</td>
|
||||
<td>-40℃~80℃</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>继电器带载
|
||||
参数</td>
|
||||
<td>220V AC/30V DC ,可通过电流为 3A</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">资料下载</h3>
|
||||
<div class="download-box">
|
||||
<h5 class="document-download">文档</h5>
|
||||
<div class="document-ul-box">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://ledok.cn:8443/download/KD04规格书-V1.0.pdf" target="_blank" title="KD04规格书-V1.0">KD04规格书-V1.0.pdf</a>
|
||||
<span>规格书</span>
|
||||
<span>2024.05.28</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://ledok.cn:8443/download/KD04 Datasheet-V1.0.pdf" target="_blank" title="KD04 Datasheet-V1.0">KD04 Datasheet-V1.0.pdf</a>
|
||||
<span>规格书</span>
|
||||
<span>2024.05.28</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--百度分享脚本-->
|
||||
<script type="text/javascript" src="../../../../static/js/share.js"></script>
|
||||
<!--select模拟插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/select2.min.js"></script>
|
||||
<!--省市区三级联动-->
|
||||
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.citys.js"></script>
|
||||
<!--wow入场插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/wow.min.js"></script>
|
||||
<!-- 数字滚动插件 -->
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.counterup.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/waypoints.min.js"></script>
|
||||
<!--swiper插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/swiper.jquery.min.js"></script>
|
||||
<!--瀑布流插件-->
|
||||
<script src="../../../../static/js/modernizr.custom.js"></script>
|
||||
<script src="../../../../static/js/masonry.pkgd.min.js"></script>
|
||||
<script src="../../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||
<script src="../../../../static/js/classie.js"></script>
|
||||
<script src="../../../../static/js/AnimOnScroll.js"></script>
|
||||
<!--自定义脚本-->
|
||||
<script type="text/javascript" src="../../../../js/layout.js"></script>
|
||||
<script>
|
||||
if ($(".Z6TopicPage8").length > 0) {
|
||||
$(window).scroll(function (event) {
|
||||
var height = $(window).height() / 2;
|
||||
var height1 = $(window).scrollTop();
|
||||
var height2 = $(".Z6TopicPage8").offset().top - height;
|
||||
|
||||
if (height1 >= height2) {
|
||||
$(".Z6TopicPage8 .imgBox").addClass("active");
|
||||
}
|
||||
});
|
||||
}
|
||||
</script>
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -0,0 +1,355 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-控制系统-车载屏-KD02</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description" content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/css/layout.css" />
|
||||
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
|
||||
<script>
|
||||
var type=navigator.appName;
|
||||
if (type=="Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0,2);
|
||||
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
|
||||
function getQueryString(name) {
|
||||
const url_string = window.location.href; // window.location.href
|
||||
const url = new URL(url_string);
|
||||
if(url.searchParams.get(name) != null){
|
||||
Cookie_Set('language',url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString('language');
|
||||
console.log(!Cookie_Get('language'),lang)
|
||||
if(!Cookie_Get('language') && lang == 'en'){
|
||||
window.location.href = '';
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if (arr = document.cookie.match(reg)) {
|
||||
return (arr[2]);
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100px;
|
||||
/* line-height: 100px; */
|
||||
margin: 0 auto;
|
||||
font-size: 2vw;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
}
|
||||
.product-preview-img {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
.product-preview-img-box {
|
||||
width: 35%;
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.product-info-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100px;
|
||||
/* line-height: 100px; */
|
||||
margin: 0 auto;
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
background-color: #f7f8f9;
|
||||
}
|
||||
.functions-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
ul {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
li {
|
||||
display: flex;
|
||||
padding: 10px 30px;
|
||||
span {
|
||||
font-weight: 700;
|
||||
}
|
||||
p {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
/* ul li::before {
|
||||
font-family: "iconfont";
|
||||
content: "\e60e";
|
||||
color: blue;
|
||||
display: inline-block;
|
||||
margin-left: -1em;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
} */
|
||||
}
|
||||
.intro-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
th,td {
|
||||
text-align: center;
|
||||
}
|
||||
th {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
.download-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
.document-download {
|
||||
padding-bottom: 20px;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.document-ul-box {
|
||||
ul {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
li {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 50%;
|
||||
background-color: #f9f9f9;
|
||||
padding: 20px 15px;
|
||||
a {
|
||||
color: #6161a5;
|
||||
text-align: left;
|
||||
width: 40%;
|
||||
}
|
||||
span {
|
||||
width: 15%;
|
||||
color: #6d6d6d;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div class="header head3">
|
||||
#include(navbar)
|
||||
</div>
|
||||
|
||||
<div class="TopicPage">
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
|
||||
<div class="publicLink" style="background-color: #f7f8f9;">
|
||||
<div class="container1260">
|
||||
<h1 class="product-name">KD13</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<div class="product-preview-img">
|
||||
<div class="product-preview-img-box">
|
||||
<img src="../../../../static/products/control_system/car_load/KD13.png" alt="KD13正面预览图">
|
||||
</div>
|
||||
</div>
|
||||
<!-- <h3></h3> -->
|
||||
<!-- <div class="t1"></div> -->
|
||||
<!-- <div style="width: 100vw;height: 2000px;"></div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">功能特性</h3>
|
||||
<div class="functions-box">
|
||||
<ul>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>一款通用型 Wi-Fi+BT+BLE 单片机通用卡</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>支持通用 75 接口协议,不会影响模组
|
||||
二次使用</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>具有 A,B,C,D,E 五路扫描信号,支持按键息屏功能</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>时钟频率的调节范围为 80MHz 到 240
|
||||
MHz</p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">产品介绍</h3>
|
||||
<div class="intro-box">
|
||||
<table class="layui-table my-table" lay-even lay-size="lg">
|
||||
<!-- <colgroup>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
</colgroup> -->
|
||||
<thead>
|
||||
<tr style="background-color: lightsteelblue;">
|
||||
<th>类型</th>
|
||||
<th>参数</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>带载像素</td>
|
||||
<td>3 个 HUB75 接口,320x120</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>通讯接口</td>
|
||||
<td>蓝牙/WiFi/CAN/RS485/TTL 通讯</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>系统</td>
|
||||
<td>1. 448KB 的 ROM,用于程序启动和内核功能调用;2. 集成 SPIflash4MB;3. 用于数据和指令存储的 520KB 片上 SRAM;4. RTC 快速存储器,为 8KB 的 SRAM,可以在 Deep-sleep 模式下 RTC 启动时用于
|
||||
数据存储以及被主 CPU 访问;5. RTC 慢速存储器,为 8KB 的 SRAM,可以在 Deep-sleep 模式下被协处理器访问。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>WiFi</td>
|
||||
<td>1. 支持 IEEE802.11b/g/n 协议;2. 工作频率范围:2.4GHz~2.5GHz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>蓝牙</td>
|
||||
<td>1. 符合蓝牙 v4.2BR/EDR 和 BLE 标准;2. 具有–97dBm 灵敏度的 NZIF 接收器;3. Class-1,Class-2 和 Class-3 发射器;4. 音频 CVSD 和 SBC 音频</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>GPS</td>
|
||||
<td>1. 支持 GPS L1 , BDS B1 频段;2. 支持北斗二号/三号卫星</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4G</td>
|
||||
<td>LTE Cat.1 bis</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>485</td>
|
||||
<td>RS485 两线半双工模式</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CAN</td>
|
||||
<td>兼容 ISO 11898-1 协议(CAN 规范 2.0)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">资料下载</h3>
|
||||
<div class="download-box">
|
||||
<h5 class="document-download">文档</h5>
|
||||
<div class="document-ul-box">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://ledok.cn:8443/download/KD13规格书-V1.0.pdf" target="_blank" title="KD13规格书-V1.0.pdf">KD13规格书-V1.0.pdf</a>
|
||||
<span>规格书</span>
|
||||
<span>2024.03.13</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--百度分享脚本-->
|
||||
<script type="text/javascript" src="../../../../static/js/share.js"></script>
|
||||
<!--select模拟插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/select2.min.js"></script>
|
||||
<!--省市区三级联动-->
|
||||
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.citys.js"></script>
|
||||
<!--wow入场插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/wow.min.js"></script>
|
||||
<!-- 数字滚动插件 -->
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.counterup.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/waypoints.min.js"></script>
|
||||
<!--swiper插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/swiper.jquery.min.js"></script>
|
||||
<!--瀑布流插件-->
|
||||
<script src="../../../../static/js/modernizr.custom.js"></script>
|
||||
<script src="../../../../static/js/masonry.pkgd.min.js"></script>
|
||||
<script src="../../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||
<script src="../../../../static/js/classie.js"></script>
|
||||
<script src="../../../../static/js/AnimOnScroll.js"></script>
|
||||
<!--自定义脚本-->
|
||||
<script type="text/javascript" src="../../../../js/layout.js"></script>
|
||||
<script>
|
||||
if ($(".Z6TopicPage8").length > 0) {
|
||||
$(window).scroll(function (event) {
|
||||
var height = $(window).height() / 2;
|
||||
var height1 = $(window).scrollTop();
|
||||
var height2 = $(".Z6TopicPage8").offset().top - height;
|
||||
|
||||
if (height1 >= height2) {
|
||||
$(".Z6TopicPage8 .imgBox").addClass("active");
|
||||
}
|
||||
});
|
||||
}
|
||||
</script>
|
|
@ -0,0 +1,381 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-控制系统-车载屏-KD02</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description" content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/css/layout.css" />
|
||||
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
|
||||
<script>
|
||||
var type=navigator.appName;
|
||||
if (type=="Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0,2);
|
||||
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
|
||||
function getQueryString(name) {
|
||||
const url_string = window.location.href; // window.location.href
|
||||
const url = new URL(url_string);
|
||||
if(url.searchParams.get(name) != null){
|
||||
Cookie_Set('language',url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString('language');
|
||||
console.log(!Cookie_Get('language'),lang)
|
||||
if(!Cookie_Get('language') && lang == 'en'){
|
||||
window.location.href = '';
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if (arr = document.cookie.match(reg)) {
|
||||
return (arr[2]);
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100px;
|
||||
/* line-height: 100px; */
|
||||
margin: 0 auto;
|
||||
font-size: 2vw;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
}
|
||||
.product-preview-img {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
.product-preview-img-box {
|
||||
width: 35%;
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.product-info-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100px;
|
||||
/* line-height: 100px; */
|
||||
margin: 0 auto;
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
background-color: #f7f8f9;
|
||||
}
|
||||
.functions-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
ul {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
li {
|
||||
display: flex;
|
||||
padding: 10px 30px;
|
||||
span {
|
||||
font-weight: 700;
|
||||
}
|
||||
p {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
/* ul li::before {
|
||||
font-family: "iconfont";
|
||||
content: "\e60e";
|
||||
color: blue;
|
||||
display: inline-block;
|
||||
margin-left: -1em;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
} */
|
||||
}
|
||||
.intro-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
th,td {
|
||||
text-align: center;
|
||||
}
|
||||
th {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
.download-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
.document-download {
|
||||
padding-bottom: 20px;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.document-ul-box {
|
||||
ul {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
li {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 50%;
|
||||
background-color: #f9f9f9;
|
||||
padding: 20px 15px;
|
||||
a {
|
||||
color: #6161a5;
|
||||
text-align: left;
|
||||
width: 40%;
|
||||
}
|
||||
span {
|
||||
width: 15%;
|
||||
color: #6d6d6d;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div class="header head3">
|
||||
#include(navbar)
|
||||
</div>
|
||||
|
||||
<div class="TopicPage">
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
|
||||
<div class="publicLink" style="background-color: #f7f8f9;">
|
||||
<div class="container1260">
|
||||
<h1 class="product-name">KD15</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<div class="product-preview-img">
|
||||
<div class="product-preview-img-box">
|
||||
<img src="../../../../static/products/control_system/car_load/KD15.png" alt="KD02正面预览图">
|
||||
</div>
|
||||
</div>
|
||||
<!-- <h3></h3> -->
|
||||
<!-- <div class="t1"></div> -->
|
||||
<!-- <div style="width: 100vw;height: 2000px;"></div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">功能特性</h3>
|
||||
<div class="functions-box">
|
||||
<ul>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>自带8个HUB75输出,其中1个用于空车有客状态屏,可播放320P视频,动画,图文</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>像素点:512*128/256*256</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>板载内存512MB,蓝牙/WiFi/RS485,可以扩展4G和RS232/TTL,手机APP控制</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>支持智能设置100多种常见驱动IC自行调试,3840HZ刷新,串行通透屏,归零码灯条等</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>宽高尺寸:150mm×43mm,超窄设计特别适合通透屏一体化设计</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>晶膜屏、公交线路牌、送样屏</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">产品介绍</h3>
|
||||
<div class="intro-box">
|
||||
<table class="layui-table my-table" lay-even lay-size="lg">
|
||||
<!-- <colgroup>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
</colgroup> -->
|
||||
<thead>
|
||||
<tr style="background-color: lightsteelblue;">
|
||||
<th>类型</th>
|
||||
<th>参数</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>带载像素</td>
|
||||
<td>1024*64、512*128、256*256</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>通讯接口</td>
|
||||
<td>标配:蓝牙/WiFi/RS485/USB 通讯,选配:4G,LAN,RS232/TTL</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>内存</td>
|
||||
<td>512M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>WiFi</td>
|
||||
<td>1. 支持 IEEE802.11b/g/n 协议;2. 工作频率范围:2.4GHz~2.5GHz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>蓝牙</td>
|
||||
<td>1. 符合蓝牙 v4.2BR/EDR 和 BLE 标准;2. 具有–97dBm 灵敏度的 NZIF 接收器;3. Class-1,Class-2 和 Class-3 发射器;4. 音频 CVSD 和 SBC 音频;</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>485</td>
|
||||
<td>RS485 两线半双工模式</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4G(可选)</td>
|
||||
<td>LTE-FDD B1/ 3/ 5/ 8,LTE-TDD B34/ 38/ 39/ 40/ 41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>GPS(可选)</td>
|
||||
<td>GPS/ BDS/ GLONASS/ Galileo(国内型号 G10,国外型号:G11)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>USB(可选)</td>
|
||||
<td>USB 2.0 全速标准 (12 Mbps)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>232(可选) </td>
|
||||
<td>波特率 9600</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>TTL(可选)</td>
|
||||
<td>支持 3.3V,TTL 信号,波特率 9600</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>亮度(可选)</td>
|
||||
<td>ADC 亮度接口,选配型号:RL2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>IO(可选)</td>
|
||||
<td>支持输入输出,用于控制卡信号触发显示相关内容</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">资料下载</h3>
|
||||
<div class="download-box">
|
||||
<h5 class="document-download">文档</h5>
|
||||
<div class="document-ul-box">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://ledok.cn:8443/download/KD15规格书-V1.0.pdf" target="_blank" title="KD15规格书-V1.0">KD15规格书-V1.0.pdf</a>
|
||||
<span>规格书</span>
|
||||
<span>2024.04.7</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://ledok.cn:8443/download/KD15 Datasheet-V1.0.pdf" target="_blank" title="KD15规格书-V1.0">KD15 Datasheet-V1.0.pdf</a>
|
||||
<span>规格书</span>
|
||||
<span>2024.04.7</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--百度分享脚本-->
|
||||
<script type="text/javascript" src="../../../../static/js/share.js"></script>
|
||||
<!--select模拟插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/select2.min.js"></script>
|
||||
<!--省市区三级联动-->
|
||||
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.citys.js"></script>
|
||||
<!--wow入场插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/wow.min.js"></script>
|
||||
<!-- 数字滚动插件 -->
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.counterup.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/waypoints.min.js"></script>
|
||||
<!--swiper插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/swiper.jquery.min.js"></script>
|
||||
<!--瀑布流插件-->
|
||||
<script src="../../../../static/js/modernizr.custom.js"></script>
|
||||
<script src="../../../../static/js/masonry.pkgd.min.js"></script>
|
||||
<script src="../../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||
<script src="../../../../static/js/classie.js"></script>
|
||||
<script src="../../../../static/js/AnimOnScroll.js"></script>
|
||||
<!--自定义脚本-->
|
||||
<script type="text/javascript" src="../../../../js/layout.js"></script>
|
||||
<script>
|
||||
if ($(".Z6TopicPage8").length > 0) {
|
||||
$(window).scroll(function (event) {
|
||||
var height = $(window).height() / 2;
|
||||
var height1 = $(window).scrollTop();
|
||||
var height2 = $(".Z6TopicPage8").offset().top - height;
|
||||
|
||||
if (height1 >= height2) {
|
||||
$(".Z6TopicPage8 .imgBox").addClass("active");
|
||||
}
|
||||
});
|
||||
}
|
||||
</script>
|
|
@ -0,0 +1,412 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-控制系统-车载屏-KD02</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description"
|
||||
content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/css/layout.css" />
|
||||
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
|
||||
<script>
|
||||
var type = navigator.appName;
|
||||
if (type == "Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0, 2);
|
||||
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
|
||||
function getQueryString(name) {
|
||||
const url_string = window.location.href; // window.location.href
|
||||
const url = new URL(url_string);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set('language', url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString('language');
|
||||
console.log(!Cookie_Get('language'), lang)
|
||||
if (!Cookie_Get('language') && lang == 'en') {
|
||||
window.location.href = '';
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if (arr = document.cookie.match(reg)) {
|
||||
return (arr[2]);
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100px;
|
||||
/* line-height: 100px; */
|
||||
margin: 0 auto;
|
||||
font-size: 2vw;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.product-preview-img {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
|
||||
.product-preview-img-box {
|
||||
width: 35%;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.product-info-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100px;
|
||||
/* line-height: 100px; */
|
||||
margin: 0 auto;
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
background-color: #f7f8f9;
|
||||
}
|
||||
|
||||
.functions-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
|
||||
ul {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
padding: 10px 30px;
|
||||
|
||||
span {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
p {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ul li::before {
|
||||
font-family: "iconfont";
|
||||
content: "\e60e";
|
||||
color: blue;
|
||||
display: inline-block;
|
||||
margin-left: -1em;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
} */
|
||||
}
|
||||
|
||||
.intro-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
|
||||
th,
|
||||
td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
th {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
|
||||
.download-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
|
||||
.document-download {
|
||||
padding-bottom: 20px;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.document-ul-box {
|
||||
ul {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 50%;
|
||||
background-color: #f9f9f9;
|
||||
padding: 20px 15px;
|
||||
|
||||
a {
|
||||
color: #6161a5;
|
||||
text-align: left;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
span {
|
||||
width: 15%;
|
||||
color: #6d6d6d;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div class="header head3">
|
||||
#include(navbar)
|
||||
</div>
|
||||
|
||||
<div class="TopicPage">
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
|
||||
<div class="publicLink" style="background-color: #f7f8f9;">
|
||||
<div class="container1260">
|
||||
<h1 class="product-name">KD16</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<div class="product-preview-img">
|
||||
<div class="product-preview-img-box">
|
||||
<img src="../../../../static/products/control_system/car_load/KD16.png" alt="KD02正面预览图">
|
||||
</div>
|
||||
</div>
|
||||
<!-- <h3></h3> -->
|
||||
<!-- <div class="t1"></div> -->
|
||||
<!-- <div style="width: 100vw;height: 2000px;"></div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">功能特性</h3>
|
||||
<div class="functions-box">
|
||||
<ul>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>自带8个HUB75输出,可以通过CAN对接车机系统实现节目更换和控制</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>像素点:512*128/256*256,板载内存512MB,可扩展2GB</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>CAN/蓝牙/WiFi/RS485,可以扩展4G和RS232/TTL/p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">产品介绍</h3>
|
||||
<div class="intro-box">
|
||||
<table class="layui-table my-table" lay-even lay-size="lg">
|
||||
<!-- <colgroup>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
</colgroup> -->
|
||||
<thead>
|
||||
<tr style="background-color: lightsteelblue;">
|
||||
<th>类型</th>
|
||||
<th>参数</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>带载像素</td>
|
||||
<td>1024*64. 512*128. 256*256</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>通讯接口</td>
|
||||
<td>标配:蓝牙/WiFi/RS485/USB 通讯,选配:4G,CAN, LAN, RS232/TTL</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>内存</td>
|
||||
<td>512M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>WiFi</td>
|
||||
<td>1. 支持 IEEE802.11b/g/n协议;2. 工作频率范围:2.4GHz~2.5GHz
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>蓝牙</td>
|
||||
<td>1. 符合蓝牙 v4.2BR/EDR 和 BLE 标准;
|
||||
2. 具有-97dBm 灵敏度的 NZIF 接收器;
|
||||
3. Class-1,Class-2和 Class-3 发射器;
|
||||
4. 音频 CVSD和 SBC 音频</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>WiFi</td>
|
||||
<td>1. 支持 IEEE802.11b/g/n协议;2. 工作频率范围:2.4GHz~2.5GHz
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>485</td>
|
||||
<td>RS485 两线半双工模式
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CAN</td>
|
||||
<td>兼容 ISO 11898-1 协议(CAN 规范 2.0)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4G(可选)</td>
|
||||
<td>LTE-FDD B1/3/ 5/8, LTE-TDD B34/ 38/ 39/ 40/ 41
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>GPS(可选)</td>
|
||||
<td>GPS/ BDS/ GLONASS/ Galileo
|
||||
国内型号 G10,国外型号:G11
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>USB(可选)</td>
|
||||
<td>USB 2.0 全速标准(12 Mbps)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>232(可选)</td>
|
||||
<td>波特率 9600
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>TTL可选)</td>
|
||||
<td>支持 3.3V,TTL 信号,波特率9600
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>亮度(可选)</td>
|
||||
<td>ADC亮度接口,选配型号:RL2
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10(可选)</td>
|
||||
<td>支持输入输出,用于控制卡信号触发显示相关内容
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">资料下载</h3>
|
||||
<div class="download-box">
|
||||
<h5 class="document-download">文档</h5>
|
||||
<div class="document-ul-box">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://ledok.cn:8443/download/KD16规格书-V1.0.pdf" target="_blank"
|
||||
title="KD16规格书-V1.0">KD16规格书-V1.0.pdf</a>
|
||||
<span>规格书</span>
|
||||
<span>2024.04.7</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
<!--百度分享脚本-->
|
||||
<script type="text/javascript" src="../../../../static/js/share.js"></script>
|
||||
<!--select模拟插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/select2.min.js"></script>
|
||||
<!--省市区三级联动-->
|
||||
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.citys.js"></script>
|
||||
<!--wow入场插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/wow.min.js"></script>
|
||||
<!-- 数字滚动插件 -->
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.counterup.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/waypoints.min.js"></script>
|
||||
<!--swiper插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/swiper.jquery.min.js"></script>
|
||||
<!--瀑布流插件-->
|
||||
<script src="../../../../static/js/modernizr.custom.js"></script>
|
||||
<script src="../../../../static/js/masonry.pkgd.min.js"></script>
|
||||
<script src="../../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||
<script src="../../../../static/js/classie.js"></script>
|
||||
<script src="../../../../static/js/AnimOnScroll.js"></script>
|
||||
<!--自定义脚本-->
|
||||
<script type="text/javascript" src="../../../../js/layout.js"></script>
|
||||
<script>
|
||||
if ($(".Z6TopicPage8").length > 0) {
|
||||
$(window).scroll(function (event) {
|
||||
var height = $(window).height() / 2;
|
||||
var height1 = $(window).scrollTop();
|
||||
var height2 = $(".Z6TopicPage8").offset().top - height;
|
||||
|
||||
if (height1 >= height2) {
|
||||
$(".Z6TopicPage8 .imgBox").addClass("active");
|
||||
}
|
||||
});
|
||||
}
|
||||
</script>
|
|
@ -11,7 +11,7 @@
|
|||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="./favicon.ico" />
|
||||
<title>熙讯-产品中心-控制系统-灯杆屏系列-Y12</title>
|
||||
<title>熙讯-产品中心-控制系统-灯杆车载等异步全彩系列-Y12</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description" content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../css/font_2684660_0fb6nx59q8wg.css" />
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -200,10 +200,10 @@
|
|||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<div class="product-preview-img">
|
||||
<div class="product-preview-img-box">
|
||||
<img src="../../../../static/products/control_system/car_load/Y08/img/Y08.png" alt="Y08正面预览图">
|
||||
<img src="/static/products/control_system/lamp_pole/Y08/img/Y08.png" alt="Y08正面预览图">
|
||||
</div>
|
||||
<div class="product-preview-img-box">
|
||||
<img src="../../../../static/products/control_system/car_load/Y08/img/Y08-1.png" alt="Y08背面预览图">
|
||||
<img src="/static/products/control_system/lamp_pole/Y08/img/Y08-1.png" alt="Y08背面预览图">
|
||||
</div>
|
||||
</div>
|
||||
<!-- <h3></h3> -->
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="active" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="active" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="" href="../../video_process/accessory/accessory.html">配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
@ -143,17 +157,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="con wow fadeInUp" data-wow-duration="2s">
|
||||
<a href="../../control_system/car_load/Y08/Y08.html" class="box">
|
||||
<div class="text">
|
||||
<h5>Y08</h5>
|
||||
<div class="notes"></div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/car_load/Y08/img/Y08.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/car_load/KD02/KD02.html" class="box">
|
||||
<div class="text">
|
||||
<h5>KD02</h5>
|
||||
|
@ -161,32 +164,55 @@
|
|||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/car_load/KD02/img/KD02-880.png" alt="" />
|
||||
<img style="width: 50%;" src="../../../static/products/control_system/car_load/KD02/img/KD02-880.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/car_load/KD05/KD05.html" class="box">
|
||||
<a href="../../control_system/car_load/KD04/KD04.html" class="box">
|
||||
<div class="text">
|
||||
<h5>KD05</h5>
|
||||
<h5>KD04</h5>
|
||||
<div class="notes"></div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/car_load/KD05/img/KD05-X1-880.png" alt="" />
|
||||
<img src="/static/products/control_system/car_load/KD04.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/car_load/KD06/KD06.html" class="box">
|
||||
<a href="../../control_system/car_load/KD13/KD13.html" class="box">
|
||||
<div class="text">
|
||||
<h5>KD06</h5>
|
||||
<h5>KD13</h5>
|
||||
<div class="notes"></div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/car_load/KD06/img/KD06-880.png" alt="" />
|
||||
<img src="/static/products/control_system/car_load/KD13.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/car_load/KD15/KD15.html" class="box">
|
||||
<div class="text">
|
||||
<h5>KD15</h5>
|
||||
<div class="notes"></div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="/static/products/control_system/car_load/KD15.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/car_load/KD16/KD16.html" class="box">
|
||||
<div class="text">
|
||||
<h5>KD16</h5>
|
||||
<div class="notes"></div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="/static/products/control_system/car_load/KD16.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="active" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="active" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="" href="../../video_process/accessory/accessory.html">配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
|
|
@ -0,0 +1,370 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-控制系统-车载屏-Y08</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description" content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/css/layout.css" />
|
||||
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
|
||||
<script>
|
||||
var type=navigator.appName;
|
||||
if (type=="Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0,2);
|
||||
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
|
||||
function getQueryString(name) {
|
||||
const url_string = window.location.href; // window.location.href
|
||||
const url = new URL(url_string);
|
||||
if(url.searchParams.get(name) != null){
|
||||
Cookie_Set('language',url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString('language');
|
||||
console.log(!Cookie_Get('language'),lang)
|
||||
if(!Cookie_Get('language') && lang == 'en'){
|
||||
window.location.href = '';
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if (arr = document.cookie.match(reg)) {
|
||||
return (arr[2]);
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100px;
|
||||
/* line-height: 100px; */
|
||||
margin: 0 auto;
|
||||
font-size: 2vw;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
}
|
||||
.product-preview-img {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
.product-preview-img-box {
|
||||
width: 35%;
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.product-info-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100px;
|
||||
/* line-height: 100px; */
|
||||
margin: 0 auto;
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
background-color: #f7f8f9;
|
||||
}
|
||||
.functions-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
ul {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
li {
|
||||
display: flex;
|
||||
padding: 10px 30px;
|
||||
span {
|
||||
font-weight: 700;
|
||||
}
|
||||
p {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
/* ul li::before {
|
||||
font-family: "iconfont";
|
||||
content: "\e60e";
|
||||
color: blue;
|
||||
display: inline-block;
|
||||
margin-left: -1em;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
} */
|
||||
}
|
||||
.intro-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
th,td {
|
||||
text-align: center;
|
||||
}
|
||||
th {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
.download-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
.document-download {
|
||||
padding-bottom: 20px;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.document-ul-box {
|
||||
ul {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
li {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 50%;
|
||||
background-color: #f9f9f9;
|
||||
padding: 20px 15px;
|
||||
a {
|
||||
color: #6161a5;
|
||||
text-align: left;
|
||||
width: 40%;
|
||||
}
|
||||
span {
|
||||
width: 15%;
|
||||
color: #6d6d6d;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div class="header head3">
|
||||
#include(navbar)
|
||||
</div>
|
||||
|
||||
<div class="TopicPage">
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
|
||||
<div class="publicLink" style="background-color: #f7f8f9;">
|
||||
<div class="container1260">
|
||||
<h1 class="product-name">Y08</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<div class="product-preview-img">
|
||||
<div class="product-preview-img-box">
|
||||
<img src="../../../../static/products/control_system/car_load/Y08/img/Y08.png" alt="Y08正面预览图">
|
||||
</div>
|
||||
<div class="product-preview-img-box">
|
||||
<img src="../../../../static/products/control_system/car_load/Y08/img/Y08-1.png" alt="Y08背面预览图">
|
||||
</div>
|
||||
</div>
|
||||
<!-- <h3></h3> -->
|
||||
<!-- <div class="t1"></div> -->
|
||||
<!-- <div style="width: 100vw;height: 2000px;"></div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">功能特性</h3>
|
||||
<div class="functions-box">
|
||||
<ul>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>八口 hub75 输出直接输出,保证画面传输稳定性</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>支持通过 485 接口外接八要素环境传感器 R68,显示环境信息,无需二次开发</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>支持外接 GPS 定位和守时模块,保证多屏画面播放同步</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>板载 WiFi 模块,实现无线通讯</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>支持 AP 模式、Station 模式</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>支持二次开发,支持云平台远程集群控制</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>支持 GPS 定时/对时</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>通过管理系统可集中设置定时开关机、音量、亮度</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">产品介绍</h3>
|
||||
<div class="intro-box">
|
||||
<table class="layui-table my-table" lay-even lay-size="lg">
|
||||
<!-- <colgroup>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
</colgroup> -->
|
||||
<thead>
|
||||
<tr style="background-color: lightsteelblue;">
|
||||
<th>类型</th>
|
||||
<th>安卓控制卡</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>型号</td>
|
||||
<td>Y08</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>像素</td>
|
||||
<td>Y08:6 万点,分辨率 256(宽)*256(高)或者 512*128,分辨率支持自定义</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>通讯方式</td>
|
||||
<td>网口、WiFi、U 盘、选配 4G 模块</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CPU</td>
|
||||
<td>Cortex-A35 四核主频 1.5GHz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>GPU</td>
|
||||
<td>Mali-G31MP2 OpenGL ES3.2, Vulkan 1.0, OpenCL 2.0 Dvalin-2EE</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>系统内存</td>
|
||||
<td>8GB Emmc+1GB LPDDR3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>操作系统</td>
|
||||
<td>Android 9</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>WiFi</td>
|
||||
<td>IEEE 802.11b/g/n 2.4G</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>GPS</td>
|
||||
<td>GNSS GPS/Beidou/Glonass</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">资料下载</h3>
|
||||
<div class="download-box">
|
||||
<h5 class="document-download">文档</h5>
|
||||
<div class="document-ul-box">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://ledok.cn/download/Y08规格书-V1.3.pdf" target="_blank" title="Y08规格书-V1.3">Y08规格书-V1.3.pdf</a>
|
||||
<span>规格书</span>
|
||||
<span>2024.03.13</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--百度分享脚本-->
|
||||
<script type="text/javascript" src="../../../../static/js/share.js"></script>
|
||||
<!--select模拟插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/select2.min.js"></script>
|
||||
<!--省市区三级联动-->
|
||||
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.citys.js"></script>
|
||||
<!--wow入场插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/wow.min.js"></script>
|
||||
<!-- 数字滚动插件 -->
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.counterup.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/waypoints.min.js"></script>
|
||||
<!--swiper插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/swiper.jquery.min.js"></script>
|
||||
<!--瀑布流插件-->
|
||||
<script src="../../../../static/js/modernizr.custom.js"></script>
|
||||
<script src="../../../../static/js/masonry.pkgd.min.js"></script>
|
||||
<script src="../../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||
<script src="../../../../static/js/classie.js"></script>
|
||||
<script src="../../../../static/js/AnimOnScroll.js"></script>
|
||||
<!--自定义脚本-->
|
||||
<script type="text/javascript" src="../../../../js/layout.js"></script>
|
||||
<script>
|
||||
if ($(".Z6TopicPage8").length > 0) {
|
||||
$(window).scroll(function (event) {
|
||||
var height = $(window).height() / 2;
|
||||
var height1 = $(window).scrollTop();
|
||||
var height2 = $(".Z6TopicPage8").offset().top - height;
|
||||
|
||||
if (height1 >= height2) {
|
||||
$(".Z6TopicPage8 .imgBox").addClass("active");
|
||||
}
|
||||
});
|
||||
}
|
||||
</script>
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="active" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="active" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="" href="../../video_process/accessory/accessory.html">配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
@ -143,6 +157,17 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="con wow fadeInUp" data-wow-duration="2s">
|
||||
<a href="../../control_system/lamp_pole/Y08/Y08.html" class="box">
|
||||
<div class="text">
|
||||
<h5>Y08</h5>
|
||||
<div class="notes"></div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="/static/products/control_system/lamp_pole/Y08/img/Y08.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/lamp_pole/Y12/Y12.html" class="box">
|
||||
<div class="text">
|
||||
<h5>Y12</h5>
|
||||
|
@ -165,17 +190,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/lamp_pole/Y70/Y70.html" class="box">
|
||||
<div class="text">
|
||||
<h5>Y70</h5>
|
||||
<div class="notes"></div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/lamp_pole/Y70/img/Y70-880.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -0,0 +1,339 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-接收卡-D60-8</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description" content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/css/layout.css" />
|
||||
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
|
||||
<script>
|
||||
var type=navigator.appName;
|
||||
if (type=="Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0,2);
|
||||
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
|
||||
function getQueryString(name) {
|
||||
const url_string = window.location.href; // window.location.href
|
||||
const url = new URL(url_string);
|
||||
if(url.searchParams.get(name) != null){
|
||||
Cookie_Set('language',url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString('language');
|
||||
console.log(!Cookie_Get('language'),lang)
|
||||
if(!Cookie_Get('language') && lang == 'en'){
|
||||
window.location.href = '';
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if (arr = document.cookie.match(reg)) {
|
||||
return (arr[2]);
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100px;
|
||||
/* line-height: 100px; */
|
||||
margin: 0 auto;
|
||||
font-size: 2vw;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
}
|
||||
.product-preview-img {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
.product-preview-img-box {
|
||||
width: 35%;
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.product-info-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100px;
|
||||
/* line-height: 100px; */
|
||||
margin: 0 auto;
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
background-color: #f7f8f9;
|
||||
}
|
||||
.functions-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
ul {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
li {
|
||||
display: flex;
|
||||
padding: 10px 30px;
|
||||
span {
|
||||
font-weight: 700;
|
||||
}
|
||||
p {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
/* ul li::before {
|
||||
font-family: "iconfont";
|
||||
content: "\e60e";
|
||||
color: blue;
|
||||
display: inline-block;
|
||||
margin-left: -1em;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
} */
|
||||
}
|
||||
.intro-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
th,td {
|
||||
text-align: center;
|
||||
}
|
||||
th {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
.download-box {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 42px;
|
||||
.document-download {
|
||||
padding-bottom: 20px;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.document-ul-box {
|
||||
ul {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
li {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 50%;
|
||||
background-color: #f9f9f9;
|
||||
padding: 20px 15px;
|
||||
a {
|
||||
color: #6161a5;
|
||||
text-align: left;
|
||||
width: 40%;
|
||||
}
|
||||
span {
|
||||
width: 15%;
|
||||
color: #6d6d6d;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div class="header head3">
|
||||
#include(navbar)
|
||||
</div>
|
||||
|
||||
<div class="TopicPage">
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
|
||||
<div class="publicLink" style="background-color: #f7f8f9;">
|
||||
<div class="container1260">
|
||||
<h1 class="product-name">D60-12</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<div class="product-preview-img">
|
||||
<!-- <div class="product-preview-img-box">
|
||||
<img src="../../../../static/products/control_system/receive_card/D60-8/img/D60-8-880-1.png" alt="D60-8正面预览图">
|
||||
</div> -->
|
||||
<div class="product-preview-img-box">
|
||||
<img src="/static/products/control_system/receive_card/D60-12/img/D60-12-880-1.jpeg" alt="D60-12正面预览图">
|
||||
</div>
|
||||
</div>
|
||||
<!-- <h3></h3> -->
|
||||
<!-- <div class="t1"></div> -->
|
||||
<!-- <div style="width: 100vw;height: 2000px;"></div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">功能特性</h3>
|
||||
<div class="functions-box">
|
||||
<ul>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>最大带载像素25万,512x512·自带12口hub75输出,24组数据</p>
|
||||
</li>
|
||||
<li>
|
||||
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||
<p>P3及以上带2宽12高,P2.5-P2-P1.86-P1.538带1宽12高或2宽6高,P1.25带1宽8高</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">产品介绍</h3>
|
||||
<div class="intro-box">
|
||||
<table class="layui-table my-table" lay-even lay-size="lg">
|
||||
<!-- <colgroup>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
</colgroup> -->
|
||||
<thead>
|
||||
<tr style="background-color: lightsteelblue;">
|
||||
<th>类型</th>
|
||||
<th>参数</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>电气参数</td>
|
||||
<td>输入电压:DC3.5-5.5V;额定电流:0.6A;额定功率:3W;</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>工作环境</td>
|
||||
<td>工作温度:-20℃ - 70℃;工作湿度:10%RH-90%RH;</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>存储环境</td>
|
||||
<td>温度:-25℃~125℃</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>板卡尺寸</td>
|
||||
<td>144.02mmX91.19mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>净重</td>
|
||||
<td>100.8g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>认证信息</td>
|
||||
<td>符合 RoHS 标准、符合 CE-EMC 标准</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage5 padd">
|
||||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<h3 class="product-info-title">资料下载</h3>
|
||||
<div class="download-box">
|
||||
<h5 class="document-download">文档</h5>
|
||||
<div class="document-ul-box">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://ledok.cn:8443/download/D60-12规格书-V1.1.pdf" target="_blank" title="D60-12规格书-V1.1">D60-12规格书-V1.1.pdf</a>
|
||||
<span>规格书</span>
|
||||
<span>2024.03.13</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://ledok.cn:8443/download/D60-12 Datasheet-V1.0.pdf" target="_blank" title="D60-12规格书-V1.0">D60-12 Datasheet-V1.0.pdf</a>
|
||||
<span>规格书</span>
|
||||
<span>2024.03.13</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--百度分享脚本-->
|
||||
<script type="text/javascript" src="../../../../static/js/share.js"></script>
|
||||
<!--select模拟插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/select2.min.js"></script>
|
||||
<!--省市区三级联动-->
|
||||
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.citys.js"></script>
|
||||
<!--wow入场插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/wow.min.js"></script>
|
||||
<!-- 数字滚动插件 -->
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.counterup.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/waypoints.min.js"></script>
|
||||
<!--swiper插件-->
|
||||
<script type="text/javascript" src="../../../../static/js/swiper.jquery.min.js"></script>
|
||||
<!--瀑布流插件-->
|
||||
<script src="../../../../static/js/modernizr.custom.js"></script>
|
||||
<script src="../../../../static/js/masonry.pkgd.min.js"></script>
|
||||
<script src="../../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||
<script src="../../../../static/js/classie.js"></script>
|
||||
<script src="../../../../static/js/AnimOnScroll.js"></script>
|
||||
<!--自定义脚本-->
|
||||
<script type="text/javascript" src="../../../../js/layout.js"></script>
|
||||
<script>
|
||||
if ($(".Z6TopicPage8").length > 0) {
|
||||
$(window).scroll(function (event) {
|
||||
var height = $(window).height() / 2;
|
||||
var height1 = $(window).scrollTop();
|
||||
var height2 = $(".Z6TopicPage8").offset().top - height;
|
||||
|
||||
if (height1 >= height2) {
|
||||
$(".Z6TopicPage8 .imgBox").addClass("active");
|
||||
}
|
||||
});
|
||||
}
|
||||
</script>
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="active" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="" href="../../video_process/accessory/accessory.html">配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
@ -143,14 +157,14 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="con wow fadeInUp" data-wow-duration="2s">
|
||||
<a href="../../control_system/receive_card/D60-8/D60-8.html" class="box">
|
||||
<a href="../../control_system/receive_card/D60-12/D60-12.html" class="box">
|
||||
<div class="text">
|
||||
<h5>D60-8</h5>
|
||||
<h5>D60-12</h5>
|
||||
<div class="notes"></div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/control_system/receive_card/D60-8/img/D60-8-880-1.png" alt="" />
|
||||
<img src="../../../static/products/control_system/receive_card/D60-12/img/D60-12-880-1.jpeg" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="active" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="" href="../../video_process/accessory/accessory.html">配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
@ -154,7 +168,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../../control_system/sync_send/ST30/ST30.html" class="box">
|
||||
<!-- <a href="../../control_system/sync_send/ST30/ST30.html" class="box">
|
||||
<div class="text">
|
||||
<h5>ST30</h5>
|
||||
<div class="notes"></div>
|
||||
|
@ -164,7 +178,7 @@
|
|||
<img src="../../../static/products/control_system/sync_send/ST30/img/ST30.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</a> -->
|
||||
<a href="../../control_system/sync_send/ST40/ST40.html" class="box">
|
||||
<div class="text">
|
||||
<h5>ST40</h5>
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="" href="../../video_process/accessory/accessory.html">配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="/static/js/BeerSlider.js"></script>
|
||||
|
||||
<meta name="Author" content="xixun" />
|
||||
<style lang="scss">
|
||||
<style >
|
||||
#wonder{
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
|
@ -314,22 +314,22 @@
|
|||
<img src="/static/products/custom_develop/custom_develop.png">
|
||||
<!-- <div class="product-item-a-box">
|
||||
<a href="./products/control_system/lamp_pole/lamp_pole.html" class="product-item-a">
|
||||
<span class="product-item-title">定制开发</span>
|
||||
<span class="product-item-title">SDK及定制开发</span>
|
||||
<span class="product-item-more">查看更多</span>
|
||||
</a>
|
||||
</div> -->
|
||||
<div class="product_control_sys_list">
|
||||
<h5>定制开发</h5>
|
||||
<h5>SDK及定制开发</h5>
|
||||
<!-- <i class="layui-icon layui-icon-component"></i> -->
|
||||
<ul class="product_control_sys_ul">
|
||||
<li class="product_control_sys_li">
|
||||
<a href="">定制开发1</a>
|
||||
<a href="">SDK及定制开发1</a>
|
||||
</li>
|
||||
<li class="product_control_sys_li">
|
||||
<a href="">定制开发2</a>
|
||||
<a href="">SDK及定制开发2</a>
|
||||
</li>
|
||||
<li class="product_control_sys_li">
|
||||
<a href="">定制开发3</a>
|
||||
<a href="">SDK及定制开发3</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="see_more" href="/products/control_system/sync_send/sync_send.html">查看更多...</a>
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="" href="../../video_process/accessory/accessory.html">配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
|
|
@ -262,7 +262,7 @@
|
|||
<img src="/static/products/custom_develop/project_develop/software_project/img/pinzhi_1.png" alt="">
|
||||
</div>
|
||||
<div class="info ovh">
|
||||
<div class="title">APP定制开发</div>
|
||||
<div class="title">APPSDK及定制开发</div>
|
||||
<div class="desc">
|
||||
提供基于IOS、Android的应用设计与开发
|
||||
</div>
|
||||
|
@ -275,7 +275,7 @@
|
|||
<img src="/static/products/custom_develop/project_develop/software_project/img/pinzhi_1.png" alt="">
|
||||
</div>
|
||||
<div class="info ovh">
|
||||
<div class="title">小程序定制开发</div>
|
||||
<div class="title">小程序SDK及定制开发</div>
|
||||
<div class="desc">
|
||||
覆盖各商业领域的微信小程序开发,满足用户多样化需求
|
||||
</div>
|
||||
|
@ -354,7 +354,7 @@
|
|||
<img src="/static/products/custom_develop/project_develop/software_project/img/pinzhi_1.png" alt="">
|
||||
</div>
|
||||
<div class="info ovh">
|
||||
<div class="title">APP定制开发</div>
|
||||
<div class="title">APPSDK及定制开发</div>
|
||||
<div class="desc">
|
||||
提供基于IOS、Android的应用设计与开发
|
||||
</div>
|
||||
|
@ -367,7 +367,7 @@
|
|||
<img src="/static/products/custom_develop/project_develop/software_project/img/pinzhi_1.png" alt="">
|
||||
</div>
|
||||
<div class="info ovh">
|
||||
<div class="title">小程序定制开发</div>
|
||||
<div class="title">小程序SDK及定制开发</div>
|
||||
<div class="desc">
|
||||
覆盖各商业领域的微信小程序开发,满足用户多样化需求
|
||||
</div>
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage1" style="padding-top: 20px;">
|
||||
<img src="/static/products/custom_develop/second_development/Android_SDK/img/development.png" alt="" style="width: 15vw;height: auto;">
|
||||
<img src="/static/products/custom_develop/second_development/Android_SDK/img/banner.jpg" alt="" >
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage1" style="padding-top: 20px;">
|
||||
<img src="/static/products/custom_develop/second_development/Android_SDK/img/development.png" alt="" style="width: 15vw;height: auto;">
|
||||
<img src="/static/products/custom_develop/second_development/Realtime_second_develop/img/banner.jpg" alt="" >
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage1" style="padding-top: 20px;">
|
||||
<img src="/static/products/custom_develop/second_development/Web/img/banner.png" alt="" >
|
||||
<img src="/static/products/custom_develop/second_development/Web/img/banner.jpg" alt="" >
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="" href="../../video_process/accessory/accessory.html">配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
@ -150,7 +164,7 @@
|
|||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/custom_develop/second_development/Android_SDK/img/development.png" alt="" style="width: 42%;height: auto;"/>
|
||||
<img src="../../../static/products/custom_develop/second_development/Android_SDK/img/development.jpg" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
@ -161,7 +175,7 @@
|
|||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/custom_develop/second_development/Realtime_second_develop/img/development.png" alt="" style="width: 42%;height: auto;"/>
|
||||
<img src="../../../static/products/custom_develop/second_development/Realtime_second_develop/img/development.jpg" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
@ -172,7 +186,7 @@
|
|||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/custom_develop/second_development/Web/img/development.png" alt="" style="width: 42%;height: auto;"/>
|
||||
<img src="../../../static/products/custom_develop/second_development/Web/img/development.jpg" alt=""/>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="" href="../../video_process/accessory/accessory.html">配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="active" href="../../video_process/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="" href="../../video_process/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="" href="../../video_process/accessory/accessory.html">配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -202,11 +202,12 @@
|
|||
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||
<div class="product-preview-img">
|
||||
<div class="product-preview-img-box">
|
||||
<img src="../../../../static/products/video_process/multimedia_server/F4/img/F4-1.png" alt="F4正面预览图">
|
||||
<img src="../../../../static/products/video_process/multimedia_server/F4/img/F4.png" alt="F4正面预览图">
|
||||
</div>
|
||||
<div class="product-preview-img-box">
|
||||
<img src="../../../../static/products/video_process/multimedia_server/F4/img/F4.png" alt="F4背面预览图">
|
||||
<img src="../../../../static/products/video_process/multimedia_server/F4/img/F4-1.png" alt="F4背面预览图">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- <h3></h3> -->
|
||||
<!-- <div class="t1"></div> -->
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="" href="../../video_process/accessory/accessory.html">配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
@ -150,7 +164,7 @@
|
|||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/video_process/multimedia_server/F2/img/F2-1.png" alt="多媒体服务器-F2" />
|
||||
<img src="../../../static/products/video_process/multimedia_server/F2/img/F2.png" alt="多媒体服务器-F2" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="" href="../../video_process/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style >
|
||||
.product-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -95,13 +95,12 @@
|
|||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">商显屏系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆屏系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">车载控制系列</a>
|
||||
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||
<a class="" href="../../control_system/accessory/accessory.html">配件</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li active">
|
||||
|
@ -119,20 +118,35 @@
|
|||
<a class="" href="../../video_process/accessory/accessory.html">配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="li ">
|
||||
<h5>
|
||||
相关配件
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||
<a href="/products/accessory/powerSupply/powerSupply.html" >电源</a>
|
||||
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
软件服务
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">单机软件</a>
|
||||
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">APP</a>
|
||||
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="li">
|
||||
<h5>
|
||||
定制开发
|
||||
SDK及定制开发
|
||||
<div class="liOn"></div>
|
||||
</h5>
|
||||
<div class="li2">
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user