index.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647
  1. .btn {
  2. margin: 30px auto;
  3. display: block;
  4. width: 287px;
  5. height: 50px;
  6. background: #536BF5;
  7. box-shadow: 0 3px 13px 0 rgba(0, 82, 255, .5);
  8. border-radius: 25px;
  9. color: #fff;
  10. font-size: 18px;
  11. cursor: pointer;
  12. }
  13. .white-btn {
  14. background: #fff;
  15. color: #000;
  16. }
  17. .swiper {
  18. height: 700px;
  19. color: #fff;
  20. }
  21. .swiper .slide-item {
  22. background-repeat: no-repeat;
  23. background-size: cover;
  24. background-position: center;
  25. height: 700px;
  26. margin: 0 auto;
  27. overflow: hidden;
  28. text-align: center;
  29. }
  30. .swiper .slide-item-act {
  31. background-image: url('../img/index/banner-yuandan.png');
  32. }
  33. .btn-act {
  34. width: 334px;
  35. margin-top: 520px;
  36. }
  37. .swiper .slide-item-1 {
  38. background-image: url('../img/index/banner-1.png');
  39. }
  40. .swiper .slide-item-2 {
  41. background-image: url('../img/index/banner-2.png');
  42. }
  43. .swiper .slide-item-3 {
  44. background-image: url('../img/index/banner-3.png');
  45. }
  46. .swiper .slide-item-4 {
  47. background-image: url('../img/index/banner-4.png');
  48. }
  49. .swiper .slide-item-5 {
  50. background-image: url('../img/index/banner-5.png');
  51. }
  52. .swiper .slide-item .banner-wrap {
  53. width: 1200px;
  54. margin: 0 auto;
  55. text-align: left;
  56. }
  57. .swiper .slide-item p.title {
  58. font-size: 64px;
  59. font-weight: bolder;
  60. margin: 220px 0 20px;
  61. }
  62. .swiper .slide-item p {
  63. font-size: 16px;
  64. margin-bottom: 20px;
  65. }
  66. .swiper .slide-item .feature {
  67. margin-bottom: 48px;
  68. }
  69. .swiper .slide-item .feature .item {
  70. line-height: 34px;
  71. height: 34px;
  72. position: relative;
  73. padding-left: 40px;
  74. margin-right: 28px;
  75. }
  76. .swiper .slide-item .feature .item svg {
  77. position: absolute;
  78. left: 0;
  79. top: 50%;
  80. transform: translateY(-50%);
  81. }
  82. .swiper .slide-item .btn-orange {
  83. float: left;
  84. display: block;
  85. color: #fff;
  86. background: linear-gradient(93.76deg, #31FCFF -10.35%, #0AA5FF 85.34%);
  87. margin: 0px auto 70px;
  88. cursor: pointer;
  89. width: 280px;
  90. height: 50px;
  91. border-radius: 8px;
  92. font-family: Source Han Sans SC;
  93. font-weight: 700;
  94. font-size: 20px;
  95. line-height: 24px;
  96. text-shadow: 0px 2px 4px rgba(16, 61, 139, 0.49);
  97. }
  98. .swiper .swiper-pagination {
  99. overflow: hidden;
  100. position: absolute;
  101. bottom: 20px;
  102. left: 50%;
  103. transform: translateX(-50%);
  104. }
  105. .swiper .swiper-pagination .swiper-pagination-bullet {
  106. width: 8px;
  107. height: 8px;
  108. background: #ccc;
  109. margin: 0 4px;
  110. border-radius: 4px;
  111. }
  112. .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  113. background: #fff;
  114. }
  115. .icons {
  116. width: 1290px;
  117. max-width: 100vw;
  118. min-width: 1200px;
  119. margin: -60px auto 0px;
  120. z-index: 1;
  121. position: relative;
  122. }
  123. .icons ul {
  124. display: flex;
  125. justify-content: center;
  126. margin-bottom: 30px;
  127. }
  128. .icons ul.icon-list {
  129. margin: 0 auto 30px;
  130. box-shadow: 0px 4px 20px 0px rgba(142, 142, 142, 0.12);
  131. background: rgba(255, 255, 255, 1);
  132. width: 1290px;
  133. max-width: 100vw;
  134. min-width: 1200px;
  135. height: 140px;
  136. border-radius: 12px;
  137. align-items: center;
  138. }
  139. .icons ul.icon-list li {
  140. cursor: pointer;
  141. position: relative;
  142. padding: 11px 48px 0 131px;
  143. height: 70px;
  144. /* width: 305px; */
  145. }
  146. .icons ul.icon-list a {
  147. border-right: 1px solid rgba(227, 234, 245, 1);
  148. }
  149. .icons ul.icon-list a:last-child {
  150. border-right: unset;
  151. }
  152. .icons ul.icon-list li img {
  153. width: 60px;
  154. /* box-shadow: 0 0 5px 5px rgba(234, 234, 234, .6); */
  155. position: absolute;
  156. left: 47px;
  157. top: 5px;
  158. }
  159. .icons ul.icon-list li .p1 {
  160. color: rgba(21, 21, 21, 1);
  161. font-family: Source Han Sans SC;
  162. font-weight: 700;
  163. font-size: 18px;
  164. line-height: 22px;
  165. }
  166. .icons ul.icon-list li .p2 {
  167. color: rgba(118, 144, 181, 1);
  168. font-family: Source Han Sans SC;
  169. font-weight: 400;
  170. font-size: 14px;
  171. line-height: 14px;
  172. }
  173. .icons ul.icon-text {
  174. padding: 30px 0;
  175. font-size: 15px;
  176. box-shadow: 0 0 5px 5px rgba(234, 234, 234, .6);
  177. }
  178. .icons ul.icon-text li {
  179. display: none;
  180. width: 1200px;
  181. text-align: center;
  182. }
  183. .icons p {
  184. text-align: center;
  185. }
  186. .sign {
  187. width: 1200px;
  188. margin: 120px auto 80px;
  189. background-color: #ffffff;
  190. }
  191. .sign .title {
  192. display: block;
  193. width: 449px;
  194. height: 60px;
  195. margin: 0 auto 70px;
  196. }
  197. .sign ul {
  198. display: flex;
  199. flex-wrap: wrap;
  200. justify-content: space-between;
  201. margin-bottom: 30px;
  202. }
  203. .sign ul li {
  204. width: 280px;
  205. height: 260px;
  206. border-radius: 12px;
  207. background-color: rgba(247, 249, 251, 1);
  208. /* background-color: rgb(203 229 255); */
  209. box-sizing: border-box;
  210. padding-left: 32px;
  211. padding-top: 30px;
  212. }
  213. .sign ul li img {
  214. display: block;
  215. width: 96px;
  216. height: 96px;
  217. margin-left: -16px;
  218. }
  219. .sign ul li .sign-info {
  220. padding-top: 12px;
  221. }
  222. .sign ul li .sign-info>div {
  223. margin-top: 14px;
  224. color: rgba(118, 144, 181, 1);
  225. font-family: Source Han Sans SC;
  226. font-weight: 500;
  227. font-size: 14px;
  228. line-height: 22px;
  229. }
  230. .sign ul li p {
  231. font-size: 24px;
  232. font-weight: bolder;
  233. color: rgba(21, 21, 21, 1);
  234. font-family: Source Han Sans SC;
  235. font-weight: 700;
  236. font-size: 20px;
  237. line-height: 22px;
  238. }
  239. .sign-buttom {
  240. background: url(../img/index/sign-buttom.png) no-repeat center;
  241. background-size: cover;
  242. width: 1200px;
  243. height: 160px;
  244. padding: 46px 0 0 122px;
  245. position: relative;
  246. }
  247. .sign-buttom .p1 {
  248. text-shadow: 0px 4px 4px rgba(0, 81, 119, 0.16);
  249. color: rgba(255, 255, 255, 1);
  250. font-family: Source Han Sans SC;
  251. font-weight: 700;
  252. font-size: 22px;
  253. line-height: 34px;
  254. }
  255. .sign-buttom a {
  256. position: absolute;
  257. width: 144px;
  258. height: 40px;
  259. border-radius: 4px;
  260. border-width: 1px;
  261. background-color: rgba(255, 255, 255, 0.05);
  262. border: 1px solid rgba(255, 255, 255, 1);
  263. font-family: Source Han Sans SC;
  264. font-weight: 500;
  265. font-size: 16px;
  266. line-height: 38px;
  267. text-align: center;
  268. vertical-align: middle;
  269. color: rgba(255, 255, 255, 1);
  270. top: 50%;
  271. transform: translateY(-50%);
  272. right: 122px;
  273. }
  274. .step-area {
  275. background-color: rgb(247, 249, 251);
  276. padding: 70px 0 110px;
  277. }
  278. .step-area .step {
  279. width: 1200px;
  280. margin: 0 auto;
  281. }
  282. .step-area .contain {
  283. width: 1109px;
  284. height: 272px;
  285. background: url(../img/index/step.png) no-repeat center;
  286. background-size: cover;
  287. margin: 0 auto;
  288. }
  289. .step-area .step .title {
  290. display: block;
  291. width: 200px;
  292. height: 64px;
  293. margin: 0 auto 90px;
  294. }
  295. .web-area {
  296. overflow: hidden;
  297. background: url(../img/index/web-bg.png) no-repeat center;
  298. background-size: cover;
  299. height: 742px;
  300. }
  301. .web {
  302. width: 1200px;
  303. margin: 0 auto;
  304. }
  305. .web .title {
  306. display: block;
  307. width: 331px;
  308. height: 63px;
  309. margin: 70px auto 50px;
  310. }
  311. .web ul {
  312. color: #fff;
  313. margin-left: 58%;
  314. margin-top: 110px;
  315. }
  316. .web ul li p {
  317. margin-bottom: 12px;
  318. position: relative;
  319. color: rgba(255, 255, 255, 1);
  320. font-family: Source Han Sans SC;
  321. font-weight: 700;
  322. font-size: 24px;
  323. line-height: 34px;
  324. }
  325. .web ul li p::after {
  326. position: absolute;
  327. content: '';
  328. background: rgba(255, 255, 255, 1);
  329. width: 6px;
  330. height: 19px;
  331. top: 9px;
  332. left: -18px;
  333. }
  334. .web ul li>div {
  335. margin-bottom: 40px;
  336. color: rgba(255, 255, 255, 0.7);
  337. font-family: Source Han Sans SC;
  338. font-weight: 400;
  339. font-size: 16px;
  340. line-height: 20px;
  341. }
  342. .platform-advantage {
  343. background-color: rgb(254, 254, 254);
  344. padding: 120px 0 140px;
  345. }
  346. .platform-advantage .title {
  347. display: block;
  348. width: 314px;
  349. height: 64px;
  350. margin: 0 auto 90px;
  351. }
  352. .platform-advantage ul {
  353. display: flex;
  354. justify-content: space-between;
  355. width: 1200px;
  356. margin: 0 auto;
  357. }
  358. .platform-advantage ul li {
  359. text-align: center;
  360. }
  361. .platform-advantage ul li img {
  362. width: 70px;
  363. height: 70px;
  364. margin-bottom: 10px;
  365. }
  366. .platform-advantage ul li p {
  367. color: rgba(21, 21, 21, 1);
  368. font-family: Source Han Sans SC;
  369. font-weight: 700;
  370. font-size: 18px;
  371. line-height: 22px;
  372. margin-bottom: 10px;
  373. }
  374. .platform-advantage ul li>div {
  375. color: rgba(118, 144, 181, 1);
  376. font-family: Source Han Sans SC;
  377. font-weight: 500;
  378. font-size: 15px;
  379. line-height: 20px;
  380. }
  381. .dispatch {
  382. margin-bottom: 100px;
  383. }
  384. .dispatch .title {
  385. display: block;
  386. width: 315px;
  387. height: 64px;
  388. margin: 100px auto 50px;
  389. }
  390. .dispatch ul {
  391. display: flex;
  392. justify-content: space-around;
  393. width: 1350px;
  394. margin: 0 auto;
  395. }
  396. .dispatch ul li {
  397. width: 415px;
  398. height: 497px;
  399. text-align: center;
  400. background-size: cover;
  401. background-repeat: no-repeat;
  402. background-position: center;
  403. }
  404. .dispatch ul li.dispatch-1 {
  405. background-image: url(../img/index/dispatch-1.png);
  406. }
  407. .dispatch ul li.dispatch-2 {
  408. background-image: url(../img/index/dispatch-2.png);
  409. }
  410. .dispatch ul li.dispatch-3 {
  411. background-image: url(../img/index/dispatch-3.png);
  412. }
  413. .dispatch ul li p {
  414. font-size: 24px;
  415. color: #000;
  416. font-weight: bold;
  417. margin: 60px 0 10px;
  418. }
  419. .dispatch ul li>div {
  420. color: #999;
  421. }
  422. .shelf-area {
  423. overflow: hidden;
  424. background: url(../img/index/shelf-bg.png) no-repeat center;
  425. background-size: cover;
  426. height: 750px;
  427. }
  428. .shelf {
  429. width: 1200px;
  430. margin: 0 auto;
  431. }
  432. .shelf .title {
  433. display: block;
  434. width: 726px;
  435. height: 92px;
  436. margin: 90px auto 30px;
  437. }
  438. .shelf .shelf-note {
  439. font-size: 24px;
  440. font-weight: bolder;
  441. color: #000;
  442. margin-top: 80px;
  443. line-height: 3;
  444. }
  445. .gain {
  446. overflow: hidden;
  447. height: 300px;
  448. background: linear-gradient(180deg, #4687FF 0%, #2267E8 100%);
  449. color: #fff;
  450. text-align: center;
  451. }
  452. .gain>p {
  453. margin: 50px 0 60px;
  454. color: rgba(255, 255, 255, 1);
  455. font-family: Source Han Sans SC;
  456. font-weight: 700;
  457. font-size: 36px;
  458. line-height: 40px;
  459. }
  460. .gain ul {
  461. display: flex;
  462. justify-content: space-between;
  463. width: 1200px;
  464. margin: 0 auto;
  465. }
  466. .gain ul li h3 {
  467. color: rgba(255, 255, 255, 1);
  468. font-family: Source Han Sans SC;
  469. font-weight: 700;
  470. font-size: 36px;
  471. line-height: 52px;
  472. margin-bottom: 8px;
  473. }
  474. .gain ul li p {
  475. color: rgba(255, 255, 255, 1);
  476. font-family: Source Han Sans SC;
  477. font-weight: 400;
  478. font-size: 16px;
  479. line-height: 20px;
  480. }
  481. .contact-us {
  482. background-color: #fff;
  483. background: url(../img/index/contact-bg.png) no-repeat center;
  484. background-size: cover;
  485. padding: 78px 0 78px;
  486. }
  487. .contact-us .title {
  488. color: rgba(255, 255, 255, 1);
  489. font-family: Source Han Sans SC;
  490. font-weight: 700;
  491. font-size: 30px;
  492. line-height: 40px;
  493. text-align: center;
  494. margin-bottom: 56px;
  495. }
  496. .contact-us .contact-info .item {
  497. margin: 0 auto 18px;
  498. display: flex;
  499. width: 691px;
  500. height: 73px;
  501. border-radius: 3px;
  502. background-color: rgba(255, 255, 255, 1);
  503. padding-left: 20px;
  504. align-items: center;
  505. line-height: 29px;
  506. color: rgba(21, 21, 21, 1);
  507. }
  508. .contact-us .contact-info .item img {
  509. width: 50px;
  510. height: 50px;
  511. margin-right: 12px;
  512. }
  513. .contact-us .contact-info .item p {
  514. color: rgba(21, 21, 21, 1);
  515. font-family: Source Han Sans SC;
  516. font-weight: 700;
  517. font-size: 20px;
  518. width: 402px;
  519. }
  520. .contact-us .contact-info .item a {
  521. width: 200px;
  522. height: 62px;
  523. line-height: 60px;
  524. color: #ffffff;
  525. text-align: center;
  526. border-radius: 3px;
  527. background: rgba(58, 195, 76, 1);
  528. font-family: Source Han Sans SC;
  529. font-weight: 700;
  530. font-size: 18px;
  531. }
  532. .cooperate {
  533. padding-bottom: 100px;
  534. }
  535. .cooperate .title {
  536. display: block;
  537. width: 632px;
  538. height: 92px;
  539. margin: 100px auto 30px;
  540. }
  541. .cooperate ul {
  542. width: 1200px;
  543. margin: 0 auto;
  544. display: flex;
  545. flex-wrap: wrap;
  546. justify-content: space-between;
  547. }
  548. .cooperate ul li {
  549. margin: 50px 20px;
  550. }
  551. .cooperate ul li img {
  552. width: 197px;
  553. height: 197px;
  554. }