seerbigdata.com Review
seerbigdata.com Review
Titletag | Descriptiontag | language |
---|
广东先知大数据股份有限公司 | |
English |
Ip adress | 36.138.6.99 | Nameserver | dns4.hichina.com dns3.hichina.com |
Status code | 200 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>广东先知大数据股份有限公司</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="shortcut icon" href="http://www.seerbigdata.com/xz.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="viewport" content="width=1202">
<link href="./css/index.css" rel="stylesheet" type="text/css" />
<link href="http://www.seerbigdata.com/css/style.css" rel="stylesheet" type="text/css" />
<!-- banner -->
<script src="http://www.seerbigdata.com/js/swiper.min.js"></script>
<link rel="stylesheet" href="http://www.seerbigdata.com/css/swiper.min.css">
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
</head>
<body style="">
<div class="header-bg header-gradient-bg header-transparent-bg" id="bj1">
<div class="header-inner"></div>
</div>
<header class="">
<div class="container">
<div>
<a href="http://www.seerbigdata.com/" class="logo-wrapper nuxt-link-exact-active nuxt-link-active"
aria-current="page">
<div>
<img src="http://www.seerbigdata.com/images/logo.png" />
</div>
</a>
<!-- <ul class="nav" id="nav">
<li class="cur"><a href="/" title="首页" target="_self">首页</a></li>
<li><a href="/about.html" title="关于先知大数据" target="_self">关于先知大数据</a></li>
<li><a href="javascript:void(0)" title="产品中心" target="_self">产品中心</a>
<ul>
<li><a href="/product/sports.html" title="体育与训练管理产品" target="_self">体育与训练管理产品</a></li>
<li><a href="/product/railway.html" title="铁路智能装备产品" target="_self">铁路智能装备产品</a></li>
<li><a href="/product/intelligent.html" title="智慧系统产品" target="_self">智慧系统产品</a></li>
</ul>
</li>
<li><a href="/jjfa.html" title="解决方案" target="_self">解决方案</a></li>
<li><a href="/news/" title="新闻中心" target="_self">新闻中心</a></li>
<li><a href="/contact.html" title="联系我们" target="_self" class="afnone">联系我们</a>
<ul>
<li><a href="/contact.html" title="联系我们" target="_self">联系我们</a></li>
<li><a href="/jrxz/" title="加入我们" target="_self">加入我们</a></li>
</ul>
</li>
</ul> -->
<span id="header-container"></span>
<script>
function loadHeader() {
fetch('/commonHtml/header.html')
.then(response => response.text())
.then(data => {
document.getElementById('header-container').innerHTML = data;
// 找到新加载内容中的所有脚本并执行
const scripts = document.getElementById('header-container').getElementsByTagName('script');
for(let script of scripts) {
eval(script.innerHTML);
}
});
}
loadHeader();
</script>
</div>
</div>
</header>
<style>
header {
padding-bottom: 0;
}
.nav li:last-child>a:after {
display: none;
}
.nav li:hover.afnone:after {
display: none;
width: 0%;
}
.bj1 {
background: #000;
opacity: 1;
}
.banner1 img {
width: 100%
}
.nav li ul {
width: 130px;
position: absolute;
height: auto;
left: -30px;
z-index: 99;
top: 50px;
display: none;
transition: all 0.5s;
}
.nav li ul li {
width: 130px;
height: 40px;
line-height: 40px;
float: none;
display: block;
position: relative;
border-bottom: 1px solid #fff;
transition: all 0.5s;
}
.nav li ul li a {
display: block;
background: #000;
line-height: 40px;
font-size: 12px;
font-weight: normal;
}
.nav li ul li a:hover {
background: #666;
color: #fff;
}
.nav li:hover ul {
display: block;
transition: all 0.5s;
}
</style>
<script>
//网页加载时运行
$(function () {
navHeader();
$(window).scroll(function () {
navHeader();
})
function navHeader() {
if ($(window).scrollTop() >= 74) {
$("#bj1").addClass("bj1");
} else {
$("#bj1").removeClass("bj1");
}
}
})
$(function () {
var link = $("#nav li");
var links = $("#nav a");
links.each(function () {
$(this).click(function () {
$(this).addClass('cur');
$(this).siblings().removeClass('cur');
// return false; //防止页面跳转
});
});
$("#nav a").each(function () {
$this = $(this);
if ($this[0].href == String(window.location)) { //String 对象用于处理文本(字符串)
// $this=$this.replace(/\/g, '');
$this.parent().addClass("cur").siblings().removeClass("cur");
}
});
})
</script>
<div class="swiper-container swiper-banner">
<div class="swiper-wrapper">
<div class="swiper-slide">
<a href="http://www.seerbigdata.com/about.html" class="pic" target="_blank"> <img
class="pic img-responsive" src="/d/file/banner/2022/04-27/f62768c057542636aabc971228604506.jpg"
width="100%" height="797" alt="">
</a>
</div>
<div class="swiper-slide">
<a href="http://www.seerbigdata.com/about.html" class="pic" target="_blank"> <img
class="pic img-responsive" src="/d/file/banner/2022/04-01/a2470771d3aef7fdf9f19db1d96a0950.jpg"
width="100%" height="797" alt="">
</a>
</div>
</div>
<div class="swiper-pagination swiper-pagination-banner"></div>
</div>
<div class="swiper-bottom"></div>
</div>
<style>
/* 轮播图 */
.swiper-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-banner .swiper-pagination-custom,
.swiper-banner .swiper-pagination-fraction {
bottom: 30px;
}
.swiper-banner .swiper-pagination-bullet {
width: 1.8rem;
height: 0.3rem;
margin: 0 8px !important;
border-radius: 5px;
background: #fff;
opacity: 1;
}
.img-responsive {
display: block;
height: auto;
max-width: 100%;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 1.8rem;
height: 0.3rem;
border-radius: 5px;
background-color: #ccc;
}
@media screen and (max-width:400px) {
.swiper-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-banner .swiper-pagination-custom,
.swiper-banner .swiper-pagination-fraction {
bottom: 0px;
}
.swiper-banner .swiper-pagination-bullet {
width: 1.8rem;
height: 0.3rem;
margin: 0 3px !important;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 1.8rem;
height: 0.3rem;
}
}
@media screen and (min-width: 401px) and (max-width: 767px) {
.swiper-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-banner .swiper-pagination-custom,
.swiper-banner .swiper-pagination-fraction {
bottom: 0px;
}
.swiper-banner .swiper-pagination-bullet {
width: 1.8rem;
height: 0.3rem;
margin: 0 3px !important;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 1.8rem;
height: 0.5rem;
}
}
</style>
<script>
var swiper = new Swiper('.swiper-banner', {
slidesPerView: 1,
centeredSlides: true,
loop: true,
autoplay: {
delay: 3000
},
pagination: {
el: '.swiper-pagination-banner',
clickable: true,
},
});
</script>
<div class="gsjj">
<div class="content">
<div class="gsjjcont">
<div class="gsjjl">
<div class="jjtop">
<h2 style="font-size: 28px;color: #333;font-weight: normal;">
广东先知大数据股份有限公司<!-- <span>Seer big data</span> --></h2>
<em></em>
</div>
<div class="jjnr">
<!-- <h3>晓数知行有限公司</h3> -->
<p>先知大数据成立于2018年3月,是数字铁路、数字教育、数字政府、数字工业等领域的产业互联网与数据服务方案提供商,专注于核心算法、I0T智能设备的应用突破,用数据科学与人工智能降低决策门槛和成本,为客户提供创新性解决方案和智能化产品。
</p>
</div>
<div class="jjgd"><a href="http://www.seerbigdata.com/about.html" target="_blank"
class="moreBtn">查看更多+</a></div>
</div>
<div class="gsjjr"><img src="http://www.seerbigdata.com/images/gsjj.png" alt=""></div>
</div>
</div>
</div>
<div class="hzgy">
<div class="content">
<div class="head" style="margin-bottom: 80px;">
<p class="title">核心技术能力</p>
<em></em>
<div style="display: flex; justify-content: space-between; margin-top: 30px; gap: 15px;">
<div style="width: 30%; text-align: center; padding: 30px; background: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.4); transition: all 0.3s ease;">
<div style="font-size: 22px; font-weight: bold; color: #333; margin-bottom: 20px; position: relative;">
<span style="display: inline-block; padding-bottom: 10px; border-bottom: 1px solid #1e90ff;">高频数据感知与嵌入式AI</span>
</div>
<div style="font-size: 15px; color: #666; line-height: 1.8;">基于高性能边缘计算的高频数据感知与嵌入式实时智能推理平台</div>
</div>
<div style="width: 30%; text-align: center; padding: 30px; background: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.4); transition: all 0.3s ease;">
<div style="font-size: 22px; font-weight: bold; color: #333; margin-bottom: 20px; position: relative;">
<span style="display: inline-block; padding-bottom: 10px; border-bottom: 1px solid #1e90ff;">多模态信息融合分析</span>
</div>
<div style="font-size: 15px; color: #666; line-height: 1.8;">面向跨尺度叠加复杂多场耦合的多模态信息挖掘提取/智能融合平台</div>
</div>
<div style="width: 30%; text-align: center; padding: 30px; background: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.4); transition: all 0.3s ease;">
<div style="font-size: 22px; font-weight: bold; color: #333; margin-bottom: 20px; position: relative;">
<span style="display: inline-block; padding-bottom: 10px; border-bottom: 1px solid #1e90ff;">高效实时决策支持</span>
</div>
<div style="font-size: 15px; color: #666; line-height: 1.8;">面向多场融合需求应用的预训练大模型架构优化及高效实时智能决策平台</div>
</div>
</div>
</div>
</div>
</div>
<!-- 产品解决方案 -->
<div class="cpjjfa">
<div class="content">
<div class="head">
<p class="title">产品与解决方案</p>
<p class="tip"> 夯实底层技术复用逻辑,横纵扩展与软硬结合的扎实服务,打造产业“T”型生态 </p>
<em></em>
</div>
<div class="ywly-container" style="display: flex; justify-content: space-between; margin-top: 40px;">
<div class="ywly-item" style="width: 23%; text-align: center;">
<div class="ywly-img" style="height: 200px; overflow: hidden; border-radius: 8px; margin-bottom: 20px;">
<img src="http://www.seerbigdata.com/images/cpyc2.png" alt="数字铁路" style="width: 100%; height: 100%; object-fit: cover;">
</div>
<h3 style="font-size: 20px; color: #fff; margin-bottom: 10px;">数字铁路</h3>
</div>
<div class="ywly-item" style="width: 23%; text-align: center;">
<div class="ywly-img" style="height: 200px; overflow: hidden; border-radius: 8px; margin-bottom: 20px;">
<img src="./images/jjfa/数字体育.png" alt="数字教育" style="width: 100%; height: 100%; object-fit: cover;">
</div>
<h3 style="font-size: 20px; color: #fff; margin-bottom: 10px;">数字教育</h3>
</div>
<div class="ywly-item" style="width: 23%; text-align: center;">
<div class="ywly-img" style="height: 200px; overflow: hidden; border-radius: 8px; margin-bottom: 20px;">
<img src="./images/jjfa/数字政府.png" alt="数字政府" style="width: 100%; height: 100%; object-fit: cover;">
</div>
<h3 style="font-size: 20px; color: #fff; margin-bottom: 10px;">数字政府</h3>
</div>
<div class="ywly-item" style="width: 23%; text-align: center;">
<div class="ywly-img" style="height: 200px; overflow: hidden; border-radius: 8px; margin-bottom: 20px;">
<img src="http://www.seerbigdata.com/images/cpyc1.png" alt="数字工业" style="width: 100%; height: 100%; object-fit: cover;">
</div>
<h3 style="font-size: 20px; color: #fff; margin-bottom: 10px;">数字工业</h3>
</div>
</div>
<style>
.cpfacont .cpleft {
position: relative;
}
.cpfacont .cpleft .cpgynr {
position: absolute;
transition: all .1s linear;
bottom: 0px;
left: 0;
z-index: 9;
}
.cpfacont .cpleft:hover .cpgynr {
bottom: 40px;
transition: all .1s linear;
}
.cpfacont .cpleft:hover .cpimgyc {
display: none;
}
.cpleftyc {
display: none;
}
.cpfacont .cpleft:hover .cpleftyc {
display: block;
transition: all .1s linear
}
.cpfacont .cpright .cptop {
position: relative;
}
.topnr {
position: absolute;
transition: all .1s linear;
bottom: 20px;
left: 0;
z-index: 9;
}
.cptopyc {
display: none;
}
.cpfacont .cpright .cptop:hover .cpimgyc {
display: none;
}
.cpfacont .cpright .cptop:hover .topnr {
bottom: 25px;
}
.cpfacont .cpright .cptop:hover .cptopyc {
display: block;
transition: all .1s linear
}
.cpfacont .cpright .cpbot .cpbotl {
position: relative;
}
.cpbotlnr {
position: absolute;
transition: all .1s linear;
bottom: 25px;
left: 0;
z-index: 9;
}
.cpbotlyc {
display: none;
}
.cpfacont .cpright .cpbot .cpbotl:hover .cpimgyc {
display: none;
}
.cpfacont .cpright .cpbot .cpbotl:hover .cpbotlnr {
bottom: 20px;
}
.cpfacont .cpright .cpbot .cpbotl:hover .cpbotlyc {
display: block;
transition: all .1s linear
}
.cpfacont .cpright .cpbot .cpbotr {
position: relative;
}
.cpbotrnr {
position: absolute;
transition: all .1s linear;
bottom: 25px;
left: 0;
z-index: 9;
}
.cpbotryc {
display: none;
}
.cpfacont .cpright .cpbot .cpbotr:hover .cpimgyc {
display: none;
}
.cpfacont .cpright .cpbot .cpbotr:hover .cpbotrnr {
bottom: 20px;
}
.cpfacont .cpright .cpbot .cpbotr:hover .cpbotryc {
display: block;
transition: all .1s linear
}
.cpfacont .cpright .cptop .nrtxt {
line-height: 25px;
}
.cpfacont .cpright .cpbot .cpbotl .nrtxt {
line-height: 25px;
}
.cpfacont .cpright .cpbot .cpbotr .nrtxt {
line-height: 25px;
}
.news .newstop {
height: 100px;
margin-top: 10px;
line-height: 90px;
}
.news .newscont .newsitem .newstit {
height: 160px;
padding: 0 5%;
width: 90%;
}
.news .newscont .newsitem .newstit p {
font-size: 18px;
line-height: 30px;
height: 115px;
margin-top: 15px;
}
.news {
height: 490px;
}
.news .newscont .newsitem .newstit i {
bottom: 0
}
</style>
</div>
</div>
<div class="news">
<div class="content">
<div class="newstop">
<h2>新闻中心<span>News Center</span></h2>
<em></em>
<div class="gdleft"><a href="http://www.seerbigdata.com/web/#/website/news" target="_blank"
class="gd">更多 ></a></div>
</div>
<div class="newscont" id="newslist-zc">
<div class="newsitem">
<a href="https://mp.weixin.qq.com/s/bgCNMmL_4yZ7nLagK5r0NQ">
<div class="newsimg"><img src="/images/news/zzsd/icon.jpg"
alt=""></div>
<div class="newstit">
<p>聚集省人代会 | 省人大代表余旸:推动人工智能赋能千行百业</p>
<span>2025-01-20 </span>
<i></i>
</div>
</a>
</div>
<div class="newsitem">
<a href="https://mp.weixin.qq.com/s/IhLVJGHV_xTIzTzUue5u2Q">
<div class="newsimg"><img src="/images/news/zzsd/icon.jpg"
alt=""></div>
<div class="newstit">
<p>省人大代表余旸:推动学生健康管理数字化,保障学生健康成长</p>
<span>2025-01-20 </span>
<i></i>
</div>
<!-- <div class="newsnr"><p> 11月2日,东莞数字政府生态联盟发布暨“i莞家”一码通城体验活动在市民服务中心举行。活动现场,晓数知行与华为技术有限公司战略合作签约……</p></div> -->
</a>
</div>
<div class="newsitem">
<a href="https://mp.weixin.qq.com/s/Zq0wxotqV6mDysDz5QQeaw">
<div class="newsimg"><img src="/images/news/qyzx/6.png"
alt=""></div>
<div class="newstit">
<p>喜报!先知大数据多个项目验收通过!</p>
<span>2025-01-16 </span>
<i></i>
</div>
<!-- <div class="newsnr"><p> 8月4日,晓数知行与中国移动东莞分公司举行5G+互联网智慧城市战略合作签约仪式,携手共建“5G+互联网智慧城市”。中国移动东莞分公司……</p></div> -->
</a>
</div>
<div class="newsitem">
<a href="https://mp.weixin.qq.com/s/p4pU-yBAlysdWVhSOxeszw">
<div class="newsimg"><img src="/images/news/cpzx/7.png"
alt=""></div>
<div class="newstit">
<p>先知AI短跑产品:助力教师洞察差距,因材施教,践行"健康第一"</p>
<span>2025-01-16 </span>
<i></i>
</div>
<!-- <div class="newsnr"><p> 6月5日,东莞晓数知行有限公司(以下简称“晓数知行”)董事长余旸教授、总裁梁帆教授等一行受邀赴杭州海康威视数字技术股份有限公司……</p></div> -->
</a>
</div>
</div>
</div>
</div>
<script type="text/javascript">
const urlPre = 'http://www.seerbigdata.com/website/api';
function fetchNewsList() {
fetch(`${urlPre}/website/pressCenter/list`, {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
// 如果需要请求参数,在这里添加
pageNo: 1,
pageSize: 4,
// type: 1
})
})
.then(response => response.json())
.then(data => {
const list = data.data.records;
const newsListContainer = document.getElementById('newslist-zc');
// 清空现有内容
newsListContainer.innerHTML = '';
// 假设 data 是一个新闻数组
list.forEach(news => {
const newsItem = document.createElement('div');
newsItem.className = 'newsitem';
const urrl = "http://www.seerbigdata.com/web/#/website/newsDetail"
// 添加点击事件处理
newsItem.addEventListener('click', () => {
if(news.textType === '1'){
window.open(news.externalLinks,'_blank');
}else{
window.open(`${urrl}?type=${news.id}`,'_blank');
}
});
// 添加鼠标样式
newsItem.style.cursor = 'pointer';
// <div href="${urrl+'?type='+news.id}">
newsItem.innerHTML = `
<div>
<div class="newsimg">
<img src="${urlPre +'/file/get/'+ news.fileId || ''}" alt="">
</div>
<div class="newstit">
<p>${news.title || ''}</p>
<span>${news.publishTime || ''} </span>
<i></i>
</div>
</div>
`;
newsListContainer.appendChild(newsItem);
});
})
.catch(error => {
console.error('获取新闻列表失败:', error);
});
}
// 页面加载时获取新闻列表
document.addEventListener('DOMContentLoaded', fetchNewsList);
</script>
<div class="hzgy">
<div class="content">
<div class="head">
<p class="title">合作共赢</p>
<p class="tip"> 先知大数据秉承开放合作的真诚态度,携手各界合作伙伴,优势互补,开展全方位、多层次、宽领域的合作,努力实现互利共赢、共同发展 </p>
<em></em>
</div>
<div class="">
<img src="./images/index/合作伙伴.png" style="width: 100%;" alt="">
</div>
</div>
</div>
<div id="footer-container"></div>
<script>
function loadFooter() {
fetch('/commonHtml/footer.html')
.then(response => response.text())
.then(data => {
document.getElementById('footer-container').innerHTML = data;
});
}
loadFooter();
</script>
</body>
</html>
HTTP/1.1 200 OK
Server: nginx/1.26.1
Date: Mon, 25 Aug 2025 18:36:45 GMT
Content-Type: text/html
Last-Modified: Thu, 13 Feb 2025 03:19:16 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"67ad64b4-6b66"
Content-Encoding: gzip