index.less 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. font-family: "微软雅黑", "microsoft yahei";
  5. }
  6. ul,
  7. ol {
  8. list-style: none;
  9. }
  10. a:active {
  11. text-decoration: none;
  12. }
  13. a:hover {
  14. text-decoration: none;
  15. }
  16. a:visited {
  17. text-decoration: none;
  18. }
  19. a:link {
  20. text-decoration: none;
  21. }
  22. a:focus {
  23. text-decoration: none;
  24. }
  25. body {
  26. position: relative;
  27. }
  28. .clearfix {
  29. overflow: hidden;
  30. }
  31. .clearfix_2::after {
  32. content: '';
  33. display: block;
  34. height: 0;
  35. visibility: hidden;
  36. clear: both;
  37. }
  38. .hiddenColor {
  39. visibility: hidden;
  40. }
  41. .hand {
  42. cursor: pointer;
  43. }
  44. .dot1 {
  45. display: block;
  46. word-break: keep-all;
  47. white-space: nowrap;
  48. overflow: hidden;
  49. text-overflow: ellipsis;
  50. }
  51. .dot2 {
  52. overflow: hidden;
  53. display: -webkit-box;
  54. -webkit-box-orient: vertical;
  55. -webkit-line-clamp: 2;
  56. }
  57. .dot3 {
  58. overflow: hidden;
  59. display: -webkit-box;
  60. -webkit-box-orient: vertical;
  61. -webkit-line-clamp: 3;
  62. }
  63. .dot4 {
  64. overflow: hidden;
  65. display: -webkit-box;
  66. -webkit-box-orient: vertical;
  67. -webkit-line-clamp: 4;
  68. }
  69. input,
  70. img {
  71. border: none;
  72. }
  73. .cover100 img {
  74. display: block;
  75. width: 100%;
  76. height: 100%;
  77. object-fit: cover;
  78. }
  79. .back100 {
  80. background-size: 100% 100%;
  81. background-repeat: no-repeat;
  82. }
  83. article,
  84. aside,
  85. footer,
  86. header,
  87. time,
  88. video,
  89. main,
  90. nav,
  91. h4,
  92. h3,
  93. section {
  94. display: block;
  95. }
  96. .index_main {
  97. margin: 0 auto 30px
  98. }
  99. .slow_6 {
  100. -webkit-transition: all .6s;
  101. -moz-transition: all .6s;
  102. -ms-transition: all .6s;
  103. -o-transition: all .6s;
  104. transition: all .6s;
  105. }
  106. .index_main {
  107. width: 1200px;
  108. }
  109. .index_head_out {
  110. border: solid 1px #FAFAFA;
  111. background: #FAFAFA;
  112. margin: 20px auto 0px;
  113. padding-bottom: 20px;
  114. .index_head_h3 {
  115. height: 40px;
  116. line-height: 40px;
  117. }
  118. .index_head_h3_a {
  119. width: 1200px;
  120. display: block;
  121. height: 40px;
  122. line-height: 40px;
  123. position: relative;
  124. margin: 30px auto 0px;
  125. color: #333;
  126. font-size: 30px;
  127. text-align: center;
  128. box-sizing: border-box;
  129. padding: 0px 100px;
  130. &:hover {
  131. color: #A91B33;
  132. }
  133. }
  134. .index_head_h3_tag {
  135. position: absolute;
  136. background: #A91B33;
  137. height: 32px;
  138. line-height: 32px;
  139. text-align: center;
  140. color: #fff;
  141. font-size: 17px;
  142. border-top-left-radius: 12px;
  143. border-bottom-right-radius: 12px;
  144. left: 27px;
  145. top: 7px;
  146. padding: 0px 14px;
  147. }
  148. .index_head_a_box {
  149. margin-top: 15px;
  150. text-align: center;
  151. font-size: 0px;
  152. }
  153. .index_head_a {
  154. display: inline-block;
  155. height: 22px;
  156. width: 23%;
  157. // max-width:23%;
  158. box-sizing: border-box;
  159. line-height: 22px;
  160. color: #333;
  161. font-size: 17px;
  162. position: relative;
  163. padding: 0px 6px;
  164. &:hover {
  165. color: #A91B33;
  166. }
  167. }
  168. .index_head_a::after {
  169. content: '';
  170. display: block;
  171. height: 14px;
  172. width: 1px;
  173. background: #333;
  174. position: absolute;
  175. left: 0px;
  176. top: 5px;
  177. }
  178. .index_head_a:nth-of-type(1)::after {
  179. content: '';
  180. display: none;
  181. }
  182. }
  183. .index_1_box {
  184. float: left;
  185. width: 720px;
  186. }
  187. .index_2_box {
  188. float: right;
  189. width: 450px;
  190. }
  191. .index_3_box {
  192. float: left;
  193. width: 350px;
  194. }
  195. .index_4_box {
  196. float: right;
  197. width: 350px;
  198. }
  199. .index_5_box {
  200. float: left;
  201. width: 170px;
  202. }
  203. .index_6_box {
  204. float: right;
  205. width: 265px;
  206. }
  207. .index_1 {
  208. margin-top: 30px;
  209. }
  210. .roll_1_box {
  211. width: 720px;
  212. height: 405px;
  213. }
  214. .index_1_ul {
  215. .index_1_ul_a {
  216. height: 24px;
  217. line-height: 24px;
  218. color: #333;
  219. font-size: 18px;
  220. margin-bottom: 18px;
  221. &:hover {
  222. color: #A91B33;
  223. }
  224. }
  225. .index_1_ul_a:nth-of-type(5n-4) {
  226. font-weight: bold;
  227. color: #A91B33;
  228. font-size: 20px;
  229. }
  230. }
  231. .index_2 {
  232. margin: 17px auto 0px;
  233. }
  234. .index_head_box {
  235. border-bottom: solid 1px #D8D8D8;
  236. padding-bottom: 10px;
  237. margin-bottom: 30px;
  238. .index_head_box_left {
  239. float: left;
  240. height: 30px;
  241. border-left: solid 5px #A91B33;
  242. }
  243. .index_head_left_a_btn {
  244. float: left;
  245. height: 30px;
  246. margin-right: 10px;
  247. }
  248. .index_head_left_a {
  249. display: block;
  250. height: 30px;
  251. line-height: 30px;
  252. color: #999;
  253. font-size: 20px;
  254. font-weight: bold;
  255. text-indent: 10px;
  256. &:hover {
  257. color: #A91B33;
  258. }
  259. }
  260. .index_head_left_a_only {
  261. color: #333;
  262. }
  263. .index_head_box_right {
  264. float: right;
  265. height: 30px;
  266. }
  267. .index_head_box_right_1_a {
  268. display: block;
  269. height: 30px;
  270. line-height: 30px;
  271. color: #999;
  272. font-size: 16px;
  273. &:hover {
  274. color: #A91B33;
  275. }
  276. }
  277. }
  278. .index_3_box_box {
  279. min-height: 230px;
  280. }
  281. .index_2_color_box {
  282. background: #FAFAFA;
  283. padding: 20px 0px 25px;
  284. margin: -11px auto 0px;
  285. }
  286. .index_ul_2 {
  287. .index_ul_2_li {
  288. float: left;
  289. display: flex;
  290. height: 44px;
  291. margin: 0px 22px 15px 20px;
  292. width: 258px;
  293. }
  294. .index_ul_2_li:nth-of-type(4n) {
  295. margin-right: 0px;
  296. }
  297. .index_ul_2_li_num {
  298. width: 22px;
  299. height: 22px;
  300. text-align: center;
  301. line-height: 22px;
  302. font-style: italic;
  303. box-sizing: border-box;
  304. border-right: solid 3px #A91B33;
  305. font-size: 16px;
  306. color: #fff;
  307. background: #A91B33;
  308. margin-right: 19px;
  309. }
  310. .index_ul_2_li_a {
  311. height: 44px;
  312. line-height: 22px;
  313. color: #333;
  314. font-size: 18px;
  315. &:hover {
  316. color: #A91B33;
  317. }
  318. }
  319. }
  320. .index_2_foot_a_btn {
  321. float: left;
  322. height: 49px;
  323. line-height: 48px;
  324. background: #A91B33;
  325. padding: 0px 25px;
  326. margin: 9px 0px 0px 20px;
  327. color: #fff;
  328. font-size: 14px;
  329. }
  330. .index_2_foot_a_btn:nth-of-type(even) {
  331. background: #E48231;
  332. }
  333. .banner_1 {
  334. width: 1200px;
  335. margin: 10px auto 0px;
  336. .banner_1_a {
  337. width: 1200px;
  338. display: block;
  339. }
  340. .banner_1_img {
  341. width: 1200px;
  342. display: block;
  343. }
  344. }
  345. .index_3 {
  346. margin: 30px auto 0px;
  347. }
  348. .index_3_head_box {
  349. height: 56px;
  350. .index_3_head_btn_a {
  351. float: left;
  352. height: 42px;
  353. line-height: 42px;
  354. color: #333;
  355. font-size: 18px;
  356. padding: 0px 30px 0px 20px;
  357. margin-top: 14px;
  358. background-color: #FAFAFA;
  359. }
  360. .index_3_head_btn_a_only {
  361. height: 56px;
  362. line-height: 56px;
  363. color: #fff;
  364. font-weight: bold;
  365. margin-top: 0px;
  366. background-image: url(@/public/img/34.png);
  367. background-color: #fff;
  368. }
  369. }
  370. .index_big_ul {
  371. border: solid 1px #EDCEA2;
  372. background: #FFF7ED;
  373. margin: 25px auto 0px;
  374. padding: 20px 0px 4px;
  375. .index_big_li {
  376. width: 530px;
  377. border-bottom: dashed 1px #EDCEA2;
  378. margin: 0px 0px 20px;
  379. }
  380. .index_big_li_head_a {
  381. display: block;
  382. height: 24px;
  383. line-height: 24px;
  384. color: #A91B33;
  385. font-size: 18px;
  386. position: relative;
  387. text-indent: 17px;
  388. font-weight: bold;
  389. }
  390. .index_big_li_head_a::after {
  391. content: '';
  392. display: block;
  393. position: absolute;
  394. width: 7px;
  395. height: 7px;
  396. background: #F37C0B;
  397. left: 0px;
  398. top: 10px;
  399. border-radius: 50%;
  400. }
  401. }
  402. .index_ul_3_in {
  403. margin-top: 13px;
  404. // padding-bottom: 11px;
  405. // margin-left: -13px;
  406. height: 65px;
  407. .index_ul_3_a {
  408. float: left;
  409. position: relative;
  410. height: 16px;
  411. line-height: 16px;
  412. color: #666;
  413. font-size: 16px;
  414. padding: 0px 13px;
  415. margin-bottom: 11px;
  416. }
  417. .index_ul_3_a::after {
  418. content: '';
  419. display: block;
  420. position: absolute;
  421. height: 16px;
  422. width: 1px;
  423. background: #666;
  424. right: 0px;
  425. top: 0px;
  426. }
  427. .index_ul_3_a:nth-last-of-type(1).index_ul_3_a::after {
  428. display: none;
  429. }
  430. .index_ul_3_a:hover {
  431. color: #A91B33;
  432. }
  433. }
  434. .index_big_li:nth-of-type(odd) {
  435. float: left;
  436. margin-left: 36px;
  437. }
  438. .index_big_li:nth-of-type(even) {
  439. float: right;
  440. margin-right: 36px;
  441. }
  442. .index_4 {
  443. margin: 30px auto 0px;
  444. }
  445. .index_head_btn_right_box_2 {
  446. float: right;
  447. .index_head_btn_right_a_2 {
  448. float: right;
  449. height: 24px;
  450. line-height: 24px;
  451. color: #333;
  452. font-size: 18px;
  453. padding-left: 22px;
  454. margin-top: 22px;
  455. background: url(@/public/img/6.png) no-repeat left 5px;
  456. background-size: 17px auto;
  457. cursor: pointer;
  458. }
  459. .index_head_btn_right_a_2:hover {
  460. color: #A91B33;
  461. }
  462. }
  463. .index_ul_4_out {
  464. border: solid 1px #F9FAFB;
  465. background: #F9FAFB;
  466. .index_ul_4_img_box {
  467. width: 130px;
  468. height: 130px;
  469. margin-right: 10px;
  470. float: left;
  471. }
  472. .index_ul_4_img {
  473. width: 130px;
  474. height: 130px;
  475. display: block;
  476. }
  477. }
  478. .index_ul_4 {
  479. float: right;
  480. width: 200px;
  481. margin: 15px 4px 0px 0px;
  482. .index_ul_4_a {
  483. height: 18px;
  484. line-height: 18px;
  485. color: #666;
  486. font-size: 14px;
  487. margin-bottom: 11px;
  488. box-sizing: border-box;
  489. text-indent: 12px;
  490. position: relative;
  491. }
  492. .index_ul_4_a::after {
  493. content: '';
  494. display: block;
  495. width: 6px;
  496. height: 6px;
  497. background: #ddd;
  498. border-radius: 50%;
  499. position: absolute;
  500. left: 0px;
  501. top: 7px;
  502. z-index: 11;
  503. }
  504. .index_ul_4_a:nth-of-type(1) {
  505. height: 48px;
  506. line-height: 24px;
  507. color: #333;
  508. font-size: 18px;
  509. font-weight: bold;
  510. text-indent: 0px;
  511. margin-bottom: 12px;
  512. display: -webkit-box !important;
  513. -webkit-box-orient: vertical !important;
  514. -webkit-line-clamp: 2 !important;
  515. word-break: break-all;
  516. white-space: wrap;
  517. }
  518. .index_ul_4_a:nth-of-type(1).index_ul_4_a::after {
  519. display: none;
  520. }
  521. .index_ul_4_a:hover::after {
  522. background: #A91B33;
  523. }
  524. .index_ul_4_a:hover {
  525. color: #A91B33;
  526. }
  527. }
  528. .index_ul_5 {
  529. margin-top: 17px;
  530. .index_ul_5_a {
  531. height: 24px;
  532. line-height: 24px;
  533. color: #333;
  534. font-size: 18px;
  535. margin-bottom: 18px;
  536. box-sizing: border-box;
  537. text-indent: 16px;
  538. position: relative;
  539. }
  540. .index_ul_5_a::after {
  541. content: '';
  542. display: block;
  543. width: 6px;
  544. height: 6px;
  545. background: #ddd;
  546. border-radius: 50%;
  547. position: absolute;
  548. left: 0px;
  549. top: 8px;
  550. z-index: 11;
  551. }
  552. .index_ul_5_a:nth-of-type(3n-2) {
  553. font-weight: bold;
  554. }
  555. .index_ul_5_a:hover::after {
  556. background: #A91B33;
  557. }
  558. .index_ul_5_a:hover {
  559. color: #A91B33;
  560. }
  561. }
  562. .index_head_box_right_3 {
  563. float: right;
  564. height: 30px;
  565. position: relative;
  566. top: 2px;
  567. .index_head_box_right_3_a {
  568. height: 30px;
  569. line-height: 30px;
  570. color: #999;
  571. font-size: 16px;
  572. float: left;
  573. padding: 0px 14px;
  574. position: relative;
  575. }
  576. .index_head_box_right_3_a::after {
  577. font-size: 12px;
  578. content: '/';
  579. display: block;
  580. height: 6px;
  581. line-height: 6px;
  582. position: absolute;
  583. left: -2px;
  584. top: 12px;
  585. }
  586. .index_head_right_btn_box {
  587. height: 30px;
  588. line-height: 30px;
  589. float: left;
  590. }
  591. .index_head_box_right_3_a:nth-of-type(1)::after {
  592. content: '';
  593. display: none;
  594. }
  595. .index_head_box_right_3_a:hover {
  596. color: #A91B33;
  597. }
  598. }
  599. .index_ul_6 {
  600. margin-top: 17px;
  601. .index_ul_6_a {
  602. height: 24px;
  603. line-height: 24px;
  604. color: #333;
  605. font-size: 18px;
  606. margin-bottom: 15px;
  607. box-sizing: border-box;
  608. text-indent: 16px;
  609. position: relative;
  610. }
  611. .index_ul_6_a::after {
  612. content: '';
  613. display: block;
  614. width: 8px;
  615. height: 8px;
  616. background: #ddd;
  617. border-radius: 50%;
  618. position: absolute;
  619. left: 0px;
  620. top: 9px;
  621. z-index: 11;
  622. }
  623. .index_ul_6_a:hover::after {
  624. background: #A91B33;
  625. }
  626. .index_ul_6_a:hover {
  627. color: #A91B33;
  628. }
  629. .index_ul_6_a:nth-of-type(-n+3) {
  630. text-indent: 33px;
  631. }
  632. .index_ul_6_a:nth-of-type(-n+3)::after {
  633. background: aqua;
  634. width: 24px;
  635. height: 24px;
  636. left: 0px;
  637. top: 0px;
  638. background: url(@/public/img/2.png) no-repeat left 0px;
  639. background-size: auto 90%;
  640. }
  641. }
  642. .index_5 {
  643. margin: 10px auto 0px;
  644. }
  645. .index_img_ul_1_ul {
  646. .index_img_ul_1_li {
  647. width: 350px;
  648. height: 230px;
  649. margin-bottom: 20px;
  650. position: relative;
  651. }
  652. .index_img_ul_1_li_a {}
  653. .index_img_ul_1_li_img {
  654. display: block;
  655. width: 350px;
  656. height: 230px;
  657. }
  658. .index_img_ul_1_li_dot1 {
  659. width: 350px;
  660. height: 44px;
  661. line-height: 44px;
  662. color: #fff;
  663. font-size: 18px;
  664. padding: 0px 10px;
  665. box-sizing: border-box;
  666. position: absolute;
  667. z-index: 11;
  668. left: 0px;
  669. bottom: 0px;
  670. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  671. }
  672. }
  673. .index_name_ul {
  674. min-height: 120px;
  675. .index_name_ul_li {
  676. height: 24px;
  677. margin-bottom: 18px;
  678. display: flex;
  679. position: relative;
  680. }
  681. .index_name_ul_li::after {
  682. content: '';
  683. display: block;
  684. width: 6px;
  685. height: 6px;
  686. background: #ddd;
  687. border-radius: 50%;
  688. position: absolute;
  689. left: 0px;
  690. top: 9px;
  691. z-index: 11;
  692. }
  693. .index_name_ul_li_tag {
  694. height: 24px;
  695. line-height: 24px;
  696. color: #666;
  697. font-size: 18px;
  698. margin-left: 11px;
  699. word-break: keep-all;
  700. white-space: nowrap;
  701. }
  702. .index_name_ul_li_dot1 {
  703. height: 24px;
  704. line-height: 24px;
  705. color: #666;
  706. font-size: 18px;
  707. width: 100%;
  708. }
  709. .index_name_ul_li:nth-of-type(1) .index_name_ul_li_tag {
  710. background: #e5efff;
  711. color: #287EFF;
  712. font-size: 14px;
  713. padding: 0px 4px;
  714. height: 20px;
  715. line-height: 20px;
  716. margin: 2px 10px 0px 0px;
  717. }
  718. .index_name_ul_li:nth-of-type(1) .index_name_ul_li_dot1 {
  719. font-weight: bold;
  720. color: #333;
  721. }
  722. .index_name_ul_li:nth-of-type(1)::after {
  723. display: none;
  724. }
  725. .index_name_ul_li_tag:hover {
  726. color: #A91B33;
  727. }
  728. .index_name_ul_li_dot1:hover {
  729. color: #A91B33;
  730. }
  731. .index_name_ul_li:nth-of-type(1) .index_name_ul_li_dot1:hover {
  732. color: #A91B33;
  733. }
  734. }
  735. .index_name_ul_2 {
  736. .index_name_ul_2_li {
  737. height: 24px;
  738. margin-bottom: 18px;
  739. display: flex;
  740. position: relative;
  741. }
  742. .index_name_ul_2_li::after {
  743. content: '';
  744. display: block;
  745. width: 6px;
  746. height: 6px;
  747. background: #ddd;
  748. border-radius: 50%;
  749. position: absolute;
  750. left: 0px;
  751. top: 9px;
  752. z-index: 11;
  753. }
  754. .index_name_ul_2_li_tag {
  755. height: 24px;
  756. line-height: 24px;
  757. color: #666;
  758. font-size: 18px;
  759. margin-left: 11px;
  760. word-break: keep-all;
  761. white-space: nowrap;
  762. }
  763. .index_name_ul_2_li_dot1 {
  764. height: 24px;
  765. line-height: 24px;
  766. color: #666;
  767. font-size: 18px;
  768. width: 100%;
  769. }
  770. .index_name_ul_2_li:nth-of-type(1) .index_name_ul_2_li_tag {
  771. background: #fff2e5;
  772. color: #FF9428;
  773. font-size: 14px;
  774. padding: 0px 4px;
  775. height: 20px;
  776. line-height: 20px;
  777. margin: 2px 10px 0px 0px;
  778. }
  779. .index_name_ul_2_li:nth-of-type(1) .index_name_ul_2_li_dot1 {
  780. font-weight: bold;
  781. color: #333;
  782. }
  783. .index_name_ul_2_li:nth-of-type(1)::after {
  784. display: none;
  785. }
  786. .index_name_ul_2_li_tag:hover {
  787. color: #A91B33;
  788. }
  789. .index_name_ul_2_li_dot1:hover {
  790. color: #A91B33;
  791. }
  792. .index_name_ul_2_li:nth-of-type(1) .index_name_ul_2_li_dot1:hover {
  793. color: #A91B33;
  794. }
  795. }
  796. .index_img_ul_2 {
  797. .index_img_ul_2_li {
  798. width: 170px;
  799. height: 110px;
  800. margin-bottom: 10px;
  801. position: relative;
  802. }
  803. .index_img_ul_2_li_a {}
  804. .index_img_ul_2_li_img {
  805. width: 170px;
  806. height: 110px;
  807. }
  808. .index_img_ul_2_li_dot1 {
  809. width: 170px;
  810. height: 28px;
  811. line-height: 28px;
  812. color: #fff;
  813. font-size: 14px;
  814. box-sizing: border-box;
  815. position: absolute;
  816. padding: 0px 10px;
  817. left: 0px;
  818. bottom: 0px;
  819. z-index: 11;
  820. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 6%, rgba(0, 0, 0, 0) 100%);
  821. }
  822. }
  823. .index_ul_8_li_box {
  824. height: 48px;
  825. margin-bottom: 11px;
  826. width: 265px;
  827. .index_ul_8_li {
  828. height: 48px;
  829. width: 265px;
  830. display: table-cell;
  831. vertical-align: middle;
  832. }
  833. .index_ul_8_a {
  834. line-height: 24px;
  835. color: #333;
  836. font-size: 18px;
  837. box-sizing: border-box;
  838. position: relative;
  839. width: 265px;
  840. box-sizing: border-box;
  841. padding-left: 16px;
  842. }
  843. .index_ul_8_a:hover {
  844. color: #A91B33;
  845. }
  846. .index_ul_8_a::after {
  847. content: '';
  848. display: block;
  849. width: 6px;
  850. height: 6px;
  851. background: #ddd;
  852. border-radius: 50%;
  853. position: absolute;
  854. left: 0px;
  855. top: 44%;
  856. z-index: 11;
  857. }
  858. .index_ul_8_a:hover::after {
  859. content: '';
  860. display: block;
  861. background: #A91B33;
  862. }
  863. }
  864. .banner_2 {
  865. width: 1200px;
  866. margin: 8px auto 0px;
  867. .banner_2_a {
  868. width: 1200px;
  869. display: block;
  870. }
  871. .banner_2_img {
  872. width: 1200px;
  873. display: block;
  874. }
  875. }
  876. .index_6 {
  877. margin: 30px auto 0px;
  878. height: 553px;
  879. }
  880. .index_head_box_right_4 {
  881. float: right;
  882. height: 30px;
  883. position: relative;
  884. top: 2px;
  885. .index_head_box_right_4_a {
  886. height: 30px;
  887. line-height: 30px;
  888. color: #999;
  889. font-size: 16px;
  890. float: left;
  891. padding: 0px 13px;
  892. position: relative;
  893. }
  894. .index_head_box_right_4_a::after {
  895. content: '';
  896. display: block;
  897. height: 16px;
  898. background: #999;
  899. width: 1px;
  900. position: absolute;
  901. left: 0px;
  902. top: 8px;
  903. }
  904. .index_head_box_right_4_a:nth-of-type(1)::after {
  905. content: '';
  906. display: none;
  907. }
  908. .index_head_box_right_4_a:hover {
  909. color: #A91B33;
  910. }
  911. }
  912. .index_img_ul_3 {
  913. .index_img_ul_3_li {
  914. margin-bottom: 25px;
  915. }
  916. .index_img_ul_3_li_a {}
  917. .index_img_ul_3_li_img {
  918. display: block;
  919. width: 350px;
  920. height: 230px;
  921. }
  922. .index_img_ul_3_li_dot2 {
  923. height: 46px;
  924. line-height: 23px;
  925. color: #333;
  926. font-size: 18px;
  927. margin-top: 22px;
  928. font-weight: bold;
  929. width: 350px;
  930. }
  931. .index_img_ul_3_li_a:hover .index_img_ul_3_li_dot2 {
  932. color: #A91B33;
  933. }
  934. }
  935. .index_img_ul_even_1_li {
  936. width: 165px;
  937. margin-bottom: 0px;
  938. .index_img_ul_even_1_li_a {}
  939. .index_img_ul_even_1_li_img {
  940. width: 165px;
  941. height: 96px;
  942. }
  943. .index_img_ul_even_1_li_dot2 {
  944. height: 46px;
  945. line-height: 23px;
  946. color: #333;
  947. font-size: 18px;
  948. margin-top: 13px;
  949. }
  950. .index_img_ul_even_1_li_a:hover .index_img_ul_even_1_li_dot2 {
  951. color: #A91B33;
  952. }
  953. }
  954. .index_img_ul_even_1_li:nth-of-type(odd) {
  955. float: left;
  956. }
  957. .index_img_ul_even_1_li:nth-of-type(even) {
  958. float: right;
  959. }
  960. .index_ul_9 {
  961. .index_ul_9_a {
  962. height: 24px;
  963. line-height: 24px;
  964. color: #333;
  965. font-size: 18px;
  966. margin-bottom: 16px;
  967. box-sizing: border-box;
  968. text-indent: 16px;
  969. position: relative;
  970. }
  971. .index_ul_9_a::after {
  972. content: '';
  973. display: block;
  974. width: 6px;
  975. height: 6px;
  976. background: #ddd;
  977. border-radius: 50%;
  978. position: absolute;
  979. left: 0px;
  980. top: 8px;
  981. z-index: 11;
  982. }
  983. .index_ul_9_a:hover::after {
  984. background: #A91B33;
  985. }
  986. .index_ul_9_a:hover {
  987. color: #A91B33;
  988. }
  989. }
  990. .index_ul_9_head_box {
  991. margin-bottom: 25px;
  992. .index_ul_9_head_a {
  993. background: #A91B33;
  994. height: 32px;
  995. line-height: 32px;
  996. text-align: center;
  997. color: #fff;
  998. font-size: 17px;
  999. float: left;
  1000. border-top-left-radius: 12px;
  1001. border-bottom-right-radius: 12px;
  1002. padding: 0px 14px;
  1003. }
  1004. }
  1005. .index_even_img_ul_1 {
  1006. .index_even_img_ul_1_li {
  1007. width: 220px;
  1008. }
  1009. .index_even_img_ul_1_li:nth-of-type(odd) {
  1010. float: left;
  1011. }
  1012. .index_even_img_ul_1_li:nth-of-type(even) {
  1013. float: right;
  1014. }
  1015. .index_even_img_ul_1_a {}
  1016. .index_even_img_ul_1_li_img {
  1017. display: block;
  1018. width: 220px;
  1019. height: 130px;
  1020. }
  1021. .index_even_img_ul_1_dot1 {
  1022. height: 24px;
  1023. line-height: 24px;
  1024. color: #333;
  1025. font-size: 18px;
  1026. margin-top: 20px;
  1027. text-align: center;
  1028. }
  1029. .index_even_img_ul_1_a:hover .index_even_img_ul_1_dot1 {
  1030. color: #A91B33;
  1031. }
  1032. }
  1033. .index_ul_10 {
  1034. margin-top: 40px;
  1035. .index_ul_10_a {
  1036. height: 24px;
  1037. line-height: 24px;
  1038. color: #333;
  1039. font-size: 18px;
  1040. margin-bottom: 17px;
  1041. box-sizing: border-box;
  1042. text-indent: 16px;
  1043. position: relative;
  1044. }
  1045. .index_ul_10_a::after {
  1046. content: '';
  1047. display: block;
  1048. width: 6px;
  1049. height: 6px;
  1050. background: #ddd;
  1051. border-radius: 50%;
  1052. position: absolute;
  1053. left: 0px;
  1054. top: 8px;
  1055. z-index: 11;
  1056. }
  1057. .index_ul_10_a:hover::after {
  1058. background: #A91B33;
  1059. }
  1060. .index_ul_10_a:hover {
  1061. color: #A91B33;
  1062. }
  1063. }
  1064. .index_7 {
  1065. margin: 14px auto 0px;
  1066. }
  1067. .index_7_line_box {
  1068. padding-bottom: 0px;
  1069. border: solid 1px #ddd;
  1070. }
  1071. .index_7_in_box {
  1072. float: left;
  1073. width: 336px;
  1074. margin: 15px 14px 0px 20px;
  1075. }
  1076. .index_7_head {
  1077. height: 53px;
  1078. margin-bottom: 10px;
  1079. .index_7_head_a {
  1080. height: 53px;
  1081. line-height: 53px;
  1082. background: linear-gradient(to right, #FFF7ED, #fff);
  1083. text-indent: 20px;
  1084. color: #A91B33;
  1085. font-size: 20px;
  1086. display: block;
  1087. }
  1088. }
  1089. .index_ul_11 {
  1090. height: 135px;
  1091. .index_ul_11_a {
  1092. height: 24px;
  1093. line-height: 24px;
  1094. color: #333;
  1095. font-size: 18px;
  1096. margin-bottom: 20px;
  1097. box-sizing: border-box;
  1098. text-indent: 26px;
  1099. position: relative;
  1100. }
  1101. .index_ul_11_a::after {
  1102. content: '';
  1103. display: block;
  1104. width: 6px;
  1105. height: 6px;
  1106. background: #A91B33;
  1107. border-radius: 50%;
  1108. position: absolute;
  1109. left: 9px;
  1110. top: 8px;
  1111. z-index: 11;
  1112. }
  1113. .index_ul_11_a:hover {
  1114. color: #A91B33;
  1115. }
  1116. }
  1117. .index_8 {
  1118. margin: 30px auto 0px;
  1119. }
  1120. .index_head_box_2 {
  1121. margin-bottom: 41px;
  1122. }
  1123. .index_big_2_ul {
  1124. .index_big_2_li {
  1125. background: #F9FAFB;
  1126. box-sizing: border-box;
  1127. margin-bottom: 19px;
  1128. }
  1129. .index_big_2_li_img_box {
  1130. width: 200px;
  1131. height: 145px;
  1132. float: left;
  1133. }
  1134. .index_big_2_li_img {
  1135. display: block;
  1136. width: 200px;
  1137. height: 145px;
  1138. }
  1139. .index_big_2_li_in {
  1140. width: 502px;
  1141. float: right;
  1142. margin: 10px 8px 0px 0px;
  1143. }
  1144. .index_big_2_li_img_a {}
  1145. }
  1146. .index_ul_12_a {
  1147. height: 24px;
  1148. line-height: 24px;
  1149. color: #333;
  1150. font-size: 18px;
  1151. margin-bottom: 10px;
  1152. box-sizing: border-box;
  1153. position: relative;
  1154. text-indent: 16px;
  1155. &:hover {
  1156. color: #A91B33;
  1157. }
  1158. &:hover::after {
  1159. background: #A91B33;
  1160. }
  1161. }
  1162. .index_ul_12_a::after {
  1163. content: '';
  1164. display: block;
  1165. width: 6px;
  1166. height: 6px;
  1167. background: #ddd;
  1168. border-radius: 50%;
  1169. position: absolute;
  1170. left: 0px;
  1171. top: 9px;
  1172. z-index: 11;
  1173. }
  1174. .index_ul_12_a:nth-of-type(1) {
  1175. font-weight: bold;
  1176. }
  1177. .index_ul_12_a:last-of-type(1) {
  1178. margin: 0;
  1179. }
  1180. .index_ul_13 {
  1181. height: 112px;
  1182. margin-top: 10px;
  1183. .index_ul_13_a {
  1184. height: 24px;
  1185. line-height: 24px;
  1186. color: #333;
  1187. font-size: 18px;
  1188. margin-bottom: 19px;
  1189. box-sizing: border-box;
  1190. text-indent: 16px;
  1191. position: relative;
  1192. }
  1193. .index_ul_13_a::after {
  1194. content: '';
  1195. display: block;
  1196. width: 4px;
  1197. height: 4px;
  1198. background: #333;
  1199. position: absolute;
  1200. left: 0px;
  1201. top: 10px;
  1202. z-index: 11;
  1203. }
  1204. .index_ul_13_a:hover::after {
  1205. background: #A91B33;
  1206. }
  1207. .index_ul_13_a:hover {
  1208. color: #A91B33;
  1209. }
  1210. .index_ul_13_a:nth-of-type(1) {
  1211. font-weight: bold;
  1212. }
  1213. }
  1214. .index_head_box_3 {
  1215. margin-bottom: 28px;
  1216. }
  1217. .index_ul_6 {
  1218. .index_ul_6_li {
  1219. border: solid 1px #F9FAFB;
  1220. background: #F9FAFB;
  1221. margin: 1px 0px 9px 0px;
  1222. }
  1223. .index_ul_6_li_a {}
  1224. }
  1225. .index_ul_6_img_box {
  1226. float: left;
  1227. width: 130px;
  1228. height: 166px;
  1229. .index_ul_6_img {
  1230. display: block;
  1231. width: 130px;
  1232. height: 166px;
  1233. }
  1234. }
  1235. .index_ul_6_li_right {
  1236. float: right;
  1237. width: 296px;
  1238. margin-right: 4px;
  1239. }
  1240. .index_ul_6_li_head {
  1241. color: #333;
  1242. font-size: 18px;
  1243. margin-top: 10px;
  1244. font-weight: bold;
  1245. }
  1246. .index_ul_6_li_article {
  1247. height: 72px;
  1248. line-height: 24px;
  1249. color: #666;
  1250. font-size: 18px;
  1251. margin-top: 15px;
  1252. }
  1253. .index_ul_6_li:hover .index_ul_6_li_article {
  1254. color: #A91B33;
  1255. }
  1256. .index_ul_6_li:hover .index_ul_6_li_head {
  1257. color: #A91B33;
  1258. }
  1259. .index_ul_6_li_article_detail {
  1260. color: #e48231;
  1261. float: right;
  1262. margin-top: 8px;
  1263. }