0858a0596e08ac56c7692728032d5217dc3c8373.svn-base 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. <!DOCTYPE html>
  2. <html mip>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
  6. <meta name="keywords" content="<yunu:config name='seo_keywords'/>">
  7. <meta name="description" content="<yunu:config name='seo_description'/>">
  8. <title><yunu:config name="seo_title"/>-<yunu:config name="site_title"/></title>
  9. <link rel="stylesheet" type="text/css" href="https://mipcache.bdstatic.com/static/v1/mip.css">
  10. <link rel="canonical" href="<yunu:config name='wapurl'/>">
  11. <style mip-custom>
  12. .mip-head {
  13. position: fixed;
  14. top: 0;
  15. left: 0;
  16. width: 100%;
  17. background: #3285ff;
  18. z-index: 99;
  19. border-bottom: 1px solid #ccc;
  20. height: 43px;
  21. }
  22. .mip-head a {
  23. margin-left: 5px;
  24. color: #fff;
  25. float: left;
  26. }
  27. .mip-head a p {
  28. line-height: 44px;
  29. font-size: 20px;
  30. color: #fff;
  31. }
  32. .mip-head span {
  33. float: right;
  34. width: 44px;
  35. height: 44px;
  36. background: url(__PUBLIC__/img/other.png) no-repeat center;
  37. background-size: 100%;
  38. }
  39. .mip-nav h3.mip-tit a {
  40. transform: rotate(90deg);
  41. }
  42. .mip-nav mip-sidebar {
  43. width: 50%;
  44. background: #333;
  45. }
  46. .mip-nav mip-sidebar ul{
  47. margin: 0 10px;
  48. }
  49. .mip-nav mip-sidebar li {
  50. display: block;
  51. margin-top: 15px;
  52. margin-bottom: 20px;
  53. }
  54. .mip-nav mip-sidebar a{
  55. display: block;
  56. font-size: 14px;
  57. line-height: 24px;
  58. padding: 4px 0;
  59. color: #fff;
  60. border-bottom: 1px solid #fff;
  61. background-size: 15%;
  62. padding-left: 40px;
  63. }
  64. .mip-nav mip-sidebar li:first-child a{
  65. background: url(__PUBLIC__/img/index.png) no-repeat left;
  66. background-size: 15%;
  67. }
  68. .mip-nav mip-sidebar li:first-child+li a{
  69. background: url(__PUBLIC__/img/about.png) no-repeat left;
  70. background-size: 15%;
  71. background-size: 15%;
  72. }
  73. .mip-nav mip-sidebar li:first-child+li+li a{
  74. background: url(__PUBLIC__/img/pro.png) no-repeat left;
  75. background-size: 15%;
  76. }
  77. .mip-nav mip-sidebar li:first-child+li+li+li a{
  78. background: url(__PUBLIC__/img/new.png) no-repeat left;
  79. background-size: 15%;
  80. }
  81. .mip-nav mip-sidebar li:first-child+li+li+li+li a{
  82. background: url(__PUBLIC__/img/pic.png) no-repeat left;
  83. background-size: 15%;
  84. }
  85. .mip-nav mip-sidebar li:first-child+li+li+li+li+li a{
  86. background: url(__PUBLIC__/img/cont.png) no-repeat left;
  87. background-size: 15%;
  88. }
  89. .mip-nav mip-sidebar li:first-child+li+li+li+li+li+li a{
  90. background: url(__PUBLIC__/img/qt1.png) no-repeat left;
  91. background-size: 15%;
  92. }
  93. .mip-nav mip-sidebar li:first-child+li+li+li+li+li+li+li a{
  94. background: url(__PUBLIC__/img/qt2.png) no-repeat left;
  95. background-size: 15%;
  96. }
  97. .mip-nav mip-sidebar li:first-child+li+li+li+li+li+li+li+li a{
  98. background: url(__PUBLIC__/img/qt3.png) no-repeat left;
  99. background-size: 15%;
  100. }
  101. .mip-img-container {
  102. margin: 0;
  103. padding-top: 44px;
  104. }
  105. /*head-nav.css*/
  106. .mip-pro .mip-layout-container {
  107. height: 120px;
  108. line-height: 120px;
  109. text-align: center;
  110. }
  111. .mip-pro .mip-fill-content {
  112. height: auto;
  113. vertical-align: middle;
  114. display: -webkit-inline-box;
  115. max-height: 100%;
  116. max-width: 100%;
  117. width: auto;
  118. min-width: auto;
  119. }
  120. .mip-carousle-subtitle {
  121. font-size: 18px;
  122. }
  123. .mip-carousel-indicator-wrapper {
  124. position: relative;
  125. top: -10px;
  126. z-index: 10;
  127. }
  128. .mip-carousel-indicatorDot .mip-carousel-activeitem {
  129. background: #3285ff;
  130. }
  131. .mip-fl {float: left;}
  132. .mip-fr {float: right;}
  133. .mip-text {
  134. width: 98%;
  135. padding: 0 1%;
  136. }
  137. .mip-clearfix {
  138. clear: both;
  139. }
  140. .mip-ul {
  141. width: 100%;
  142. }
  143. .mip-ul li {
  144. width: 48%;
  145. margin: 1%;
  146. float: left;
  147. list-style: none;
  148. }
  149. .mip-about {
  150. width: 100%;
  151. }
  152. h3.mip-tit{
  153. text-align: left;
  154. margin-top: 10px;
  155. font-size: 16px;
  156. line-height: 32px;
  157. background: #f2f2f2;
  158. color: #666;
  159. font-weight: normal;
  160. display: inline-block;
  161. width: 100%;
  162. float: left;
  163. }
  164. h3.mip-tit i {
  165. width: 5px;
  166. height: 32px;
  167. background: #3285ff;
  168. float: left;
  169. margin-right: 10px;
  170. }
  171. h3.mip-tit a {
  172. float: right;
  173. line-height: 30px;
  174. font-size: 12px;
  175. color: #666;
  176. margin-right: 10px;
  177. width: 20px;
  178. height: 30px;
  179. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  180. background-size: 100%;
  181. }
  182. .mip-about .mip-text h4 {
  183. font-size: 16px;
  184. margin: 8px 0;
  185. text-align: left;
  186. font-weight: normal;
  187. }
  188. .mip-about .mip-text p {
  189. font-size: 13px;
  190. line-height: 24px;
  191. }
  192. .mip-pro li {
  193. border: 1px solid #ddd;
  194. width: 45.3%;
  195. padding: 1%;
  196. padding-bottom: 0;
  197. }
  198. .mip-pro li p {
  199. font-size: 13px;
  200. text-align: center;
  201. }
  202. .mip-pro .mip-tit {
  203. margin-bottom: 12px;
  204. }
  205. .mip-foot {
  206. background: #f2f2f2;
  207. width: 100%;
  208. padding: 15px 0;
  209. margin-top: 20px;
  210. padding-bottom: 65px;
  211. }
  212. .mip-foot p {
  213. font-size: 13px;
  214. line-height: 24px;
  215. color: #666;
  216. padding: 0 10px;
  217. }
  218. .mip-new .mip-tit {
  219. margin-bottom: 10px;
  220. }
  221. .mip-new .mip-ul {
  222. width: 100%;
  223. }
  224. .mip-new .mip-ul li{
  225. width: 98%;
  226. }
  227. .mip-new .mip-ul li a {
  228. float: left;
  229. font-size: 13px;
  230. width: 65%;
  231. text-overflow: ellipsis;
  232. white-space: nowrap;
  233. overflow: hidden;
  234. }
  235. .mip-new .mip-ul li span {
  236. font-size: 13px;
  237. float: right;
  238. }
  239. .mip-foot-nav {
  240. position: fixed;
  241. bottom: 0;
  242. left: 0;
  243. width: 100%;
  244. height: 50px;
  245. background: #3285ff;
  246. z-index: 9;
  247. }
  248. .mip-foot-nav a {
  249. width: 24.7%;
  250. height: 50px;
  251. float: left;
  252. text-align: center;
  253. color: #fff;
  254. border-left: 1px solid #fff;
  255. }
  256. .mip-foot-nav a:first-child {
  257. border-left: none;
  258. }
  259. .mip-foot-nav a .mip-layout-container {
  260. width: 29px;
  261. height: 19px;
  262. display: block;
  263. margin: 5px auto;
  264. }
  265. .mip-foot-nav a span{
  266. font-size: 13px;
  267. color: #fff;
  268. }
  269. .gotop {
  270. width: 40px;
  271. height: 40px;
  272. background-size: 100%;
  273. background: #3285ff;
  274. }
  275. .mip-case {
  276. margin-top: 5px;
  277. }
  278. .mip-case h3.mip-tit {
  279. margin-bottom: 10px;
  280. }
  281. .mip-case .mip-vd-tabs .mip-vd-tabs-nav-li {
  282. background: #fff;
  283. height: 34px;
  284. line-height: 34px;
  285. padding: 0;
  286. }
  287. .mip-case .mip-vd-tabs .mip-vd-tabs-nav {
  288. margin: 10px 0;
  289. }
  290. .mip-case .mip-vd-tabs .mip-vd-tabs-nav .mip-vd-tabs-nav-selected {
  291. background: #38f;
  292. color: #fff;
  293. }
  294. .flink_list {
  295. width: 100%;
  296. }
  297. .flink_list ul {
  298. width: 98%;
  299. padding: 0 1%;
  300. margin-top: 12px;
  301. float: left;
  302. }
  303. .flink_list ul li {
  304. float: left;
  305. width: 20%;
  306. list-style: none;
  307. text-align: center;
  308. }
  309. .flink_list ul li a {
  310. font-size: 14px;
  311. line-height: 24px;
  312. }
  313. </style>
  314. <noscript>
  315. <style mip-officialrelease>
  316. body {
  317. -webkit-animation: none;
  318. -moz-animation: none;
  319. -ms-animation: none;
  320. animation: none
  321. }
  322. </style>
  323. </noscript>
  324. </head>
  325. <body>
  326. <include file="public:header" />
  327. <yunu:type typeid='20'>
  328. <div class="mip-about">
  329. <h3 class="mip-tit"><i></i>关于我们<a href="{$type.url}"></a></h3>
  330. <div class="mip-clearfix"></div>
  331. <mip-img src="{$type.pic}"></mip-img>
  332. <div class="mip-text">
  333. <h4><yunu:config name="site_title"/></h4>
  334. <p>{$type.desc}</p>
  335. </div>
  336. </div>
  337. </yunu:type>
  338. <div class="mip-pro">
  339. <yunu:type typeid='21'>
  340. <h3 class="mip-tit mip-clearfix"><i></i>产品展示<a href="{$type.url}"></a></h3>
  341. </yunu:type>
  342. <div class="mip-text">
  343. <ul class="mip-ul">
  344. <yunu:list cid="21" orderby="sort desc" limit="6">
  345. <li>
  346. <a href="{$list.url}">
  347. <mip-img src="{$list.pic}"></mip-img>
  348. <p>{$list.title}</p>
  349. </a>
  350. </li>
  351. </yunu:list>
  352. </ul>
  353. </div>
  354. <div class="mip-clearfix"></div>
  355. </div>
  356. <div class="mip-new">
  357. <yunu:type typeid='28'>
  358. <h3 class="mip-tit mip-clearfix"><i></i>新闻中心<a href="{$type.url}"></a></h3>
  359. </yunu:type>
  360. <div class="mip-text">
  361. <ul class="mip-ul">
  362. <yunu:list cid="28" orderby="sort desc" limit="5">
  363. <li>
  364. <a href="{$list.url}">{$list.title}</a>
  365. <span>{$list.update_time|date='Y-m-d',###}</span>
  366. </li>
  367. </yunu:list>
  368. </ul>
  369. </div>
  370. <div class="mip-clearfix"></div>
  371. </div>
  372. <div class="mip-case">
  373. <yunu:type typeid='29'>
  374. <h3 class="mip-tit mip-clearfix"><i></i>精品案例<a href="{$type.url}"></a></h3>
  375. </yunu:type>
  376. <div class="mip-pro">
  377. <div class="mip-text">
  378. <ul class="mip-ul">
  379. <yunu:list cid="29" orderby="sort desc" limit="6">
  380. <li>
  381. <a href="{$list.url}">
  382. <mip-img src="{$list.pic}"></mip-img>
  383. <p>{$list.title}</p>
  384. </a>
  385. </li>
  386. </yunu:list>
  387. </ul>
  388. </div>
  389. </div>
  390. </div>
  391. <div class="mip-clearfix"></div>
  392. <div class="mip-city">
  393. <h3 class="mip-tit mip-clearfix"><i></i>城市分站</h3>
  394. <div class="flink_list">
  395. <ul>
  396. <yunu:area type="1" limit="10">
  397. <li><a href="{$area.url}">{$area.title}</a></li>
  398. </yunu:area>
  399. </ul>
  400. </div>
  401. </div>
  402. <div class="mip-clearfix"></div>
  403. <include file="public:footer" />
  404. </html>