网站
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.

преди 2 години
преди 1 месец
преди 2 години
преди 1 месец
преди 2 години
преди 1 месец
преди 2 години
преди 2 години
преди 2 години
преди 1 месец
преди 2 години
преди 2 години
преди 2 години
преди 11 месеца
преди 2 години
преди 1 месец
преди 11 месеца
преди 2 години
преди 1 месец
преди 2 години
преди 1 месец
преди 2 години
преди 1 месец
преди 2 години
преди 1 година
преди 1 година
преди 1 година
преди 2 години
преди 1 година
преди 1 година
преди 2 години
преди 2 години
преди 1 година
преди 1 месец
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  1. /*公共主题参数*/
  2. :root{
  3. --color:'';
  4. --icon:'';
  5. --logo:'';
  6. /*--color:#e8041f;*/
  7. }
  8. #page{
  9. height: 100vh;
  10. overflow: hidden;
  11. background: url("../images/page_bg.jpg") no-repeat center;
  12. background-size: 100% 100%;
  13. }
  14. .header{
  15. text-align: center;
  16. height: 15vh;
  17. width: 90%;
  18. margin: 0 auto;
  19. }
  20. .header p{
  21. color: #b6c8ff;
  22. margin-top: 5px;
  23. }
  24. .header i{
  25. display: block;
  26. width: 2.7vh;
  27. height: 2.7vh;
  28. margin: 0 auto;
  29. position: relative;
  30. top: 50%;
  31. transform: translateY(-50%);
  32. transition: all 0.4s ease-in-out;
  33. }
  34. #titContent{
  35. font-size: 4vh;
  36. font-weight: bold;
  37. color: #ffffff;
  38. font-style: italic;
  39. }
  40. .active .i1{
  41. background: url("../images/nav_5.png") no-repeat center;
  42. background-size: 100% 100%;
  43. }
  44. .active .i2{
  45. background: url("../images/nav_6.png") no-repeat center;
  46. background-size: 100% 100%;
  47. }
  48. .active .i3{
  49. background: url("../images/nav_7.png") no-repeat center;
  50. background-size: 100% 100%;
  51. }
  52. .active .i4{
  53. background: url("../images/nav_8.png") no-repeat center;
  54. background-size: 100% 100%;
  55. }
  56. .active .i5{
  57. background: url("../images/nav_10.png") no-repeat center;
  58. background-size: 100% 100%;
  59. }
  60. .header .active{
  61. position: relative;
  62. }
  63. .header .header_nav div{
  64. width: 5vh;
  65. height: 5vh;
  66. margin: 0 auto;
  67. position: relative;
  68. }
  69. .header .header_nav:hover .i1{
  70. background: url("../images/nav_5.png") no-repeat center;
  71. background-size: 100% 100%;
  72. transition: all 0.4s ease-in-out;
  73. }
  74. .header .header_nav:hover .i2{
  75. background: url("../images/nav_6.png") no-repeat center;
  76. background-size: 100% 100%;
  77. transition: all 0.4s ease-in-out;
  78. }
  79. .header .header_nav:hover .i3{
  80. background: url("../images/nav_7.png") no-repeat center;
  81. background-size: 100% 100%;
  82. transition: all 0.4s ease-in-out;
  83. }
  84. .header .header_nav:hover .i4{
  85. background: url("../images/nav_8.png") no-repeat center;
  86. background-size: 100% 100%;
  87. transition: all 0.4s ease-in-out;
  88. }
  89. .header .header_nav:hover .i5{
  90. background: url("../images/nav_10.png") no-repeat center;
  91. background-size: 100% 100%;
  92. transition: all 0.4s ease-in-out;
  93. }
  94. .header .header_nav{
  95. cursor: pointer;
  96. }
  97. .header .header_nav:hover p{
  98. color: #46cdf3;
  99. transition: all 0.4s ease-in-out;
  100. }
  101. .header .header_nav p{
  102. transition: all 0.4s ease-in-out;
  103. }
  104. .header .header_nav .i_bg{
  105. cursor: pointer;
  106. display: none;
  107. transition: all 0.4s ease-in-out;
  108. width: 5vh;
  109. height: 5vh;
  110. }
  111. .header .active .i_bg{
  112. display: block!important;
  113. position: absolute;
  114. top: 0;
  115. }
  116. .header .active p{
  117. color: #46cdf3;
  118. }
  119. .i1{
  120. background: url("../images/nav_1.png") no-repeat center;
  121. background-size: 100% 100%;
  122. }
  123. .i2{
  124. background: url("../images/nav_2.png") no-repeat center;
  125. background-size: 100% 100%;
  126. }
  127. .i3{
  128. background: url("../images/nav_3.png") no-repeat center;
  129. background-size: 100% 100%;
  130. }
  131. .i4{
  132. background: url("../images/nav_4.png") no-repeat center;
  133. background-size: 100% 100%;
  134. }
  135. .i5{
  136. background: url("../images/nav_9.png") no-repeat center;
  137. background-size: 100% 100%;
  138. }
  139. .search{
  140. /*background-color: #e1e4ef;*/
  141. width: 75%;
  142. margin: 0 auto;
  143. }
  144. .search input[type="search"]{
  145. padding: 2vh 20px 2vh 4%;
  146. width: 40%;
  147. border-radius: 15px;
  148. font-size: 16px;
  149. background: #e1e4ef url("../images/search_icon.png") no-repeat left;
  150. background-position-x: 4%;
  151. }
  152. .new{
  153. width: 75%;
  154. margin: 0 auto;
  155. background: rgba(225,228,238,0.9);
  156. height: 50vh;
  157. margin-top: 3vh;
  158. border-radius: 15px;
  159. padding: 3vh;
  160. display: flex;
  161. /*align-items: center;*/
  162. }
  163. .login_form_main{
  164. flex: 1;
  165. /*background: linear-gradient(to bottom right, rgb(168, 249, 252), rgb(105, 119, 249));*/
  166. }
  167. .login_form_main img{
  168. width: 50%;
  169. margin: 0 auto;
  170. display: block;
  171. }
  172. .login_from {
  173. width: 50%;
  174. background: #ffffff;
  175. background-size: 100% 100%;
  176. margin: -1PX auto 0;
  177. padding: 1.6vh 50px 3.2vh;
  178. border-radius: 0 0 20PX 20PX;
  179. }
  180. .btn{
  181. width: 100%;
  182. height: 4vh;
  183. margin:0 auto;
  184. font-size: 16px;
  185. color: #fff;
  186. line-height: 4vh;
  187. text-align: center;
  188. border: none;
  189. background: linear-gradient(to right , #97EDF7 , #2376EC);
  190. border-radius: 5vh;
  191. cursor: pointer;
  192. }
  193. .login_from .flex_block {
  194. margin-bottom: 2vh;
  195. display: flex;
  196. justify-content: space-between;
  197. }
  198. .login_from .flex_block .flex_input_main {
  199. position: relative;
  200. display: flex;
  201. flex: 1;
  202. align-items: center;
  203. background: #E7F0FF;
  204. border-radius: 62px;
  205. height: 5vh;
  206. }
  207. .login_from .flex_block .flex_input_main .icon_wrap.user {
  208. background: url('../images/login_icon_1.png') no-repeat;
  209. background-size: 100% 100%;
  210. margin-left: 30px;
  211. }
  212. .login_from .flex_block .flex_input_main .icon_wrap.password {
  213. background: url('../images/login_icon_2_code.png') no-repeat;
  214. height: 40%;
  215. background-size: 100% 100%;
  216. margin-left: 30px;
  217. }
  218. .login_from .flex_block .flex_input_main .icon_wrap.valid {
  219. background: url('../images/login_icon_3.png') no-repeat;
  220. background-size: 100% 100%;
  221. margin-left: 30px;
  222. }
  223. .login_from .flex_block .flex_input_main .icon_wrap {
  224. width: 2.5vh;
  225. height: 2.5vh;
  226. }
  227. .login_from .flex_block .flex_input_main .input_wrap {
  228. flex: 1;
  229. margin-left: 16px;
  230. padding-right: 30px;
  231. }
  232. .login_from .flex_block .flex_input_main .input_wrap .ipt {
  233. width: 100%;
  234. height: 4vh;
  235. background: transparent;
  236. font-size: 16px;
  237. color: #3f3d56;
  238. }
  239. .login_from .flex_block .flex_input_main .showHidden {
  240. width: 32px;
  241. height: 32px;
  242. background: url('../images/login_icon_4.png') no-repeat;
  243. background-size: 100% 100%;
  244. position: absolute;
  245. right: 38px;
  246. cursor: pointer;
  247. }
  248. .login_from .flex_block .flex_input_main .showHidden.ico_hide {
  249. background: url('../images/login_icon_5.png') no-repeat;
  250. background-size: 100% 100%;
  251. }
  252. .login_from .flex_block .flex_input_main.valid {
  253. flex: 0 0 380px;
  254. }
  255. .login_from .flex_block .valid_main {
  256. width: 165px;
  257. height: 62px;
  258. border-radius: 30px;
  259. }
  260. .login_from .flex_block .valid_main img {
  261. width: 100%;
  262. height: 100%;
  263. border-radius: 30px;
  264. }
  265. .personalTit-banner {
  266. width: 45%;
  267. height: 100%;
  268. border-radius: 15px;
  269. overflow: hidden;
  270. }
  271. .new_list{
  272. margin-left: 2%;
  273. width: 53%;
  274. padding: 1vh 0;
  275. }
  276. .new_list_tit{
  277. display: flex;
  278. justify-content: space-between;
  279. align-items: center;
  280. }
  281. .new_list_tit p:first-child{
  282. font-size: 18px;
  283. color: #1663ff;
  284. border-left: 3px solid #1663ff;
  285. padding-left: 10px;
  286. font-weight: bold;
  287. line-height: 1;
  288. }
  289. .new_list_tit p:last-child{
  290. color: #848484;
  291. padding-left: 20px;
  292. line-height: 1;
  293. background: url("../images/date.png") no-repeat left;
  294. }
  295. .new_list_li{
  296. display: flex;
  297. justify-content: space-between;
  298. align-items: center;
  299. line-height: 4.5vh;
  300. cursor: pointer;
  301. }
  302. .new_list_li a{
  303. width: 50%;
  304. }
  305. .new_list_li:first-child{
  306. /*margin-top: 2.5vh;*/
  307. }
  308. .new_list_li:hover p{
  309. color: #1663ff!important;
  310. transition: all 0.4s ease-in-out;
  311. }
  312. .new_list_li:hover a{
  313. color: #1663ff!important;
  314. transition: all 0.4s ease-in-out;
  315. }
  316. .new_list_li p{
  317. transition: all 0.4s ease-in-out;
  318. }
  319. .new_list_li a{
  320. font-size: 16px;
  321. display: -webkit-box;
  322. -webkit-box-orient: vertical;
  323. -webkit-line-clamp: 1;
  324. word-break: break-all;
  325. overflow: hidden;
  326. transition: all 0.4s ease-in-out;
  327. }
  328. .new_list_li p:last-child{
  329. color: #848484;
  330. flex-shrink: 0;
  331. }
  332. .footer_main{
  333. height: 20vh;
  334. background: #e1e4ef;
  335. margin-top: 6.3vh;
  336. display: flex;
  337. padding: 1.5vh 12.5%;
  338. align-items: center;
  339. }
  340. #ewm{
  341. width: 15vh;
  342. height: 15vh;
  343. }
  344. .footer{
  345. display: flex;
  346. flex-direction: column;
  347. justify-content: space-between;
  348. height: 17vh;
  349. flex: 1;
  350. }
  351. .footer_link_tit{
  352. background: url("../images/footer_icon_1.png") no-repeat left;
  353. padding-left: 18px;
  354. color: #939393;
  355. font-size: 16px;
  356. }
  357. .footer_link{
  358. display: flex;
  359. align-items: center;
  360. }
  361. .footer_link img{
  362. display: block;
  363. transition:all 0.4s ease-in-out;
  364. }
  365. .footer_link a:hover img{
  366. transform: scale(1.1);
  367. transition:all 0.4s ease-in-out;
  368. }
  369. .footer_link a:hover{
  370. box-shadow: 0 0 50px #000000 inset;
  371. background-size: 110% 110%!important;
  372. transition:all 0.4s ease-in-out;
  373. }
  374. .footer_link .link_tt{
  375. position: absolute;
  376. top: 50%;
  377. left: 50%;
  378. transform: translate(-50%,-50%);
  379. color: #ffffff;
  380. font-size: 18px;
  381. font-weight: bold;
  382. }
  383. .footer_link a{
  384. color: #6d6d6d;
  385. font-size: 16px;
  386. margin-left: 20px;
  387. position: relative;
  388. overflow: hidden;
  389. border-radius: 8px;
  390. display: block;
  391. height: 74px;
  392. width: 472px;
  393. transition:all 0.4s ease-in-out;
  394. }
  395. .footer_link_filings{
  396. display: flex;
  397. }
  398. .footer_link_filings_left{
  399. display: flex;
  400. }
  401. .footer_link_filings_right{
  402. display: flex;
  403. margin-left: 40px;
  404. }
  405. .footer_link_filings_left p{
  406. background: url("../images/footer_filings.png") no-repeat left;
  407. padding-left: 25px;
  408. }
  409. .footer_link_filings p{
  410. color: #939393;
  411. font-size: 16px;
  412. }
  413. .footer_link_filings a{
  414. color: #6d6d6d;
  415. font-size: 16px;
  416. margin-left: 20px;
  417. }
  418. .footer_link_company{
  419. display: flex;
  420. align-items: center;
  421. }
  422. .footer_link_company div{
  423. display: flex;
  424. align-items: center;
  425. margin-right: 40px;
  426. }
  427. .footer_link_company p{
  428. color: #939393;
  429. font-size: 16px;
  430. }
  431. .footer_link_company a{
  432. color: #6d6d6d;
  433. font-size: 16px;
  434. margin-left: 20px;
  435. }
  436. .xuanzhuan {
  437. -webkit-transition-property: -webkit-transform;
  438. -webkit-transition-duration: 1s;
  439. -moz-transition-property: -moz-transform;
  440. -moz-transition-duration: 1s;
  441. -webkit-animation: opacity2 2s linear infinite;
  442. -moz-animation: opacity2 2s linear infinite;
  443. -o-animation: opacity2 2s linear infinite;
  444. animation: opacity2 2s linear infinite;
  445. }
  446. @-webkit-keyframes rotate {
  447. from {
  448. -webkit-transform: rotate(0deg)
  449. }
  450. to {
  451. -webkit-transform: rotate(360deg)
  452. }
  453. }
  454. @-moz-keyframes rotate {
  455. from {
  456. -moz-transform: rotate(0deg)
  457. }
  458. to {
  459. -moz-transform: rotate(359deg)
  460. }
  461. }
  462. @-o-keyframes rotate {
  463. from {
  464. -o-transform: rotate(0deg)
  465. }
  466. to {
  467. -o-transform: rotate(359deg)
  468. }
  469. }
  470. @keyframes rotate {
  471. from {
  472. transform: rotate(0deg)
  473. }
  474. to {
  475. transform: rotate(359deg)
  476. }
  477. }
  478. @keyframes opacity2 {
  479. 0% {
  480. opacity: 1;
  481. }
  482. 50% {
  483. opacity: 0.5;
  484. }
  485. 100% {
  486. opacity: 1;
  487. }
  488. }
  489. .hotFile{
  490. text-transform:uppercase;
  491. background: -webkit-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);
  492. -moz-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);
  493. -ms-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);/* 渐变背景 */
  494. color:transparent;
  495. /*设置字体颜色透明*/
  496. -webkit-background-clip: text;
  497. /*背景裁剪为文本形式*/
  498. animation: ran 5s linear infinite;
  499. /*动态20s展示*/
  500. }
  501. @keyframes ran {
  502. from {
  503. backgroud-position: 0 0;
  504. }
  505. to {
  506. background-position: 1000px 0;
  507. }
  508. }
  509. .tab_box{
  510. display: flex;
  511. flex-wrap: wrap;
  512. width: 50%;
  513. justify-content: space-between;
  514. align-items: center;
  515. }
  516. .tab_box img{
  517. display: block;
  518. width: 48%;
  519. cursor: pointer;
  520. }