index.css 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. /*重置默认的外边距和内边距*/
  2. *{
  3. margin:0;
  4. padding:0;
  5. }
  6. ::-webkit-scrollbar
  7. {
  8. width: 6px;
  9. height: 6px;
  10. }
  11. ::-webkit-scrollbar-track-piece
  12. {
  13. background-color: #CCCCCC;
  14. -webkit-border-radius: 6px;
  15. }
  16. ::-webkit-scrollbar-thumb:vertical
  17. {
  18. height: 5px;
  19. background-color: #999999;
  20. -webkit-border-radius: 6px;
  21. }
  22. ::-webkit-scrollbar-thumb:horizontal
  23. {
  24. width: 5px;
  25. background-color: #CCCCCC;
  26. -webkit-border-radius: 6px;
  27. }
  28. /*常用标签的样式重置*/
  29. i{
  30. font-style: normal;
  31. }
  32. a{
  33. text-decoration: none;
  34. }
  35. input{
  36. outline: none;
  37. border:none;
  38. }
  39. li{
  40. list-style: none;
  41. }
  42. /*设定html和body的宽度为100%*/
  43. html,body{
  44. width:100%;
  45. font: 14px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif;
  46. -webkit-font-smoothing: antialiased;
  47. color: #666;
  48. height: 100%;
  49. }
  50. body{
  51. overflow: auto;
  52. }
  53. .wrap{
  54. background:url(../img/bg.png) no-repeat;
  55. height: 1080px;
  56. background-size: cover;
  57. width: 1920px;
  58. }
  59. .wid_1820{
  60. width: 1820px;
  61. height: 100%;
  62. margin: 0 auto;
  63. }
  64. .header{
  65. height: 55px;
  66. padding-top: 15px;
  67. font-size: 24px;
  68. color: #fff;
  69. display: flex;
  70. align-items: center;
  71. flex-direction: center;
  72. }
  73. .header p{
  74. width: 33.33%;
  75. display: block;
  76. }
  77. .header p:nth-child(1)>span{
  78. background: rgba(255,255,255,0.1);
  79. /* width:238px; */
  80. /* height:52px;
  81. line-height: 52px; */
  82. padding: 15px 15px;
  83. border-radius: 5px;
  84. display: inline-block;
  85. margin-top:10px;
  86. }
  87. .header p:nth-child(2){
  88. text-align: center;
  89. font-size: 34px;
  90. }
  91. .header p:nth-child(3){
  92. text-align: right;
  93. }
  94. .header p:nth-child(3) span{
  95. background:url(../img/user.png) left center no-repeat;
  96. padding-left: 20px;
  97. color: #487bff;
  98. font-size: 16px;
  99. }
  100. .header p:nth-child(3) span a{
  101. margin-left:23px;
  102. cursor: pointer;
  103. }
  104. .wid_1820 .title{
  105. margin-bottom: 25px;
  106. }
  107. .title{
  108. text-indent:35px;
  109. margin-top:20px;
  110. color:#fff;
  111. font-size: 24px;
  112. height: 33px;
  113. line-height: 33px;
  114. margin-bottom: 80px;
  115. }
  116. .hefont{
  117. cursor: pointer;
  118. }
  119. .title span{
  120. font-size: 18px;
  121. line-height: 35px;
  122. text-indent:35px;
  123. font-weight: 100;
  124. display: inline-block;
  125. }
  126. .ttbg{
  127. background:url(../img/btbg.png) left center no-repeat / 100% 100%;
  128. position: absolute;
  129. left:0;
  130. top:61px;
  131. width: 502px;
  132. height: 64px;
  133. line-height: 22px;
  134. padding-top: 33px;
  135. text-indent: 75px;
  136. }
  137. .ttbg span{
  138. text-indent:75px;
  139. }
  140. .ctitle{
  141. position: relative;
  142. top:-38px;
  143. left:35px;
  144. font-weight: 500;
  145. color: #fff;
  146. font-size: 18px;
  147. }
  148. .content{
  149. border:1px solid #081f5a;
  150. min-height: 860px;
  151. position: relative;
  152. }
  153. div.content1{
  154. margin-top: 152px;
  155. min-height: 810px;
  156. }
  157. div.content1 .guang{
  158. left:-25px;
  159. }
  160. .guang{
  161. position: absolute;
  162. left:70px;
  163. top:-13px;
  164. width: 269px;
  165. display: block;
  166. }
  167. .tb{
  168. width: 880px;
  169. height: 397px;
  170. /* background:#0c0f2b url(../img/tb_bg.png) left center no-repeat;*/
  171. background: linear-gradient(to left, #003BCF, #003BCF) left top no-repeat,
  172. linear-gradient(to bottom, #003BCF, #003BCF) left top no-repeat,
  173. linear-gradient(to left, #003BCF, #003BCF) right top no-repeat,
  174. linear-gradient(to bottom, #003BCF, #003BCF) right top no-repeat,
  175. linear-gradient(to left, #003BCF, #003BCF) left bottom no-repeat,
  176. linear-gradient(to bottom, #003BCF, #003BCF) left bottom no-repeat,
  177. linear-gradient(to left, #003BCF, #003BCF) right bottom no-repeat,
  178. linear-gradient(to left, #003BCF, #003BCF) right bottom no-repeat;
  179. background-size: 2px 10px, 10px 2px, 2px 10px, 10px 2px;
  180. background-color: #0B0F2A;
  181. margin-top: 12px;
  182. margin-bottom: 12px;
  183. margin-left: 10px;
  184. position: relative;
  185. }
  186. .tb_left{
  187. float: left;
  188. }
  189. .tb_right{
  190. float: right;
  191. margin-right: 10px;
  192. }
  193. div.tb1{
  194. width: 525px;
  195. /*margin-right: 10px;*/
  196. margin-top:50px;
  197. background: none;
  198. }
  199. td{
  200. /*text-align: left !important;*/
  201. }
  202. .heji{
  203. text-align: right;
  204. }
  205. div.tb2{
  206. width: 609px;
  207. /*margin-right: 10px;*/
  208. margin-top:50px;
  209. background: none;
  210. }
  211. div.tb3{
  212. width: 621px;
  213. margin-top:50px;
  214. background: none;
  215. }
  216. .tb1 table,.tb2 table,.tb3 table{
  217. margin-top:20px;
  218. /*background:#0c0f2b url(../img/tb_bg.png) left center no-repeat;*/
  219. background: linear-gradient(to left, #003BCF, #003BCF) left top no-repeat,
  220. linear-gradient(to bottom, #003BCF, #003BCF) left top no-repeat,
  221. linear-gradient(to left, #003BCF, #003BCF) right top no-repeat,
  222. linear-gradient(to bottom, #003BCF, #003BCF) right top no-repeat,
  223. linear-gradient(to left, #003BCF, #003BCF) left bottom no-repeat,
  224. linear-gradient(to bottom, #003BCF, #003BCF) left bottom no-repeat,
  225. linear-gradient(to left, #003BCF, #003BCF) right bottom no-repeat,
  226. linear-gradient(to left, #003BCF, #003BCF) right bottom no-repeat;
  227. background-size: 2px 10px, 10px 2px, 2px 10px, 10px 2px;
  228. background-color: #0B0F2A;
  229. padding:12px;
  230. }
  231. .tb .h3title{
  232. position: absolute;
  233. top:-50px;
  234. left:0px;
  235. background-color: transparent;
  236. }
  237. .tb>h3{
  238. background:url(../img/titleioc.png) left center no-repeat;
  239. text-indent: 27px;
  240. margin-left: 20px;
  241. margin-top: 15px;
  242. height: 33px;
  243. line-height: 33px;
  244. font-size: 24px;
  245. width: 90%;
  246. color: #fff;
  247. font-weight: 100;
  248. }
  249. .tb>table{
  250. width: 98%;
  251. margin-left: 2%;
  252. color: #fff;
  253. text-align: center;
  254. border:none;
  255. border-spacing: 0
  256. }
  257. .tb>table td{
  258. border:none;
  259. height: 30px;
  260. }
  261. .tb>table tr:nth-child(odd){
  262. background: #1f223c;
  263. }
  264. .tb_title{
  265. background: #1f223c;
  266. color: #487bff;
  267. height: 35px;
  268. line-height: 35px;
  269. font-size: 16px;
  270. }
  271. .baner{
  272. height: 30px;
  273. position: absolute;
  274. right: 0px;
  275. top:110px;
  276. width: 697px;
  277. height: 56px;
  278. }
  279. .baner a{
  280. float: left;
  281. color: #596DA2;
  282. display: block;
  283. padding:0 15px;
  284. height: 43px;
  285. text-align: center;
  286. margin-right: 55px;;
  287. cursor: pointer;
  288. line-height: 42px;
  289. }
  290. .baner a:hover,.baner .ahover{
  291. color: #fff;
  292. background:url(../img/bthover.png) left center no-repeat / 100% 100%;
  293. }
  294. .fxzt{
  295. float: left;
  296. width: 492px;
  297. height: 220px;
  298. background:#0c0f2b url(../img/border2.png) left center no-repeat / 100% 100%;
  299. }
  300. .fxzt>div{
  301. width: 95%;
  302. margin: 0 auto;
  303. height: 90%;
  304. margin-top:2%;
  305. }
  306. .fxzt>div>span{
  307. margin-left: 295px;
  308. display: inline-block;
  309. color: #71DDF9;
  310. font-size: 18px;
  311. }
  312. .div1{
  313. float: left;
  314. width: 675px;
  315. height: 238px;
  316. }
  317. .cznl{
  318. width: 100%;
  319. clear: both;
  320. }
  321. .cznl>div{
  322. display: none;
  323. }
  324. .echart_div{
  325. width: 700px;
  326. float: left;
  327. height: 600px;
  328. }
  329. .czl{
  330. width: 100%;
  331. float: left;
  332. min-height: 400px;
  333. display: none;
  334. margin-left: 10px;
  335. }
  336. .fxztul{
  337. width: 380px;
  338. margin-top: 15px;
  339. }
  340. .fxztul li{
  341. float: left;
  342. width: 170px;
  343. color: #fff;
  344. height: 57px;
  345. margin-top: 15px;
  346. }
  347. .fxztul li span{
  348. height: 15px;
  349. width: 3px;
  350. display: inline-block;
  351. background: #00B7F0;
  352. margin-right: 5px;
  353. margin-left:15px;
  354. }
  355. .litime p{
  356. line-height: 33px;
  357. color: #72DDFF;
  358. font-size: 24px;
  359. text-indent: 22px;
  360. }
  361. .listate{
  362. text-align: center;
  363. }
  364. .listate p{
  365. color: #3AFF57;
  366. line-height: 36px;
  367. text-align: center;
  368. }
  369. .linumber p{
  370. color: #FCB300;
  371. font-weight: 800;
  372. line-height: 36px;
  373. text-indent: 22px;
  374. font-size: 24px;
  375. }
  376. .tb_pos{
  377. position: absolute;
  378. right: 10px;
  379. top: 15px;
  380. width: 525px;
  381. height: 290px;
  382. }
  383. div.tb_pos2{
  384. top:321px;
  385. }
  386. .sheng{
  387. display: inline-block;
  388. margin-left: 5px;
  389. color: red;
  390. font-size: 18px;
  391. font-weight: 800;
  392. }
  393. .jiang{
  394. display: inline-block;
  395. margin-left: 5px;
  396. color: green;
  397. font-weight: 800;
  398. font-size: 18px;
  399. }
  400. .lins1{
  401. float: left;
  402. width: 815px;
  403. height: 406px;
  404. }
  405. .lines1tb{
  406. float: right;
  407. width: 960px;
  408. height: 406px;
  409. }
  410. .lines1tb .tb{
  411. width: 97%;
  412. }
  413. .content1>div{
  414. display: none;
  415. }
  416. .lins2,.lins3,.lins4{
  417. width: 405px;
  418. height: 260px;
  419. float: left;
  420. margin-left: 10px;
  421. margin-top: 50px;
  422. background:#0c0f2b url(../img/border2.png) left center no-repeat / 100% 100%;
  423. }
  424. .linsdiv{
  425. width: 100%;
  426. height: 218px;
  427. margin-top:36px;
  428. }
  429. .lins_t{
  430. width: 164px;
  431. margin-right: 15px;
  432. height: 32px;
  433. margin-top: 8px;;
  434. line-height: 32px;
  435. float: right;
  436. color: #fff;
  437. clear: both;
  438. text-align: right;
  439. }
  440. .lines4tb .tb{
  441. width: 541px;
  442. float: left;
  443. height: 260px;
  444. margin-top: 50px;
  445. }
  446. .baojing{
  447. width: 64px;
  448. height: 57px;
  449. margin:0 auto;
  450. background:url(../img/state1.png) center center no-repeat;
  451. background-size: 100% 100%;
  452. }
  453. td.baojing{
  454. background-size: 15px 15px;
  455. }
  456. td.baojing1{
  457. background-size: 15px 15px;
  458. }
  459. li.yellowl{
  460. background:#0c0f2b url(../img/state2.png) left center no-repeat / 100% 100%;
  461. }
  462. .baojing1{
  463. background:url(../img/state.png) center center no-repeat;
  464. background-size: 100% 100%;
  465. width: 64px;
  466. height: 57px;
  467. margin:0 auto;
  468. }
  469. .baojing2{
  470. background:#0c0f2b url(../img/state2.png) left center no-repeat;
  471. background-size: 100% 100%;
  472. width: 64px;
  473. height: 57px;
  474. margin:0 auto;
  475. }
  476. .pie2,.pie1{
  477. width: 900px;
  478. height:750px;
  479. }
  480. .piebt{
  481. width:900px;
  482. text-align: center;
  483. color: #fff;
  484. font-size: 24px;
  485. top:30px;
  486. }
  487. .piebt1{
  488. position: absolute;
  489. left:0;
  490. }
  491. .piebt2{
  492. position: absolute;
  493. left:900px;
  494. }
  495. .gxlist{
  496. float: right;
  497. width: 822px;
  498. height: 351px;
  499. margin-right: 15px;
  500. background: rgba(12,16,54,0.7);
  501. position: static;
  502. }
  503. .gxlist ul{
  504. margin-top:20px;
  505. }
  506. .gxlist ul li{
  507. width: 739px;
  508. height: 44px;
  509. line-height: 44px;
  510. color: #fff;
  511. text-align: 3px;
  512. border-bottom: 1px dashed #4B4F6C;
  513. margin: 0 auto;
  514. }
  515. .gxlist ul li span{
  516. float: right;
  517. padding-right: 10px;
  518. color: green;
  519. }
  520. .gxlist ul li .zx{
  521. color: yellow;
  522. }
  523. .gxlist ul li .fm{
  524. color: red;
  525. }
  526. .sanlianbt{
  527. width: 120px;
  528. height: 37px;
  529. line-height: 37px;
  530. text-align: center;
  531. border-radius: 5px;
  532. background: #009DD0;
  533. color: #fff;
  534. position: absolute;
  535. left:300px;
  536. bottom: 60px;
  537. cursor: pointer;
  538. }
  539. .sanlianbt a{
  540. color: #fff;
  541. }
  542. div.guanxi{
  543. width:960px;
  544. }