webs/giantElephant/html/bigDataServices.html

119 lines
3.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../imgs/PNG/LOGO1.png">
<link rel="stylesheet" href="../css/aboutUs.css">
<link rel="stylesheet" href="../css/header.css">
<title>巨象云数</title>
</head>
<style>
html, body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
</style>
<body>
<section class="headerBox">
<section class="header">
<div class="logoBox">
<img class="logo" src="../imgs/PNG/LOGO2.png" alt="logo">
</div>
<ul class="nav">
<li><a class="menu" href="../index.html">首页</a> </li>
<li><a class="menu" href="software.html">软件开发</a></li>
<li><a style="color: black;text-decoration: none;" href="#">大数据服务</a></li>
<li><a class="menu" href="aboutUs.html">关于我们</a></li>
<li><a href="mailto:support@betmaysg.com"> <img class="email" src="../imgs/PNG/邮件.png" alt="邮件"></a></li>
</ul>
</section>
<div class="BigtitleBox">
<div class="ABtitle">
<h1>大数据服务</h1>
<p style="padding-left: 0px;">Big data services</p>
</div>
<p class="content">
巨象云数支持多种数据源的接入,打通
用户行为和业务数据,构建全域数据融
合模型,实现从用户到经营的全链路
全场景分析,提供全面有效的市场信息
和经营策略,帮助企业更好的了解用户
掌握市场、提高竞争力。
</p>
</div>
</section>
<section class="standard">
<div class="standardTitle">
<h1>云计算&大数据服务</h1>
<p style="width: 800px;margin: 0 auto ;margin-top: 18px;">超过50类业务指标多维分析实时定位运营状态提高运营效率
精准的信息推送服务和精细化用户标签体系,极大提升客户转化率、留存率和复购率</p>
</div>
<ul class="standardList">
<li class="bigData">
<div class="longBlock ">
<img src="../imgs/PNG/大数据资产.png" alt="资产">
<p style="font-size: 25px;">大数据资产</p>
</div>
</li>
<li class="bigData">
<div class="longBlock ">
<img src="../imgs/PNG/大数据能力.png" alt="大数据能力">
<p style="font-size: 25px;">大数据能力</p>
</div>
</li>
<li class="bigData">
<div class="longBlock ">
<img src="../imgs/PNG/大数据应用.png" alt="大数据应用">
<p style="font-size: 25px;">大数据应用</p>
</div>
</li>
</ul>
</section>
<section class="footerBox">
<div class="Flogo">
<img class="FlogoImg" src="../imgs/PNG/LOGO2.png" alt="logo">
<p>版权所有 © 2025 巨象云数</p>
</div>
</section>
<script>
fetch('./header.html')
.then(response => response.text())
.then(data => {
document.getElementById('header-container').innerHTML = data;
});
</script>
</body>
</html>