index.css 14 KB

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