index.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781
  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. .on {
  400. background-color: #fff;
  401. color: #5e9ffc !important;
  402. }
  403. .tabFool {
  404. width: 71.875rem;
  405. height: 34.375rem;
  406. /* background-color: #a1b9fe; */
  407. margin: auto;
  408. border-radius: .625rem;
  409. position: relative;
  410. position: relative;
  411. }
  412. .tabFool div {
  413. position: absolute;
  414. background-color: #fff;
  415. opacity: .5;
  416. width: 100%;
  417. height: 100%;
  418. left: 0%;
  419. top: 0;
  420. z-index: 1;
  421. border-radius: .625rem;
  422. }
  423. .tabFool img {
  424. width: 66.875rem;
  425. height: 31.375rem;
  426. position: absolute;
  427. bottom: 0;
  428. right: .625rem;
  429. z-index: 2;
  430. }
  431. /* 客户 */
  432. .kehu {
  433. width: 100%;
  434. max-width: 120rem;
  435. height: 61.1875rem;
  436. margin: auto;
  437. background: url(../image/rke.jpg) no-repeat center;
  438. background-size: 120rem 61.1875rem;
  439. }
  440. .kehu h2, .pricings h2 {
  441. font-size: 2.625rem;
  442. color: #333;
  443. padding: 8.875rem 5rem 5rem 5rem;
  444. }
  445. .conImg {
  446. width: 100%;
  447. display: flex;
  448. justify-content: space-between;
  449. }
  450. .conImg img {
  451. width: 31.25rem;
  452. position: absolute;
  453. top: 0;
  454. left: 0;
  455. }
  456. .conImgCon {
  457. width: 31.25rem;
  458. position: relative;
  459. height: 39.1875rem;
  460. }
  461. .conImgFiz {
  462. position: relative;
  463. z-index: 2;
  464. height: 19.375rem;
  465. display: flex;
  466. align-items: center;
  467. justify-content: center;
  468. padding: 32px 30px 0 30px;
  469. color: #fff;
  470. text-align: center;
  471. font-size: 1.25rem;
  472. line-height: 2rem;
  473. }
  474. .conIngFoot {
  475. position: relative;
  476. z-index: 2;
  477. }
  478. .conIngFoot p {
  479. font-size: 1.875rem;
  480. color: #fff;
  481. padding: 2.5rem 2.1875rem 1.25rem 2.1875rem;
  482. }
  483. .conIngFoot span {
  484. display: block;
  485. font-size: 1.25rem !important;
  486. color: #fff;
  487. padding: 0 2.1875rem;
  488. }
  489. /* 产品定价 */
  490. .pricings {
  491. width: 100%;
  492. max-width: 120rem;
  493. height: 58.8125rem;
  494. margin: auto;
  495. background: url(../image/dingj.jpg) no-repeat center;
  496. background-size: 120rem 58.8125rem;
  497. }
  498. .pri {
  499. display: flex;
  500. justify-content: space-between;
  501. width: 1248px;
  502. margin: auto;
  503. }
  504. .li {
  505. text-align: center;
  506. background: #fff;
  507. padding: 10px;
  508. box-shadow: 0rem .0625rem 1.25rem 0rem #c8c8c8;
  509. cursor: pointer;
  510. transition: all .25s ease-in;
  511. }
  512. .li_con {
  513. width: 240px;
  514. height: 168px;
  515. background: #f3f3f3;
  516. box-sizing: border-box;
  517. padding-top: 46px;
  518. }
  519. .li_con div {
  520. width: 100%;
  521. text-align: center;
  522. font-size: 24px;
  523. color: #565656;
  524. margin-bottom: 22px;
  525. }
  526. .li_con div span{
  527. font-size: 28px;
  528. }
  529. .li li {
  530. width: 100%;
  531. height: 32px;
  532. font-size: 14.4px;
  533. line-height: 32px;
  534. text-align: center;
  535. list-style-type:none;
  536. color: #b5b0b0;
  537. }
  538. .li li:nth-child(2n) {
  539. background: #f3f3f3;
  540. }
  541. .btn {
  542. width: 96px;
  543. height: 25.6px;
  544. margin: auto;
  545. background-image: url(../image/xg.png);
  546. background-size: 100% 100%;
  547. margin-bottom: 19.2px;
  548. border: 0;
  549. background-repeat: no-repeat;
  550. }
  551. .li:hover {
  552. transform:translateY(-1.25rem);
  553. }
  554. .li:hover .btn{
  555. background: url(../image/xgs.png);
  556. background-size: 100% 100%;
  557. background-repeat:no-repeat;
  558. }
  559. .li:hover .li_con{
  560. background: linear-gradient(to left,#4daefe,#01f1fe);
  561. }
  562. .li:hover .li_con div{
  563. color: #fff;
  564. }
  565. .btn a {
  566. display: inline-block;
  567. width: 100%;
  568. height: 100%;
  569. }
  570. .al a{
  571. color: #407be7 !important;
  572. }
  573. .al {
  574. position: relative;
  575. }
  576. .al::after {
  577. content: '';
  578. width: 100%;
  579. height: 3px;
  580. background: #407be7;
  581. position: absolute;
  582. bottom: -20px;
  583. left: 0;
  584. }
  585. /* 底部 */
  586. .footer-frame {
  587. width: 100%;
  588. height: 24px;
  589. }
  590. .footer {
  591. padding-top: 48px;
  592. padding-bottom: 8px;
  593. background-color: #20a0ff;
  594. margin-top: -0.125rem;
  595. }
  596. .footer .footer-col {
  597. margin-bottom: 36px;
  598. }
  599. .footer h4 {
  600. margin-bottom: 10px;
  601. color: #fff;
  602. }
  603. .footer .list-unstyled,
  604. .footer p {
  605. color: #f3f7fd;
  606. }
  607. .footer .footer-col.middle .list-unstyled .fas {
  608. color: #fff;
  609. font-size: 8px;
  610. line-height: 24px;
  611. }
  612. .footer .footer-col.middle .list-unstyled .media-body {
  613. margin-left: 8px;
  614. }
  615. .footer .footer-col.last .list-unstyled .fas {
  616. color: #fff;
  617. font-size: 14px;
  618. line-height: 24px;
  619. }
  620. .footer .footer-col.last .list-unstyled .media-body {
  621. margin-left: 10px;
  622. }
  623. .footer .footer-col.last .list-unstyled .fas.fa-globe {
  624. margin-left: 16px;
  625. margin-right: 10px;
  626. }
  627. .navbar {
  628. padding: 0 !important;
  629. }
  630. .ulss {
  631. display: inline-block;
  632. }
  633. .alss {
  634. display: flex;
  635. justify-content: space-around;
  636. width: 87.5rem;
  637. margin: auto;
  638. }
  639. /* 尝试滚动 */
  640. .jiesao {
  641. /* height: 200vh; */
  642. height: 125.8125rem;
  643. width: 100%;
  644. }
  645. .managements {
  646. /* height: 72vh; */
  647. /* height: 90vh; */
  648. height: 56.625rem;
  649. position: sticky;
  650. top: 6.25rem;
  651. }
  652. body {
  653. overflow-x: hidden;
  654. }
  655. .znyq {
  656. /* height: 400vh; */
  657. height: 251.6875rem;
  658. width: 100%;
  659. }
  660. .smart {
  661. /* height: 90vh; */
  662. height: 56.625rem;
  663. position: sticky;
  664. top: 6.25rem;
  665. }
  666. .tb {
  667. height: 300vh;
  668. width: 100%;
  669. }
  670. .fill {
  671. /* height: 90vh; */
  672. height: 56.625rem;
  673. position: sticky;
  674. top: 6.25rem;
  675. }
  676. .hanAll {
  677. /* background: url(../image/backk.jpg) no-repeat;
  678. background-size: 100%; */
  679. background: #fff;
  680. }
  681. .abc .til {
  682. color: #fff !important;
  683. }
  684. .abc .til a{
  685. color: #fff !important;
  686. }
  687. .aus a{
  688. color: #595959 !important;
  689. }
  690. /* 咨询 */
  691. .zhixun {
  692. display: block;
  693. position: fixed;
  694. bottom: 7.5rem;
  695. right: 20px;
  696. padding: 16px;
  697. background: #fff;
  698. box-shadow: .1875rem .1875rem .625rem #ccc;
  699. z-index: 99999999;
  700. text-align: center;
  701. }
  702. .zhixun p {
  703. margin: 8px 0;
  704. }
  705. .zhixun img {
  706. width: 128px;
  707. }
  708. .tabOn {
  709. background: #fff;
  710. color: #20a0ff !important;
  711. }
  712. .consulting {
  713. width: 3.125rem;
  714. height: 3.125rem;
  715. border-radius: 50%;
  716. background: #fff;
  717. position: fixed;
  718. bottom: 3.75rem;
  719. right: 6.25rem;
  720. z-index: 4;
  721. box-shadow: 0 0 20px 0px #cbcbcb;
  722. cursor:pointer;
  723. display: flex;
  724. align-items: center;
  725. justify-content: center;
  726. }
  727. .consulting:hover {
  728. background: #3396FB;
  729. }
  730. .conImgConImg {
  731. width: 40px;
  732. height: 40px;
  733. position: relative;
  734. margin-top: 25px;
  735. margin-left: 18px;
  736. }
  737. .conImgConImg img{
  738. width: 100%;
  739. }
  740. .mengban {
  741. width: 100%;
  742. height: 200px;
  743. background: #000;
  744. opacity: .4;
  745. position: absolute;
  746. top: 148px;
  747. left: 0;
  748. z-index: 1;
  749. }