styles.css 13 KB

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