index.css 17 KB

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