index.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  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. color: #fff;
  20. text-decoration: none;
  21. }
  22. a:visited {
  23. text-decoration: none;
  24. color: #fff;
  25. }
  26. a:hover {
  27. text-decoration: none;
  28. color: #ffefc0;
  29. }
  30. a:active {
  31. text-decoration: none;
  32. color: #ffefc0;
  33. }
  34. li{
  35. list-style:none;
  36. }
  37. .all{
  38. background: #fff;
  39. float: left;
  40. height: 864px;
  41. width: 1899px;
  42. }
  43. .all_top0{
  44. background: #fff;
  45. float: left;
  46. height: 83px;
  47. width: 1899px;
  48. }
  49. .all_top0_01{
  50. background: #fff;
  51. float: left;
  52. height: 52px;
  53. width: 1899px;
  54. }
  55. .all_top0_02{
  56. float: left;
  57. height: 31px;
  58. width: 1899px;
  59. background-color: #fff;
  60. background-image: url(../img/top02.png);
  61. background-repeat: repeat-x;
  62. background-position: left top;
  63. }
  64. .all_top0_02list{
  65. float: left;
  66. height: 31px;
  67. width: 113px;
  68. }
  69. .all_top0_02list0{
  70. float: left;
  71. height: 31px;
  72. width: 109px;
  73. }
  74. .index_menu{
  75. height:33px;
  76. float:left;
  77. }
  78. #tab1,#tab2{width:1899px;height:33px;border-bottom:0;float:left;}
  79. #tab1 ul,#tab2 ul{margin:0;padding:0; float:left;}
  80. #tab1 li,#tab2 li{
  81. float:left;
  82. padding:0;
  83. height:27px;
  84. width:101px;
  85. text-align:center;
  86. cursor:pointer;
  87. margin-left: 7px;
  88. margin-top:3px;
  89. color:#000 ;
  90. text-decoration: none;
  91. background:url(../img/bot_out.jpg) no-repeat left top;
  92. font:12px/27px "Microsoft Yahei";
  93. }
  94. #tab1 li.now,#tab2 li.now{
  95. color:#fff;
  96. font-weight:bold;
  97. height: 27px;
  98. width: 101px;
  99. margin-left: 7px;
  100. margin-top:3px;
  101. text-decoration: none;
  102. background:url(../img/bot_over.jpg) no-repeat left top;
  103. font:12px/27px "Microsoft Yahei";
  104. }
  105. #tab1 a:link{
  106. color:#000;
  107. font:12px/27px "Microsoft Yahei";
  108. }
  109. #tab1 a:visited{
  110. color:#000;
  111. font:12px/27px "Microsoft Yahei";
  112. }
  113. #tab1 a:hover{
  114. color:#fff;
  115. font:12px/27px "Microsoft Yahei";
  116. }
  117. #tab1 a:active{
  118. color:#fff;
  119. font:12px/27px "Microsoft Yahei";
  120. }
  121. .index_top{
  122. width:1898px;
  123. height:121px;
  124. float:left;
  125. margin-left:1px;
  126. }
  127. .page_top1{ width:1326px;
  128. height:121px;
  129. float:left;
  130. margin-left:1px;}
  131. .page_top2{ width:570px;
  132. height:121px;
  133. float:left;
  134. padding-left:2px;}
  135. .index_top_left{
  136. width:21px;
  137. height:100px;
  138. float:left;
  139. background:url(../img/page_top_left.jpg) no-repeat left top;
  140. font:bold 14px/20px "Microsoft Yahei";
  141. color:#fff;
  142. padding-left:6px;
  143. padding-top:21px;
  144. }
  145. .page_top_left{
  146. width:21px;
  147. height:100px;
  148. float:left;
  149. background:url(../img/page_top_left1.jpg) no-repeat left top;
  150. font:bold 14px/20px "Microsoft Yahei";
  151. color:#fff;
  152. padding-left:6px;
  153. padding-top:21px;
  154. }
  155. .index_top_right{
  156. width:1871px;
  157. height:119px;
  158. border-top:1px solid #bec3c7;
  159. border-bottom:1px solid #bec3c7;
  160. float:left;}
  161. .page_top_right{
  162. width:1299px;
  163. height:119px;
  164. border-top:1px solid #bec3c7;
  165. border-bottom:1px solid #bec3c7;
  166. float:left;}
  167. .page_top_right1{
  168. width:542px;
  169. height:119px;
  170. border-top:1px solid #bec3c7;
  171. border-bottom:1px solid #bec3c7;
  172. border-right:1px solid #bec3c7;
  173. float:left;}
  174. .index_top_center{
  175. width:153px;
  176. margin-left:2px;
  177. float:left;
  178. }
  179. .index_top_center_top{
  180. padding-left:6px;
  181. width:147px;
  182. height:23px;
  183. background:#d5d3d6;
  184. font:12px/23px "Microsoft Yahei";
  185. }
  186. .page_top_center_top{
  187. text-align:center;
  188. width:153px;
  189. height:47px;
  190. background:#d5d3d6;
  191. font:bold 16px/47px "Microsoft Yahei";
  192. color:#fff;
  193. background:url(../img/page_top_center_top.jpg) no-repeat left top;
  194. }
  195. .page_top_center_top_a{
  196. padding-left:6px;
  197. width:147px;
  198. height:24px;
  199. background:#49c0d1;
  200. color:#fff;
  201. font:12px/24px "Microsoft Yahei";
  202. }
  203. .index_top_center_center{
  204. text-align:center;
  205. width:153px;
  206. height:65px;
  207. font:40px/65px fontNameRegular;
  208. }
  209. .page_top_center_center{
  210. text-align:right;
  211. width:105px;
  212. height:48px;
  213. font:40px/63px fontNameRegular;
  214. float:left;
  215. overflow:hidden;
  216. }
  217. .index_top_center_bottom{background:#ff6626;
  218. text-align:center;
  219. float:right;
  220. width:31px;
  221. height:31px;font:12px/31px "Microsoft Yahei";
  222. color:#fff;}
  223. .page_top_center_bottom{background:#ff6626;
  224. text-align:center;
  225. float:right;
  226. width:31px;
  227. height:31px;font:12px/31px "Microsoft Yahei";
  228. color:#fff;
  229. margin-top:17px;}
  230. .page_top_center2{
  231. width:130px;
  232. float:left;
  233. margin-right:1px;
  234. }
  235. .page_top_center_top2{
  236. padding-left:6px;
  237. width:124px;
  238. height:23px;
  239. font:14px/23px "Microsoft Yahei";
  240. color:#5d5d5d;
  241. }
  242. .page_top_center_center2{
  243. text-align:center;
  244. width:130px;
  245. height:65px;
  246. font:40px/65px fontNameRegular;
  247. }
  248. .page_top_center_bottom2{
  249. text-align:center;
  250. float:right;
  251. width:31px;
  252. height:31px;
  253. font:14px/31px "Microsoft Yahei";
  254. color:#5d5d5d;}
  255. .index_top_right_box{
  256. width:282px;
  257. height:119px;
  258. border-left:1px solid #bec3c7;
  259. border-right:1px solid #bec3c7;
  260. margin-left:2px;
  261. float:left;
  262. }
  263. .page_top_right_box{
  264. width:411px;
  265. height:119px;
  266. float:left;
  267. }
  268. .page_list{
  269. width:411px;
  270. height:59px;
  271. border-bottom:1px solid #bec3c7;
  272. float:left;}
  273. .page_list1{
  274. width:411px;
  275. height:59px;
  276. float:left;}
  277. .page_list_box{
  278. width:136px;
  279. height:59px;
  280. border-left:1px solid #bec3c7;
  281. float:left;
  282. }
  283. .page_list_box_left1{
  284. width:9px;
  285. height:59px;
  286. background:url(../img/page_list_box_left_blue.jpg) no-repeat left top;
  287. float:left; }
  288. .page_list_box_left2{
  289. width:9px;
  290. height:59px;
  291. background:url(../img/page_list_box_left_green.jpg) no-repeat left top;
  292. float:left; }
  293. .page_list_box_left3{
  294. width:9px;
  295. height:59px;
  296. background:url(../img/page_list_box_left_red.jpg) no-repeat left top;
  297. float:left; }
  298. .page_list_box_left4{
  299. width:9px;
  300. height:59px;
  301. background:url(../img/page_list_box_left_orange.jpg) no-repeat left top;
  302. float:left; }
  303. .page_list_box_left5{
  304. width:9px;
  305. height:59px;
  306. background:url(../img/page_list_box_left_pink.jpg) no-repeat left top;
  307. float:left; }
  308. .page_list_box_left6{
  309. width:9px;
  310. height:59px;
  311. background:url(../img/page_list_box_left_black.jpg) no-repeat left top;
  312. float:left; }
  313. .page_list_box_right{
  314. width:127px;
  315. height:59px;
  316. float:left;
  317. }
  318. .page_list_box_right_top{
  319. width:112px;
  320. height:26px;
  321. color:#000;
  322. padding-left:15px;
  323. float:left;
  324. font-family: "Microsoft Yahei";
  325. font-size: 14px;
  326. line-height: 26px;
  327. font-weight: bold;
  328. }
  329. .page_list_box_right_bottom1{
  330. width:79px;
  331. height:33px;
  332. font:20px/33px fontNameRegular;
  333. color:#000;
  334. padding-left:15px;
  335. float:left;
  336. }
  337. .page_list_box_right_bottom2{
  338. width:33px;
  339. height:33px;
  340. font:14px/33px "Microsoft Yahei";
  341. color:#5d5d5d;
  342. float:left;
  343. }
  344. .company_list{
  345. width:282px;
  346. height:23px;
  347. border-bottom:1px solid #bec3c7;
  348. float:left;}
  349. .company_list1{
  350. width:282px;
  351. height:23px;
  352. float:left;}
  353. .company_list_a{
  354. width:106px;
  355. border-right:1px solid #bec3c7;
  356. background:#f5f5f5;
  357. font:12px/23px "Microsoft Yahei";
  358. color:#000;
  359. padding-left:10px;
  360. float:left;
  361. }
  362. .company_list_b{
  363. width:94px;
  364. border-right:1px solid #bec3c7;
  365. font:18px/23px fontNameRegular;
  366. color:#000;
  367. text-align:center;
  368. float:left;
  369. }
  370. .company_list_c{
  371. width:50px;
  372. font:12px/23px "Microsoft Yahei";
  373. color:#93a5a5;
  374. padding-left:15px;
  375. float:left;
  376. }
  377. .index_bottom{
  378. width:1898px;
  379. height:708px;
  380. margin-left:1px;
  381. margin-top:1px;
  382. float:left;}
  383. .index_bottom_left{
  384. width:753px;
  385. height:706px;
  386. border:1px solid #bec3c7;
  387. margin-right:2px;
  388. float:left;
  389. background:url(../img/index_map_bg.png) no-repeat left top;
  390. position: relative;}
  391. .index_bottom_point{
  392. width:29px;
  393. height:29px;
  394. position:absolute;
  395. }
  396. .index_bottom_point_tianyuan{left:340px;top:287px;}
  397. .index_bottom_point_yongmao{left:378px;top:274px;}
  398. .index_bottom_point_wanfa{left:433px;top:274px;}
  399. .index_bottom_point_biaoshan{left:571px;top:162px;}
  400. .index_bottom_point_jiaoqu{left:624px;top:146px;}
  401. .index_bottom_point_qinglong{left:609px;top:187px;}
  402. .index_bottom_point_aolun{left:378px;top:403px;}
  403. .index_bottom_point_beizhen{left:391px;top:468px;}
  404. .index_bottom_point_diaobingshan{left:453px;top:415px;}
  405. .index_bottom_point_taizishan{left:487px;top:445px;}
  406. .index_bottom_point_fangshan{left:417px;top:449px;}
  407. .index_bottom_point_linghai{left:409px;top:506px;}
  408. .index_bottom_point_xingcheng{left:374px;top:531px;}
  409. .index_bottom_point_xibaqian{left:440px;top:518px;}
  410. .index_bottom_fcbot
  411. {width:67px;
  412. height:25px;
  413. background:url(../img/index_map_bot.png) no-repeat left top;
  414. font:12px/25px "Microsoft YaHei";
  415. color:#fff;
  416. position:absolute;
  417. text-align:center;
  418. z-index:980;
  419. }
  420. .index_bottom_fcxl{
  421. width:146px;
  422. height:141px;
  423. position:absolute;
  424. z-index:991;
  425. }
  426. .index_bottom_fcxl_top, .index_bottom_fcxl_bottom1, .index_bottom_fcxl_bottom2{
  427. width:146px;
  428. float:left;}
  429. .index_bottom_fcxl_top{
  430. height:6px;
  431. background:#0a50a0;
  432. }
  433. .index_bottom_fcxl_bottom1{
  434. height:27px;
  435. background:#d7eafd;
  436. }
  437. .index_bottom_fcxl_bottom2{
  438. height:27px;
  439. background:#fff;
  440. }
  441. .index_bottom_fcxl_left{
  442. width:56px;
  443. height:27px;
  444. text-align:center;
  445. font:12px/27px "Microsoft YaHei";
  446. color:#000;
  447. float:left;
  448. }
  449. .index_bottom_fcxl_center{
  450. width:50px;
  451. height:27px;
  452. text-align:right;
  453. font:12px/27px "Microsoft YaHei";
  454. color:#cc324b;float:left;
  455. padding-right:3px;
  456. }
  457. .index_bottom_fcxl_right{
  458. width:37px;
  459. height:27px;
  460. text-align:left;
  461. font:12px/27px "Microsoft YaHei";
  462. color:#888;float:left;
  463. }
  464. .index_bottom_cs
  465. {width:102px;
  466. height:246px;
  467. background:url(../img/index_map_cs.png) no-repeat top left ;
  468. position:absolute;
  469. top:222px;
  470. left:452px;
  471. }
  472. .index_bottom_fhlj{
  473. width:430px;
  474. height:349px;
  475. position:absolute;
  476. top:0px;
  477. left:301px;
  478. background:url(../img/index_map_hlj.png) no-repeat top left ;
  479. }
  480. .index_bottom_fjl{
  481. width:372px;
  482. height:275px;
  483. position:absolute;
  484. top:241px;
  485. left:350px;
  486. background:url(../img/index_map_jl.png) no-repeat top left ;
  487. }
  488. .index_bottom_fln{
  489. width:265px;
  490. height:289px;
  491. position:absolute;
  492. top:383px;
  493. left:314px;
  494. background:url(../img/index_map_ln.png) no-repeat top left ;
  495. }
  496. .index_bottom_fnm{
  497. width:461px;
  498. height:666px;
  499. position:absolute;
  500. top:0px;
  501. left:0x;
  502. background:url(../img/index_map_nm.png) no-repeat top left ;
  503. }
  504. .index_bottom_bot{width:114px;
  505. height:32px;background:url(../img/index_map_bot1.png) no-repeat left top;
  506. font:16px/32px "Microsoft YaHei";
  507. color:#fff;
  508. position:absolute;
  509. text-align:center;
  510. z-index:990;}
  511. .index_bottom_right{
  512. width:1141px;
  513. height:708px;
  514. float:left;
  515. }
  516. .index_bottom_right_box1, .index_bottom_right_box2{
  517. width:1141px;
  518. float:left;}
  519. .index_bottom_right_box1{
  520. height:78px;}
  521. .index_bottom_right_box2{
  522. height:208px;
  523. margin-top:2px;}
  524. .index_box2_left, .index_box1_left{
  525. font:bold 14px/18px "Microsoft YaHei";
  526. padding-left:7px;
  527. float:left;
  528. color:#fff;}
  529. .index_box2_left{
  530. width:20px;
  531. height:140px;
  532. background:url(../img/index_box_right_bg.jpg) no-repeat left top;
  533. padding-top:68px;}
  534. .index_box1_left{
  535. width:20px;
  536. height:75px;
  537. background:url(../img/index_box1_right_bg.jpg) no-repeat left top;
  538. padding-top:3px;}
  539. .index_box1_right{
  540. width:1113px;
  541. height:76px;
  542. border:1px solid #bec3c7;
  543. border-left:0px;
  544. float:left;
  545. }
  546. .index_box2_right2, .index_box2_right1, .index_box2_right{
  547. height:206px;
  548. border:1px solid #bec3c7;
  549. border-left:0px;
  550. float:left;
  551. }
  552. .index_box2_right2{
  553. width:1113px;
  554. }
  555. .index_box2_right1{
  556. width:542px;
  557. }
  558. .index_box2_right{
  559. width:541px;
  560. margin-right:2px;
  561. }
  562. .index_top_center2{
  563. width:171px;
  564. float:left;
  565. }
  566. .index_top_center_top2{
  567. padding-left:6px;
  568. width:165px;
  569. height:23px;
  570. font:14px/23px "Microsoft Yahei";
  571. color:#5d5d5d;
  572. float:left;
  573. }
  574. .index_top_center_center2{
  575. text-align:center;
  576. width:171px;
  577. height:30px;
  578. font:30px/30px fontNameRegular;
  579. float:left;
  580. }
  581. .index_top_center_bottom2{
  582. text-align:center;
  583. float:right;
  584. width:31px;
  585. height:23px;
  586. font:14px/23px "Microsoft Yahei";
  587. color:#5d5d5d;
  588. float:right;}
  589. .index_right_top_right{
  590. width:156px;
  591. height:76px;
  592. border-left:1px solid #bec3c7;
  593. float:left;
  594. }
  595. .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{
  596. width:52px;
  597. height:76px;
  598. float:left;}
  599. .index_right_top_right_left1{
  600. background:url(../img/index_right_top_right_left_blue.jpg) no-repeat left top;}
  601. .index_right_top_right_left2{
  602. background:url(../img/index_right_top_right_left_green.jpg) no-repeat left top;}
  603. .index_right_top_right_left3{
  604. background:url(../img/index_right_top_right_left_red.jpg) no-repeat left top;}
  605. .index_right_top_right_left4{
  606. background:url(../img/index_right_top_right_left_orange.jpg) no-repeat left top;}
  607. .index_right_top_right_left5{
  608. background:url(../img/index_right_top_right_left_pink.jpg) no-repeat left top;}
  609. .index_right_top_right_left6{
  610. background:url(../img/index_right_top_right_left_black.jpg) no-repeat left top;}
  611. .index_right_center2{
  612. width:104px;
  613. float:left;
  614. }
  615. .index_right_center_top2{
  616. padding-left:6px;
  617. width:98px;
  618. height:23px;
  619. font:14px/23px "Microsoft Yahei";
  620. color:#5d5d5d;
  621. float:left;
  622. }
  623. .index_right_center_center2{
  624. text-align:center;
  625. width:104px;
  626. height:30px;
  627. font:30px/30px fontNameRegular;
  628. float:left;
  629. }
  630. .index_right_center_bottom2{
  631. text-align:center;
  632. float:right;
  633. width:31px;
  634. height:23px;
  635. font:14px/23px "Microsoft Yahei";
  636. color:#5d5d5d;}
  637. .page_bottom{
  638. width:1896px;
  639. height:706px;
  640. margin-left:1px;
  641. margin-top:2px;
  642. float:left;
  643. border:1px solid #bec3c7;
  644. position:relative;}
  645. #left_menu{
  646. height:600px;
  647. width:37px;
  648. top:0px;
  649. left:0px;
  650. z-index:992;
  651. position:absolute;
  652. }
  653. a.left_menu_over
  654. {display:block;
  655. widht:37px;
  656. height:100px;
  657. background:url(../img/left_menu_over.png) no-repeat left top;
  658. }
  659. a.left_menu_over li
  660. { font:bold 14px/20px "Microsoft Yahei";
  661. margin-left:7px;
  662. color:#545454;
  663. width:12px;
  664. padding-top:8px;
  665. }
  666. a.left_menu_out
  667. {display:block;
  668. widht:30px;
  669. height:100px;
  670. background:url(../img/left_menu_out.png) no-repeat left top;
  671. }
  672. a.left_menu_out li
  673. { font:14px/20px "Microsoft Yahei";
  674. margin-left:7px;
  675. color:#7c7c7c;
  676. padding-top:8px;
  677. width:12px;
  678. }
  679. .syz_bg{
  680. width:1880px;
  681. height:699px;
  682. z-index:110; top:0px;
  683. left:0px;position:absolute;
  684. }