style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  1. .btn {
  2. color: #fff;
  3. background-color: #f08421;
  4. border-color: #2e6da4;
  5. display: inline-block;
  6. padding: 6px 12px;
  7. margin-bottom: 0;
  8. font-size: 14px;
  9. font-weight: 400;
  10. line-height: 1.42857143;
  11. text-align: center;
  12. white-space: nowrap;
  13. text-decoration: none;
  14. vertical-align: middle;
  15. -ms-touch-action: manipulation;
  16. touch-action: manipulation;
  17. cursor: pointer;
  18. -webkit-user-select: none;
  19. -moz-user-select: none;
  20. -ms-user-select: none;
  21. user-select: none;
  22. background-image: none;
  23. border: 1px solid transparent;
  24. border-radius: 4px;
  25. }
  26. a.btn:hover {
  27. background-color: #3366b7;
  28. }
  29. .progress {
  30. margin-top: 2px;
  31. width: 200px;
  32. height: 14px;
  33. margin-bottom: 10px;
  34. overflow: hidden;
  35. background-color: #f5f5f5;
  36. border-radius: 4px;
  37. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  38. box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  39. }
  40. .progress-bar {
  41. background-color: rgb(92, 184, 92);
  42. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.14902) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.14902) 50%, rgba(255, 255, 255, 0.14902) 75%, transparent 75%, transparent);
  43. background-size: 40px 40px;
  44. box-shadow: rgba(0, 0, 0, 0.14902) 0px -1px 0px 0px inset;
  45. box-sizing: border-box;
  46. color: rgb(255, 255, 255);
  47. display: block;
  48. float: left;
  49. font-size: 12px;
  50. height: 20px;
  51. line-height: 20px;
  52. text-align: center;
  53. transition-delay: 0s;
  54. transition-duration: 0.6s;
  55. transition-property: width;
  56. transition-timing-function: ease;
  57. width: 266.188px;
  58. }
  59. .btn2 {
  60. color: #fff;
  61. background-color: #a7a7a7;
  62. border-color: #2e6da4;
  63. display: inline-block;
  64. padding: 6px 12px;
  65. margin-bottom: 0;
  66. font-size: 14px;
  67. font-weight: 400;
  68. line-height: 1.42857143;
  69. text-align: center;
  70. white-space: nowrap;
  71. text-decoration: none;
  72. vertical-align: middle;
  73. -ms-touch-action: manipulation;
  74. touch-action: manipulation;
  75. cursor: pointer;
  76. -webkit-user-select: none;
  77. -moz-user-select: none;
  78. -ms-user-select: none;
  79. user-select: none;
  80. background-image: none;
  81. border: 1px solid transparent;
  82. border-radius: 4px;
  83. }
  84. .file {
  85. background-color: #f08421;
  86. }
  87. * {
  88. font-family: "微软雅黑";
  89. }
  90. body {
  91. background: #f5f5f5;
  92. font-size: 62.5%;
  93. }
  94. @font-face {
  95. font-family: 'Acumin-Pro';
  96. src: url("/fonts/ACUMIN-PRO-CONDENSED-EXTRALIGHT-2.OTF");
  97. font-style: normal;
  98. font-weight: normal;
  99. }
  100. .fix:after {
  101. content: '';
  102. clear: both;
  103. display: block;
  104. }
  105. .fix:before {
  106. content: '';
  107. clear: both;
  108. display: block;
  109. }
  110. .sep-yql-header {
  111. width: 100%;
  112. background: url(/img/y-top-bgs.jpg) no-repeat center top;
  113. padding: 50px 0;
  114. }
  115. .sep-logo {
  116. display: block;
  117. width: 100%;
  118. text-align: center;
  119. margin-bottom: 9px;
  120. }
  121. .logo-texts {
  122. display: block;
  123. width: 100%;
  124. text-align: center;
  125. font-size: 44px;
  126. line-height: 1.5;
  127. color: #fff;
  128. font-weight: bold;
  129. }
  130. .footer-texts {
  131. display: block;
  132. width: 100%;
  133. text-align: center;
  134. font-size: 18px;
  135. line-height: 1.5;
  136. color: #fff;
  137. }
  138. .sep-container {
  139. width: 100%;
  140. max-width: 1800px;
  141. margin: 0 auto;
  142. }
  143. .sep-yql-body {
  144. width: 100%;
  145. padding: 38px 0 70px;
  146. }
  147. .sep-xmzl-boxs {
  148. width: 100%;
  149. }
  150. .sep-yql-footer {
  151. width: 100%;
  152. background: #fe8713;
  153. padding: 30px 0;
  154. }
  155. .sep-xwcgss-ul-boxs {
  156. width: 100%;
  157. }
  158. .sep-xwcgss-ul-boxs .xwcgss-lists {
  159. width: 100%;
  160. margin-bottom: 14px;
  161. position: relative;
  162. display: block;
  163. }
  164. .sep-xwcgss-ul-boxs .xwcgss-lists .xwcgss-table-boxs {
  165. display: none;
  166. }
  167. .sep-xwcgss-ul-boxs .xwcgss-lists.active .xwcgss-lists-titles {
  168. display: none;
  169. }
  170. .sep-xwcgss-ul-boxs .xwcgss-lists.active .xwcgss-table-boxs {
  171. display: block;
  172. }
  173. .sep-xwcgss-ul-boxs .xwcgss-lists.active .number-boxs {
  174. background-color: darkorange;
  175. }
  176. .sep-xwcgss-ul-boxs .xwcgss-lists.active .number-boxs::after {
  177. border-left-color: darkorange;
  178. }
  179. .sep-xwcgss-ul-boxs .xwcgss-lists:after {
  180. content: '';
  181. width: 1px;
  182. height: 100%;
  183. display: block;
  184. background: #e0e0e0;
  185. position: absolute;
  186. left: -30px;
  187. top: 36px;
  188. z-index: 1;
  189. }
  190. .sep-xwcgss-ul-boxs .xwcgss-lists:last-child:after {
  191. display: none;
  192. }
  193. .sep-xwcgss-ul-boxs .xwcgss-lists.ons:after {
  194. display: none;
  195. }
  196. .sep-xwcgss-ul-boxs .xwcgss-lists-titles {
  197. width: 100%;
  198. background: #fff;
  199. padding: 20px 78px;
  200. line-height: 32px;
  201. position: relative;
  202. }
  203. .sep-xwcgss-ul-boxs .titles-left {
  204. width: auto;
  205. font-size: 16px;
  206. color: #262626;
  207. float: left;
  208. }
  209. .sep-xwcgss-ul-boxs .titles-right {
  210. width: auto;
  211. font-size: 12px;
  212. color: #343434;
  213. float: right;
  214. min-width: 160px;
  215. }
  216. .sep-xwcgss-ul-boxs .i-boxs {
  217. display: block;
  218. width: 40px;
  219. height: 40px;
  220. position: absolute;
  221. right: 10px;
  222. top: 14px;
  223. cursor: pointer;
  224. }
  225. .sep-xwcgss-ul-boxs .i-boxs:after {
  226. content: '';
  227. display: block;
  228. width: 14px;
  229. height: 14px;
  230. border: 1px solid transparent;
  231. border-top-color: #a7a7a7;
  232. border-right-color: #a7a7a7;
  233. position: absolute;
  234. left: 50%;
  235. margin-left: -11px;
  236. top: 50%;
  237. margin-top: -7px;
  238. transform: rotate(45deg);
  239. }
  240. .sep-xwcgss-ul-boxs .number-boxs {
  241. display: block;
  242. width: 49px;
  243. height: 43px;
  244. background: #a7a7a7;
  245. text-transform: uppercase;
  246. font-size: 12px;
  247. color: #fff;
  248. z-index: 4;
  249. padding: 10px 8px;
  250. position: absolute;
  251. left: -33px;
  252. top: 50%;
  253. margin-top: -21px;
  254. line-height: normal;
  255. font-family: 'Acumin-Pro';
  256. }
  257. .sep-xwcgss-ul-boxs .number-boxs:after {
  258. content: '';
  259. display: block;
  260. width: 0;
  261. height: 0;
  262. border: 22px solid transparent;
  263. border-top-width: 21px;
  264. border-left-color: #a7a7a7;
  265. position: absolute;
  266. left: 100%;
  267. top: 0;
  268. z-index: 4;
  269. }
  270. .sep-xwcgss-ul-boxs .nw {
  271. display: block;
  272. width: auto;
  273. height: auto;
  274. position: absolute;
  275. left: 33px;
  276. top: 7px;
  277. line-height: normal;
  278. font-size: 27px;
  279. color: #fff;
  280. font-weight: normal;
  281. z-index: 10;
  282. text-transform: initial;
  283. font-family: 'Acumin-Pro';
  284. }
  285. table {
  286. width: 100%;
  287. border: none;
  288. }
  289. table tr {
  290. width: 100%;
  291. }
  292. table tr:nth-child(1) {
  293. background: #f08421;
  294. }
  295. table tr:nth-child(1) td {
  296. color: #fff;
  297. font-size: 16px;
  298. background: #f08421;
  299. border-color: #f39d4d;
  300. text-align: center;
  301. padding-left: 10px;
  302. }
  303. .xwcgss-table-boxs table tr:nth-child(1) td:nth-child(1) {
  304. width: 16.5%;
  305. }
  306. .xwcgss-table-boxs table tr:nth-child(1) td:nth-child(2) {
  307. width: 14.2%;
  308. }
  309. .xwcgss-table-boxs table tr:nth-child(1) td:nth-child(3) {
  310. width: 36%;
  311. }
  312. .xwcgss-table-boxs table tr:nth-child(1) td:nth-child(4) {
  313. width: 12%;
  314. }
  315. .xwcgss-table-boxs table tr:nth-child(1) td:nth-child(5) {
  316. width: 11%;
  317. }
  318. table td {
  319. background: #fff;
  320. text-align: left;
  321. font-size: 14px;
  322. color: #f08421;
  323. line-height: 28px;
  324. padding: 8px 10px;
  325. border-color: #eee;
  326. /*padding-left: 36px;*/
  327. }
  328. .gtj-ff-bold {
  329. font-weight: bold;
  330. font-size: 16px;
  331. }
  332. .gtj-centers {
  333. text-align: center;
  334. padding-left: 15px;
  335. }
  336. .sep-gzgh-boxs {
  337. display: block;
  338. width: 100%;
  339. padding: 36px 0 0;
  340. }
  341. .sep-gzgh-titles-boxs {
  342. display: block;
  343. width: 100%;
  344. text-align: center;
  345. font-size: 34px;
  346. color: #f08421;
  347. font-weight: bold;
  348. line-height: normal;
  349. margin-bottom: 26px;
  350. }
  351. .gzgh-boxs {
  352. background: #fff;
  353. padding: 46px 78px 54px;
  354. }
  355. .sep-gzgh-ul-boxs {
  356. width: 100%;
  357. }
  358. .sep-gzgh-ul-boxs .gzgh-lists {
  359. width: 100%;
  360. }
  361. .sep-gzgh-ul-boxs .gzgh-lists + .gzgh-lists {
  362. margin-top: 28px;
  363. }
  364. .sep-gzgh-ul-boxs table tr:nth-child(1) td {
  365. color: #fff;
  366. font-size: 16px;
  367. background: #f08421;
  368. border-color: #f39d4d;
  369. text-align: center;
  370. padding-left: 10px;
  371. width: 100%;
  372. }
  373. .sep-gzgh-ul-boxs table tr:nth-child(2) td {
  374. color: #f08421;
  375. font-size: 16px;
  376. text-align: center;
  377. padding-left: 10px;
  378. }
  379. .sep-gzgh-ul-boxs table tr td:nth-child(1) {
  380. width: 12%;
  381. }
  382. .sep-gzgh-ul-boxs table tr td:nth-child(2) {
  383. width: 33.4%;
  384. }
  385. .sep-gzgh-ul-boxs table tr td:nth-child(3) {
  386. width: 14.4%;
  387. }
  388. .sep-gzgh-ul-boxs table tr td {
  389. color: #262626;
  390. font-size: 14px;
  391. / / padding-left: 4 %;
  392. text-align: center;
  393. }
  394. .sep-gzgh-ul-boxs table tr.tr-lists {
  395. }
  396. .sep-gzgh-ul-boxs table tr.tr-lists.active {
  397. height: 0;
  398. overflow: hidden;
  399. display: none;
  400. }
  401. .sep-gzgh-ul-boxs table tr td:nth-child(1) {
  402. text-align: center;
  403. padding-left: 10px;
  404. }
  405. .sep-gzgh-ul-boxs table tr.lasts.ons .i-down-boxs {
  406. transform: rotate(180deg);
  407. }
  408. .sep-gzgh-ul-boxs table tr.ons .i-down-boxs:before {
  409. border-bottom-color: #f08421;
  410. border-right-color: #f08421;
  411. }
  412. .sep-gzgh-ul-boxs table tr.ons .i-down-boxs:after {
  413. border-bottom-color: #f08421;
  414. border-right-color: #f08421;
  415. }
  416. .sep-gzgh-ul-boxs table tr:hover .i-down-boxs:before {
  417. border-bottom-color: #f08421;
  418. border-right-color: #f08421;
  419. }
  420. .sep-gzgh-ul-boxs table tr:hover .i-down-boxs:after {
  421. border-bottom-color: #f08421;
  422. border-right-color: #f08421;
  423. }
  424. .i-down-boxs {
  425. display: inline-block;
  426. vertical-align: top;
  427. width: 28px;
  428. height: 28px;
  429. position: relative;
  430. }
  431. .i-down-boxs:before {
  432. content: '';
  433. display: inline-block;
  434. vertical-align: top;
  435. width: 12px;
  436. height: 12px;
  437. border: 2px solid transparent;
  438. border-bottom-color: #a5a5a5;
  439. border-right-color: #a5a5a5;
  440. position: absolute;
  441. left: 50%;
  442. margin-left: -6px;
  443. top: 50%;
  444. margin-top: -12px;
  445. transform: rotate(45deg);
  446. }
  447. .i-down-boxs:after {
  448. content: '';
  449. display: inline-block;
  450. vertical-align: top;
  451. width: 12px;
  452. height: 12px;
  453. border: 2px solid transparent;
  454. border-bottom-color: #a5a5a5;
  455. border-right-color: #a5a5a5;
  456. position: absolute;
  457. transform: rotate(45deg);
  458. left: 50%;
  459. margin-left: -6px;
  460. top: 50%;
  461. margin-top: -6px;
  462. }
  463. @media screen and (max-width: 1440px) {
  464. .sep-container {
  465. max-width: 1200px;
  466. }
  467. .logo-texts {
  468. font-size: 16px;
  469. }
  470. }
  471. @media screen and (max-width: 1360px) {
  472. .sep-container {
  473. max-width: 1100px;
  474. }
  475. }
  476. @media screen and (max-width: 1200px) {
  477. .sep-container {
  478. max-width: 80%;
  479. }
  480. table td {
  481. white-space: nowrap;
  482. }
  483. .xwcgss-table-boxs {
  484. overflow-x: scroll;
  485. }
  486. .gzgh-table-boxs {
  487. overflow-x: scroll;
  488. }
  489. }
  490. @media screen and (max-width: 812px) {
  491. .gzgh-boxs {
  492. padding: 30px 20px;
  493. }
  494. }
  495. @media screen and (max-width: 640px) {
  496. .sep-xwcgss-ul-boxs .xwcgss-lists-titles {
  497. padding: 20px 36px;
  498. padding-left: 20px;
  499. }
  500. .sep-xwcgss-ul-boxs .titles-right {
  501. min-width: 124px;
  502. }
  503. .sep-xwcgss-ul-boxs .i-boxs {
  504. right: 0;
  505. }
  506. .sep-gzgh-titles-boxs {
  507. font-size: 24px;
  508. }
  509. .sep-xwcgss-ul-boxs .number-boxs {
  510. width: 30px;
  511. padding: 10px 2px;
  512. }
  513. .sep-xwcgss-ul-boxs .nw {
  514. left: 24px;
  515. font-size: 20px;
  516. }
  517. .sep-xwcgss-ul-boxs .number-boxs:after {
  518. border-left-width: 12px;
  519. }
  520. .sep-xwcgss-ul-boxs .titles-left {
  521. font-size: 15px;
  522. }
  523. .sep-gzgh-ul-boxs table tr td {
  524. font-size: 14px;
  525. }
  526. .sep-gzgh-ul-boxs table tr:nth-child(2) td {
  527. font-size: 14px;
  528. }
  529. .sep-yql-body {
  530. padding: 36px 0;
  531. }
  532. .gtj-ff-bold {
  533. font-size: 14px;
  534. }
  535. .sep-yql-header {
  536. padding: 36px 0;
  537. }
  538. }