index.css 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272
  1. .navigationBar {
  2. width: 100%;
  3. height: 7rem;
  4. position: relative;
  5. box-shadow: 0px 0px 0px #fff;
  6. }
  7. .navigationBarBack {
  8. width: 100%;
  9. position: absolute;
  10. height: 100%;
  11. top: 0;
  12. left: 0;
  13. /* background: #fff; */
  14. color: #595959 !important;
  15. }
  16. .navigationTitle {
  17. max-width: 81.25rem;
  18. /* height: 6.375rem; */
  19. /* max-width: 102.25rem; */
  20. height: 8rem;
  21. margin: auto;
  22. position: relative;
  23. display: flex;
  24. align-items: center;
  25. justify-content: space-between
  26. }
  27. .navigationTitle img {
  28. width: 8.125rem;
  29. height: 3.625rem;
  30. }
  31. .navigationUl {
  32. margin-left: 2.5rem;
  33. }
  34. .navigationUl a {
  35. color: #5e95f8 !important;
  36. }
  37. .navigationUl li {
  38. margin: 0 .625rem;
  39. }
  40. .navigationUl, .navigationUl li{
  41. display: inline-block;
  42. font-size: 1rem;
  43. }
  44. .inBlock {
  45. display: inline-block;
  46. }
  47. .flexs {
  48. display: flex;
  49. align-items: center;
  50. }
  51. .fonsColorBai, .fonsColorBai a{
  52. color: #595959;
  53. }
  54. .fonsColorHei, .fonsColorHei a{
  55. color: #333;
  56. }
  57. .til {
  58. height: 6.375rem;
  59. line-height: 6.375rem;
  60. position: relative;
  61. overflow: hidden;
  62. cursor: pointer;
  63. }
  64. .headers {
  65. position: fixed;
  66. top: 0;
  67. left: 0;
  68. width: 100%;
  69. z-index: 9999999;
  70. }
  71. /* 图片 */
  72. .bannarIMgGam {
  73. width: 50rem;
  74. position: absolute;
  75. top: 13.6875rem;
  76. right: 6.375rem;
  77. z-index: 1;
  78. }
  79. .bannarTxt {
  80. position: absolute;
  81. top: 13.9688rem;
  82. left: 9rem;
  83. color: #252432;
  84. font-size: 3.75rem;
  85. }
  86. .bannarTil {
  87. font-size: 5.25rem;
  88. font-weight: bold;
  89. font-family: '黑体';
  90. letter-spacing: .625rem;
  91. }
  92. .bannarTil span {
  93. color: #3396FB;
  94. }
  95. .bannarTilP {
  96. font-size: 20px;
  97. font-style: oblique;
  98. letter-spacing: .625rem;
  99. margin-top: 2.8125rem;
  100. /* padding-left: 6.6875rem; */
  101. color: #cfcfcf;
  102. margin-bottom: 20px;
  103. }
  104. .homeAdiv {
  105. display: flex;
  106. }
  107. .bannarBtn {
  108. font-size: 16px;
  109. line-height: 50px;
  110. border: 1px solid #fff;
  111. background: #3396FB;
  112. width: 208px;
  113. padding: 0 46px;
  114. text-align: center;
  115. border-radius: 6px;
  116. margin: 20px 0 0 0;
  117. letter-spacing: .3125rem;
  118. margin-right: .75rem;
  119. }
  120. .bannarBtn:hover {
  121. background: #66b1ff;
  122. color: #fff;
  123. font-weight: normal;
  124. cursor: pointer;
  125. }
  126. .bannarTxt a {
  127. color: #ffffff;
  128. }
  129. .bannarRz {
  130. display: flex;
  131. margin-top: 2.3887rem;
  132. }
  133. .bannarRzBox {
  134. padding: .3125rem 1.1875rem;
  135. display: flex;
  136. align-items: center;
  137. justify-content: center;
  138. font-weight: medium;
  139. line-height: 1.2;
  140. font-size: .625rem;
  141. color: #000000;
  142. border-radius: 100px;
  143. background: #00B05019;
  144. border: 2px solid #00B050;
  145. margin-right: 1.25rem;
  146. }
  147. .bannarRzBox img {
  148. width: 1.125rem;
  149. height: 1.125rem;
  150. display: inline-block;
  151. margin-right: .3125rem;
  152. }
  153. .bannarTextList {
  154. color: #252432;
  155. font-family: PingFang SC;
  156. font-weight: heavy;
  157. font-size: 26px;
  158. line-height: 1.2;
  159. letter-spacing: 0px;
  160. margin-top: 4.4375rem;
  161. padding-left: 1.875rem;
  162. }
  163. .bannarTextList li {
  164. list-style: disc;
  165. }
  166. .bannarTextList li:nth-child(2) {
  167. margin-top: 2.8125rem;
  168. margin-bottom: 4.4375rem;
  169. }
  170. /* 产品介绍 */
  171. .product {
  172. width: 100%;
  173. position: fixed;
  174. z-index: 10;
  175. /* top: 6.25rem; */
  176. top: 7.25rem;
  177. left: 0;
  178. background: #fff;
  179. /* height: 18.75rem; */
  180. height: 26.1rem;
  181. border-top: .0625rem solid rgb(163, 163, 163);
  182. }
  183. .connont {
  184. width: 81.25rem;
  185. margin: auto;
  186. transform: scale(1.258);
  187. margin-top: 2rem;
  188. }
  189. .tils::before {
  190. content:"";
  191. height: .125rem;
  192. width: 100%;
  193. bottom: 1.3333rem;
  194. left: 0;
  195. background: #37B8FF;
  196. position: absolute;
  197. }
  198. /* 轮播图三个点样式 */
  199. .slideBox{ width:100%; height: 39.375rem; overflow:hidden; position:relative;}
  200. .slideBox .hd{ height:.9375rem; overflow:hidden; position:absolute; left:7.5rem; bottom:1.875rem; z-index:1;}
  201. .slideBox .hd ul{ overflow:hidden; zoom:1; float:right; }
  202. .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;}
  203. .slideBox .hd ul li.on div{ background:#fff; color:#fff;}
  204. .slideBox .bd{ position:relative; height:100%; z-index:0; }
  205. .slideBox .bd li{ zoom:1; vertical-align:middle; }
  206. .slideBox .bd img{ width:100%;height: 39.375rem;display:block; }
  207. /* 导航下拉 */
  208. .management {
  209. margin-top: 1.25rem;
  210. width: 33.75rem;
  211. font-size: 1rem;
  212. }
  213. .management h3 {
  214. width: 100%;
  215. font-size: 1rem;
  216. font-weight: normal;
  217. color: #333333;
  218. line-height: 2.5rem;
  219. border-bottom: .0625rem solid rgb(180, 180, 180);
  220. margin-left: 1.25rem;
  221. }
  222. .management ul {
  223. margin-top: .625rem;
  224. width: 11.25rem;
  225. }
  226. .management li{
  227. margin-top: .625rem;
  228. line-height: 2.5rem;
  229. cursor:pointer;
  230. padding-left: 1.25rem;
  231. }
  232. .management li:hover {
  233. background: #F0F4FF;
  234. border-radius: .625rem;
  235. color: #3370FF;
  236. }
  237. .management a {
  238. color: #333;
  239. }
  240. .hide {
  241. display: none;
  242. }
  243. .show {
  244. display: block;
  245. }
  246. /* 系统管理 */
  247. .managements {
  248. width: 100%;
  249. height: 62.5rem;
  250. max-width: 120rem;
  251. margin: auto;
  252. background: url(../image/gongshi.jpg) no-repeat center;
  253. background-size: 120rem 100%;
  254. }
  255. .manContent {
  256. width: 100%;
  257. text-align: center;
  258. font-size: 1.625rem !important;
  259. color: #595959;
  260. position: relative;
  261. }
  262. .manContent img {
  263. margin-top: 18.25rem;
  264. margin-bottom: 3.4375rem;
  265. width: 9.875rem;
  266. height: 9.875rem;
  267. }
  268. .manContent p {
  269. font-size: 1.75rem !important;
  270. color: #595959;
  271. font-weight: bold;
  272. word-spacing: .9375rem;
  273. letter-spacing:.3125rem;
  274. }
  275. .manContent span {
  276. color: #5e95f8;
  277. }
  278. .manConDD {
  279. display: flex;
  280. justify-content: center;
  281. flex-wrap: wrap;
  282. text-align: center;
  283. position: absolute;
  284. width: 256px;
  285. }
  286. .manConDD img {
  287. width: 6rem !important;
  288. height: 6rem !important;
  289. margin-top: 0;
  290. margin-bottom: 1.5625rem;
  291. }
  292. .manContent .manConDD p {
  293. width: 100%;
  294. text-align: center;
  295. font-size: 20px !important;
  296. font-weight: normal;
  297. word-spacing: 0;
  298. letter-spacing:0
  299. }
  300. /* 智能 */
  301. .smart h2 {
  302. text-align: center;
  303. font-size: 2.625rem !important;
  304. color: #595959 !important;
  305. padding: 8.75rem;
  306. padding-bottom: 4.0625rem;
  307. display: flex;
  308. justify-content: center;
  309. word-spacing: .9375rem;
  310. letter-spacing:.3125rem
  311. }
  312. .smart h2 p {
  313. font-size: 3.5625rem;
  314. font-weight: bold;
  315. margin-right: 1.25rem;
  316. }
  317. .smart h2 span {
  318. color: #5e95f8;
  319. }
  320. .connonst {
  321. width: 95.625rem;
  322. margin: auto;
  323. }
  324. .smartEngine {
  325. width: 90.6875rem;
  326. margin: auto;
  327. display: flex;
  328. }
  329. .smartEngineLeft {
  330. display: inline-block;
  331. }
  332. .smartEngineLeftCon {
  333. display: flex;
  334. flex-wrap: wrap;
  335. width: 39rem;
  336. height: 29.375rem;
  337. justify-content: space-around;
  338. align-content: space-between;
  339. margin-right: 1.25rem;
  340. }
  341. .selMou {
  342. width: 19.0625rem;
  343. height: 13.75rem;
  344. border-radius: .625rem;
  345. box-shadow: 0rem 0rem .3125rem .0625rem #cbcbcb;
  346. background: #f7fcfc;
  347. text-align: center;
  348. }
  349. .selMou p {
  350. font-weight: 400;
  351. color: #595959;
  352. letter-spacing:.3125rem;
  353. font-size: 1.625rem;
  354. margin-top: .875rem;
  355. }
  356. .selMou img {
  357. width: 5.4375rem;
  358. height: 5.625rem;
  359. margin-top: .9375rem;
  360. }
  361. .selMouR img{
  362. width: 5.5rem;
  363. height: 5.5rem;
  364. margin-top: .625rem;
  365. }
  366. .selMouR p {
  367. font-weight: 400;
  368. color: #595959;
  369. letter-spacing:.3125rem;
  370. font-size: 1.625rem;
  371. margin-top: .625rem;
  372. }
  373. .selMouR {
  374. width: 12.125rem;
  375. height: 12.9375rem;
  376. border-radius: .625rem;
  377. box-shadow: 0rem 0rem .3125rem .0625rem #cbcbcb;
  378. background: #f7fcfc;
  379. text-align: center;
  380. }
  381. .smartEngineRight {
  382. display: inline-block;
  383. }
  384. .smartEngineRightCon {
  385. display: flex;
  386. flex-wrap: wrap;
  387. width: 49.875rem;
  388. height: 29.375rem;
  389. justify-content: space-around;
  390. align-content: space-between;
  391. }
  392. /* 填报 */
  393. .fill {
  394. width: 100%;
  395. max-width: 120rem;
  396. height: 53.1875rem;
  397. margin: auto;
  398. background: url(../image/fill.jpg) no-repeat center;
  399. background-size: 120rem 100%;
  400. }
  401. .fill h2 {
  402. font-size: 2.5rem;
  403. letter-spacing:.3125rem;
  404. padding: 5.625rem 0 2.4375rem 3.125rem;
  405. }
  406. .fillCon {
  407. width: 100%;
  408. height: 38.4375rem;
  409. position: relative;
  410. transform: translate(0, 16.25rem);
  411. }
  412. .fillCons {
  413. animation: move 2s;
  414. animation-fill-mode: both;
  415. }
  416. @keyframes move {
  417. 0%{
  418. transform: translate(0,16.25rem);
  419. }
  420. 100%{
  421. transform: translate(0,0);
  422. }
  423. }
  424. .fillConCen {
  425. display: inline-block;
  426. position: absolute;
  427. width: 22.3125rem;
  428. top: 0;
  429. /* left: 0; */
  430. height: 33.625rem;
  431. background: #fff;
  432. border-radius: .3125rem;
  433. box-shadow: .5625rem .5625rem 1.25rem .5625rem #cbcbcb;
  434. }
  435. .fccCon {
  436. width: 15.625rem;
  437. height: 22.6875rem;
  438. border-radius: .3125rem;
  439. margin: auto;
  440. margin-top: 7.8125rem;
  441. position: relative;
  442. text-align: center;
  443. }
  444. .fccCon img {
  445. width: 6.0625rem;
  446. height: 6.0625rem;
  447. position: absolute;
  448. top: -3.0313rem;
  449. left: 50%;
  450. margin-left: -3.0313rem;
  451. }
  452. .fccCon h3 {
  453. font-size: 1.875rem;
  454. padding: 4.125rem 0 .875rem 0;
  455. text-align: center;
  456. }
  457. .ios {
  458. width: 4.375rem;
  459. height: .3125rem;
  460. margin: auto;
  461. }
  462. .fccConP p {
  463. width: 100%;
  464. font-size: 1.5rem;
  465. color: #887979;
  466. line-height: 2.875rem;
  467. }
  468. .fccConP {
  469. width: 100%;
  470. height: 15.125rem;
  471. display: flex;
  472. flex-wrap: wrap;
  473. justify-content: center;
  474. align-items: center;
  475. }
  476. /* 便捷 */
  477. .convenient {
  478. width: 100%;
  479. max-width: 120rem;
  480. height: 54.5625rem;
  481. margin: auto;
  482. background: url(../image/tabl.jpg) no-repeat center;
  483. background-size: 120rem 54.5625rem;
  484. }
  485. .cvit {
  486. text-align: center;
  487. color: #fff !important;
  488. }
  489. .cvit h2 {
  490. padding: 6.25rem 0 .9375rem 0;
  491. font-size: 2.5rem;
  492. color: #fff;
  493. }
  494. .cvit span {
  495. font-size: 4.125rem;
  496. }
  497. .cvit p {
  498. color: #fff;
  499. font-size: 1.25rem;
  500. text-align: center;
  501. }
  502. .tablTab {
  503. display: flex;
  504. width: 100%;
  505. box-sizing: border-box;
  506. padding: 3.25rem 5.625rem 1.1875rem 5.625rem;
  507. justify-content: space-between;
  508. }
  509. .tablTab li{
  510. height: 3.6875rem;
  511. width: 8.625rem;
  512. border-radius: .5rem;
  513. /* background: #fff; */
  514. display: flex;
  515. align-items: center;
  516. justify-content: center;
  517. font-size: 1.125rem;
  518. color: #fff;
  519. cursor:pointer;
  520. }
  521. .tablTab img{
  522. width: 30px;
  523. height: 30px;
  524. }
  525. .on {
  526. background-color: #fff;
  527. color: #5e9ffc !important;
  528. }
  529. .tabFool {
  530. width: 71.875rem;
  531. height: 34.375rem;
  532. /* background-color: #a1b9fe; */
  533. margin: auto;
  534. border-radius: .625rem;
  535. position: relative;
  536. position: relative;
  537. }
  538. .tabFool div {
  539. position: absolute;
  540. background-color: #fff;
  541. opacity: .5;
  542. width: 100%;
  543. height: 100%;
  544. left: 0%;
  545. top: 0;
  546. z-index: 1;
  547. border-radius: .625rem;
  548. }
  549. .tabFool img {
  550. width: 66.875rem;
  551. height: 31.375rem;
  552. position: absolute;
  553. bottom: 0;
  554. right: .625rem;
  555. z-index: 2;
  556. }
  557. /* 客户 */
  558. .kehu {
  559. width: 100%;
  560. max-width: 120rem;
  561. /* height: 61.1875rem; */
  562. height: 1000px;
  563. margin: auto;
  564. background: url(../image/rke.jpg) no-repeat center;
  565. background-size: 120rem 62.5rem;
  566. }
  567. .kehu h2, .pricings h2{
  568. font-size: 2.625rem;
  569. color: #333;
  570. padding: 6.25rem 5rem 4rem 5rem;
  571. }
  572. .kehusab {
  573. width: 160px;
  574. margin: auto;
  575. padding: 40px 0 0 0;
  576. display: flex;
  577. justify-content: space-between;
  578. }
  579. .kehuLefts, .kehuRights {
  580. width: 3.75rem;
  581. height: 3.75rem;
  582. border-radius: 50%;
  583. background: #fff;
  584. text-align: center;
  585. line-height: 4.375rem;
  586. display: inline-block;
  587. position: relative;
  588. cursor:pointer;
  589. }
  590. .kehusab img {
  591. width: 1.25rem;
  592. height: 1.25rem;
  593. }
  594. .kehusab .zhis {
  595. cursor: not-allowed !important;
  596. }
  597. .conImg {
  598. /* width: 4610px; */
  599. width: 4610px;
  600. display: flex;
  601. justify-content: space-between;
  602. position: relative;
  603. }
  604. .conImg img {
  605. width: 31.25rem;
  606. position: absolute;
  607. top: 0;
  608. left: 0;
  609. }
  610. .conImgCon {
  611. width: 31.25rem;
  612. position: relative;
  613. height: 39.1875rem;
  614. }
  615. .conImgFiz {
  616. position: relative;
  617. z-index: 2;
  618. height: 19.375rem;
  619. display: flex;
  620. align-items: center;
  621. justify-content: center;
  622. padding: 32px 30px 0 30px;
  623. color: #fff;
  624. text-align: center;
  625. font-size: 1.25rem;
  626. line-height: 2rem;
  627. }
  628. .conIngFoot {
  629. position: relative;
  630. z-index: 2;
  631. }
  632. .conIngFoot p {
  633. font-size: 1.875rem;
  634. color: #fff;
  635. padding: 2.5rem 2.1875rem 1.25rem 2.1875rem;
  636. }
  637. .conIngFoot span {
  638. display: block;
  639. font-size: 1.25rem !important;
  640. color: #fff;
  641. padding: 0 2.1875rem;
  642. }
  643. /* 产品定价 */
  644. .pricings {
  645. width: 100%;
  646. max-width: 120rem;
  647. height: 58.8125rem;
  648. margin: auto;
  649. background: url(../image/dingj.jpg) no-repeat center;
  650. background-size: 120rem 58.8125rem;
  651. }
  652. .pri {
  653. display: flex;
  654. justify-content: space-between;
  655. width: 1248px;
  656. margin: auto;
  657. }
  658. .tooltipTis {
  659. width: 1200px;
  660. margin: auto;
  661. text-align: center;
  662. font-size: 28px;
  663. position: relative;
  664. top: -50px;
  665. transform: translate(100rem,0);
  666. }
  667. .tooltipTisFillCons {
  668. animation: moves 2s;
  669. animation-fill-mode: both;
  670. }
  671. /* .fillCon {
  672. width: 100%;
  673. height: 38.4375rem;
  674. position: relative;
  675. transform: translate(0,16.25rem);
  676. }
  677. .fillCons {
  678. animation: move 2s;
  679. animation-fill-mode: both;
  680. }*/
  681. @keyframes moves {
  682. 0%{
  683. transform: translate(100rem,0);
  684. }
  685. 100%{
  686. transform: translate(0,0);
  687. }
  688. }
  689. .li {
  690. text-align: center;
  691. background: #fff;
  692. padding: 10px;
  693. box-shadow: 0rem .0625rem 1.25rem 0rem #c8c8c8;
  694. cursor: pointer;
  695. transition: all .25s ease-in;
  696. }
  697. .li_con {
  698. width: 240px;
  699. height: 168px;
  700. background: #f3f3f3;
  701. box-sizing: border-box;
  702. padding-top: 46px;
  703. }
  704. .li_con div {
  705. width: 100%;
  706. text-align: center;
  707. font-size: 24px;
  708. color: #565656;
  709. margin-bottom: 22px;
  710. }
  711. .li_con div span{
  712. font-size: 28px;
  713. }
  714. .li li {
  715. width: 100%;
  716. height: 32px;
  717. font-size: 14.4px;
  718. line-height: 32px;
  719. text-align: center;
  720. list-style-type:none;
  721. color: #b5b0b0;
  722. }
  723. .li li:nth-child(2n) {
  724. background: #f3f3f3;
  725. }
  726. .btn {
  727. width: 140px;
  728. height: 40px;
  729. margin: auto;
  730. background-image: url(../image/xg.png);
  731. background-size: 100% 100%;
  732. margin-bottom: 19.2px;
  733. border: 0;
  734. background-repeat: no-repeat;
  735. }
  736. .li:hover {
  737. transform:translateY(-1.25rem);
  738. }
  739. .li:hover .btn{
  740. background: url(../image/xgs.png);
  741. background-size: 100% 100%;
  742. background-repeat:no-repeat;
  743. }
  744. .li:hover .li_con{
  745. background: linear-gradient(to left,#4daefe,#01f1fe);
  746. }
  747. .li:hover .li_con div{
  748. color: #fff;
  749. }
  750. .btn a {
  751. display: inline-block;
  752. width: 100%;
  753. height: 100%;
  754. }
  755. .al a{
  756. color: #407be7 !important;
  757. }
  758. .al {
  759. position: relative;
  760. }
  761. .al::after {
  762. content: '';
  763. width: 100%;
  764. height: 3px;
  765. background: #407be7;
  766. position: absolute;
  767. bottom: -20px;
  768. left: 0;
  769. }
  770. /* 底部 */
  771. .footer-frame {
  772. width: 100%;
  773. height: 24px;
  774. }
  775. .footer {
  776. padding-top: 48px;
  777. padding-bottom: 8px;
  778. background-color: #20a0ff;
  779. margin-top: -0.125rem;
  780. }
  781. .footer .footer-col {
  782. margin-bottom: 36px;
  783. }
  784. .footer h4 {
  785. margin-bottom: 10px;
  786. color: #fff;
  787. }
  788. .footer .list-unstyled,
  789. .footer p {
  790. color: #f3f7fd;
  791. }
  792. .footer .footer-col.middle .list-unstyled .fas {
  793. color: #fff;
  794. font-size: 8px;
  795. line-height: 24px;
  796. }
  797. .footer .footer-col.middle .list-unstyled .media-body {
  798. margin-left: 8px;
  799. }
  800. .footer .footer-col.last .list-unstyled .fas {
  801. color: #fff;
  802. font-size: 14px;
  803. line-height: 24px;
  804. }
  805. .footer .footer-col.last .list-unstyled .media-body {
  806. margin-left: 10px;
  807. }
  808. .footer .footer-col.last .list-unstyled .fas.fa-globe {
  809. margin-left: 16px;
  810. margin-right: 10px;
  811. }
  812. .navbar {
  813. padding: 0 !important;
  814. }
  815. .ulss {
  816. display: inline-block;
  817. }
  818. .alss {
  819. display: flex;
  820. justify-content: space-around;
  821. width: 87.5rem;
  822. margin: auto;
  823. }
  824. /* 尝试滚动 */
  825. .jiesao {
  826. /* height: 137.5rem; */
  827. height: 56.625rem;
  828. width: 100%;
  829. }
  830. .managements {
  831. height: 56.625rem;
  832. position: sticky;
  833. top: 6.25rem;
  834. }
  835. body {
  836. overflow-x: hidden;
  837. }
  838. .znyq {
  839. /* height: 600vh; */
  840. /* height: 4400px; */
  841. height: 62rem;
  842. /* height: 251.6875rem; */
  843. width: 100%;
  844. }
  845. .smart {
  846. height: 62rem;
  847. /* height: 56.625rem; */
  848. position: sticky;
  849. top: 6.375rem;
  850. background: url(../image/zhineg.jpg) no-repeat center;
  851. background-size: 120rem 100%;
  852. }
  853. .tb {
  854. height: 300vh;
  855. width: 100%;
  856. }
  857. .fill {
  858. /* height: 90vh; */
  859. height: 56.625rem;
  860. position: sticky;
  861. top: 6.25rem;
  862. }
  863. .hanAll {
  864. /* background: url(../image/backk.jpg) no-repeat;
  865. background-size: 100%; */
  866. background: #fff;
  867. box-shadow: 1px 3px 5px 0px #ddd;
  868. }
  869. .abc .til {
  870. color: #fff !important;
  871. }
  872. .abc .til a{
  873. color: #fff !important;
  874. }
  875. .til a{
  876. color: #fff !important;
  877. display: inline-block;
  878. width: 100%;
  879. height: 100%;
  880. }
  881. .aus a{
  882. color: #595959 !important;
  883. }
  884. .auss a {
  885. color: #595959 !important;
  886. }
  887. /* 咨询 */
  888. .zhixun {
  889. display: block;
  890. position: fixed;
  891. bottom: 7.5rem;
  892. right: 20px;
  893. padding: 16px;
  894. background: #fff;
  895. box-shadow: .1875rem .1875rem .625rem #ccc;
  896. z-index: 99999999;
  897. text-align: center;
  898. }
  899. .zhixun p {
  900. margin: 8px 0;
  901. }
  902. .zhixun img {
  903. width: 128px;
  904. }
  905. .tabOn {
  906. background: #fff;
  907. color: #20a0ff !important;
  908. }
  909. .consulting {
  910. width: 3.125rem;
  911. height: 3.125rem;
  912. border-radius: 50%;
  913. background: #fff;
  914. position: fixed;
  915. bottom: 3.75rem;
  916. right: 6.25rem;
  917. z-index: 4;
  918. box-shadow: 0 0 20px 0px #cbcbcb;
  919. cursor:pointer;
  920. display: flex;
  921. align-items: center;
  922. justify-content: center;
  923. }
  924. .consulting:hover {
  925. background: #3396FB;
  926. }
  927. .conImgConImg {
  928. width: 40px;
  929. height: 40px;
  930. position: relative;
  931. margin-top: 25px;
  932. margin-left: 18px;
  933. }
  934. .conImgConImg img{
  935. width: 100%;
  936. }
  937. .mengban {
  938. width: 100%;
  939. height: 200px;
  940. background: #000;
  941. opacity: .4;
  942. position: absolute;
  943. top: 148px;
  944. left: 0;
  945. z-index: 1;
  946. }
  947. /* qanda */
  948. .QandA {
  949. padding: 0 0 5rem 0;
  950. background: url(../image/dingj.jpg) no-repeat center;
  951. background-size: 120rem 58.8125rem;
  952. }
  953. .QandA h2 {
  954. font-size: 2.625rem;
  955. color: #333;
  956. padding: 5.25rem 5rem 2rem 5rem;
  957. }
  958. .QandACon {
  959. margin: auto;
  960. }
  961. .QandAConUl {
  962. margin-top: 2rem;
  963. padding: 0 88px;
  964. }
  965. .QandAConli {
  966. font-size: 1.2rem;
  967. margin-top: .8rem;
  968. }
  969. .QandAConli span {
  970. font-weight: bold;
  971. }
  972. .copyright_mob {
  973. width: 100%;
  974. text-align: center;
  975. line-height: 2.5rem !important;
  976. color: #fff !important;
  977. font-size: 1rem !important;
  978. background: #20a0ff !important;
  979. border-top: 1px solid #fff;
  980. }
  981. .p-small-sl {
  982. line-height: 3.2rem !important;
  983. color: #fff !important;
  984. font-size: 1.3rem !important;
  985. background: #20a0ff !important;
  986. }
  987. /* 底部重写 */
  988. .indexBottom {
  989. background: #20a0ff;
  990. padding: 4rem 0;
  991. margin-top: -2px !important;
  992. }
  993. .indexBottomBox {
  994. display: flex;
  995. justify-content: space-between;
  996. width: 80rem;
  997. margin: auto;
  998. }
  999. .indexBottomBox_box {
  1000. width: 80rem;
  1001. display: flex;
  1002. }
  1003. .indexBottomBox_one {
  1004. margin-right: 10rem;
  1005. }
  1006. .indexBottomBox_one .indexBottomBox_one_til, .indexBottomBox_video .indexBottomBox_one_til, .contactUs .indexBottomBox_one_til{
  1007. font-size: 1.5rem;
  1008. color: #fff;
  1009. font-weight: bold;
  1010. margin-bottom: 1.5rem;
  1011. }
  1012. .indexBottomBox_one div {
  1013. font-size: 1.2rem;
  1014. color: #fff;
  1015. margin-bottom: 1.2rem;
  1016. }
  1017. .indexBottomBox_video {
  1018. width: 16rem;
  1019. }
  1020. .indexBottomBox_video_box {
  1021. width: 100%;
  1022. height: 10rem;
  1023. cursor: pointer;
  1024. }
  1025. .indexBottomBox_video_box img{
  1026. width: 100%;
  1027. height: 100%;
  1028. }
  1029. .contactUs {
  1030. margin-left: 10rem;
  1031. }
  1032. .contactUs_box_img {
  1033. width: 9rem;
  1034. height: 9rem;
  1035. }
  1036. .contactUs_box_img img{
  1037. width: 100%;
  1038. height: 100%;
  1039. }
  1040. .contactUs_box_tex {
  1041. text-align: center;
  1042. line-height: 2rem;
  1043. font-size: 1rem;
  1044. color: #fff;
  1045. width: 100%;
  1046. }
  1047. /* 新写的动画样式 */
  1048. .manConOne{
  1049. animation:manConDD1 2s;
  1050. animation-fill-mode:forwards;
  1051. animation-direction:alternate;
  1052. }
  1053. .manConTwo{
  1054. animation:manConDD2 2s;
  1055. animation-fill-mode:forwards;
  1056. animation-direction:alternate;
  1057. }
  1058. .manConThree{
  1059. animation:manConDD3 2s;
  1060. animation-fill-mode:forwards;
  1061. animation-direction:alternate;
  1062. }
  1063. .manConfour{
  1064. animation:manConDD4 2s;
  1065. animation-fill-mode:forwards;
  1066. animation-direction:alternate;
  1067. }
  1068. .manConFive{
  1069. animation:manConDD5 2s;
  1070. animation-fill-mode:forwards;
  1071. animation-direction:alternate;
  1072. }
  1073. .manConSix{
  1074. animation:manConDD6 2s;
  1075. animation-fill-mode:forwards;
  1076. animation-direction:alternate;
  1077. }
  1078. .manConSeven{
  1079. animation:manConDD7 2s;
  1080. animation-fill-mode:forwards;
  1081. animation-direction:alternate;
  1082. }
  1083. .manConDDp {
  1084. animation:manConDDpText 2s;
  1085. animation-fill-mode:forwards;
  1086. animation-direction:alternate;
  1087. }
  1088. @keyframes manConDD1{
  1089. from {transform: translate(0, 293px)}
  1090. to{transform: translate(0, 15px);}
  1091. }
  1092. @keyframes manConDD2{
  1093. from {transform: translate(-362px, 123px)}
  1094. to{transform: translate(0, 0);}
  1095. }
  1096. @keyframes manConDD3{
  1097. from {transform: translate(-362px,-141px)}
  1098. to{transform: translate(0, 0);}
  1099. }
  1100. @keyframes manConDD4{
  1101. from {transform: translate(-162px,-339px)}
  1102. to{transform: translate(0, -40px);}
  1103. }
  1104. @keyframes manConDD5{
  1105. from {transform: translate(162px,-339px)}
  1106. to{transform: translate(0, -40px);}
  1107. }
  1108. @keyframes manConDD6{
  1109. from {transform: translate(362px,-141px)}
  1110. to{transform: translate(0, 0);}
  1111. }
  1112. @keyframes manConDD7{
  1113. from {transform: translate(362px,123px)}
  1114. to{transform: translate(0, 0);}
  1115. }
  1116. @keyframes manConDDpText{
  1117. from {opacity: 0}
  1118. to{opacity: 1}
  1119. }
  1120. .selZhui1 {
  1121. animation:animselMou1 2s;
  1122. animation-fill-mode:forwards;
  1123. animation-direction:alternate;
  1124. }
  1125. .selZhui2 {
  1126. animation:animselMou2 2s;
  1127. animation-fill-mode:forwards;
  1128. animation-direction:alternate;
  1129. }
  1130. .selZhui3 {
  1131. animation:animselMou3 2s;
  1132. animation-fill-mode:forwards;
  1133. animation-direction:alternate;
  1134. }
  1135. .selZhui4 {
  1136. animation:animselMou4 2s;
  1137. animation-fill-mode:forwards;
  1138. animation-direction:alternate;
  1139. }
  1140. @keyframes animselMou1{
  1141. from {transform: translate(-500px,-500px)}
  1142. to{transform: translate(0, 0);}
  1143. }
  1144. @keyframes animselMou2{
  1145. from {transform: translate(-400px,-480px)}
  1146. to{transform: translate(0, 0);}
  1147. }
  1148. @keyframes animselMou3{
  1149. from {transform: translate(-500px,500px)}
  1150. to{transform: translate(0, 0);}
  1151. }
  1152. @keyframes animselMou4{
  1153. from {transform: translate(-400px,510px)}
  1154. to{transform: translate(0, 0px);}
  1155. }
  1156. .MourZhui1 {
  1157. animation:animselMour1 2s;
  1158. animation-fill-mode:forwards;
  1159. animation-direction:alternate;
  1160. }
  1161. .MourZhui2 {
  1162. animation:animselMour2 2s;
  1163. animation-fill-mode:forwards;
  1164. animation-direction:alternate;
  1165. }
  1166. .MourZhui3 {
  1167. animation:animselMour3 2s;
  1168. animation-fill-mode:forwards;
  1169. animation-direction:alternate;
  1170. }
  1171. .MourZhui4 {
  1172. animation:animselMour4 2s;
  1173. animation-fill-mode:forwards;
  1174. animation-direction:alternate;
  1175. }
  1176. .MourZhui5 {
  1177. animation:animselMour5 2s;
  1178. animation-fill-mode:forwards;
  1179. animation-direction:alternate;
  1180. }
  1181. .MourZhui6 {
  1182. animation:animselMour6 2s;
  1183. animation-fill-mode:forwards;
  1184. animation-direction:alternate;
  1185. }
  1186. .MourZhui7 {
  1187. animation:animselMour7 2s;
  1188. animation-fill-mode:forwards;
  1189. animation-direction:alternate;
  1190. }
  1191. .MourZhui8 {
  1192. animation:animselMour8 2s;
  1193. animation-fill-mode:forwards;
  1194. animation-direction:alternate;
  1195. }
  1196. @keyframes animselMour1{
  1197. from {transform: translate(300px,-500px)}
  1198. to{transform: translate(0, 0);}
  1199. }
  1200. @keyframes animselMour2{
  1201. from {transform: translate(400px,-500px)}
  1202. to{transform: translate(0, 0);}
  1203. }
  1204. @keyframes animselMour3{
  1205. from {transform: translate(500px,-500px)}
  1206. to{transform: translate(0, 0);}
  1207. }
  1208. @keyframes animselMour4{
  1209. from {transform: translate(550px,-550px)}
  1210. to{transform: translate(0, 0);}
  1211. }
  1212. @keyframes animselMour5{
  1213. from {transform: translate(300px,500px)}
  1214. to{transform: translate(0, 0);}
  1215. }
  1216. @keyframes animselMour6{
  1217. from {transform: translate(400px,500px)}
  1218. to{transform: translate(0, 0);}
  1219. }
  1220. @keyframes animselMour7{
  1221. from {transform: translate(500px,500px)}
  1222. to{transform: translate(0, 0);}
  1223. }
  1224. @keyframes animselMour8{
  1225. from {transform: translate(550px,550px)}
  1226. to{transform: translate(0, 0);}
  1227. }