Нет описания

index.css 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. width: 100%;
  5. height: 2160px;
  6. font-size: 32px;
  7. -webkit-text-size-adjust: none;
  8. background: url(../img/index_bj.png) center;
  9. background-size: 100% 100%;
  10. /*overflow-x: hidden;*/
  11. /*background: -webkit-radial-gradient(circle, #12266a, #000221);
  12. background: -o-radial-gradient(circle, #12266a, #000221);
  13. background: -moz-radial-gradient(circle, #12266a, #000221);
  14. background: radial-gradient(circle, #12266a, #000221);*/
  15. font-family: "微软雅黑";
  16. color: #FFFFFF;
  17. width: 7680px;
  18. overflow-x: scroll;
  19. }
  20. .fontColor1{color:#ffbd0d;}
  21. .fontColor2{color:#d53e62;}
  22. .fontColor3{color:#53cc45;}
  23. .fontColor4{color:#345cdd;}
  24. .fontColor5{color:#ceba5f;}
  25. .fontColor6{color:#cb5f79;}
  26. .fl{
  27. float: left;
  28. }
  29. .fr{
  30. float: right;
  31. }
  32. .clearfix{
  33. overflow: hidden;
  34. }
  35. #wrap{
  36. overflow: hidden;
  37. position: relative;
  38. }
  39. /*第一列*/
  40. #wrap_box1{
  41. width: 780px;
  42. height: 1945px;
  43. margin-top: 132px;
  44. margin-left: 70px;
  45. background:url(../img/zxtj.png) no-repeat center;
  46. background-size: 100% 100%;
  47. float: left;
  48. position: relative;
  49. }
  50. .box1_tit{
  51. position: absolute;
  52. width: 100%;
  53. height: 110px;
  54. text-align: center;
  55. font-size: 50px;
  56. top: 30px;
  57. }
  58. .box1_top{
  59. width: 780px;
  60. height: 651px;
  61. margin-top: 110px;
  62. background: url(../img/hwzx_bj.png) no-repeat center;
  63. background-size: 100% 100%;
  64. }
  65. .box1_top .titText{
  66. font-size: 50px;
  67. padding-top: 160px;
  68. height: 160px;
  69. line-height: 160px;
  70. text-align: center;
  71. margin-bottom:20px;
  72. }
  73. .box1_top .titCont{
  74. font-size: 40px;
  75. line-height: 100px;
  76. margin: 0 80px 0 120px;
  77. text-align: center;
  78. overflow: hidden;
  79. }
  80. .box1_top .titCont .w_div{
  81. width: 50%;
  82. float: left;
  83. }
  84. .font_Color1{
  85. font-size: 55px;
  86. color:#ecbc16;
  87. }
  88. .font_Color2{
  89. font-size: 55px;
  90. color:#ecbc16;
  91. }
  92. .font_Color3{
  93. font-size: 55px;
  94. color:#ecbc16;
  95. }
  96. .font_Color4{
  97. font-size: 55px;
  98. color:#ecbc16;
  99. }
  100. .box1_mid{
  101. width: 780px;
  102. height: 1115px;
  103. margin:40px auto;
  104. background: url(../img/todaysj_bj.png) no-repeat center;
  105. background-size: 100% 100%;
  106. position: relative;
  107. font-size: 42px;
  108. }
  109. .box1_mid .titText{
  110. width: 100%;
  111. height: 200px;
  112. line-height: 200px;
  113. text-align: center;
  114. }
  115. .box1_mid .titCont{
  116. margin: 0 220px;
  117. line-height: 100px;
  118. }
  119. /*第二列*/
  120. #wrap_box2{
  121. width: 930px;
  122. height: 1945px;
  123. margin-top: 132px;
  124. margin-left:155px;
  125. float: left;
  126. }
  127. .box2_top{
  128. width: 930px;
  129. height: 620px;
  130. background: url(../img/lyqd_bj.png) no-repeat center;
  131. background-size: 100% 100%;
  132. position: relative;
  133. }
  134. .top2_tit{
  135. position: absolute;
  136. width: 100%;
  137. height: 110px;
  138. text-align: center;
  139. font-size: 50px;
  140. top: 30px;
  141. }
  142. .top2_con{
  143. padding-top: 110px;
  144. }
  145. .top2_con .row{
  146. width: 90%;
  147. margin: 0 auto;
  148. }
  149. .ssgd table{
  150. width: 100%;
  151. }
  152. /*进度条样式*/
  153. .progress{
  154. height: 7px;
  155. background: #e3e3e3;
  156. border-radius: 0;
  157. box-shadow: none;
  158. margin-top: 90px;
  159. overflow: visible;
  160. position: relative;
  161. }
  162. .progress .progress-bar{
  163. box-shadow: none;
  164. border-radius: 0;
  165. position: relative;
  166. -webkit-animation: animate-positive 2s;
  167. animation: animate-positive 2s;
  168. }
  169. /*.progress .progress-bar:after{
  170. content: "";
  171. width: 16px;
  172. height: 16px;
  173. border-radius: 50%;
  174. box-shadow: 0 5px 5px rgba(0,0,0,0.6);
  175. background: #fff;
  176. position: absolute;
  177. right: -5px;
  178. top: -6px;
  179. }*/
  180. .progress .progress-value{
  181. line-height: 30px;
  182. font-size: 22px;
  183. color: #fff;
  184. position: absolute;
  185. bottom: 10px;
  186. right: 15px;
  187. }
  188. .progress .progress-state{
  189. line-height: 30px;
  190. border-radius: 3px;
  191. font-size: 24px;
  192. color: #fff;
  193. position: absolute;
  194. bottom: 10px;
  195. left: 5px;
  196. }
  197. .progress .progress-num{
  198. line-height: 30px;
  199. font-size: 24px;
  200. color: #fff;
  201. position: absolute;
  202. bottom: 10px;
  203. left: 45%;
  204. }
  205. /*.progress.green .progress-bar:after{ border: 5px solid #21da9a; }
  206. .progress.pink .progress-bar:after{ border: 5px solid #ff1170; }
  207. .progress.blue .progress-bar:after{ border: 5px solid #294bdc; }
  208. .progress.yellow .progress-bar:after{ border: 5px solid #ffa900; }*/
  209. @-webkit-keyframes animate-positive{
  210. 0% { width: 0; }
  211. }
  212. @keyframes animate-positive{
  213. 0% { width: 0; }
  214. }
  215. /*第二列底部*/
  216. .box2_bot{
  217. width: 930px;
  218. height: 1270px;
  219. margin-top: 50px;
  220. background:url(../img/ywlxtj_bj.png) no-repeat center;
  221. background-size: 100% 100%;
  222. position: relative;
  223. }
  224. .bot2_tit{
  225. position: absolute;
  226. width: 100%;
  227. height: 110px;
  228. text-align: center;
  229. font-size: 50px;
  230. top: 80px;
  231. }
  232. .bot2_con{
  233. padding-top: 170px;
  234. width: 90%;
  235. height: 760px;
  236. margin: 0 auto;
  237. }
  238. .bot2_bot{
  239. position: absolute;
  240. bottom: 100px;
  241. width: 90%;
  242. left: 5%;
  243. }
  244. .bot2_bot ul{
  245. overflow: hidden;
  246. }
  247. .bot2_bot ul li{
  248. text-align: center;
  249. width: 33%;
  250. font-size: 36px;
  251. float: left;
  252. height: 80px;
  253. line-height: 80px;
  254. }
  255. /*第三列*/
  256. #wrap_box3{
  257. width: 840px;
  258. height: 1945px;
  259. margin-top: 132px;
  260. margin-left: 70px;
  261. background:url(../img/ssgd_bj.png) no-repeat center;
  262. background-size: 100% 100%;
  263. float: left;
  264. position: relative;
  265. }
  266. .bot3_tit{
  267. position: absolute;
  268. width: 100%;
  269. height: 110px;
  270. text-align: center;
  271. font-size: 50px;
  272. top: 30px;
  273. }
  274. .bot3_con{
  275. padding-top: 110px;
  276. }
  277. .bot3_con table{
  278. width: 90%;
  279. margin: 0 5%;
  280. }
  281. .bot3_con table tbody{
  282. width: 100%;
  283. }
  284. .bot3_con table tbody tr td{
  285. }
  286. /*.bot3_con table tbody tr td{
  287. width: 100%;
  288. }*/
  289. .bot3_con table tbody tr td .orderText{
  290. font-size: 36px;
  291. width: 100%;
  292. height: 225px;
  293. margin:35px 5%;
  294. border: 2px solid #095eb4;
  295. }
  296. .bot3_con table tbody tr td .td_line1{
  297. overflow: hidden;
  298. text-overflow:ellipsis;
  299. white-space: nowrap;
  300. }
  301. .orderText .order_tit{
  302. width: 80%;
  303. margin: 46px 10%;
  304. }
  305. .orderText .order_bot{
  306. width: 80%;
  307. margin: 0px 10%;
  308. overflow: hidden;
  309. }
  310. .order_bot .order_time{
  311. width: 50%;
  312. float: left;
  313. text-align: left;
  314. }
  315. .order_bot .order_state{
  316. width: 50%;
  317. float: left;
  318. text-align: right;
  319. }
  320. /*第四列*/
  321. #wrap_box4{
  322. width: 2050px;
  323. height: 1945px;
  324. float: left;
  325. position: relative;
  326. }
  327. .box4_nav{
  328. width: 3380px;
  329. margin-left: -32%;
  330. }
  331. .box4_nav img{
  332. width: 100%;
  333. }
  334. .btns.active, .btns.active:hover {
  335. color: #fff;
  336. background-color: #245fd5;
  337. }
  338. .channel_btn{
  339. padding: 6px 51px;
  340. border-radius: 6px;
  341. background-color: #081337;
  342. color: #FFFFFF;
  343. font-size: 32px;
  344. border-color: #081337;
  345. border: none;
  346. }
  347. .channel_btn:hover{
  348. cursor: pointer;
  349. color: #FFFFFF;
  350. /*color: #45599d;*/
  351. background-color: #081337;
  352. }
  353. .btn-group{
  354. position: absolute;
  355. top: 330px;
  356. left: 50px;
  357. z-index: 12134;
  358. }
  359. .box4_top{
  360. width: 2400px;
  361. /*height: 1145px;*/
  362. /*margin: auto;*/
  363. /*background: url(../img/slqy_bj.png) no-repeat center;*/
  364. /*background-size: 100% 100%;*/
  365. position: relative;
  366. margin-left: -200px;
  367. }
  368. .box4_bot{
  369. width: 1710px;
  370. margin:30px auto;
  371. /*overflow: hidden;*/
  372. position: relative;
  373. }
  374. .box4_bot div{
  375. position: absolute;
  376. z-index: 333;
  377. color: #f0b903;
  378. font-size: 42px;
  379. }
  380. .box4_bot .img1{
  381. top: -400px;
  382. left: -170px;
  383. }
  384. .box4_bot .span1{
  385. position: absolute;
  386. top: 62px;
  387. right: 54px;
  388. }
  389. .box4_bot .img2{
  390. top: -190px;
  391. left: 50px;
  392. }
  393. .box4_bot .span2{
  394. position: absolute;
  395. top: 54px;
  396. right: 50px;
  397. }
  398. .box4_bot .img3{
  399. top: -100px;
  400. left: 20px;
  401. }
  402. .box4_bot .span3{
  403. position: absolute;
  404. top: 130px;
  405. right: 390px;
  406. }
  407. .box4_bot .img4{
  408. top: -50px;
  409. right: 240px;
  410. }
  411. .box4_bot .span4{
  412. position: absolute;
  413. top: 45px;
  414. right: 240px;
  415. }
  416. .box4_bot .img5{
  417. top: -220px;
  418. right: -190px;
  419. }
  420. .box4_bot .span5{
  421. position: absolute;
  422. top: 45px;
  423. right: 270px;
  424. }
  425. .box4_bot_l{
  426. float: left;
  427. width: 800px;
  428. height: 650px;
  429. background: url(../img/fwzl_bj.png) no-repeat center;
  430. background-size: 100% 100%;
  431. position: relative;
  432. margin-right: 30px;
  433. }
  434. .box4_bot_r{
  435. float: right;
  436. width: 800px;
  437. height: 650px;
  438. margin: auto;
  439. background: url(../img/fwzl_bj.png) no-repeat center;
  440. background-size: 100% 100%;
  441. position: relative;
  442. }
  443. /*第五列*/
  444. #wrap_box5{
  445. width: 1720px;
  446. height: 1945px;
  447. margin-top: 132px;
  448. float: left;
  449. }
  450. .box5_top{
  451. width: 1720px;
  452. height: 1020px;
  453. background: url(../img/lyqd_bj.png) no-repeat center;
  454. background-size: 100% 100%;
  455. position: relative;
  456. }
  457. .top5_tit{
  458. position: absolute;
  459. width: 100%;
  460. height: 110px;
  461. text-align: center;
  462. font-size: 50px;
  463. top: 30px;
  464. }
  465. .top5_con{
  466. padding-top: 150px;
  467. }
  468. .top5_con .key_top{
  469. width: 90%;
  470. margin: 0 auto;
  471. }
  472. .top5_con .key_top ul li{
  473. line-height: 70px;
  474. position: relative;
  475. margin: 30px 0px;
  476. }
  477. .top5_con .key_top ul li .active1 {
  478. position: absolute;
  479. width: 102%;
  480. left: -1%;
  481. height: 100%;
  482. border: 2px solid #03c9ea;
  483. display: none;
  484. /*background: url(../img/key_border3.png) no-repeat center;*/
  485. /*background-size: 100% 100%;*/
  486. }
  487. .top5_con .key_top ul li .key_word{
  488. font-size: 40px;
  489. }
  490. .top_img1{
  491. position: absolute;
  492. left: 0;
  493. top: 0;
  494. width: 100%;
  495. }
  496. .top_img1 img{
  497. width: 100%;
  498. }
  499. .top_img2{
  500. position: absolute;
  501. left: 6%;
  502. top: 0;
  503. width: 80%;
  504. }
  505. .top_img2 img{width: 100%;}
  506. .top_img3{
  507. position: absolute;
  508. left: 17%;
  509. top: 0;
  510. width: 60%;
  511. }
  512. .top_img3 img{width: 100%;}
  513. .top5_con .key_con{
  514. width: 90%;
  515. margin: 0 auto;
  516. background: url(../img/depart_bj.png) no-repeat;
  517. background-size: 100%;
  518. }
  519. .table_box_key{
  520. text-align: center;
  521. }
  522. .table_box_key .thead{
  523. font-size: 45px;
  524. line-height: 100px;
  525. }
  526. .scroll_table .table>tbody>tr>td{
  527. border: none;
  528. line-height: 80px;
  529. }
  530. .bot5_tit{
  531. position: absolute;
  532. width: 100%;
  533. height: 110px;
  534. text-align: center;
  535. font-size: 50px;
  536. top: 30px;
  537. }
  538. .bot5_con{
  539. width: 90%;
  540. margin: 0 auto;
  541. padding-top: 100px;
  542. }
  543. .box5_bot{
  544. width: 1720px;
  545. height: 860px;
  546. margin-top: 50px;
  547. background:url(../img/ywlxtj_bj.png) no-repeat center;
  548. background-size: 100% 100%;
  549. position: relative;
  550. }
  551. .bottom_right li {
  552. background-size: 100% 100%;
  553. position: relative;
  554. width: 268px;
  555. text-align: right;
  556. height: 40px;
  557. line-height: 30px;
  558. margin-top: 120px;
  559. margin-left: 30px;
  560. }
  561. .complaint_typeL,.complaint_typeR{
  562. margin-top: 50px;
  563. }
  564. .complaint_typeL li{
  565. text-align: right;
  566. background: url(../img/sbx_line2.png) no-repeat;
  567. background-size: 100% 100%;
  568. }
  569. .complaint_typeR li{
  570. text-align: left;
  571. background: url(../img/sbx_liner4.png) no-repeat;
  572. background-size: 100% 100%;
  573. }
  574. .box5_bot_r{
  575. float: left;
  576. width: 50%;
  577. height: 800px;
  578. margin: auto;
  579. position: relative;
  580. }
  581. .box5_bot_r .sl_wh{
  582. position: absolute;
  583. left: 50%;
  584. margin-left: -250px;
  585. top: 50%;
  586. margin-top: -250px;
  587. }
  588. .box5_bot_r .sl_nh{
  589. position: absolute;
  590. left: 50%;
  591. margin-left: -200px;
  592. top: 50%;
  593. margin-top: -200px;
  594. }
  595. .box5_bot_r .slqy_quan{
  596. position: absolute;
  597. left: 50%;
  598. margin-left: -290px;
  599. top: 50%;
  600. margin-top: -270px;
  601. }
  602. .box5_bot_r .spanPos_1{
  603. position: absolute;
  604. left:150px;
  605. top: 80px;
  606. }
  607. .box5_bot_r .spanPos_2{
  608. position: absolute;
  609. right:150px;
  610. top: 80px;
  611. }
  612. .box5_bot_r .spanPos_3{
  613. position: absolute;
  614. left:20px;
  615. top: 170px;
  616. }
  617. .box5_bot_r .spanPos_4{
  618. position: absolute;
  619. right:80px;
  620. top: 170px;
  621. }
  622. .box5_bot_r .spanPos_5{
  623. position: absolute;
  624. left:20px;
  625. top: 650px;
  626. }
  627. .box5_bot_r .spanPos_6{
  628. position: absolute;
  629. right:20px;
  630. top: 570px;
  631. }
  632. .box5_bot_r .spanPos_7{
  633. width: 100%;
  634. position: absolute;
  635. bottom: 30px;
  636. left: 2%;
  637. }
  638. .box5_bot_r .spanPos_7 ul{
  639. overflow: hidden;
  640. width: 90%;
  641. margin-left: 5%;
  642. }
  643. .box5_bot_r .spanPos_7 ul li{
  644. float: left;
  645. text-align: left;
  646. height: 70px;
  647. line-height: 70px;
  648. width: 50%;
  649. }
  650. /*第六列*/
  651. #wrap_box6{
  652. width: 850px;
  653. height: 1945px;
  654. margin-top: 132px;
  655. margin-left:155px;
  656. background:url(../img/myd_bj.png) no-repeat center;
  657. background-size: 100% 100%;
  658. float: left;
  659. position: relative;
  660. }
  661. .box6_tit{
  662. position: absolute;
  663. width: 100%;
  664. height: 110px;
  665. text-align: center;
  666. font-size: 50px;
  667. top: 30px;
  668. }
  669. .swiper-container, .swiper-slide {
  670. height: 100%;
  671. width: 100%!important;
  672. }
  673. .orderType .orderTtype_Con {
  674. width: 86%;
  675. margin: 0 auto;
  676. float:none;
  677. }
  678. .orderTtype_Con ul {
  679. margin: 105px 20px 0 20px;
  680. }
  681. .orderTtype_Con ul li {
  682. float: left;
  683. background: url(../img/light_kuang2.png) no-repeat center;
  684. height: 900px;
  685. width: 40%;
  686. background-size: 100% 100%;
  687. box-sizing: border-box;
  688. padding-top: 40px;
  689. margin: 0 5%;
  690. position: relative;
  691. }
  692. .orderTtype_Con ul li img{
  693. margin-left: 80px;
  694. }
  695. .orderTtype_Con ul li.active {
  696. background: url(../img/light_kuang1.png) no-repeat center;
  697. background-size: 100% 100%;
  698. height: 900px;
  699. padding-top: 45px;
  700. }
  701. .orderType>.orderTtype_Con ul li img {
  702. width: 90px;
  703. padding: 0px;
  704. margin: 25px -9px 7px -3px;
  705. height: 70px;
  706. }
  707. .orderTtype_Con ul li .img_top{
  708. margin-top: 30px;
  709. margin-bottom: 30px;
  710. position: relative;
  711. }
  712. .orderTtype_Con ul li .type_Num{
  713. position: absolute;
  714. top: 15px;
  715. width: 100%;
  716. text-align: center;
  717. font-size: 60px;
  718. }
  719. .typeWord {
  720. position: relative;
  721. margin-left: 80px;
  722. }
  723. .typeWord:before {
  724. position: absolute;
  725. display: block;
  726. content: "";
  727. height: 4px;
  728. width: 80%;
  729. background: -webkit-linear-gradient(right, #45a6f3, transparent);
  730. /* Safari 5.1 - 6.0 */
  731. background: -o-linear-gradient(right, #45a6f3, transparent);
  732. /* Opera 11.1 - 12.0 */
  733. background: -moz-linear-gradient(right, #45a6f3, transparent);
  734. /* Firefox 3.6 - 15 */
  735. background: linear-gradient(to right, #45a6f3, transparent);
  736. /* 标准的语法(必须放在最后) */
  737. bottom: -13px;
  738. }
  739. .typeWord_line {
  740. color: #c9d3ff;
  741. font-size: 24px;
  742. position: relative;
  743. width: 160px;
  744. text-align: center;
  745. margin: 0 auto;
  746. margin-bottom: 65px;
  747. }
  748. .typeWord_line:before {
  749. position: absolute;
  750. content: "";
  751. height: 2px;
  752. width: 100%;
  753. background: -webkit-linear-gradient(left, transparent, #fff, transparent);
  754. /* Safari 5.1 - 6.0 */
  755. background: -o-linear-gradient(left, transparent, #fff, transparent);
  756. /* Opera 11.1 - 12.0 */
  757. background: -moz-linear-gradient(left, transparent, #fff, transparent);
  758. /* Firefox 3.6 - 15 */
  759. background: linear-gradient(to right, transparent, #fff, transparent);
  760. /* 标准的语法(必须放在最后) */
  761. border-radius: 20%;
  762. left: 0;
  763. bottom: -20px;
  764. }
  765. .order_count {
  766. color: #00e9ff;
  767. font-size: 24px;
  768. font-weight: bold;
  769. width: 90px;
  770. margin: 0 auto;
  771. text-align: center;
  772. margin-top: 50px;
  773. }
  774. .persent_kuang {
  775. /*width: 55px;
  776. height: 56px;
  777. color: #00E9FF;
  778. font-size: 14px;
  779. text-align: center;
  780. line-height: 55px;
  781. font-weight: bold;
  782. background: url(../img/order_percent.png) no-repeat center;*/
  783. width: 75px;
  784. height: 75px;
  785. margin: 0 auto;
  786. color: #00E9FF;
  787. font-size: 24px;
  788. text-align: center;
  789. line-height: 75px;
  790. font-weight: bold;
  791. background: url(../img/order_percent.png) no-repeat center;
  792. background-size: 100% 100%;
  793. }
  794. .persent_box {
  795. width: 85%;
  796. margin: 0 auto;
  797. }
  798. .persent_word {
  799. font-size: 24px;
  800. color: #c9d3ff;
  801. margin-top: 20px;
  802. text-align: center;
  803. }
  804. .wugang,
  805. .yexian,
  806. .baofeng,
  807. .pingdingshan,
  808. .lushan,
  809. .shilongqu,
  810. .jiaxian,
  811. .ruzhou{
  812. position: absolute;
  813. top: 6%;
  814. left: 30%;
  815. cursor: pointer;
  816. width: 200px;
  817. height: 180px;
  818. z-index: 1000;
  819. }
  820. .wugang1,
  821. .yexian1,
  822. .baofeng1,
  823. .pingdingshan1,
  824. .lushan1,
  825. .shilongqu1,
  826. .jiaxian1,
  827. .ruzhou1{
  828. position: absolute;
  829. top: 13%;
  830. left: 32%;
  831. /*display: none;*/
  832. z-index: 1000;
  833. font-size: 12px;
  834. color: #fff;
  835. cursor: pointer;
  836. }
  837. .jiaxian{
  838. top: 21%;
  839. left: 62%;
  840. }
  841. .jiaxian1{
  842. top: 28%;
  843. left: 65%;
  844. }
  845. .shilongqu{
  846. top: 30%;
  847. left: 35%;
  848. }
  849. .shilongqu1{
  850. top: 35%;
  851. left: 37%;
  852. }
  853. .lushan{
  854. top: 43%;
  855. left: 20%
  856. }
  857. .lushan1{
  858. top: 51%;
  859. left: 25%
  860. }
  861. .pingdingshan{
  862. top: 41%;
  863. left: 63%;
  864. }
  865. .pingdingshan1{
  866. top: 48%;
  867. left: 62%;
  868. }
  869. .baofeng{
  870. width: 150px;
  871. top: 35%;
  872. left: 50%;
  873. }
  874. .baofeng1{
  875. top: 41%;
  876. left: 50%;
  877. }
  878. .yexian{
  879. top: 62%;
  880. left: 70%;
  881. }
  882. .yexian1{
  883. top: 70%;
  884. left: 72%;
  885. }
  886. .wugang{
  887. top: 85%;
  888. left: 80%;
  889. }
  890. .wugang1{
  891. top: 92%;
  892. left: 82%;
  893. }