header.css 8.9 KB

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