nav.less 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. // 导航部分
  2. .partOne {
  3. width: 100%;
  4. height: 60px;
  5. line-height: 60px;
  6. background-color: #dd7d18;
  7. font-size: 20px;
  8. font-family: PingFang SC-Semibold;
  9. .inner {
  10. width: 1200px;
  11. height: 60px;
  12. margin: 0 auto;
  13. position: relative;
  14. .home {
  15. width: 120px;
  16. height: 68px;
  17. line-height: 68px;
  18. font-family: Microsoft YaHei, Microsoft YaHei;
  19. font-weight: bold;
  20. font-size: 20px;
  21. letter-spacing: 2px;
  22. text-align: center;
  23. color: #fff;
  24. background-color: #d2600f;
  25. position: absolute;
  26. top: -8px;
  27. left: 0;
  28. z-index: 100;
  29. em {
  30. display: inline-block;
  31. width: 0;
  32. height: 0;
  33. border-top: 4px solid transparent;
  34. border-left: 8px solid transparent;
  35. border-bottom: 4px solid #803804;
  36. border-right: 8px solid #803804;
  37. position: absolute;
  38. top: 0px;
  39. left: -16px;
  40. }
  41. a {
  42. color: #fff;
  43. }
  44. }
  45. .partOneTitle {
  46. width: 1050px;
  47. height: 60px;
  48. position: absolute;
  49. top: 0;
  50. left: 150px;
  51. display: flex;
  52. justify-content: space-between;
  53. .titleList1 {
  54. font-family: Microsoft YaHei, Microsoft YaHei;
  55. font-weight: bold;
  56. font-size: 16px;
  57. color: #FFFFFF;
  58. a {
  59. color: #fff;
  60. }
  61. }
  62. .titleList111 {
  63. font-family: Microsoft YaHei, Microsoft YaHei;
  64. font-weight: 400;
  65. font-size: 16px;
  66. color: #FFFFFF;
  67. a {
  68. color: #fff;
  69. }
  70. }
  71. .titleList111:hover {
  72. font-weight: 600;
  73. }
  74. }
  75. }
  76. }
  77. .partTwo {
  78. width: 100%;
  79. height: 133px;
  80. box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.1);
  81. // margin-bottom: 50px;
  82. .inner {
  83. width: 1200px;
  84. height: 133px;
  85. line-height: 60px;
  86. padding-top: 5px;
  87. display: flex;
  88. justify-content: space-between;
  89. .navleft {
  90. width: 100px;
  91. text-align: center;
  92. font-family: Microsoft YaHei, Microsoft YaHei;
  93. font-weight: bold;
  94. font-size: 16px;
  95. color: #333333;
  96. }
  97. .navlist {
  98. width: 1000px;
  99. height: 65px;
  100. font-family: Microsoft YaHei, Microsoft YaHei;
  101. font-weight: 400;
  102. font-size: 16px;
  103. color: #333333;
  104. /*display: flex;
  105. justify-content: space-between;
  106. flex-wrap: wrap;*/
  107. .navListItem {
  108. float: left;
  109. width: 97px;
  110. text-align: center;
  111. font-family: Microsoft YaHei, Microsoft YaHei;
  112. font-weight: 400;
  113. font-size: 16px;
  114. color: #333333;
  115. a {
  116. color: #333333;
  117. }
  118. }
  119. .navListItem:hover {
  120. a {
  121. color: #e39543;
  122. }
  123. }
  124. }
  125. .navright {
  126. margin-left: 20px;
  127. width: 115px;
  128. height: 75px;
  129. font-size: 16px;
  130. margin-top: 25px;
  131. background: url(https://img.bjzxtw.org.cn/master/www/nmw/img/nav_bg.png) no-repeat;
  132. .nav111 {
  133. width: 98px;
  134. height: 30px;
  135. line-height: 44px;
  136. text-align: center;
  137. font-family: Microsoft YaHei, Microsoft YaHei;
  138. font-weight: bold;
  139. font-size: 16px;
  140. a {
  141. font-weight: bold;
  142. background: linear-gradient(to bottom, #FFF6B1 0%, #F5BC38 100%);
  143. -webkit-background-clip: text;
  144. color: transparent;
  145. }
  146. }
  147. }
  148. }
  149. }
  150. //小导航
  151. .littleNav {
  152. width: 100%;
  153. height: 88px;
  154. margin-top: 30px;
  155. .inner {
  156. width: 1200px;
  157. height: 88px;
  158. line-height: 88px;
  159. margin: 0 auto;
  160. display: flex;
  161. border: 1px solid #D3D5D8;
  162. background-color: #fafafa;
  163. img {
  164. width: 138px;
  165. height: 38px;
  166. margin-top: 22px;
  167. margin-left: 25px;
  168. }
  169. .leftPart {
  170. margin-left: 40px;
  171. margin-right: 10px;
  172. }
  173. .leftPart,
  174. .rightPart {
  175. width: 470px;
  176. height: 78px;
  177. margin-top: 5px;
  178. display: flex;
  179. align-items: center;
  180. justify-content: space-between;
  181. padding: 0 10px;
  182. border-bottom: 3px solid #A01C0E;
  183. .navList {
  184. a {
  185. font-family: Microsoft YaHei, Microsoft YaHei;
  186. font-weight: bold;
  187. font-size: 16px;
  188. color: #333333;
  189. line-height: 19px;
  190. }
  191. }
  192. .navList:hover a {
  193. color: #A01C0E;
  194. }
  195. }
  196. }
  197. }