132 lines
4.0 KiB
PHTML
Executable File
132 lines
4.0 KiB
PHTML
Executable File
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
{include file="include/head" /}
|
||
<script type="text/javascript">
|
||
var navID = "1";
|
||
</script>
|
||
<link rel="stylesheet" type="text/css" href="__PUBLIC__/m_web/js/bxslider/jquery.bxslider.css">
|
||
<script type="text/javascript" src="__PUBLIC__/m_web/js/bxslider/jquery.bxslider.min.js"></script>
|
||
<style>
|
||
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div id="content">
|
||
<!--头部-->
|
||
{include file="include/top" /}
|
||
|
||
<!--banner-->
|
||
{include file="include/banner" /}
|
||
<!--类别-->
|
||
|
||
<?php if (!empty($productCategory)): ?>
|
||
<div class="category">
|
||
<ul>
|
||
<?php foreach ($productCategory as $key => $value): ?>
|
||
<?php if ($key > 6) break; ?>
|
||
<li class="text_black">
|
||
<a href="/mobile/product/catelists/id/<?php echo $value['id']; ?>">
|
||
<p class=""><img src="<?php echo getImage($value['m_icon']); ?>"></p>
|
||
<p class=""><?php echo $value['name'] ?></p>
|
||
</a>
|
||
</li>
|
||
<?php endforeach; ?>
|
||
</ul>
|
||
</div>
|
||
<?php endif; ?>
|
||
|
||
<!--视频一-->
|
||
<div class="m_Container" style="margin-top:0.4rem;">
|
||
<video height="100%" controls poster="__PUBLIC__/m_web/images/home_new_product.jpg">
|
||
<source src="__PUBLIC__/m_web/images/home-video.mp4" type="video/mp4">
|
||
您的浏览器不支持 video 标签。
|
||
Your browser does not support HTML5 video.
|
||
</video>
|
||
</div>
|
||
|
||
<!--研究中心-->
|
||
<div class="m_Container">
|
||
<ul class="Brand_research">
|
||
<a href="/mobile/Group/odm"><li>品牌ODM服务>></li></a>
|
||
<a href="/mobile/Group/rdcenter"><li>集团技术研发中心>></li></a>
|
||
<a href="/mobile/Group/industry"><li>集团产业链>></li></a>
|
||
</ul>
|
||
</div>
|
||
|
||
|
||
<!--视频二-->
|
||
<?php
|
||
$videos = getDifferentVideo('headline', 1);
|
||
if ($videos):
|
||
?>
|
||
<div class="m_Container index_video">
|
||
<div class="title text_center text_black">聆听用户心声,见证改变力量</div>
|
||
<div class="des text_center text_gray">元创至今已沐风栉雨闯过10年,10年来,元创从零开始,到如今产业全线铺开,发展之势一片蓬勃,都离不开用户及员工的支持、伙伴们的协助。<br>长久以来,用户及员工的心声对于我们的前行,起着至关重要的作用,成为了我们改变突破的动力,也是我们掌舵航行的灯塔。</div>
|
||
<video controls poster="__PUBLIC__/m_web/images/video-02.jpg">
|
||
<source src="__PUBLIC__/m_web/images/ORICO_HOME_VIDEO.mp4" type="video/mp4" />
|
||
您的浏览器不支持 video 标签。
|
||
Your browser does not support HTML5 video.
|
||
</video>
|
||
</div>
|
||
<?php endif; ?>
|
||
|
||
<!--文化与价值观-->
|
||
<div class="m_Container text_center text_black">
|
||
<div class="index_culute">
|
||
<p class="title">我们的使命</p>
|
||
<p class="des">不断探索USB技术 赋能人们美好生活</p>
|
||
<a href="/mobile/group/vision">
|
||
<p class="img-responsive"><img src="__PUBLIC__/m_web/images/Culture-01.jpg"></p>
|
||
</a>
|
||
</div>
|
||
<div class="index_culute">
|
||
<p class="title">文化与价值观</p>
|
||
<p class="des">创新 极致 尊严 大爱 健康 快乐</p>
|
||
<a href="">
|
||
<p class="img-responsive"><img src="__PUBLIC__/m_web/images/Culture-02.jpg"></p>
|
||
</a>
|
||
</div>
|
||
<div class="index_culute">
|
||
<p class="title">历史与发展</p>
|
||
<p class="des">走过的每一步,都让未来瞩目</p>
|
||
<a href="">
|
||
<p class="img-responsive"><img src="__PUBLIC__/m_web/images/Culture-03.jpg"></p>
|
||
</a>
|
||
</div>
|
||
|
||
</div>
|
||
<!--合作伙伴-->
|
||
{include file="include/partner" /}
|
||
|
||
<!--底部-->
|
||
{include file="include/bottom" /}
|
||
|
||
|
||
</div>
|
||
<!--top-->
|
||
<!--top End-->
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
/*banner*/
|
||
$(function(){
|
||
$('.banner_list').bxSlider({
|
||
});
|
||
});
|
||
|
||
/*banner*/
|
||
$(function(){
|
||
$('.index_partner').bxSlider({
|
||
speed:5,
|
||
auto:true
|
||
});
|
||
});
|
||
|
||
|
||
</script>
|
||
</body>
|
||
</html>
|