index.css 24 KB

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