index.css 17 KB

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