index.css 17 KB

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