header.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  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: 225px;
  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) no-repeat;
  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: #fff;
  377. color: #4A4A4A;
  378. font-size: 14px;
  379. box-shadow:0 0 2px 0 #DDDCDC;
  380. }
  381. .navMeau .menuList ul li {
  382. float: left;
  383. box-sizing: border-box;
  384. width: 50%;
  385. height: 36px;
  386. line-height: 36px;
  387. text-align: center
  388. }
  389. .menuList ul li.active{
  390. color: #ff570c
  391. }
  392. .navMeau .menuList ul li:hover a{
  393. cursor: pointer;
  394. color: #0289df
  395. }
  396. .menuList ul li a{
  397. width: 100%;
  398. height: 36px;
  399. line-height: 36px;
  400. display: inline-block;
  401. color: #4a4a4a;
  402. border-bottom: 1px dashed #CBCBCB;
  403. }
  404. /* 主体内容 */
  405. .demand-marq {
  406. position: relative;
  407. top: -12px;
  408. clear: both;
  409. width: 100%;
  410. height: 50px;
  411. line-height: 50px;
  412. box-shadow: 0 5px 5px #ccc;
  413. padding: 0 20px;
  414. background-color: #ffffff;
  415. }
  416. .demand-marq span {
  417. float: left;
  418. width: 96px;
  419. height: 20px;
  420. display: inline-block;
  421. background: url(../../../img/newMenu/demand-1.png) no-repeat;
  422. vertical-align: top;
  423. margin-top: 15px
  424. }
  425. .demand-marq marquee ul {
  426. overflow: hidden;
  427. width: 3500px;
  428. height: 50px;
  429. }
  430. .demand-marq marquee {
  431. overflow: hidden;
  432. margin-left: 20px;
  433. width: 980px;
  434. float: left;
  435. }
  436. .demand-marq ul li {
  437. margin: 0 30px;
  438. float: left;
  439. }
  440. /* 购物车 */
  441. .shopIcon{
  442. position: relative;
  443. }
  444. .shopIcon .tint{
  445. position: absolute;
  446. font-size: 40px;
  447. color: #1697ea;
  448. opacity: 0;
  449. transition: all .8s ease-in;
  450. }
  451. .signin a:nth-child(2):hover{
  452. color:#f00;
  453. }
  454. .shopIcon .tint.active{
  455. position: absolute;
  456. top: 20px!important;
  457. left: 20px!important;
  458. opacity: 0;
  459. font-size: 5px;
  460. display: block;
  461. transition: all .8s ease-in-out
  462. }
  463. /* 网站导航 */
  464. .navWrapper{
  465. display: none;
  466. position: absolute;
  467. top: 36px;
  468. width: 1200px;
  469. background: #ffffff;
  470. left: 50%;
  471. margin-left: -600px;;
  472. z-index: 99999;
  473. padding: 30px;
  474. box-shadow: 0 2px 10px #ccc;
  475. }
  476. .navWrapper ol {
  477. display: flex;
  478. justify-content: space-between;
  479. }
  480. .navWrapper ol li div{
  481. font-size: 16px;
  482. color: #1f1f1f;
  483. }
  484. .navWrapper ol li a{
  485. font-size: 14px;
  486. color: #7a7878;
  487. display: inline-block;
  488. font-family: "新宋体"
  489. }
  490. .navWrapper ol li a:hover{
  491. color:#1697ea;
  492. }
  493. .navWrapper ol li:nth-child(2) a{
  494. margin-right: 38px;
  495. }
  496. .navWrapper ol li:nth-child(3) a{
  497. margin-right:65px;
  498. }
  499. /* #LRMINIBar{
  500. opacity: 0;
  501. } */
  502. #LRfloater0{
  503. left: -150px!important;
  504. }
  505. #LRMINIBar{
  506. bottom: -60px!important;
  507. }
  508. #LR-BUBBLE{
  509. margin-bottom:-70px!important;
  510. }
  511. a[title]{
  512. position: absolute;
  513. top: -50px;
  514. left: 0px;
  515. }