main.css 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. }
  5. @media (max-width: 1280px){
  6. html{
  7. font-size: 10px !important;
  8. }
  9. }
  10. @media(max-width:1366px){
  11. html{
  12. font-size: 13px !important;
  13. }
  14. }
  15. @media(min-width:1920px){
  16. html{
  17. font-size: 20px !important;
  18. }
  19. }
  20. body{
  21. background: url("../../images/bj.png");
  22. background-size:100% 100%;
  23. background-position: center center;
  24. /* -webkit-background-size: cover; */
  25. background-attachment: fixed;
  26. /* overflow: hidden; */
  27. }
  28. /*a,p,h1,h2,h3,h4,h5,h6,body,span,label,div{padding:0;margin:0;font-family:'瀵邦喛钂嬮梿鍛寸拨';}
  29. div{font-family:'瀵邦喛钂嬮梿鍛寸拨';}
  30. ul{padding:0;margin:0;}
  31. a{text-decoration:none !important;}*/
  32. @font-face{
  33. font-family: yjsz;
  34. src:url('../fonts/yjsz.ttf');
  35. /* url('../fonts/yjsz.eot'); *//* IE9+,可以是具体的实际链接 */
  36. }
  37. .fl{
  38. float: left;
  39. }
  40. .fr{
  41. float: right;
  42. }
  43. /*头部*/
  44. #header{
  45. width: 100%;
  46. height: 8.08rem;
  47. position: relative;
  48. /*border-bottom: 1px solid #00fbfe;*/
  49. background: url("../../images/head_bg.png") no-repeat center center;
  50. background-size: 100%;
  51. box-shadow: 0 0 1.92rem #037581;
  52. /* min-width: 1366px; */
  53. }
  54. #header .header{
  55. width: 30.77rem;
  56. height: 8.08rem;
  57. /*background: red;*/
  58. margin: 0 auto;
  59. text-align: center;
  60. line-height: 6.15rem;
  61. font-size: 1.85rem;
  62. }
  63. #header .header h1{
  64. color: #ffffff;
  65. text-shadow: 0 0 1.93rem #00d8ff;
  66. font-size: 15.33rem;
  67. font-family:"Adobe 楷体 Std R";
  68. }
  69. /*#data_content {
  70. width: 100%;
  71. height: calc(100% - 105px);
  72. padding-top: 20px;
  73. background: red;
  74. }*/
  75. .data_content{
  76. width: calc(100% - 3.08rem);
  77. /* height: 48.46rem; */
  78. /*padding-top: 30px;*/
  79. /* background: red;*/
  80. /* margin-top: 2rem; */
  81. margin-left: 1.15rem;
  82. /* min-width: 1366px; */
  83. /*margin-bottom: 40px;*/
  84. }
  85. #data_content .data_info{
  86. width: calc(100% - 3.08rem);
  87. height: 6.46rem;
  88. /*background: red;*/
  89. margin-left: 1.54rem;
  90. margin-bottom: 1.31rem;
  91. margin-top: 0.54rem;
  92. /* min-width: 1366px; */
  93. }
  94. #data_content .data_info .conuts{
  95. font-family: 'yjsz';
  96. font-size: 3.08rem;
  97. }
  98. #data_content .data_info .info_1{
  99. width: 40%;
  100. height: 6.46rem;
  101. /*background: green;*/
  102. }
  103. #data_content .data_info .info_1 .text_1{
  104. width: calc(100% - 1.92rem);
  105. height: 6.46rem;
  106. margin-top: -1rem;
  107. background-color: #0c1629;
  108. }
  109. #data_content .data_info .info_1 .text_1 div{
  110. width: 33.3%;
  111. position: relative;
  112. }
  113. #data_content .data_info .info_1 .text_1 img{
  114. position: absolute;
  115. top: 2.22rem;
  116. left: 1.15rem;
  117. }
  118. #data_content .data_info .info_1 .text_1 .count{
  119. margin-left: 5rem;
  120. margin-top: 1.77rem;
  121. width: 100%;
  122. }
  123. #data_content .data_info .info_1 .text_1 .count p:nth-child(1){
  124. color: #ffffff;
  125. }
  126. #data_content .data_info .info_1 .text_1 .count p:last-child{
  127. color: #00fbfe;
  128. text-shadow: 0 0 1.92rem #00fbfe;
  129. font-size: 2.15rem;
  130. font-weight: bolder;
  131. }
  132. #data_content .data_info .info_2{
  133. width: 31%;
  134. height: 6.46rem;
  135. /*background: purple;*/
  136. }
  137. #data_content .data_info .info_2 .text_2{
  138. width: calc(100% - 1.92rem);
  139. height: 6.46rem;
  140. background-color: #0c1629;
  141. margin-top: -1rem;
  142. }
  143. #data_content .data_info .info_2 .text_2 div{
  144. width: 50%;
  145. position: relative;
  146. }
  147. #data_content .data_info .info_2 .text_2 img{
  148. position: absolute;
  149. top: 2.22rem;
  150. left: 1.15rem;
  151. }
  152. #data_content .data_info .info_2 .text_2 .count{
  153. margin-left: 5rem;
  154. margin-top: 1.77rem;
  155. }
  156. #data_content .data_info .info_2 .text_2 .count p:nth-child(1){
  157. color: #ffffff;
  158. }
  159. #data_content .data_info .info_2 .text_2 .count p:last-child{
  160. color: #00fbfe;
  161. text-shadow: 0 0 1.92rem #00fbfe;
  162. font-size: 2.15rem;
  163. font-weight: bolder;
  164. }
  165. #data_content .data_info .info_3{
  166. width: 29%;
  167. height: 6.46rem;
  168. }
  169. #data_content .data_info .info_3 .text_2{
  170. width: 100%;
  171. height: 6.46rem;
  172. background-color: #0c1629;
  173. margin-top: -1rem;
  174. }
  175. #data_content .data_info .info_3 .text_2 div{
  176. width: 50%;
  177. position: relative;
  178. }
  179. #data_content .data_info .info_3 .text_2 img{
  180. position: absolute;
  181. top: 2.22rem;
  182. left: 1.15rem;
  183. }
  184. #data_content .data_info .info_3 .text_2 .count{
  185. margin-left: 5rem;
  186. margin-top: 1.77rem;
  187. }
  188. #data_content .data_info .info_3 .text_2 .count p:nth-child(1){
  189. color: #ffffff;
  190. }
  191. #data_content .data_info .info_3 .text_2 .count p:last-child{
  192. color: #00fbfe;
  193. text-shadow: 0 0 1.92rem #00fbfe;
  194. font-size: 2.15rem;
  195. font-weight: bolder;
  196. }
  197. /*左边*/
  198. .data_content .data_left{
  199. width: 24%;
  200. height: 100%;
  201. /*background: green;*/
  202. }
  203. .data_content .data_left .left_top{
  204. width: 100% ;
  205. height: 21rem;
  206. /*background: green;*/
  207. }
  208. /*四个角的*/
  209. .public:before,
  210. .public:after{ position:absolute; width: 1.54rem; height: 1.54rem; content: ""; border-top: 0.15rem solid #02a6b5; top: 0;}
  211. .public:before,.boxfoot:before{border-left: 0.15rem solid #02a6b5;left: 0;}
  212. .public:after,.boxfoot:after{border-right: 0.15rem solid #02a6b5; right: 0;}
  213. .boxfoot{ position:absolute; bottom: 0; width: 100%; left: 0;}
  214. .boxfoot:before,
  215. .boxfoot:after{ position:absolute; width: 1.54rem; height: 1.54rem; content: "";border-bottom: 0.15rem solid #02a6b5; bottom: 0;}
  216. /*四个角的*/
  217. /*左边第一部分*/
  218. .data_content .data_left .left_top .info{
  219. width: 100%;
  220. height: 65%;
  221. /* background: rgba(1,33,44,0.3); */
  222. border: 1px solid #20558b ;
  223. position: relative;
  224. margin-bottom: 2.69rem;
  225. /*box-shadow: -10px 0px 15px #034c6a inset, !*左边阴影*!
  226. 0px -10px 15px #034c6a inset, !*上边阴影*!
  227. 10px 0px 15px #034c6a inset, !*右边阴影*!
  228. 0px 10px 15px #034c6a inset;*/
  229. }
  230. .min-title{
  231. width: 15.38rem;
  232. height: 3.08rem;
  233. background: #0c1629;
  234. /*margin: 0 auto;*/
  235. top: -1.54rem;
  236. position: absolute;
  237. left: 50%;
  238. border-radius: 1.54rem;
  239. text-align: center;
  240. margin-left: -6.92rem;
  241. }
  242. .min-title span{
  243. display: inline-block;
  244. line-height: 3.08rem;
  245. color: white;
  246. }
  247. /*左边第二部分*/
  248. .data_content .data_left .left_top .top_bottom{
  249. width: 100%;
  250. height: 15.08rem;
  251. border: 1px solid #20558b ;
  252. position: relative;
  253. margin-bottom: 2.69rem;
  254. }
  255. /*中间*/
  256. .data_content .data_c{
  257. width: 52%;
  258. height: 100%;
  259. /*
  260. padding:0 20px;*/
  261. }
  262. .data_content .data_c .data_c_1{
  263. width: calc(100% - 3.85rem);
  264. height: 28.46rem;
  265. /*background: red;*/
  266. /*border: 1px solid #20558b ;*/
  267. position: relative;
  268. margin-bottom: 2.69rem;
  269. margin-left: 1.92rem;
  270. }
  271. .data_content .data_c .data_c_1 .dzimg{
  272. width: 61.54rem;
  273. height: 100%;
  274. margin: 0 auto;
  275. position: relative;
  276. background: url("../../images/page1_3.jpg") no-repeat center;
  277. background-size: cover;
  278. }
  279. .data_content .data_c .data_c_1 .dzimg img{
  280. top: 25%;
  281. left: 3.85rem;
  282. width: 38.46rem;
  283. height: 46.15rem;
  284. position: absolute;
  285. transition: transform 1s ease 1s;
  286. transform-style: preserve-3d;
  287. transform: rotateY(0deg) translateZ(240px);
  288. }
  289. .data_content .data_c .data_c_2{
  290. width: calc(100% - 3.85rem);
  291. height: calc(28% - 10.77rem);
  292. border: 1px solid #20558b ;
  293. position: relative;
  294. margin-left: 1.92rem;
  295. }
  296. /*右边*/
  297. .data_content .data_right{
  298. width: 24%;
  299. height: 100%;
  300. }
  301. .data_content .data_right .right_top{
  302. width: 100%;
  303. height: calc(60% - 1.54rem);
  304. /*background: green;*/
  305. }
  306. .data_content .data_right .right_top .right_info{
  307. width: 100%;
  308. height: 14.23rem;
  309. border: 1px solid #20558b;
  310. position: relative;
  311. margin-bottom: 2.69rem;
  312. }
  313. .wenzi{
  314. margin-top: 2.31rem;
  315. }
  316. .gun{
  317. /* width: 100%;*/
  318. /*margin: 20px;*/
  319. }
  320. .gun span{
  321. display: block;
  322. float: left;
  323. height: 1.54rem;
  324. width: 33%;
  325. /*background: red;*/
  326. /*margin: 15px 10px 10px 10px;*/
  327. /*padding: 20px;*/
  328. text-align: center;
  329. font-size: 1.08rem;
  330. font-weight: 600;
  331. color: #61d2f7;
  332. text-align: center;
  333. margin-bottom: 0.77rem;
  334. }
  335. #FontScroll{
  336. width: 100%;
  337. height: 13.08rem;
  338. overflow: hidden;
  339. /*float: left;*/
  340. margin-top: 0.77rem;
  341. /*margin: 0 5%;*/
  342. /*margin-left: 50px;*/
  343. /*background: gold;*/
  344. }
  345. #FontScroll ul li{
  346. height: 2.92rem;
  347. width: 100%;
  348. color: #ffffff;
  349. text-align: center;
  350. line-height: 2.92rem;
  351. border-bottom: 1px dashed #404040;
  352. /*width:33.3%;*/
  353. overflow: hidden;
  354. /*background: red;
  355. margin: 0 2%;*/
  356. }
  357. #FontScroll ul li:nth-child(1){
  358. /*background-color: #072951;*/
  359. box-shadow: -10px 0px 15px #034c6a inset, /*左边阴影*/
  360. 10px 0px 15px #034c6a inset;
  361. }
  362. #FontScroll ul li:hover{
  363. box-shadow: -10px 0px 15px #034c6a inset, /*左边阴影*/
  364. 10px 0px 15px #034c6a inset;
  365. cursor: pointer;
  366. }
  367. .fontInner span{
  368. display:inline-block;
  369. /*float: left;*/
  370. /*height: 20px;*/
  371. width:31%;
  372. /*background: red;*/
  373. }
  374. .data_content .data_right .right_top .right_content{
  375. width: 100%;
  376. height: 14.23rem;
  377. border: 1px solid #20558b;
  378. position: relative;
  379. margin-bottom: 2.69rem;
  380. }
  381. .data_content .data_right .right_top .right_bottom{
  382. width: 100%;
  383. height: calc(50% - 1.54rem);
  384. border: 1px solid #20558b;
  385. position: relative;
  386. margin-bottom: 1.54rem;
  387. }
  388. .content{
  389. width: 38.46rem;
  390. height: 38.46rem;
  391. margin: 0 auto;
  392. }
  393. .content img{
  394. margin-top: 38.46rem;
  395. }
  396. .content-bottom{
  397. height: 100px;
  398. float: left;
  399. width: calc(100% - 2.85rem);
  400. margin-left:1.15rem ;
  401. margin-top: -20px;
  402. }
  403. .bottom-title{
  404. width: 15.38rem;
  405. height: 3.08rem;
  406. background: #0c1629;
  407. color: #fff;
  408. line-height: 3.08rem;
  409. /*margin: 0 auto;*/
  410. border-radius: 1.54rem;
  411. text-align: center;
  412. margin: 0 auto;
  413. margin-top: -1.2rem;
  414. }
  415. .runHistory-container{
  416. height: 112px;
  417. position: relative;
  418. border: 1px solid #20558b;
  419. }
  420. .header_icon{
  421. width: 3.08rem;
  422. height: 3.08rem;
  423. }
  424. #alarmCount{
  425. color: rgb(178, 30, 30) !important;
  426. }
  427. /* .center-image{
  428. width: 20rem;
  429. height: 40rem;
  430. margin:0 auto;
  431. } */