homemovement.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. body {
  2. min-width: 320px;
  3. max-width: 750px;
  4. margin: 0 auto;
  5. background-color: #f2f4f7;
  6. position: relative;
  7. }
  8. a {
  9. text-decoration: none;
  10. color: #707070;
  11. }
  12. @media screen and (min-width: 750px) {
  13. html {
  14. font-size: 37.5px !important;
  15. }
  16. }
  17. img {
  18. width: 100%;
  19. }
  20. .header_qw {
  21. width: 3.7333rem;
  22. margin-left: 4.1333rem;
  23. height: .6667rem;
  24. }
  25. .header_qx {
  26. width: 3.7333rem;
  27. margin-left: .5333rem;
  28. height: .6667rem;
  29. }
  30. .header_qw img, .header_qx img {
  31. height: 100%;
  32. }
  33. /* 头部 */
  34. .header {
  35. box-sizing: border-box;
  36. height: 2.1333rem;
  37. background: #fff;
  38. position: fixed;
  39. width: 100%;
  40. top: 0;
  41. left: 0;
  42. padding: 0 .5333rem;
  43. display: flex;
  44. align-items: center;
  45. z-index: 99;
  46. }
  47. .header_logo {
  48. width: 2.5067rem;
  49. }
  50. .header_qiyeweix {
  51. width: 3.7333rem;
  52. margin-left: .5333rem;
  53. }
  54. .homepage {
  55. margin-top: 2.1333rem;
  56. padding: .8rem 0;
  57. background: #000;
  58. position: relative;
  59. height: 10rem;
  60. }
  61. .homepage_img {
  62. position: absolute;
  63. width: 90%;
  64. left: 5%;
  65. right: 0;
  66. }
  67. .homepage_title {
  68. font-size: .5333rem;
  69. color: #fff;
  70. letter-spacing: .1333rem;
  71. text-align: center;
  72. position: absolute;
  73. top: 1.3333rem;
  74. left: 2.1333rem;
  75. z-index: 1;
  76. }
  77. .homepage_gsLogo {
  78. width: .8rem;
  79. position: absolute;
  80. top: 1.2rem;
  81. left: .8rem;
  82. }
  83. .reduction {
  84. width: 100%;
  85. height: 7.5rem;
  86. background: url('../../image/gongshi.jpg') no-repeat;
  87. background-size: 100%;
  88. display: flex;
  89. align-items: center;
  90. }
  91. .reduction_img {
  92. width: 8.5rem;
  93. margin: auto;
  94. /* padding-top: 1.6rem; */
  95. }
  96. .examination {
  97. padding: .8rem 0;
  98. position: relative;
  99. }
  100. .examination_img {
  101. position: absolute;
  102. top: 0;
  103. left: 0;
  104. width: 100%;
  105. height: 100%;
  106. }
  107. .examination_img img {
  108. height: 100%;
  109. }
  110. .examination_title {
  111. position: relative;
  112. z-index: 1;
  113. text-align: center;
  114. padding-bottom: .8rem;
  115. font-size: .6667rem;
  116. }
  117. .get_job_focus {
  118. position: relative;
  119. }
  120. .get_job_focus .swiper-container {
  121. height: 100%;
  122. width: 14.4rem;
  123. }
  124. .get_job_focus .swiper-slide {
  125. text-align: center;
  126. font-size: .48rem;
  127. background: #fff;
  128. /* Center slide text vertically */
  129. flex-direction: column;
  130. /* Center slide text vertically */
  131. display: -webkit-box;
  132. display: -ms-flexbox;
  133. display: -webkit-flex;
  134. display: flex;
  135. -webkit-box-pack: center;
  136. -ms-flex-pack: center;
  137. -webkit-justify-content: center;
  138. justify-content: center;
  139. -webkit-box-align: center;
  140. -ms-flex-align: center;
  141. -webkit-align-items: center;
  142. align-items: center;
  143. transition: 300ms;
  144. transform: scale(0.8);
  145. opacity: 0.4;
  146. }
  147. .get_job_focus .swiper-slide a {
  148. width: 9.013333rem;
  149. height: 10.026667rem;
  150. }
  151. .get_job_focus .swiper-slide a img {
  152. width: 100%;
  153. height: 100%;
  154. }
  155. .get_job_focus .swiper-slide p {
  156. width: 9.013333rem;
  157. font-size: 0.666667rem;
  158. margin-top: 0.64rem;
  159. color: #333;
  160. }
  161. .get_job_focus .swiper-slide-active,
  162. .get_job_focus .swiper-slide-duplicate-active {
  163. transform: scale(1);
  164. z-index: 999;
  165. opacity: 1;
  166. }
  167. .get_job_focus .swiper-button-next,
  168. .get_job_focus .swiper-button-prev {
  169. outline: none;
  170. }
  171. .get_job_focus .swiper-button-next:after,
  172. .get_job_focus .swiper-button-prev:after {
  173. font-size: 1.066667rem;
  174. color: #333;
  175. }
  176. .management {
  177. padding: .8rem 0;
  178. position: relative;
  179. background: url('../../image/tabl.jpg') no-repeat;
  180. background-size: 100% 100%;
  181. }
  182. .management_title {
  183. font-size: .8rem;
  184. margin-bottom: .2667rem;
  185. text-align: center;
  186. color: #fff;
  187. }
  188. .management_tex {
  189. font-size: .4rem;
  190. margin-bottom: .6667rem;
  191. text-align: center;
  192. color: #fff;
  193. }
  194. .management .study_fo {
  195. padding: 0.266667rem;
  196. }
  197. .management .swiper-slide {
  198. font-size: 18px;
  199. background: #fff;
  200. width: 7.733333rem;
  201. height: 9.066667rem;
  202. background-color: #fff;
  203. border-radius: 0.266667rem;
  204. box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  205. }
  206. .management .swiper-slide h5 {
  207. font-size: 0.693333rem;
  208. margin: 0.533333rem 0;
  209. font-weight: 400;
  210. padding: 0 0.266667rem;
  211. }
  212. .management .swiper-slide p {
  213. font-size: .5333rem;
  214. position: absolute;
  215. bottom: .1333rem;
  216. right: .8rem;
  217. color: #1f1f1f;
  218. }
  219. .customer {
  220. padding: .8rem .5333rem;
  221. background: url('../../image/rke.jpg') no-repeat;
  222. background-size: 100% 100%;
  223. }
  224. .customer_title {
  225. font-size: .8rem;
  226. text-align: center;
  227. margin-bottom: .5333rem;
  228. }
  229. .foots {
  230. background: #20A0FF;
  231. padding: 1.3333rem 0;
  232. }
  233. .erweima {
  234. width: 3.2rem;
  235. margin: auto;
  236. }
  237. .erweima_text {
  238. text-align: center;
  239. font-size: .48rem;
  240. color:#fff;
  241. margin-top: .2667rem;
  242. margin-bottom: 30px;
  243. }
  244. .erweima_haoma {
  245. padding: 1.3333rem 0 0 0;
  246. font-size: .48rem;
  247. text-align: center;
  248. width: 17.3333rem;
  249. margin: auto;
  250. border-top: .0267rem solid #fff;
  251. color: #fff;
  252. }