index.css 17 KB

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