style.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. background-color: #f7f8fb;
  5. }
  6. img {
  7. /* width: 100%;
  8. height: 100%; */
  9. object-fit: cover;
  10. }
  11. input,
  12. select {
  13. outline: none;
  14. background-color: transparent;
  15. border: 0;
  16. margin: 0;
  17. }
  18. a {
  19. text-decoration: none;
  20. }
  21. .wrap {
  22. width: 100%;
  23. height: 100%;
  24. overflow: hidden;
  25. }
  26. .page {
  27. width: 100%;
  28. position: relative;
  29. background: url(../image/bg_IMG.png) center top no-repeat;
  30. background-size: 100%;
  31. -moz-background-size: 100%;
  32. height: 91.59375rem;
  33. }
  34. .pagelong {
  35. width: 100%;
  36. position: relative;
  37. background: url(../image/longwu/long_bj.png) center top no-repeat;
  38. background-size: 100%;
  39. -moz-background-size: 100%;
  40. height: 198.25rem;
  41. }
  42. .pageGfwx {
  43. width: 100%;
  44. position: relative;
  45. background: url(../image/gfxx/bj_gfxx.png) center top no-repeat;
  46. background-size: 100%;
  47. -moz-background-size: 100%;
  48. height: 52.25rem;
  49. }
  50. .pageGfwx .btn {
  51. position: absolute;
  52. top: 34.5625rem;
  53. left: 50%;
  54. margin-left: -4.484375rem;
  55. }
  56. .pageGfwx .btn img {
  57. width: 8.96875rem;
  58. height: 2.75rem;
  59. }
  60. .top_navlong{
  61. background: url(../image/longwu/topnav750.png) center top no-repeat !important;
  62. background-size: 100% !important;
  63. -moz-background-size: 100% !important;
  64. }
  65. .top_nav {
  66. position: fixed;
  67. width: 23.4375rem;
  68. height: 3.8125rem;
  69. background: url(../image/topnav750.png) center top no-repeat;
  70. background-size: 100%;
  71. -moz-background-size: 100%;
  72. top: 0;
  73. }
  74. .top_nav img {
  75. width: 7.65625rem;
  76. position: absolute;
  77. right: 0.7rem;
  78. top: 0.7rem;
  79. }
  80. .centerBtn {
  81. padding-top: 35rem;
  82. text-align: center;
  83. }
  84. .centerBtnLong {
  85. padding-top: 41rem !important;
  86. text-align: center;
  87. }
  88. .centerBtn img {
  89. width: 9.9375rem;
  90. }
  91. .download-btn-2 {
  92. position: absolute;
  93. bottom: 3%;
  94. }
  95. .download-btn-2 img {
  96. margin: 0 auto;
  97. }
  98. header {
  99. width: 100%;
  100. }
  101. .default-menu.navbar {
  102. padding-bottom: 0;
  103. padding-top: 0;
  104. min-height: 70px;
  105. margin-bottom: 0;
  106. background-color: #ffffff;
  107. font-family: "Raleway", sans-serif;
  108. position: fixed;
  109. }
  110. .navbar {
  111. padding-bottom: 0;
  112. padding-top: 0;
  113. min-height: 70px;
  114. margin-bottom: 0;
  115. background-color: #ffffff;
  116. font-family: "Raleway", sans-serif;
  117. position: fixed;
  118. width: 100%;
  119. z-index: 10;
  120. }
  121. .container-fluid {
  122. padding: 1rem 0.7rem;
  123. }
  124. .navbar img {
  125. width: 5.3rem;
  126. height: 100%;
  127. }
  128. .font_img img {
  129. width: 1.375rem;
  130. margin-right: 0.78125rem;
  131. }
  132. .font_imgLong img {
  133. width: 1.1875rem;
  134. margin-right: 0.78125rem; margin-top: 0.1rem;
  135. }
  136. .font_size {
  137. font-size: 1rem;
  138. font-family: Source Han Sans CN;
  139. font-weight: 400;
  140. color: #620C0C;
  141. }
  142. .font_sizeLong {
  143. font-size: .9rem;
  144. font-family: Source Han Sans CN;
  145. font-weight: 400;
  146. color: #FFFFFF;
  147. line-height: 1.5;
  148. }
  149. /* .font_li div{
  150. display: inline-block;
  151. } */
  152. .font_li {
  153. display: flex;
  154. margin-left: 2rem;
  155. margin-bottom: 0.625rem;
  156. }
  157. .font_liLong {
  158. display: flex;
  159. margin-left: 3rem;
  160. margin-bottom: .6rem;
  161. }
  162. .font_b {
  163. margin-top: 39.5rem; padding-right: 2rem
  164. }
  165. .font_blong {
  166. margin-top: 7.5rem;
  167. padding-right: 3rem;
  168. }