styles.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826
  1. @charset "utf-8";
  2. body{
  3. padding: 0;
  4. margin: 0;
  5. font-weight: normal;
  6. font-style: normal;
  7. font-size: 12px;
  8. font-family:"微软雅黑","Tahoma","HarmonyOS";
  9. vertical-align: baseline;
  10. text-align:justify;
  11. word-wrap:break-word;
  12. text-justify:inter-ideograph;
  13. color: #000000cc;
  14. }
  15. dl, ol, ul{
  16. padding: 0;
  17. }
  18. .navBody{
  19. background: rgba(33, 33, 41, 1);
  20. height: 36px;
  21. color: #fff;
  22. }
  23. .globalNav a{
  24. float:left;
  25. height:36px;
  26. line-height:36px;
  27. padding:0 10px;
  28. color:#eee;
  29. position: relative;
  30. cursor: pointer
  31. }
  32. .globalNav a:hover{
  33. background:#666E70;
  34. color:#fff;
  35. text-decoration: none;
  36. }
  37. .globalNav a.now{
  38. background:#008FFF;
  39. color:#fff;
  40. font-weight:600
  41. }
  42. .globalNav .zhzd{
  43. float:left;
  44. height:36px;
  45. position: relative;
  46. z-index:999
  47. }
  48. .globalNav .zhzd a b{
  49. border-color: #FFDDC9 transparent transparent;
  50. border-right: 3px dashed transparent;
  51. border-style: solid dashed dashed;
  52. border-width: 3px 3px 0;
  53. display: inline-block;
  54. font-size: 0;
  55. height: 0;
  56. line-height: 0;
  57. width: 0;
  58. position: relative;
  59. top:-1px;
  60. left:4px
  61. }
  62. .globalNav .zhzd .zhzdMenu{
  63. position: absolute;
  64. left:0;
  65. top:29px;
  66. background:#fff;
  67. border:1px solid #ccc;
  68. border-top:none;
  69. box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
  70. z-index: 0;
  71. display:none
  72. }
  73. .globalNav .zhzd .zhzdMenu a{
  74. width:100%;
  75. padding:0;
  76. text-align:center;
  77. color:#3366cc
  78. }
  79. .globalNav .zhzd .zhzdMenu a:hover{
  80. background:#f2f2f2
  81. }
  82. .globalNav .zhzd a.now{
  83. background:#fff;
  84. border:1px solid #ccc;
  85. border-bottom:none;
  86. border-top:none;
  87. color:#3366cc;
  88. z-index:10
  89. }
  90. .width1200{
  91. max-width: 1200px;
  92. margin: 0 auto;
  93. }
  94. .table-cell{
  95. display: table-cell;
  96. vertical-align: middle;
  97. }
  98. .headBox{
  99. width: 100%;
  100. height: 100px;
  101. }
  102. .logo, .buttonCon{
  103. height: 100px;
  104. display: table;
  105. }
  106. .logoBText{
  107. font-size: 20px;
  108. font-weight: bold;
  109. color: rgba(0, 0, 0, 0.8);
  110. }
  111. .logoSText{
  112. font-size: 14px;
  113. color: rgba(0, 0, 0, 0.8);
  114. letter-spacing: 5px;
  115. }
  116. .navList ul li{
  117. float: left;
  118. list-style-type: none;
  119. margin: 0 25px;
  120. }
  121. .navList ul li:last-child{
  122. margin: 0;
  123. }
  124. .navList ul li a{
  125. display: table;
  126. font-size: 18px;
  127. font-weight: 600;
  128. color: rgba(0, 0, 0, 0.8);
  129. padding:34px 18px 35px 18px;
  130. }
  131. .navList ul li a:hover{
  132. text-decoration: none;
  133. color:rgba(51, 119, 255, 1);
  134. }
  135. .navList ul li.active{
  136. border-bottom: 4px solid rgba(51, 119, 255, 1);
  137. }
  138. .btnTyan{
  139. padding: 10px 20px;
  140. background: rgba(51, 119, 255, 1);
  141. }
  142. .bannerBox{
  143. width: 100%;
  144. height: 440px;
  145. background: url(img/image_banner.png) no-repeat center center;
  146. }
  147. .bannerText{
  148. position: absolute;
  149. top: 135px;
  150. left: 0;
  151. }
  152. .bannerSText{
  153. font-size: 22px;
  154. color: rgba(0, 0, 0, 0.8);
  155. }
  156. .bannerBText{
  157. font-size: 48px;
  158. font-weight: bold;
  159. color: rgba(0, 0, 0, 0.8);
  160. letter-spacing:6px;
  161. }
  162. .mergeBox{
  163. background: url(img/bg_rjjj.jpeg) no-repeat center 90px;
  164. }
  165. .applicationBox{
  166. margin-top: -90px;
  167. }
  168. .applicationBox .width1200{
  169. width: 1200px;
  170. }
  171. .applicationList{
  172. float: left;
  173. width: 230px;
  174. background: rgba(249, 250, 252, 0.9);
  175. border: 2px solid rgba(255, 255, 255, 1);
  176. border-radius: 8px;
  177. padding: 18px 20px;
  178. margin-right: 12px;
  179. }
  180. .applicationList:last-child{
  181. margin-right: 0;
  182. }
  183. .applicationTitle{
  184. display: flex;
  185. /*justify-content: center; */
  186. align-items: center;
  187. }
  188. .applicationTitle{
  189. font-size: 18px;
  190. font-weight: bold;
  191. color: rgba(0, 0, 0, 0.8);
  192. }
  193. .applicationTitle i{
  194. font-size: 30px;
  195. }
  196. .applicationCon{
  197. color: rgba(0, 0, 0, 0.6);
  198. font-size: 14px;
  199. line-height: 28px;
  200. }
  201. .titleLine{
  202. position: relative;
  203. /*padding-left: 4%;*/
  204. }
  205. .titleLine:before{
  206. content: '';
  207. position: absolute;
  208. width: 240px;
  209. height: 1px;
  210. top: 80%;
  211. background: rgba(0, 0, 0, 0.12);
  212. left: 59%;
  213. }
  214. .titleLine:after{
  215. content: '';
  216. position: absolute;
  217. width: 240px;
  218. height: 1px;
  219. top: 80%;
  220. background: rgba(0, 0, 0, 0.12);
  221. left: 20%;
  222. }
  223. .titleBlue{
  224. color: rgb(51, 119, 255);
  225. }
  226. .titleSmall{
  227. margin-top: -5px;
  228. color: rgb(0, 0, 0, 0.6);
  229. text-transform: uppercase;
  230. }
  231. .caseBTitle{
  232. height: 105px;
  233. }
  234. .caseTList{
  235. width: 100%;
  236. height: 100%;
  237. text-align: center;
  238. cursor: pointer;
  239. }
  240. .caseBTitle .row .col-4.active .caseTList{
  241. border-bottom: 4px solid rgba(51, 119, 255, 1);
  242. }
  243. /*.caseTList:hover{
  244. border-bottom: 4px solid rgba(51, 119, 255, 1);
  245. }*/
  246. .caseBTitle .active .caseTImg, .caseBTitle .active .caseText{
  247. color: rgba(51, 119, 255, 1);
  248. }
  249. /*.caseTList:hover .caseTImg, .caseTList:hover .caseText{
  250. color: rgba(51, 119, 255, 1);
  251. }*/
  252. .caseTImg i{
  253. font-size: 48px;
  254. }
  255. .caseTImg .iconWidth{
  256. width: 48px;
  257. height: 48px;
  258. }
  259. .caseTImg .iconGaosu{
  260. background: url(img/css_sprites.png) no-repeat -145px -100px;
  261. }
  262. .caseBTitle .row .col-4.active .caseTImg .iconGaosu{
  263. background: url(img/css_sprites.png) no-repeat -193px -100px;
  264. }
  265. .caseTImg .iconGuo{
  266. background: url(img/css_sprites.png) no-repeat -48px -100px;
  267. }
  268. .caseBTitle .row .col-4.active .caseTImg .iconGuo{
  269. background: url(img/css_sprites.png) no-repeat -96px -100px;
  270. }
  271. .caseTImg .iconNongcun{
  272. background: url(img/css_sprites.png) no-repeat -0px -148px;
  273. }
  274. .caseBTitle .row .col-4.active .caseTImg .iconNongcun{
  275. background: url(img/css_sprites.png) no-repeat -48px -148px;
  276. }
  277. .caseText{
  278. padding-bottom: 15px;
  279. font-size: 18px;
  280. font-weight: 600;
  281. color: rgba(0, 0, 0, 0.6);;
  282. }
  283. .caseContent{
  284. background: rgba(247, 248, 250, 1);
  285. }
  286. .caseContent ul li{
  287. float: left;
  288. width: 1200px;
  289. list-style-type: none;
  290. display: none;
  291. }
  292. .gridTopContent{
  293. background: rgba(255, 255, 255, 1);
  294. border-radius: 8px;
  295. padding: 25px;
  296. }
  297. .gridTopContent h4, .gridBottomContent h4{
  298. font-size: 18px;
  299. font-weight: 600;
  300. color: rgba(0, 0, 0, 0.8);
  301. }
  302. .gridTopContent p{
  303. font-size: 14px;
  304. color: rgba(0, 0, 0, 0.8);
  305. line-height: 28px;
  306. margin-bottom: 0;
  307. }
  308. .gridTopContent p span{
  309. color: rgba(255, 74, 61, 1);
  310. }
  311. .gridBottomContent h4{
  312. color: rgba(51, 51, 51, 1);
  313. }
  314. .gridBottomContent p{
  315. font-size: 16px;
  316. color: rgb(102, 102, 102);
  317. }
  318. .caseListImg img{
  319. width: 1200px;
  320. }
  321. .mapBox{
  322. margin: 80px 0;
  323. }
  324. .mapBox h4{
  325. width: 100%;
  326. font-size: 28px;
  327. font-weight: bold;
  328. /*color: rgb(51, 51, 51);*/
  329. }
  330. .bottomBox {
  331. width: 100%;
  332. text-align: center;
  333. padding: 80px 0 20px 0;
  334. background: rgba(5, 13, 22, 1);
  335. color: #fff;
  336. }
  337. .bottomItem {
  338. text-align: left;
  339. }
  340. .bottomItem h4 {
  341. font-size: 18px;
  342. }
  343. .bottomList {
  344. padding: 0;
  345. }
  346. .bottomList .phone {
  347. font-size: 16px;
  348. color: rgba(255, 255, 255, 1);
  349. }
  350. .iconWidth {
  351. display: inline-block;
  352. width: 24px;
  353. height: 24px;
  354. }
  355. .iconPhone {
  356. background: url(img/css_sprites.png) no-repeat -175px -235px;
  357. }
  358. .iconQQ {
  359. background: url(img/css_sprites.png) no-repeat -200px -235px;
  360. }
  361. .bottomList img {
  362. width: 160px;
  363. height: 160px;
  364. }
  365. .bottomList li {
  366. font-size: 16px;
  367. list-style-type: none;
  368. display: flex;
  369. /*justify-content: center;*/
  370. align-items: center;
  371. line-height: 24px;
  372. padding: 10px 0;
  373. color: rgba(255, 255, 255, 0.6);
  374. }
  375. .bottomList li a {
  376. color: rgba(255, 255, 255, 0.6);
  377. }
  378. .bottomList li a:hover {
  379. color: rgba(255, 255, 255, 1);
  380. }
  381. .mapContent{
  382. position: relative;
  383. width: 100%;
  384. overflow: hidden;
  385. }
  386. .mapLabel{
  387. position: absolute;
  388. top: 0;
  389. left: 1140px;
  390. width: 60px;
  391. height: 640px;
  392. background: rgba(51, 119, 255, 1);
  393. color: #fff;
  394. display: flex;
  395. justify-content: center;
  396. align-items: center;
  397. cursor: pointer;
  398. transition: all 0.8s ease-in 0s;
  399. transform: translateX(0px);
  400. }
  401. .mapLabelShow{
  402. transform: translateX(-1140px) !important;
  403. -webkit-transition-timing-function: ease-in-out;
  404. transition-timing-function: ease-in-out;
  405. }
  406. .mapLabel span{
  407. display: block;
  408. width: 18px;
  409. font-size: 18px;
  410. font-weight: 500;
  411. }
  412. .mapLabel i{
  413. font-size: 24px;
  414. }
  415. .mapItemWrapper{
  416. position: absolute;
  417. top: 0;
  418. left: 0;
  419. width: 1140px;
  420. height: 640px;
  421. background: rgba(235, 240, 245, 1);
  422. opacity: 0;
  423. transition: all 0.8s ease-in 0s;
  424. transform: translateX(1200px);
  425. }
  426. .show {
  427. transform: translateX(60px) !important;
  428. -webkit-transition-timing-function: ease-in-out;
  429. transition-timing-function: ease-in-out;
  430. opacity: 1 !important;
  431. }
  432. .mapItemAreaNav{
  433. margin: 15px 20px;
  434. height: 34px;
  435. background: rgba(207, 214, 229, 1);
  436. border-radius: 39px;
  437. }
  438. .mapItemAreaNav ul li{
  439. float: left;
  440. list-style-type: none;
  441. height: 34px;
  442. font-size: 14px;
  443. font-weight: 600;
  444. color: rgba(0, 0, 0, 0.8);
  445. padding: 6px 34px;
  446. cursor: pointer;
  447. border-radius: 39px;
  448. border: 2px solid rgba(207, 214, 229, 1);
  449. }
  450. .mapItemAreaNav ul li.active{
  451. color: rgba(51, 119, 255, 1);
  452. background: rgba(255, 255, 255, 1);
  453. border-radius: 82px;
  454. border: 2px solid rgba(207, 214, 229, 1);
  455. }
  456. .mapItemAreaNav ul li:hover{
  457. color: rgba(51, 119, 255, 1);
  458. background: rgba(255, 255, 255, 1);
  459. border-radius: 82px;
  460. border: 2px solid rgba(207, 214, 229, 1);
  461. }
  462. .mapItemContent ul li{
  463. float: left;
  464. list-style-type: none;
  465. display: none;
  466. }
  467. .mapItemContent .mapItemList{
  468. position: relative;
  469. float: left;
  470. list-style-type: none;
  471. width: 355px;
  472. height: 127px;
  473. background: rgba(255, 255, 255, 1);
  474. border-radius: 4px;
  475. padding: 16px;
  476. margin-left: 17px;
  477. margin-bottom: 17px;
  478. }
  479. .mapItemContent .mapItemList h4{
  480. font-size: 16px;
  481. color: rgba(0, 0, 0, 0.8);
  482. }
  483. .mapItemContent .mapItemList .mapItemBottom{
  484. position: absolute;
  485. left: 16px;
  486. bottom: 16px;
  487. }
  488. .mapItemTime, .mapItemMoney{
  489. font-size: 14px;
  490. color: rgba(0, 0, 0, 0.6);
  491. display: flex;
  492. align-items: center;
  493. }
  494. .mapItemContent .mapItemList.more{
  495. font-size: 16px;
  496. display: flex;
  497. justify-content: center;
  498. align-items: center;
  499. }
  500. .mapItemContent .mapItemList.more i{
  501. font-size: 18px;
  502. }
  503. .managementBox{
  504. padding: 80px 0 30px 0;
  505. background: rgba(247, 248, 250, 1);
  506. }
  507. .managementBox h4{
  508. font-size: 36px;
  509. font-weight: 500;
  510. }
  511. .managementItem ul li{
  512. position: relative;
  513. float: left;
  514. list-style-type: none;
  515. width: 260px;
  516. height: 80px;
  517. overflow: hidden;
  518. background: rgba(51, 119, 255, 1);
  519. border-radius: 8px;
  520. font-size: 36px;
  521. font-weight: 500;
  522. color: rgba(255, 255, 255, 1);
  523. display: flex;
  524. justify-content: center;
  525. align-items: center;
  526. }
  527. .managementItem ul li.arrowBox{
  528. width: 200px;
  529. background: rgba(247, 248, 250, 1);
  530. }
  531. .managementItem ul li .line{
  532. width: 200px;
  533. height: 2px;
  534. background: #fff;
  535. border-radius: 0;
  536. border: 2px dashed rgba(51, 119, 255, 0.8);
  537. }
  538. .managementItem ul li span{
  539. position: absolute;
  540. top: -20px;
  541. left: 13px;
  542. font-size: 120px;
  543. font-weight: 500;
  544. color: rgba(255, 255, 255, 0.06);
  545. }
  546. .managementItem ul li i{
  547. position: absolute;
  548. top: 30px;
  549. right: -2px;
  550. display: inline-block;
  551. width: 0;
  552. height: 0;
  553. border-top: 10px solid transparent;
  554. border-left: 15px solid rgba(51, 119, 255, 1);
  555. border-bottom: 10px solid transparent;
  556. }
  557. .jianjieContent{
  558. font-size: 18px;
  559. color: rgba(0, 0, 0, 0.6);
  560. line-height: 48px;
  561. }
  562. .jianjieContent p{
  563. text-indent: 36px;
  564. }
  565. .rangeBox{
  566. padding: 30px 0 80px 0;
  567. background: rgba(247, 248, 250, 1);
  568. }
  569. .rangeItem li{
  570. float: left;
  571. list-style-type: none;
  572. }
  573. .rangeItem li .card{
  574. width: 288px;
  575. height: 288px;
  576. border-color: #fff;
  577. }
  578. .rangeItem li .card i{
  579. font-size: 120px;
  580. }
  581. .rangeItem li h5{
  582. color: rgba(0, 0, 0, 0.8);
  583. font-size: 24px;
  584. }
  585. .productsItem{
  586. height: 100px;
  587. border-radius: 8px;
  588. margin-bottom: 30px;
  589. }
  590. .productsBlue{
  591. background: rgba(51, 119, 255, 0.1);
  592. }
  593. .productsGreen{
  594. background: rgba(51, 255, 221, 0.1);
  595. }
  596. .productsOrange{
  597. background: rgba(255, 153, 51, 0.1);
  598. }
  599. .productsRed{
  600. background: rgba(255, 51, 51, 0.1);;
  601. }
  602. .productsLeft{
  603. float: left;
  604. width: 190px;
  605. height: 100px;
  606. text-align: center;
  607. font-size: 24px;
  608. color: rgba(0, 0, 0, 0.8);
  609. }
  610. .productsRight{
  611. margin: 0 0 0 190px;
  612. height: 100px;
  613. }
  614. .productsText{
  615. background: #fff;
  616. height: 64px;
  617. border-radius: 8px;
  618. font-size: 24px;
  619. display: flex;
  620. align-items: center;
  621. padding: 0 20px;
  622. }
  623. .productsTextBlue{
  624. background: rgba(51, 119, 255, 0.2);
  625. }
  626. .productsTextGreen{
  627. background: rgba(46, 229, 199, 0.2);
  628. }
  629. .productsTextOrange{
  630. background: rgba(255, 153, 51, 0.2);;
  631. }
  632. .productsTextRed{
  633. background: rgba(255, 51, 51, 0.2);;
  634. }
  635. .productsText .iconWidth{
  636. width: 40px;
  637. height: 40px;
  638. }
  639. .iconLogo{
  640. background: url(img/css_sprites.png) no-repeat -44px -195px;
  641. }
  642. .iconPC{
  643. background: url(img/css_sprites.png) no-repeat 0px -195px;
  644. }
  645. .iconModel{
  646. background: url(img/css_sprites.png) no-repeat -123px -195px;
  647. }
  648. .iconYun{
  649. background: url(img/css_sprites.png) no-repeat -97px -147px;
  650. }
  651. .iconBig{
  652. background: url(img/css_sprites.png) no-repeat -180px -60px;
  653. }
  654. .iconYi{
  655. background: url(img/css_sprites.png) no-repeat -205px -195px;
  656. }
  657. .iconMo{
  658. background: url(img/css_sprites.png) no-repeat -160px -195px;
  659. }
  660. .iconShu{
  661. background: url(img/css_sprites.png) no-repeat -100px -60px;
  662. }
  663. .iconZhi{
  664. background: url(img/css_sprites.png) no-repeat -138px -60px;
  665. }
  666. .iconBiao{
  667. background: url(img/css_sprites.png) no-repeat -138px -148px;
  668. }
  669. .iconGui{
  670. background: url(img/css_sprites.png) no-repeat -180px -148px;
  671. }
  672. .iconJin{
  673. background: url(img/css_sprites.png) no-repeat -83px -195px;
  674. }
  675. .wisdomBox{
  676. position: relative;
  677. padding: 80px 0 240px 0;
  678. /*background: rgba(247, 248, 250, 1);*/
  679. background:rgba(247, 248, 250, 1) url(img/image_down.png) no-repeat center bottom;
  680. }
  681. .wisdomBigHead{
  682. width: 100%;
  683. text-align: center;
  684. font-size: 36px;
  685. font-weight: 500;
  686. color: rgba(0, 0, 0, 0.8);
  687. }
  688. .wisdomSmallHead{
  689. width: 100%;
  690. text-align: center;
  691. font-size: 18px;
  692. color: rgba(0, 0, 0, 0.6);
  693. padding: 15px 0;
  694. }
  695. .wisdomContent{
  696. margin: 100px 0 0 0;
  697. }
  698. .wisdomLeft{
  699. width: 390px;
  700. }
  701. .wisdomLeft1{
  702. width: 795px;
  703. }
  704. .wisdomLeft ul li,.wisdomRight1 ul li{
  705. float: left;
  706. list-style-type: none;
  707. background: rgba(255, 255, 255, 1);
  708. border-radius: 8px;
  709. padding: 25px;
  710. margin-bottom: 20px;
  711. cursor: pointer;
  712. border: 1px solid rgba(255, 255, 255, 1);
  713. }
  714. .wisdomShow{
  715. border: 1px solid rgba(51, 119, 255, 1) !important;
  716. }
  717. .wisdomLeft ul li h4,.wisdomRight1 ul li h4{
  718. font-size: 18px;
  719. font-weight: 600;
  720. color: rgba(0, 0, 0, 0.8);
  721. }
  722. .wisdomLeft ul li .wisdomText,.wisdomRight1 ul li .wisdomText{
  723. font-size: 14px;
  724. color: rgba(0, 0, 0, 0.6);
  725. line-height: 28px;
  726. }
  727. .wisdomRight{
  728. margin: 0 0 0 410px;
  729. }
  730. .wisdomRight1{
  731. margin: 0 0 0 810px;
  732. }
  733. .wisdomRight ul li,.wisdomLeft1 ul li{
  734. float: left;
  735. list-style-type: none;
  736. display: none;
  737. }
  738. .wisdomRight ul li img,.wisdomLeft1 ul li img{
  739. /*border: 1px solid rgba(0, 0, 0, 0.1);*/
  740. border-radius: 5px;
  741. }
  742. .bottomBtn{
  743. position: absolute;
  744. bottom: 100px;
  745. left: 50%;
  746. margin-left: -60px;
  747. }
  748. /*#mynav{
  749. width:100%;
  750. position:relative;
  751. z-index:99;
  752. }*/
  753. .listNav{
  754. margin: 15px 0;
  755. height: 34px;
  756. background: rgba(207, 214, 229, 1);
  757. border-radius: 39px;
  758. }
  759. .listNav ul li{
  760. float: left;
  761. list-style-type: none;
  762. }
  763. .listNav ul li a{
  764. display: inline-block;
  765. height: 34px;
  766. font-size: 14px;
  767. font-weight: 600;
  768. color: rgba(0, 0, 0, 0.8);
  769. padding: 6px 38px;
  770. cursor: pointer;
  771. border-radius: 39px;
  772. border: 2px solid rgba(207, 214, 229, 1);
  773. }
  774. .listNav ul li.active a{
  775. color: rgba(51, 119, 255, 1);
  776. background: rgba(255, 255, 255, 1);
  777. border-radius: 82px;
  778. border: 2px solid rgba(207, 214, 229, 1);
  779. }
  780. .listNav ul li a:hover{
  781. text-decoration: none;
  782. color: rgba(51, 119, 255, 1);
  783. background: rgba(255, 255, 255, 1);
  784. border-radius: 82px;
  785. border: 2px solid rgba(207, 214, 229, 1);
  786. }
  787. .listTitle{
  788. padding-top: 50px;
  789. font-size: 30px;
  790. font-weight: bold;
  791. }
  792. .listContent ul li{
  793. float: left;
  794. list-style-type: none;
  795. width: 100%;
  796. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  797. }
  798. .listContent .mapItemList{
  799. float: left;
  800. width: 100%;
  801. list-style-type: none;
  802. background: rgba(255, 255, 255, 1);
  803. border-radius: 4px;
  804. padding: 16px 0;
  805. margin-bottom: 10px;
  806. margin-top: 5px;
  807. }
  808. .listContent .mapItemList h4{
  809. font-size: 18px;
  810. color: rgba(0, 0, 0, 0.8);
  811. font-weight: 600;
  812. }
  813. .listBottom{
  814. font-size: 14px;
  815. color: rgba(0, 0, 0, 0.8);
  816. }
  817. .mapItemTime, .mapItemMoney{
  818. font-size: 14px;
  819. color: rgba(0, 0, 0, 0.6);
  820. display: flex;
  821. align-items: center;
  822. }
  823. #mao{
  824. margin-top: 195px;
  825. }