You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

630 lines
9.0 KiB

  1. html {
  2. height: 100%;
  3. }
  4. body {
  5. background-image: url(../images/inforBg.jpg);
  6. background-size: 100% 100%;
  7. min-height: 100%;
  8. padding-bottom: 22px;
  9. overflow: auto;
  10. padding-top: 1px;
  11. }
  12. .warpper {
  13. padding: 1px 12px 0;
  14. margin-top: 93px;
  15. width: 200%;
  16. overflow: hidden;
  17. }
  18. .index_con{
  19. overflow: hidden;
  20. width: 50%;
  21. float: left;
  22. }
  23. ::-webkit-scrollbar-track-piece {
  24. width: 1px;
  25. background-color: #142452;
  26. }
  27. ::-webkit-scrollbar {
  28. width: 1px;
  29. height: 6px
  30. }
  31. ::-webkit-scrollbar-thumb {
  32. height: 6px;
  33. background-color: #3F71FF;
  34. border-radius: 6px;
  35. }
  36. ::-webkit-scrollbar-thumb:hover {
  37. background: #3F71FF;
  38. }
  39. /* header */
  40. .header {
  41. background-image: url(../images/infor1-3.png);
  42. background-size: auto 100%;
  43. background-repeat: no-repeat;
  44. background-position: center;
  45. height: 94px;
  46. line-height: 94px;
  47. text-align: center;
  48. font-size: 34px;
  49. color: #fff;
  50. position: fixed;
  51. top: 0;
  52. left: 0;
  53. right: 0;
  54. z-index: 99;
  55. }
  56. .headerTime {
  57. position: absolute;
  58. right: 34px;
  59. top: 0;
  60. bottom: 0;
  61. font-size: 18px;
  62. line-height: 30px;
  63. height: 60px;
  64. margin: auto;
  65. }
  66. /* header */
  67. /* index_sec1 */
  68. .index_sec {
  69. float: left;
  70. padding: 0 12px;
  71. }
  72. .warpper>div {
  73. /* float: left; */
  74. }
  75. .index_sec1 {
  76. width: 30%;
  77. }
  78. .inSec1Box {
  79. margin-top: 24px;
  80. background-image: url(../images/infor1-1.jpg);
  81. background-size: 100% 100%;
  82. padding: 10px 24px 24px;
  83. }
  84. .inSecT {
  85. line-height: 32px;
  86. font-size: 16px;
  87. color: #5380FF;
  88. overflow: hidden;
  89. }
  90. .inSecT img {
  91. margin-left: 20px;
  92. height: 20px;
  93. }
  94. .inSec1RewardL {
  95. float: left;
  96. }
  97. .inSec1Xq {
  98. margin-top: 20px;
  99. }
  100. .inSec1XqT {
  101. display: inline-block;
  102. background-color: #1D3781;
  103. position: relative;
  104. padding: 0 12px;
  105. height: 26px;
  106. line-height: 26px;
  107. margin-bottom: 10px;
  108. border-radius: 3px;
  109. }
  110. .inSec1XqT:after {
  111. content: '';
  112. border: 5px solid transparent;
  113. border-left-color: #1D3781;
  114. position: absolute;
  115. left: 0;
  116. bottom: -5px;
  117. }
  118. .inSec1XqTxt {
  119. font-size: 12px;
  120. }
  121. .inSec1XqTxt span {
  122. margin: 0 15px 0 5px;
  123. font-size: 16px;
  124. font-weight: bold;
  125. }
  126. .inSec1Con {
  127. position: relative;
  128. margin-top: 20px;
  129. }
  130. .inSec1RewardR {
  131. margin-left: 290px;
  132. height: 170px;
  133. }
  134. .inSec1rLineBox {
  135. float: left;
  136. width: 50%;
  137. }
  138. .inSec1rLine {
  139. height: 130px;
  140. position: relative;
  141. width: 78%;
  142. margin: 0 11%;
  143. }
  144. .inSec1rLine>div:first-child {
  145. position: absolute;
  146. left: 0;
  147. top: 0;
  148. right: 0;
  149. bottom: 0;
  150. }
  151. .inSec1rLine>div:first-child div {
  152. height: 2px;
  153. background-color: #091025;
  154. margin-top: 2px;
  155. position: relative;
  156. z-index: 3;
  157. }
  158. .inSec1rLineTxt {
  159. font-size: 12px;
  160. text-align: center;
  161. color: #5380FF;
  162. line-height: 16px;
  163. margin-top: 6px;
  164. }
  165. .inSec1G {
  166. background: #C21E1E;
  167. background: linear-gradient(to top, #C21E1E 0, #EA5757 100%);
  168. background: -moz-linear-gradient(bottom, #C21E1E 0, #EA5757 100%);
  169. background: -webkit-linear-gradient(bottom, #C21E1E 0, #EA5757 100%);
  170. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C21E1E', endColorstr='#EA5757', GradientType=1);
  171. }
  172. .inSec1S {
  173. background: #E49833;
  174. background: linear-gradient(to top, #E49833 0, #E9D44B 100%);
  175. background: -moz-linear-gradient(bottom, #E49833 0, #E9D44B 100%);
  176. background: -webkit-linear-gradient(bottom, #E49833 0, #E9D44B 100%);
  177. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E49833', endColorstr='#E9D44B', GradientType=1);
  178. }
  179. .inSec1X {
  180. background: #09B56A;
  181. background: linear-gradient(to top, #09B56A 0, #59C7C8 100%);
  182. background: -moz-linear-gradient(bottom, #09B56A 0, #59C7C8 100%);
  183. background: -webkit-linear-gradient(bottom, #09B56A 0, #59C7C8 100%);
  184. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09B56A', endColorstr='#59C7C8', GradientType=1);
  185. }
  186. .inSec1Awards {
  187. width: 33.333333%;
  188. float: left;
  189. padding: 0 10px;
  190. text-align: center;
  191. }
  192. .inSec1Awards div {
  193. line-height: 34px;
  194. color: #fff;
  195. }
  196. .inSec1Awards div:nth-child(2n-1) {
  197. background-color: #18244B;
  198. }
  199. .inSec1Awards div:nth-child(2n) {
  200. background-color: #141F40;
  201. }
  202. .inSec1Awards div:first-child {
  203. position: relative;
  204. border-radius: 3px;
  205. }
  206. .inSec1Awards div:first-child:after {
  207. content: '';
  208. border: 5px solid transparent;
  209. border-left-color: #1D3781;
  210. position: absolute;
  211. left: 0;
  212. bottom: -5px;
  213. }
  214. .inSec1Awards:nth-child(1) div:first-child {
  215. background-color: #E04949;
  216. }
  217. .inSec1Awards:nth-child(2) div:first-child {
  218. background-color: #E88F0D;
  219. }
  220. .inSec1Awards:nth-child(3) div:first-child {
  221. background-color: #1BB39C;
  222. }
  223. .inSec1Awards:nth-child(1) div:first-child:after {
  224. border-left-color: #E04949;
  225. }
  226. .inSec1Awards:nth-child(2) div:first-child:after {
  227. border-left-color: #E88F0D;
  228. }
  229. .inSec1Awards:nth-child(3) div:first-child:after {
  230. border-left-color: #1BB39C;
  231. }
  232. .inSec1Punish {
  233. width: 50%;
  234. float: left;
  235. padding: 0 10px;
  236. /* text-align: center; */
  237. line-height: 34px;
  238. color: #fff;
  239. }
  240. .inSec1Punish div {
  241. overflow: hidden;
  242. overflow: hidden;
  243. white-space: nowrap;
  244. text-overflow: ellipsis;
  245. }
  246. .inSec1Punish div:nth-child(2n-1) {
  247. background-color: #18244B;
  248. }
  249. .inSec1Punish div:nth-child(2n) {
  250. background-color: #141F40;
  251. }
  252. .inSec1Punish span {
  253. width: 50%;
  254. float: left;
  255. padding-left: 20px;
  256. }
  257. /* index_sec1 */
  258. /* index_sec2 */
  259. .index_sec2 {
  260. width: 40%;
  261. }
  262. .inSec2Top {
  263. /* overflow: hidden; */
  264. margin-top: 30px;
  265. }
  266. .inSec2TopBox {
  267. width: 33.333333%;
  268. float: left;
  269. padding: 0 10px;
  270. }
  271. .inSec2Num {
  272. font-size: 24px;
  273. font-weight: bold;
  274. color: #20ABFB;
  275. margin-top: 20px;
  276. }
  277. .inSec2TCon {
  278. line-height: 0;
  279. }
  280. .inSec2TCon>* {
  281. display: inline-block;
  282. vertical-align: middle;
  283. }
  284. .inSec2TCon img {
  285. width: 27px;
  286. }
  287. .inSec2TCon span {
  288. margin: 0 20px;
  289. }
  290. /* .inSec2TCon */
  291. .inSec2TCon:last-child {
  292. margin-top: 20px;
  293. }
  294. .inSec2TopImg {
  295. width: 120px;
  296. margin-top: -20px;
  297. }
  298. .inSec2Bottom {
  299. margin-top: 30px;
  300. text-align: center;
  301. }
  302. .inSec2BImg {
  303. width: 560px;
  304. }
  305. .inSec2WorkList {
  306. margin-bottom: 17px;
  307. }
  308. .inSec2Work {
  309. overflow: hidden;
  310. line-height: 28px;
  311. padding: 0 10px;
  312. }
  313. .inSec2Work:nth-child(2n-1) {
  314. background-color: #18244B;
  315. }
  316. .inSec2Work:nth-child(2n) {
  317. background-color: #141F40;
  318. }
  319. .inSec2Work div {
  320. float: left;
  321. padding: 0 5px;
  322. overflow: hidden;
  323. white-space: nowrap;
  324. text-overflow: ellipsis;
  325. }
  326. .inSec2Work div:nth-child(1) {
  327. width: 50%;
  328. }
  329. .inSec2Work div:nth-child(2) {
  330. width: 10%;
  331. color: #527FFF;
  332. }
  333. .inSec2Work div:nth-child(3) {
  334. width: 30%;
  335. color: #527FFF;
  336. }
  337. .inSec2Work div:nth-child(4) {
  338. width: 10%;
  339. }
  340. /* index_sec2 */
  341. /* index_sec3 */
  342. .index_sec3{
  343. width: 30%;
  344. }
  345. .inSec3L {
  346. float: left;
  347. width: 30%;
  348. }
  349. .inSec3LBox {
  350. line-height: 0;
  351. margin-top: 20px;
  352. }
  353. .inSec3LBox>* {
  354. display: inline-block;
  355. vertical-align: middle;
  356. }
  357. .inSec3LBox img {
  358. width: 18px;
  359. }
  360. .inSec3LBox span {
  361. margin: 0 10px;
  362. line-height: 20px;
  363. }
  364. .inSec3LBox b {
  365. font-size: 20px;
  366. }
  367. .inSec3R {
  368. margin-left: 130px;
  369. line-height: 0;
  370. text-align: center;
  371. }
  372. .inSec3R img {
  373. width: 221px;
  374. }
  375. .index_sec3 .inSec1Awards div {
  376. font-size: 12px;
  377. }
  378. .index_sec3 .inSec1Awards div:after {
  379. border-color: transparent !important;
  380. }
  381. .index_sec3 .inSec1Awards div:first-child {
  382. background-color: transparent !important;
  383. }
  384. .index_sec3 .inSec1Awards:nth-child(1) div:first-child {
  385. border-bottom: 2px solid #B02020;
  386. }
  387. .index_sec3 .inSec1Awards:nth-child(2) div:first-child {
  388. border-bottom: 2px solid #B02020;
  389. }
  390. .index_sec3 .inSec1Awards:nth-child(3) div:first-child {
  391. border-bottom: 2px solid #B02020;
  392. }
  393. .index_sec3 .inSec1Awards img {
  394. position: relative;
  395. width: 32px;
  396. top: 13px;
  397. left: 0;
  398. float: left;
  399. }
  400. .inSec3lwImg{
  401. line-height: 0;
  402. margin-top: 6px;
  403. }
  404. .inSec3lwImg img{
  405. width: 404px;
  406. }
  407. .inSec3lwImg:first-child{
  408. margin-bottom: 20px;
  409. }
  410. /* index_sec3 */
  411. /* index_sec4 */
  412. .index_sec4{
  413. width: 30%;
  414. }
  415. .inSec4Img1{
  416. line-height: 0;
  417. text-align: center;
  418. padding: 5px 0 4px;
  419. }
  420. .inSec4Img1 img{
  421. width: 430px;
  422. }
  423. .index_sec4 .inSecT img {
  424. margin-left: 20px;
  425. height: 14px;
  426. }
  427. .layui-form-select .layui-input{
  428. background-color: #0F2462;
  429. border-radius: 14px;
  430. border: 0;
  431. height: 28px;
  432. }
  433. .layui-form-select dl {
  434. top: 32px;
  435. }
  436. .layui-input-block{
  437. width: 150px;
  438. position: absolute;
  439. right: 0;
  440. top: -20px;
  441. color: #5380FF;
  442. }
  443. .layui-form-select dl dd.layui-this {
  444. background-color: #198BE3;
  445. }
  446. .layui-form-select dl{
  447. width: 150px;
  448. background-color: #0F2462;
  449. border: 0;
  450. border-radius: 4px;
  451. }
  452. .layui-form-select dl dd{
  453. color: #5380FF;
  454. }
  455. .layui-form-select dl dd:hover{
  456. background-color: #2551d4;
  457. }
  458. /* index_sec4 */
  459. /* index_sec5 */
  460. .index_sec5{
  461. width: 40%;
  462. }
  463. .inSec5TopImg1{
  464. line-height: 0;
  465. text-align: right;
  466. margin-top: -20px;
  467. }
  468. .inSec5TopImg1 img{
  469. width: 112px;
  470. }
  471. .inSec5TopImg2 {
  472. line-height: 0;
  473. margin-top: 24px;
  474. text-align: center;
  475. }
  476. .inSec5TopImg2 img{
  477. text-align: center;
  478. width: 74px;
  479. margin: 0 8px;
  480. }
  481. .inSec5Bottom{
  482. line-height: 0;
  483. text-align: center;
  484. margin-top: 20px;
  485. }
  486. .inSec5Bottom img{
  487. width: 530px;
  488. }
  489. .inSec5Img2{
  490. line-height: 0;
  491. text-align: center;
  492. margin-top: -20px;
  493. }
  494. .inSec5Img2 img{
  495. width: 550px;
  496. }
  497. /* index_sec5 */
  498. /* index_sec6 */
  499. .index_sec6{
  500. width: 30%;
  501. }
  502. .inSec6Img{
  503. line-height: 0;
  504. text-align: center;
  505. margin-top: 10px;
  506. }
  507. .inSec6Img img{
  508. width: 430px;
  509. }
  510. .inSec6Box{
  511. width: 50%;
  512. float: left;
  513. }
  514. .inSec6Img2{
  515. line-height: 0;
  516. margin-top: 22px;
  517. }
  518. .inSec6Img2 img{
  519. width: 188px;
  520. }
  521. /* index_sec6 */