main.css 8.9 KB

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