main.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
  2. body { margin: 0; }
  3. article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
  4. audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
  5. audio:not([controls]) { display: none; height: 0; }
  6. [hidden], template { display: none; }
  7. a { background-color: transparent; }
  8. a:active, a:hover { outline: 0; }
  9. abbr[title] { border-bottom: 1px dotted; }
  10. b, strong { font-weight: bold; }
  11. dfn { font-style: italic; }
  12. h1 { font-size: 2em; margin: 0.67em 0; }
  13. mark { background: #ff0; color: #000; }
  14. small { font-size: 80%; }
  15. sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  16. sup { top: -0.5em; }
  17. sub { bottom: -0.25em; }
  18. img { border: 0; }
  19. svg:not(:root) { overflow: hidden; }
  20. figure { margin: 1em 40px; }
  21. hr { box-sizing: content-box; height: 0; }
  22. pre { overflow: auto; }
  23. code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
  24. button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
  25. button { overflow: visible; }
  26. button, select { text-transform: none; }
  27. button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
  28. button[disabled], html input[disabled] { cursor: default; }
  29. button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
  30. input { line-height: normal; }
  31. input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
  32. input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
  33. input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
  34. input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
  35. fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
  36. legend { border: 0; padding: 0; }
  37. textarea { overflow: auto; }
  38. optgroup { font-weight: bold; }
  39. table { border-collapse: collapse; border-spacing: 0; }
  40. td, th { padding: 0; }
  41. body { line-height: 1.5em; font-family: "microsoft yahei"; font-size: 14px; color: #202020; }
  42. ul { margin: 0; padding: 0; list-style: none; }
  43. em, i { font-style: normal; }
  44. a { text-decoration: none; }
  45. h1, h2, h3, h4, h5, h6, p { margin: 0; font-weight: normal; }
  46. input[type=text], input[type=password], button { -webkit-appearance: none; }
  47. button { border: 0; }
  48. .mt10 { margin-top: 10px; }
  49. .mt15 { margin-top: 15px; }
  50. .mr10 { margin-right: 10px; }
  51. .mr15 { margin-right: 15px; }
  52. .mb10 { margin-bottom: 10px; }
  53. .mb15 { margin-bottom: 15px; }
  54. .ml10 { margin-left: 10px; }
  55. .ml15 { margin-left: 15px; }
  56. .mt20 { margin-top: 20px; }
  57. .mt25 { margin-top: 25px; }
  58. .mr20 { margin-right: 20px; }
  59. .mr25 { margin-right: 25px; }
  60. .mb20 { margin-bottom: 20px; }
  61. .mb25 { margin-bottom: 25px; }
  62. .ml20 { margin-left: 20px; }
  63. .ml25 { margin-left: 25px; }
  64. .mt30 { margin-top: 30px; }
  65. .mt35 { margin-top: 35px; }
  66. .mr30 { margin-right: 30px; }
  67. .mr35 { margin-right: 35px; }
  68. .mb30 { margin-bottom: 30px; }
  69. .mb35 { margin-bottom: 35px; }
  70. .ml30 { margin-left: 30px; }
  71. .ml35 { margin-left: 35px; }
  72. .mt40 { margin-top: 40px; }
  73. .mt45 { margin-top: 45px; }
  74. .mr40 { margin-right: 40px; }
  75. .mr45 { margin-right: 45px; }
  76. .mb40 { margin-bottom: 40px; }
  77. .mb45 { margin-bottom: 45px; }
  78. .ml40 { margin-left: 40px; }
  79. .ml45 { margin-left: 45px; }
  80. .mt50 { margin-top: 50px; }
  81. .mt55 { margin-top: 55px; }
  82. .mr50 { margin-right: 50px; }
  83. .mr55 { margin-right: 55px; }
  84. .mb50 { margin-bottom: 50px; }
  85. .mb55 { margin-bottom: 55px; }
  86. .ml50 { margin-left: 50px; }
  87. .ml55 { margin-left: 55px; }
  88. [class^="icon-"], [class*=" icon-"] { display: inline-block; background-repeat: no-repeat; background-size: 100%; overflow: hidden; }
  89. .l { float: left; }
  90. .r { float: right; }
  91. .text-center { text-align: center; }
  92. .container { *zoom: 1; margin: 0 auto; width: 1170px; }
  93. .container:after, .container:before { content: ""; display: table; }
  94. .container:after { clear: both; overflow: hidden; }
  95. @media screen and (max-width: 1170px) { .container { width: 100%; } }
  96. .icon-about-1 { width: 80px; height: 80px; background-image: url("../images/icon-about-1.png"); }
  97. .icon-about-2 { width: 80px; height: 80px; background-image: url("../images/icon-about-2.png"); }
  98. .icon-about-3 { width: 80px; height: 80px; background-image: url("../images/icon-about-3.png"); }
  99. .icon-pt-1 { width: 60px; height: 60px; background-image: url("../images/icon-pt-1.png"); }
  100. .icon-step-1 { width: 100px; height: 100px; background-image: url("../images/icon-step-1.png"); }
  101. a:hover .icon-step-1 { background-image: url("../images/icon-step-1_hover.png"); }
  102. .icon-pt-2 { width: 60px; height: 60px; background-image: url("../images/icon-pt-2.png"); }
  103. .icon-step-2 { width: 100px; height: 100px; background-image: url("../images/icon-step-2.png"); }
  104. a:hover .icon-step-2 { background-image: url("../images/icon-step-2_hover.png"); }
  105. .icon-pt-3 { width: 60px; height: 60px; background-image: url("../images/icon-pt-3.png"); }
  106. .icon-step-3 { width: 100px; height: 100px; background-image: url("../images/icon-step-3.png"); }
  107. a:hover .icon-step-3 { background-image: url("../images/icon-step-3_hover.png"); }
  108. .icon-pt-4 { width: 60px; height: 60px; background-image: url("../images/icon-pt-4.png"); }
  109. .icon-step-4 { width: 100px; height: 100px; background-image: url("../images/icon-step-4.png"); }
  110. a:hover .icon-step-4 { background-image: url("../images/icon-step-4_hover.png"); }
  111. .icon-in-1 { width: 22px; height: 22px; background-image: url("../images/icon-in-1.png"); }
  112. .icon-in-2 { width: 22px; height: 22px; background-image: url("../images/icon-in-2.png"); }
  113. .icon-in-3 { width: 22px; height: 22px; background-image: url("../images/icon-in-3.png"); }
  114. .icon-in-4 { width: 22px; height: 22px; background-image: url("../images/icon-in-4.png"); }
  115. .icon-er { width: 27px; height: 27px; background-image: url("../images/icon-er.png"); }
  116. .btn, .btn-small, .btn-magnify { display: inline-block; border-radius: 20px; width: 170px; line-height: 40px; font-size: 16px; text-align: center; color: #fff; background-color: #70b94c; }
  117. .btn:hover, .btn-small:hover, .btn-magnify:hover { background-color: #59973b; }
  118. .btn-small { border-radius: 3px; width: 130px; }
  119. .btn-magnify { border-radius: 3px; width: 100px; }
  120. .header { position: absolute; left: 0; right: 0; top: 0; z-index: 2000; padding: 15px 0; }
  121. .header .logo { display: block; width: 147px; height: 48px; background: url("../images/logo_pc.png") no-repeat; background-size: 100%; }
  122. .header .logo_hfw { display: block; width: 147px; height: 48px; background: url("../images/huifuwu_logo.png") no-repeat; background-size: 100%; }
  123. .header .logo_zhc { display: block; width: 147px; height: 48px; background: url("../images/logo_zhc.png") no-repeat; background-size: 100%; }
  124. .header.fixed { position: fixed; background-color: rgba(255, 255, 255, 0.8); }
  125. .header.fixed .logo { background-image: url("../images/logo_m.png"); }
  126. .header.fixed .nav li a { color: #202020; }
  127. .header.fixed .timber { background-color: #00acf1; }
  128. .header.fixed .logo_hfw { background-image: url("../images/huifuwu_logo_m.png"); }
  129. .header.fixed .logo_zhc { background-image: url("../images/logo_zhc_m.png"); }
  130. .header.borb { border-bottom: #eaeaea solid 1px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  131. @media screen and (max-width: 800px) { .header { position: relative; padding: 10px; }
  132. .header .logo { width: 120px; height: 40px; background-image: url("../images/logo_m.png"); }
  133. .header .logo_hfw { width: 120px; height: 40px; background-image: url("../images/huifuwu_logo_m.png"); }
  134. .header .logo_zhc { width: 120px; height: 40px; background-image: url("../images/logo_zhc_m.png"); }
  135. }
  136. .collapse { position: relative; }
  137. .collapse .touch { display: none; }
  138. .collapse .timber { position: absolute; left: 58px; top: -15px; width: 64px; height: 4px; transition: left .5s ease-out; background-color: #fff; }
  139. @media screen and (max-width: 800px) { .collapse { margin-top: 15px; }
  140. .collapse .touch { position: relative; display: block; border: #555 solid; border-width: 2px 0; width: 22px; height: 10px; }
  141. .collapse .touch:after { position: absolute; top: 4px; width: 100%; height: 2px; content: ''; background-color: #555; }
  142. .collapse .timber { display: none; } }
  143. .nav { *zoom: 1; margin-top: 14px; }
  144. .nav:after, .nav:before { content: ""; display: table; }
  145. .nav:after { clear: both; overflow: hidden; }
  146. .nav li { float: left; margin-left: 60px; }
  147. .nav li a { position: relative; font-size: 16px; color: #fff; }
  148. @media screen and (max-width: 800px) { .nav { display: none; position: absolute; top: 35px; right: -10px; z-index: 100; margin-top: 0; border-top: #eee solid 1px; background-color: rgba(255, 255, 255, 0.8); }
  149. .nav li { width: 100%; margin-left: 0; padding: 10px 0; }
  150. .nav li a { display: block; text-align: center; color: #202020; }
  151. .nav li.active a { color: #70b94c; }
  152. .nav li.active a:after { position: absolute; content: ''; bottom: -7px; left: 50%; margin-left: -3px; border-radius: 50%; width: 6px; height: 6px; background-color: #70b94c; } }
  153. .banner { position: relative; width: 100%; height: 920px; background: url("../images/banner.jpg") no-repeat center; }
  154. .banner .intro { position: absolute; left: 50%; top: 50%; z-index: 1000; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 630px; text-align: center; font-size: 16px; color: #fff; }
  155. .banner .intro h1 { border-bottom: rgba(255, 255, 255, 0.3) solid 1px; padding-bottom: 30px; line-height: 45px; letter-spacing: 7px; font-size: 38px; }
  156. .banner .intro .bottom { *zoom: 1; padding: 25px 200px 0 0; }
  157. .banner .intro .bottom:after, .banner .intro .bottom:before { content: ""; display: table; }
  158. .banner .intro .bottom:after { clear: both; overflow: hidden; }
  159. .banner .intro .r { margin-right: -200px; padding: 5px; border-radius: 3px; width: 160px; background-color: #fff; }
  160. .banner .intro .r p { padding-bottom: 5px; color: #202020; }
  161. .banner .intro .l { text-align: left; line-height: 27px; }
  162. .banner .intro img { width: 100%; }
  163. @media screen and (max-width: 800px) { .banner { height: auto; background-size: cover; }
  164. .banner .intro { box-sizing: border-box; position: static; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); padding: 30px; width: 100%; }
  165. .banner .intro h1 { font-size: 24px; }
  166. .banner .intro p { margin: 10px 0 20px; } }
  167. @media screen and (max-width: 600px) { .banner .intro .bottom { padding-right: 0; }
  168. .banner .intro .l { float: none; text-align: center; }
  169. .banner .intro .r { float: none; margin: 0 auto; } }
  170. .whole .hd { text-align: center; }
  171. .whole .hd h1 { position: relative; padding: 25px 0; font-size: 36px; line-height: 1.5em; }
  172. .whole .hd h1:after { position: absolute; left: 50%; bottom: 5px; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); width: 110px; height: 1px; content: ''; background-color: #ebebeb; }
  173. .whole .hd h1.white { color: #fff; }
  174. .whole .hd h1.white:after { background-color: #fff; }
  175. .whole .hd p { padding: 25px 285px; color: #959595; }
  176. .whole.bt { border-top: #e7e7e7 solid 1px; }
  177. @media screen and (max-width: 800px) { .whole.bt { margin: 0 15px; } }
  178. .whole.half { position: absolute; left: 0; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: 50%; }
  179. .whole.half .hd h1 { padding-top: 0; }
  180. @media screen and (max-width: 800px) { .whole.half { position: static; float: left; width: 100%; -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }
  181. .whole.half .hd h1 { padding-top: 25px; } }
  182. @media screen and (max-width: 800px) { .whole .hd p { padding: 25px 30px; }
  183. .whole .bd { margin-top: 0; } }
  184. .cf { *zoom: 1; }
  185. .cf:after, .cf:before { content: ""; display: table; }
  186. .cf:after { clear: both; overflow: hidden; }
  187. .floor-1 { padding-top: 20px; }
  188. @media screen and (max-width: 800px) { .floor-1 { margin: 0; padding: 0; } }
  189. .about-r { float: right; }
  190. .about-r li { margin-top: 40px; margin-bottom: 80px; padding-left: 110px; width: 475px; }
  191. .about-r i { float: left; margin-left: -110px; }
  192. .about-r h2 { font-size: 28px; color: #00acf1; }
  193. .about-r p { margin-top: 20px; line-height: 25px; color: #959595; }
  194. @media screen and (max-width: 800px) { .about-r { padding: 0 30px; }
  195. .about-r li { box-sizing: border-box; margin-bottom: 40px; width: 100%; } }
  196. .about-l { float: left; width: 430px; }
  197. @media screen and (max-width: 800px) { .about-l { display: none; } }
  198. .floor-2 { padding-top: 70px; height: 638px; background: url("../images/floor-2_bg.jpg") no-repeat center; }
  199. @media screen and (max-width: 800px) { .floor-2 { padding: 0; height: auto; background-size: cover; } }
  200. .zs { display: table; table-layout: fixed; margin-top: 70px; width: 100%; }
  201. .zs .item { display: table-cell; text-align: center; }
  202. .zs .qrcode { display: inline-block; opacity: 0; padding: 20px; width: 225px; font-size: 18px; color: #fff; background-color: rgba(0, 0, 0, 0.2); }
  203. .zs img { width: 100%; }
  204. .zs h3 { margin: 20px 0; font-size: 24px; }
  205. .zs i { margin-right: 10px; vertical-align: middle; }
  206. @media screen and (max-width: 800px) { .zs { margin: 30px 0; }
  207. .zs .qrcode { width: 165px; } }
  208. @media screen and (max-width: 600px) { .zs { display: block; }
  209. .zs .item { display: block; margin: 30px 0; } }
  210. .floor-3 { padding: 40px 0 300px; background-color: #f4fbff; }
  211. @media screen and (max-width: 800px) { .floor-3 { padding: 0; } }
  212. .relative { position: relative; }
  213. .pt { *zoom: 1; padding-top: 30px; }
  214. .pt:after, .pt:before { content: ""; display: table; }
  215. .pt:after { clear: both; overflow: hidden; }
  216. .pt li { box-sizing: border-box; float: left; padding: 30px 30px 30px 110px; width: 50%; }
  217. .pt h2 { margin-bottom: 10px; font-size: 28px; }
  218. .pt p { color: #959595; }
  219. .pt i { float: left; margin-left: -90px; }
  220. @media screen and (max-width: 630px) { .pt li { width: 100%; } }
  221. .pt-img { position: absolute; bottom: -470px; left: 50%; margin-left: -500px; width: 1000px; }
  222. .pt-img img { width: 100%; }
  223. @media screen and (max-width: 800px) { .pt-img { display: none; } }
  224. .co { *zoom: 1; margin: 30px 0 50px; }
  225. .co:after, .co:before { content: ""; display: table; }
  226. .co:after { clear: both; overflow: hidden; }
  227. .co li { box-sizing: border-box; float: left; padding: 10px; width: 20%; }
  228. .co img { width: 100%; }
  229. @media screen and (max-width: 800px) { .co li { width: 25%; } }
  230. @media screen and (max-width: 600px) { .co li { width: 33.3%; } }
  231. @media screen and (max-width: 400px) { .co li { width: 50%; } }
  232. .footer { font-size: 16px; color: #95a9b1; }
  233. .footer .t { padding: 60px 0 40px; background-color: #212331; }
  234. .footer .t .l { margin-right: 120px; }
  235. .footer .t p { margin-top: 20px; }
  236. .footer .t i { margin-right: 7px; vertical-align: top; }
  237. .footer .b { padding: 20px 0; background-color: #181828; }
  238. .footer .b img { width: 147px; }
  239. .footer h3 { position: relative; margin-bottom: 41px; font-size: 18px; color: #fff; }
  240. .footer h3:after { position: absolute; left: 80px; bottom: 0; border: 6px solid; border-color: transparent transparent #00acf1 #00acf1; width: 0; height: 0; content: ''; }
  241. .footer .qrcode { padding: 10px; width: 155px; background-color: rgba(0, 0, 0, 0.2); text-align: center; color: #fff; }
  242. .footer .qrcode img { width: 100%; }
  243. .footer .qrcode p { margin: 10px 0; }
  244. .footer a { color: #95a9b1; }
  245. .footer .blue { color: #00acf1; }
  246. .footer .mt13 { margin-top: 13px; }
  247. @media screen and (max-width: 800px) { .footer .t { padding: 30px 150px; text-align: center; }
  248. .footer .t .l { float: none; display: inline-block; margin-right: 0; }
  249. .footer .qrcode { float: none; margin: 20px auto 0; }
  250. .footer h3 { margin-bottom: 20px; }
  251. .footer h3:after { left: 50%; -webkit-transform: translate(45px, 0); -moz-transform: translate(45px, 0); -ms-transform: translate(45px, 0); -o-transform: translate(45px, 0); transform: translate(45px, 0); }
  252. .footer .b { padding: 20px 30px; } }
  253. @media screen and (max-width: 600px) { .footer .t { padding: 30px; } }
  254. @media screen and (max-width: 400px) { .footer .b { text-align: center; }
  255. .footer .b .l { float: none; }
  256. .footer .b .r { float: none; margin-top: 20px; } }
  257. .floor-4 { padding-top: 220px; }
  258. @media screen and (max-width: 800px) { .floor-4 { padding-top: 0; } }
  259. .jm { *zoom: 1; padding: 30px 220px; background: url("../images/jm_bg.png") no-repeat center; background-size: 200px; }
  260. .jm:after, .jm:before { content: ""; display: table; }
  261. .jm:after { clear: both; overflow: hidden; }
  262. .jm a { position: relative; display: inline-block; padding-top: 70px; width: 200px; text-align: center; color: #202020; }
  263. .jm a:hover i { top: -30px; }
  264. .jm i { position: absolute; left: 50%; top: 0; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); transition: top .3s linear; }
  265. .jm .txt { position: relative; z-index: 10; border-top: #e1e1e1 solid 1px; background-color: #fff; }
  266. .jm h2 { padding-top: 10px; line-height: 1.4; font-size: 28px; }
  267. .jm p { color: #959595; }
  268. @media screen and (max-width: 800px) { .jm { padding: 30px 50px; background: none; } }
  269. @media screen and (max-width: 600px) { .jm { padding: 0 100px; text-align: center; }
  270. .jm a { float: none; margin: 30px 0; } }
  271. /*# sourceMappingURL=main.css.map */