swiper.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. html,
  2. body {
  3. position: relative;
  4. height: 100%;
  5. margin: 0;
  6. }
  7. .top_title {
  8. width: 100%;
  9. display: flex;
  10. justify-content: center;
  11. align-items: center;
  12. padding: 20px 0;
  13. position: fixed;
  14. z-index: 10;
  15. background: #fff;
  16. }
  17. .top_title .title_line {
  18. display: flex;
  19. justify-content: center;
  20. align-items: center;
  21. }
  22. .top_title .title_line .title_line_detail span {
  23. margin: 0 20px;
  24. font-weight: 600;
  25. cursor: pointer;
  26. }
  27. .top_title .title_login {
  28. display: block;
  29. background: #00a2ff;
  30. color: #fff;
  31. padding: 10px 30px;
  32. border-radius: 5px;
  33. margin-left: 5%;
  34. cursor: pointer;
  35. }
  36. .middle_detail .home_page img {
  37. height: 100%;
  38. width: 100%;
  39. }
  40. .middle_detail .home_detail {
  41. background: url(./image/background.png) no-repeat center top;
  42. display: flex;
  43. flex-direction: column;
  44. justify-content: center;
  45. align-items: center;
  46. }
  47. .home_detail .top_detail {
  48. width: 1614px;
  49. display: flex;
  50. justify-content: space-around;
  51. align-items: center;
  52. }
  53. .home_detail .last_detail {
  54. width: 1614px;
  55. height: 170% !important;
  56. display: flex;
  57. justify-content: space-around;
  58. align-items: center;
  59. }
  60. .top_detail .img_frame {
  61. max-width: 152px;
  62. max-height: 305px;
  63. margin-left: 75%;
  64. }
  65. .top_detail .img_detail {
  66. position: absolute;
  67. top: 17px;
  68. left: 80%;
  69. width: 135px;
  70. height: 272px;
  71. }
  72. .top_detail .img_frame_odd {
  73. max-width: 152px;
  74. max-height: 305px;
  75. margin-left: -33%;
  76. }
  77. .top_detail .img_detail_odd {
  78. position: absolute;
  79. top: 17px;
  80. left: -28%;
  81. width: 135px;
  82. height: 272px;
  83. }
  84. .top_detail .image_contain {
  85. position: relative;
  86. }
  87. .top_detail .contain {
  88. display: flex;
  89. flex-direction: column;
  90. justify-content: center;
  91. align-items: center;
  92. }
  93. .contain .contain_title {
  94. font-size: 30px;
  95. color: #000000;
  96. margin-bottom: 24px;
  97. }
  98. .contain .contain_describe {
  99. max-width: 362px;
  100. display: flex;
  101. flex-wrap: wrap;
  102. letter-spacing: 5px;
  103. }
  104. .bottom_detail {
  105. background-image: url(./image/contact_part1.png);
  106. width: 100%;
  107. height: 100%;
  108. }
  109. .bottom_detail .top_describe {
  110. color: #fff;
  111. display: flex;
  112. justify-content: center;
  113. align-content: center;
  114. padding: 20px 0;
  115. }
  116. .bottom_detail .lef_detail {
  117. display: flex;
  118. }
  119. .bottom_detail .lef_detail .contail_describe {
  120. display: flex;
  121. flex-direction: column;
  122. margin: 0 30px;
  123. }
  124. .bottom_detail .lef_detail span {
  125. margin-bottom: 10px;
  126. }
  127. .bottom_detail .lef_detail .line {
  128. width: 65px;
  129. height: 2px;
  130. background: #fff;
  131. margin-bottom: 40px;
  132. }
  133. .side_line {
  134. width: 2px;
  135. height: 100%;
  136. background: #8b9098;
  137. }
  138. .right_detail {
  139. margin: 0 40px;
  140. display: flex;
  141. }
  142. .right_detail .wx_code {
  143. display: flex;
  144. flex-direction: column;
  145. align-items: center;
  146. margin-right: 60px;
  147. }
  148. .right_detail .more_code {
  149. display: flex;
  150. flex-direction: column;
  151. align-items: center;
  152. margin-right: 60px;
  153. }
  154. .right_detail img {
  155. margin-bottom: 20px;
  156. width: 170px;
  157. height: 170px;
  158. }
  159. .bottom_describe {
  160. display: flex;
  161. flex-direction: column;
  162. justify-content: center;
  163. align-items: center;
  164. color: #fff;
  165. line-height: 25px;
  166. padding-bottom: 20px;
  167. }
  168. @media (max-width: 1148px) {
  169. .home_detail .top_detail {
  170. height: 377px;
  171. width: 100%;
  172. display: flex;
  173. justify-content: space-around;
  174. align-items: center;
  175. }
  176. .top_title .title_line .title_line_detail span {
  177. display: none;
  178. }
  179. .bottom_detail .lef_detail .contail_describe {
  180. margin: 0px 10px;
  181. }
  182. .bottom_detail .lef_detail {
  183. margin-left: 60px;
  184. }
  185. }
  186. /* @media (max-height: 880px) {
  187. .home_detail .last_detail {
  188. margin-top: 10%;
  189. }
  190. .bottom_describe {
  191. padding-bottom: 40px;
  192. }
  193. .top_detail .img_frame_odd {
  194. margin-left: -42%;
  195. }
  196. .top_detail .img_detail_odd {
  197. left: -36%;
  198. }
  199. } */
  200. .swiper-container {
  201. width: 100%;
  202. height: 100%;
  203. }
  204. .swiper-pagination-bullet-active {
  205. background: #4bdad3 !important;
  206. width: 8px !important;
  207. height: 25px !important;
  208. border-radius: 30% !important;
  209. }
  210. .mask {
  211. width: 100%;
  212. height: 100%;
  213. opacity: 0.7;
  214. }