contact.html 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <link rel="shortcut icon" href="imgs/favicon.png" type="image/x-icon">
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <title>联系我们</title>
  8. <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" />
  9. <link rel="stylesheet" href="css/main.min.css">
  10. <link rel="stylesheet" href="css/style.css">
  11. <link rel="stylesheet" type="text/css" href="css/cc-css-tools.css" />
  12. <link rel="stylesheet" href="js/bootstrap-3.4.1-dist/css/bootstrap.min.css">
  13. <script src="js/jquery3.6.min.js"></script>
  14. <script src="js/bootstrap-3.4.1-dist/js/bootstrap.min.js"></script>
  15. <script src="/js/rem.js"></script>
  16. <script>
  17. $(document).ready(function(){
  18. })
  19. </script>
  20. <style type="text/css">
  21. .bannerbg{
  22. background: url(../images/banner11.png) center center no-repeat;
  23. background-size: 100% 100%;
  24. }
  25. .bannerMore {
  26. width: 82px;
  27. height: 26px;
  28. background-color: #ffffff;
  29. border-radius: 10%;
  30. }
  31. .bannerText {
  32. line-height: 26px;
  33. color: #000000;
  34. text-align: center;
  35. }
  36. .content{
  37. margin-left: 150px;
  38. margin-right: 150px;
  39. margin-top: 73px;
  40. }
  41. .content-box{
  42. background: #e3e3e3;
  43. width: 300px;
  44. height: 150px;
  45. padding: 20px;
  46. font-size: 16px;
  47. color: #000000;
  48. }
  49. .content-box:hover{
  50. box-shadow: 0 0 14px rgb(0 78 162 / 20%);
  51. }
  52. .content h3{
  53. font-size: 25px;
  54. color: #330677;
  55. font-weight: 600;
  56. margin-bottom: 50px;
  57. }
  58. .flex_normol{
  59. display: flex;
  60. margin-bottom: 25px;
  61. }
  62. .flex-between{
  63. display: flex;
  64. justify-content: space-between;
  65. margin-bottom: 25px;
  66. }
  67. .bgImg{
  68. background: url(../imgs/map1.png) center center no-repeat;
  69. background-size: 100% 100%;
  70. height: 351.5px;
  71. width: 715.5px;
  72. margin: 0 auto;
  73. }
  74. .marginRight{
  75. margin-right: 75px;
  76. }
  77. </style>
  78. </head>
  79. <body>
  80. <div class="navbgbox">
  81. <div class="navbg">
  82. <div class="nav about_nav">
  83. <div style="position: relative">
  84. <a href="index.html" class="nav_logo">
  85. <img src="images/dgt_logo.png" width="171" height="70">
  86. </a>
  87. <div class="guanggao">
  88. <strong style="color: #999999; margin-left : -140px; font-size: 14px">智慧科技 · 神州软件</strong>
  89. </div>
  90. </div>
  91. <div class="nav_a">
  92. <a href="index.html">首页</a>
  93. <a href="product.html">智慧企业</a>
  94. <a href="wisdom.html">智慧城市</a>
  95. <a href="fangan.html">解决方案</a>
  96. <a href="technology.html">技术服务</a>
  97. <a href="news.html">新闻中心</a>
  98. <a href="about_us.html">关于我们</a>
  99. <a href="contact.html" class="cur">联系我们</a>
  100. <!-- <img width="70px" src="imgs/QRcode1.jpg" alt=""> -->
  101. </div>
  102. </div>
  103. </div>
  104. </div>
  105. <div class="banner">
  106. <div class="bannerbg">
  107. <div class="shade">
  108. <div class="cc-tc-w bannerBoxTitle">
  109. <div class="bannerTitle">联系我们</div>
  110. <div class="bannerTitle-eng">Contact Us</div>
  111. </div>
  112. </div>
  113. </div>
  114. </div>
  115. <div class="content">
  116. <h3>办公地址</h3>
  117. <div class="flex_normol">
  118. <div class="content-box marginRight">
  119. <div style="display: flex;align-items: center;margin-bottom: 10px;">
  120. <img style="width: 20px;line-height: 40px;" src="images/location.png" alt="">
  121. <div style="margin-left: 10px;margin-top: 15px;">上海</div>
  122. </div>
  123. <div style="line-height: 30px;">上海市长宁区福泉路111号神州数码(上海)科技园</div>
  124. </div>
  125. <div class="content-box marginRight">
  126. <div style="display: flex;align-items: center;margin-bottom: 10px;">
  127. <img style="width: 20px;line-height: 40px;" src="images/location.png" alt="">
  128. <div style="margin-left: 10px;margin-top: 15px;">北京</div>
  129. </div>
  130. <div style="line-height: 30px;">北京市海淀区上地九街九号数码科技广场</div>
  131. </div>
  132. <div class="content-box">
  133. <div style="display: flex;align-items: center;margin-bottom: 10px;">
  134. <img style="width: 20px;line-height: 40px;" src="images/location.png" alt="">
  135. <div style="margin-left: 10px;margin-top: 15px;">洛阳</div>
  136. </div>
  137. <div style="line-height: 30px;">洛阳市洛龙区金城寨街正大国际中心</div>
  138. </div>
  139. </div>
  140. <div class="flex_normol">
  141. <div class="content-box marginRight">
  142. <div style="display: flex;align-items: center;margin-bottom: 10px;">
  143. <img style="width: 20px;line-height: 40px;" src="images/location.png" alt="">
  144. <div style="margin-left: 10px;margin-top: 15px;">苏州</div>
  145. </div>
  146. <div style="line-height: 30px;">苏州市相城区元和街道嘉元路959号元和大厦</div>
  147. </div>
  148. <div class="content-box marginRight">
  149. <div style="display: flex;align-items: center;margin-bottom: 10px;">
  150. <img style="width: 20px;line-height: 40px;" src="images/location.png" alt="">
  151. <div style="margin-left: 10px;margin-top: 15px;">杭州</div>
  152. </div>
  153. <div style="line-height: 30px;">杭州市下城区延安路385号杭州嘉里中心</div>
  154. </div>
  155. <div class="content-box">
  156. <div style="display: flex;align-items: center;margin-bottom: 10px;">
  157. <img style="width: 20px;line-height: 40px;" src="images/location.png" alt="">
  158. <div style="margin-left: 10px;margin-top: 15px;">深圳</div>
  159. </div>
  160. <div style="line-height: 30px;">深圳市南山区深南大道9968号汉京金融中心</div>
  161. </div>
  162. </div>
  163. <div class="flex_normol">
  164. <div class="content-box marginRight">
  165. <div style="display: flex;align-items: center;margin-bottom: 10px;">
  166. <img style="width: 20px;line-height: 40px;" src="images/location.png" alt="">
  167. <div style="margin-left: 10px;margin-top: 15px;">武汉</div>
  168. </div>
  169. <div style="line-height: 30px;">武汉市洪山区软件园中路9号光谷E城</div>
  170. </div>
  171. </div>
  172. <div style="display: flex;margin-bottom: 50px">
  173. <div class="marginRight">
  174. <h3>业务咨询</h3>
  175. <div class="content-box">
  176. <div style="display: flex;align-items: center;margin-bottom: 10px;">
  177. <img style="width: 30px;" src="images/phone.png" alt="">
  178. <div style="margin-left: 10px;margin-top: 5px;">联系方式</div>
  179. </div>
  180. <div style="line-height: 30px;">电话:86-021-22019885</div>
  181. <div style="line-height: 30px;">邮箱:business@dgtis.com</div>
  182. </div>
  183. </div>
  184. <div>
  185. <h3>英才招聘</h3>
  186. <div class="content-box" style="width: 100%;">
  187. <div style="display: flex;align-items: center;margin-bottom: 10px;">
  188. <img style="width: 30px;height: 30px;" src="images/arggre.png" alt="">
  189. <div style="margin-left: 10px;margin-top: 5px;">加入我们</div>
  190. </div>
  191. <div style="line-height: 30px;">如果你是IT精英,亦或是你对IT行业有独到的见解,我们欢迎你的加入!</div>
  192. <div style="line-height: 30px;">请将简历发送至邮箱: recruiting@dgtis.com</div>
  193. </div>
  194. </div>
  195. </div>
  196. </div>
  197. <div class="footerbg">
  198. <div style="height: auto;" class="footer">
  199. <div>
  200. <span><a href="index.html">首页</a>|</span><span><a href="product.html">智慧企业</a>|</span><span><a
  201. href="wisdom.html">智慧城市</a>|</span><span><a href="fangan.html">解决方案</a>|</span><span><a
  202. href="technology.html">技术服务</a>|</span><span><a href="news.html">新闻中心</a>|</span><span><a
  203. href="about_us.html">关于我们</a>|</span><span><a href="contact.html">联系我们</a></span>
  204. <p>
  205. <span>
  206. 上海市长宁区福泉路111号神州数码(上海)科技园 </span>
  207. <span>|</span>
  208. <span>北京市海淀区上地九街九号数码科技广场 </span>
  209. <span>|</span>
  210. <span>洛阳市洛龙区金城寨街正大国际中心</span>
  211. </p>
  212. <p style="padding-top: 5px;">
  213. <span>苏州市相城区元和街道嘉元路959号元和大厦 </span>
  214. <span>|</span>
  215. <span>杭州市下城区延安路385号杭州嘉里中心 </span>
  216. </p>
  217. <a href="http://www.beian.miit.gov.cn/">沪ICP备16042560号</a>
  218. </div>
  219. <div class="leftImg">
  220. <img src="imgs/QRcode1.jpg" alt="">
  221. </div>
  222. </div>
  223. </div>
  224. </body>
  225. </html>