header.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. /* header */
  2. .header {
  3. color:#333;
  4. height: 64px;
  5. line-height: 64px;
  6. background-color: #f9f9f9;
  7. }
  8. .header div>div{
  9. margin-left: 30px;
  10. float:right;
  11. }
  12. .header ul li {
  13. float: left;
  14. margin: 0 10px;
  15. }
  16. .header a{
  17. color:#333;
  18. }
  19. .header .colorRed{
  20. color: #ff570c;
  21. }
  22. /* 导航 */
  23. .navHeader {
  24. background: #ffffff;
  25. line-height: 90px;
  26. height: 90px;
  27. }
  28. .navHeader .nav ul li img {
  29. width: 30px;
  30. height: 30px;
  31. position: absolute;
  32. right: 0px;
  33. top: 9px;
  34. }
  35. .navHeader .logo {
  36. float: left;
  37. padding-left: 20px;
  38. }
  39. .navHeader .logo_right {
  40. margin-top: 8px;
  41. float: left;
  42. padding-left: 20px;
  43. width: 120px;
  44. height: 75px;
  45. background: url("../../../img/index_xuan.png") no-repeat center center;
  46. margin-left: 10px;
  47. }
  48. .navHeader .nav {
  49. float: left;
  50. padding-left: 70px;
  51. }
  52. .navHeader .nav>ul>li {
  53. float: left;
  54. width: 120px;
  55. text-align: center;
  56. line-height: 90px;
  57. position: relative;
  58. }
  59. .navHeader .nav>ul>li>a {
  60. color: #074d88;
  61. width: 120px;
  62. line-height: 90px;
  63. display: inline-block;
  64. font-size: 20px;
  65. }
  66. .navHeader .nav>ul>li:hover a {
  67. color: #074F88;
  68. }
  69. .active a {
  70. color: #074F88!important;
  71. }
  72. /*2级导航*/
  73. .navHeader .nav ul li .subnavigation {
  74. width: 120px;
  75. position: absolute;
  76. top: 76px;
  77. z-index: 9999;
  78. background: #ffffff;
  79. display: none;
  80. padding-top: 18px;
  81. padding-bottom: 15px;
  82. box-shadow: 0 0 10px #ccc;
  83. }
  84. .subnavigation li>a {
  85. width: 120px;
  86. height: 30px;
  87. line-height: 30px;
  88. display: inline-block;
  89. color: #333333;
  90. }
  91. .subnavigation li:hover a {
  92. background: rgba(100, 100, 100, .7);
  93. color: #ffffff;
  94. }
  95. .subnavigation li {
  96. height: 30px;
  97. line-height: 30px;
  98. }
  99. /*hot*/
  100. .nav ul li:hover img {
  101. animation: hot 1s infinite linear;
  102. transition: all 1s;
  103. }
  104. @keyframes hot {
  105. 0% {
  106. width: 30px;
  107. height: 30px;
  108. }
  109. 25% {
  110. width: 25px;
  111. height: 25px;
  112. top: 9px;
  113. }
  114. 50% {
  115. width: 30px;
  116. height: 30px;
  117. }
  118. 100% {
  119. width: 25px;
  120. height: 25px;
  121. top: 9px;
  122. }
  123. }
  124. .navHeader .nav_right{
  125. float: right;
  126. color:#ff570c;
  127. }
  128. .navHeader .nav_right img{
  129. width: 82px;
  130. height: 62px;
  131. margin-right: 14px;
  132. }
  133. @media (min-width: 1200px) {
  134. .container {
  135. width: 1200px;
  136. }
  137. }
  138. .search {
  139. clear: both;
  140. margin-top: 55px;
  141. }
  142. .navMeau {
  143. height: 55px;
  144. }
  145. .search .navMeau {
  146. float: left;
  147. width: 226px;
  148. font-size: 24px;
  149. color: #ffffff;
  150. height: 55px;
  151. line-height: 55px;
  152. text-align: center;
  153. margin-right: 30px;
  154. background: url(../../../img/newMenu/search-bj.jpg)
  155. }
  156. .search>div {
  157. display: inline-block;
  158. float: left;
  159. }
  160. .container .imgs {
  161. overflow: hidden;
  162. padding-top: 35px;
  163. padding-bottom: 62px;
  164. }
  165. .container .imgs img {
  166. width: 100%
  167. }
  168. .search .search-inp {
  169. font-size: 16px;
  170. height: 55px;
  171. line-height: 55px;
  172. }
  173. .search-inp .input-group {
  174. width: 638px;
  175. }
  176. .search-inp div:nth-child(2) {
  177. margin: 0 10px;
  178. }
  179. .search .search-inp input {
  180. font-size: 16px;
  181. height: 55px;
  182. line-height: 55px;
  183. border-color: #1797e9;
  184. border-right: none;
  185. }
  186. .search .search-inp button {
  187. height: 55px;
  188. line-height: 45px;
  189. background-color: #1797e9;
  190. color: #fff;
  191. font-size: 18px;
  192. width: 104px;
  193. border: none;
  194. border-radius: 0 5px 5px 0;
  195. }
  196. input:focus{
  197. outline: none;
  198. }
  199. .btn:focus,.btn:active,.btn.focus,.btn:active:focus,.btn.active:focus{
  200. background: #1797e9;
  201. outline: none;
  202. color:#ffffff;
  203. border: none
  204. }
  205. .search-inp .input-group{
  206. position: relative;
  207. }
  208. .searchBtn{
  209. }
  210. .search-inp .txtVal{
  211. position: absolute;
  212. left: 5px;
  213. top: 0;
  214. height: 24px;
  215. z-index: 999;
  216. line-height: 24px;
  217. padding: 16px 5px 16px 10px;
  218. }
  219. .search-inp .txtVal span{
  220. display: inline-block;
  221. padding: 0 10px;
  222. background: #e9f3f9;
  223. color: #7f7f7f;
  224. font-size: 14px;
  225. margin-right: 10px;
  226. }
  227. .search .search-inp div {
  228. float: left;
  229. }
  230. .search .searchMain {
  231. clear: both;
  232. overflow: hidden;
  233. margin-bottom: 20px
  234. }
  235. .search ol {
  236. clear: both
  237. }
  238. .search ol li {
  239. cursor: pointer;
  240. height: 30px;
  241. line-height: 30px;
  242. float: left;
  243. margin-right: 20px;
  244. font-size: 14px;
  245. }
  246. .search ol li a{
  247. color: #393838;
  248. }
  249. .search ol li:hover {
  250. color: #ff570c;
  251. }
  252. .search ol li.active {
  253. color: #ff570c;
  254. }
  255. .search .navMeau>div {
  256. position: relative;
  257. width: 100%;
  258. }
  259. .colorRed {
  260. font-size: 12px;
  261. color: #ff570c;
  262. }
  263. .colorBlur {
  264. font-size: 12px;
  265. color: #0289df;
  266. vertical-align: middle
  267. }
  268. .colorWrite {
  269. color: #ccc;
  270. margin: 12px 0px;
  271. }
  272. .navMeau .menuList {
  273. display: none;
  274. position: absolute;
  275. top: 55px;
  276. padding: 20px 20px 60px;
  277. left: 0;
  278. z-index: 99999;
  279. background: #3b3b3b;
  280. color: #ffffff;
  281. font-size: 14px;
  282. }
  283. .navMeau .menuList ul li {
  284. float: left;
  285. box-sizing: border-box;
  286. width: 50%;
  287. height: 40px;
  288. line-height: 40px;
  289. text-align: center
  290. }
  291. .navMeau .menuList ul li:hover {
  292. cursor: pointer;
  293. color: #1797e9
  294. }
  295. /* 主体内容 */
  296. .demand-marq {
  297. position: relative;
  298. top: -12px;
  299. clear: both;
  300. width: 100%;
  301. height: 50px;
  302. line-height: 50px;
  303. box-shadow: 0 5px 5px #ccc;
  304. padding: 0 20px;
  305. background-color: #ffffff;
  306. }
  307. .demand-marq span {
  308. float: left;
  309. width: 96px;
  310. height: 20px;
  311. display: inline-block;
  312. background: url(../../../img/newMenu/demand-1.jpg) no-repeat;
  313. vertical-align: top;
  314. margin-top: 15px
  315. }
  316. .demand-marq marquee ul {
  317. overflow: hidden;
  318. width: 3500px;
  319. height: 50px;
  320. }
  321. .demand-marq marquee {
  322. overflow: hidden;
  323. margin-left: 20px;
  324. width: 980px;
  325. float: left;
  326. }
  327. .demand-marq ul li {
  328. margin: 0 30px;
  329. float: left;
  330. }