12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <!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'}">
- </head>
- <body>
- <div class="app">
- <!-- 头部 -->
- <header>
- <div th:replace="common::nav('','')"></div>
- <!-- 轮播图 -->
- <div class="swiper-containerx">
- <img th:src="${banners}==null?${portalHost+'/images/banner/about_bg.png'}:${avatarUploadHost}+${banners.bannerUrl}" />
- <div class="swiper_title">
- <h6>联系我们</h6>
- </div>
- </div>
- <!-- 轮播图 end -->
- </header>
- <!-- 头部 end -->
- <!-- 主体内容 -->
- <div class="about-cx main about-kede-main">
- <div class="container">
- <div class="about-kede-content">
- <h4>联系我们</h4>
- <p>为客户提供优质的一站式服务咨询解决方案</p>
- <div class="content">
- <div id="baidu_container">
- <img th:src="${portalHost+'/images/about/map.png'}" />
- </div>
- <div class="contact_img">
- <img th:src="${portalHost+'/images/logo.jpg'}" />
- <h5 style="position: absolute;" >广西南宁科发企业信息咨询有限公司</h5>
- </div>
- <div class="contact_text">
- <ul>
- <li>地址:南宁市高新区滨河路5号中盟科技园4号楼6楼602 </li>
- <li>联系我们:18978838873马先生 </li>
- <li>客服咨询:0771-2753817</li>
- <li>QQ咨询:2851902493 </li>
- </ul>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- 主体内容 end -->
- <!-- 底部 -->
- <footer>
- <div th:replace="common::copyright"></div>
- </footer>
- <!-- 底部 end -->
- </div>
- <div th:replace="common::footer(~{},'')">
- </div>
- </body>
- </html>
|