header.css 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. /* header */
  2. .header{
  3. color:#333;
  4. height: 35px;
  5. line-height: 35px;
  6. background-color: #f9f9f9;
  7. border-bottom: 1px solid #eaeaea;
  8. }
  9. .header div>div{
  10. margin-left: 30px;
  11. float:right;
  12. }
  13. .header ul li {
  14. float: left;
  15. margin: 0 15px;
  16. }
  17. .header ul li:hover a{
  18. color: #064f87;
  19. }
  20. .header ul li img{
  21. vertical-align: top;
  22. margin-top: 8px;
  23. margin-right: 4px;
  24. }
  25. .header ul li .navigationList{
  26. position: relative;
  27. }
  28. .header .navigationList .webkitDown{
  29. width: 12px;
  30. height: 8px;
  31. display: inline-block;
  32. background: url(../../../img/index/index_down.jpg) no-repeat;
  33. background-size:100% 100%;
  34. margin-left: 6px;
  35. }
  36. .header a{
  37. color:#333;
  38. }
  39. .header .colorRed{
  40. color: #ff570c;
  41. }
  42. /* 导航 */
  43. .topNavBj{
  44. height: 90px;
  45. background: #ffffff;
  46. width: 100%;
  47. }
  48. .topNav{
  49. width: 100%;
  50. background: #ffffff;
  51. height:90px;
  52. }
  53. .topNav.navFix{
  54. position: fixed;
  55. top: 0;
  56. left: 0;
  57. z-index: 9998;
  58. box-shadow: 0 4px 10px #ccc;
  59. }
  60. /* 导航 */
  61. .navHeader {
  62. position: absolute;
  63. width: 1200px;
  64. left: 50%;
  65. margin-left: -600px;
  66. z-index: 999;
  67. }
  68. .navHeader .nav ul li img {
  69. width: 30px;
  70. height: 30px;
  71. position: absolute;
  72. right: 0px;
  73. top: 9px;
  74. }
  75. .navHeader .logo {
  76. float: left;
  77. margin-top: 12px;
  78. }
  79. .navHeader .logo_right {
  80. margin-top: 14px;
  81. float: left;
  82. padding-left: 20px;
  83. width: 150px;
  84. height: 75px;
  85. background: url("../../../img/index/index_xuan.png") no-repeat center center;
  86. margin-left: 10px;
  87. background-size:100% 100%;
  88. }
  89. .navHeader .nav {
  90. float: left;
  91. vertical-align: top;
  92. margin-top: 16px;
  93. padding-left: 40px;
  94. }
  95. .navHeader .nav>ul>li {
  96. float: left;
  97. width: 120px;
  98. margin-right: 20px;
  99. vertical-align: middle;
  100. text-align: center;
  101. position: relative;
  102. border-bottom:3px solid transparent;
  103. }
  104. .navHeader .nav>ul>li.active div>a{
  105. /* box-shadow: 0 0 15px rgb(219, 218, 218); */
  106. color: #0289df;
  107. }
  108. .navHeader .nav>ul>li.active{
  109. border-color:#0289df;
  110. }
  111. .header .blue{
  112. color: #1997ec;
  113. }
  114. /*2级导航*/
  115. .navHeader .nav ul li div{
  116. background: #ffffff;
  117. overflow:hidden;
  118. }
  119. .navHeader .nav ul li:hover{
  120. border-color: #0289df;
  121. }
  122. .navHeader .nav ul li:hover div>a{
  123. color: #064f87;
  124. }
  125. .navHeader .nav ul li>div>a{
  126. line-height: 56px;
  127. height: 56px;
  128. width: 100%;
  129. display: inline-block;
  130. font-size: 18px;
  131. color: #323131;
  132. }
  133. .navHeader .nav ul li .subnavigation {
  134. top: 76px;
  135. z-index: 9999;
  136. width: 100%;
  137. background: #ffffff;
  138. display: none;
  139. padding-bottom: 15px;
  140. }
  141. .subnavigation li>a {
  142. width: 100%;
  143. height: 42px;
  144. line-height: 42px;
  145. display: inline-block;
  146. color: #7a7878;
  147. }
  148. .subnavigation li a:hover {
  149. color:#064f87!important;
  150. background: #e5f0f4;
  151. }
  152. .subnavigation li {
  153. height: 30px;
  154. line-height: 30px;
  155. }
  156. /*hot*/
  157. .nav ul li:hover img {
  158. animation: hot 1s infinite linear;
  159. transition: all 1s;
  160. }
  161. @keyframes hot {
  162. 0% {
  163. width: 30px;
  164. height: 30px;
  165. }
  166. 25% {
  167. width: 25px;
  168. height: 25px;
  169. top: 9px;
  170. }
  171. 50% {
  172. width: 30px;
  173. height: 30px;
  174. }
  175. 100% {
  176. width: 25px;
  177. height: 25px;
  178. top: 9px;
  179. }
  180. }
  181. .navHeader .nav_right{
  182. margin-top: 20px;
  183. float: right;
  184. color:#ff570c;
  185. }
  186. .navHeader .nav_right img{
  187. width: 82px;
  188. height: 62px;
  189. margin-right: 14px;
  190. }
  191. @media (min-width: 1200px) {
  192. .container {
  193. width: 1200px;
  194. }
  195. }
  196. .search {
  197. clear: both;
  198. margin-top: 30px;
  199. }
  200. .navMeau {
  201. height: 55px;
  202. }
  203. .search .navMeau {
  204. float: left;
  205. width: 226px;
  206. font-size: 24px;
  207. color: #ffffff;
  208. height: 55px;
  209. line-height: 55px;
  210. text-align: center;
  211. margin-right: 30px;
  212. background: url(../../../img/newMenu/search-bj.jpg)
  213. }
  214. .search>div {
  215. display: inline-block;
  216. float: left;
  217. }
  218. .container .imgs {
  219. overflow: hidden;
  220. padding-top: 35px;
  221. padding-bottom: 62px;
  222. }
  223. .container .imgs img {
  224. width: 100%
  225. }
  226. .search .search-inp {
  227. font-size: 16px;
  228. height: 55px;
  229. line-height: 55px;
  230. }
  231. .search-inp .input-group {
  232. width: 900px;
  233. }
  234. .search-inp div:nth-child(2) {
  235. margin: 0 10px;
  236. }
  237. .search .search-inp input {
  238. font-size: 16px;
  239. height: 55px;
  240. line-height: 55px;
  241. border-color: #1797e9;
  242. border-right: none;
  243. }
  244. .search .search-inp button {
  245. height: 55px;
  246. line-height: 45px;
  247. background-color: #1797e9;
  248. color: #fff;
  249. font-size: 18px;
  250. width: 150px;
  251. border: none;
  252. border-radius: 0 5px 5px 0;
  253. }
  254. input:focus{
  255. outline: none;
  256. }
  257. .btn:focus,.btn:active,.btn.focus,.btn:active:focus,.btn.active:focus{
  258. background: #1797e9;
  259. outline: none;
  260. color:#ffffff;
  261. border: none
  262. }
  263. .search-inp .input-group{
  264. position: relative;
  265. }
  266. .searchBtn{
  267. }
  268. .search-inp .txtVal{
  269. position: absolute;
  270. left: 5px;
  271. top: 0;
  272. height: 24px;
  273. z-index: 999;
  274. line-height: 24px;
  275. padding: 16px 5px 16px 10px;
  276. }
  277. .search-inp .txtVal span{
  278. display: inline-block;
  279. padding: 0 10px;
  280. background: #e9f3f9;
  281. color: #7f7f7f;
  282. font-size: 14px;
  283. margin-right: 10px;
  284. }
  285. .search .search-inp div {
  286. float: left;
  287. }
  288. .search .searchMain {
  289. clear: both;
  290. overflow: hidden;
  291. margin-bottom: 20px
  292. }
  293. .searchMain ol li a{
  294. font-size: 14px!important;
  295. font-weight: normal!important;
  296. }
  297. .search ol li a:hover{
  298. color: #0289df;
  299. }
  300. .search ol {
  301. clear: both
  302. }
  303. .searchMain ol li{
  304. font-size: 14px!important;
  305. font-weight: normal!important;
  306. }
  307. .search ol li {
  308. cursor: pointer;
  309. height: 30px;
  310. line-height: 30px;
  311. float: left;
  312. margin-right: 20px;
  313. font-size: 16px;
  314. font-weight: 700;
  315. }
  316. .search ol li a{
  317. font-size: 16px;
  318. font-weight: 700;
  319. color: #393838;
  320. }
  321. .search ol li:hover {
  322. color: #ff570c;
  323. }
  324. .search ol li.active {
  325. color: #ff570c;
  326. }
  327. .search .navMeau>div {
  328. position: relative;
  329. width: 100%;
  330. }
  331. .colorRed {
  332. font-size: 12px;
  333. color: #ff570c;
  334. }
  335. .colorBlur {
  336. font-size: 12px;
  337. color: #0289df;
  338. vertical-align: middle
  339. }
  340. .colorWrite {
  341. color: #ccc;
  342. height: 40px;
  343. margin: 12px 0px;
  344. }
  345. .navMeau .menuList {
  346. /* display: none; */
  347. position: absolute;
  348. top: 55px;
  349. padding: 20px 20px 40px;
  350. left: 0;
  351. z-index: 999;
  352. background: #3b3b3b;
  353. color: #ffffff;
  354. font-size: 14px;
  355. }
  356. .navMeau .menuList ul li {
  357. float: left;
  358. box-sizing: border-box;
  359. width: 50%;
  360. height: 36px;
  361. line-height: 36px;
  362. text-align: center
  363. }
  364. .menuList ul li.active{
  365. color: #ff570c
  366. }
  367. .navMeau .menuList ul li:hover a{
  368. cursor: pointer;
  369. color: #0289df
  370. }
  371. .menuList ul li a{
  372. width: 100%;
  373. height: 36px;
  374. line-height: 36px;
  375. display: inline-block;
  376. color: #ffffff
  377. }
  378. /* 主体内容 */
  379. .demand-marq {
  380. position: relative;
  381. top: -12px;
  382. clear: both;
  383. width: 100%;
  384. height: 50px;
  385. line-height: 50px;
  386. box-shadow: 0 5px 5px #ccc;
  387. padding: 0 20px;
  388. background-color: #ffffff;
  389. }
  390. .demand-marq span {
  391. float: left;
  392. width: 96px;
  393. height: 20px;
  394. display: inline-block;
  395. background: url(../../../img/newMenu/demand-1.png) no-repeat;
  396. vertical-align: top;
  397. margin-top: 15px
  398. }
  399. .demand-marq marquee ul {
  400. overflow: hidden;
  401. width: 3500px;
  402. height: 50px;
  403. }
  404. .demand-marq marquee {
  405. overflow: hidden;
  406. margin-left: 20px;
  407. width: 980px;
  408. float: left;
  409. }
  410. .demand-marq ul li {
  411. margin: 0 30px;
  412. float: left;
  413. }
  414. /* 购物车 */
  415. .shopIcon{
  416. position: relative;
  417. }
  418. .shopIcon .tint{
  419. position: absolute;
  420. font-size: 40px;
  421. color: #1697ea;
  422. opacity: 0;
  423. transition: all .8s ease-in;
  424. }
  425. .signin a:nth-child(2):hover{
  426. color:#f00;
  427. }
  428. .shopIcon .tint.active{
  429. position: absolute;
  430. top: 20px!important;
  431. left: 20px!important;
  432. opacity: 0;
  433. font-size: 5px;
  434. display: block;
  435. transition: all .8s ease-in-out
  436. }
  437. /* 网站导航 */
  438. .navWrapper{
  439. display: none;
  440. position: absolute;
  441. top: 36px;
  442. width: 1200px;
  443. background: #ffffff;
  444. left: 50%;
  445. margin-left: -600px;;
  446. z-index: 99999;
  447. padding: 30px;
  448. box-shadow: 0 2px 10px #ccc;
  449. }
  450. .navWrapper ol {
  451. display: flex;
  452. justify-content: space-between;
  453. }
  454. .navWrapper ol li div{
  455. font-size: 16px;
  456. color: #1f1f1f;
  457. }
  458. .navWrapper ol li a{
  459. font-size: 14px;
  460. color: #7a7878;
  461. display: inline-block;
  462. font-family: "新宋体"
  463. }
  464. .navWrapper ol li a:hover{
  465. color:#1697ea;
  466. }
  467. .navWrapper ol li:nth-child(2) a{
  468. margin-right: 38px;
  469. }
  470. .navWrapper ol li:nth-child(3) a{
  471. margin-right:65px;
  472. }
  473. /* #LRMINIBar{
  474. opacity: 0;
  475. } */
  476. #LRfloater0{
  477. left: -150px!important;
  478. }
  479. a[title]{
  480. position: absolute;
  481. top: -50px;
  482. left: 0px;
  483. }