styles.css 12 KB

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