index.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746
  1. *{
  2. margin: 0px;
  3. padding: 0px;
  4. }
  5. #demo{
  6. float: right;
  7. margin-left: 2%;
  8. }
  9. #demo span{
  10. }
  11. .commandAll{
  12. width: 100%;
  13. height: 100%;
  14. position: absolute;
  15. background-image: url("../img/bg.png");
  16. background-size: 100% 100%;
  17. background-repeat: no-repeat;
  18. }
  19. .commanheadLeft{
  20. height: 6%;
  21. float: left;
  22. margin-left: 2%;
  23. color: #27d4ff;
  24. font-size: 16px;
  25. margin-top: 0.7%;
  26. width: 25%;
  27. }
  28. .comanheadRight{
  29. height: 6%;
  30. float: right;
  31. color: #27d4ff;
  32. font-size: 16px;
  33. margin-top: 0.7%;
  34. width: 30%;
  35. }
  36. .rightSqpan01{
  37. float: left;
  38. width: 80%;
  39. margin-left: 5%;
  40. }
  41. .rightSpan{
  42. float: right;
  43. width: 13%;
  44. font-size: 12px !important;
  45. }
  46. .commanBox{
  47. background-image: url("../img/bg.png");
  48. background-repeat: no-repeat;
  49. background-size: 100% 100%;
  50. overflow: hidden;
  51. }
  52. .boxLeft{
  53. width: 22%;
  54. height: 98%;
  55. float: left;
  56. margin-left: 0.5%;
  57. margin-top: 1%;
  58. }
  59. .boxLeftVideoTop{
  60. width: 100%;
  61. height: 4%;
  62. float: left;
  63. background-image: url("../img/videoTop.png");
  64. background-size: 100% 100%;
  65. background-repeat: no-repeat;
  66. }
  67. .clear{
  68. clear: both;
  69. }
  70. .boxLeftVideoBox{
  71. width: 100%;
  72. height: 60%;
  73. float: left;
  74. background-image: url("../img/videoBox.png");
  75. background-size: 100% 100%;
  76. background-repeat: no-repeat;
  77. margin-top: 2%;
  78. }
  79. .boxLeftVideoBoxCon{
  80. width: 100%;
  81. height: 40%;
  82. float: left;
  83. }
  84. .BoxConTop{
  85. color: #33c2fe;
  86. font-size: 13px;
  87. margin-top: 3%;
  88. }
  89. .BoxconTopLeft{
  90. float: left;
  91. margin-left: 3%;
  92. }
  93. .BoxconTopRight{
  94. float: right;
  95. margin-right: 2%;
  96. }
  97. .boxLeftAram{
  98. width: 100%;
  99. height: 35%;
  100. margin-top: 1%;
  101. float: left;
  102. }
  103. .boxLeftAlamTop{
  104. width: 100%;
  105. height: 12%;
  106. background-image: url("../img/alamTop.png");
  107. background-repeat: no-repeat;
  108. background-size: 100% 100%;
  109. float: left;
  110. }
  111. .boxLeftAlamCon{
  112. width: 100%;
  113. height: 83%;
  114. background-image: url("../img/alamCon.png");
  115. background-repeat: no-repeat;
  116. background-size: 100% 100%;
  117. float: left;
  118. overflow: hidden;
  119. }
  120. .alamUl{
  121. list-style: none;
  122. font-size: 12px;
  123. color: #1f9dff;
  124. padding: 0px;
  125. }
  126. .alamULspan{
  127. float: right;
  128. }
  129. .alamUl li{
  130. padding-top: 1%;
  131. padding-bottom: 1%;
  132. background-image: url("../img/li_bg.png");
  133. background-size: 100% 100%;
  134. background-repeat: no-repeat;
  135. margin-top: 1%;
  136. padding-left: 2%;
  137. padding-right: 2%;
  138. cursor: pointer;
  139. }
  140. .alamUl li p{
  141. padding-top: 1%;
  142. padding-bottom: 1%;
  143. }
  144. .boxCenter{
  145. width: 54%;
  146. height: 95%;
  147. float: left;
  148. margin-left: 0.5%;
  149. margin-top: 3%;
  150. }
  151. .boxCenterUp{
  152. width: 100%;
  153. height: 20%;
  154. }
  155. .boxCentterUpLeft{
  156. float: left;
  157. width: 15%;
  158. color: #00f0ff;
  159. font-size: 20px;
  160. margin-left: 5%;
  161. height: 100%;
  162. }
  163. .anaText{
  164. text-align: center;
  165. margin-top: 10% ;
  166. width: 100%;
  167. float: left;
  168. }
  169. .ananBg{
  170. width: 86%;
  171. margin-left: 7%;
  172. height: 70%;
  173. float: left;
  174. background-image: url("../img/anaBg.png");
  175. background-size: 100% 100%;
  176. background-repeat: no-repeat;
  177. font-size: 21px;
  178. text-align: center;
  179. line-height: 400%;
  180. }
  181. .ana01IMg{
  182. animation: anima01 8s linear infinite;
  183. width: 100%;
  184. height: 100%;
  185. }
  186. .anaImgText{
  187. z-index: 100;
  188. position: absolute;
  189. left: 28.5%;
  190. top:7%
  191. }
  192. .anaImgText01{
  193. z-index: 100;
  194. position: absolute;
  195. left: 39.2%;
  196. top:7%
  197. }
  198. .anaImgText02{
  199. z-index: 100;
  200. position: absolute;
  201. left: 50%;
  202. top:7%
  203. }
  204. @keyframes anima01 {
  205. 0% {transform:rotate(0deg);}
  206. /*25% {transform:rotate(120deg);}*/
  207. /*50% {transform:rotate(240deg);}*/
  208. 100% {transform:rotate(360deg);}
  209. }
  210. .ana01IMg01{
  211. width: 80%;
  212. margin-left: 10%;
  213. height: 70%;
  214. float: left;
  215. background-image: url("../img/ana02.png");
  216. background-size: 100% 100%;
  217. background-repeat: no-repeat;
  218. font-size: 21px;
  219. text-align: center;
  220. line-height: 400%;
  221. }
  222. .ana01IMg02{
  223. width: 80%;
  224. margin-left: 10%;
  225. height: 70%;
  226. float: left;
  227. background-image: url("../img/ana03.png");
  228. background-size: 100% 100%;
  229. background-repeat: no-repeat;
  230. font-size: 21px;
  231. text-align: center;
  232. line-height: 400%;
  233. }
  234. .boxCentterUpLeft label{
  235. width: 120px;
  236. display: inline-block;
  237. text-align: right;
  238. }
  239. .boxCentterRight{
  240. float: right;
  241. width: 40%;
  242. color: #00f0ff;
  243. font-size: 20px;
  244. height: 100%;
  245. }
  246. .boxCenterdown{
  247. width: 100%;
  248. height: 76%;
  249. margin-top: 1.5%;
  250. background-image: url("../img/map_bg.png");
  251. background-size: 100% 100%;
  252. background-repeat: no-repeat;
  253. float: left;
  254. }
  255. .boxCenterMap{
  256. width: 98%;
  257. height: 98%;
  258. background-image: url("../img/map.png");
  259. margin-top: 1%;
  260. margin-left: 1%;
  261. background-repeat: no-repeat;
  262. background-size: 100% 100%;
  263. }
  264. .mapTool01{
  265. width: 19%;
  266. height: 5%;
  267. background-image: url("../img/mapTool01_bg.png");
  268. background-repeat: no-repeat;
  269. background-size: 100% 100%;
  270. position: fixed;
  271. bottom: 2.4%;
  272. }
  273. .mapToolA01{
  274. width: 13%;
  275. height: 41%;
  276. margin-left: 8%;
  277. display: inline-block;
  278. background-image: url("../img/tool04.png");
  279. background-size: 100% 100%;
  280. background-repeat: no-repeat;
  281. }
  282. .mapToolA01Active{
  283. background-image: url("../img/tool04Active.png") !important;
  284. }
  285. .mapToolA02{
  286. width: 13%;
  287. height: 41%;
  288. margin-left: 8%;
  289. display: inline-block;
  290. background-image: url("../img/tool03.png");
  291. background-size: 100% 100%;
  292. background-repeat: no-repeat;
  293. }
  294. .mapToolA03{
  295. width: 11%;
  296. height: 58%;
  297. margin-left: 8%;
  298. margin-top: 3%;
  299. display: inline-block;
  300. background-image: url("../img/tool02.png");
  301. background-size: 100% 100%;
  302. background-repeat: no-repeat;
  303. }
  304. .mapToolA04{
  305. width: 11%;
  306. height: 58%;
  307. margin-left: 8%;
  308. margin-top: 3%;
  309. display: inline-block;
  310. background-image: url("../img/tool01.png");
  311. background-size: 100% 100%;
  312. background-repeat: no-repeat;
  313. }
  314. .mapToolA05{
  315. width: 42%;
  316. height: 10.5%;
  317. background-image: url("../img/tool05.png");
  318. background-repeat: no-repeat;
  319. background-size: 100% 100%;
  320. margin-top: 50%;
  321. margin-left: 3%;
  322. }
  323. .mapToolA06{
  324. width: 50%;
  325. height: 10.5%;
  326. background-image: url("../img/tool06.png");
  327. background-repeat: no-repeat;
  328. background-size: 100% 100%;
  329. margin-top: 50%;
  330. margin-left: 3%;
  331. }
  332. .mapToolA07{
  333. width: 42%;
  334. height: 12%;
  335. margin-top: 50%;
  336. background-image: url("../img/tool08.png");
  337. background-repeat: no-repeat;
  338. background-size: 100% 100%;
  339. margin-left: 5%;
  340. }
  341. .mapToolA08{
  342. width: 42%;
  343. height: 12%;
  344. margin-top: 21%;
  345. background-image: url("../img/tool07.png");
  346. background-repeat: no-repeat;
  347. background-size: 100% 100%;
  348. margin-left: 5%;
  349. }
  350. .mapTool02{
  351. width: 2.6%;
  352. height: 18%;
  353. background-image: url("../img/mapTool02_bg.png");
  354. background-repeat: no-repeat;
  355. background-size: 100% 100%;
  356. position: fixed;
  357. bottom: 10%;
  358. right: 25%;
  359. }
  360. .mapTool02 ul{
  361. margin: 0;
  362. padding: 0;
  363. list-style: none;
  364. width: 100%;
  365. height: 100%;
  366. margin-left: 25%;
  367. }
  368. .mapTool02 ul li{
  369. cursor: pointer;
  370. }
  371. .boxRight{
  372. width: 22%;
  373. height: 98%;
  374. float: left;
  375. margin-left: 0.5%;
  376. margin-top: 1%;
  377. }
  378. .boxRightTop{
  379. width: 100%;
  380. height: 4%;
  381. float: left;
  382. background-image: url("../img/rightTop.png");
  383. background-size: 100% 100%;
  384. background-repeat: no-repeat;
  385. }
  386. .boxRightCon01{
  387. width: 100%;
  388. height: 26.5%;
  389. float: left;
  390. background-image: url("../img/rightCon01.png");
  391. background-size: 100% 100%;
  392. background-repeat: no-repeat;
  393. margin-top: 2%;
  394. overflow: hidden;
  395. }
  396. .boxRightCon_ul{
  397. list-style: none;
  398. margin: 0;
  399. padding: 0px;
  400. width: 100%;
  401. }
  402. .boxRightCon_ul li{
  403. float: left;
  404. width: 28%;
  405. height: 9%;
  406. background-image: url("../img/li_border.png");
  407. background-repeat: no-repeat;
  408. background-size: 100% 100%;
  409. font-size: 12px;
  410. color: #0fc9ff;
  411. margin-left: 4%;
  412. margin-top: 0.95%;
  413. cursor: pointer;
  414. }
  415. .boxRightCon_ul li span{
  416. width: 19%;
  417. height: 90%;
  418. display: inline-block;
  419. float: right;
  420. /*background-image: url("../img/li01.png");*/
  421. /*background-repeat: no-repeat;*/
  422. /*background-size: 100% 100%;*/
  423. }
  424. .boxRightCon_ul li span img{
  425. width: 100%;
  426. height: 100%;
  427. }
  428. .boxRightCon02{
  429. width: 100%;
  430. height: 64.5%;
  431. margin-top: 6%;
  432. float: left;
  433. }
  434. .boxRightcon02Top{
  435. width: 100%;
  436. height: 6.5%;
  437. background-image: url("../img/rightCon02Top.png");
  438. background-size: 100% 100%;
  439. background-repeat: no-repeat;
  440. float: left;
  441. }
  442. .con02TopUL{
  443. width: 80%;
  444. list-style: none;
  445. margin-left: 20%;
  446. height: 100%;
  447. }
  448. .con02TopUL li{
  449. float: left;
  450. width: 33%;
  451. text-align: center;
  452. color: #1fbdff;
  453. font-size: 14px;
  454. cursor: pointer;
  455. line-height: 200%;
  456. height: 98%;
  457. }
  458. .con02liAcitve{
  459. background-image: url("../img/rightCon02LiBg.png");
  460. background-repeat: no-repeat;
  461. background-size: 100% 100%;
  462. }
  463. .boxRithtChangeBox{
  464. width: 100%;
  465. height: 93.5%;
  466. float: left;
  467. }
  468. .boxChangeCon{
  469. width: 100%;
  470. height: 100%;
  471. background-image: url("../img/rightcon2_bg.png");
  472. background-size: 100% 100%;
  473. background-repeat: no-repeat;
  474. display: none;
  475. }
  476. .boxChangeConFind{
  477. width: 100%;
  478. padding-top: 2%;
  479. padding-bottom: 2%;
  480. float: left;
  481. border-bottom: 1px solid #32a1f7;
  482. }
  483. .boxFindLabel{
  484. color: #85acd5;
  485. font-size: 12px;
  486. margin-left: 2%;
  487. width: 20%;
  488. text-align: right;
  489. display: inline-block;
  490. }
  491. .addLi{
  492. height: 10% !important;
  493. padding-top: 2% !important;
  494. }
  495. .boxFindInput{
  496. width: 25%;
  497. background-color: transparent;
  498. border: 1px solid #85acd5;
  499. margin-right: 2%;
  500. color: #85acd5;
  501. margin-top: 2%;
  502. }
  503. .boxFindButton{
  504. width: 30%;
  505. height: 22px;
  506. border: none;
  507. background-color: #0f77cd;
  508. color: #ffffff;
  509. border-radius: 3px;
  510. float: right;
  511. margin-right: 2%;
  512. font-size: 12px;
  513. }
  514. .boxFindButton:active{
  515. background-color: #1db1cd;
  516. }
  517. .boxChangeFoot{
  518. width: 22%;
  519. height: 24px;
  520. position: fixed;
  521. bottom: 2%;
  522. text-align: center;
  523. }
  524. .boxChangeFoot a{
  525. text-decoration: none;
  526. color: #7597ba;
  527. font-size: 14px;
  528. cursor: pointer;
  529. padding: 5px;
  530. }
  531. .boxChangeFoot span{
  532. color: #1f9dff;
  533. }
  534. .pageA{
  535. width: 14px;
  536. height: 100%;
  537. text-decoration: none;
  538. color: #ffffff;
  539. text-align: center;
  540. font-weight: bold;
  541. background-image: url("../img/pageA.png");
  542. background-size: 100% 100%;
  543. background-repeat: no-repeat;
  544. font-size: 14px;
  545. }
  546. .pageA01{
  547. width: 14px;
  548. height: 100%;
  549. text-decoration: none;
  550. text-align: center;
  551. font-weight: bold;
  552. background-image: url("../img/pageA01.png");
  553. background-size: 100% 100%;
  554. background-repeat: no-repeat;
  555. color: #7597ba;
  556. margin-left: 3%;
  557. font-size: 14px;
  558. line-height: 24px;
  559. }
  560. .pageA01Active{
  561. color: #ffffff !important;
  562. background-color: #0661c2 !important;
  563. }
  564. .boxChangeCon ul{
  565. list-style: none;
  566. width: 100%;
  567. margin: 0px;
  568. padding: 0px;
  569. height: 65%;
  570. position: relative;
  571. }
  572. .boxChangeCon ul li{
  573. width: 98%;
  574. padding: 1%;
  575. border-bottom: 1px solid #32a1f7;
  576. height: 30%;
  577. }
  578. .liImgLeft{
  579. width: 26%;
  580. height: 100%;
  581. float: left;
  582. }
  583. .liImgLeft img{
  584. width: 100%;
  585. height: 100%;
  586. }
  587. .liConRight{
  588. width: 72%;
  589. height: 100%;
  590. float: left;
  591. margin-left: 2%;
  592. color: #1f9dff;
  593. font-size: 12px;
  594. }
  595. .liConRight01{
  596. width: 96%;
  597. height: 100%;
  598. float: left;
  599. margin-left: 2%;
  600. color: #1f9dff;
  601. font-size: 12px;
  602. }
  603. .liconRihtButSpan{
  604. float: right;
  605. width: 24%;
  606. }
  607. .liconRihtButSpan01{
  608. float: right;
  609. width: 18%;
  610. }
  611. .liconRihtButSpan01 button{
  612. width: 96%;
  613. height: 23%;
  614. color: #ffffff;
  615. font-size: 12px;
  616. background-image: url("../img/tailBut.png");
  617. background-repeat: no-repeat;
  618. background-size: 100% 100%;
  619. border:none;
  620. display: inline-block;
  621. border-radius: 3px;
  622. }
  623. .liconRihtButSpan button{
  624. width: 96%;
  625. height: 23%;
  626. color: #ffffff;
  627. font-size: 12px;
  628. background-image: url("../img/tailBut.png");
  629. background-repeat: no-repeat;
  630. background-size: 100% 100%;
  631. border:none;
  632. display: inline-block;
  633. border-radius: 3px;
  634. }
  635. .liConRight p{
  636. padding-top: 2%;
  637. }
  638. ul.pagination1 li:hover,
  639. ul.pagination2 li:hover,
  640. ul.pagination3 li:hover {
  641. background-color: #FF9500;
  642. }
  643. ul.pagination1 li,
  644. ul.pagination2 li,
  645. ul.pagination3 li {
  646. padding: 10px;
  647. font-family: georgia;
  648. background-color: #8890FC;
  649. font-size: 24px;
  650. color: #fff;
  651. line-height: 1;
  652. width: 50px;
  653. margin-bottom: 1px;
  654. list-style:none;
  655. }
  656. ul.red {
  657. outline:10px solid red;
  658. }
  659. .simplePagerNav{
  660. text-align: center;
  661. }
  662. ul.simplePagerNav li{
  663. width: 14px;
  664. height: 24px;
  665. text-align: center;
  666. font-weight: bold;
  667. background-image: url("../img/pageA01.png");
  668. background-size: 100% 100%;
  669. background-repeat: no-repeat;
  670. margin-left: 3%;
  671. font-size: 14px;
  672. line-height: 24px;
  673. display: inline-block;
  674. padding: 0 !important;
  675. }
  676. ul.simplePagerNav li a{
  677. color: #7597ba;
  678. text-decoration: none;
  679. }
  680. li.currentPage {
  681. background: red;
  682. background: #FF9500;
  683. }
  684. ul.simplePagerNav li.currentPage a {
  685. color: #fff;
  686. }
  687. table.pageme {
  688. border-collapse: collapse;
  689. border: 1px solid #ccc;
  690. }
  691. table.pageme td {
  692. border-collapse: collapse;
  693. border: 1px solid #ccc;
  694. }