index.css 17 KB

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