index1.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. /*
  2. 头部*/
  3. .header{
  4. width: 100%;
  5. height: 1.5rem;
  6. /*background: red;*/
  7. }
  8. .header .header-left{
  9. width: 25%;
  10. height: 1.05rem;
  11. color: white;
  12. /* border: 1px solid green;*/
  13. text-align: center;
  14. line-height: 1.05rem;
  15. }
  16. .header .header-center{
  17. width: 50%;
  18. height: 1.2rem;
  19. /*border: 1px solid red;*/
  20. /* background: url("../images/head.gif") no-repeat;
  21. background-size: 100% 100%;*/
  22. position: relative;
  23. }
  24. .header .header-center .header-title{
  25. text-align: center;
  26. color: #ffffff;
  27. font-size: .4rem;
  28. text-shadow: 0 0 .3rem #00d8ff;
  29. line-height: 1.05rem;
  30. }
  31. .header .header-img{
  32. background: url("../images/head.gif") no-repeat center center;
  33. background-size: 100%;
  34. height: 100%;
  35. width: 100%;
  36. position: absolute;
  37. top: .4rem;
  38. }
  39. .header .header-right{
  40. width: 25%;
  41. height: 1.05rem;
  42. /*border: 1px solid gold;*/
  43. }
  44. .header .header-bottom{
  45. width: calc(100% - .4rem);
  46. height: .16rem;
  47. background: url("../images/header.png") no-repeat;
  48. background-size: calc(100% - .2rem) 100%;
  49. padding: 0 .2rem;
  50. margin-left: .3rem;
  51. }
  52. /*
  53. 内容*/
  54. .center{
  55. padding: .1rem .2rem .1rem .2rem;
  56. }
  57. .center .center-left{
  58. width: 35%;
  59. padding: .1rem;
  60. /* border: 1px solid red;*/
  61. }
  62. .center .center-left .left-top{
  63. width: 100%;
  64. height: 6.8rem;
  65. margin-bottom: .4rem;
  66. }
  67. .center .center-left .left-top h1{
  68. color: white;
  69. font-size: .4rem;
  70. transform: rotateX(0deg);
  71. /*display: flex;*/
  72. align-items: center;
  73. margin-bottom: 8px;
  74. position: relative;
  75. -webkit-transform-style: preserve-3d;
  76. -moz-transform-style: preserve-3d;
  77. -ms-transform-style: preserve-3d;
  78. transform-style: preserve-3d;
  79. transform-origin: 50% 50%;
  80. /*transform: rotateX(0deg);*/
  81. /*width: 100%;*/
  82. transition: transform 500ms cubic-bezier(0.15, 0.52, 0.5, 0.9) 0s;
  83. /*height: 24px;*/
  84. /*过渡效果*/
  85. transition: all 1s;
  86. }
  87. /*.center .center-left .left-top h1:hover{
  88. transform: rotateX(360deg);
  89. transition: all 2s;
  90. }*/
  91. .title{
  92. width: 90%;
  93. height: 0.3rem;
  94. /* border: 1px solid gold;*/
  95. position: relative;
  96. top:.1rem;
  97. left: .25rem;
  98. color: white;
  99. padding-left: 0.12rem;
  100. line-height: 0.3rem;
  101. }
  102. .title:before{
  103. width: 0.05rem;
  104. height: 0.25rem;
  105. top: 0.02rem;
  106. position: absolute;
  107. content: "";
  108. background: #59ebe8;
  109. border-radius: 0.02rem;
  110. left: 0;
  111. }
  112. .top-list p{
  113. font-size: .18rem;
  114. color: #029698;
  115. padding: .3rem;
  116. }
  117. .top-list li{
  118. float: left;
  119. font-size: .2rem;
  120. color: #ffffff;
  121. width: 50%;
  122. height: .8rem;
  123. line-height: .8rem;
  124. padding: 0 .2rem;
  125. margin-bottom: .4rem;
  126. }
  127. .top-list li img{
  128. margin: .1rem 0;
  129. display: block;
  130. float: left;
  131. line-height: .8rem;
  132. /*height: .8rem;*/
  133. }
  134. .top-list li span{
  135. display: block;
  136. float: left;
  137. padding-left: .2rem;
  138. line-height: .8rem;
  139. }
  140. .center .center-left .left-bottom{
  141. width: 100%;
  142. height: 3.2rem;
  143. /*background: url("../images/panel.png") no-repeat;
  144. background-size: 100% 100%;*/
  145. /*border: 0.01rem solid #217093;*/
  146. }
  147. .center .center-left .bottom-b{
  148. width: calc(100% - 0.2rem);
  149. height: 2.6rem;
  150. margin-left: 0.1rem;
  151. margin-top: 0.1rem;
  152. }
  153. .center .center-cen{
  154. width: 65%;
  155. padding: .1rem;
  156. }
  157. .center .center-cen .cen-top{
  158. width: 100%;
  159. height: 3.2rem;
  160. /*background: url("../images/a.png") no-repeat;
  161. background-size: 100% 100%;*/
  162. /*border: 0.01rem solid #217093;*/
  163. margin-bottom: .4rem;
  164. position: relative;
  165. }
  166. .center .center-cen .cen-top .top-title{
  167. position: absolute;
  168. width: 60%;
  169. height: 2.2rem;
  170. /*border: 1px solid red;*/
  171. left: .5rem;
  172. top:.5rem;
  173. }
  174. .center .center-cen .cen-top .top-title span{
  175. font-size: .8rem;
  176. text-align: center;
  177. display: block;
  178. margin: 0 auto;
  179. line-height: 2.2rem;
  180. float: left;
  181. }
  182. .center .center-cen .cen-top .top-title li{
  183. float: left;
  184. width: 50%;
  185. /*height: 1rem;*/
  186. /*border: 1px solid green;*/
  187. }
  188. .center .center-cen .cen-top .top-title li p,
  189. .center .center-cen .cen-top .top-title li span,
  190. .center .center-cen .cen-top .top-title li b{
  191. color: #ffffff;
  192. }
  193. .center .center-cen .cen-top .top-title li b{
  194. text-align: center;
  195. display: block;
  196. margin: .8rem auto 0 auto;
  197. float: left;
  198. }
  199. .center .center-cen .cen-top .top-title li p{
  200. padding: .1rem;
  201. margin-left: .2rem;
  202. }
  203. .center .center-cen .cen-top .top-title li span{
  204. text-align: center;
  205. display: inline-block;
  206. /*width: .35rem;*/
  207. height: .45rem;
  208. /*background: #37a9ea;*/
  209. margin-left: .3rem;
  210. line-height: .4rem;
  211. font-size: .5rem;
  212. margin-top: .6rem;
  213. }
  214. .datashuji{
  215. position: absolute;
  216. margin-bottom: .1rem;
  217. bottom: .5rem;
  218. left: 20%;
  219. }
  220. .dataright{
  221. position: absolute;
  222. margin-bottom: .1rem;
  223. bottom: .5rem;
  224. right: 5%;
  225. }
  226. .datashuji span,.dataright span{
  227. font-size: .2rem !important;
  228. }
  229. .center .center-cen .cen-top .top-bottom{
  230. width: 35%;
  231. height: 2.2rem;
  232. /*border: 1px solid red;*/
  233. position: absolute;
  234. top:0.5rem;
  235. right: 0.1rem;
  236. padding: .2rem;
  237. /*overflow: hidden;*/
  238. }
  239. .center .center-cen .cen-top .top-bottom span{
  240. font-size: .8rem;
  241. text-align: center;
  242. display: block;
  243. margin: 0 auto;
  244. line-height: 2.2rem;
  245. }
  246. .center .center-cen .cen-bottom{
  247. width: 100%;
  248. height: 6.8rem;
  249. }
  250. .center .center-cen .bottom-b{
  251. width: calc(100% - 0.2rem);
  252. height: 6.4rem;
  253. margin-left: 0.1rem;
  254. margin-top: 0.1rem;
  255. }
  256. .gun{
  257. /* width: 100%;*/
  258. margin-top: .2rem;
  259. }
  260. .gun span{
  261. display: block;
  262. float: left;
  263. height: .2rem;
  264. width: 25%;
  265. /*background: red;*/
  266. /*margin: 15px 10px 10px 10px;*/
  267. /*padding: 20px;*/
  268. text-align: center;
  269. font-size: 0.14rem;
  270. font-weight: 600;
  271. color: #61d2f7;
  272. text-align: center;
  273. margin-bottom: .1rem;
  274. }
  275. #FontScroll{
  276. width: 100%;
  277. height: 2.3rem;
  278. overflow: hidden;
  279. /*float: left;*/
  280. margin-top: .1rem;
  281. /*margin: 0 5%;*/
  282. /*margin-left: 50px;*/
  283. /*background: gold;*/
  284. }
  285. #FontScroll ul li{
  286. height: .32rem;
  287. width: 100%;
  288. color: #ffffff;
  289. text-align: center;
  290. line-height: .32rem;
  291. /*border-bottom: 1px dashed #404040;*/
  292. /*width:33.3%;*/
  293. overflow: hidden;
  294. font-size: 0.14rem;
  295. /*border-bottom: 1px dashed #404040;*/
  296. /*width:33.3%;*/
  297. /*background: red;
  298. margin: 0 2%;*/
  299. }
  300. /*#FontScroll ul li:nth-child(1){
  301. !*background-color: #072951;*!
  302. box-shadow: -10px 0px 15px #034c6a inset, !*左边阴影*!
  303. 10px 0px 15px #034c6a inset;
  304. }
  305. #FontScroll ul li:hover{
  306. box-shadow: -10px 0px 15px #034c6a inset, !*左边阴影*!
  307. 10px 0px 15px #034c6a inset;
  308. cursor: pointer;
  309. }*/
  310. .fontInner span{
  311. display:inline-block;
  312. /*float: left;*/
  313. /*height: 20px;*/
  314. width:24%;
  315. color: #ffffff;
  316. /*background: red;*/
  317. }
  318. .fontInner span b{
  319. display: inline-block;
  320. width: .2rem;
  321. height: .2rem;
  322. border-radius: 0.03rem;
  323. color: #ffffff;
  324. line-height: .2rem;
  325. }