navLinkContent.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  1. /* 左边第一个 */
  2. .NavLinkContent1 {
  3. width: 780px;
  4. height: 185px;
  5. background-image: url("../images/navOne.png");
  6. background-repeat: no-repeat;
  7. background-size: contain;
  8. cursor: default;
  9. position: relative;
  10. }
  11. .NavLinkContent1:hover {
  12. background-image: url("../images/navOneHover.png");
  13. }
  14. /* .NavLinkContent1:hover .ShowContent .LeftPart {
  15. background-image: url("../images/navSevenIconHover.png");
  16. }
  17. .NavLinkContent1:hover .ShowContent .RightPart .RightPart_TopPart {
  18. color: #ffa622;
  19. } */
  20. .NavLinkContent1 .ShowContent {
  21. display: flex;
  22. flex-flow: row nowrap;
  23. align-items: center;
  24. height: 185px;
  25. position: absolute;
  26. left: 250px;
  27. }
  28. .NavLinkContent1 .ShowContent.custom-content {
  29. left: 180px;
  30. }
  31. .NavLinkContent1 .ShowContent .LeftPart {
  32. width: 88px;
  33. height: 88px;
  34. background-image: url("../images/icon-map.png");
  35. background-repeat: no-repeat;
  36. background-size: contain;
  37. margin-right: 28px;
  38. }
  39. .NavLinkContent1:hover .ShowContent .LeftPart {
  40. width: 88px;
  41. height: 88px;
  42. background-image: url("../images/icon-map-hover.png");
  43. background-repeat: no-repeat;
  44. background-size: contain;
  45. margin-right: 28px;
  46. }
  47. .NavLinkContent1 .ShowContent .LeftPart.custom-img {
  48. /* width: 100px;
  49. height: 100px; */
  50. margin-bottom: 6px;
  51. }
  52. .NavLinkContent1 .ShowContent .RightPart .RightPart_TopPart {
  53. width: 300px;
  54. /* height: 36px; */
  55. font-size: 36px;
  56. font-family: PangMenZhengDao-3, PangMenZhengDao;
  57. font-weight: normal;
  58. color: #2bb5eb;
  59. /* line-height: 41px;
  60. margin-bottom: 16px; */
  61. text-align: start;
  62. }
  63. .NavLinkContent1 .ShowContent .RightPart .RightPart_BottomPart {
  64. width: 214px;
  65. height: 34px;
  66. font-size: 12px;
  67. font-family: PingFangSC-Regular, PingFang SC;
  68. font-weight: 400;
  69. color: #ff9c27;
  70. line-height: 17px;
  71. text-align: start;
  72. }
  73. /* 左边第二个 */
  74. .NavLinkContent2 {
  75. width: 780px;
  76. height: 185px;
  77. background-image: url("../images/navTwo.png");
  78. background-repeat: no-repeat;
  79. background-size: contain;
  80. cursor: pointer;
  81. position: relative;
  82. }
  83. .NavLinkContent2:hover {
  84. background-image: url("../images/navTwoHover.png");
  85. }
  86. .NavLinkContent2:hover .ShowContent .LeftPart {
  87. background-image: url("../images/navTwoIconHover.png");
  88. }
  89. .NavLinkContent2:hover .ShowContent .RightPart .RightPart_TopPart {
  90. color: #ffa622;
  91. }
  92. .NavLinkContent2 .ShowContent {
  93. display: flex;
  94. flex-flow: row nowrap;
  95. align-items: center;
  96. height: 185px;
  97. position: absolute;
  98. left: 166px;
  99. }
  100. .NavLinkContent2 .ShowContent .LeftPart {
  101. width: 88px;
  102. height: 88px;
  103. background-image: url("../images/navTwoIcon.png");
  104. background-repeat: no-repeat;
  105. background-size: contain;
  106. margin-right: 28px;
  107. }
  108. .NavLinkContent2 .ShowContent .RightPart .RightPart_TopPart {
  109. width: 180px;
  110. height: 36px;
  111. font-size: 36px;
  112. font-family: PangMenZhengDao-3, PangMenZhengDao;
  113. font-weight: normal;
  114. color: #2bb5eb;
  115. line-height: 41px;
  116. margin-bottom: 16px;
  117. text-align: start;
  118. }
  119. .NavLinkContent2 .ShowContent .RightPart .RightPart_BottomPart {
  120. width: 214px;
  121. height: 34px;
  122. font-size: 12px;
  123. font-family: PingFangSC-Regular, PingFang SC;
  124. font-weight: 400;
  125. color: #ff9c27;
  126. line-height: 17px;
  127. text-align: start;
  128. }
  129. /* 左边第三个 */
  130. .NavLinkContent3 {
  131. width: 780px;
  132. height: 185px;
  133. background-image: url("../images/navThree.png");
  134. background-repeat: no-repeat;
  135. background-size: contain;
  136. background-position: 4px center;
  137. cursor: pointer;
  138. position: relative;
  139. }
  140. .NavLinkContent3:hover {
  141. background-image: url("../images/navThreeHover.png");
  142. }
  143. .NavLinkContent3:hover .ShowContent .LeftPart {
  144. background-image: url("../images/navSevenIconHover.png");
  145. }
  146. .NavLinkContent3:hover .ShowContent .RightPart .RightPart_TopPart {
  147. color: #ffa622;
  148. }
  149. .NavLinkContent3 .ShowContent {
  150. display: flex;
  151. flex-flow: row nowrap;
  152. align-items: center;
  153. height: 185px;
  154. position: absolute;
  155. left: 88px;
  156. }
  157. .NavLinkContent3 .ShowContent .LeftPart {
  158. width: 88px;
  159. height: 88px;
  160. background-image: url("../images/navSevenIcon.png");
  161. background-repeat: no-repeat;
  162. background-size: contain;
  163. margin-right: 28px;
  164. }
  165. .NavLinkContent3 .ShowContent .RightPart .RightPart_TopPart {
  166. width: 250px;
  167. height: 36px;
  168. font-size: 36px;
  169. font-family: PangMenZhengDao-3, PangMenZhengDao;
  170. font-weight: normal;
  171. color: #2bb5eb;
  172. line-height: 41px;
  173. /* margin-bottom: 16px; */
  174. text-align: start;
  175. }
  176. .NavLinkContent3 .ShowContent .RightPart .RightPart_BottomPart {
  177. width: 214px;
  178. height: 34px;
  179. font-size: 12px;
  180. font-family: PingFangSC-Regular, PingFang SC;
  181. font-weight: 400;
  182. color: #FF9C27;
  183. line-height: 17px;
  184. text-align: start;
  185. }
  186. /* 左边第四个 */
  187. .NavLinkContent4 {
  188. width: 780px;
  189. height: 185px;
  190. background-image: url("../images/navFour.png");
  191. background-repeat: no-repeat;
  192. background-size: contain;
  193. cursor: pointer;
  194. position: relative;
  195. }
  196. .NavLinkContent4:hover {
  197. background-image: url("../images/navFourHover.png");
  198. }
  199. .NavLinkContent4:hover .ShowContent .LeftPart {
  200. background-image: url("../images/navFourIconHover.png");
  201. }
  202. .NavLinkContent4:hover .ShowContent .RightPart .RightPart_TopPart {
  203. color: #ffa622;
  204. }
  205. .NavLinkContent4:hover .ShowContent .RightPart .RightPart_BottomPart {
  206. color: #ffa622;
  207. }
  208. .NavLinkContent4 .ShowContent {
  209. display: flex;
  210. flex-flow: row nowrap;
  211. align-items: center;
  212. height: 185px;
  213. position: absolute;
  214. left: 250px;
  215. }
  216. .NavLinkContent4 .ShowContent .LeftPart {
  217. width: 88px;
  218. height: 88px;
  219. background-image: url("../images/navFourIcon.png");
  220. background-repeat: no-repeat;
  221. background-size: contain;
  222. margin-right: 28px;
  223. }
  224. .NavLinkContent4 .ShowContent .RightPart .RightPart_TopPart {
  225. width: 180px;
  226. height: 36px;
  227. font-size: 36px;
  228. font-family: PangMenZhengDao-3, PangMenZhengDao;
  229. font-weight: normal;
  230. color: #2bb5eb;
  231. line-height: 41px;
  232. margin-bottom: 16px;
  233. text-align: start;
  234. }
  235. .NavLinkContent4 .ShowContent .RightPart .RightPart_BottomPart {
  236. width: 214px;
  237. height: 34px;
  238. font-size: 12px;
  239. font-family: PingFangSC-Regular, PingFang SC;
  240. font-weight: 400;
  241. color: #FF9C27;
  242. line-height: 17px;
  243. text-align: start;
  244. }
  245. /* 右边第一个 */
  246. .NavLinkContent5 {
  247. width: 780px;
  248. height: 185px;
  249. background-image: url("../images/navFive.png");
  250. background-repeat: no-repeat;
  251. background-size: contain;
  252. cursor: default;
  253. position: relative;
  254. }
  255. .NavLinkContent5:hover {
  256. background-image: url("../images/navFiveHover.png");
  257. }
  258. /* .NavLinkContent5:hover .ShowContent .LeftPart {
  259. background-image: url("../images/navTwoIconHover.png");
  260. }
  261. .NavLinkContent5:hover .ShowContent .RightPart .RightPart_TopPart {
  262. color: #ffa622;
  263. } */
  264. .NavLinkContent5 .ShowContent {
  265. display: flex;
  266. flex-flow: row nowrap;
  267. align-items: center;
  268. height: 185px;
  269. position: absolute;
  270. left: 216px;
  271. }
  272. .NavLinkContent5 .ShowContent.custom-content {
  273. /* left: 300px; */
  274. }
  275. .NavLinkContent5 .ShowContent .LeftPart {
  276. width: 88px;
  277. height: 88px;
  278. background-image: url("../images/icon-users.png");
  279. background-repeat: no-repeat;
  280. background-size: contain;
  281. margin-right: 28px;
  282. }
  283. .NavLinkContent5:hover .ShowContent .LeftPart {
  284. width: 88px;
  285. height: 88px;
  286. background-image: url("../images/icon-users-hover.png");
  287. background-repeat: no-repeat;
  288. background-size: contain;
  289. margin-right: 28px;
  290. }
  291. .NavLinkContent5 .ShowContent .LeftPart.custom-img {
  292. /* width: 100px;
  293. height: 100px; */
  294. }
  295. .NavLinkContent5 .ShowContent .RightPart .RightPart_TopPart {
  296. width: 265px;
  297. /* height: 36px; */
  298. font-size: 36px;
  299. font-family: PangMenZhengDao-3, PangMenZhengDao;
  300. font-weight: normal;
  301. color: #2bb5eb;
  302. /* line-height: 41px;
  303. margin-bottom: 16px; */
  304. text-align: start;
  305. }
  306. .NavLinkContent5 .ShowContent .RightPart .RightPart_BottomPart {
  307. width: 214px;
  308. height: 34px;
  309. font-size: 12px;
  310. font-family: PingFangSC-Regular, PingFang SC;
  311. font-weight: 400;
  312. color: #ff9c27;
  313. line-height: 17px;
  314. text-align: start;
  315. }
  316. /* 右边第二个 */
  317. .NavLinkContent6 {
  318. width: 780px;
  319. height: 185px;
  320. background-image: url("../images/navSix.png");
  321. background-repeat: no-repeat;
  322. background-size: contain;
  323. cursor: pointer;
  324. position: relative;
  325. }
  326. .NavLinkContent6:hover {
  327. background-image: url("../images/navSixHover.png");
  328. }
  329. .NavLinkContent6:hover .ShowContent .LeftPart {
  330. background-image: url("../images/navThreeIconHover.png");
  331. }
  332. .NavLinkContent6:hover .ShowContent .RightPart .RightPart_TopPart {
  333. color: #ffa622;
  334. }
  335. .NavLinkContent6:hover .ShowContent .RightPart .RightPart_BottomPart {
  336. color: #ffa622;
  337. }
  338. .NavLinkContent6 .ShowContent {
  339. display: flex;
  340. flex-flow: row nowrap;
  341. align-items: center;
  342. height: 185px;
  343. position: absolute;
  344. left: 286px;
  345. }
  346. .NavLinkContent6 .ShowContent .LeftPart {
  347. width: 88px;
  348. height: 88px;
  349. background-image: url("../images/navThreeIcon.png");
  350. background-repeat: no-repeat;
  351. background-size: contain;
  352. margin-right: 28px;
  353. }
  354. .NavLinkContent6 .ShowContent .RightPart .RightPart_TopPart {
  355. width: 180px;
  356. height: 36px;
  357. font-size: 36px;
  358. font-family: PangMenZhengDao-3, PangMenZhengDao;
  359. font-weight: normal;
  360. color: #ffffff;
  361. line-height: 41px;
  362. margin-bottom: 16px;
  363. text-align: start;
  364. }
  365. .NavLinkContent6 .ShowContent .RightPart .RightPart_BottomPart {
  366. width: 214px;
  367. height: 34px;
  368. font-size: 12px;
  369. font-family: PingFangSC-Regular, PingFang SC;
  370. font-weight: 400;
  371. color: #ff9c27;
  372. line-height: 17px;
  373. text-align: start;
  374. }
  375. /* 右边第三个 */
  376. .NavLinkContent7 {
  377. width: 780px;
  378. height: 185px;
  379. background-image: url("../images/navSeven.png");
  380. background-repeat: no-repeat;
  381. background-size: contain;
  382. cursor: pointer;
  383. position: relative;
  384. }
  385. .NavLinkContent7:hover {
  386. background-image: url("../images/navSevenHover.png");
  387. }
  388. .NavLinkContent7:hover .ShowContent .LeftPart {
  389. background-image: url("../images/navSixIconHover.png");
  390. }
  391. .NavLinkContent7:hover .ShowContent .RightPart .RightPart_TopPart {
  392. color: #ffa622;
  393. }
  394. .NavLinkContent7 .ShowContent {
  395. display: flex;
  396. flex-flow: row nowrap;
  397. align-items: center;
  398. height: 185px;
  399. position: absolute;
  400. left: 286px;
  401. }
  402. .NavLinkContent7 .ShowContent .LeftPart {
  403. width: 88px;
  404. height: 88px;
  405. background-image: url("../images/navSixIcon.png");
  406. background-repeat: no-repeat;
  407. background-size: contain;
  408. margin-right: 28px;
  409. }
  410. .NavLinkContent7 .ShowContent .RightPart .RightPart_TopPart {
  411. width: 230px;
  412. height: 36px;
  413. font-size: 36px;
  414. font-family: PangMenZhengDao-3, PangMenZhengDao;
  415. font-weight: normal;
  416. color: #ffffff;
  417. line-height: 41px;
  418. /* margin-bottom: 16px; */
  419. text-align: start;
  420. }
  421. .NavLinkContent7 .ShowContent .RightPart .RightPart_BottomPart {
  422. width: 214px;
  423. height: 34px;
  424. font-size: 12px;
  425. font-family: PingFangSC-Regular, PingFang SC;
  426. font-weight: 400;
  427. color: #ff9c27;
  428. line-height: 17px;
  429. text-align: start;
  430. }
  431. /* 右边第四个 */
  432. .NavLinkContent8 {
  433. width: 780px;
  434. height: 185px;
  435. background-image: url("../images/navEight.png");
  436. background-repeat: no-repeat;
  437. background-size: contain;
  438. cursor: pointer;
  439. position: relative;
  440. }
  441. .NavLinkContent8:hover {
  442. background-image: url("../images/navEightHover.png");
  443. }
  444. .NavLinkContent8:hover .ShowContent .LeftPart {
  445. background-image: url("../images/navEightIconHover.png");
  446. }
  447. .NavLinkContent8:hover .ShowContent .RightPart .RightPart_TopPart {
  448. color: #ffa622;
  449. }
  450. .NavLinkContent8 .ShowContent {
  451. display: flex;
  452. flex-flow: row nowrap;
  453. align-items: center;
  454. height: 185px;
  455. position: absolute;
  456. left: 196px;
  457. }
  458. .NavLinkContent8 .ShowContent .LeftPart {
  459. width: 88px;
  460. height: 88px;
  461. background-image: url("../images/navEightIcon.png");
  462. background-repeat: no-repeat;
  463. background-size: contain;
  464. margin-right: 28px;
  465. }
  466. .NavLinkContent8 .ShowContent .RightPart .RightPart_TopPart {
  467. width: 180px;
  468. height: 36px;
  469. font-size: 36px;
  470. font-family: PangMenZhengDao-3, PangMenZhengDao;
  471. font-weight: normal;
  472. color: #ffffff;
  473. line-height: 41px;
  474. margin-bottom: 16px;
  475. text-align: start;
  476. }
  477. .NavLinkContent8 .ShowContent .RightPart .RightPart_BottomPart {
  478. width: 214px;
  479. height: 34px;
  480. font-size: 12px;
  481. font-family: PingFangSC-Regular, PingFang SC;
  482. font-weight: 400;
  483. color: #ff9c27;
  484. line-height: 17px;
  485. text-align: start;
  486. }
  487. [class*="NavLinkContent"] .ShowContent .RightPart .RightPart_TopPart{
  488. color: #2bb5eb;
  489. }
  490. [class*="NavLinkContent"]:hover .ShowContent .RightPart .RightPart_TopPart{
  491. color: #ffffff;
  492. }
  493. .sub-nav{
  494. display: none;
  495. height: auto;
  496. width: 470px;
  497. position: absolute;
  498. top: 100%;
  499. right: 0;
  500. }
  501. [class*="NavLinkContent"]:hover > .sub-nav{
  502. display: block;
  503. }
  504. .sub-nav-item{
  505. height: 42px;
  506. color: #2bb5eb;
  507. line-height: 40px;
  508. padding: 1px 10px;
  509. font-size: 36px;
  510. margin-top: 10px;
  511. background-repeat: no-repeat;
  512. background-image: url("../images/sub-nav-bg.png");
  513. background-position: center;
  514. text-align: center;
  515. cursor: pointer;
  516. position: relative;
  517. font-family: PangMenZhengDao-3, PangMenZhengDao;
  518. }
  519. .sub-nav-item + .sub-nav-item{
  520. margin-top: 15px;
  521. }
  522. .sub-nav-item:hover{
  523. color: #ffffff;
  524. }
  525. .sub-nav-item.is-disabled{
  526. color: #2bb5eb;
  527. }
  528. .NavLinkContent1 .sub-nav, .NavLinkContent3 .sub-nav{
  529. left: 99px;
  530. right: auto;
  531. }
  532. .NavLinkContent3 .sub-nav{
  533. left: 107px;
  534. }
  535. .NavLinkContent1 .sub-nav .sub-nav-item{
  536. background-position: right center;
  537. }
  538. .NavLinkContent1:hover .sub-nav-item, .NavLinkContent3:hover .sub-nav-item{
  539. animation: slide-left 1.5s 0s ease-in-out;
  540. }
  541. .NavLinkContent1 .sub-nav .sub-nav-item:nth-child(1){
  542. width: 446px;
  543. background-image: url("../images/sub-nav-01.png");
  544. }
  545. .NavLinkContent1 .sub-nav .sub-nav-item:nth-child(2){
  546. width: 421px;
  547. background-image: url("../images/sub-nav-02.png");
  548. }
  549. .NavLinkContent1 .sub-nav .sub-nav-item:nth-child(3){
  550. width: 408px;
  551. background-image: url("../images/sub-nav-03.png");
  552. }
  553. .NavLinkContent3 .sub-nav .sub-nav-item:nth-child(1){
  554. width: 480px;
  555. background-image: url("../images/sub-nav-04.png");
  556. }
  557. .NavLinkContent3 .sub-nav .sub-nav-item:nth-child(2){
  558. width: 536px;
  559. background-image: url("../images/sub-nav-05.png");
  560. }
  561. .NavLinkContent3 .sub-nav .sub-nav-item:nth-child(3){
  562. width: 631px;
  563. background-image: url("../images/sub-nav-06.png");
  564. }
  565. .NavLinkContent5 .sub-nav{
  566. right: 102px;
  567. overflow: hidden;
  568. }
  569. .NavLinkContent5 .sub-nav .sub-nav-item, .NavLinkContent7 .sub-nav .sub-nav-item{
  570. background-position: left center;
  571. float: right;
  572. animation: slide-right 1.5s 0s ease-in-out;
  573. }
  574. .NavLinkContent5 .sub-nav .sub-nav-item:nth-child(1){
  575. width: 442px;
  576. background-image: url("../images/sub-nav-07.png");
  577. }
  578. .NavLinkContent5 .sub-nav .sub-nav-item:nth-child(2){
  579. width: 417px;
  580. background-image: url("../images/sub-nav-08.png");
  581. }
  582. .NavLinkContent5 .sub-nav .sub-nav-item:nth-child(3){
  583. width: 403px;
  584. background-image: url("../images/sub-nav-09.png");
  585. }
  586. .NavLinkContent7 .sub-nav{
  587. right: 102px;
  588. overflow: visible;
  589. }
  590. .NavLinkContent7 .sub-nav .sub-nav-item:nth-child(1){
  591. width: 480px;
  592. background-image: url("../images/sub-nav-10.png");
  593. }
  594. .NavLinkContent7 .sub-nav .sub-nav-item:nth-child(2){
  595. width: 536px;
  596. background-image: url("../images/sub-nav-11.png");
  597. }
  598. .NavLinkContent7 .sub-nav .sub-nav-item:nth-child(3){
  599. width: 631px;
  600. background-image: url("../images/sub-nav-12.png");
  601. }
  602. @keyframes slide-left{
  603. 0%{
  604. transform: translateX(-100%) rotateX(90deg);
  605. }
  606. 100%{
  607. transform: translateX(0%) rotateX(0deg);
  608. }
  609. }
  610. @keyframes slide-right{
  611. 0%{
  612. transform: translateX(100%) rotateX(90deg);
  613. }
  614. 100%{
  615. transform: translateX(0%) rotateX(0deg);
  616. }
  617. }