Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. body {
  2. background-color: #fff !important;
  3. overflow-y: auto;
  4. }
  5. .lr-site-content {
  6. position: relative;
  7. margin: auto;
  8. height: 100%;
  9. max-width: 990px;
  10. width: 100%;
  11. }
  12. /**头部*/
  13. .lr-site-head {
  14. position: relative;
  15. width: 100%;
  16. height: 40px;
  17. background-color: #3285ED;
  18. }
  19. .lr-site-head .lr-site-content {
  20. line-height: 40px;
  21. font-size: 12px;
  22. color: #D0E1F7;
  23. cursor: pointer;
  24. }
  25. /*菜单导航*/
  26. .lr-site-nav {
  27. position: relative;
  28. width: 100%;
  29. height: 100px;
  30. background-color: #fff;
  31. }
  32. .lr-site-logo-container {
  33. position: absolute;
  34. width: 340px;
  35. height: 100px;
  36. line-height: 100px;
  37. top: 0;
  38. left: 0;
  39. }
  40. .lr-site-nav .lr-site-content {
  41. padding-left: 340px;
  42. }
  43. .lr-site-nav-ul {
  44. position: relative;
  45. width: 100%;
  46. height: 100px;
  47. overflow: hidden;
  48. }
  49. .lr-site-nav-li {
  50. position: relative;
  51. width: 100px;
  52. height: 100px;
  53. float: left;
  54. }
  55. .lr-site-nav-item {
  56. display: block;
  57. position: relative;
  58. height: 100%;
  59. width: 100px;
  60. font-size: 14px;
  61. color: #333;
  62. line-height: 100px;
  63. text-align: center;
  64. cursor: pointer;
  65. }
  66. .lr-site-nav-item .text {
  67. position: relative;
  68. }
  69. .lr-site-nav-item .text:after {
  70. content: '';
  71. position: absolute;
  72. left: 8px;
  73. right: 8px;
  74. height: 2px;
  75. background: #166EDB;
  76. bottom: -4px;
  77. display: none;
  78. }
  79. .lr-site-nav-li.active .lr-site-nav-item,
  80. .lr-site-nav-li:hover .lr-site-nav-item,
  81. .lr-site-nav-li.hover .lr-site-nav-item {
  82. color: #166EDB;
  83. }
  84. .lr-site-nav-li:not(.active):hover .text:after,
  85. .lr-site-nav-li:not(.active).hover .text:after {
  86. display: block;
  87. }
  88. .lr-site-nav-li.active {
  89. background: rgba(50,133,237,0.2);
  90. font-size: 14px;
  91. color: #166EDB;
  92. position: relative;
  93. }
  94. .lr-site-nav-li.active:after {
  95. content: '';
  96. position: absolute;
  97. width: 100%;
  98. height: 3px;
  99. background: #166EDB;
  100. bottom: 0;
  101. left: 0;
  102. display: block;
  103. }
  104. /*子菜单*/
  105. .lr-site-sub-nav-ul {
  106. position: absolute;
  107. top: 140px;
  108. left: 0px;
  109. height: 60px;
  110. width: 100%;
  111. background-color: #384453;
  112. background-color: rgba(7, 22, 41, 0.8);
  113. z-index: 1;
  114. display:none;
  115. }
  116. .lr-site-sub-nav-menu {
  117. display: flex;
  118. justify-content: flex-start;
  119. flex-wrap: nowrap;
  120. flex-direction: row;
  121. font-size: 16px;
  122. line-height: 60px;
  123. height: 60px;
  124. color: #D6E7FB;
  125. }
  126. .lr-site-sub-nav-li {
  127. display: block;
  128. position: relative;
  129. height: 60px;
  130. padding: 0 38px;
  131. cursor: pointer;
  132. }
  133. .lr-site-sub-nav-li:after {
  134. content: '';
  135. position: absolute;
  136. right: 0;
  137. width: 1px;
  138. background: #D6E7FB;
  139. top: 24px;
  140. bottom: 22px;
  141. display: block;
  142. }
  143. .lr-site-sub-nav-li:last-of-type:after {
  144. display: none;
  145. }
  146. .lr-site-sub-nav-item, .lr-site-sub-nav-item:hover {
  147. color: #D6E7FB!important;
  148. }
  149. .lr-site-three-nav-menu {
  150. background: #3A5776;
  151. position: absolute;
  152. top: 60px;
  153. left: 50%;
  154. margin-left: -52px;
  155. display: none;
  156. }
  157. .lr-site-sub-nav-li:hover .lr-site-three-nav-menu {
  158. display: block;
  159. }
  160. .lr-site-three-nav-li {
  161. position: relative;
  162. height: 30px;
  163. width: 104px;
  164. line-height: 29px;
  165. text-align: center;
  166. border-bottom: 1px solid #304B69;
  167. }
  168. .lr-site-three-nav-item {
  169. font-size: 14px;
  170. color: #FFFFFF !important;
  171. }
  172. /*底部*/
  173. .lr-site-footer {
  174. position: relative;
  175. width: 100%;
  176. height: 220px;
  177. background-color: #fff;
  178. }
  179. .lr-site-footer .lr-site-logo-container {
  180. height: 220px;
  181. line-height: 220px;
  182. }
  183. .lr-site-footer .lr-site-content {
  184. padding: 0 120px 0 340px;
  185. }
  186. .lr-site-footer .lr-site-footer-nav {
  187. position: relative;
  188. width: 100%;
  189. height: 100%;
  190. padding-top: 86px;
  191. }
  192. .lr-site-footer-nav-menu {
  193. display: flex;
  194. justify-content: flex-start;
  195. flex-wrap: nowrap;
  196. flex-direction: row;
  197. font-size: 14px;
  198. line-height: 14px;
  199. height: 14px;
  200. }
  201. .lr-site-footer-nav-li {
  202. border-right: 1px solid #060505;
  203. padding: 0 8px;
  204. }
  205. .lr-site-footer-nav-li:first-of-type {
  206. padding-left: 0;
  207. }
  208. .lr-site-footer-nav-li:last-of-type {
  209. padding-right: 0;
  210. border-right: 0;
  211. }
  212. .lr-site-footer-nav-item {
  213. display: block;
  214. color: #060505;
  215. cursor: pointer;
  216. }
  217. .lr-site-contactInfo {
  218. position: relative;
  219. font-size: 12px;
  220. height: 14px;
  221. line-height: 14px;
  222. margin-top: 20px;
  223. }
  224. .lr-site-footer .lr-site-footer-wechat {
  225. position: absolute;
  226. top: 0;
  227. right: 0;
  228. width: 120px;
  229. height: 100%;
  230. padding-top: 36px;
  231. }
  232. .lr-site-footer-wechat .img {
  233. height: 120px;
  234. width: 120px;
  235. }
  236. .lr-site-footer-wechat .text {
  237. text-align: center;
  238. margin-top: 10px;
  239. }
  240. .lr-site-bottom {
  241. position: relative;
  242. width: 100%;
  243. height: 60px;
  244. line-height: 60px;
  245. background: #908F8D;
  246. text-align: center;
  247. font-size: 14px;
  248. color: #FFF;
  249. }