main.css 9.0 KB

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