style.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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.jpg) 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. .top_navlong{
  43. background: url(../image/longwu/topnav750.png) center top no-repeat !important;
  44. background-size: 100% !important;
  45. -moz-background-size: 100% !important;
  46. }
  47. .top_nav {
  48. position: fixed;
  49. width: 23.4375rem;
  50. height: 3.8125rem;
  51. background: url(../image/topnav750.png) center top no-repeat;
  52. background-size: 100%;
  53. -moz-background-size: 100%;
  54. top: 0;
  55. }
  56. .top_nav img {
  57. width: 7.65625rem;
  58. position: absolute;
  59. right: 0.7rem;
  60. top: 0.7rem;
  61. }
  62. .centerBtn {
  63. padding-top: 35rem;
  64. text-align: center;
  65. }
  66. .centerBtnLong {
  67. padding-top: 41rem !important;
  68. text-align: center;
  69. }
  70. .centerBtn img {
  71. width: 9.9375rem;
  72. }
  73. .download-btn-2 {
  74. position: absolute;
  75. bottom: 3%;
  76. }
  77. .download-btn-2 img {
  78. margin: 0 auto;
  79. }
  80. header {
  81. width: 100%;
  82. }
  83. .default-menu.navbar {
  84. padding-bottom: 0;
  85. padding-top: 0;
  86. min-height: 70px;
  87. margin-bottom: 0;
  88. background-color: #ffffff;
  89. font-family: "Raleway", sans-serif;
  90. position: fixed;
  91. }
  92. .navbar {
  93. padding-bottom: 0;
  94. padding-top: 0;
  95. min-height: 70px;
  96. margin-bottom: 0;
  97. background-color: #ffffff;
  98. font-family: "Raleway", sans-serif;
  99. position: fixed;
  100. width: 100%;
  101. z-index: 10;
  102. }
  103. .container-fluid {
  104. padding: 1rem 0.7rem;
  105. }
  106. .navbar img {
  107. width: 5.3rem;
  108. height: 100%;
  109. }
  110. .font_img img {
  111. width: 1.375rem;
  112. margin-right: 0.78125rem;
  113. }
  114. .font_imgLong img {
  115. width: 1.1875rem;
  116. margin-right: 0.78125rem; margin-top: 0.1rem;
  117. }
  118. .font_size {
  119. font-size: 1rem;
  120. font-family: Source Han Sans CN;
  121. font-weight: 400;
  122. color: #620C0C;
  123. }
  124. .font_sizeLong {
  125. font-size: .9rem;
  126. font-family: Source Han Sans CN;
  127. font-weight: 400;
  128. color: #FFFFFF;
  129. line-height: 1.5;
  130. }
  131. /* .font_li div{
  132. display: inline-block;
  133. } */
  134. .font_li {
  135. display: flex;
  136. margin-left: 2rem;
  137. margin-bottom: 0.625rem;
  138. }
  139. .font_liLong {
  140. display: flex;
  141. margin-left: 3rem;
  142. margin-bottom: .6rem;
  143. }
  144. .font_b {
  145. margin-top: 39.5rem; padding-right: 2rem
  146. }
  147. .font_blong {
  148. margin-top: 7.5rem;
  149. padding-right: 3rem;
  150. }