xm_index.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. * {
  2. margin: 0;
  3. padding: 0; }
  4. img{
  5. border:0;
  6. }
  7. ul {
  8. list-style: none; }
  9. a {
  10. text-decoration: none;
  11. color: #000; }
  12. a:hover {
  13. color: #1c5ba8; }
  14. body {
  15. font: 16px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
  16. background-color: #eeeeee; }
  17. #pc .top_wrap {
  18. margin: 0 auto;
  19. height: 140px;
  20. min-width:1200px;
  21. background-image: url("../images/xm_header.jpg");
  22. background-position: center center;
  23. background-repeat: no-repeat; }
  24. #pc .top_wrap .top {
  25. height: 130px; }
  26. #pc .top_wrap .top .top_content {
  27. width: 1200px;
  28. margin: 0 auto; }
  29. #pc .top_wrap .top .top_content .top_left {
  30. float: left;
  31. margin-top: 30px; }
  32. #pc .top_wrap .top .top_content .top_right {
  33. margin-top: 40px;
  34. float: right; }
  35. #pc .top_wrap .top .top_content .top_right .zhuiqiu {
  36. position: relative;
  37. top: -16px; }
  38. #pc .top_wrap .top .top_content .top_right .zouxiang {
  39. position: relative;
  40. top: 38px;
  41. right: -54px; }
  42. #pc .nav_wrap {
  43. max-width: 1920px;
  44. margin: 0 auto;
  45. height: 50px;
  46. background-color: #1c5ba8; }
  47. #pc .nav_wrap .nav {
  48. width: 1200px;
  49. margin: 0 auto;
  50. height: 50px; }
  51. #pc .nav_wrap .nav ul li {
  52. height: 50px;
  53. float: left;
  54. position: relative; }
  55. #pc .nav_wrap .nav ul li a {
  56. font-size: 18px;
  57. font-weight: 500;
  58. height: 50px;
  59. line-height: 50px;
  60. display: inline-block;
  61. padding: 0 31px;
  62. color: #fff; }
  63. .nav_wrap .nav ul li a img {
  64. margin-top: 15px; }
  65. #pc .nav_wrap .nav ul li a:hover {
  66. background-color: #dcdcdc;
  67. color: #000; }
  68. #pc .nav_wrap .nav ul li .current {
  69. background-color: #dcdcdc;
  70. color: #000; }
  71. #pc .nav_wrap .nav ul li .erji {
  72. width: 100%;
  73. display: none;
  74. position: absolute;
  75. background-color: #eeeeee;
  76. z-index: 888; }
  77. #pc .nav_wrap .nav ul li .erji ul {
  78. height: 150px; }
  79. #pc .nav_wrap .nav ul li .erji ul li {
  80. height: 34px;
  81. line-height: 34px;
  82. width: 100%;
  83. text-align: center; }
  84. #pc .nav_wrap .nav ul li .erji ul li a {
  85. height: 34px;
  86. line-height: 34px;
  87. color: #000;
  88. padding:0px;
  89. font-size: 16px; }
  90. #pc .nav_wrap .nav ul li .erji ul li a:hover{
  91. background:#eeeeee;
  92. color:#1c5ba8;
  93. }
  94. #pc .nav_wrap .nav ul li:hover .erji {
  95. display: block; }
  96. #pc .contents {
  97. padding-top: 25px; }
  98. #pc .contents .content {
  99. width: 380px;
  100. float: left;
  101. min-height: 304px;
  102. border-radius: 4px;
  103. color: #7f7f7f; }
  104. #pc .contents .title {
  105. width: 100%;
  106. border-bottom: 2px solid #999999;
  107. position: relative; }
  108. #pc .contents .title .titlename {
  109. display: inline-block;
  110. font-size: 20px;
  111. line-height: 36px;
  112. color: #1c5ba8;
  113. border-radius: 5px;
  114. font-weight: bold; }
  115. #pc .contents .title .titlename:before {
  116. content: " ";
  117. position: relative;
  118. width: 2px;
  119. height: 30px;
  120. background-color: #1c5ba8;
  121. padding-right: 5px;
  122. margin-right: 15px; }
  123. #pc .contents .title .more {
  124. float: right;
  125. color: #666;
  126. font-size: 13px;
  127. font-weight: bold;
  128. margin-top: 10px;
  129. margin-right: 10px; }
  130. #pc .contents .title .more:hover {
  131. color: #ff634e; }
  132. #pc .contents .up {
  133. width: 1200px;
  134. margin: 0 auto; }
  135. #pc .contents .up .xinwen {
  136. width: 760px;
  137. margin-right: 0px; }
  138. #pc .contents .up .xinwen .xinwen_content{
  139. padding-top:15px;
  140. }
  141. #pc .contents .up .xinwen .xinwen_content a {
  142. margin-top:5px;
  143. width: 360px;
  144. float:left;
  145. }
  146. #pc .contents .up .xinwen .xinwen_content a img {
  147. width: 360px;
  148. height: 195px; }
  149. #pc .contents .up .xinwen .xinwen_content a:nth-child(even) {
  150. margin-left: 40px; }
  151. #pc .contents .up .xinwen .xinwen_content .xinwen_content_up {
  152. margin-top: 20px; }
  153. #pc .contents .up .xinwen .xinwen_content .xinwen_content_down {
  154. margin-top: 5px; }
  155. #pc .contents .up .tongzhi {
  156. margin-left: 60px; }
  157. #pc .contents .up .tongzhi .tongzhi_content {
  158. width: 380px;
  159. height: 490px;
  160. background-color: #ced5e4;
  161. margin-top: 20px;
  162. padding-top: 10px; }
  163. #pc .contents .up .tongzhi .tongzhi_content ul li {
  164. width: 320px;
  165. height: 54px;
  166. margin-left: 30px;
  167. margin-right: 30px;
  168. border-bottom: 1px solid #a0a0a0;
  169. padding-top: 18px;
  170. padding-bottom: 18px; }
  171. #pc .contents .up .tongzhi .tongzhi_content ul li .date {
  172. float: left;
  173. background-color: #fff;
  174. width: 75px;
  175. height: 54px; }
  176. #pc .contents .up .tongzhi .tongzhi_content ul li .date .day {
  177. display: inline-block;
  178. width: 75px;
  179. height: 27px;
  180. color: #0065bb;
  181. text-align: center;
  182. font-size: 20px; }
  183. #pc .contents .up .tongzhi .tongzhi_content ul li .date .month {
  184. display: inline-block;
  185. width: 75px;
  186. height: 27px;
  187. background-color: #b0a3b2;
  188. color: #fff;
  189. text-align: center; }
  190. #pc .contents .up .tongzhi .tongzhi_content ul li a.news {
  191. width: 235px;
  192. padding-left: 10px;
  193. float: right; }
  194. #pc .contents .down_warp {
  195. background-color: #e5e5e5;
  196. margin-top: 20px;
  197. padding-top: 25px;
  198. padding-bottom: 30px; }
  199. #pc .contents .down_warp .down {
  200. width: 1200px;
  201. margin: 0 auto; }
  202. #pc .contents .down_warp .down .dangjian {
  203. width: 760px;
  204. margin-right: 0px; }
  205. #pc .contents .down_warp .down .dangjian ul li {
  206. float: left;
  207. height: 40px;
  208. width: 360px;
  209. margin-top: 20px;
  210. padding-bottom: 20px;
  211. border-bottom: 1px solid #ccc; }
  212. #pc .contents .down_warp .down .dangjian ul li:nth-child(even) {
  213. margin-left: 30px; }
  214. #pc .contents .down_warp .down .xiazai {
  215. margin-left: 60px; }
  216. #pc .contents .down_warp .down .xiazai ul {
  217. margin-top: 5px; }
  218. #pc .contents .down_warp .down .xiazai ul li {
  219. line-height: 52px;
  220. border-bottom: 1px dashed #bbb; }
  221. #pc .contents .fengcai {
  222. width: 1200px;
  223. margin: 0 auto;
  224. margin-top: 20px; }
  225. #pc .contents .fengcai .fengcai_content {
  226. padding-top: 15px; }
  227. #pc .contents .fengcai .fengcai_content a {
  228. margin-right: 18px; }
  229. #pc .link {
  230. width: 1200px;
  231. margin: 0 auto;
  232. margin-bottom: 20px; }
  233. #pc .link .link_title {
  234. font-size: 20px; }
  235. #pc #footer {
  236. max-width: 1920px;
  237. min-wdith:1200px;
  238. margin: 0 auto;
  239. height: 206px;
  240. background-image: url("../images/xm_footer_bg.png");
  241. background-repeat: no-repeat;
  242. background-position: center center; }
  243. #pc #footer .footer {
  244. width: 1200px;
  245. margin: 0 auto;
  246. color: #fff; }
  247. #pc #footer .footer .footer_left {
  248. float: left;
  249. margin-top: 25px; }
  250. #pc #footer .footer .footer_left .addr {
  251. float: left;
  252. text-align:left;
  253. }
  254. #pc #footer .footer .footer_left .erweima {
  255. float: right;
  256. margin-left: 20px;
  257. text-align: center; }
  258. #pc #footer .footer .footer_right {
  259. margin-top: 45px;
  260. float: right; }
  261. #pc .slideBox1 {
  262. max-width: 1920px;
  263. height: 480px;
  264. overflow: hidden;
  265. position: relative; }
  266. #pc .slideBox1 .hd {
  267. height: 15px;
  268. overflow: hidden;
  269. position: absolute;
  270. right: 48.5%;
  271. bottom: 23px;
  272. z-index: 1; }
  273. #pc .slideBox1 .hd ul {
  274. overflow: hidden;
  275. zoom: 1;
  276. float: left; }
  277. #pc .slideBox1 .hd ul li {
  278. float: left;
  279. margin-right: 2px;
  280. width: 15px;
  281. height: 15px;
  282. border-radius: 50%;
  283. line-height: 14px;
  284. text-align: center;
  285. background: #fff;
  286. cursor: pointer;
  287. margin-left: 5px; }
  288. #pc .slideBox1 .hd ul li.on {
  289. background: #1c5ba8;
  290. color: #fff; }
  291. #pc .slideBox1 .bd {
  292. position: relative;
  293. height: 100%;
  294. z-index: 0; }
  295. #pc .slideBox1 .bd li {
  296. zoom: 1;
  297. vertical-align: middle; }
  298. #pc .slideBox1 .bd img {
  299. max-width: 1920px;
  300. height: 480px;
  301. display: block; }
  302. #pc .slideBox1 .prev,
  303. #pc .slideBox1 .next {
  304. position: absolute;
  305. left: 3%;
  306. top: 50%;
  307. margin-top: -25px;
  308. display: block;
  309. width: 32px;
  310. height: 40px;
  311. background: url(../images/xm_slider-arrow.png) -110px 5px no-repeat;
  312. filter: alpha(opacity=50);
  313. opacity: 0.5; }
  314. #pc .slideBox1 .next {
  315. left: auto;
  316. right: 3%;
  317. background-position: 8px 5px; }
  318. #pc .slideBox1 .prev:hover,
  319. #pc .slideBox1 .next:hover {
  320. filter: alpha(opacity=100);
  321. opacity: 1; }
  322. #pc .slideBox1 .prevStop {
  323. display: none; }
  324. #pc .slideBox1 .nextStop {
  325. display: none; }
  326. #pc .picMarquee-left {
  327. width: 1200px;
  328. overflow: hidden;
  329. position: relative; }
  330. #pc .picMarquee-left .hd {
  331. overflow: hidden;
  332. height: 30px;
  333. position: absolute;
  334. right: 0;
  335. top: 4px; }
  336. #pc .picMarquee-left .hd .prev, .picMarquee-left .hd .next {
  337. display: inline-block;
  338. width: 25px;
  339. height: 25px;
  340. float: right;
  341. overflow: hidden;
  342. cursor: pointer; }
  343. #pc .picMarquee-left .hd .next {
  344. display: inline-block;
  345. width: 25px;
  346. height: 25px;
  347. margin-right: 10px; }
  348. #pc .picMarquee-left .hd .prevStop {
  349. background-position: -60px 0; }
  350. #pc .picMarquee-left .hd .nextStop {
  351. background-position: -60px -50px; }
  352. #pc .picMarquee-left .bd {
  353. padding: 15px 0; }
  354. #pc .picMarquee-left .bd ul {
  355. overflow: hidden;
  356. zoom: 1; }
  357. #pc .picMarquee-left .bd ul li {
  358. margin: 0 8px;
  359. float: left;
  360. _display: inline;
  361. overflow: hidden;
  362. text-align: center; }
  363. #pc .picMarquee-left .bd ul li img {
  364. width: 194px;
  365. height: 131px; }
  366. #pc .footer_box{
  367. text-align: center;
  368. position: absolute;
  369. bottom: 10px;
  370. left: 50%;
  371. margin-left: -24px;}
  372. #pc .footer_box a,.footer_box a:hover, .footer_box a:link, .footer_boxa:active.footer_box a:visited {
  373. color: #ccc!important;
  374. font-size: 12px;}
  375. @media screen and (max-width: 720px){
  376. #pc{
  377. display:none!important;}
  378. #mobile{
  379. display: block!important;
  380. }
  381. }
  382. @media screen and (min-width: 721px){
  383. #pc{
  384. display:block!important;
  385. }
  386. #mobile{
  387. display: none!important;
  388. }
  389. }