index.less 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494
  1. * {
  2. font-family: "微软雅黑", "microsoft yahei";
  3. }
  4. ul,
  5. ol {
  6. list-style: none;
  7. }
  8. a:active {
  9. text-decoration: none;
  10. }
  11. a:hover {
  12. text-decoration: none;
  13. }
  14. a:visited {
  15. text-decoration: none;
  16. }
  17. a:link {
  18. text-decoration: none;
  19. }
  20. a:focus {
  21. text-decoration: none;
  22. }
  23. body {
  24. position: relative;
  25. }
  26. .clearfix {
  27. overflow: hidden;
  28. }
  29. .clearfix_2::after {
  30. content: '';
  31. display: block;
  32. height: 0;
  33. visibility: hidden;
  34. clear: both;
  35. }
  36. .hiddenColor {
  37. visibility: hidden;
  38. }
  39. .hand {
  40. cursor: pointer;
  41. }
  42. .dot1 {
  43. display: block;
  44. word-break: keep-all;
  45. white-space: nowrap;
  46. overflow: hidden;
  47. text-overflow: ellipsis;
  48. }
  49. .dot2 {
  50. overflow: hidden;
  51. display: -webkit-box;
  52. -webkit-box-orient: vertical;
  53. -webkit-line-clamp: 2;
  54. }
  55. .dot3 {
  56. overflow: hidden;
  57. display: -webkit-box;
  58. -webkit-box-orient: vertical;
  59. -webkit-line-clamp: 3;
  60. }
  61. .dot4 {
  62. overflow: hidden;
  63. display: -webkit-box;
  64. -webkit-box-orient: vertical;
  65. -webkit-line-clamp: 4;
  66. }
  67. input,
  68. img {
  69. border: none;
  70. }
  71. .cover100 img {
  72. display: block;
  73. width: 100%;
  74. height: 100%;
  75. object-fit: cover;
  76. }
  77. .back100 {
  78. background-size: 100% 100%;
  79. background-repeat: no-repeat;
  80. }
  81. article,
  82. aside,
  83. footer,
  84. header,
  85. time,
  86. video,
  87. main,
  88. nav,
  89. h4,
  90. h3,
  91. section {
  92. display: block;
  93. }
  94. .index_main {
  95. margin: 0 auto 30px
  96. }
  97. .slow_6 {
  98. -webkit-transition: all .6s;
  99. -moz-transition: all .6s;
  100. -ms-transition: all .6s;
  101. -o-transition: all .6s;
  102. transition: all .6s;
  103. }
  104. .index_main {
  105. width: 1200px;
  106. }
  107. .index_head_out {
  108. border: solid 1px #FAFAFA;
  109. background: #FAFAFA;
  110. margin: 20px auto 0px;
  111. padding-bottom: 20px;
  112. .index_head_h3 {
  113. height: 40px;
  114. line-height: 40px;
  115. }
  116. .index_head_h3_a {
  117. width: 1200px;
  118. display: block;
  119. height: 40px;
  120. line-height: 40px;
  121. position: relative;
  122. margin: 30px auto 0px;
  123. color: #333;
  124. font-size: 30px;
  125. text-align: center;
  126. box-sizing: border-box;
  127. padding: 0px 100px;
  128. &:hover {
  129. color: #A91B33;
  130. }
  131. }
  132. .index_head_h3_tag {
  133. position: absolute;
  134. background: #A91B33;
  135. height: 32px;
  136. line-height: 32px;
  137. text-align: center;
  138. color: #fff;
  139. font-size: 17px;
  140. border-top-left-radius: 12px;
  141. border-bottom-right-radius: 12px;
  142. left: 27px;
  143. top: 7px;
  144. padding: 0px 14px;
  145. }
  146. .index_head_a_box {
  147. margin-top: 15px;
  148. text-align: center;
  149. font-size: 0px;
  150. }
  151. .index_head_a {
  152. display: inline-block;
  153. height: 22px;
  154. width: 23%;
  155. // max-width:23%;
  156. box-sizing: border-box;
  157. line-height: 22px;
  158. color: #333;
  159. font-size: 17px;
  160. position: relative;
  161. padding: 0px 6px;
  162. &:hover {
  163. color: #A91B33;
  164. }
  165. }
  166. .index_head_a::after {
  167. content: '';
  168. display: block;
  169. height: 14px;
  170. width: 1px;
  171. background: #333;
  172. position: absolute;
  173. left: 0px;
  174. top: 5px;
  175. }
  176. .index_head_a:nth-of-type(1)::after {
  177. content: '';
  178. display: none;
  179. }
  180. }
  181. .index_1_box {
  182. float: left;
  183. width: 720px;
  184. }
  185. .index_2_box {
  186. float: right;
  187. width: 450px;
  188. }
  189. .index_3_box {
  190. float: left;
  191. width: 350px;
  192. }
  193. .index_4_box {
  194. float: right;
  195. width: 350px;
  196. }
  197. .index_5_box {
  198. float: left;
  199. width: 170px;
  200. }
  201. .index_6_box {
  202. float: right;
  203. width: 265px;
  204. }
  205. .index_1 {
  206. margin-top: 30px;
  207. }
  208. .roll_1_box {
  209. width: 720px;
  210. height: 405px;
  211. }
  212. .index_1_ul {
  213. .index_1_ul_a {
  214. height: 24px;
  215. line-height: 24px;
  216. color: #333;
  217. font-size: 18px;
  218. margin-bottom: 18px;
  219. &:hover {
  220. color: #A91B33;
  221. }
  222. }
  223. .index_1_ul_a:nth-of-type(5n-4) {
  224. font-weight: bold;
  225. color: #A91B33;
  226. font-size: 20px;
  227. }
  228. }
  229. .index_2 {
  230. margin: 17px auto 0px;
  231. }
  232. .index_head_box {
  233. border-bottom: solid 1px #D8D8D8;
  234. padding-bottom: 10px;
  235. margin-bottom: 30px;
  236. .index_head_box_left {
  237. float: left;
  238. height: 30px;
  239. border-left: solid 5px #A91B33;
  240. }
  241. .index_head_left_a_btn {
  242. float: left;
  243. height: 30px;
  244. margin-right: 10px;
  245. }
  246. .index_head_left_a {
  247. display: block;
  248. height: 30px;
  249. line-height: 30px;
  250. color: #999;
  251. font-size: 20px;
  252. font-weight: bold;
  253. text-indent: 10px;
  254. &:hover {
  255. color: #A91B33;
  256. }
  257. }
  258. .index_head_left_a_only {
  259. color: #333;
  260. }
  261. .index_head_box_right {
  262. float: right;
  263. height: 30px;
  264. }
  265. .index_head_box_right_1_a {
  266. display: block;
  267. height: 30px;
  268. line-height: 30px;
  269. color: #999;
  270. font-size: 16px;
  271. &:hover {
  272. color: #A91B33;
  273. }
  274. }
  275. }
  276. .index_3_box_box {
  277. min-height: 230px;
  278. }
  279. .index_2_color_box {
  280. background: #FAFAFA;
  281. padding: 20px 0px;
  282. margin: -11px auto 0px;
  283. height: 177px;
  284. }
  285. .index_ul_2 {
  286. .index_ul_2_li {
  287. float: left;
  288. display: flex;
  289. height: 44px;
  290. margin: 0px 22px 15px 20px;
  291. width: 258px;
  292. }
  293. .index_ul_2_li:nth-of-type(4n) {
  294. margin-right: 0px;
  295. }
  296. .index_ul_2_li_num {
  297. width: 22px;
  298. height: 22px;
  299. text-align: center;
  300. line-height: 22px;
  301. font-style: italic;
  302. box-sizing: border-box;
  303. border-right: solid 3px #A91B33;
  304. font-size: 16px;
  305. color: #fff;
  306. background: #A91B33;
  307. margin-right: 19px;
  308. }
  309. .index_ul_2_li_a {
  310. height: 44px;
  311. line-height: 22px;
  312. color: #333;
  313. font-size: 18px;
  314. &:hover {
  315. color: #A91B33;
  316. }
  317. }
  318. }
  319. .index_2_foot_a_btn {
  320. float: left;
  321. height: 49px;
  322. line-height: 48px;
  323. background: #A91B33;
  324. padding: 0px 25px;
  325. margin: 9px 0px 0px 20px;
  326. color: #fff;
  327. font-size: 14px;
  328. }
  329. .index_2_foot_a_btn:nth-of-type(even) {
  330. background: #E48231;
  331. }
  332. .banner_1 {
  333. width: 1200px;
  334. margin: 10px auto 0px;
  335. .banner_1_a {
  336. width: 1200px;
  337. display: block;
  338. }
  339. .banner_1_img {
  340. width: 1200px;
  341. display: block;
  342. }
  343. }
  344. .index_3 {
  345. margin: 30px auto 0px;
  346. }
  347. .index_3_head_box {
  348. height: 56px;
  349. .index_3_head_btn_a {
  350. float: left;
  351. height: 42px;
  352. line-height: 42px;
  353. color: #333;
  354. font-size: 18px;
  355. padding: 0px 30px 0px 20px;
  356. margin-top: 14px;
  357. background-color: #FAFAFA;
  358. }
  359. .index_3_head_btn_a_only {
  360. height: 56px;
  361. line-height: 56px;
  362. color: #fff;
  363. font-weight: bold;
  364. margin-top: 0px;
  365. background-image: url(@/public/img/34.png);
  366. background-color: #fff;
  367. }
  368. }
  369. .index_big_ul {
  370. border: solid 1px #EDCEA2;
  371. background: #FFF7ED;
  372. margin: 25px auto 0px;
  373. padding: 20px 0px 4px;
  374. .index_big_li {
  375. width: 530px;
  376. border-bottom: dashed 1px #EDCEA2;
  377. margin: 0px 0px 20px;
  378. }
  379. .index_big_li_head_a {
  380. display: block;
  381. height: 24px;
  382. line-height: 24px;
  383. color: #A91B33;
  384. font-size: 18px;
  385. position: relative;
  386. text-indent: 17px;
  387. font-weight: bold;
  388. }
  389. .index_big_li_head_a::after {
  390. content: '';
  391. display: block;
  392. position: absolute;
  393. width: 7px;
  394. height: 7px;
  395. background: #F37C0B;
  396. left: 0px;
  397. top: 10px;
  398. border-radius: 50%;
  399. }
  400. }
  401. .index_ul_3_in {
  402. margin-top: 13px;
  403. // padding-bottom: 11px;
  404. // margin-left: -13px;
  405. height: 65px;
  406. .index_ul_3_a {
  407. float: left;
  408. position: relative;
  409. height: 16px;
  410. line-height: 16px;
  411. color: #666;
  412. font-size: 16px;
  413. padding: 0px 13px;
  414. margin-bottom: 11px;
  415. }
  416. .index_ul_3_a::after {
  417. content: '';
  418. display: block;
  419. position: absolute;
  420. height: 16px;
  421. width: 1px;
  422. background: #666;
  423. right: 0px;
  424. top: 0px;
  425. }
  426. .index_ul_3_a:nth-last-of-type(1).index_ul_3_a::after {
  427. display: none;
  428. }
  429. .index_ul_3_a:hover {
  430. color: #A91B33;
  431. }
  432. }
  433. .index_big_li:nth-of-type(odd) {
  434. float: left;
  435. margin-left: 36px;
  436. }
  437. .index_big_li:nth-of-type(even) {
  438. float: right;
  439. margin-right: 36px;
  440. }
  441. .index_4 {
  442. margin: 30px auto 0px;
  443. }
  444. .index_head_btn_right_box_2 {
  445. float: right;
  446. .index_head_btn_right_a_2 {
  447. float: right;
  448. height: 24px;
  449. line-height: 24px;
  450. color: #333;
  451. font-size: 18px;
  452. padding-left: 22px;
  453. margin-top: 22px;
  454. background: url(@/public/img/6.png) no-repeat left 5px;
  455. background-size: 17px auto;
  456. cursor: pointer;
  457. }
  458. .index_head_btn_right_a_2:hover {
  459. color: #A91B33;
  460. }
  461. }
  462. .index_ul_4_out {
  463. border: solid 1px #F9FAFB;
  464. background: #F9FAFB;
  465. .index_ul_4_img_box {
  466. width: 130px;
  467. height: 130px;
  468. margin-right: 10px;
  469. float: left;
  470. }
  471. .index_ul_4_img {
  472. width: 130px;
  473. height: 130px;
  474. display: block;
  475. }
  476. }
  477. .index_ul_4 {
  478. float: right;
  479. width: 200px;
  480. margin: 15px 4px 0px 0px;
  481. .index_ul_4_a {
  482. height: 18px;
  483. line-height: 18px;
  484. color: #666;
  485. font-size: 16px;
  486. margin-bottom: 11px;
  487. box-sizing: border-box;
  488. text-indent: 12px;
  489. position: relative;
  490. }
  491. .index_ul_4_a::after {
  492. content: '';
  493. display: block;
  494. width: 6px;
  495. height: 6px;
  496. background: #ddd;
  497. border-radius: 50%;
  498. position: absolute;
  499. left: 0px;
  500. top: 7px;
  501. z-index: 11;
  502. }
  503. .index_ul_4_a:nth-of-type(1) {
  504. height: 48px;
  505. line-height: 24px;
  506. color: #333;
  507. font-size: 18px;
  508. font-weight: bold;
  509. text-indent: 0px;
  510. margin-bottom: 12px;
  511. display: -webkit-box !important;
  512. -webkit-box-orient: vertical !important;
  513. -webkit-line-clamp: 2 !important;
  514. word-break: break-all;
  515. white-space: wrap;
  516. }
  517. .index_ul_4_a:nth-of-type(1).index_ul_4_a::after {
  518. display: none;
  519. }
  520. .index_ul_4_a:hover::after {
  521. background: #A91B33;
  522. }
  523. .index_ul_4_a:hover {
  524. color: #A91B33;
  525. }
  526. }
  527. .index_ul_5 {
  528. margin-top: 17px;
  529. .index_ul_5_a {
  530. height: 24px;
  531. line-height: 24px;
  532. color: #333;
  533. font-size: 18px;
  534. margin-bottom: 18px;
  535. box-sizing: border-box;
  536. text-indent: 16px;
  537. position: relative;
  538. }
  539. .index_ul_5_a::after {
  540. content: '';
  541. display: block;
  542. width: 6px;
  543. height: 6px;
  544. background: #ddd;
  545. border-radius: 50%;
  546. position: absolute;
  547. left: 0px;
  548. top: 8px;
  549. z-index: 11;
  550. }
  551. .index_ul_5_a:nth-of-type(3n-2) {
  552. font-weight: bold;
  553. }
  554. .index_ul_5_a:hover::after {
  555. background: #A91B33;
  556. }
  557. .index_ul_5_a:hover {
  558. color: #A91B33;
  559. }
  560. }
  561. .index_head_box_right_3 {
  562. float: right;
  563. height: 30px;
  564. position: relative;
  565. top: 2px;
  566. .index_head_box_right_3_a {
  567. height: 30px;
  568. line-height: 30px;
  569. color: #999;
  570. font-size: 16px;
  571. float: left;
  572. padding: 0px 14px;
  573. position: relative;
  574. }
  575. .index_head_box_right_3_a::after {
  576. font-size: 12px;
  577. content: '/';
  578. display: block;
  579. height: 6px;
  580. line-height: 6px;
  581. position: absolute;
  582. left: -2px;
  583. top: 12px;
  584. }
  585. .index_head_right_btn_box {
  586. height: 30px;
  587. line-height: 30px;
  588. float: left;
  589. }
  590. .index_head_box_right_3_a:nth-of-type(1)::after {
  591. content: '';
  592. display: none;
  593. }
  594. .index_head_box_right_3_a:hover {
  595. color: #A91B33;
  596. }
  597. }
  598. .index_ul_6 {
  599. margin-top: 17px;
  600. .index_ul_6_a {
  601. height: 24px;
  602. line-height: 24px;
  603. color: #333;
  604. font-size: 18px;
  605. margin-bottom: 15px;
  606. box-sizing: border-box;
  607. text-indent: 16px;
  608. position: relative;
  609. }
  610. .index_ul_6_a::after {
  611. content: '';
  612. display: block;
  613. width: 8px;
  614. height: 8px;
  615. background: #ddd;
  616. border-radius: 50%;
  617. position: absolute;
  618. left: 0px;
  619. top: 9px;
  620. z-index: 11;
  621. }
  622. .index_ul_6_a:hover::after {
  623. background: #A91B33;
  624. }
  625. .index_ul_6_a:hover {
  626. color: #A91B33;
  627. }
  628. .index_ul_6_a:nth-of-type(-n+3) {
  629. text-indent: 33px;
  630. }
  631. .index_ul_6_a:nth-of-type(-n+3)::after {
  632. background: aqua;
  633. width: 24px;
  634. height: 24px;
  635. left: 0px;
  636. top: 0px;
  637. background: url(@/public/img/2.png) no-repeat left 0px;
  638. background-size: auto 90%;
  639. }
  640. }
  641. .index_5 {
  642. margin: 10px auto 0px;
  643. }
  644. .index_img_ul_1_ul {
  645. .index_img_ul_1_li {
  646. width: 350px;
  647. height: 230px;
  648. margin-bottom: 20px;
  649. position: relative;
  650. }
  651. .index_img_ul_1_li_a {}
  652. .index_img_ul_1_li_img {
  653. display: block;
  654. width: 350px;
  655. height: 230px;
  656. }
  657. .index_img_ul_1_li_dot1 {
  658. width: 350px;
  659. height: 44px;
  660. line-height: 44px;
  661. color: #fff;
  662. font-size: 18px;
  663. padding: 0px 10px;
  664. box-sizing: border-box;
  665. position: absolute;
  666. z-index: 11;
  667. left: 0px;
  668. bottom: 0px;
  669. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  670. }
  671. }
  672. .index_name_ul {
  673. min-height: 120px;
  674. .index_name_ul_li {
  675. height: 24px;
  676. margin-bottom: 18px;
  677. display: flex;
  678. position: relative;
  679. }
  680. .index_name_ul_li::after {
  681. content: '';
  682. display: block;
  683. width: 6px;
  684. height: 6px;
  685. background: #ddd;
  686. border-radius: 50%;
  687. position: absolute;
  688. left: 0px;
  689. top: 9px;
  690. z-index: 11;
  691. }
  692. .index_name_ul_li_tag {
  693. height: 24px;
  694. line-height: 24px;
  695. color: #666;
  696. font-size: 18px;
  697. margin-left: 11px;
  698. word-break: keep-all;
  699. white-space: nowrap;
  700. }
  701. .index_name_ul_li_dot1 {
  702. height: 24px;
  703. line-height: 24px;
  704. color: #666;
  705. font-size: 18px;
  706. width: 100%;
  707. }
  708. .index_name_ul_li:nth-of-type(1) .index_name_ul_li_tag {
  709. background: #e5efff;
  710. color: #287EFF;
  711. font-size: 14px;
  712. padding: 0px 4px;
  713. height: 20px;
  714. line-height: 20px;
  715. margin: 2px 10px 0px 0px;
  716. }
  717. .index_name_ul_li:nth-of-type(1) .index_name_ul_li_dot1 {
  718. font-weight: bold;
  719. color: #333;
  720. }
  721. .index_name_ul_li:nth-of-type(1)::after {
  722. display: none;
  723. }
  724. .index_name_ul_li_tag:hover {
  725. color: #A91B33;
  726. }
  727. .index_name_ul_li_dot1:hover {
  728. color: #A91B33;
  729. }
  730. .index_name_ul_li:nth-of-type(1) .index_name_ul_li_dot1:hover {
  731. color: #A91B33;
  732. }
  733. }
  734. .index_name_ul_2 {
  735. .index_name_ul_2_li {
  736. height: 24px;
  737. margin-bottom: 18px;
  738. display: flex;
  739. position: relative;
  740. }
  741. .index_name_ul_2_li::after {
  742. content: '';
  743. display: block;
  744. width: 6px;
  745. height: 6px;
  746. background: #ddd;
  747. border-radius: 50%;
  748. position: absolute;
  749. left: 0px;
  750. top: 9px;
  751. z-index: 11;
  752. }
  753. .index_name_ul_2_li_tag {
  754. height: 24px;
  755. line-height: 24px;
  756. color: #666;
  757. font-size: 18px;
  758. margin-left: 11px;
  759. word-break: keep-all;
  760. white-space: nowrap;
  761. }
  762. .index_name_ul_2_li_dot1 {
  763. height: 24px;
  764. line-height: 24px;
  765. color: #666;
  766. font-size: 18px;
  767. width: 100%;
  768. }
  769. .index_name_ul_2_li:nth-of-type(1) .index_name_ul_2_li_tag {
  770. background: #fff2e5;
  771. color: #FF9428;
  772. font-size: 14px;
  773. padding: 0px 4px;
  774. height: 20px;
  775. line-height: 20px;
  776. margin: 2px 10px 0px 0px;
  777. }
  778. .index_name_ul_2_li:nth-of-type(1) .index_name_ul_2_li_dot1 {
  779. font-weight: bold;
  780. color: #333;
  781. }
  782. .index_name_ul_2_li:nth-of-type(1)::after {
  783. display: none;
  784. }
  785. .index_name_ul_2_li_tag:hover {
  786. color: #A91B33;
  787. }
  788. .index_name_ul_2_li_dot1:hover {
  789. color: #A91B33;
  790. }
  791. .index_name_ul_2_li:nth-of-type(1) .index_name_ul_2_li_dot1:hover {
  792. color: #A91B33;
  793. }
  794. }
  795. .index_img_ul_2 {
  796. .index_img_ul_2_li {
  797. display: block;
  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. }