header.css 9.2 KB

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