header.css 9.8 KB

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