style.css 2.5 KB

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