index.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  1. /* 在根元素上定义变量 */
  2. :root {
  3. --primary-color: #2a79ff;
  4. }
  5. body {
  6. max-width: 100vw;
  7. }
  8. .web_title {
  9. width: 0;
  10. height: 0;
  11. overflow: hidden;
  12. }
  13. .box {
  14. width: 122.5rem;
  15. max-width: 100%;
  16. overflow: hidden;
  17. position: relative;
  18. left: 50%;
  19. transform: translate(-50%, 0);
  20. display: flex;
  21. flex-direction: column;
  22. align-items: center;
  23. }
  24. .head_box {
  25. width: 100%;
  26. background-color: var(--primary-color);
  27. color: #fff;
  28. overflow: hidden;
  29. position: relative;
  30. }
  31. .head_box_back {
  32. position: absolute;
  33. right: 1.25rem;
  34. bottom: 0;
  35. width: 45.75rem;
  36. }
  37. .head_tab {
  38. width: 70rem;
  39. height: 5.5rem;
  40. margin: 0 auto;
  41. display: flex;
  42. align-items: center;
  43. }
  44. .head_tab_items{
  45. display: flex;
  46. align-items: center;
  47. }
  48. .head_tab_item {
  49. width: 7.75rem;
  50. height: 3rem;
  51. line-height: 3rem;
  52. font-size: 1rem;
  53. font-weight: 500;
  54. text-align: center;
  55. }
  56. .head_tab_item a {
  57. color: #fff;
  58. }
  59. .head_tab_logo {
  60. width: 8.6875rem;
  61. height: 3rem;
  62. margin-right: auto;
  63. }
  64. .head_tab_menu {
  65. width: 1.5rem;
  66. height: 1.5rem;
  67. margin-right: 1.25rem;
  68. }
  69. .contact_btn {
  70. width: 6.5625rem;
  71. height: 3rem;
  72. margin-left: auto;
  73. background-color: rgba(255, 255, 255, 0.08);
  74. border-radius: 0.125rem;
  75. font-size: 1rem;
  76. }
  77. .contact_btn a {
  78. width: 100%;
  79. height: 100%;
  80. }
  81. .contact_btn :hover{
  82. transition: all 0.5s;
  83. color: var(--primary-color) !important;
  84. background-color: #fff !important;
  85. }
  86. .carousel_box {
  87. width: 122.5rem;
  88. padding-top: 2rem;
  89. margin-bottom: 5rem;
  90. display: flex;
  91. flex-direction: column;
  92. align-items: center;
  93. position: relative;
  94. left: 50%;
  95. transform: translate(-50%, 0);
  96. }
  97. .carousel_box_text {
  98. display: flex;
  99. flex-direction: column;
  100. align-items: center;
  101. gap: 2rem;
  102. text-align: center;
  103. }
  104. .carousel_box_title {
  105. font-size: 4rem;
  106. font-weight: bold;
  107. }
  108. .carousel_box_content {
  109. font-size: 1.25rem
  110. }
  111. .carousel_box_btn a {
  112. width: 10.25rem;
  113. height: 3.5rem;
  114. background-color: #fff;
  115. font-size: 1.25rem;
  116. color: var(--primary-color);
  117. gap: 0.75rem;
  118. }
  119. .carousel_box_btn img {
  120. width: 1.5rem;
  121. height: 1.5rem;
  122. }
  123. .carousel_box_img {
  124. width: 50rem;
  125. position: relative;
  126. bottom: -5.3125rem;
  127. }
  128. .body_box {
  129. width: 100%;
  130. display: flex;
  131. flex-direction: column;
  132. align-items: center;
  133. background-color: #f7f8fa;
  134. }
  135. .body_box_white {
  136. width: 100%;
  137. display: flex;
  138. flex-direction: column;
  139. align-items: center;
  140. background-color: #fff;
  141. }
  142. .body_box_bottom {
  143. width: 100%;
  144. display: flex;
  145. flex-direction: column;
  146. align-items: center;
  147. background-color: #232634;
  148. }
  149. .body_box_bottom .body_box_item {
  150. padding: 0;
  151. padding-top: 6.25rem;
  152. }
  153. .body_box_item {
  154. width: 70rem;
  155. padding: 6.25rem 0;
  156. margin: 0 auto;
  157. }
  158. .web_information {
  159. width: 100%;
  160. height: 4rem;
  161. border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
  162. }
  163. .body_box_title {
  164. font-size: 3rem;
  165. font-weight: 600;
  166. line-height: 3.75rem;
  167. text-align: center;
  168. }
  169. .body_box_subtitle {
  170. color: var(--primary-color);
  171. font-size: 1.5rem;
  172. }
  173. .body_box_introduce {
  174. line-height: 3rem;
  175. margin-top: 2rem;
  176. font-size: 1.25rem;
  177. text-align: center;
  178. margin-bottom: 4rem;
  179. }
  180. /* 产品功能服务 */
  181. .service_box {
  182. display: flex;
  183. flex-wrap: wrap;
  184. gap: 1.25rem;
  185. }
  186. .service_box_item {
  187. width: 34.375rem;
  188. padding: 1.875rem 0;
  189. border-radius: 0.625rem;
  190. display: flex;
  191. flex-direction: column;
  192. align-items: center;
  193. gap: 1.5rem;
  194. box-shadow: 0 0.125rem 0.125rem rgba(71, 74, 89, 0.08), 0 0.125rem 0.5rem rgba(71, 74, 89, 0.15);
  195. font-size: 1rem;
  196. background-color: #fff;
  197. }
  198. .service_box_item_title {
  199. color: #2B2D33;
  200. font-size: 1.5rem;
  201. font-weight: 600;
  202. }
  203. .body_box_introduce_two {
  204. color: #555A65;
  205. font-size: 1rem;
  206. margin-top: 2.5rem;
  207. margin-bottom: 4rem;
  208. text-align: center;
  209. }
  210. .service_box_item_text {
  211. color: #555A65;
  212. text-align: center;
  213. max-width: 20.875rem;
  214. line-height: 1.5rem;
  215. }
  216. .service_box_item_img {
  217. width: 7.25rem;
  218. height: 7.25rem;
  219. }
  220. .service_box_item_img img {
  221. width: 3rem;
  222. height: 3rem;
  223. }
  224. /* 可视化展示 */
  225. .exhibition_box {
  226. width: 100%;
  227. display: flex;
  228. /* align-items: center; */
  229. gap: 1.25rem;
  230. overflow: hidden;
  231. padding: 0 10px 10px;
  232. }
  233. .exhibition_box_item {
  234. width: 34.375rem;
  235. min-width: 34.375rem;
  236. background-color: #fff;
  237. border-radius: 0.625rem;
  238. padding: 1.875rem 1.5625rem;
  239. box-sizing: border-box;
  240. display: flex;
  241. flex-direction: column;
  242. align-items: center;
  243. justify-content: space-between;
  244. gap: 1.5rem;
  245. transition: all 0.5s;
  246. }
  247. .exhibition_box_item:hover {
  248. box-shadow: 0 0.125rem 0.125rem rgba(71, 74, 89, 0.1), 0 0.125rem 0.5rem rgba(71, 74, 89, 0.2);
  249. }
  250. .exhibition_box_icon {
  251. width: 3.75rem;
  252. height: 3.75rem;
  253. }
  254. .exhibition_box_title {
  255. font-size: 1.5rem;
  256. line-height: 1.875rem;
  257. }
  258. .exhibition_box_text {
  259. color: #555A65;
  260. text-align: center;
  261. max-width: 20.875rem;
  262. line-height: 1.5rem;
  263. font-size: 1rem;
  264. }
  265. .exhibition_box_img {
  266. height: 18.75rem;
  267. border-radius: 0.5rem;
  268. }
  269. /* 应用领域 */
  270. .scene_box {
  271. display: flex;
  272. align-items: center;
  273. gap: 1.25rem;
  274. }
  275. .scene_box_item {
  276. width: 22.5rem;
  277. display: flex;
  278. flex-direction: column;
  279. gap: 1rem;
  280. font-size: 1rem;
  281. text-align: center;
  282. }
  283. .scene_box_item_img {
  284. width: 100%;
  285. height: 20.1875rem;
  286. border-radius: 0.625rem;
  287. background-color: #f7f8fa;
  288. overflow: hidden;
  289. }
  290. .scene_box_item_img img {
  291. /* width: 100%; */
  292. height: 100%;
  293. }
  294. .scene_box_item_title {
  295. color: #2B2D33;
  296. font-weight: 600;
  297. }
  298. .scene_box_item_text {
  299. color: #555A65;
  300. }
  301. /* 关于我们 */
  302. .aboutMy_box {
  303. padding: 3.75rem;
  304. box-sizing: border-box;
  305. border-radius: 1.5rem;
  306. background-color: #F7F8FA;
  307. display: flex;
  308. align-items: center;
  309. gap: 1.25rem;
  310. }
  311. .aboutMy_box_content{
  312. flex: 1;
  313. display: flex;
  314. flex-direction: column;
  315. gap: 2.5rem;
  316. }
  317. .aboutMy_box_title {
  318. color: #2B2D33;
  319. font-size: 4rem;
  320. font-weight: 600;
  321. }
  322. .aboutMy_box_text {
  323. color: #555A65;
  324. font-size: 1rem;
  325. line-height: 1.5rem;
  326. display: flex;
  327. flex-direction: column;
  328. gap: 1.25rem;
  329. }
  330. .aboutMy_box_btn a {
  331. color: #fff;
  332. width: 9.25rem;
  333. height: 3.5rem;
  334. background-color: var(--primary-color);
  335. font-size: 1rem;
  336. display: flex;
  337. align-items: center;
  338. gap: 0.75rem;
  339. }
  340. .aboutMy_box_btn img {
  341. width: 1.5rem;
  342. height: 1.5rem;
  343. }
  344. .aboutMy_box_img {
  345. width: 30.625rem;
  346. height: 33.125rem;
  347. }
  348. /* 合作伙伴 */
  349. .cooperation_box {
  350. display: flex;
  351. align-items: center;
  352. overflow: hidden;
  353. margin-top: 3.75rem;
  354. }
  355. .cooperation_box_scroll {
  356. width: 63.75rem;
  357. display: flex;
  358. align-items: center;
  359. animation: scroll 20s linear;
  360. animation-iteration-count: infinite;
  361. }
  362. @keyframes scroll {
  363. 0% {
  364. transform: translateX(0%);
  365. }
  366. 100% {
  367. transform: translateX(-200%);
  368. }
  369. }
  370. .cooperation_box_item {
  371. width: 20%;
  372. min-width: 20%;
  373. display: flex;
  374. flex-direction: column;
  375. align-items: center;
  376. gap: 1.5rem;
  377. }
  378. .cooperation_box_img {
  379. width: 4rem;
  380. height: 4rem;
  381. border-radius: 50%;
  382. overflow: hidden;
  383. }
  384. .cooperation_box_img img {
  385. /* width: 2.5rem;
  386. height: 2.5rem; */
  387. width: 100%;
  388. height: 100%;
  389. }
  390. .cooperation_box_text {
  391. color: #2B2D33;
  392. font-size: 1.5rem;
  393. text-align: center;
  394. }
  395. /* 常见问题解答 */
  396. .problem {
  397. display: flex;
  398. flex-direction: row;
  399. justify-content: space-between;
  400. }
  401. .problem .body_box_subtitle {
  402. text-align: left;
  403. }
  404. .problem_box {
  405. width: 36.875rem;
  406. }
  407. .problem_box_item {
  408. color: #2B2D33;
  409. height: 6rem;
  410. border-bottom: 0.0625rem solid #D7DAE2;
  411. overflow: hidden;
  412. transition: all 0.5s;
  413. }
  414. .problem_box_item_title {
  415. height: 6rem;
  416. font-size: 1.5rem;
  417. display: flex;
  418. align-items: center;
  419. }
  420. .problem_box_item_text {
  421. color: #555A65;
  422. font-size: 1rem;
  423. padding-bottom: 2rem;
  424. }
  425. .fold_img {
  426. margin-left: auto;
  427. filter: grayscale(100%);
  428. transform: rotate(180deg);
  429. transition: all 0.5s;
  430. }
  431. .problem_box_item_sele {
  432. height: auto;
  433. }
  434. .problem_box_item_sele .fold_img {
  435. filter: grayscale(0%);
  436. transform: rotate(0deg);
  437. transition: all 0.5s;
  438. }
  439. /* 联系我们 */
  440. .contact_box {
  441. background-color: #fff;
  442. border-radius: 1.5rem;
  443. padding: 3.75rem;
  444. box-sizing: border-box;
  445. display: flex;
  446. align-items: center;
  447. justify-content: space-between;
  448. }
  449. .contact_box .body_box_subtitle {
  450. text-align: left;
  451. }
  452. .my_information {
  453. color: #555A65;
  454. margin-top: 2.5rem;
  455. font-size: 0.875rem;
  456. display: flex;
  457. flex-direction: column;
  458. gap: 1.25rem;
  459. }
  460. .my_information_item {
  461. display: flex;
  462. align-items: center;
  463. height: 1.5rem;
  464. font-weight: normal;
  465. gap: 0.75rem;
  466. }
  467. .my_information_item img {
  468. width: 1.5rem;
  469. height: 1.5rem;
  470. }
  471. .body_box_code {
  472. color: #555A65;
  473. font-size: 1rem;
  474. text-align: center;
  475. }
  476. .body_box_code img {
  477. width: 12.5rem;
  478. height: 12.5rem;
  479. margin-bottom: 1.0625rem;
  480. }
  481. /* 底部导航 */
  482. .box_bottom_class {
  483. color: #fff;
  484. display: flex;
  485. align-items: center;
  486. padding-bottom: 3.125rem !important;
  487. }
  488. .bottom_logo {
  489. display: flex;
  490. align-items: center;
  491. flex-direction: column;
  492. text-align: center;
  493. font-size: 0.875rem;
  494. width: 19.3125rem;
  495. padding: 1.25rem;
  496. box-sizing: border-box;
  497. }
  498. .bottom_logo img {
  499. width: 5rem;
  500. height: 4.9375rem;
  501. margin-bottom: 1.25rem;
  502. }
  503. .bottom_logo_title {
  504. font-size: 2.5rem;
  505. margin-bottom: 2rem;
  506. }
  507. .bottom_menu {
  508. flex: 1;
  509. padding-left: 5.8125rem;
  510. display: flex;
  511. }
  512. .bottom_menu_item {
  513. flex: 1;
  514. display: flex;
  515. flex-direction: column;
  516. gap: 1.5rem;
  517. }
  518. .bottom_menu_title {
  519. font-size: 1.25rem;
  520. }
  521. .bottom_menu_li {
  522. font-size: 0.875rem;
  523. cursor: pointer;
  524. }
  525. .bottom_wx_code {
  526. width: 12.5rem;
  527. display: flex;
  528. flex-direction: column;
  529. gap: 1.125rem;
  530. font-size: 1rem;
  531. text-align: center;
  532. }
  533. .bottom_wx_code_img {
  534. width: 100%;
  535. height: 12.5rem;
  536. background-color: #fff;
  537. overflow: hidden;
  538. }
  539. .bottom_wx_code_img img {
  540. width: 100%;
  541. height: 100%;
  542. padding: 10px;
  543. box-sizing: border-box;
  544. }
  545. .web_information_content {
  546. color: #fff;
  547. height: 100%;
  548. padding: 0 !important;
  549. font-size: 1rem;
  550. display: flex;
  551. align-items: center;
  552. flex-wrap: wrap;
  553. gap: 2.5rem;
  554. }