123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
- <title>上海永天科技股份有限公司</title>
- <?php $this->load->view('_resource', array('link' => 'platform')); ?>
- </head>
- <body>
- <?php $this->load->view('_header1', array('navi' => 'cloud')); ?>
- <div class="top1" style="background: #0083CC;">
- <img src="<?php echo STYLE_PATH; ?>/images/eg3.png" alt="" />
- </div>
- <div class="top2">
- <img src="<?php echo STYLE_PATH; ?>/images/eg4.png" alt="" />
- </div>
- <div class="box1">
- <h1>USKY CLOUD Video</h1>
- <div class="c1"></div>
- <div class="video">
- <embed src='http://player.youku.com/player.php/sid/XMjYxMDcwNzMzNg==/v.swf' allowFullScreen='true' autoplay="true" quality='high' width='614' height='360' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash'></embed>
- </div>
- </div>
- <!-- 永天云特点 -->
- <div class="box1 box2">
- <h1>The Characteristics Of USKY CLOUD</h1>
- <span>Four key features, to solve the pain points </span>
- <span>of intelligent systems in many aspects</span>
- <div class="c1"></div>
- <ul>
- <li>
- <img src="<?php echo STYLE_PATH; ?>/images/eg67.png" alt="" />
- </li>
- <li>
- <img src="<?php echo STYLE_PATH; ?>/images/eg68.png" alt="" />
- </li>
- <li>
- <img src="<?php echo STYLE_PATH; ?>/images/eg69.png" alt="" />
- </li>
- <li class="none">
- <img src="<?php echo STYLE_PATH; ?>/images/eg70.png" alt="" />
- </li>
- </ul>
- </div>
- <!-- 永天云特点 -->
- <!-- 永天云架构 -->
- <div class="box1 box4">
- <h1>USKY CLOUD Architecture</h1>
- <div class="c1"></div>
- <div class="img">
- <img src="<?php echo STYLE_PATH; ?>/images/eg7.png" alt="" />
- </div>
- <div class="box4_1">
- <h1>The intelligent systems of USKY CLOUD (optional)</h1>
- <div class="box4_img">
- <img src="<?php echo STYLE_PATH; ?>/images/eg5.png" alt="" />
- <a href="http://www.chinausky.com/assets/v1/images/es6.png" target="_blank" class="spc_img">
- <img src="<?php echo STYLE_PATH; ?>/images/eg71_on.png" alt="" />
- </a>
- </div>
- </div>
- </div>
- <!-- 永天云架构 -->
- <!-- 永天智慧楼宇 -->
- <div class="box1 box2">
- <h1>USKY Intelligent Building Industry Alliance</h1>
- <span>The establishment of industrial union is based on USKY CLOUD.</span>
- <span>We make different vendors of smart devices or their own cloud access to the cloud.</span>
- <span> In the same time, USKY CLOUD opens source to other system so that it realizes </span>
- <span>the linkage across the different system, which provides more freely intelligent solutions to the owner</span>
- <div class="c1"></div>
- <!-- 合作客户 -->
- <div class="box1 box3">
- <ul>
- <?php
- if(is_array($items)):
- $i = 1;
- foreach ($items as $key => $value):
- ?>
- <li <?php if(($i++) % 5 === 0) echo 'class="none"'; ?>>
- <img src="<?php echo $value['url'] ?>" alt="" />
- </li>
- <?php
- endforeach;
- endif;
- ?>
- </ul>
- </div>
- <!-- 合作客户 -->
- </div>
- <!-- 永天智慧楼宇 -->
- <?php $this->load->view('_footer1'); ?>
- </body>
- </html>
|