index_sx.css 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582
  1. /* CSS Document */
  2. body {
  3. background-color: #fff;
  4. font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  5. margin: 0px; padding:0px;
  6. }
  7. @font-face {
  8. font-family: 'fontNameRegular';
  9. src: url('../fonts/DS-DIGIT-webfont.eot');
  10. src: local('../fonts/DS-DIGIT-webfont Regular'),
  11. local('../fonts/DS-DIGIT-webfont'),
  12. url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
  13. url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
  14. url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
  15. font-size: 20px;
  16. font-weight: bolder;
  17. }
  18. a:link {
  19. text-decoration: none;
  20. }
  21. a:visited {
  22. text-decoration: none;
  23. }
  24. a:hover {
  25. text-decoration: none;
  26. color: #ffefc0;
  27. }
  28. a:active {
  29. text-decoration: none; color: #ffefc0;
  30. }
  31. li{
  32. list-style:none;
  33. }
  34. .all{
  35. backgroun: #fff;
  36. float: left;
  37. height: 864px;
  38. width: 1899px;
  39. }
  40. .all_top0{
  41. background: #fff;
  42. float: left;
  43. height: 83px;
  44. width: 1899px;
  45. }
  46. .all_top0_01{
  47. background: #fff;
  48. float: left;
  49. height: 52px;
  50. width: 1899px;
  51. }
  52. .all_top0_02{
  53. float: left;
  54. height: 31px;
  55. width: 1899px;
  56. background-color: #fff;
  57. background-image: url(/resource/images/sxsj/img/top02.png);
  58. background-repeat: repeat-x;
  59. background-position: left top;
  60. }
  61. .all_top0_02list{
  62. float: left;
  63. height: 31px;
  64. width: 113px;
  65. }
  66. .all_top0_02list0{
  67. float: left;
  68. height: 31px;
  69. width: 109px;
  70. }
  71. .index_menu{
  72. height:33px;
  73. float:left;
  74. }
  75. #tab1,#tab2{width:1899px;height:33px;border-bottom:0;float:left;}
  76. #tab1 ul,#tab2 ul{margin:0;padding:0; float:left;}
  77. #tab1 li,#tab2 li{
  78. float:left;
  79. padding:0;
  80. height:27px;
  81. width:101px;
  82. text-align:center;
  83. cursor:pointer;
  84. margin-left: 7px;
  85. margin-top:3px;
  86. color:#000 ;
  87. text-decoration: none;
  88. background:url(/resource/images/sxsj/img/bot_out.jpg) no-repeat left top;
  89. font:12px/27px "Microsoft Yahei";
  90. }
  91. #tab1 li.now,#tab2 li.now{
  92. color:#fff;
  93. font-weight:bold;
  94. height: 27px;
  95. width: 101px;
  96. margin-left: 7px;
  97. margin-top:3px;
  98. text-decoration: none;
  99. background:url(/resource/images/sxsj/img/bot_over.jpg) no-repeat left top;
  100. font:12px/27px "Microsoft Yahei";
  101. }
  102. #tab1 a:link{
  103. color:#000;
  104. font:12px/27px "Microsoft Yahei";
  105. }
  106. #tab1 a:visited{
  107. color:#000;
  108. font:12px/27px "Microsoft Yahei";
  109. }
  110. #tab1 a:hover{
  111. color:#fff;
  112. font:12px/27px "Microsoft Yahei";
  113. }
  114. #tab1 a:active{
  115. color:#fff;
  116. font:12px/27px "Microsoft Yahei";
  117. }
  118. .index_top{
  119. width:1898px;
  120. height:121px;
  121. float:left;
  122. margin-left:1px;
  123. }
  124. .page_top1{ width:1326px;
  125. height:121px;
  126. float:left;
  127. margin-left:1px;}
  128. .page_top2{ width:570px;
  129. height:121px;
  130. float:left;
  131. padding-left:2px;}
  132. .index_top_left{
  133. width:21px;
  134. height:100px;
  135. float:left;
  136. background:url(/resource/images/sxsj/img/page_top_left.jpg) no-repeat left top;
  137. font:bold 14px/20px "Microsoft Yahei";
  138. color:#fff;
  139. padding-left:6px;
  140. padding-top:21px;
  141. }
  142. .page_top_left{
  143. width:21px;
  144. height:100px;
  145. float:left;
  146. background:url(/resource/images/sxsj/img/page_top_left1.jpg) no-repeat left top;
  147. font:bold 14px/20px "Microsoft Yahei";
  148. color:#fff;
  149. padding-left:6px;
  150. padding-top:21px;
  151. }
  152. .index_top_right{
  153. width:1871px;
  154. height:119px;
  155. border-top:1px solid #bec3c7;
  156. border-bottom:1px solid #bec3c7;
  157. float:left;}
  158. .page_top_right{
  159. width:1299px;
  160. height:119px;
  161. border-top:1px solid #bec3c7;
  162. border-bottom:1px solid #bec3c7;
  163. float:left;}
  164. .page_top_right1{
  165. width:542px;
  166. height:119px;
  167. border-top:1px solid #bec3c7;
  168. border-bottom:1px solid #bec3c7;
  169. border-right:1px solid #bec3c7;
  170. float:left;}
  171. .index_top_center{
  172. width:153px;
  173. margin-left:2px;
  174. float:left;
  175. }
  176. .index_top_center_top{
  177. padding-left:6px;
  178. width:147px;
  179. height:23px;
  180. background:#d5d3d6;
  181. font:12px/23px "Microsoft Yahei";
  182. }
  183. .page_top_center_top{
  184. text-align:center;
  185. width:153px;
  186. height:47px;
  187. background:#d5d3d6;
  188. font:bold 16px/47px "Microsoft Yahei";
  189. color:#fff;
  190. background:url(/resource/images/sxsj/img/page_top_center_top.jpg) no-repeat left top;
  191. }
  192. .page_top_center_top_a{
  193. padding-left:6px;
  194. width:147px;
  195. height:24px;
  196. background:#49c0d1;
  197. color:#fff;
  198. font:12px/24px "Microsoft Yahei";
  199. }
  200. .index_top_center_center{
  201. text-align:center;
  202. width:153px;
  203. height:65px;
  204. font:40px/65px fontNameRegular;
  205. }
  206. .page_top_center_center{
  207. text-align:right;
  208. width:105px;
  209. height:48px;
  210. font:40px/63px fontNameRegular;
  211. float:left;
  212. overflow:hidden;
  213. }
  214. .index_top_center_bottom{background:#ff6626;
  215. text-align:center;
  216. float:right;
  217. width:31px;
  218. height:31px;font:12px/31px "Microsoft Yahei";
  219. color:#fff;}
  220. .page_top_center_bottom{background:#ff6626;
  221. text-align:center;
  222. float:right;
  223. width:31px;
  224. height:31px;font:12px/31px "Microsoft Yahei";
  225. color:#fff;
  226. margin-top:17px;}
  227. .page_top_center2{
  228. width:130px;
  229. float:left;
  230. margin-right:1px;
  231. }
  232. .page_top_center_top2{
  233. padding-left:6px;
  234. width:124px;
  235. height:23px;
  236. font:14px/23px "Microsoft Yahei";
  237. color:#5d5d5d;
  238. }
  239. .page_top_center_center2{
  240. text-align:center;
  241. width:130px;
  242. height:65px;
  243. font:40px/65px fontNameRegular;
  244. }
  245. .page_top_center_bottom2{
  246. text-align:center;
  247. float:right;
  248. width:31px;
  249. height:31px;
  250. font:14px/31px "Microsoft Yahei";
  251. color:#5d5d5d;}
  252. .index_top_right_box{
  253. width:282px;
  254. height:119px;
  255. border-left:1px solid #bec3c7;
  256. border-right:1px solid #bec3c7;
  257. margin-left:2px;
  258. float:left;
  259. }
  260. .page_top_right_box{
  261. width:411px;
  262. height:119px;
  263. float:left;
  264. }
  265. .page_list{
  266. width:411px;
  267. height:59px;
  268. border-bottom:1px solid #bec3c7;
  269. float:left;}
  270. .page_list1{
  271. width:411px;
  272. height:59px;
  273. float:left;}
  274. .page_list_box{
  275. width:136px;
  276. height:59px;
  277. border-left:1px solid #bec3c7;
  278. float:left;
  279. }
  280. .page_list_box_left1{
  281. width:9px;
  282. height:59px;
  283. background:url(/resource/images/sxsj/img/page_list_box_left_blue.jpg) no-repeat left top;
  284. float:left; }
  285. .page_list_box_left2{
  286. width:9px;
  287. height:59px;
  288. background:url(/resource/images/sxsj/img/page_list_box_left_green.jpg) no-repeat left top;
  289. float:left; }
  290. .page_list_box_left3{
  291. width:9px;
  292. height:59px;
  293. background:url(/resource/images/sxsj/img/page_list_box_left_red.jpg) no-repeat left top;
  294. float:left; }
  295. .page_list_box_left4{
  296. width:9px;
  297. height:59px;
  298. background:url(/resource/images/sxsj/img/page_list_box_left_orange.jpg) no-repeat left top;
  299. float:left; }
  300. .page_list_box_left5{
  301. width:9px;
  302. height:59px;
  303. background:url(/resource/images/sxsj/img/page_list_box_left_pink.jpg) no-repeat left top;
  304. float:left; }
  305. .page_list_box_left6{
  306. width:9px;
  307. height:59px;
  308. background:url(/resource/images/sxsj/img/page_list_box_left_black.jpg) no-repeat left top;
  309. float:left; }
  310. .page_list_box_right{
  311. width:127px;
  312. height:59px;
  313. float:left;
  314. }
  315. .page_list_box_right_top{
  316. width:112px;
  317. height:26px;
  318. font:14px/26px "Microsoft Yahei";
  319. color:#5d5d5d;
  320. padding-left:15px;
  321. float:left;
  322. }
  323. .page_list_box_right_bottom1{
  324. width:79px;
  325. height:33px;
  326. font:20px/33px fontNameRegular;
  327. color:#000;
  328. padding-left:15px;
  329. float:left;
  330. }
  331. .page_list_box_right_bottom2{
  332. width:33px;
  333. height:33px;
  334. font:14px/33px "Microsoft Yahei";
  335. color:#5d5d5d;
  336. float:left;
  337. }
  338. .company_list{
  339. width:282px;
  340. height:23px;
  341. border-bottom:1px solid #bec3c7;
  342. float:left;}
  343. .company_list1{
  344. width:282px;
  345. height:23px;
  346. float:left;}
  347. .company_list_a{
  348. width:106px;
  349. border-right:1px solid #bec3c7;
  350. background:#f5f5f5;
  351. font:12px/23px "Microsoft Yahei";
  352. color:#000;
  353. padding-left:10px;
  354. float:left;
  355. }
  356. .company_list_b{
  357. width:94px;
  358. border-right:1px solid #bec3c7;
  359. font:18px/23px fontNameRegular;
  360. color:#000;
  361. text-align:center;
  362. float:left;
  363. }
  364. .company_list_c{
  365. width:50px;
  366. font:12px/23px "Microsoft Yahei";
  367. color:#93a5a5;
  368. padding-left:15px;
  369. float:left;
  370. }
  371. .index_bottom{
  372. width:1898px;
  373. height:708px;
  374. margin-left:1px;
  375. margin-top:1px;
  376. float:left;}
  377. .index_bottom_left{
  378. width:753px;
  379. height:706px;
  380. border:1px solid #bec3c7;
  381. margin-right:2px;
  382. float:left;
  383. background:url(/resource/images/sxsj/img/map_sx.jpg) no-repeat left top;
  384. position: relative;}
  385. .index_bottom_point{
  386. width: 31px;
  387. height: 0px;
  388. position: absolute;
  389. }
  390. .index_bottom_point_woniushan{
  391. left: 520px;
  392. top: 2px;
  393. }
  394. .index_bottom_point_hutoushan{
  395. left: 355px;
  396. top: 205px;
  397. }
  398. .index_bottom_point_gaojiabao{
  399. left: 320px;
  400. top: 245px;
  401. }
  402. .index_bottom_point_jinfeng{
  403. left: 446px;
  404. top: 214px;
  405. }
  406. .index_bottom_point_fengyue{
  407. left: 420px;
  408. top: 211px;
  409. }
  410. .index_bottom_point_baotasan{
  411. left: 280px;
  412. top: 375px;
  413. }
  414. .index_bottom_point_cailiangsan{
  415. left: 422px;
  416. top: 175px;
  417. }
  418. .index_bottom_point_aolun{left:378px;top:403px;}
  419. .index_bottom_point_beizhen{left:391px;top:468px;}
  420. .index_bottom_point_diaobingshan{left:453px;top:415px;}
  421. .index_bottom_point_taizishan{left:487px;top:445px;}
  422. .index_bottom_point_fangshan{left:417px;top:449px;}
  423. .index_bottom_point_linghai{left:409px;top:506px;}
  424. .index_bottom_point_xingcheng{left:374px;top:531px;}
  425. .index_bottom_point_xibaqian{left:440px;top:518px;}
  426. .index_bottom_fcbot
  427. {
  428. width:118px;
  429. height:25px;
  430. background:url(/resource/images/sxsj/img/index_map_sx_bot.png) no-repeat left top;
  431. font:12px/25px "Microsoft YaHei";
  432. color:#fff;
  433. position:absolute;
  434. text-align:center;
  435. z-index:980;
  436. background-image: url(/resource/images/sxsj/img/index_map_sx_bot.png);
  437. }
  438. .index_bottom_fcbot_b
  439. {width:117px;
  440. height:25px;
  441. background:url(/resource/images/sxsj/img/index_map_sx_bot1.png) no-repeat left top;
  442. font:12px/25px "Microsoft YaHei";
  443. color:#fff;
  444. position:absolute;
  445. text-align:center;
  446. z-index:980;
  447. }
  448. .index_bottom_fcxl{
  449. width:146px;
  450. height:141px;
  451. position:absolute;
  452. z-index:991;
  453. }
  454. .index_bottom_fcxl_top, .index_bottom_fcxl_bottom1, .index_bottom_fcxl_bottom2{
  455. width:146px;
  456. float:left;}
  457. .index_bottom_fcxl_top{
  458. height:6px;
  459. background:#0a50a0;
  460. }
  461. .index_bottom_fcxl_bottom1{
  462. height:27px;
  463. background:#d7eafd;
  464. }
  465. .index_bottom_fcxl_bottom2{
  466. height:27px;
  467. background:#fff;
  468. }
  469. .index_bottom_fcxl_left{
  470. width:56px;
  471. height:27px;
  472. text-align:center;
  473. font:12px/27px "Microsoft YaHei";
  474. color:#000;
  475. float:left;
  476. }
  477. .index_bottom_fcxl_center{
  478. width:50px;
  479. height:27px;
  480. text-align:right;
  481. font:12px/27px "Microsoft YaHei";
  482. color:#cc324b;float:left;
  483. padding-right:3px;
  484. }
  485. .index_bottom_fcxl_right{
  486. width:37px;
  487. height:27px;
  488. text-align:left;
  489. font:12px/27px "Microsoft YaHei";
  490. color:#888;float:left;
  491. }
  492. /* .index_bottom_cs
  493. {
  494. width: 753px;
  495. height: 706px;
  496. background: url(/resource/images/sxsj/img/index_map_sx_cs.png) no-repeat top left;
  497. position: absolute;
  498. top: 0px;
  499. left: 0px;
  500. } */
  501. .index_bottom_nmgzzq{
  502. width:753px;
  503. height:706px;
  504. position:absolute;
  505. top:0px;
  506. left:0px;
  507. background:url(/resource/images/sxsj/img/index_map_sx_nm.png) no-repeat top left ;
  508. }
  509. .index_bottom_sxs{
  510. width:753px;
  511. height:706px;
  512. position:absolute;
  513. top:0px;
  514. left:0px;
  515. background:url(/resource/images/sxsj/img/index_map_sx_sx.png) no-repeat top left ;
  516. }
  517. .index_bottom_fln{
  518. width:265px;
  519. height:289px;
  520. position:absolute;
  521. top:383px;
  522. left:314px;
  523. background:url(/resource/images/sxsj/img/index_map_ln.png) no-repeat top left ;
  524. }
  525. .index_bottom_fnm{
  526. width:461px;
  527. height:666px;
  528. position:absolute;
  529. top:0px;
  530. left:0x;
  531. background:url(/resource/images/sxsj/img/index_map_nm.png) no-repeat top left ;
  532. }
  533. .index_bottom_bot{width:114px;
  534. height:32px;background:url(/resource/images/sxsj/img/index_map_bot1.png) no-repeat left top;
  535. font:16px/32px "Microsoft YaHei";
  536. color:#fff;
  537. position:absolute;
  538. text-align:center;
  539. z-index:990;}
  540. .index_bottom_right{
  541. width:1141px;
  542. height:708px;
  543. float:left;
  544. }
  545. .index_bottom_right_box1, .index_bottom_right_box2{
  546. width:1141px;
  547. float:left;}
  548. .index_bottom_right_box1{
  549. height:78px;}
  550. .index_bottom_right_box2{
  551. height:208px;
  552. margin-top:2px;}
  553. .index_box2_left, .index_box1_left{
  554. font:bold 14px/18px "Microsoft YaHei";
  555. padding-left:7px;
  556. float:left;
  557. color:#fff;}
  558. .index_box2_left{
  559. width:20px;
  560. height:140px;
  561. background:url(/resource/images/sxsj/img/index_box_right_bg.jpg) no-repeat left top;
  562. padding-top:68px;}
  563. .index_box1_left{
  564. width:20px;
  565. height:75px;
  566. background:url(/resource/images/sxsj/img/index_box1_right_bg.jpg) no-repeat left top;
  567. padding-top:3px;}
  568. .index_box1_right{
  569. width:1113px;
  570. height:76px;
  571. border:1px solid #bec3c7;
  572. border-left:0px;
  573. float:left;
  574. }
  575. .index_box2_right2, .index_box2_right1, .index_box2_right{
  576. height:206px;
  577. border:1px solid #bec3c7;
  578. border-left:0px;
  579. float:left;
  580. }
  581. .index_box2_right2{
  582. width:1113px;
  583. }
  584. .index_box2_right1{
  585. width:542px;
  586. }
  587. .index_box2_right{
  588. width:541px;
  589. margin-right:2px;
  590. }
  591. .index_top_center2{
  592. width:171px;
  593. float:left;
  594. }
  595. .index_top_center_top2{
  596. padding-left:6px;
  597. width:165px;
  598. height:23px;
  599. color:#000;
  600. float:left;
  601. font-family: "Microsoft Yahei";
  602. font-size: 14px;
  603. line-height: 23px;
  604. font-weight: bold;
  605. }
  606. .index_top_center_center2{
  607. text-align:center;
  608. width:171px;
  609. height:30px;
  610. font:30px/30px fontNameRegular;
  611. float:left;
  612. }
  613. .index_top_center_bottom2{
  614. text-align:center;
  615. float:right;
  616. width:31px;
  617. height:23px;
  618. font:14px/23px "Microsoft Yahei";
  619. color:#5d5d5d;
  620. float:right;}
  621. .index_right_top_right{
  622. width:156px;
  623. height:76px;
  624. border-left:1px solid #bec3c7;
  625. float:left;
  626. }
  627. .index_right_top_right_left1, .index_right_top_right_left2, .index_right_top_right_left3, .index_right_top_right_left4, .index_right_top_right_left5, .index_right_top_right_left6{
  628. width:52px;
  629. height:76px;
  630. float:left;}
  631. .index_right_top_right_left1{
  632. background:url(/resource/images/sxsj/img/index_right_top_right_left_blue.jpg) no-repeat left top;}
  633. .index_right_top_right_left2{
  634. background:url(/resource/images/sxsj/img/index_right_top_right_left_green.jpg) no-repeat left top;}
  635. .index_right_top_right_left3{
  636. background:url(/resource/images/sxsj/img/index_right_top_right_left_red.jpg) no-repeat left top;}
  637. .index_right_top_right_left4{
  638. background:url(/resource/images/sxsj/img/index_right_top_right_left_orange.jpg) no-repeat left top;}
  639. .index_right_top_right_left5{
  640. background:url(/resource/images/sxsj/img/index_right_top_right_left_pink.jpg) no-repeat left top;}
  641. .index_right_top_right_left6{
  642. background:url(/resource/images/sxsj/img/index_right_top_right_left_black.jpg) no-repeat left top;}
  643. .index_right_center2{
  644. width:104px;
  645. float:left;
  646. }
  647. .index_right_center_top2{
  648. padding-left:6px;
  649. width:98px;
  650. height:23px;
  651. color:#000;
  652. float:left;
  653. font-family: "Microsoft Yahei";
  654. font-size: 14px;
  655. line-height: 23px;
  656. font-weight: bold;
  657. }
  658. .index_right_center_center2{
  659. text-align:center;
  660. width:104px;
  661. height:30px;
  662. font:30px/30px fontNameRegular;
  663. float:left;
  664. }
  665. .index_right_center_bottom2{
  666. text-align:center;
  667. float:right;
  668. width:31px;
  669. height:23px;
  670. font:14px/23px "Microsoft Yahei";
  671. color:#5d5d5d;}
  672. .page_bottom{
  673. width:1896px;
  674. height:706px;
  675. margin-left:1px;
  676. margin-top:2px;
  677. float:left;
  678. border:1px solid #bec3c7;
  679. position:relative;}
  680. #left_menu{
  681. height:600px;
  682. width:37px;
  683. top:0px;
  684. left:0px;
  685. z-index:992;
  686. position:absolute;
  687. }
  688. a.left_menu_over
  689. {display:block;
  690. widht:37px;
  691. height:100px;
  692. background:url(/resource/images/sxsj/img/left_menu_over.png) no-repeat left top;
  693. }
  694. a.left_menu_over li
  695. { font:bold 14px/20px "Microsoft Yahei";
  696. margin-left:7px;
  697. color:#545454;
  698. width:12px;
  699. padding-top:8px;
  700. }
  701. a.left_menu_out
  702. {display:block;
  703. widht:30px;
  704. height:100px;
  705. background:url(/resource/images/sxsj/img/left_menu_out.png) no-repeat left top;
  706. }
  707. a.left_menu_out li
  708. { font:14px/20px "Microsoft Yahei";
  709. margin-left:7px;
  710. color:#7c7c7c;
  711. padding-top:8px;
  712. width:12px;
  713. }
  714. .syz_bg{
  715. width:1880px;
  716. height:699px;
  717. z-index:110; top:0px;
  718. left:0px;position:absolute;
  719. }
  720. /* CSS Document */
  721. body {
  722. background-color: #fff;
  723. font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  724. margin: 0px; padding:0px;
  725. }
  726. @font-face {
  727. font-family: 'fontNameRegular';
  728. src: url('../fonts/DS-DIGIT-webfont.eot');
  729. src: local('../fonts/DS-DIGIT-webfont Regular'),
  730. local('../fonts/DS-DIGIT-webfont'),
  731. url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
  732. url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
  733. url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
  734. font-size: 20px;
  735. font-weight: bolder;
  736. }
  737. a:link {
  738. color: #fff;
  739. text-decoration: none;
  740. }
  741. a:visited {
  742. text-decoration: none;
  743. color: #fff;
  744. }
  745. a:hover {
  746. text-decoration: none;
  747. color: #ffefc0;
  748. }
  749. a:active {
  750. text-decoration: none;
  751. color: #ffefc0;
  752. }
  753. li{
  754. list-style:none;
  755. }
  756. .l{float:left;}
  757. .r{float:right;}
  758. .page_cz_fangshan_left{ width:753px;
  759. height:706px;
  760. border:1px solid #bec3c7;
  761. margin-right:2px;
  762. float:left;
  763. background:url(/resource/images/sxsj/img/page_cz_sx_fangshan.png) no-repeat left top;
  764. position: relative;}
  765. .page_cz_fangshan_top{
  766. width:342px;
  767. height:34px;
  768. position:absolute;
  769. top:0px;
  770. right:0px;}
  771. a.page_cz_fangshan_over{
  772. width:114px;
  773. height:34px;
  774. text-align:center;
  775. color:#7c7c7c;
  776. font:14px/30px "Microsoft YaHei";
  777. background:url(/resource/images/sxsj/img/page_cz_over.png) no-repeat left top;}
  778. a.page_cz_fangshan_out{
  779. width:114px;
  780. height:34px;
  781. text-align:center;
  782. color:#7c7c7c;
  783. font:14px/30px "Microsoft YaHei";
  784. background:url(/resource/images/sxsj/img/page_cz_out.png) no-repeat left top;}
  785. a.page_cz_fangshan_name{
  786. width:136px;
  787. height:64px;
  788. background:url(/resource/images/sxsj/img/page_cz_name.png) no-repeat left top;
  789. text-align:center;
  790. font:bold 16px/40px "Microsoft YaHei";
  791. color:#238c00;
  792. position:absolute;}
  793. .page_cz_fangshan_no1{
  794. top: 340px;
  795. left: 419px;
  796. }
  797. .page_cz_fangshan_no2{
  798. top: 97px;
  799. left: 144px;
  800. }
  801. a.page_cz_fangshan_lineleft{
  802. width:110px;
  803. height:30px;
  804. position:absolute;
  805. text-align:center;
  806. font:12px/30px "Microsoft YaHei";
  807. color:#3e3e3e;
  808. background:url(/resource/images/sxsj/img/page_cz_lineleft.png) no-repeat left top;}
  809. a.page_cz_fangshan_lineright{
  810. width:110px;
  811. height:30px;
  812. position:absolute;
  813. text-align:center;
  814. font:12px/30px "Microsoft YaHei";
  815. color:#3e3e3e;
  816. background:url(/resource/images/sxsj/img/page_cz_lineright.png) no-repeat left top;}
  817. .page_cz_fangshan_line1{
  818. top: 503px;
  819. left: 208px;
  820. }
  821. .page_cz_fangshan_line2{
  822. top: 73px;
  823. left: 520px;
  824. }
  825. .page_cz_fangshan_line3{
  826. top: 623px;
  827. left: 612px;
  828. }
  829. .page_cz_fangshan_line4{
  830. top: 464px;
  831. left: 609px;
  832. }
  833. .page_cz_fangshan_line5{
  834. top: 181px;
  835. left: 417px;
  836. }
  837. .page_cz_fangshan_line6{
  838. top: 73px;
  839. left: 520px;
  840. }
  841. /* CSS Document */
  842. body {
  843. background-color: #fff;
  844. font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  845. margin: 0px; padding:0px;
  846. }
  847. @font-face {
  848. font-family: 'fontNameRegular';
  849. src: url('../fonts/DS-DIGIT-webfont.eot');
  850. src: local('../fonts/DS-DIGIT-webfont Regular'),
  851. local('../fonts/DS-DIGIT-webfont'),
  852. url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
  853. url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
  854. url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
  855. font-size: 20px;
  856. font-weight: bolder;
  857. }
  858. a:link {
  859. color: #fff;
  860. text-decoration: none;
  861. }
  862. a:visited {
  863. text-decoration: none;
  864. color: #fff;
  865. }
  866. a:hover {
  867. text-decoration: none;
  868. color: #ffefc0;
  869. }
  870. a:active {
  871. text-decoration: none;
  872. color: #ffefc0;
  873. }
  874. li{
  875. list-style:none;
  876. }
  877. .l{float:left;}
  878. .r{float:right;}
  879. .page_cz_fengyue_left{ width:753px;
  880. height:706px;
  881. border:1px solid #bec3c7;
  882. margin-right:2px;
  883. float:left;
  884. background:url(/resource/images/sxsj/img/page_cz_sx_fengyue.png) no-repeat left top;
  885. position: relative;}
  886. .page_cz_fengyue_top{
  887. width:342px;
  888. height:34px;
  889. position:absolute;
  890. top:0px;
  891. right:0px;}
  892. a.page_cz_fengyue_over{
  893. width:114px;
  894. height:34px;
  895. text-align:center;
  896. color:#7c7c7c;
  897. font:14px/30px "Microsoft YaHei";
  898. background:url(/resource/images/sxsj/img/page_cz_over.png) no-repeat left top;}
  899. a.page_cz_fengyue_out{
  900. width:114px;
  901. height:34px;
  902. text-align:center;
  903. color:#7c7c7c;
  904. font:14px/30px "Microsoft YaHei";
  905. background:url(/resource/images/sxsj/img/page_cz_out.png) no-repeat left top;}
  906. a.page_cz_fengyue_name{
  907. width:136px;
  908. height:64px;
  909. background:url(/resource/images/sxsj/img/page_cz_name.png) no-repeat left top;
  910. text-align:center;
  911. font:bold 16px/40px "Microsoft YaHei";
  912. color:#238c00;
  913. position:absolute;}
  914. .page_cz_fengyue_no1{
  915. top: 103px;
  916. left: 260px;
  917. }
  918. .page_cz_fengyue_no2{
  919. top: 453px;
  920. left: 410px;
  921. }
  922. a.page_cz_fengyue_lineleft{
  923. width:110px;
  924. height:30px;
  925. position:absolute;
  926. text-align:center;
  927. font:12px/30px "Microsoft YaHei";
  928. color:#3e3e3e;
  929. background:url(/resource/images/sxsj/img/page_cz_lineleft.png) no-repeat left top;}
  930. a.page_cz_fengyue_lineright{
  931. width:110px;
  932. height:30px;
  933. position:absolute;
  934. text-align:center;
  935. font:12px/30px "Microsoft YaHei";
  936. color:#3e3e3e;
  937. background:url(/resource/images/sxsj/img/page_cz_lineright.png) no-repeat left top;}
  938. .page_cz_fengyue_line1{
  939. top: 244px;
  940. left: 636px;
  941. }
  942. .page_cz_fengyue_line2{
  943. top: 66px;
  944. left: 405px;
  945. }
  946. .page_cz_fengyue_line3{
  947. top: 272px;
  948. left: 531px;
  949. }
  950. .page_cz_fengyue_line4{
  951. top: 597px;
  952. left: 405px;
  953. }
  954. .page_cz_fengyue_line5{
  955. top: 540px;
  956. left: 457px;
  957. }
  958. .page_cz_fengyue_line6{
  959. top: 501px;
  960. left: 23px;
  961. top: 393px;
  962. left: 514px;
  963. }
  964. .page_cz_fengyue_line7{
  965. top: 306px;
  966. left: 31px;
  967. }
  968. /* CSS Document */
  969. body {
  970. background-color: #fff;
  971. font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  972. margin: 0px; padding:0px;
  973. }
  974. @font-face {
  975. font-family: 'fontNameRegular';
  976. src: url('../fonts/DS-DIGIT-webfont.eot');
  977. src: local('../fonts/DS-DIGIT-webfont Regular'),
  978. local('../fonts/DS-DIGIT-webfont'),
  979. url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
  980. url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
  981. url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
  982. font-size: 20px;
  983. font-weight: bolder;
  984. }
  985. a:link {
  986. color: #fff;
  987. text-decoration: none;
  988. }
  989. a:visited {
  990. text-decoration: none;
  991. color: #fff;
  992. }
  993. a:hover {
  994. text-decoration: none;
  995. color: #ffefc0;
  996. }
  997. a:active {
  998. text-decoration: none;
  999. color: #ffefc0;
  1000. }
  1001. li{
  1002. list-style:none;
  1003. }
  1004. .l{float:left;}
  1005. .r{float:right;}
  1006. .page_cz_gaojiabao_left{ width:753px;
  1007. height:706px;
  1008. border:1px solid #bec3c7;
  1009. margin-right:2px;
  1010. float:left;
  1011. background:url(/resource/images/sxsj/img/page_cz_sx_gaojiabao.png) no-repeat left top;
  1012. position: relative;}
  1013. .page_cz_gaojiabao_top{
  1014. width:571px;
  1015. height:34px;
  1016. position:absolute;
  1017. top:0px;
  1018. right:0px;}
  1019. a.page_cz_gaojiabao_over{
  1020. width:114px;
  1021. height:34px;
  1022. text-align:center;
  1023. color:#7c7c7c;
  1024. font:14px/30px "Microsoft YaHei";
  1025. background:url(/resource/images/sxsj/img/page_cz_over.png) no-repeat left top;}
  1026. a.page_cz_gaojiabao_out{
  1027. width:114px;
  1028. height:34px;
  1029. text-align:center;
  1030. color:#7c7c7c;
  1031. font:14px/30px "Microsoft YaHei";
  1032. background:url(/resource/images/sxsj/img/page_cz_out.png) no-repeat left top;}
  1033. a.page_cz_gaojiabao_name{
  1034. width:136px;
  1035. height:64px;
  1036. background:url(/resource/images/sxsj/img/page_cz_name.png) no-repeat left top;
  1037. text-align:center;
  1038. font:bold 16px/40px "Microsoft YaHei";
  1039. color:#238c00;
  1040. position:absolute;}
  1041. .page_cz_gaojiabao_no1{
  1042. top: 308px;
  1043. left: 3px;
  1044. }
  1045. .page_cz_gaojiabao_no2{
  1046. top: 618px;
  1047. left: 198px;
  1048. }
  1049. .page_cz_gaojiabao_no3{
  1050. top: 125px;
  1051. left: 321px;
  1052. }
  1053. .page_cz_gaojiabao_no4{
  1054. top: 204px;
  1055. left: 594px;
  1056. }
  1057. a.page_cz_gaojiabao_lineleft{
  1058. width:110px;
  1059. height:30px;
  1060. position:absolute;
  1061. text-align:center;
  1062. font:12px/30px "Microsoft YaHei";
  1063. color:#3e3e3e;
  1064. background:url(/resource/images/sxsj/img/page_cz_lineleft.png) no-repeat left top;}
  1065. a.page_cz_gaojiabao_lineright{
  1066. width:110px;
  1067. height:30px;
  1068. position:absolute;
  1069. text-align:center;
  1070. font:12px/30px "Microsoft YaHei";
  1071. color:#3e3e3e;
  1072. background:url(/resource/images/sxsj/img/page_cz_lineright.png) no-repeat left top;}
  1073. .page_cz_gaojiabao_line1{
  1074. top: 373px;
  1075. left: 22px;
  1076. }
  1077. .page_cz_gaojiabao_line2{
  1078. top: 448px;
  1079. left: 28px;
  1080. }
  1081. .page_cz_gaojiabao_line3{
  1082. top: 349px;
  1083. left: 637px;
  1084. }
  1085. .page_cz_gaojiabao_line4{
  1086. top: 627px;
  1087. left: 585px;
  1088. }
  1089. .page_cz_gaojiabao_line5{
  1090. top: 669px;
  1091. left: 466px;
  1092. }
  1093. .page_cz_gaojiabao_line6{
  1094. top: 501px;
  1095. left: 23px;
  1096. top: 539px;
  1097. left: 125px;
  1098. }
  1099. .page_cz_gaojiabao_line7{
  1100. top: 40px;
  1101. left: 205px;
  1102. }
  1103. .page_cz_gaojiabao_line8{
  1104. top: 51px;
  1105. left: 393px;
  1106. }
  1107. .page_cz_gaojiabao_line9{
  1108. top: 79px;
  1109. left: 520px;
  1110. }
  1111. .page_cz_gaojiabao_line10{
  1112. top: 578px;
  1113. left: 635px;
  1114. }
  1115. .page_cz_gaojiabao_line11{
  1116. top: 167px;
  1117. left: 4px;
  1118. }
  1119. .page_cz_gaojiabao_line12{
  1120. top: 57px;
  1121. left: 30px;
  1122. }
  1123. /* CSS Document */
  1124. body {
  1125. background-color: #fff;
  1126. font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  1127. margin: 0px; padding:0px;
  1128. }
  1129. @font-face {
  1130. font-family: 'fontNameRegular';
  1131. src: url('../fonts/DS-DIGIT-webfont.eot');
  1132. src: local('../fonts/DS-DIGIT-webfont Regular'),
  1133. local('../fonts/DS-DIGIT-webfont'),
  1134. url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
  1135. url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
  1136. url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
  1137. font-size: 20px;
  1138. font-weight: bolder;
  1139. }
  1140. a:link {
  1141. color: #fff;
  1142. text-decoration: none;
  1143. }
  1144. a:visited {
  1145. text-decoration: none;
  1146. color: #fff;
  1147. }
  1148. a:hover {
  1149. text-decoration: none;
  1150. color: #ffefc0;
  1151. }
  1152. a:active {
  1153. text-decoration: none;
  1154. color: #ffefc0;
  1155. }
  1156. li{
  1157. list-style:none;
  1158. }
  1159. .l{float:left;}
  1160. .r{float:right;}
  1161. .page_cz_hutoushan_left{ width:753px;
  1162. height:706px;
  1163. border:1px solid #bec3c7;
  1164. margin-right:2px;
  1165. float:left;
  1166. background:url(/resource/images/sxsj/img/page_cz_sx_hutoushan.png) no-repeat left top;
  1167. position: relative;}
  1168. .page_cz_hutoushan_top{
  1169. width:457px;
  1170. height:34px;
  1171. position:absolute;
  1172. top:0px;
  1173. right:0px;}
  1174. a.page_cz_hutoushan_over{
  1175. width:114px;
  1176. height:34px;
  1177. text-align:center;
  1178. color:#7c7c7c;
  1179. font:14px/30px "Microsoft YaHei";
  1180. background:url(/resource/images/sxsj/img/page_cz_over.png) no-repeat left top;}
  1181. a.page_cz_hutoushan_out{
  1182. width:114px;
  1183. height:34px;
  1184. text-align:center;
  1185. color:#7c7c7c;
  1186. font:14px/30px "Microsoft YaHei";
  1187. background:url(/resource/images/sxsj/img/page_cz_out.png) no-repeat left top;}
  1188. a.page_cz_hutoushan_name{
  1189. width:136px;
  1190. height:64px;
  1191. background:url(/resource/images/sxsj/img/page_cz_name.png) no-repeat left top;
  1192. text-align:center;
  1193. font:bold 16px/40px "Microsoft YaHei";
  1194. color:#238c00;
  1195. position:absolute;}
  1196. .page_cz_hutoushan_no1{
  1197. top: 300px;
  1198. left: -1px;
  1199. }
  1200. .page_cz_hutoushan_no2{
  1201. top: 633px;
  1202. left: 611px;
  1203. }
  1204. .page_cz_hutoushan_no3{
  1205. top: 89px;
  1206. left: 426px;
  1207. }
  1208. a.page_cz_hutoushan_lineleft{
  1209. width:110px;
  1210. height:30px;
  1211. position:absolute;
  1212. text-align:center;
  1213. font:12px/30px "Microsoft YaHei";
  1214. color:#3e3e3e;
  1215. background:url(/resource/images/sxsj/img/page_cz_lineleft.png) no-repeat left top;}
  1216. a.page_cz_hutoushan_lineright{
  1217. width:110px;
  1218. height:30px;
  1219. position:absolute;
  1220. text-align:center;
  1221. font:12px/30px "Microsoft YaHei";
  1222. color:#3e3e3e;
  1223. background:url(/resource/images/sxsj/img/page_cz_lineright.png) no-repeat left top;}
  1224. .page_cz_hutoushan_line1{
  1225. top: 375px;
  1226. left: 9px;
  1227. }
  1228. .page_cz_hutoushan_line2{
  1229. top: 427px;
  1230. left: 91px;
  1231. }
  1232. .page_cz_hutoushan_line3{
  1233. top: 474px;
  1234. left: 170px;
  1235. }
  1236. .page_cz_hutoushan_line4{
  1237. top: 327px;
  1238. left: 638px;
  1239. }
  1240. .page_cz_hutoushan_line5{
  1241. top: 616px;
  1242. left: 253px;
  1243. }
  1244. .page_cz_hutoushan_line6{
  1245. top: 230px;
  1246. left: 505px;
  1247. }
  1248. .page_cz_hutoushan_line7{
  1249. top: 176px;
  1250. left: 506px;
  1251. }
  1252. .page_cz_hutoushan_line8{
  1253. top: 47px;
  1254. left: 468px;
  1255. }
  1256. .page_cz_hutoushan_line9{
  1257. top: 48px;
  1258. left: 161px;
  1259. }
  1260. .page_cz_hutoushan_line10{
  1261. top: 12px;
  1262. left: 103px;
  1263. }
  1264. /* CSS Document */
  1265. body {
  1266. background-color: #fff;
  1267. font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  1268. margin: 0px; padding:0px;
  1269. }
  1270. @font-face {
  1271. font-family: 'fontNameRegular';
  1272. src: url('../fonts/DS-DIGIT-webfont.eot');
  1273. src: local('../fonts/DS-DIGIT-webfont Regular'),
  1274. local('../fonts/DS-DIGIT-webfont'),
  1275. url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
  1276. url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
  1277. url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
  1278. font-size: 20px;
  1279. font-weight: bolder;
  1280. }
  1281. a:link {
  1282. color: #fff;
  1283. text-decoration: none;
  1284. }
  1285. a:visited {
  1286. text-decoration: none;
  1287. color: #fff;
  1288. }
  1289. a:hover {
  1290. text-decoration: none;
  1291. color: #ffefc0;
  1292. }
  1293. a:active {
  1294. text-decoration: none;
  1295. color: #ffefc0;
  1296. }
  1297. li{
  1298. list-style:none;
  1299. }
  1300. .l{float:left;}
  1301. .r{float:right;}
  1302. .page_cz_jinfeng_left{ width:753px;
  1303. height:706px;
  1304. border:1px solid #bec3c7;
  1305. margin-right:2px;
  1306. float:left;
  1307. background:url(/resource/images/sxsj/img/page_cz_sx_jinfeng.png) no-repeat left top;
  1308. position: relative;}
  1309. .page_cz_jinfeng_top{
  1310. width:115px;
  1311. height:34px;
  1312. position:absolute;
  1313. top:0px;
  1314. right:0px;}
  1315. a.page_cz_jinfeng_over{
  1316. width:114px;
  1317. height:34px;
  1318. text-align:center;
  1319. color:#7c7c7c;
  1320. font:14px/30px "Microsoft YaHei";
  1321. background:url(/resource/images/sxsj/img/page_cz_over.png) no-repeat left top;}
  1322. a.page_cz_jinfeng_out{
  1323. width:114px;
  1324. height:34px;
  1325. text-align:center;
  1326. color:#7c7c7c;
  1327. font:14px/30px "Microsoft YaHei";
  1328. background:url(/resource/images/sxsj/img/page_cz_out.png) no-repeat left top;}
  1329. a.page_cz_jinfeng_name{
  1330. width:136px;
  1331. height:64px;
  1332. background:url(/resource/images/sxsj/img/page_cz_name.png) no-repeat left top;
  1333. text-align:center;
  1334. font:bold 16px/40px "Microsoft YaHei";
  1335. color:#238c00;
  1336. position:absolute;}
  1337. .page_cz_jinfeng_no1{
  1338. top: 154px;
  1339. left: 135px;
  1340. }
  1341. .page_cz_jinfeng_no2{
  1342. top: 407px;
  1343. left: 576px;
  1344. }
  1345. a.page_cz_jinfeng_lineleft{
  1346. width:110px;
  1347. height:30px;
  1348. position:absolute;
  1349. text-align:center;
  1350. font:12px/30px "Microsoft YaHei";
  1351. color:#3e3e3e;
  1352. background:url(/resource/images/sxsj/img/page_cz_lineleft.png) no-repeat left top;}
  1353. a.page_cz_jinfeng_lineright{
  1354. width:110px;
  1355. height:30px;
  1356. position:absolute;
  1357. text-align:center;
  1358. font:12px/30px "Microsoft YaHei";
  1359. color:#3e3e3e;
  1360. background:url(/resource/images/sxsj/img/page_cz_lineright.png) no-repeat left top;}
  1361. .page_cz_jinfeng_line1{
  1362. top: 205px;
  1363. left: 474px;
  1364. }
  1365. .page_cz_jinfeng_line2{
  1366. top: 383px;
  1367. left: 600px;
  1368. }
  1369. /* CSS Document */
  1370. body {
  1371. background-color: #fff;
  1372. font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  1373. margin: 0px; padding:0px;
  1374. }
  1375. @font-face {
  1376. font-family: 'fontNameRegular';
  1377. src: url('../fonts/DS-DIGIT-webfont.eot');
  1378. src: local('../fonts/DS-DIGIT-webfont Regular'),
  1379. local('../fonts/DS-DIGIT-webfont'),
  1380. url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
  1381. url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
  1382. url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
  1383. font-size: 20px;
  1384. font-weight: bolder;
  1385. }
  1386. a:link {
  1387. color: #fff;
  1388. text-decoration: none;
  1389. }
  1390. a:visited {
  1391. text-decoration: none;
  1392. color: #fff;
  1393. }
  1394. a:hover {
  1395. text-decoration: none;
  1396. color: #ffefc0;
  1397. }
  1398. a:active {
  1399. text-decoration: none;
  1400. color: #ffefc0;
  1401. }
  1402. li{
  1403. list-style:none;
  1404. }
  1405. .l{float:left;}
  1406. .r{float:right;}
  1407. .page_cz_woniushan_left{ width:753px;
  1408. height:706px;
  1409. border:1px solid #bec3c7;
  1410. margin-right:2px;
  1411. float:left;
  1412. background:url(/resource/images/sxsj/img/page_cz_sx_woniushan.png) no-repeat left top;
  1413. position: relative;}
  1414. .page_cz_woniushan_top{
  1415. width:456px;
  1416. height:34px;
  1417. position:absolute;
  1418. top:0px;
  1419. right:0px;}
  1420. a.page_cz_woniushan_over{
  1421. width:114px;
  1422. height:34px;
  1423. text-align:center;
  1424. color:#7c7c7c;
  1425. font:14px/30px "Microsoft YaHei";
  1426. background:url(/resource/images/sxsj/img/page_cz_over.png) no-repeat left top;}
  1427. a.page_cz_woniushan_out{
  1428. width:114px;
  1429. height:34px;
  1430. text-align:center;
  1431. color:#7c7c7c;
  1432. font:14px/30px "Microsoft YaHei";
  1433. background:url(/resource/images/sxsj/img/page_cz_out.png) no-repeat left top;}
  1434. a.page_cz_woniushan_name{
  1435. width:136px;
  1436. height:64px;
  1437. background:url(/resource/images/sxsj/img/page_cz_name.png) no-repeat left top;
  1438. text-align:center;
  1439. font:bold 16px/40px "Microsoft YaHei";
  1440. color:#238c00;
  1441. position:absolute;}
  1442. .page_cz_woniushan_no1{
  1443. top: 43px;
  1444. left: 137px;
  1445. }
  1446. .page_cz_woniushan_no2{
  1447. top: 605px;
  1448. left: 552px;
  1449. }
  1450. .page_cz_woniushan_no3{
  1451. top: 138px;
  1452. left: 368px;
  1453. }
  1454. a.page_cz_woniushan_lineleft{
  1455. width:110px;
  1456. height:30px;
  1457. position:absolute;
  1458. text-align:center;
  1459. font:12px/30px "Microsoft YaHei";
  1460. color:#3e3e3e;
  1461. background:url(/resource/images/sxsj/img/page_cz_lineleft.png) no-repeat left top;}
  1462. a.page_cz_woniushan_lineright{
  1463. width:110px;
  1464. height:30px;
  1465. position:absolute;
  1466. text-align:center;
  1467. font:12px/30px "Microsoft YaHei";
  1468. color:#3e3e3e;
  1469. background:url(/resource/images/sxsj/img/page_cz_lineright.png) no-repeat left top;}
  1470. .page_cz_woniushan_line1{
  1471. top: 56px;
  1472. left: 11px;
  1473. }
  1474. .page_cz_woniushan_line2{
  1475. top: 56px;
  1476. left: 288px;
  1477. }
  1478. .page_cz_woniushan_line3{
  1479. top: 93px;
  1480. left: 332px;
  1481. }
  1482. .page_cz_woniushan_line4{
  1483. top: 628px;
  1484. left: 224px;
  1485. }
  1486. .page_cz_woniushan_line5{
  1487. top: 542px;
  1488. left: 160px;
  1489. }
  1490. .page_cz_woniushan_line6{
  1491. top: 501px;
  1492. left: 23px;
  1493. top: 227px;
  1494. left: 617px;
  1495. }
  1496. .page_cz_woniushan_line7{
  1497. top: 383px;
  1498. left: 14px;
  1499. }
  1500. .page_cz_woniushan_line8{
  1501. top: 164px;
  1502. left: 508px;
  1503. }
  1504. .page_cz_woniushan_line9{
  1505. top: 464px;
  1506. left: 109px;
  1507. }
  1508. .index_bottom a:link{
  1509. text-decoration: none;
  1510. color: #000;
  1511. }
  1512. .index_bottom a:visited {
  1513. text-decoration: none;
  1514. color: #000;
  1515. }
  1516. #sxgsdt a{
  1517. color: #fff;
  1518. }