new_file.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. @charset "utf-8";
  2. body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  3. margin: 0;
  4. padding: 0;
  5. border: 0;
  6. font-size: 1em;
  7. font: inherit;
  8. vertical-align: baseline;
  9. }
  10. html,body {
  11. font-family: "微软雅黑";
  12. width: 100%;
  13. overflow-x: hidden;
  14. }
  15. em {
  16. font-style: normal
  17. }
  18. li {
  19. list-style: none
  20. }
  21. a {
  22. text-decoration: none;
  23. outline: 0;
  24. color: #333;
  25. }
  26. img {
  27. cursor: pointer;
  28. vertical-align: middle;
  29. border: 0 none;
  30. }
  31. table {
  32. border-collapse: collapse;
  33. }
  34. input {
  35. font-family: "Microsoft YaHei";
  36. padding: 0;
  37. }
  38. textarea {
  39. resize: none;
  40. overflow: auto;
  41. padding: 0;
  42. font-family: "Microsoft YaHei"
  43. }
  44. textarea:focus {
  45. outline: none;
  46. }
  47. input:focus {
  48. outline: none;
  49. }
  50. .clear {
  51. zoom: 1
  52. }
  53. .clear:after {
  54. content: "";
  55. display: block;
  56. clear: both;
  57. }
  58. .fl {
  59. float: left
  60. }
  61. .fr {
  62. float: right
  63. }
  64. li {
  65. list-style: none;
  66. }
  67. a {
  68. text-decoration: none;
  69. }
  70. /***************************************首页***************************************/
  71. header{
  72. width: 100%;
  73. height: 100px;
  74. background: #FFF;
  75. }
  76. nav{
  77. width: 1200px;
  78. height: 100px;
  79. min-width: 1200px;
  80. margin: 0 auto;
  81. position: relative;
  82. }
  83. nav .logo{
  84. width: 270px;
  85. height: 70px;
  86. margin-top: 15px;
  87. }
  88. nav .dh{
  89. position: absolute;
  90. right: 5px;
  91. bottom: 10px;
  92. }
  93. nav .dh li{
  94. float: left;
  95. margin-left: 10px;
  96. }
  97. nav .dh li a{
  98. font-size: 16px;
  99. text-align: center;
  100. padding: 15px;
  101. color: #6c6c6c;
  102. }
  103. nav .dh li a:hover{
  104. color: #E41839;
  105. }
  106. /* banner */
  107. .banner{
  108. width: 100%;
  109. min-width: 1200px;
  110. background: url(../images/banner_bg.jpg) no-repeat center top;
  111. height: 736px;
  112. }
  113. .banner .w1200{
  114. width: 1200px;
  115. margin: auto;
  116. position: relative;
  117. height: 736px;
  118. }
  119. .banner .w1200 .ban_left{
  120. bottom: 0px;
  121. position: absolute;
  122. width: 895px;
  123. }
  124. .banner .w1200 .ban_right{
  125. width: 450px;
  126. text-align: center;
  127. position: absolute;
  128. right: 0px;
  129. bottom: 30px;
  130. }
  131. .banner .w1200 .ban_right span{
  132. color: #000000;
  133. font-size: 28px;
  134. }
  135. .banner .w1200 .ban_right h3{
  136. color: #000000;
  137. font-size: 52px;
  138. margin-bottom: 40px;
  139. }
  140. .banner .w1200 .ban_right a{
  141. display: block;
  142. width: 213px;
  143. height: 48px;
  144. line-height: 48px;
  145. margin: auto;
  146. border-radius: 8px;
  147. color: #fff;
  148. font-size: 22px;
  149. transition: all 0.4s;
  150. }
  151. .banner .w1200 .ban_right a.a1{
  152. margin-top: 20px;
  153. margin-bottom: 10px;
  154. background: #77ce41;
  155. /*background: #77ce41 url(../images/index2.png) no-repeat 15px center;*/
  156. padding-left: 15px;
  157. }
  158. .banner .w1200 .ban_right a.a2{
  159. background: #77ce41 url(../images/index3.png) no-repeat 15px center;
  160. padding-left: 15px;
  161. }
  162. .banner .w1200 .ban_right a:hover{
  163. background-color: #7fdb46;
  164. }
  165. .w1000{
  166. width: 1000px;
  167. margin: auto;
  168. position: relative;
  169. overflow: hidden;
  170. }
  171. /* 首页轮播 */
  172. .box_wap{
  173. width: 307px;
  174. height: 636px;
  175. background: url(../images/shouji_bg.png) no-repeat center;
  176. position: relative;
  177. margin-top: 85px;
  178. }
  179. .box_wap .swiper-container {
  180. width: 260px;
  181. height: 457px;
  182. top: 85px;
  183. }
  184. .title{
  185. position: absolute;
  186. top: 200px;
  187. left: 0;
  188. width: 500px;
  189. height: 480px;
  190. }
  191. .title h3,.Online h3{
  192. color: #000;
  193. font-size: 30px;
  194. font-weight: bold;
  195. margin-bottom: 20px;
  196. }
  197. .title p,.Online p{
  198. color: #878787;
  199. font-size: 20px;
  200. font-weight: 100;
  201. font-family: "微软雅黑";
  202. }
  203. .title img,.Online img{
  204. margin-top: 40px;
  205. }
  206. .transaction{
  207. height: auto;
  208. }
  209. .Online{
  210. position: absolute;
  211. top: 200px;
  212. right: 0;
  213. width: 500px;
  214. height: 480px;
  215. }
  216. footer{
  217. width: 100%;
  218. height: auto;
  219. padding-bottom: 50px;
  220. }
  221. .navigation{
  222. width: 800px;
  223. margin: 100px auto 50px auto;
  224. }
  225. footer ul li{
  226. float: left;
  227. width: 200px;
  228. text-align: center;
  229. }
  230. footer ul li a{
  231. color: #878787;
  232. }
  233. footer p{
  234. text-align: center;
  235. color: #878787;
  236. margin-bottom: 10px;
  237. }