48 lines
35 KiB
HTML
48 lines
35 KiB
HTML
|
|
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,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" href="/static/layui/css/layui.css"><link rel="stylesheet" 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><style>.service_Software .right .con1 .box{width:100%}.service_Software .right .instructions-list{margin-top:24px}.service_Software .right .instructions-list .instructions-list_a{display:flex;align-items:center}.service_Software .right .instructions-list a:hover{color:#0000c0}.service_Software .right .instructions-list .instructions-list_a .TextIcon{width:1.375vw}.service_Software .right .instructions-list .instructions-list_a p{padding-left:.75vw}.consumerOverlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:9999;justify-content:center}.consumerContent{display:none;position:relative;z-index:10000;background-color:#fff;width:30%;height:30%;margin-top:10%;border-radius:2%}.consumerHeader{border-radius:2%;line-height:45px;font-size:18px;text-align:center;height:45px;width:100%;background-color:#eee}.consumerMiddle{padding:20px 20px;font-size:15px;width:100%;height:62%}.consumerBottom{width:100%;height:50px;margin-right:10px;position:absolute;bottom:0;display:flex;justify-content:flex-end;align-items:center}.consumerBottom button{background-color:#b0c4de;color:#fff;border:none;cursor:pointer;font-size:.8333vw;padding:8px 12px;border-radius:2px}.bgRed{background-color:#d35c5d}.bgBlue{background-color:#b0c4de}.form-group{display:flex;align-items:center;margin-bottom:.6333vw}.form-group>div{margin-right:.6333vw;font-size:.8333vw}.form-group .form-control,.form-group .form-file,.form-group select{padding-left:8px;padding:8px 30px 8px 14px;border:1px solid #ccc;border-radius:.2vw;font-size:.8333vw;box-sizing:border-box}.form-group .form-file{font-size:.8333vw}.form-group select{margin-right:.6333vw}.form-group button{background-color:#b0c4de;color:#fff;border:none;cursor:pointer;font-size:.8333vw;padding:8px 12px;border-radius:2px}.btns{background-color:#b0c4de;color:#fff;border:none;cursor:pointer;font-size:.8333vw;padding:8px 12px;border-radius:2px}.layui-table{width:100%;margin:0}.layui-table thead td,.layui-table thead th{text-align:center}.layui-table thead th{background-color:#9dc9ff;font-size:.9375vw;font-weight:700}.layui-table tbody td,.layui-table tbody th{font-size:.8333vw}.layui-table td,.layui-table th{position:relative;height:35px;line-height:35px}.layui-table td,.layui-table th{padding:0}@media screen and (max-width:460px){.form-group{display:block}.form-group>div{font-size:16px;margin-bottom:5px;display:none}.form-group .form-control{width:80%}.form-group .form-control,.form-group .form-file,.form-group select{font-size:16px}.form-group .form-file{font-size:16px}.form-group button{font-size:16px}.layui-table tbody td,.layui-table tbody th{font-size:16px}.consumerContent{width:80%;height:40%}.consumerBottom button{font-size:16px}}</style><body><div class="header head3"><div class="container1260 headerBox"><div class="logo"><a href="/index.html"><img src="/static/image/logo.png" alt=""></a></div><div class="header_content"><div class="head_navlist"><ul class="clearfloat"><li class="ProductNavOff"><a href="javascript:;">产品中心</a> <span></span><div class="ProductNav"><i></i><div class="container1260"><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><div class="ProTabCont"><div class="tabItem active"><div class="box"><div class="img"><img src="/static/products/control_system/commerce_display/M50B-D/img/M50B-D-11-880.jpg" alt=""></div><div class="text"><a href="/products/control_system/commerce_display/commerce_display.html"><h5>智慧商显同异步播放盒系列</h5></a><div class="li"><a href="/products/control_system/commerce_display/M50B-D/M50B-D.html">M50B-D<strong>(单网口65万像素异步播放盒 不支持二次开发)</strong></a> <a href="/products/control_system/commerce_display/M60B-S/M60B-S.html">M60B-S<strong>(双网口异步播放盒)</strong></a> <a href="/products/control_system/commerce_display/M70B-S/M70B-S.html">M7
|