styles.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  1. @charset "utf-8";
  2. * {
  3. scrollbar-width: thin;
  4. scrollbar-track-color: transparent;
  5. }
  6. ::-webkit-scrollbar {
  7. width: 6px;
  8. height: 6px;
  9. }
  10. ::-webkit-scrollbar-track {
  11. background-color: transparent;
  12. }
  13. ::-webkit-scrollbar-thumb {
  14. min-width: 50px;
  15. min-height: 50px;
  16. background-color: #c1c1c1;
  17. border-radius: 5px;
  18. }
  19. ::-webkit-scrollbar-thumb:hover {
  20. background-color: rgba(0, 0, 0, 0.46);
  21. }
  22. html,
  23. body {
  24. width: 100%;
  25. height: 100%;
  26. }
  27. body {
  28. padding: 0;
  29. margin: 0;
  30. font-weight: normal;
  31. font-style: normal;
  32. font-size: 12px;
  33. font-family: "微软雅黑", "Tahoma";
  34. vertical-align: baseline;
  35. text-align: justify;
  36. word-wrap: break-word;
  37. text-justify: inter-ideograph;
  38. color: #000000cc;
  39. }
  40. .navBody {
  41. background: rgba(33, 33, 41, 1);
  42. height: 36px;
  43. color: #fff;
  44. }
  45. .globalNav a {
  46. float: left;
  47. height: 36px;
  48. line-height: 36px;
  49. padding: 0 10px;
  50. color: #eee;
  51. position: relative;
  52. cursor: pointer;
  53. }
  54. .globalNav a:hover {
  55. background: #666e70;
  56. color: #fff;
  57. text-decoration: none;
  58. }
  59. .globalNav a.now {
  60. background: #008fff;
  61. color: #fff;
  62. font-weight: 600;
  63. }
  64. .globalNav .zhzd {
  65. float: left;
  66. height: 36px;
  67. position: relative;
  68. z-index: 999;
  69. }
  70. .globalNav .zhzd a b {
  71. border-color: #ffddc9 transparent transparent;
  72. border-right: 3px dashed transparent;
  73. border-style: solid dashed dashed;
  74. border-width: 3px 3px 0;
  75. display: inline-block;
  76. font-size: 0;
  77. height: 0;
  78. line-height: 0;
  79. width: 0;
  80. position: relative;
  81. top: -1px;
  82. left: 4px;
  83. }
  84. .globalNav .zhzd .zhzdMenu {
  85. position: absolute;
  86. left: 0;
  87. top: 29px;
  88. background: #fff;
  89. border: 1px solid #ccc;
  90. border-top: none;
  91. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  92. z-index: 0;
  93. display: none;
  94. }
  95. .globalNav .zhzd .zhzdMenu a {
  96. width: 100%;
  97. padding: 0;
  98. text-align: center;
  99. color: #3366cc;
  100. }
  101. .globalNav .zhzd .zhzdMenu a:hover {
  102. background: #f2f2f2;
  103. }
  104. .globalNav .zhzd a.now {
  105. background: #fff;
  106. border: 1px solid #ccc;
  107. border-bottom: none;
  108. border-top: none;
  109. color: #3366cc;
  110. z-index: 10;
  111. }
  112. .width1200 {
  113. max-width: 1200px;
  114. margin: 0 auto;
  115. }
  116. .logoCon {
  117. width: 100%;
  118. height: 60px;
  119. background: #fff;
  120. box-shadow: 0px -1px #0000001a inset;
  121. }
  122. .logo,
  123. .buttonCon {
  124. height: 60px;
  125. display: table;
  126. text-align: center;
  127. }
  128. .btn-login {
  129. background: rgba(47, 84, 235, 1);
  130. }
  131. .logoText {
  132. padding-left: 10px;
  133. font-weight: 500;
  134. font-size: 24px;
  135. }
  136. .table-cell {
  137. display: table-cell;
  138. vertical-align: middle;
  139. }
  140. .btnText {
  141. padding-right: 10px;
  142. font-size: 16px;
  143. font-weight: 500;
  144. }
  145. .bannerBox {
  146. /* height: 900px; */
  147. height: calc(100% - 96px);
  148. background: rgba(245, 247, 253, 1);
  149. }
  150. .banner {
  151. position: relative;
  152. width: 100%;
  153. height: 100%;
  154. /* max-height: 950px; */
  155. /*background: url(img/image_banner_01.png) no-repeat right -110px;*/
  156. }
  157. .banner .lottie {
  158. position: relative;
  159. z-index: 50;
  160. width: 100%;
  161. height: calc(100% - 83px);
  162. }
  163. .bannerTitleBox {
  164. position: absolute;
  165. top: 30%;
  166. z-index: 60;
  167. }
  168. .bannerTitle {
  169. font-size: 64px;
  170. font-weight: 600;
  171. }
  172. .bannerTitle1 {
  173. color: rgba(47, 84, 235, 1);
  174. /*transition: all 0.4s ease-in 0s;
  175. transform: translateX(-400px);*/
  176. }
  177. .bannerTitle2 {
  178. color: rgba(0, 0, 0, 0.8);
  179. /*transition: all 0.8s ease-in 0s;
  180. transform: translateX(-600px);*/
  181. }
  182. .bannerTitle3 {
  183. color: rgba(0, 0, 0, 0.5);
  184. font-size: 24px;
  185. /*transition: all 1.2s ease-in 0s;
  186. transform: translateX(-600px);*/
  187. }
  188. .btnHand {
  189. font-size: 24px;
  190. font-weight: 500;
  191. padding: 16px 32px;
  192. background: rgba(47, 84, 235, 1);
  193. /*transition: all 1.6s ease-in 0s;
  194. transform: translateX(-400px);*/
  195. }
  196. .moreBox {
  197. height: 83px;
  198. }
  199. .moreBox h4 {
  200. font-size: 14px;
  201. color: rgba(47, 84, 235, 1);
  202. }
  203. .moreBox .iconMore {
  204. width: 32px;
  205. height: 54px;
  206. background: url(img/css_sprites.png) no-repeat -80px -1078px;
  207. }
  208. .slogan {
  209. height: 320px;
  210. text-align: center;
  211. background: #00000099 url(img/image_banner_02.png) no-repeat;
  212. color: #fff;
  213. }
  214. .sloganSmall {
  215. padding-top: 100px;
  216. font-size: 18px;
  217. color: #ffffffcc;
  218. }
  219. .sloganBig {
  220. padding-top: 30px;
  221. font-size: 48px;
  222. }
  223. .sloganBig .blueBg {
  224. background: #2f54eb;
  225. border-radius: 8px;
  226. margin: 0 8px;
  227. padding: 3px 12px;
  228. }
  229. .videoListCon {
  230. padding: 120px 0;
  231. background: #f5f7fd;
  232. }
  233. .videoLeft {
  234. max-width: 843px;
  235. height: 474px;
  236. /*background: #000 url(img/image_video_cover_07.png) no-repeat;*/
  237. }
  238. .videoRight {
  239. max-width: 357px;
  240. height: 474px;
  241. }
  242. .videoRight .vjs-playlist {
  243. height: 474px;
  244. overflow-y: auto;
  245. }
  246. .videoRight ul li {
  247. width: 280px;
  248. list-style-type: none;
  249. padding: 0;
  250. margin: 0 0 20px 0;
  251. }
  252. .videoList img {
  253. width: 130px;
  254. height: 72px;
  255. }
  256. .videoList .videoImg {
  257. }
  258. .videoList .videoTitle {
  259. font-size: 14px;
  260. font-weight: 500px;
  261. line-height: 20px;
  262. }
  263. .videoList .textRrey {
  264. color: #00000099;
  265. }
  266. .productCon {
  267. margin: 120px 0 0 0;
  268. }
  269. .bigtTitle h4 {
  270. font-size: 48px;
  271. font-weight: 500;
  272. }
  273. .bigtTitle span {
  274. font-size: 18px;
  275. }
  276. .productList {
  277. padding: 48px 48px 0 48px;
  278. }
  279. .productLine {
  280. /*border-left: 2px solid rgba(0, 0, 0, 0.1);*/
  281. }
  282. .product {
  283. position: relative;
  284. }
  285. .productOne {
  286. height: 800px !important;
  287. }
  288. .productOne,
  289. .productTwo {
  290. height: 730px;
  291. border-left: 2px solid rgba(0, 0, 0, 0.1);
  292. }
  293. .productThree {
  294. height: 700px;
  295. }
  296. .productIco {
  297. position: absolute;
  298. top: -5px;
  299. left: -24px;
  300. width: 48px;
  301. height: 48px;
  302. }
  303. .productOneIco {
  304. background: url(img/css_sprites.png) no-repeat -113px -1068px;
  305. }
  306. .productTwoIco {
  307. background: url(img/css_sprites.png) no-repeat -160px -1068px;
  308. }
  309. .productThreeIco {
  310. background: url(img/css_sprites.png) no-repeat 0px -1148px;
  311. }
  312. .prodectLeftTitle {
  313. margin: 0 0 0 35px;
  314. }
  315. .prodectLeftTitle h3 {
  316. font-size: 36px;
  317. line-height: 48px;
  318. }
  319. .prodectLeftTitle .productText {
  320. font-size: 18px;
  321. line-height: 35px;
  322. }
  323. .productImg {
  324. width: 224px;
  325. height: 224px;
  326. }
  327. .show {
  328. transform: translateY(0px) !important;
  329. -webkit-transition-timing-function: ease-in-out;
  330. transition-timing-function: ease-in-out;
  331. opacity: 1 !important;
  332. }
  333. .hiddenTranX1 {
  334. opacity: 0;
  335. transition: all 0.8s ease-in 0s;
  336. transform: translateX(-200px);
  337. }
  338. .hiddenTranX2 {
  339. opacity: 0;
  340. transition: all 0.8s ease-in 0s;
  341. transform: translateX(200px);
  342. }
  343. .hiddenTranY1 {
  344. opacity: 0;
  345. transition: all 0.8s ease-in 0s;
  346. transform: translateY(-200px);
  347. }
  348. .hiddenTranY2 {
  349. opacity: 0;
  350. transition: all 0.8s ease-in 0s;
  351. transform: translateX(200px);
  352. }
  353. .productOneImg {
  354. /*background: url(img/css_sprites.png) no-repeat 0 0;*/
  355. /*transition-delay: 0.2s;*/
  356. }
  357. #productOneImg,
  358. #productTwoImg,
  359. #productThreeImg {
  360. position: relative;
  361. z-index: 50;
  362. width: 100%;
  363. height: 100%;
  364. }
  365. .productTwoImg {
  366. /*background: url(img/css_sprites.png) no-repeat 0 -224px;
  367. transition-delay: 0.2s;*/
  368. }
  369. .productThreeImg {
  370. /*background: url(img/css_sprites.png) no-repeat 0 -448px;
  371. transition-delay: 0.8s;*/
  372. }
  373. .productRImg {
  374. position: absolute;
  375. top: 0;
  376. left: 0;
  377. }
  378. .productOneRImg {
  379. width: 843px;
  380. height: 600px;
  381. background: url(img/image_cpgn_0103_bg.png) no-repeat;
  382. transition-delay: 0.2s;
  383. -webkit-transition-timing-function: ease-in-out;
  384. transition-timing-function: ease-in-out;
  385. }
  386. .productTwoRImg1 {
  387. width: 790px;
  388. height: 560px;
  389. background: url(img/image_cpgn_02_01.png) no-repeat;
  390. /*box-shadow: -20px -20px 40px -15px rgba(0, 0, 0, 0.24);*/
  391. transition-delay: 0.2s;
  392. -webkit-transition-timing-function: ease-in-out;
  393. transition-timing-function: ease-in-out;
  394. transform: translateX(200px);
  395. }
  396. .productTwoRImg2 {
  397. top: 64px;
  398. left: 95px;
  399. width: 695px;
  400. height: 496px;
  401. background: url(img/image_cpgn_02_02.png) no-repeat;
  402. box-shadow: -20px -20px 40px -10px rgba(0, 0, 0, 0.24);
  403. transition-delay: 0.4s;
  404. -webkit-transition-timing-function: ease-in-out;
  405. transition-timing-function: ease-in-out;
  406. transform: translateX(600px);
  407. }
  408. .productTwoRImg3 {
  409. top: 180px;
  410. left: 190px;
  411. width: 600px;
  412. height: 380px;
  413. background: url(img/image_cpgn_02_03.png) no-repeat;
  414. box-shadow: -20px -20px 40px -10px rgba(0, 0, 0, 0.24);
  415. transition-delay: 0.6s;
  416. -webkit-transition-timing-function: ease-in-out;
  417. transition-timing-function: ease-in-out;
  418. transform: translateX(600px);
  419. /*box-shadow: 0px 13.3px 53.3px rgba(0, 0, 0, 0.24);*/
  420. }
  421. .productThreeRImg1 {
  422. width: 843px;
  423. height: 600px;
  424. background: url(img/image_cpgn_0103_bg.png) no-repeat;
  425. transition-delay: 0.2s;
  426. -webkit-transition-timing-function: ease-in-out;
  427. transition-timing-function: ease-in-out;
  428. }
  429. .productThreeRImg2 {
  430. top: 107px;
  431. left: 171px;
  432. width: 502px;
  433. height: 386px;
  434. background: url(img/iamge_cpgn_03.png) no-repeat;
  435. box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.24);
  436. transition-delay: 0.4s;
  437. -webkit-transition-timing-function: ease-in-out;
  438. transition-timing-function: ease-in-out;
  439. }
  440. .productRT {
  441. transition-delay: 0.4s;
  442. -webkit-transition-timing-function: ease-in-out;
  443. transition-timing-function: ease-in-out;
  444. }
  445. /*.productOneR1{
  446. transition-delay: 0.4s;
  447. }
  448. .productOneR2{
  449. transition-delay: 0.6s;
  450. }
  451. .productOneR3{
  452. transition-delay: 0.8s;
  453. }
  454. .productOneR4{
  455. transition-delay:1s;
  456. }
  457. .productOneR5{
  458. transition-delay: 1.2s;
  459. }
  460. .productOneR6{
  461. transition-delay: 1.4s;
  462. }*/
  463. .productRT {
  464. position: absolute;
  465. top: 120px;
  466. left: 180px;
  467. width: 480px;
  468. height: 360px;
  469. background: rgba(255, 255, 255, 1);
  470. border-radius: 8px;
  471. }
  472. .productRT h4 {
  473. text-align: center;
  474. font-size: 18px;
  475. }
  476. .productRT ul {
  477. padding-top: 2.5rem;
  478. padding-left: 1.8rem;
  479. }
  480. .productRT ul li {
  481. float: left;
  482. list-style-type: none;
  483. width: 140px;
  484. height: 120px;
  485. text-align: center;
  486. padding: 20px 0;
  487. }
  488. .productRLImg {
  489. margin: 0 auto;
  490. }
  491. .productOneRLImg1 {
  492. width: 48px;
  493. height: 48px;
  494. background: url(img/css_sprites.png) no-repeat -48px -1152px;
  495. }
  496. .productOneRLImg2 {
  497. width: 48px;
  498. height: 48px;
  499. background: url(img/css_sprites.png) no-repeat -193px -1152px;
  500. }
  501. .productOneRLImg3 {
  502. width: 48px;
  503. height: 48px;
  504. background: url(img/css_sprites.png) no-repeat -144px -1152px;
  505. }
  506. .productOneRLImg4 {
  507. width: 48px;
  508. height: 48px;
  509. background: url(img/css_sprites.png) no-repeat -96px -1152px;
  510. }
  511. .productOneRLImg5 {
  512. width: 48px;
  513. height: 48px;
  514. background: url(img/css_sprites.png) no-repeat 0px -1194px;
  515. }
  516. .productOneRLImg6 {
  517. width: 140px;
  518. height: 48px;
  519. background: url(img/css_sprites.png) no-repeat -48px -1200px;
  520. }
  521. .productRight {
  522. width: 100%;
  523. height: 730px;
  524. overflow: hidden;
  525. }
  526. .classify {
  527. padding: 120px 0 120px 0;
  528. background: rgba(245, 247, 253, 1);
  529. }
  530. .classifyList ul li {
  531. float: left;
  532. list-style-type: none;
  533. width: 275px;
  534. height: 275px;
  535. border-radius: 24px;
  536. text-align: center;
  537. background: #fff;
  538. }
  539. .classifyImg {
  540. margin: 80px 0 0 0;
  541. width: 80px;
  542. height: 80px;
  543. }
  544. .classifyImg1 {
  545. background: url(img/css_sprites.png) no-repeat -80px -835px;
  546. }
  547. .classifyImg2 {
  548. background: url(img/css_sprites.png) no-repeat -80px -672px;
  549. }
  550. .classifyImg3 {
  551. background: url(img/css_sprites.png) no-repeat 0px -752px;
  552. }
  553. .classifyImg4 {
  554. background: url(img/css_sprites.png) no-repeat -80px -990px;
  555. }
  556. .classifyImg5 {
  557. background: url(img/css_sprites.png) no-repeat -160px -915px;
  558. }
  559. .classifyImg6 {
  560. background: url(img/css_sprites.png) no-repeat 0px -1073px;
  561. }
  562. .classifyImg7 {
  563. background: url(img/css_sprites.png) no-repeat 0px -915px;
  564. }
  565. .classifyImg8 {
  566. background: url(img/css_sprites.png) no-repeat -160px -752px;
  567. }
  568. .classifyList ul li:hover h4 {
  569. color: rgba(47, 84, 235, 1);
  570. }
  571. .classifyList ul li:hover .classifyImg1 {
  572. background: url(img/css_sprites.png) no-repeat 0px -835px;
  573. }
  574. .classifyList ul li:hover .classifyImg2 {
  575. background: url(img/css_sprites.png) no-repeat 0px -672px;
  576. }
  577. .classifyList ul li:hover .classifyImg3 {
  578. background: url(img/css_sprites.png) no-repeat -160px -672px;
  579. }
  580. .classifyList ul li:hover .classifyImg4 {
  581. background: url(img/css_sprites.png) no-repeat 0px -990px;
  582. }
  583. .classifyList ul li:hover .classifyImg5 {
  584. background: url(img/css_sprites.png) no-repeat -80px -915px;
  585. }
  586. .classifyList ul li:hover .classifyImg6 {
  587. background: url(img/css_sprites.png) no-repeat -160px -993px;
  588. }
  589. .classifyList ul li:hover .classifyImg7 {
  590. background: url(img/css_sprites.png) no-repeat -160px -835px;
  591. }
  592. .classifyList ul li:hover .classifyImg8 {
  593. background: url(img/css_sprites.png) no-repeat -80px -752px;
  594. }
  595. .classifyList h4 {
  596. font-size: 24px;
  597. color: rgba(155, 162, 204, 1);
  598. }
  599. .version {
  600. margin: 120px 0 120px 0;
  601. }
  602. .versionTable {
  603. margin-top: 65px;
  604. }
  605. .versionTableItem {
  606. height: 75px;
  607. color: #fff;
  608. border-radius: 24px 24px 0 0;
  609. }
  610. .versionBgYellow {
  611. background: rgba(250, 173, 20, 1);
  612. }
  613. .versionBgBlue {
  614. background: rgba(47, 84, 235, 1);
  615. }
  616. .versionBigtitle {
  617. padding-top: 7px;
  618. font-size: 24px;
  619. font-weight: 600;
  620. }
  621. .versionMeta {
  622. font-size: 16px;
  623. }
  624. .versionTableTd {
  625. display: flex;
  626. justify-content: center;
  627. align-items: center;
  628. height: 75px;
  629. font-size: 16px;
  630. }
  631. /*.versionTableItemW, .versionTableBodyW{
  632. width: 280px;
  633. }*/
  634. .versionTableTdBig {
  635. font-size: 18px;
  636. font-weight: 600;
  637. }
  638. .versionTableBodyBox {
  639. border-radius: 0 0 24px 24px;
  640. padding: 0 0 30px 0;
  641. box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  642. }
  643. .iconWidth {
  644. display: inline-block;
  645. width: 24px;
  646. height: 24px;
  647. }
  648. .iconVersion {
  649. background: url(img/css_sprites.png) no-repeat -200px -1126px;
  650. }
  651. .iconCorrect {
  652. background: url(img/css_sprites.png) no-repeat -210px -1090px;
  653. }
  654. .iconWrong {
  655. background: url(img/css_sprites.png) no-repeat -83px -1125px;
  656. }
  657. .iconPhone {
  658. background: url(img/css_sprites.png) no-repeat -106px -1124px;
  659. }
  660. .iconQQ {
  661. background: url(img/css_sprites.png) no-repeat -153px -1124px;
  662. }
  663. .bottomBox {
  664. width: 100%;
  665. text-align: center;
  666. padding: 80px 0 20px 0;
  667. background: rgba(5, 13, 22, 1);
  668. color: #fff;
  669. }
  670. .bottomItem {
  671. text-align: left;
  672. }
  673. .bottomItem h4 {
  674. font-size: 18px;
  675. }
  676. .bottomList {
  677. padding: 0;
  678. }
  679. .bottomList .phone {
  680. font-size: 16px;
  681. color: rgba(255, 255, 255, 1);
  682. }
  683. .bottomList img {
  684. width: 160px;
  685. height: 160px;
  686. }
  687. .bottomList li {
  688. font-size: 16px;
  689. list-style-type: none;
  690. display: flex;
  691. /*justify-content: center;*/
  692. align-items: center;
  693. line-height: 24px;
  694. padding: 10px 0;
  695. color: rgba(255, 255, 255, 0.6);
  696. }
  697. .bottomList li a {
  698. color: rgba(255, 255, 255, 0.6);
  699. }
  700. .bottomList li a:hover {
  701. color: rgba(255, 255, 255, 1);
  702. }
  703. .backTop {
  704. display: none;
  705. position: fixed;
  706. bottom: 150px;
  707. right: 20px;
  708. z-index: 99;
  709. background: rgba(47, 84, 235, 1);
  710. color: #fff;
  711. width: 76px;
  712. height: 76px;
  713. cursor: pointer;
  714. }
  715. .backTopBox {
  716. width: 76px;
  717. height: 76px;
  718. display: flex;
  719. justify-content: center;
  720. align-items: center;
  721. }
  722. .backTop:hover {
  723. background: rgba(30, 67, 222, 1);
  724. }
  725. .iconImgBox {
  726. text-align: center;
  727. }
  728. .iconTop {
  729. background: url(img/css_sprites.png) no-repeat -208px -1072px;
  730. }