| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- <!DOCTYPE html>
- <html lang="en"
- xmlns:th="http://www.thymeleaf.org"
- xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
- layout:decorate="~{home/common/common}">
- <head>
- <meta charset="UTF-8">
- <title>苏州高新区企业服务云平台</title>
- <style>
- .tips-popup {
- display: none;
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- background: rgba(0,0,0,.3);
- z-index: 10000;
- }
- .tips-content {
- position: absolute;
- top: 50%;
- left: 50%;
- margin: -100px 0 0 -200px;
- width: 400px;
- height: 200px;
- font-size: 20px;
- text-align: center;
- /*padding-top: 90px;*/
- background: #fff;
- box-shadow: 2px 2px 10px rgba(0,0,0,.2);
- }
- .tips-content .tipsclose {
- position: absolute;
- top: 10px;
- right: 10px;
- font-size: 14px;
- cursor: pointer;
- }
- #popupCentent {
- padding: 70px 20px 0;
- line-height: 2;
- }
- .popupInfo {
- font-size: 16px;
- text-align: left;
- }
- </style>
- </head>
- <body layout:fragment="content">
- <div th:replace="~{home/common/header :: header}"></div>
- <!--nav-->
- <div class="center_nav">
- <div th:replace="~{home/common/header :: nav}"></div>
- </div>
- <div class="banner-bg"></div>
- <div class="main-bg">
- <div class="home-content">
- <!-- <div class="num-info">
- <ul class="clearfix">
- <li>
- <p><i class="iconfont"></i></p>
- <p class="num-font">[[${companyCount}]]</p>
- <p><strong>服务企业</strong></p>
- </li>
- <li>
- <p><i class="iconfont"></i></p>
- <p class="num-font">[[${contentCount}]]</p>
- <p><strong>开展活动</strong></p>
- </li>
- <li>
- <p><i class="iconfont"></i></p>
- <p class="num-font">[[${buildCount}]]</p>
- <p><strong>工业园产业园</strong></p>
- </li>
- <li>
- <p><i class="iconfont"></i></p>
- <p class="num-font">[[${servicesCount}]]</p>
- <p><strong>服务联盟</strong></p>
- </li>
- <li>
- <p><i class="iconfont"></i></p>
- <p class="num-font">[[${activityCount}]]</p>
- <p><strong>专题活动</strong></p>
- </li>
- <li>
- <p><i class="iconfont"></i></p>
- <p class="num-font">[[${projectCount}]]</p>
- <p><strong>项目申报</strong></p>
- </li>
- </ul>
- </div> -->
- <div class="clearfix center-main">
- <div class="pull-left news-box" style="width: 560px;">
- <div class="news-title">
- <span>通知公告</span>
- </div>
- <div class="clearfix">
- <div class="pull-left home-news-pic">
- <a href="http://escloud.snd.gov.cn/home/activityDetail/38" target="_blank">
- <img src="http://202.102.20.60:8095/uploads/images/2019/02/25/20190225161755QQ截图20190225155358.png">
- </a>
- <!--<img th:src="@{/home/image/tzgg0428.jpg}" />-->
- </div>
- <div class="pull-left" style="width: 280px;" th:each="navigation,iterStat:${navigations}">
- <div th:if="${iterStat.index==0}">
- <div class="contentStyle" th:each="content,iterStat:${navigation.contents}" th:object="${content}">
- <!--<div class="pull-left">-->
- <!--<img th:src="${navigation.fileDown.file_url}">-->
- <!--</div>-->
- <div class="home-news-list">
- <ul th:if="${iterStat.index==0}">
- <li th:each="content,iterStat:${navigation.contents}" th:object="${content}" class="ellipsis"><a th:href="@{'/home/contentDetail/'+*{id}}" th:text="*{title}" target="_blank" th:title="*{title}"></a></li>
- </ul>
- </div>
- <!--<div>-->
- <!--<h3 th:if="${iterStat.first}"><a th:href="@{'/home/contentDetail/'+*{id}}" th:text="*{title}"></a><i class="iconfont hot-news"></i></h3>-->
- <!--<p th:unless="${iterStat.first}" class="ellipsis"><a th:href="@{'/home/contentDetail/'+*{id}}" th:text="*{title}"></a></p>-->
- <!--<p th:if="${iterStat.first}" class="brief-info" th:text="*{brief}"></p>-->
- <!--<!–<span >[[*{create_time}]]</span>–>-->
- <!--</div>-->
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="pull-left news-box" style="width: 285px;">
- <div class="news-title">
- <span>政策法规</span>
- </div>
- <div class="home-news-list">
- <ul id="newsFg">
- </ul>
- </div>
- <!--<div th:each="navigation,iterStat:${navigations}" class="home-news-list">-->
- <!--<ul th:if="${iterStat.index==1}">-->
- <!--<li th:each="content,iterStat:${navigation.contents}" th:object="${content}" class="ellipsis"><a th:href="@{'/home/contentDetail/'+*{id}}" th:text="*{title}"></a></li>-->
- <!--</ul>-->
- <!--</div>-->
- </div>
- <div class="pull-right">
- <a th:href="@{'/home/informList/1'}"><img th:src="@{'/home/image/activity-img.jpg'}" alt="高新区专题活动"></a>
- </div>
- </div>
- <div class="projects" style="margin-top: 40px">
- <div class="device">
- <a class="arrow-left" href="#"><i class="iconfont"></i></a>
- <a class="arrow-right" href="#"><i class="iconfont"></i></a>
- <div class="swiper-container " id="swiper-footer">
- <div class="swiper-wrapper" >
- <!--<div class="swiper-slide" th:each="content,iterStat:${contentServices}" th:object="${content}"><a th:href="@{'/home/contentDetail/'+*{id}}"><img th:src="${fileUrl} +*{fileDown.file_url}"></a></div>-->
- <div class="swiper-slide"><a th:href="@{'/home/serverDetail/78'}" th:title="政务服务"><img th:src="@{/home/image/img01.jpg}" alt="政务服务"></a></div>
- <div class="swiper-slide"><a th:href="@{'/home/login'}" th:title="存量工业用地"><img th:src="@{/home/image/img02.jpg}" alt="存量工业用地"></a></div>
- <div class="swiper-slide"><a th:href="@{'/home/login'}" th:title="项目申报"><img th:src="@{/home/image/img03.jpg}" alt="项目申报"></a></div>
- <div class="swiper-slide"><a onclick="toGYZT()" th:title="工业小区服务"><img th:src="@{/home/image/img04.jpg}" alt="工业小区服务"></a></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!--页底-->
- <div th:replace="~{home/common/footer :: footer}"></div>
- <script type="text/javascript">
- //解决session过期页面嵌在iframe里面
- if (self != top) {
- top.location = self.location;
- }
- var industrialCarrier = "http://47.105.241.108"
- var pagePath = $("meta[name='_ctx']").attr("content");
- pagePath = pagePath.substring(0, pagePath.length - 1);
- $(function () {
- getNewsData(0);
- });
- var swiper_footer = new Swiper('#swiper-footer', {
- autoplay:2000,
- loop : false,
- slidesPerView : 4
- });
- $('.arrow-left').on('click', function(e){
- e.preventDefault()
- swiper_footer.swipePrev()
- });
- $('.arrow-right').on('click', function(e){
- e.preventDefault()
- swiper_footer.swipeNext()
- });
- function getNewsData(lbIndex) {
- $.ajax({
- url: pagePath+"/policy/radar?apikey=snd_apis&at=2&page=1&pagesize=5",
- type: 'get',
- dataType: 'json',
- data:{lb:lbIndex},
- success: function (json) {
- json = json.obj;
- var _html = '';
- $.each(json.list, function (index, item) {
- _html += '<li class="ellipsis"><a href="'+pagePath+'/home/policyDetail?bno='+ item.bno +'" target="_blank" title="'+ item.title +'">'+ item.title +'</a></li>';
- });
- $("#newsFg").html(_html);
- }
- });
- }
- function toGYZT() {
- window.open(pagePath.substring(0,pagePath.lastIndexOf("/")) + '/industry/admin/#/home');
- }
- </script>
- </body>
- </html>
|