index.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692
  1. .navigationBar {
  2. width: 100%;
  3. height: 102px;
  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: 1300px;
  17. height: 102px;
  18. margin: auto;
  19. position: relative;
  20. display: flex;
  21. align-items: center;
  22. justify-content: space-between
  23. }
  24. .navigationTitle img {
  25. width: 130px;
  26. height: 58px;
  27. }
  28. .navigationUl {
  29. margin-left: 40px;
  30. }
  31. .navigationUl a {
  32. color: #5e95f8 !important;
  33. }
  34. .navigationUl li {
  35. margin: 0 10px;
  36. }
  37. .navigationUl, .navigationUl li{
  38. display: inline-block;
  39. font-size: 16px;
  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: 102px;
  56. line-height: 102px;
  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: 100px;
  73. left: 0;
  74. background: #fff;
  75. height: 300px;
  76. border-top: 1px solid rgb(163, 163, 163);
  77. }
  78. .connont {
  79. width: 1300px;
  80. margin: auto;
  81. }
  82. .tils::before {
  83. content:"";
  84. height: 2px;
  85. width: 100%;
  86. bottom: 0;
  87. left: 0;
  88. background: #37B8FF;
  89. position: absolute;
  90. }
  91. /* 轮播图三个点样式 */
  92. .slideBox{ width:100%; height: 630px; overflow:hidden; position:relative;}
  93. .slideBox .hd{ height:15px; overflow:hidden; position:absolute; left:120px; bottom:30px; z-index:1;}
  94. .slideBox .hd ul{ overflow:hidden; zoom:1; float:right; }
  95. .slideBox .hd ul li{ float:right; margin-right:2px; width:80px; height:3px; line-height:14px; text-align:center; background:rgb(77, 77, 77); cursor:pointer;border-radius: 3px;margin-left: 20px;}
  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: 630px;display:block; }
  100. /* 导航下拉 */
  101. .management {
  102. margin-top: 20px;
  103. width: 540px;
  104. font-size: 16px;
  105. }
  106. .management h3 {
  107. width: 100%;
  108. font-size: 16px;
  109. font-weight: normal;
  110. color: #333333;
  111. line-height: 40px;
  112. border-bottom: 1px solid rgb(180, 180, 180);
  113. margin-left: 20px;
  114. }
  115. .management ul {
  116. margin-top: 10px;
  117. width: 180px;
  118. }
  119. .management li{
  120. margin-top: 10px;
  121. line-height: 40px;
  122. cursor:pointer;
  123. padding-left: 20px;
  124. }
  125. .management li:hover {
  126. background: #F0F4FF;
  127. border-radius: 10px;
  128. color: #3370FF;
  129. }
  130. .hide {
  131. display: none;
  132. }
  133. .show {
  134. display: block;
  135. }
  136. /* 系统管理 */
  137. .managements {
  138. width: 100%;
  139. height: 1000px;
  140. max-width: 1920px;
  141. margin: auto;
  142. background: url(../image/gongshi.jpg) no-repeat center;
  143. background-size: 1920px 100%;
  144. }
  145. .manContent {
  146. width: 100%;
  147. text-align: center;
  148. font-size: 26px !important;
  149. color: #595959;
  150. }
  151. .manContent img {
  152. /* margin-top: 169px;
  153. margin-bottom: 27px; */
  154. margin-top: 260px;
  155. margin-bottom: 55px;
  156. width: 206px;
  157. height: 206px;
  158. }
  159. .manContent p {
  160. font-size: 31px !important;
  161. color: #595959;
  162. font-weight: bold;
  163. word-spacing: 15px;
  164. letter-spacing:5px
  165. }
  166. .manContent span {
  167. color: #5e95f8;
  168. }
  169. /* 智能 */
  170. .smart {
  171. width: 100%;
  172. max-width: 1920px;
  173. height: 833px;
  174. margin: auto;
  175. background: url(../image/zhineg.jpg) no-repeat center;
  176. background-size: 1920px 100%;
  177. }
  178. .smart h2 {
  179. text-align: center;
  180. font-size: 42px !important;
  181. color: #595959 !important;
  182. padding: 140px;
  183. padding-bottom: 65px;
  184. display: flex;
  185. justify-content: center;
  186. word-spacing: 15px;
  187. letter-spacing:5px
  188. }
  189. .smart h2 p {
  190. font-size: 57px;
  191. font-weight: bold;
  192. margin-right: 20px;
  193. }
  194. .smart h2 span {
  195. color: #5e95f8;
  196. }
  197. .connonst {
  198. width: 1530px;
  199. margin: auto;
  200. }
  201. .smartEngine {
  202. width: 1451px;
  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: 624px;
  213. height: 470px;
  214. justify-content: space-around;
  215. align-content: space-between;
  216. margin-right: 20px;
  217. }
  218. .selMou {
  219. width: 305px;
  220. height: 220px;
  221. border-radius: 10px;
  222. box-shadow: 0px 0px 5px 1px #cbcbcb;
  223. background: #f7fcfc;
  224. text-align: center;
  225. }
  226. .selMou p {
  227. font-weight: 400;
  228. color: #595959;
  229. letter-spacing:5px;
  230. font-size: 26px;
  231. margin-top: 14px;
  232. }
  233. .selMou img {
  234. width: 87px;
  235. height: 90px;
  236. margin-top: 15px;
  237. }
  238. .selMouR img{
  239. width: 88px;
  240. height: 88px;
  241. margin-top: 10px;
  242. }
  243. .selMouR p {
  244. font-weight: 400;
  245. color: #595959;
  246. letter-spacing:5px;
  247. font-size: 26px;
  248. margin-top: 10px;
  249. }
  250. .selMouR {
  251. width: 194px;
  252. height: 207px;
  253. border-radius: 10px;
  254. box-shadow: 0px 0px 5px 1px #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: 798px;
  265. height: 470px;
  266. justify-content: space-around;
  267. align-content: space-between;
  268. }
  269. /* 填报 */
  270. .fill {
  271. width: 100%;
  272. max-width: 1920px;
  273. height: 851px;
  274. margin: auto;
  275. background: url(../image/fill.jpg) no-repeat center;
  276. background-size: 1920px 100%;
  277. }
  278. .fill h2 {
  279. font-size: 40px;
  280. letter-spacing:5px;
  281. padding: 90px 0 39px 50px;
  282. }
  283. .fillCon {
  284. width: 100%;
  285. height: 615px;
  286. position: relative;
  287. transform: translate(0,260px);
  288. }
  289. .fillCons {
  290. animation: move 2s;
  291. animation-fill-mode: both;
  292. }
  293. @keyframes move {
  294. 0%{
  295. transform: translate(0,260px);
  296. }
  297. 100%{
  298. transform: translate(0,0);
  299. }
  300. }
  301. .fillConCen {
  302. display: inline-block;
  303. position: absolute;
  304. width: 357px;
  305. top: 0;
  306. /* left: 0; */
  307. height: 538px;
  308. background: #fff;
  309. border-radius: 5px;
  310. box-shadow: 9px 9px 20px 9px #cbcbcb;
  311. }
  312. .fccCon {
  313. width: 250px;
  314. height: 363px;
  315. border-radius: 5px;
  316. margin: auto;
  317. margin-top: 125px;
  318. position: relative;
  319. text-align: center;
  320. }
  321. .fccCon img {
  322. width: 97px;
  323. height: 97px;
  324. position: absolute;
  325. top: -48.5px;
  326. left: 50%;
  327. margin-left: -48.5px;
  328. }
  329. .fccCon h3 {
  330. font-size: 30px;
  331. padding: 66px 0 14px 0;
  332. text-align: center;
  333. }
  334. .ios {
  335. width: 70px;
  336. height: 5px;
  337. margin: auto;
  338. }
  339. .fccConP p {
  340. width: 100%;
  341. font-size: 24px;
  342. color: #887979;
  343. line-height: 46px;
  344. }
  345. .fccConP {
  346. width: 100%;
  347. height: 242px;
  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: 1920px;
  357. height: 873px;
  358. margin: auto;
  359. background: url(../image/tabl.jpg) no-repeat center;
  360. background-size: 1920px 873px;
  361. }
  362. .cvit {
  363. text-align: center;
  364. color: #fff !important;
  365. }
  366. .cvit h2 {
  367. padding: 100px 0 15px 0;
  368. font-size: 40px;
  369. color: #fff;
  370. }
  371. .cvit span {
  372. font-size: 66px;
  373. }
  374. .cvit p {
  375. color: #fff;
  376. font-size: 20px;
  377. text-align: center;
  378. }
  379. .tablTab {
  380. display: flex;
  381. width: 100%;
  382. box-sizing: border-box;
  383. padding: 52px 90px 19px 90px;
  384. justify-content: space-between;
  385. }
  386. .tablTab li{
  387. height: 59px;
  388. width: 138px;
  389. border-radius: 8px;
  390. /* background: #fff; */
  391. display: flex;
  392. align-items: center;
  393. justify-content: center;
  394. font-size: 18px;
  395. color: #fff;
  396. cursor:pointer;
  397. }
  398. .on {
  399. background-color: #fff;
  400. color: #5e9ffc !important;
  401. }
  402. .tabFool {
  403. width: 1150px;
  404. height: 550px;
  405. /* background-color: #a1b9fe; */
  406. margin: auto;
  407. border-radius: 10px;
  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: 10px;
  421. }
  422. .tabFool img {
  423. width: 1070px;
  424. height: 502px;
  425. position: absolute;
  426. bottom: 0;
  427. right: 10px;
  428. z-index: 2;
  429. }
  430. /* 客户 */
  431. .kehu {
  432. width: 100%;
  433. max-width: 1920px;
  434. height: 979px;
  435. margin: auto;
  436. background: url(../image/rke.jpg) no-repeat center;
  437. background-size: 1920px 979px;
  438. }
  439. .kehu h2, .pricings h2 {
  440. font-size: 42px;
  441. color: #333;
  442. padding: 142px 80px 80px 80px;
  443. }
  444. .conImg {
  445. width: 100%;
  446. display: flex;
  447. justify-content: space-between;
  448. }
  449. .conImg img {
  450. width: 500px;
  451. }
  452. /* 产品定价 */
  453. .pricings {
  454. width: 100%;
  455. max-width: 1920px;
  456. height: 941px;
  457. margin: auto;
  458. background: url(../image/dingj.jpg) no-repeat center;
  459. background-size: 1920px 941px;
  460. }
  461. .pri {
  462. display: flex;
  463. justify-content: space-between;
  464. width: 78rem;
  465. margin: auto;
  466. }
  467. .li {
  468. text-align: center;
  469. background: #fff;
  470. padding: .625rem;
  471. box-shadow: 0px 1px 20px 0px #c8c8c8;
  472. cursor: pointer;
  473. transition: all .25s ease-in;
  474. }
  475. .li_con {
  476. width: 15rem;
  477. height: 10.5rem;
  478. background: #f3f3f3;
  479. box-sizing: border-box;
  480. padding-top: 2.875rem;
  481. }
  482. .li_con div {
  483. width: 100%;
  484. text-align: center;
  485. font-size: 1.5rem;
  486. color: #565656;
  487. margin-bottom: 1.375rem;
  488. }
  489. .li_con div span{
  490. font-size: 1.75rem;
  491. }
  492. .li li {
  493. width: 100%;
  494. height: 2rem;
  495. font-size: 0.9rem;
  496. line-height: 2rem;
  497. text-align: center;
  498. list-style-type:none;
  499. color: #b5b0b0;
  500. }
  501. .li li:nth-child(2n) {
  502. background: #f3f3f3;
  503. }
  504. .btn {
  505. width: 6rem;
  506. height: 1.6rem;
  507. margin: auto;
  508. background-image: url(../image/xg.png);
  509. background-size: 100% 100%;
  510. margin-bottom: 1.2rem;
  511. border: 0;
  512. background-repeat: no-repeat;
  513. }
  514. .li:hover {
  515. transform:translateY(-20px);
  516. }
  517. .li:hover .btn{
  518. background: url(../image/xgs.png);
  519. background-size: 100% 100%;
  520. background-repeat:no-repeat;
  521. }
  522. .li:hover .li_con{
  523. background: linear-gradient(to left,#4daefe,#01f1fe);
  524. }
  525. .li:hover .li_con div{
  526. color: #fff;
  527. }
  528. .btn a {
  529. display: inline-block;
  530. width: 100%;
  531. height: 100%;
  532. }
  533. .al a{
  534. color: #407be7 !important;
  535. }
  536. .al {
  537. position: relative;
  538. }
  539. .al::after {
  540. content: '';
  541. width: 100%;
  542. height: .1875rem;
  543. background: #407be7;
  544. position: absolute;
  545. bottom: -1.25rem;
  546. left: 0;
  547. }
  548. /* 底部 */
  549. .footer-frame {
  550. width: 100%;
  551. height: 1.5rem;
  552. }
  553. .footer {
  554. padding-top: 3rem;
  555. padding-bottom: 0.5rem;
  556. background-color: #20a0ff;
  557. margin-top: -2px;
  558. }
  559. .footer .footer-col {
  560. margin-bottom: 2.25rem;
  561. }
  562. .footer h4 {
  563. margin-bottom: 0.625rem;
  564. color: #fff;
  565. }
  566. .footer .list-unstyled,
  567. .footer p {
  568. color: #f3f7fd;
  569. }
  570. .footer .footer-col.middle .list-unstyled .fas {
  571. color: #fff;
  572. font-size: 0.5rem;
  573. line-height: 1.5rem;
  574. }
  575. .footer .footer-col.middle .list-unstyled .media-body {
  576. margin-left: 0.5rem;
  577. }
  578. .footer .footer-col.last .list-unstyled .fas {
  579. color: #fff;
  580. font-size: 0.875rem;
  581. line-height: 1.5rem;
  582. }
  583. .footer .footer-col.last .list-unstyled .media-body {
  584. margin-left: 0.625rem;
  585. }
  586. .footer .footer-col.last .list-unstyled .fas.fa-globe {
  587. margin-left: 1rem;
  588. margin-right: 0.625rem;
  589. }
  590. .navbar {
  591. padding: 0 !important;
  592. }
  593. .ulss {
  594. display: inline-block;
  595. }
  596. .alss {
  597. display: flex;
  598. justify-content: space-around;
  599. width: 1400px;
  600. margin: auto;
  601. }
  602. /* 尝试滚动 */
  603. .jiesao {
  604. height: 200vh;
  605. width: 100%;
  606. }
  607. .managements {
  608. /* height: 72vh; */
  609. height: 90vh;
  610. position: sticky;
  611. top: 100px;
  612. }
  613. body {
  614. overflow-x: hidden;
  615. }
  616. .znyq {
  617. height: 400vh;
  618. width: 100%;
  619. }
  620. .smart {
  621. height: 90vh;
  622. position: sticky;
  623. top: 100px;
  624. }
  625. .tb {
  626. height: 300vh;
  627. width: 100%;
  628. }
  629. .fill {
  630. height: 90vh;
  631. position: sticky;
  632. top: 100px;
  633. }
  634. .hanAll {
  635. background: url(../image/backk.jpg) no-repeat;
  636. background-size: 100%;
  637. }
  638. .abc .til {
  639. color: #fff !important;
  640. }
  641. .abc .til a{
  642. color: #fff !important;
  643. }
  644. .aus a{
  645. color: #595959 !important;
  646. }
  647. /* 咨询 */
  648. .zhixun {
  649. display: block;
  650. position: fixed;
  651. bottom: 12rem;
  652. right: 2rem;
  653. padding: 1rem;
  654. background: #fff;
  655. box-shadow: 3px 3px 10px #ccc;
  656. z-index: 99999999;
  657. text-align: center;
  658. }
  659. .zhixun p {
  660. margin: 0.5rem 0;
  661. }
  662. .zhixun img {
  663. width: 8rem;
  664. }