header.css 9.7 KB

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