styles.css 16 KB

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