header.css 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  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:40px;
  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: 44px;
  294. line-height: 44px;
  295. border-color: #1797e9;
  296. border-right: none;
  297. }
  298. .search .search-inp button {
  299. height: 44px;
  300. /*line-height: 45px;*/
  301. background-color: #1797e9;
  302. color: #fff;
  303. font-size: 18px;
  304. width: 60px;
  305. border: none;
  306. border-radius: 0 5px 5px 0;
  307. padding-top: 3px;
  308. }
  309. input:focus{
  310. outline: none;
  311. }
  312. .btn:focus,.btn:active,.btn.focus,.btn:active:focus,.btn.active:focus{
  313. background: #1797e9;
  314. outline: none;
  315. color:#ffffff;
  316. border: none
  317. }
  318. .search-inp .input-group{
  319. position: relative;
  320. }
  321. .searchBtn{
  322. }
  323. .search-inp .txtVal{
  324. position: absolute;
  325. left: 5px;
  326. top: 0;
  327. height: 24px;
  328. z-index: 999;
  329. line-height: 24px;
  330. padding: 16px 5px 16px 10px;
  331. }
  332. .search-inp .txtVal span{
  333. display: inline-block;
  334. padding: 0 10px;
  335. background: #e9f3f9;
  336. color: #7f7f7f;
  337. font-size: 14px;
  338. margin-right: 10px;
  339. }
  340. .search .search-inp div {
  341. float: left;
  342. }
  343. .search .searchMain {
  344. clear: both;
  345. overflow: hidden;
  346. margin-bottom: 20px
  347. }
  348. .searchMain ol li a{
  349. font-size: 14px!important;
  350. font-weight: normal!important;
  351. }
  352. .search ol li a:hover{
  353. color: #0289df;
  354. }
  355. .search ol {
  356. clear: both
  357. }
  358. .searchMain ol li{
  359. font-size: 14px!important;
  360. font-weight: normal!important;
  361. }
  362. .search ol li {
  363. cursor: pointer;
  364. height: 30px;
  365. line-height: 30px;
  366. float: left;
  367. margin-right: 20px;
  368. font-size: 16px;
  369. font-weight: 700;
  370. }
  371. .search ol li a{
  372. font-size: 16px;
  373. font-weight: 700;
  374. color: #393838;
  375. }
  376. .search ol li:hover {
  377. color: #ff570c;
  378. }
  379. .search ol li.active {
  380. color: #ff570c;
  381. }
  382. .search .navMeau>div {
  383. position: relative;
  384. width: 100%;
  385. }
  386. .colorRed {
  387. font-size: 12px;
  388. color: #ff570c;
  389. }
  390. .colorBlur {
  391. font-size: 12px;
  392. color: #0289df;
  393. vertical-align: middle
  394. }
  395. .colorWrite {
  396. color: #ccc;
  397. height: 40px;
  398. margin: 12px 0px;
  399. }
  400. .navMeau .menuList {
  401. /* display: none; */
  402. position: absolute;
  403. top: 55px;
  404. padding: 20px 20px 40px;
  405. left: 0;
  406. z-index: 999;
  407. background: #fff;
  408. color: #4A4A4A;
  409. font-size: 14px;
  410. box-shadow:0 0 2px 0 #DDDCDC;
  411. }
  412. .navMeau .menuList ul li {
  413. float: left;
  414. box-sizing: border-box;
  415. width: 50%;
  416. height: 36px;
  417. line-height: 36px;
  418. text-align: center
  419. }
  420. .menuList ul li.active{
  421. color: #ff570c
  422. }
  423. .navMeau .menuList ul li:hover a{
  424. cursor: pointer;
  425. color: #0289df
  426. }
  427. .menuList ul li a{
  428. width: 100%;
  429. height: 36px;
  430. line-height: 36px;
  431. display: inline-block;
  432. color: #4a4a4a;
  433. border-bottom: 1px dashed #CBCBCB;
  434. }
  435. /* 主体内容 */
  436. .demand-marq {
  437. position: relative;
  438. top: -12px;
  439. clear: both;
  440. width: 100%;
  441. height: 50px;
  442. line-height: 50px;
  443. box-shadow: 0 5px 5px #ccc;
  444. padding: 0 20px;
  445. background-color: #ffffff;
  446. }
  447. .demand-marq span {
  448. float: left;
  449. width: 96px;
  450. height: 20px;
  451. display: inline-block;
  452. background: url(../../../img/newMenu/demand-1.png) no-repeat;
  453. vertical-align: top;
  454. margin-top: 15px
  455. }
  456. .demand-marq marquee ul {
  457. overflow: hidden;
  458. width: 3500px;
  459. height: 50px;
  460. }
  461. .demand-marq marquee {
  462. overflow: hidden;
  463. margin-left: 20px;
  464. width: 980px;
  465. float: left;
  466. }
  467. .demand-marq ul li {
  468. margin: 0 30px;
  469. float: left;
  470. }
  471. /* 购物车 */
  472. .shopIcon{
  473. position: relative;
  474. }
  475. .shopIcon .tint{
  476. position: absolute;
  477. font-size: 40px;
  478. color: #1697ea;
  479. opacity: 0;
  480. z-index: 99999;
  481. transition: all 0s ease-in;
  482. }
  483. .signin a:nth-child(2):hover{
  484. color:#f00;
  485. }
  486. .text_top a{
  487. color: #fff;
  488. }
  489. .text_top a:hover{
  490. color: #0289df;
  491. }
  492. .shopIcon .tint.active{
  493. opacity: 1;
  494. position: absolute;
  495. top: 20px!important;
  496. left: 20px!important;
  497. font-size: 5px;
  498. transition: all .5s ease-in;
  499. }
  500. /* 网站导航 */
  501. .navWrapper{
  502. display: none;
  503. position: absolute;
  504. top: 36px;
  505. width: 1200px;
  506. background: #ffffff;
  507. left: 50%;
  508. margin-left: -600px;;
  509. z-index: 99999;
  510. padding: 30px;
  511. box-shadow: 0 2px 10px #ccc;
  512. }
  513. .navWrapper ol {
  514. display: flex;
  515. justify-content: space-between;
  516. }
  517. .navWrapper ol li div{
  518. font-size: 16px;
  519. color: #1f1f1f;
  520. }
  521. .navWrapper ol li a{
  522. font-size: 14px;
  523. color: #7a7878;
  524. display: inline-block;
  525. font-family: "新宋体"
  526. }
  527. .navWrapper ol li a:hover{
  528. color:#1697ea;
  529. }
  530. .navWrapper ol li:nth-child(2) a{
  531. margin-right: 38px;
  532. }
  533. .navWrapper ol li:nth-child(3) a{
  534. margin-right:65px;
  535. }
  536. /* #LRMINIBar{
  537. opacity: 0;
  538. } */
  539. #LRfloater0{
  540. left: -150px!important;
  541. top:-150px!important;
  542. }
  543. #LRMINIBar{
  544. bottom: -60px!important;
  545. }
  546. #LR-BUBBLE{
  547. margin-bottom:-70px!important;
  548. }
  549. a[title]{
  550. position: absolute;
  551. top: -80px;
  552. left: -80px;
  553. }
  554. img{
  555. border: none;
  556. }