| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <div class="wrapFooter">
- <div class="contentBottom">
- <!-- if isset({{map}})&&{{map}}=="index" -->
-
- <div class="contentBottom clearfix">
- <div class="indexNewsList fR">
- <dl>
- <dt>行业新闻</dt>
- <!-- loop industryNews -->
- <dd><span class="fR">{{format_date(industryNews' value.time)}}</span><a href="/news/{{industryNews' value.cid}}/{{industryNews' value.aid}}" target="_blank">{{industryNews' value.title}}</a></dd>
- <!-- endloop -->
- </dl>
- </div>
- <div class="indexNewsList">
- <dl>
- <dt>公司新闻</dt>
- <!-- loop companyNews -->
- <dd><span class="fR">{{format_date(companyNews' value.update_time)}}</span><a href="/news/{{companyNews' value.cid}}/{{companyNews' value.aid}}" target="_blank">{{companyNews' value.title}}</a></dd>
- <!-- endloop -->
- </dl>
- </div>
- </div>
-
- <!-- else -->
-
-
- <!-- endif -->
- </div>
- <!-- if !isset({{iscontact}}) -->
- <div class="fContant clearfix">
- <!--<div class="search fR"><input type="text"><button>搜索</button></div>-->
- <div class="tel fL">
- <p>全国服务热线</p>
- <b>0756-3850888</b>
- </div>
- <div class="exqq fL">
- <p>企业QQ</p>
- <b>800003850</b>
- </div>
- <div class="tel2 fL">
- <p>全国监督热线-<strong>何银龄</strong></p>
- <b>13996277884</b>
- </div>
- </div>
- <!-- endif -->
- <div class="bottomNav">
- <div class="width1020">
- <ul class="subNav fL">
- <li><a href="/">首页</a></li>
- <li><a href="/news">新闻动态</a></li>
- <li><a href="/product/7">软件下载</a></li>
- <li><a href="/aboutUs">走进纵横</a></li>
- <li><a href="/contact">联系我们</a></li>
- <li><a href="http://help.smartcost.com.cn" target="_blank">帮助中心</a></li>
- </ul>
- <div class="copyRight fR">
- Copyright@珠海纵横创新软件有限公司 all rights reserved 粤ICP备14032472号<script src="http://s15.cnzz.com/stat.php?id=5188593&web_id=5188593&show=pic1" language="JavaScript"></script>
- </div>
- </div>
- </div>
- </div>
- <!-- WPA Button Begin -->
- <!-- <script charset="utf-8" type="text/javascript" src="http://wpa.b.qq.com/cgi/wpa.php?key=XzgwMDAwMzg1MF8yMTIwOV84MDAwMDM4NTBf"></script> -->
- <!-- WPA Button End -->
- </body>
|