index.less 24 KB

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