index.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815
  1. .navigationBar {
  2. width: 100%;
  3. height: 6.375rem;
  4. position: relative;
  5. }
  6. .navigationBarBack {
  7. width: 100%;
  8. position: absolute;
  9. height: 100%;
  10. top: 0;
  11. left: 0;
  12. /* background: #fff; */
  13. color: #595959 !important;
  14. }
  15. .navigationTitle {
  16. max-width: 81.25rem;
  17. height: 6.375rem;
  18. margin: auto;
  19. position: relative;
  20. display: flex;
  21. align-items: center;
  22. justify-content: space-between
  23. }
  24. .navigationTitle img {
  25. width: 8.125rem;
  26. height: 3.625rem;
  27. }
  28. .navigationUl {
  29. margin-left: 2.5rem;
  30. }
  31. .navigationUl a {
  32. color: #5e95f8 !important;
  33. }
  34. .navigationUl li {
  35. margin: 0 .625rem;
  36. }
  37. .navigationUl, .navigationUl li{
  38. display: inline-block;
  39. font-size: 1rem;
  40. }
  41. .inBlock {
  42. display: inline-block;
  43. }
  44. .flexs {
  45. display: flex;
  46. align-items: center;
  47. }
  48. .fonsColorBai, .fonsColorBai a{
  49. color: #595959;
  50. }
  51. .fonsColorHei, .fonsColorHei a{
  52. color: #333;
  53. }
  54. .til {
  55. height: 6.375rem;
  56. line-height: 6.375rem;
  57. position: relative;
  58. overflow: hidden;
  59. cursor: pointer;
  60. }
  61. .headers {
  62. position: fixed;
  63. top: 0;
  64. left: 0;
  65. width: 100%;
  66. z-index: 9999999;
  67. }
  68. /* 产品介绍 */
  69. .product {
  70. width: 100%;
  71. position: fixed;
  72. z-index: 10;
  73. top: 6.25rem;
  74. left: 0;
  75. background: #fff;
  76. height: 18.75rem;
  77. border-top: .0625rem solid rgb(163, 163, 163);
  78. }
  79. .connont {
  80. width: 81.25rem;
  81. margin: auto;
  82. }
  83. .tils::before {
  84. content:"";
  85. height: .125rem;
  86. width: 100%;
  87. bottom: 0;
  88. left: 0;
  89. background: #37B8FF;
  90. position: absolute;
  91. }
  92. /* 轮播图三个点样式 */
  93. .slideBox{ width:100%; height: 39.375rem; overflow:hidden; position:relative;}
  94. .slideBox .hd{ height:.9375rem; overflow:hidden; position:absolute; left:7.5rem; bottom:1.875rem; z-index:1;}
  95. .slideBox .hd ul{ overflow:hidden; zoom:1; float:right; }
  96. .slideBox .hd ul li{ float:right; margin-right:.125rem; width:5rem; height:.1875rem; line-height:.875rem; text-align:center; background:rgb(77, 77, 77); cursor:pointer;border-radius: .1875rem;margin-left: 1.25rem;}
  97. .slideBox .hd ul li.on div{ background:#fff; color:#fff;}
  98. .slideBox .bd{ position:relative; height:100%; z-index:0; }
  99. .slideBox .bd li{ zoom:1; vertical-align:middle; }
  100. .slideBox .bd img{ width:100%;height: 39.375rem;display:block; }
  101. /* 导航下拉 */
  102. .management {
  103. margin-top: 1.25rem;
  104. width: 33.75rem;
  105. font-size: 1rem;
  106. }
  107. .management h3 {
  108. width: 100%;
  109. font-size: 1rem;
  110. font-weight: normal;
  111. color: #333333;
  112. line-height: 2.5rem;
  113. border-bottom: .0625rem solid rgb(180, 180, 180);
  114. margin-left: 1.25rem;
  115. }
  116. .management ul {
  117. margin-top: .625rem;
  118. width: 11.25rem;
  119. }
  120. .management li{
  121. margin-top: .625rem;
  122. line-height: 2.5rem;
  123. cursor:pointer;
  124. padding-left: 1.25rem;
  125. }
  126. .management li:hover {
  127. background: #F0F4FF;
  128. border-radius: .625rem;
  129. color: #3370FF;
  130. }
  131. .hide {
  132. display: none;
  133. }
  134. .show {
  135. display: block;
  136. }
  137. /* 系统管理 */
  138. .managements {
  139. width: 100%;
  140. height: 62.5rem;
  141. max-width: 120rem;
  142. margin: auto;
  143. background: url(../image/gongshi.jpg) no-repeat center;
  144. background-size: 120rem 100%;
  145. }
  146. .manContent {
  147. width: 100%;
  148. text-align: center;
  149. font-size: 1.625rem !important;
  150. color: #595959;
  151. }
  152. .manContent img {
  153. /* margin-top: 10.5625rem;
  154. margin-bottom: 1.6875rem; */
  155. margin-top: 16.25rem;
  156. margin-bottom: 3.4375rem;
  157. width: 12.875rem;
  158. height: 12.875rem;
  159. }
  160. .manContent p {
  161. font-size: 1.9375rem !important;
  162. color: #595959;
  163. font-weight: bold;
  164. word-spacing: .9375rem;
  165. letter-spacing:.3125rem
  166. }
  167. .manContent span {
  168. color: #5e95f8;
  169. }
  170. /* 智能 */
  171. .smart {
  172. width: 100%;
  173. max-width: 120rem;
  174. height: 52.0625rem;
  175. margin: auto;
  176. background: url(../image/zhineg.jpg) no-repeat center;
  177. background-size: 120rem 100%;
  178. }
  179. .smart h2 {
  180. text-align: center;
  181. font-size: 2.625rem !important;
  182. color: #595959 !important;
  183. padding: 8.75rem;
  184. padding-bottom: 4.0625rem;
  185. display: flex;
  186. justify-content: center;
  187. word-spacing: .9375rem;
  188. letter-spacing:.3125rem
  189. }
  190. .smart h2 p {
  191. font-size: 3.5625rem;
  192. font-weight: bold;
  193. margin-right: 1.25rem;
  194. }
  195. .smart h2 span {
  196. color: #5e95f8;
  197. }
  198. .connonst {
  199. width: 95.625rem;
  200. margin: auto;
  201. }
  202. .smartEngine {
  203. width: 90.6875rem;
  204. margin: auto;
  205. display: flex;
  206. }
  207. .smartEngineLeft {
  208. display: inline-block;
  209. }
  210. .smartEngineLeftCon {
  211. display: flex;
  212. flex-wrap: wrap;
  213. width: 39rem;
  214. height: 29.375rem;
  215. justify-content: space-around;
  216. align-content: space-between;
  217. margin-right: 1.25rem;
  218. }
  219. .selMou {
  220. width: 19.0625rem;
  221. height: 13.75rem;
  222. border-radius: .625rem;
  223. box-shadow: 0rem 0rem .3125rem .0625rem #cbcbcb;
  224. background: #f7fcfc;
  225. text-align: center;
  226. }
  227. .selMou p {
  228. font-weight: 400;
  229. color: #595959;
  230. letter-spacing:.3125rem;
  231. font-size: 1.625rem;
  232. margin-top: .875rem;
  233. }
  234. .selMou img {
  235. width: 5.4375rem;
  236. height: 5.625rem;
  237. margin-top: .9375rem;
  238. }
  239. .selMouR img{
  240. width: 5.5rem;
  241. height: 5.5rem;
  242. margin-top: .625rem;
  243. }
  244. .selMouR p {
  245. font-weight: 400;
  246. color: #595959;
  247. letter-spacing:.3125rem;
  248. font-size: 1.625rem;
  249. margin-top: .625rem;
  250. }
  251. .selMouR {
  252. width: 12.125rem;
  253. height: 12.9375rem;
  254. border-radius: .625rem;
  255. box-shadow: 0rem 0rem .3125rem .0625rem #cbcbcb;
  256. background: #f7fcfc;
  257. text-align: center;
  258. }
  259. .smartEngineRight {
  260. display: inline-block;
  261. }
  262. .smartEngineRightCon {
  263. display: flex;
  264. flex-wrap: wrap;
  265. width: 49.875rem;
  266. height: 29.375rem;
  267. justify-content: space-around;
  268. align-content: space-between;
  269. }
  270. /* 填报 */
  271. .fill {
  272. width: 100%;
  273. max-width: 120rem;
  274. height: 53.1875rem;
  275. margin: auto;
  276. background: url(../image/fill.jpg) no-repeat center;
  277. background-size: 120rem 100%;
  278. }
  279. .fill h2 {
  280. font-size: 2.5rem;
  281. letter-spacing:.3125rem;
  282. padding: 5.625rem 0 2.4375rem 3.125rem;
  283. }
  284. .fillCon {
  285. width: 100%;
  286. height: 38.4375rem;
  287. position: relative;
  288. transform: translate(0,16.25rem);
  289. }
  290. .fillCons {
  291. animation: move 2s;
  292. animation-fill-mode: both;
  293. }
  294. @keyframes move {
  295. 0%{
  296. transform: translate(0,16.25rem);
  297. }
  298. 100%{
  299. transform: translate(0,0);
  300. }
  301. }
  302. .fillConCen {
  303. display: inline-block;
  304. position: absolute;
  305. width: 22.3125rem;
  306. top: 0;
  307. /* left: 0; */
  308. height: 33.625rem;
  309. background: #fff;
  310. border-radius: .3125rem;
  311. box-shadow: .5625rem .5625rem 1.25rem .5625rem #cbcbcb;
  312. }
  313. .fccCon {
  314. width: 15.625rem;
  315. height: 22.6875rem;
  316. border-radius: .3125rem;
  317. margin: auto;
  318. margin-top: 7.8125rem;
  319. position: relative;
  320. text-align: center;
  321. }
  322. .fccCon img {
  323. width: 6.0625rem;
  324. height: 6.0625rem;
  325. position: absolute;
  326. top: -3.0313rem;
  327. left: 50%;
  328. margin-left: -3.0313rem;
  329. }
  330. .fccCon h3 {
  331. font-size: 1.875rem;
  332. padding: 4.125rem 0 .875rem 0;
  333. text-align: center;
  334. }
  335. .ios {
  336. width: 4.375rem;
  337. height: .3125rem;
  338. margin: auto;
  339. }
  340. .fccConP p {
  341. width: 100%;
  342. font-size: 1.5rem;
  343. color: #887979;
  344. line-height: 2.875rem;
  345. }
  346. .fccConP {
  347. width: 100%;
  348. height: 15.125rem;
  349. display: flex;
  350. flex-wrap: wrap;
  351. justify-content: center;
  352. align-items: center;
  353. }
  354. /* 便捷 */
  355. .convenient {
  356. width: 100%;
  357. max-width: 120rem;
  358. height: 54.5625rem;
  359. margin: auto;
  360. background: url(../image/tabl.jpg) no-repeat center;
  361. background-size: 120rem 54.5625rem;
  362. }
  363. .cvit {
  364. text-align: center;
  365. color: #fff !important;
  366. }
  367. .cvit h2 {
  368. padding: 6.25rem 0 .9375rem 0;
  369. font-size: 2.5rem;
  370. color: #fff;
  371. }
  372. .cvit span {
  373. font-size: 4.125rem;
  374. }
  375. .cvit p {
  376. color: #fff;
  377. font-size: 1.25rem;
  378. text-align: center;
  379. }
  380. .tablTab {
  381. display: flex;
  382. width: 100%;
  383. box-sizing: border-box;
  384. padding: 3.25rem 5.625rem 1.1875rem 5.625rem;
  385. justify-content: space-between;
  386. }
  387. .tablTab li{
  388. height: 3.6875rem;
  389. width: 8.625rem;
  390. border-radius: .5rem;
  391. /* background: #fff; */
  392. display: flex;
  393. align-items: center;
  394. justify-content: center;
  395. font-size: 1.125rem;
  396. color: #fff;
  397. cursor:pointer;
  398. }
  399. .tablTab img{
  400. width: 30px;
  401. height: 30px;
  402. }
  403. .on {
  404. background-color: #fff;
  405. color: #5e9ffc !important;
  406. }
  407. .tabFool {
  408. width: 71.875rem;
  409. height: 34.375rem;
  410. /* background-color: #a1b9fe; */
  411. margin: auto;
  412. border-radius: .625rem;
  413. position: relative;
  414. position: relative;
  415. }
  416. .tabFool div {
  417. position: absolute;
  418. background-color: #fff;
  419. opacity: .5;
  420. width: 100%;
  421. height: 100%;
  422. left: 0%;
  423. top: 0;
  424. z-index: 1;
  425. border-radius: .625rem;
  426. }
  427. .tabFool img {
  428. width: 66.875rem;
  429. height: 31.375rem;
  430. position: absolute;
  431. bottom: 0;
  432. right: .625rem;
  433. z-index: 2;
  434. }
  435. /* 客户 */
  436. .kehu {
  437. width: 100%;
  438. max-width: 120rem;
  439. /* height: 61.1875rem; */
  440. height: 1000px;
  441. margin: auto;
  442. background: url(../image/rke.jpg) no-repeat center;
  443. background-size: 120rem 62.5rem;
  444. }
  445. .kehu h2, .pricings h2 {
  446. font-size: 2.625rem;
  447. color: #333;
  448. padding: 6.25rem 5rem 4rem 5rem;
  449. }
  450. .kehusab {
  451. width: 160px;
  452. margin: auto;
  453. padding: 40px 0 0 0;
  454. display: flex;
  455. justify-content: space-between;
  456. }
  457. .kehuLefts, .kehuRights {
  458. width: 3.75rem;
  459. height: 3.75rem;
  460. border-radius: 50%;
  461. background: #fff;
  462. text-align: center;
  463. line-height: 4.375rem;
  464. display: inline-block;
  465. position: relative;
  466. cursor:pointer;
  467. }
  468. .kehusab img {
  469. width: 1.25rem;
  470. height: 1.25rem;
  471. }
  472. .kehusab .zhis {
  473. cursor: not-allowed !important;
  474. }
  475. .conImg {
  476. width: 4100px;
  477. display: flex;
  478. justify-content: space-between;
  479. position: relative;
  480. }
  481. .conImg img {
  482. width: 31.25rem;
  483. position: absolute;
  484. top: 0;
  485. left: 0;
  486. }
  487. .conImgCon {
  488. width: 31.25rem;
  489. position: relative;
  490. height: 39.1875rem;
  491. }
  492. .conImgFiz {
  493. position: relative;
  494. z-index: 2;
  495. height: 19.375rem;
  496. display: flex;
  497. align-items: center;
  498. justify-content: center;
  499. padding: 32px 30px 0 30px;
  500. color: #fff;
  501. text-align: center;
  502. font-size: 1.25rem;
  503. line-height: 2rem;
  504. }
  505. .conIngFoot {
  506. position: relative;
  507. z-index: 2;
  508. }
  509. .conIngFoot p {
  510. font-size: 1.875rem;
  511. color: #fff;
  512. padding: 2.5rem 2.1875rem 1.25rem 2.1875rem;
  513. }
  514. .conIngFoot span {
  515. display: block;
  516. font-size: 1.25rem !important;
  517. color: #fff;
  518. padding: 0 2.1875rem;
  519. }
  520. /* 产品定价 */
  521. .pricings {
  522. width: 100%;
  523. max-width: 120rem;
  524. height: 58.8125rem;
  525. margin: auto;
  526. background: url(../image/dingj.jpg) no-repeat center;
  527. background-size: 120rem 58.8125rem;
  528. }
  529. .pri {
  530. display: flex;
  531. justify-content: space-between;
  532. width: 1248px;
  533. margin: auto;
  534. }
  535. .li {
  536. text-align: center;
  537. background: #fff;
  538. padding: 10px;
  539. box-shadow: 0rem .0625rem 1.25rem 0rem #c8c8c8;
  540. cursor: pointer;
  541. transition: all .25s ease-in;
  542. }
  543. .li_con {
  544. width: 240px;
  545. height: 168px;
  546. background: #f3f3f3;
  547. box-sizing: border-box;
  548. padding-top: 46px;
  549. }
  550. .li_con div {
  551. width: 100%;
  552. text-align: center;
  553. font-size: 24px;
  554. color: #565656;
  555. margin-bottom: 22px;
  556. }
  557. .li_con div span{
  558. font-size: 28px;
  559. }
  560. .li li {
  561. width: 100%;
  562. height: 32px;
  563. font-size: 14.4px;
  564. line-height: 32px;
  565. text-align: center;
  566. list-style-type:none;
  567. color: #b5b0b0;
  568. }
  569. .li li:nth-child(2n) {
  570. background: #f3f3f3;
  571. }
  572. .btn {
  573. width: 96px;
  574. height: 25.6px;
  575. margin: auto;
  576. background-image: url(../image/xg.png);
  577. background-size: 100% 100%;
  578. margin-bottom: 19.2px;
  579. border: 0;
  580. background-repeat: no-repeat;
  581. }
  582. .li:hover {
  583. transform:translateY(-1.25rem);
  584. }
  585. .li:hover .btn{
  586. background: url(../image/xgs.png);
  587. background-size: 100% 100%;
  588. background-repeat:no-repeat;
  589. }
  590. .li:hover .li_con{
  591. background: linear-gradient(to left,#4daefe,#01f1fe);
  592. }
  593. .li:hover .li_con div{
  594. color: #fff;
  595. }
  596. .btn a {
  597. display: inline-block;
  598. width: 100%;
  599. height: 100%;
  600. }
  601. .al a{
  602. color: #407be7 !important;
  603. }
  604. .al {
  605. position: relative;
  606. }
  607. .al::after {
  608. content: '';
  609. width: 100%;
  610. height: 3px;
  611. background: #407be7;
  612. position: absolute;
  613. bottom: -20px;
  614. left: 0;
  615. }
  616. /* 底部 */
  617. .footer-frame {
  618. width: 100%;
  619. height: 24px;
  620. }
  621. .footer {
  622. padding-top: 48px;
  623. padding-bottom: 8px;
  624. background-color: #20a0ff;
  625. margin-top: -0.125rem;
  626. }
  627. .footer .footer-col {
  628. margin-bottom: 36px;
  629. }
  630. .footer h4 {
  631. margin-bottom: 10px;
  632. color: #fff;
  633. }
  634. .footer .list-unstyled,
  635. .footer p {
  636. color: #f3f7fd;
  637. }
  638. .footer .footer-col.middle .list-unstyled .fas {
  639. color: #fff;
  640. font-size: 8px;
  641. line-height: 24px;
  642. }
  643. .footer .footer-col.middle .list-unstyled .media-body {
  644. margin-left: 8px;
  645. }
  646. .footer .footer-col.last .list-unstyled .fas {
  647. color: #fff;
  648. font-size: 14px;
  649. line-height: 24px;
  650. }
  651. .footer .footer-col.last .list-unstyled .media-body {
  652. margin-left: 10px;
  653. }
  654. .footer .footer-col.last .list-unstyled .fas.fa-globe {
  655. margin-left: 16px;
  656. margin-right: 10px;
  657. }
  658. .navbar {
  659. padding: 0 !important;
  660. }
  661. .ulss {
  662. display: inline-block;
  663. }
  664. .alss {
  665. display: flex;
  666. justify-content: space-around;
  667. width: 87.5rem;
  668. margin: auto;
  669. }
  670. /* 尝试滚动 */
  671. .jiesao {
  672. /* height: 200vh; */
  673. height: 125.8125rem;
  674. width: 100%;
  675. }
  676. .managements {
  677. /* height: 72vh; */
  678. /* height: 90vh; */
  679. height: 56.625rem;
  680. position: sticky;
  681. top: 6.25rem;
  682. }
  683. body {
  684. overflow-x: hidden;
  685. }
  686. .znyq {
  687. /* height: 400vh; */
  688. height: 251.6875rem;
  689. width: 100%;
  690. }
  691. .smart {
  692. /* height: 90vh; */
  693. height: 56.625rem;
  694. position: sticky;
  695. top: 6.25rem;
  696. }
  697. .tb {
  698. height: 300vh;
  699. width: 100%;
  700. }
  701. .fill {
  702. /* height: 90vh; */
  703. height: 56.625rem;
  704. position: sticky;
  705. top: 6.25rem;
  706. }
  707. .hanAll {
  708. /* background: url(../image/backk.jpg) no-repeat;
  709. background-size: 100%; */
  710. background: #fff;
  711. }
  712. .abc .til {
  713. color: #fff !important;
  714. }
  715. .abc .til a{
  716. color: #fff !important;
  717. }
  718. .aus a{
  719. color: #595959 !important;
  720. }
  721. /* 咨询 */
  722. .zhixun {
  723. display: block;
  724. position: fixed;
  725. bottom: 7.5rem;
  726. right: 20px;
  727. padding: 16px;
  728. background: #fff;
  729. box-shadow: .1875rem .1875rem .625rem #ccc;
  730. z-index: 99999999;
  731. text-align: center;
  732. }
  733. .zhixun p {
  734. margin: 8px 0;
  735. }
  736. .zhixun img {
  737. width: 128px;
  738. }
  739. .tabOn {
  740. background: #fff;
  741. color: #20a0ff !important;
  742. }
  743. .consulting {
  744. width: 3.125rem;
  745. height: 3.125rem;
  746. border-radius: 50%;
  747. background: #fff;
  748. position: fixed;
  749. bottom: 3.75rem;
  750. right: 6.25rem;
  751. z-index: 4;
  752. box-shadow: 0 0 20px 0px #cbcbcb;
  753. cursor:pointer;
  754. display: flex;
  755. align-items: center;
  756. justify-content: center;
  757. }
  758. .consulting:hover {
  759. background: #3396FB;
  760. }
  761. .conImgConImg {
  762. width: 40px;
  763. height: 40px;
  764. position: relative;
  765. margin-top: 25px;
  766. margin-left: 18px;
  767. }
  768. .conImgConImg img{
  769. width: 100%;
  770. }
  771. .mengban {
  772. width: 100%;
  773. height: 200px;
  774. background: #000;
  775. opacity: .4;
  776. position: absolute;
  777. top: 148px;
  778. left: 0;
  779. z-index: 1;
  780. }