|
|
@@ -0,0 +1,75 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
+<head th:replace="common::header(~{::title},~{::link})">
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
+ <title>科德信息咨询</title>
|
|
|
+
|
|
|
+ <!-- 二级页面CSS -->
|
|
|
+ <link rel="stylesheet" th:href="${portalHost+'/css/secode.css'}">
|
|
|
+ <!-- 自定义动画样式 -->
|
|
|
+ <link rel="stylesheet" th:href="${portalHost+'/css/swiper.min.css'}">
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <div class="app">
|
|
|
+ <!-- 头部 -->
|
|
|
+ <header>
|
|
|
+ <div th:replace="common::nav('','')"></div>
|
|
|
+ <!-- 新闻轮播图 -->
|
|
|
+ <div class="swiper-containerx">
|
|
|
+ <img th:src="${banners}==null?${portalHost+'/images/banner/news_bg.jpg'}:${avatarUploadHost}+${banners.bannerUrl}" />
|
|
|
+ </div>
|
|
|
+ <!-- 新闻轮播图 end -->
|
|
|
+ </header>
|
|
|
+ <!-- 头部 end -->
|
|
|
+ <!-- 主体内容 -->
|
|
|
+ <div class="main-str main">
|
|
|
+ <div class="product-title">
|
|
|
+ <h4>战略合作</h4>
|
|
|
+ <p>已为26000+企业,获得国家高新技术企业认证!</p>
|
|
|
+ </div>
|
|
|
+ <div class="strategic container">
|
|
|
+ <div class="">
|
|
|
+ <ul class="">
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <!-- 分页 -->
|
|
|
+ <div class="page_3"></div>
|
|
|
+ <!-- 分页 end -->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="strate-f">
|
|
|
+ <div class="container">
|
|
|
+ <div class="str-f-text">
|
|
|
+ <p>商务恰谈,渠道合作</p>
|
|
|
+ <p>技术转移事业部</p>
|
|
|
+ <p>联系人:陈女士</p>
|
|
|
+ </div>
|
|
|
+ <div class="str-f-number">
|
|
|
+ <p>电话: 0731-89907207</p>
|
|
|
+ <p>QQ:1924306267</p>
|
|
|
+ <p>邮箱:1924306267@qq.com</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 主体内容 end -->
|
|
|
+ <!-- 底部 -->
|
|
|
+ <footer>
|
|
|
+ <div th:replace="common::copyright"></div>
|
|
|
+ </footer>
|
|
|
+ <!-- 底部 end -->
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div th:replace="common::footer(~{::script})">
|
|
|
+ <!-- 引入轮播 -->
|
|
|
+ <script th:src="${portalHost+'/js/page.js'}"></script>
|
|
|
+ <script >
|
|
|
+ cooperation()
|
|
|
+ </script>
|
|
|
+ </div>
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|