index.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953
  1. .navigationBar {
  2. width: 100%;
  3. height: 6.375rem;
  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. }
  100. .bannarBtn {
  101. font-size: 20px;
  102. line-height: 65px;
  103. border: 1px solid #fff;
  104. width: 120px;
  105. padding: 0 46px;
  106. text-align: center;
  107. border-radius: 65px;
  108. margin: 70px 0 0 0;
  109. letter-spacing: .3125rem;
  110. }
  111. .bannarBtn:hover {
  112. background: #fff;
  113. color: #333333;
  114. font-weight: normal;
  115. cursor: pointer;
  116. }
  117. .bannarTxt a {
  118. color: #ffffff;
  119. }
  120. .bannarRz {
  121. display: flex;
  122. justify-content: space-between;
  123. width: 31.25rem;
  124. margin-top: .75rem;
  125. }
  126. .bannarRzBox {
  127. padding: 0 .625rem;
  128. display: flex;
  129. align-items: center;
  130. justify-content: center;
  131. line-height: 1.375rem;
  132. border-radius: .625rem;
  133. font-size: .375rem;
  134. color: #d7d7d7;
  135. }
  136. .bannarRzBox img {
  137. width: 1.125rem;
  138. height: .9375rem;
  139. display: inline-block;
  140. margin-right: .3125rem;
  141. }
  142. /* 产品介绍 */
  143. .product {
  144. width: 100%;
  145. position: fixed;
  146. z-index: 10;
  147. /* top: 6.25rem; */
  148. top: 8rem;
  149. left: 0;
  150. background: #fff;
  151. /* height: 18.75rem; */
  152. height: 23.1rem;
  153. border-top: .0625rem solid rgb(163, 163, 163);
  154. }
  155. .connont {
  156. width: 81.25rem;
  157. margin: auto;
  158. transform: scale(1.258);
  159. margin-top: 2rem;
  160. }
  161. .tils::before {
  162. content:"";
  163. height: .125rem;
  164. width: 100%;
  165. bottom: 0;
  166. left: 0;
  167. background: #37B8FF;
  168. position: absolute;
  169. }
  170. /* 轮播图三个点样式 */
  171. .slideBox{ width:100%; height: 39.375rem; overflow:hidden; position:relative;}
  172. .slideBox .hd{ height:.9375rem; overflow:hidden; position:absolute; left:7.5rem; bottom:1.875rem; z-index:1;}
  173. .slideBox .hd ul{ overflow:hidden; zoom:1; float:right; }
  174. .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;}
  175. .slideBox .hd ul li.on div{ background:#fff; color:#fff;}
  176. .slideBox .bd{ position:relative; height:100%; z-index:0; }
  177. .slideBox .bd li{ zoom:1; vertical-align:middle; }
  178. .slideBox .bd img{ width:100%;height: 39.375rem;display:block; }
  179. /* 导航下拉 */
  180. .management {
  181. margin-top: 1.25rem;
  182. width: 33.75rem;
  183. font-size: 1rem;
  184. }
  185. .management h3 {
  186. width: 100%;
  187. font-size: 1rem;
  188. font-weight: normal;
  189. color: #333333;
  190. line-height: 2.5rem;
  191. border-bottom: .0625rem solid rgb(180, 180, 180);
  192. margin-left: 1.25rem;
  193. }
  194. .management ul {
  195. margin-top: .625rem;
  196. width: 11.25rem;
  197. }
  198. .management li{
  199. margin-top: .625rem;
  200. line-height: 2.5rem;
  201. cursor:pointer;
  202. padding-left: 1.25rem;
  203. }
  204. .management li:hover {
  205. background: #F0F4FF;
  206. border-radius: .625rem;
  207. color: #3370FF;
  208. }
  209. .management a {
  210. color: #333;
  211. }
  212. .hide {
  213. display: none;
  214. }
  215. .show {
  216. display: block;
  217. }
  218. /* 系统管理 */
  219. .managements {
  220. width: 100%;
  221. height: 62.5rem;
  222. max-width: 120rem;
  223. margin: auto;
  224. background: url(../image/gongshi.jpg) no-repeat center;
  225. background-size: 120rem 100%;
  226. }
  227. .manContent {
  228. width: 100%;
  229. text-align: center;
  230. font-size: 1.625rem !important;
  231. color: #595959;
  232. position: relative;
  233. }
  234. .manContent img {
  235. margin-top: 18.25rem;
  236. margin-bottom: 3.4375rem;
  237. width: 9.875rem;
  238. height: 9.875rem;
  239. }
  240. .manContent p {
  241. font-size: 1.75rem !important;
  242. color: #595959;
  243. font-weight: bold;
  244. word-spacing: .9375rem;
  245. letter-spacing:.3125rem;
  246. }
  247. .manContent span {
  248. color: #5e95f8;
  249. }
  250. .manConDD {
  251. display: flex;
  252. justify-content: center;
  253. flex-wrap: wrap;
  254. text-align: center;
  255. position: absolute;
  256. width: 256px;
  257. }
  258. .manConDD img {
  259. width: 6rem !important;
  260. height: 6rem !important;
  261. margin-top: 0;
  262. margin-bottom: 1.5625rem;
  263. }
  264. .manContent .manConDD p {
  265. width: 100%;
  266. text-align: center;
  267. font-size: 20px !important;
  268. font-weight: normal;
  269. word-spacing: 0;
  270. letter-spacing:0
  271. }
  272. /* 智能 */
  273. .smart h2 {
  274. text-align: center;
  275. font-size: 2.625rem !important;
  276. color: #595959 !important;
  277. padding: 8.75rem;
  278. padding-bottom: 4.0625rem;
  279. display: flex;
  280. justify-content: center;
  281. word-spacing: .9375rem;
  282. letter-spacing:.3125rem
  283. }
  284. .smart h2 p {
  285. font-size: 3.5625rem;
  286. font-weight: bold;
  287. margin-right: 1.25rem;
  288. }
  289. .smart h2 span {
  290. color: #5e95f8;
  291. }
  292. .connonst {
  293. width: 95.625rem;
  294. margin: auto;
  295. }
  296. .smartEngine {
  297. width: 90.6875rem;
  298. margin: auto;
  299. display: flex;
  300. }
  301. .smartEngineLeft {
  302. display: inline-block;
  303. }
  304. .smartEngineLeftCon {
  305. display: flex;
  306. flex-wrap: wrap;
  307. width: 39rem;
  308. height: 29.375rem;
  309. justify-content: space-around;
  310. align-content: space-between;
  311. margin-right: 1.25rem;
  312. }
  313. .selMou {
  314. width: 19.0625rem;
  315. height: 13.75rem;
  316. border-radius: .625rem;
  317. box-shadow: 0rem 0rem .3125rem .0625rem #cbcbcb;
  318. background: #f7fcfc;
  319. text-align: center;
  320. }
  321. .selMou p {
  322. font-weight: 400;
  323. color: #595959;
  324. letter-spacing:.3125rem;
  325. font-size: 1.625rem;
  326. margin-top: .875rem;
  327. }
  328. .selMou img {
  329. width: 5.4375rem;
  330. height: 5.625rem;
  331. margin-top: .9375rem;
  332. }
  333. .selMouR img{
  334. width: 5.5rem;
  335. height: 5.5rem;
  336. margin-top: .625rem;
  337. }
  338. .selMouR p {
  339. font-weight: 400;
  340. color: #595959;
  341. letter-spacing:.3125rem;
  342. font-size: 1.625rem;
  343. margin-top: .625rem;
  344. }
  345. .selMouR {
  346. width: 12.125rem;
  347. height: 12.9375rem;
  348. border-radius: .625rem;
  349. box-shadow: 0rem 0rem .3125rem .0625rem #cbcbcb;
  350. background: #f7fcfc;
  351. text-align: center;
  352. }
  353. .smartEngineRight {
  354. display: inline-block;
  355. }
  356. .smartEngineRightCon {
  357. display: flex;
  358. flex-wrap: wrap;
  359. width: 49.875rem;
  360. height: 29.375rem;
  361. justify-content: space-around;
  362. align-content: space-between;
  363. }
  364. /* 填报 */
  365. .fill {
  366. width: 100%;
  367. max-width: 120rem;
  368. height: 53.1875rem;
  369. margin: auto;
  370. background: url(../image/fill.jpg) no-repeat center;
  371. background-size: 120rem 100%;
  372. }
  373. .fill h2 {
  374. font-size: 2.5rem;
  375. letter-spacing:.3125rem;
  376. padding: 5.625rem 0 2.4375rem 3.125rem;
  377. }
  378. .fillCon {
  379. width: 100%;
  380. height: 38.4375rem;
  381. position: relative;
  382. transform: translate(0,16.25rem);
  383. }
  384. .fillCons {
  385. animation: move 2s;
  386. animation-fill-mode: both;
  387. }
  388. @keyframes move {
  389. 0%{
  390. transform: translate(0,16.25rem);
  391. }
  392. 100%{
  393. transform: translate(0,0);
  394. }
  395. }
  396. .fillConCen {
  397. display: inline-block;
  398. position: absolute;
  399. width: 22.3125rem;
  400. top: 0;
  401. /* left: 0; */
  402. height: 33.625rem;
  403. background: #fff;
  404. border-radius: .3125rem;
  405. box-shadow: .5625rem .5625rem 1.25rem .5625rem #cbcbcb;
  406. }
  407. .fccCon {
  408. width: 15.625rem;
  409. height: 22.6875rem;
  410. border-radius: .3125rem;
  411. margin: auto;
  412. margin-top: 7.8125rem;
  413. position: relative;
  414. text-align: center;
  415. }
  416. .fccCon img {
  417. width: 6.0625rem;
  418. height: 6.0625rem;
  419. position: absolute;
  420. top: -3.0313rem;
  421. left: 50%;
  422. margin-left: -3.0313rem;
  423. }
  424. .fccCon h3 {
  425. font-size: 1.875rem;
  426. padding: 4.125rem 0 .875rem 0;
  427. text-align: center;
  428. }
  429. .ios {
  430. width: 4.375rem;
  431. height: .3125rem;
  432. margin: auto;
  433. }
  434. .fccConP p {
  435. width: 100%;
  436. font-size: 1.5rem;
  437. color: #887979;
  438. line-height: 2.875rem;
  439. }
  440. .fccConP {
  441. width: 100%;
  442. height: 15.125rem;
  443. display: flex;
  444. flex-wrap: wrap;
  445. justify-content: center;
  446. align-items: center;
  447. }
  448. /* 便捷 */
  449. .convenient {
  450. width: 100%;
  451. max-width: 120rem;
  452. height: 54.5625rem;
  453. margin: auto;
  454. background: url(../image/tabl.jpg) no-repeat center;
  455. background-size: 120rem 54.5625rem;
  456. }
  457. .cvit {
  458. text-align: center;
  459. color: #fff !important;
  460. }
  461. .cvit h2 {
  462. padding: 6.25rem 0 .9375rem 0;
  463. font-size: 2.5rem;
  464. color: #fff;
  465. }
  466. .cvit span {
  467. font-size: 4.125rem;
  468. }
  469. .cvit p {
  470. color: #fff;
  471. font-size: 1.25rem;
  472. text-align: center;
  473. }
  474. .tablTab {
  475. display: flex;
  476. width: 100%;
  477. box-sizing: border-box;
  478. padding: 3.25rem 5.625rem 1.1875rem 5.625rem;
  479. justify-content: space-between;
  480. }
  481. .tablTab li{
  482. height: 3.6875rem;
  483. width: 8.625rem;
  484. border-radius: .5rem;
  485. /* background: #fff; */
  486. display: flex;
  487. align-items: center;
  488. justify-content: center;
  489. font-size: 1.125rem;
  490. color: #fff;
  491. cursor:pointer;
  492. }
  493. .tablTab img{
  494. width: 30px;
  495. height: 30px;
  496. }
  497. .on {
  498. background-color: #fff;
  499. color: #5e9ffc !important;
  500. }
  501. .tabFool {
  502. width: 71.875rem;
  503. height: 34.375rem;
  504. /* background-color: #a1b9fe; */
  505. margin: auto;
  506. border-radius: .625rem;
  507. position: relative;
  508. position: relative;
  509. }
  510. .tabFool div {
  511. position: absolute;
  512. background-color: #fff;
  513. opacity: .5;
  514. width: 100%;
  515. height: 100%;
  516. left: 0%;
  517. top: 0;
  518. z-index: 1;
  519. border-radius: .625rem;
  520. }
  521. .tabFool img {
  522. width: 66.875rem;
  523. height: 31.375rem;
  524. position: absolute;
  525. bottom: 0;
  526. right: .625rem;
  527. z-index: 2;
  528. }
  529. /* 客户 */
  530. .kehu {
  531. width: 100%;
  532. max-width: 120rem;
  533. /* height: 61.1875rem; */
  534. height: 1000px;
  535. margin: auto;
  536. background: url(../image/rke.jpg) no-repeat center;
  537. background-size: 120rem 62.5rem;
  538. }
  539. .kehu h2, .pricings h2 {
  540. font-size: 2.625rem;
  541. color: #333;
  542. padding: 6.25rem 5rem 4rem 5rem;
  543. }
  544. .kehusab {
  545. width: 160px;
  546. margin: auto;
  547. padding: 40px 0 0 0;
  548. display: flex;
  549. justify-content: space-between;
  550. }
  551. .kehuLefts, .kehuRights {
  552. width: 3.75rem;
  553. height: 3.75rem;
  554. border-radius: 50%;
  555. background: #fff;
  556. text-align: center;
  557. line-height: 4.375rem;
  558. display: inline-block;
  559. position: relative;
  560. cursor:pointer;
  561. }
  562. .kehusab img {
  563. width: 1.25rem;
  564. height: 1.25rem;
  565. }
  566. .kehusab .zhis {
  567. cursor: not-allowed !important;
  568. }
  569. .conImg {
  570. width: 4100px;
  571. display: flex;
  572. justify-content: space-between;
  573. position: relative;
  574. }
  575. .conImg img {
  576. width: 31.25rem;
  577. position: absolute;
  578. top: 0;
  579. left: 0;
  580. }
  581. .conImgCon {
  582. width: 31.25rem;
  583. position: relative;
  584. height: 39.1875rem;
  585. }
  586. .conImgFiz {
  587. position: relative;
  588. z-index: 2;
  589. height: 19.375rem;
  590. display: flex;
  591. align-items: center;
  592. justify-content: center;
  593. padding: 32px 30px 0 30px;
  594. color: #fff;
  595. text-align: center;
  596. font-size: 1.25rem;
  597. line-height: 2rem;
  598. }
  599. .conIngFoot {
  600. position: relative;
  601. z-index: 2;
  602. }
  603. .conIngFoot p {
  604. font-size: 1.875rem;
  605. color: #fff;
  606. padding: 2.5rem 2.1875rem 1.25rem 2.1875rem;
  607. }
  608. .conIngFoot span {
  609. display: block;
  610. font-size: 1.25rem !important;
  611. color: #fff;
  612. padding: 0 2.1875rem;
  613. }
  614. /* 产品定价 */
  615. .pricings {
  616. width: 100%;
  617. max-width: 120rem;
  618. height: 58.8125rem;
  619. margin: auto;
  620. background: url(../image/dingj.jpg) no-repeat center;
  621. background-size: 120rem 58.8125rem;
  622. }
  623. .pri {
  624. display: flex;
  625. justify-content: space-between;
  626. width: 1248px;
  627. margin: auto;
  628. }
  629. .tooltipTis {
  630. width: 1200px;
  631. margin: auto;
  632. text-align: center;
  633. font-size: 28px;
  634. position: relative;
  635. top: -50px;
  636. transform: translate(100rem,0);
  637. }
  638. .tooltipTisFillCons {
  639. animation: moves 2s;
  640. animation-fill-mode: both;
  641. }
  642. /* .fillCon {
  643. width: 100%;
  644. height: 38.4375rem;
  645. position: relative;
  646. transform: translate(0,16.25rem);
  647. }
  648. .fillCons {
  649. animation: move 2s;
  650. animation-fill-mode: both;
  651. }*/
  652. @keyframes moves {
  653. 0%{
  654. transform: translate(100rem,0);
  655. }
  656. 100%{
  657. transform: translate(0,0);
  658. }
  659. }
  660. .li {
  661. text-align: center;
  662. background: #fff;
  663. padding: 10px;
  664. box-shadow: 0rem .0625rem 1.25rem 0rem #c8c8c8;
  665. cursor: pointer;
  666. transition: all .25s ease-in;
  667. }
  668. .li_con {
  669. width: 240px;
  670. height: 168px;
  671. background: #f3f3f3;
  672. box-sizing: border-box;
  673. padding-top: 46px;
  674. }
  675. .li_con div {
  676. width: 100%;
  677. text-align: center;
  678. font-size: 24px;
  679. color: #565656;
  680. margin-bottom: 22px;
  681. }
  682. .li_con div span{
  683. font-size: 28px;
  684. }
  685. .li li {
  686. width: 100%;
  687. height: 32px;
  688. font-size: 14.4px;
  689. line-height: 32px;
  690. text-align: center;
  691. list-style-type:none;
  692. color: #b5b0b0;
  693. }
  694. .li li:nth-child(2n) {
  695. background: #f3f3f3;
  696. }
  697. .btn {
  698. width: 140px;
  699. height: 40px;
  700. margin: auto;
  701. background-image: url(../image/xg.png);
  702. background-size: 100% 100%;
  703. margin-bottom: 19.2px;
  704. border: 0;
  705. background-repeat: no-repeat;
  706. }
  707. .li:hover {
  708. transform:translateY(-1.25rem);
  709. }
  710. .li:hover .btn{
  711. background: url(../image/xgs.png);
  712. background-size: 100% 100%;
  713. background-repeat:no-repeat;
  714. }
  715. .li:hover .li_con{
  716. background: linear-gradient(to left,#4daefe,#01f1fe);
  717. }
  718. .li:hover .li_con div{
  719. color: #fff;
  720. }
  721. .btn a {
  722. display: inline-block;
  723. width: 100%;
  724. height: 100%;
  725. }
  726. .al a{
  727. color: #407be7 !important;
  728. }
  729. .al {
  730. position: relative;
  731. }
  732. .al::after {
  733. content: '';
  734. width: 100%;
  735. height: 3px;
  736. background: #407be7;
  737. position: absolute;
  738. bottom: -20px;
  739. left: 0;
  740. }
  741. /* 底部 */
  742. .footer-frame {
  743. width: 100%;
  744. height: 24px;
  745. }
  746. .footer {
  747. padding-top: 48px;
  748. padding-bottom: 8px;
  749. background-color: #20a0ff;
  750. margin-top: -0.125rem;
  751. }
  752. .footer .footer-col {
  753. margin-bottom: 36px;
  754. }
  755. .footer h4 {
  756. margin-bottom: 10px;
  757. color: #fff;
  758. }
  759. .footer .list-unstyled,
  760. .footer p {
  761. color: #f3f7fd;
  762. }
  763. .footer .footer-col.middle .list-unstyled .fas {
  764. color: #fff;
  765. font-size: 8px;
  766. line-height: 24px;
  767. }
  768. .footer .footer-col.middle .list-unstyled .media-body {
  769. margin-left: 8px;
  770. }
  771. .footer .footer-col.last .list-unstyled .fas {
  772. color: #fff;
  773. font-size: 14px;
  774. line-height: 24px;
  775. }
  776. .footer .footer-col.last .list-unstyled .media-body {
  777. margin-left: 10px;
  778. }
  779. .footer .footer-col.last .list-unstyled .fas.fa-globe {
  780. margin-left: 16px;
  781. margin-right: 10px;
  782. }
  783. .navbar {
  784. padding: 0 !important;
  785. }
  786. .ulss {
  787. display: inline-block;
  788. }
  789. .alss {
  790. display: flex;
  791. justify-content: space-around;
  792. width: 87.5rem;
  793. margin: auto;
  794. }
  795. /* 尝试滚动 */
  796. .jiesao {
  797. height: 137.5rem;
  798. width: 100%;
  799. }
  800. .managements {
  801. height: 56.625rem;
  802. position: sticky;
  803. top: 6.25rem;
  804. }
  805. body {
  806. overflow-x: hidden;
  807. }
  808. .znyq {
  809. height: 600vh;
  810. /* height: 251.6875rem; */
  811. width: 100%;
  812. }
  813. .smart {
  814. height: 62rem;
  815. /* height: 56.625rem; */
  816. position: sticky;
  817. top: 6.375rem;
  818. background: url(../image/zhineg.jpg) no-repeat center;
  819. background-size: 120rem 100%;
  820. }
  821. .tb {
  822. height: 300vh;
  823. width: 100%;
  824. }
  825. .fill {
  826. /* height: 90vh; */
  827. height: 56.625rem;
  828. position: sticky;
  829. top: 6.25rem;
  830. }
  831. .hanAll {
  832. /* background: url(../image/backk.jpg) no-repeat;
  833. background-size: 100%; */
  834. background: #fff;
  835. box-shadow: 1px 3px 5px 0px #ddd;
  836. }
  837. .abc .til {
  838. color: #fff !important;
  839. }
  840. .abc .til a{
  841. color: #fff !important;
  842. }
  843. .til a{
  844. color: #fff !important;
  845. display: inline-block;
  846. width: 100%;
  847. height: 100%;
  848. }
  849. .aus a{
  850. color: #595959 !important;
  851. }
  852. .auss a {
  853. color: #595959 !important;
  854. }
  855. /* 咨询 */
  856. .zhixun {
  857. display: block;
  858. position: fixed;
  859. bottom: 7.5rem;
  860. right: 20px;
  861. padding: 16px;
  862. background: #fff;
  863. box-shadow: .1875rem .1875rem .625rem #ccc;
  864. z-index: 99999999;
  865. text-align: center;
  866. }
  867. .zhixun p {
  868. margin: 8px 0;
  869. }
  870. .zhixun img {
  871. width: 128px;
  872. }
  873. .tabOn {
  874. background: #fff;
  875. color: #20a0ff !important;
  876. }
  877. .consulting {
  878. width: 3.125rem;
  879. height: 3.125rem;
  880. border-radius: 50%;
  881. background: #fff;
  882. position: fixed;
  883. bottom: 3.75rem;
  884. right: 6.25rem;
  885. z-index: 4;
  886. box-shadow: 0 0 20px 0px #cbcbcb;
  887. cursor:pointer;
  888. display: flex;
  889. align-items: center;
  890. justify-content: center;
  891. }
  892. .consulting:hover {
  893. background: #3396FB;
  894. }
  895. .conImgConImg {
  896. width: 40px;
  897. height: 40px;
  898. position: relative;
  899. margin-top: 25px;
  900. margin-left: 18px;
  901. }
  902. .conImgConImg img{
  903. width: 100%;
  904. }
  905. .mengban {
  906. width: 100%;
  907. height: 200px;
  908. background: #000;
  909. opacity: .4;
  910. position: absolute;
  911. top: 148px;
  912. left: 0;
  913. z-index: 1;
  914. }