comon0.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776
  1. @charset "utf-8";
  2. /* CSS Document */
  3. * {
  4. -webkit-box-sizing: border-box;
  5. -moz-box-sizing: border-box;
  6. box-sizing: border-box
  7. }
  8. *, body {
  9. padding: 0px;
  10. margin: 0px;
  11. color: #222;
  12. font-family: "微软雅黑";
  13. }
  14. body {
  15. background: #000d4a url(../images/bg.jpg) center center;
  16. background-size: cover;
  17. color: #666;
  18. font-size: .1rem;
  19. }
  20. li {
  21. list-style-type: none;
  22. }
  23. @font-face {
  24. font-family: electronicFont;
  25. src: url(../font/DS-DIGIT.TTF)
  26. }
  27. i {
  28. margin: 0px;
  29. padding: 0px;
  30. text-indent: 0px;
  31. }
  32. img {
  33. border: none;
  34. max-width: 100%;
  35. }
  36. a {
  37. text-decoration: none;
  38. color: #399bff;
  39. }
  40. a.active, a:focus {
  41. outline: none !important;
  42. text-decoration: none;
  43. }
  44. ol, ul, p, h1, h2, h3, h4, h5, h6 {
  45. padding: 0;
  46. margin: 0
  47. }
  48. a:hover {
  49. color: #06c;
  50. text-decoration: none !important
  51. }
  52. html, body {
  53. height: 100%;
  54. }
  55. .clearfix:after, .clearfix:before {
  56. display: table;
  57. content: " "
  58. }
  59. .clearfix:after {
  60. clear: both
  61. }
  62. .pulll_left {
  63. float: left;
  64. }
  65. .pulll_right {
  66. float: right;
  67. }
  68. /*谷哥滚动条样式*/
  69. ::-webkit-scrollbar {
  70. width: 5px;
  71. height: 5px;
  72. position: absolute
  73. }
  74. ::-webkit-scrollbar-thumb {
  75. background-color: #5bc0de
  76. }
  77. ::-webkit-scrollbar-track {
  78. background-color: #ddd
  79. }
  80. /***/
  81. .loading {
  82. position: fixed;
  83. left: 0;
  84. top: 0;
  85. font-size: .3rem;
  86. z-index: 100000000;
  87. width: 100%;
  88. height: 100%;
  89. background: #1a1a1c;
  90. text-align: center;
  91. }
  92. .loadbox {
  93. position: absolute;
  94. width: 160px;
  95. height: 150px;
  96. color: #324e93;
  97. left: 50%;
  98. top: 50%;
  99. margin-top: -100px;
  100. margin-left: -75px;
  101. }
  102. .loadbox img {
  103. margin: 10px auto;
  104. display: block;
  105. width: 40px;
  106. }
  107. .copyright {
  108. line-height: .5rem;
  109. text-align: center;
  110. padding-right: 15px;
  111. bottom: 0;
  112. color: rgba(255, 255, 255, .5);
  113. font-size: .12rem;
  114. position: absolute;
  115. left: 0;
  116. width: 100%;
  117. }
  118. .head {
  119. height: 1.05rem;
  120. background: url(../images/head_bg.png) no-repeat center center;
  121. background-size: 100% 100%;
  122. position: relative
  123. }
  124. .head h1 {
  125. color: #fff;
  126. text-align: center;
  127. font-size: .42rem;
  128. line-height: .75rem;
  129. }
  130. .head h1 img {
  131. width: 1.5rem;
  132. display: inline-block;
  133. vertical-align: middle;
  134. }
  135. .time {
  136. position: absolute;
  137. right: .15rem;
  138. top: 0;
  139. line-height: .75rem;
  140. color: rgba(255, 255, 255, .7);
  141. font-size: .26rem;
  142. padding-right: .1rem;
  143. font-family: electronicFont;
  144. }
  145. .mainbox {
  146. padding: 0 .2rem 0rem .2rem;
  147. height: calc(99% - 1.05rem)
  148. }
  149. .mainbox > ul {
  150. margin-left: -.1rem;
  151. margin-right: -.1rem;
  152. height: 100%
  153. }
  154. .mainbox > ul > li {
  155. float: left;
  156. padding: 0 .1rem;
  157. height: 100%;
  158. width: 25%
  159. }
  160. .mainbox > ul > li:nth-child(2) {
  161. width: 50%
  162. }
  163. .mainbox2 {
  164. padding: 0 .2rem 0rem .2rem;
  165. height: calc(30% - .5rem)
  166. }
  167. .mainbox2 > ul {
  168. margin-left: -.1rem;
  169. margin-right: -.1rem;
  170. height: 100%
  171. }
  172. .mainbox2 > ul > li {
  173. float: left;
  174. padding: 0 .1rem;
  175. height: 100%;
  176. width: 50%
  177. }
  178. .boxall {
  179. border: 1px solid rgba(25, 186, 139, .17);
  180. padding: 0 .2rem .2rem .2rem;
  181. background: rgba(34, 39, 103, 0.89) url(../images/line.png);
  182. background-size: 100% auto;
  183. position: relative;
  184. margin-bottom: .15rem;
  185. z-index: 10;
  186. }
  187. .boxall:before,
  188. .boxall:after {
  189. position: absolute;
  190. width: .1rem;
  191. height: .1rem;
  192. content: "";
  193. border-top: 2px solid #02a6b5;
  194. top: 0;
  195. }
  196. .boxall:before, .boxfoot:before {
  197. border-left: 2px solid #02a6b5;
  198. left: 0;
  199. }
  200. .boxall:after, .boxfoot:after {
  201. border-right: 2px solid #02a6b5;
  202. right: 0;
  203. }
  204. .alltitle {
  205. font-size: .18rem;
  206. color: #fff;
  207. line-height: .4rem;
  208. border-bottom: 1px dotted rgba(255, 255, 255, .2);
  209. }
  210. .boxnav {
  211. height: calc(100% - .4rem);
  212. }
  213. .boxnava {
  214. height: calc(100% - .8rem);
  215. }
  216. .boxfoot {
  217. position: absolute;
  218. bottom: 0;
  219. width: 100%;
  220. left: 0;
  221. }
  222. .boxfoot:before,
  223. .boxfoot:after {
  224. position: absolute;
  225. width: .1rem;
  226. height: .1rem;
  227. content: "";
  228. border-bottom: 2px solid #02a6b5;
  229. bottom: 0;
  230. }
  231. .barnav {
  232. position: absolute;
  233. width: 100%;
  234. z-index: 100;
  235. }
  236. .bar {
  237. background: rgba(101, 132, 226, .1);
  238. padding: .15rem;
  239. z-index: 999;
  240. }
  241. .barbox li, .barbox2 li {
  242. width: 33.33333%;
  243. text-align: center;
  244. position: relative;
  245. }
  246. .barbox:before,
  247. .barbox:after {
  248. position: absolute;
  249. width: .3rem;
  250. height: .1rem;
  251. content: "";
  252. }
  253. .barbox:before {
  254. border-left: 2px solid #02a6b5;
  255. left: 0;
  256. border-top: 2px solid #02a6b5;
  257. }
  258. .barbox:after {
  259. border-right: 2px solid #02a6b5;
  260. right: 0;
  261. bottom: 0;
  262. border-bottom: 2px solid #02a6b5;
  263. }
  264. .barbox li:before {
  265. position: absolute;
  266. content: "";
  267. height: 50%;
  268. width: 1px;
  269. background: rgba(255, 255, 255, .2);
  270. right: 0;
  271. top: 25%;
  272. }
  273. .barbox {
  274. border: 1px solid rgba(25, 186, 139, .17);
  275. position: relative;
  276. }
  277. .barbox li {
  278. font-size: .5rem;
  279. color: #ffeb7b;
  280. padding: .05rem 0;
  281. font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  282. font-weight: bold;
  283. font-family: electronicFont;
  284. }
  285. .barbox2 li {
  286. font-size: .19rem;
  287. color: rgba(255, 255, 255, .7);
  288. }
  289. .mapbox {
  290. height: calc(100%);
  291. display: flex;
  292. align-items: center;
  293. justify-content: center;
  294. overflow: hidden;
  295. }
  296. .panel_s {
  297. font-family: aaa;
  298. border-radius: 5px;
  299. box-shadow: 0px 0px 10px #00abff;
  300. opacity: 0.9;
  301. padding: 2px;
  302. font-size: 0.15rem;
  303. }
  304. .panel_y {
  305. border-radius: 25px;
  306. width: 20px;
  307. height: 20px;
  308. }
  309. .map {
  310. position: relative;
  311. height: 100%;
  312. z-index: 9;
  313. width: 100%;
  314. }
  315. .map4 {
  316. width: 200%;
  317. height: 100%;
  318. position: relative;
  319. left: -50%;
  320. top: -5%;
  321. margin-top: .2rem;
  322. z-index: 5;
  323. }
  324. .map3d {
  325. position: absolute;
  326. top: 0;
  327. z-index: 9;
  328. color: rgba(104,104,110,0.77);
  329. }
  330. .map1 {
  331. width: 6.43rem;
  332. z-index: 2;
  333. top: 2.5rem;
  334. left: 1.9rem;
  335. animation: myfirst2 15s infinite linear;
  336. }
  337. .map2 {
  338. width: 5.66rem;
  339. top: 2.9rem;
  340. left: 2.2rem;
  341. z-index: 3;
  342. opacity: 0.2;
  343. animation: myfirst 10s infinite linear;
  344. }
  345. .map3 {
  346. width: 5.18rem;
  347. top: 3.1rem;
  348. left: 2.6rem;
  349. z-index: 1;
  350. transform: scale(.8);
  351. opacity: .6
  352. }
  353. .map1, .map2, .map3 {
  354. position: absolute;
  355. }
  356. .wrap {
  357. overflow: hidden;
  358. }
  359. .wrap li {
  360. line-height: .42rem;
  361. height: .42rem;
  362. text-indent: .24rem;
  363. margin-bottom: .1rem;
  364. }
  365. .wrap li p {
  366. border: 1px solid rgba(25, 186, 139, .17);
  367. }
  368. .wrap li p {
  369. display: flex;
  370. justify-content: space-between;
  371. }
  372. .wrap li p {
  373. display: flex;
  374. align-items: center;
  375. height: 80%;
  376. }
  377. .wrap li p span {
  378. color: rgba(255, 255, 255, .6);
  379. text-align: center;
  380. text-overflow: ellipsis;
  381. white-space: nowrap;
  382. overflow: hidden;
  383. width: 20%;
  384. font-size: .16rem;
  385. }
  386. .wrap li p span:first-child {
  387. width: 60%;
  388. text-align: left;
  389. }
  390. .sycm ul {
  391. padding: .16rem 0;
  392. width: 100%;
  393. }
  394. .sycm li {
  395. float: left;
  396. width: 25%;
  397. text-align: center;
  398. position: relative
  399. }
  400. .sycm li:before {
  401. position: absolute;
  402. content: "";
  403. height: 30%;
  404. width: 1px;
  405. background: rgba(255, 255, 255, .1);
  406. right: 0;
  407. top: 15%;
  408. }
  409. .sycm {
  410. height: 80%;
  411. display: flex;
  412. align-items: center
  413. }
  414. .sycm li:last-child:before, .sycm2 li:nth-child(3):before {
  415. width: 0;
  416. }
  417. .sycm li h2 {
  418. font-size: .3rem;
  419. color: #46b8ff;
  420. padding-bottom: .2rem;
  421. }
  422. .sycm li span {
  423. font-size: .2rem;
  424. color: #fff;
  425. opacity: .5;
  426. }
  427. .sycm2 {
  428. height: 90%
  429. }
  430. .sycm2 li {
  431. width: 33.3333%;
  432. padding: 10px 0;
  433. }
  434. .sycm2 li h2 {
  435. color: #2ad08a
  436. }
  437. .sycm_1 ul {
  438. padding: .12rem 0;
  439. width: 100%;
  440. }
  441. .sycm_1 li {
  442. float: left;
  443. width: 25%;
  444. text-align: center;
  445. position: relative
  446. }
  447. .sycm_1 li:before {
  448. position: absolute;
  449. content: "";
  450. height: 30%;
  451. width: 1px;
  452. background: rgba(255, 255, 255, .1);
  453. right: 0;
  454. top: 15%;
  455. }
  456. .sycm_1 {
  457. height: 80%;
  458. display: flex;
  459. align-items: center
  460. }
  461. .sycm_1 li:last-child:before, .sycm2 li:nth-child(3):before {
  462. width: 0;
  463. }
  464. .sycm_1 li h2 {
  465. font-size: .2rem;
  466. color: #46b8ff;
  467. padding-bottom: .2rem;
  468. }
  469. .sycm_1 li span {
  470. font-size: .15rem;
  471. color: #fff;
  472. opacity: .5;
  473. }
  474. .sycm_12 {
  475. height: 90%
  476. }
  477. .sycm_12 li {
  478. width: 33.3333%;
  479. padding: 10px 0;
  480. }
  481. .sycm_12 li h2 {
  482. color: #2ad08a
  483. }
  484. .btbox {
  485. height: 100%
  486. }
  487. .btbox li {
  488. height: 100%;
  489. float: left;
  490. width: 25%;
  491. padding-left: 5%;
  492. }
  493. @keyframes myfirst2 {
  494. from {
  495. transform: rotate(0deg) scale(.8);
  496. }
  497. to {
  498. transform: rotate(359deg) scale(.8);
  499. }
  500. }
  501. @keyframes myfirst {
  502. from {
  503. transform: rotate(0deg) scale(.8);
  504. }
  505. to {
  506. transform: rotate(-359deg) scale(.8);
  507. }
  508. }
  509. /*Plugin CSS*/
  510. .str_wrap {
  511. overflow: hidden;
  512. width: 100%;
  513. position: relative;
  514. -moz-user-select: none;
  515. -khtml-user-select: none;
  516. user-select: none;
  517. white-space: nowrap;
  518. }
  519. .str_move {
  520. white-space: nowrap;
  521. position: absolute;
  522. top: 0;
  523. left: 0;
  524. cursor: move;
  525. }
  526. .str_move_clone {
  527. display: inline-block;
  528. vertical-align: top;
  529. position: absolute;
  530. left: 100%;
  531. top: 0;
  532. }
  533. .str_vertical .str_move_clone {
  534. left: 0;
  535. top: 100%;
  536. }
  537. .str_down .str_move_clone {
  538. left: 0;
  539. bottom: 100%;
  540. }
  541. .str_vertical .str_move,
  542. .str_down .str_move {
  543. white-space: normal;
  544. width: 100%;
  545. }
  546. .str_static .str_move,
  547. .no_drag .str_move,
  548. .noStop .str_move {
  549. cursor: inherit;
  550. }
  551. .str_wrap img {
  552. max-width: none !important;
  553. }
  554. .alltitle .pulll_right a {
  555. color: #fff;
  556. }
  557. .alltitle .pulll_right a span {
  558. display: inline-block;
  559. background: #58c485;
  560. width: .16rem;
  561. height: .16rem;
  562. vertical-align: middle;
  563. border-radius: 50%;
  564. margin: 0 .05rem 0 .1rem;
  565. }
  566. .alltitle .pulll_right a:nth-child(2) span {
  567. background: #ea7231;
  568. }
  569. .alltitle .sebtn a {
  570. opacity: .6;
  571. display: inline-block;
  572. padding: 0 .1rem
  573. }
  574. .alltitle .sebtn a.active {
  575. opacity: 1
  576. }
  577. .YDspan {
  578. display: inline-block;
  579. background: #58c485;
  580. width: .16rem;
  581. height: .16rem;
  582. vertical-align: middle;
  583. border-radius: 50%;
  584. margin: 0 .05rem 0 .1rem;
  585. }
  586. .KFspan {
  587. display: inline-block;
  588. background: #3fa4f8;
  589. width: .16rem;
  590. height: .16rem;
  591. vertical-align: middle;
  592. border-radius: 50%;
  593. margin: 0 .05rem 0 .1rem;
  594. }
  595. .loucengbox {
  596. position: absolute;
  597. /*top: calc(1.4rem);*/
  598. /*left: 50%;*/
  599. /*width: 200px;*/
  600. z-index: 999;
  601. overflow: hidden; /* 隐藏滚动条 */
  602. padding: 0 .2rem .2rem .2rem;
  603. background-size: 100% auto;
  604. position: relative;
  605. margin-bottom: .15rem;
  606. }
  607. .loucengbox:hover {
  608. overflow: auto; /* 鼠标 hover 时显示滚动条 */
  609. }
  610. .louceng {
  611. float: left;
  612. color: #fff;
  613. text-align: center;
  614. width: 2.0rem;
  615. height: 1.5rem;
  616. background: url(../images/di.png) no-repeat bottom center;
  617. background-size: contain;
  618. padding-top: 0.3rem;
  619. box-sizing: border-box;
  620. z-index: 999;
  621. }
  622. .louceng:hover{
  623. background: url(../images/底03.png) no-repeat bottom center;
  624. background-size: contain;
  625. /*width: 1.2rem;*/
  626. /*height: 1.0rem;*/
  627. }
  628. .dibox {
  629. position: absolute;
  630. top: calc(100% - 1.4rem);
  631. /*left: 50%;*/
  632. /*width: 200px;*/
  633. height: 260px;
  634. z-index: 999;
  635. }
  636. .didata {
  637. float: left;
  638. color: #fff;
  639. text-align: center;
  640. width: 2.0rem;
  641. height: 1.0rem;
  642. background: url(../images/di.png) no-repeat bottom center;
  643. background-size: contain;
  644. box-sizing: border-box;
  645. z-index: 999;
  646. }
  647. .dibox div:hover{
  648. background: url(../images/底03.png) no-repeat bottom center;
  649. background-size: contain;
  650. /*width: 1.2rem;*/
  651. /*height: 1.0rem;*/
  652. }