123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- <!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' => 'index')); ?>
- </head>
- <body>
- <?php $this->load->view('_header1' , array('navi' => 'index')); ?>
- <!-- banner S -->
- <div class="banner">
- <div class="bd">
- <ul>
- <li style="background:url(<?php echo STYLE_PATH; ?>/images/eg.png) #0083CC center 0 no-repeat;"><a target="_blank" href="http://www.chinausky.com/cloud/index1"></a></li>
- </ul>
- </div>
- </div>
- <script type="text/javascript">jQuery(".banner").slide({ titCell:".hd ul", mainCell:".bd ul", effect:"fold", autoPlay:true, autoPage:true, trigger:"click" });</script>
- <!-- banner S -->
- <!-- 基于永天云 -->
- <div class="box1">
- <h1>Solution Based On USKY CLOUD</h1>
- <span>Using USKY CLOUD for different building intelligent solution</span>
- <span>Combining with the unique operation mode</span>
- <span>USKY CLOUD makes the building become a daughter cells of wisdom city.</span>
- <a href="http://www.chinausky.com/cloud/index1">About USKY CLOUD</a>
- <div class="c1"></div>
- <ul>
- <li>
- <a href="javascript:void(0);" style="background: none;"><img src="<?php echo STYLE_PATH; ?>/images/num20_on.png" alt="" /></a>
- </li>
- <li>
- <a href="javascript:void(0);" style="background: none;"><img src="<?php echo STYLE_PATH; ?>/images/num21_on.png" alt="" /></a>
- </li>
- <li>
- <a href="javascript:void(0);" style="background: none;"><img src="<?php echo STYLE_PATH; ?>/images/num23_on.png" alt="" /></a>
- </li>
- <li class="none">
- <a href="javascript:void(0);" style="background: none;"><img src="<?php echo STYLE_PATH; ?>/images/num24_on.png" alt="" /></a>
- </li>
- </ul>
- </div>
- <!-- 基于永天云 -->
- <!-- 企业服务 -->
- <div class="box1 box2">
- <h1>Enterprise Service</h1>
- <span>After 12 years’development</span>
- <span>USKY set up teams with rich and various experience </span>
- <span>to provide enterprises various services </span>
- <div class="c1" style="margin-bottom: 30px;"></div>
- <ul>
- <li>
- <div class="lf">
- <img src="<?php echo STYLE_PATH; ?>/images/index1.png" alt="" />
- </div>
- <div class="rh">
- <div class="rh_1">
- <div class="n1" style="height: 333px;">
- <h2>Experienced operations </h2>
- <p style="margin-bottom: 10px;">At present,the scope of our system maintenance service include monitoring and control system,visual intercom system,wireless network system,conventional computer network maintenance,splicing screen intelligent maintenance,equipment debugging,etc.</p>
- <p>With the improvements of project management,products and services,we will solve problems for our customers with more professional services in all directions.</p>
- </div>
- </div>
- <div class="rh_2">
- <img src="<?php echo STYLE_PATH; ?>/images/num1_1.jpg" alt="" />
- </div>
- </div>
- </li>
- <li>
- <div class="lf">
- <img src="<?php echo STYLE_PATH; ?>/images/index2.png" alt="" />
- </div>
- <div class="rh">
- <div class="rh_1">
- <div class="n1" style="height: 333px;">
- <h2>One-stop solution design</h2>
- <p style="margin-bottom: 30px;">According to the characteristics of project,USKY provide customized one-stop solution and systemic service which balance effectiveness and cost.</p>
- <p>Designing team members are from famous architectural design company,real estate consulting firm and research institutions with experience in building intellectualization planning and advisory service for many years.</p>
- </div>
- </div>
- <div class="rh_2">
- <img src="<?php echo STYLE_PATH; ?>/images/num2_1.jpg" alt="" />
- </div>
- </div>
- </li>
- <li>
- <div class="lf">
- <img src="<?php echo STYLE_PATH; ?>/images/index3.png" alt="" />
- </div>
- <div class="rh">
- <div class="rh_1">
- <div class="n1" style="height: 333px;">
- <h2 style="margin-bottom: 16px;">Project management team with 10-year experiences</h2>
- <p style="margin-bottom: 10px;line-height: 22px;">Provide intelligent design service for enterprises to ensure intelligent projects land successfully.</p>
- <p style="line-height: 22px;">We have more than 10 years’ experience of the construction,management and operation service.We set up branches for localization project management in California,HongKong,shenzhen,Beijing,nanchang,jiangxi province,changzhou,jiangsu,shandong jinan to ensure that the timely and considerate engineering services.</p>
- </div>
- </div>
- <div class="rh_2">
- <img src="<?php echo STYLE_PATH; ?>/images/num3_1.jpg" alt="" />
- </div>
- </div>
- </li>
- </ul>
- </div>
- <!-- 企业服务 -->
- <!-- 合作客户 -->
- <div class="box1 box3">
- <h1>Cooperation Clients</h1>
- <div class="c1"></div>
- <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>
- <!-- 合作客户 -->
- <?php $this->load->view('_footer1'); ?>
- </body>
- </html>
|