12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?php if(!defined('IN_DISCUZ')) exit('Access Denied'); hookscriptoutput('index');
- block_get('45,48,49');?><?php include template('common/header'); ?><!-- header start --><?php include template('portal/header_portal'); ?><!-- header end -->
- <div class="clear"></div>
- <!--服务项目模块-->
- <div class="wk-service-item bg-white">
- <div class="container">
- <ul class="service-item clearfix">
- <li>
- <a href="<?php echo $touch_lang['77'];?>">
- <span class="service-ue">
- <h3 class="f32"><?php echo $touch_lang['75'];?></h3>
- <p class="f16"><?php echo $touch_lang['76'];?></p>
- </span>
- </a>
- </li>
- <li>
- <a href="<?php echo $touch_lang['81'];?>">
- <span class="service-ui">
- <h3 class="f32"><?php echo $touch_lang['79'];?></h3>
- <p class="f16"><?php echo $touch_lang['80'];?></p>
- </span>
- </a>
- </li>
- <li>
- <a href="<?php echo $touch_lang['85'];?>">
- <span class="service-dev">
- <h3 class="f32"><?php echo $touch_lang['83'];?></h3>
- <p class="f16"><?php echo $touch_lang['84'];?></p>
- </span>
- </a>
- </li>
- </ul>
- </div>
- </div>
- <!--//服务项目模块-->
- <div class="clear"></div>
- <!--案例模块--><?php block_display('45');?><!--//案例模块-->
- <div class="clear"></div>
- <!--联系模块-->
- <div class="wk-index-contact">
- <div class="container">
- <h3 class="f32"><?php echo $touch_lang['90'];?></h3>
- <p class="f16"><?php echo $touch_lang['91'];?></p>
- <p><span class="f22"><?php echo $touch_lang['92'];?></span><span class="f22"><?php echo $touch_lang['93'];?></span></p>
- <p class="btn-box"><a href="http://wpa.qq.com/msgrd?v=3&uin=<?php echo $touch_lang['95'];?>&site=qq&menu=yes" target="_blank" class="f16 comm-Btn Btn-red" style="color:#FFF; "><?php echo $touch_lang['94'];?></a></p>
- </div>
- </div>
- <!--//联系模块-->
- <div class="clear"></div>
- <!--评价模块-->
- <?php block_display('48');?><!--//评价模块-->
- <div class="clear"></div>
- <!--合作伙伴模块--><?php block_display('49');?><!--//合作伙伴模块-->
- <div class="clear"></div><?php include template('common/footer'); ?>
|