navLinkContent.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  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 .ShowContent .LeftPart.custom-img {
  40. /* width: 100px;
  41. height: 100px; */
  42. margin-bottom: 6px;
  43. }
  44. .NavLinkContent1 .ShowContent .RightPart .RightPart_TopPart {
  45. width: 300px;
  46. /* height: 36px; */
  47. font-size: 36px;
  48. font-family: PangMenZhengDao-3, PangMenZhengDao;
  49. font-weight: normal;
  50. color: #2bb5eb;
  51. /* line-height: 41px;
  52. margin-bottom: 16px; */
  53. text-align: start;
  54. }
  55. .NavLinkContent1 .ShowContent .RightPart .RightPart_BottomPart {
  56. width: 214px;
  57. height: 34px;
  58. font-size: 12px;
  59. font-family: PingFangSC-Regular, PingFang SC;
  60. font-weight: 400;
  61. color: #ff9c27;
  62. line-height: 17px;
  63. text-align: start;
  64. }
  65. /* 左边第二个 */
  66. .NavLinkContent2 {
  67. width: 780px;
  68. height: 185px;
  69. background-image: url("../images/navTwo.png");
  70. background-repeat: no-repeat;
  71. background-size: contain;
  72. cursor: pointer;
  73. position: relative;
  74. }
  75. .NavLinkContent2:hover {
  76. background-image: url("../images/navTwoHover.png");
  77. }
  78. .NavLinkContent2:hover .ShowContent .LeftPart {
  79. background-image: url("../images/navTwoIconHover.png");
  80. }
  81. .NavLinkContent2:hover .ShowContent .RightPart .RightPart_TopPart {
  82. color: #ffa622;
  83. }
  84. .NavLinkContent2 .ShowContent {
  85. display: flex;
  86. flex-flow: row nowrap;
  87. align-items: center;
  88. height: 185px;
  89. position: absolute;
  90. left: 166px;
  91. }
  92. .NavLinkContent2 .ShowContent .LeftPart {
  93. width: 88px;
  94. height: 88px;
  95. background-image: url("../images/navTwoIcon.png");
  96. background-repeat: no-repeat;
  97. background-size: contain;
  98. margin-right: 28px;
  99. }
  100. .NavLinkContent2 .ShowContent .RightPart .RightPart_TopPart {
  101. width: 180px;
  102. height: 36px;
  103. font-size: 36px;
  104. font-family: PangMenZhengDao-3, PangMenZhengDao;
  105. font-weight: normal;
  106. color: #ffffff;
  107. line-height: 41px;
  108. margin-bottom: 16px;
  109. text-align: start;
  110. }
  111. .NavLinkContent2 .ShowContent .RightPart .RightPart_BottomPart {
  112. width: 214px;
  113. height: 34px;
  114. font-size: 12px;
  115. font-family: PingFangSC-Regular, PingFang SC;
  116. font-weight: 400;
  117. color: #ff9c27;
  118. line-height: 17px;
  119. text-align: start;
  120. }
  121. /* 左边第三个 */
  122. .NavLinkContent3 {
  123. width: 780px;
  124. height: 185px;
  125. background-image: url("../images/navThree.png");
  126. background-repeat: no-repeat;
  127. background-size: contain;
  128. cursor: pointer;
  129. position: relative;
  130. }
  131. .NavLinkContent3:hover {
  132. background-image: url("../images/navThreeHover.png");
  133. }
  134. .NavLinkContent3:hover .ShowContent .LeftPart {
  135. background-image: url("../images/navSevenIconHover.png");
  136. }
  137. .NavLinkContent3:hover .ShowContent .RightPart .RightPart_TopPart {
  138. color: #ffa622;
  139. }
  140. .NavLinkContent3 .ShowContent {
  141. display: flex;
  142. flex-flow: row nowrap;
  143. align-items: center;
  144. height: 185px;
  145. position: absolute;
  146. left: 166px;
  147. }
  148. .NavLinkContent3 .ShowContent .LeftPart {
  149. width: 88px;
  150. height: 88px;
  151. background-image: url("../images/navSevenIcon.png");
  152. background-repeat: no-repeat;
  153. background-size: contain;
  154. margin-right: 28px;
  155. }
  156. .NavLinkContent3 .ShowContent .RightPart .RightPart_TopPart {
  157. width: 180px;
  158. height: 36px;
  159. font-size: 36px;
  160. font-family: PangMenZhengDao-3, PangMenZhengDao;
  161. font-weight: normal;
  162. color: #ffffff;
  163. line-height: 41px;
  164. margin-bottom: 16px;
  165. text-align: start;
  166. }
  167. .NavLinkContent3 .ShowContent .RightPart .RightPart_BottomPart {
  168. width: 214px;
  169. height: 34px;
  170. font-size: 12px;
  171. font-family: PingFangSC-Regular, PingFang SC;
  172. font-weight: 400;
  173. color: #FF9C27;
  174. line-height: 17px;
  175. text-align: start;
  176. }
  177. /* 左边第四个 */
  178. .NavLinkContent4 {
  179. width: 780px;
  180. height: 185px;
  181. background-image: url("../images/navFour.png");
  182. background-repeat: no-repeat;
  183. background-size: contain;
  184. cursor: pointer;
  185. position: relative;
  186. }
  187. .NavLinkContent4:hover {
  188. background-image: url("../images/navFourHover.png");
  189. }
  190. .NavLinkContent4:hover .ShowContent .LeftPart {
  191. background-image: url("../images/navFourIconHover.png");
  192. }
  193. .NavLinkContent4:hover .ShowContent .RightPart .RightPart_TopPart {
  194. color: #ffa622;
  195. }
  196. .NavLinkContent4:hover .ShowContent .RightPart .RightPart_BottomPart {
  197. color: #ffa622;
  198. }
  199. .NavLinkContent4 .ShowContent {
  200. display: flex;
  201. flex-flow: row nowrap;
  202. align-items: center;
  203. height: 185px;
  204. position: absolute;
  205. left: 250px;
  206. }
  207. .NavLinkContent4 .ShowContent .LeftPart {
  208. width: 88px;
  209. height: 88px;
  210. background-image: url("../images/navFourIcon.png");
  211. background-repeat: no-repeat;
  212. background-size: contain;
  213. margin-right: 28px;
  214. }
  215. .NavLinkContent4 .ShowContent .RightPart .RightPart_TopPart {
  216. width: 180px;
  217. height: 36px;
  218. font-size: 36px;
  219. font-family: PangMenZhengDao-3, PangMenZhengDao;
  220. font-weight: normal;
  221. color: #ffffff;
  222. line-height: 41px;
  223. margin-bottom: 16px;
  224. text-align: start;
  225. }
  226. .NavLinkContent4 .ShowContent .RightPart .RightPart_BottomPart {
  227. width: 214px;
  228. height: 34px;
  229. font-size: 12px;
  230. font-family: PingFangSC-Regular, PingFang SC;
  231. font-weight: 400;
  232. color: #FF9C27;
  233. line-height: 17px;
  234. text-align: start;
  235. }
  236. /* 右边第一个 */
  237. .NavLinkContent5 {
  238. width: 780px;
  239. height: 185px;
  240. background-image: url("../images/navFive.png");
  241. background-repeat: no-repeat;
  242. background-size: contain;
  243. cursor: default;
  244. position: relative;
  245. }
  246. /* .NavLinkContent5:hover {
  247. background-image: url("../images/navFiveHover.png");
  248. }
  249. .NavLinkContent5:hover .ShowContent .LeftPart {
  250. background-image: url("../images/navTwoIconHover.png");
  251. }
  252. .NavLinkContent5:hover .ShowContent .RightPart .RightPart_TopPart {
  253. color: #ffa622;
  254. } */
  255. .NavLinkContent5 .ShowContent {
  256. display: flex;
  257. flex-flow: row nowrap;
  258. align-items: center;
  259. height: 185px;
  260. position: absolute;
  261. left: 216px;
  262. }
  263. .NavLinkContent5 .ShowContent.custom-content {
  264. /* left: 300px; */
  265. }
  266. .NavLinkContent5 .ShowContent .LeftPart {
  267. width: 88px;
  268. height: 88px;
  269. background-image: url("../images/icon-users.png");
  270. background-repeat: no-repeat;
  271. background-size: contain;
  272. margin-right: 28px;
  273. }
  274. .NavLinkContent5 .ShowContent .LeftPart.custom-img {
  275. /* width: 100px;
  276. height: 100px; */
  277. }
  278. .NavLinkContent5 .ShowContent .RightPart .RightPart_TopPart {
  279. width: 210px;
  280. /* height: 36px; */
  281. font-size: 36px;
  282. font-family: PangMenZhengDao-3, PangMenZhengDao;
  283. font-weight: normal;
  284. color: #2bb5eb;
  285. /* line-height: 41px;
  286. margin-bottom: 16px; */
  287. text-align: start;
  288. }
  289. .NavLinkContent5 .ShowContent .RightPart .RightPart_BottomPart {
  290. width: 214px;
  291. height: 34px;
  292. font-size: 12px;
  293. font-family: PingFangSC-Regular, PingFang SC;
  294. font-weight: 400;
  295. color: #ff9c27;
  296. line-height: 17px;
  297. text-align: start;
  298. }
  299. /* 右边第二个 */
  300. .NavLinkContent6 {
  301. width: 780px;
  302. height: 185px;
  303. background-image: url("../images/navSix.png");
  304. background-repeat: no-repeat;
  305. background-size: contain;
  306. cursor: pointer;
  307. position: relative;
  308. }
  309. .NavLinkContent6:hover {
  310. background-image: url("../images/navSixHover.png");
  311. }
  312. .NavLinkContent6:hover .ShowContent .LeftPart {
  313. background-image: url("../images/navThreeIconHover.png");
  314. }
  315. .NavLinkContent6:hover .ShowContent .RightPart .RightPart_TopPart {
  316. color: #ffa622;
  317. }
  318. .NavLinkContent6:hover .ShowContent .RightPart .RightPart_BottomPart {
  319. color: #ffa622;
  320. }
  321. .NavLinkContent6 .ShowContent {
  322. display: flex;
  323. flex-flow: row nowrap;
  324. align-items: center;
  325. height: 185px;
  326. position: absolute;
  327. left: 286px;
  328. }
  329. .NavLinkContent6 .ShowContent .LeftPart {
  330. width: 88px;
  331. height: 88px;
  332. background-image: url("../images/navThreeIcon.png");
  333. background-repeat: no-repeat;
  334. background-size: contain;
  335. margin-right: 28px;
  336. }
  337. .NavLinkContent6 .ShowContent .RightPart .RightPart_TopPart {
  338. width: 180px;
  339. height: 36px;
  340. font-size: 36px;
  341. font-family: PangMenZhengDao-3, PangMenZhengDao;
  342. font-weight: normal;
  343. color: #ffffff;
  344. line-height: 41px;
  345. margin-bottom: 16px;
  346. text-align: start;
  347. }
  348. .NavLinkContent6 .ShowContent .RightPart .RightPart_BottomPart {
  349. width: 214px;
  350. height: 34px;
  351. font-size: 12px;
  352. font-family: PingFangSC-Regular, PingFang SC;
  353. font-weight: 400;
  354. color: #ff9c27;
  355. line-height: 17px;
  356. text-align: start;
  357. }
  358. /* 右边第三个 */
  359. .NavLinkContent7 {
  360. width: 780px;
  361. height: 185px;
  362. background-image: url("../images/navSeven.png");
  363. background-repeat: no-repeat;
  364. background-size: contain;
  365. cursor: pointer;
  366. position: relative;
  367. }
  368. .NavLinkContent7:hover {
  369. background-image: url("../images/navSevenHover.png");
  370. }
  371. .NavLinkContent7:hover .ShowContent .LeftPart {
  372. background-image: url("../images/navSixIconHover.png");
  373. }
  374. .NavLinkContent7:hover .ShowContent .RightPart .RightPart_TopPart {
  375. color: #ffa622;
  376. }
  377. .NavLinkContent7 .ShowContent {
  378. display: flex;
  379. flex-flow: row nowrap;
  380. align-items: center;
  381. height: 185px;
  382. position: absolute;
  383. left: 286px;
  384. }
  385. .NavLinkContent7 .ShowContent .LeftPart {
  386. width: 88px;
  387. height: 88px;
  388. background-image: url("../images/navSixIcon.png");
  389. background-repeat: no-repeat;
  390. background-size: contain;
  391. margin-right: 28px;
  392. }
  393. .NavLinkContent7 .ShowContent .RightPart .RightPart_TopPart {
  394. width: 180px;
  395. height: 36px;
  396. font-size: 36px;
  397. font-family: PangMenZhengDao-3, PangMenZhengDao;
  398. font-weight: normal;
  399. color: #ffffff;
  400. line-height: 41px;
  401. margin-bottom: 16px;
  402. text-align: start;
  403. }
  404. .NavLinkContent7 .ShowContent .RightPart .RightPart_BottomPart {
  405. width: 214px;
  406. height: 34px;
  407. font-size: 12px;
  408. font-family: PingFangSC-Regular, PingFang SC;
  409. font-weight: 400;
  410. color: #ff9c27;
  411. line-height: 17px;
  412. text-align: start;
  413. }
  414. /* 右边第四个 */
  415. .NavLinkContent8 {
  416. width: 780px;
  417. height: 185px;
  418. background-image: url("../images/navEight.png");
  419. background-repeat: no-repeat;
  420. background-size: contain;
  421. cursor: pointer;
  422. position: relative;
  423. }
  424. .NavLinkContent8:hover {
  425. background-image: url("../images/navEightHover.png");
  426. }
  427. .NavLinkContent8:hover .ShowContent .LeftPart {
  428. background-image: url("../images/navEightIconHover.png");
  429. }
  430. .NavLinkContent8:hover .ShowContent .RightPart .RightPart_TopPart {
  431. color: #ffa622;
  432. }
  433. .NavLinkContent8 .ShowContent {
  434. display: flex;
  435. flex-flow: row nowrap;
  436. align-items: center;
  437. height: 185px;
  438. position: absolute;
  439. left: 196px;
  440. }
  441. .NavLinkContent8 .ShowContent .LeftPart {
  442. width: 88px;
  443. height: 88px;
  444. background-image: url("../images/navEightIcon.png");
  445. background-repeat: no-repeat;
  446. background-size: contain;
  447. margin-right: 28px;
  448. }
  449. .NavLinkContent8 .ShowContent .RightPart .RightPart_TopPart {
  450. width: 180px;
  451. height: 36px;
  452. font-size: 36px;
  453. font-family: PangMenZhengDao-3, PangMenZhengDao;
  454. font-weight: normal;
  455. color: #ffffff;
  456. line-height: 41px;
  457. margin-bottom: 16px;
  458. text-align: start;
  459. }
  460. .NavLinkContent8 .ShowContent .RightPart .RightPart_BottomPart {
  461. width: 214px;
  462. height: 34px;
  463. font-size: 12px;
  464. font-family: PingFangSC-Regular, PingFang SC;
  465. font-weight: 400;
  466. color: #ff9c27;
  467. line-height: 17px;
  468. text-align: start;
  469. }