1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582 |
- /* CSS Document */
- body {
- background-color: #fff;
- font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
- margin: 0px; padding:0px;
- }
- @font-face {
- font-family: 'fontNameRegular';
- src: url('../fonts/DS-DIGIT-webfont.eot');
- src: local('../fonts/DS-DIGIT-webfont Regular'),
- local('../fonts/DS-DIGIT-webfont'),
- url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
- url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
- url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
- font-size: 20px;
- font-weight: bolder;
- }
- a:link {
-
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
-
- }
- a:hover {
- text-decoration: none;
- color: #ffefc0;
- }
- a:active {
- text-decoration: none; color: #ffefc0;
-
- }
- li{
- list-style:none;
-
- }
- .all{
- backgroun: #fff;
- float: left;
- height: 864px;
- width: 1899px;
- }
- .all_top0{
- background: #fff;
- float: left;
- height: 83px;
- width: 1899px;
- }
- .all_top0_01{
- background: #fff;
- float: left;
- height: 52px;
- width: 1899px;
- }
- .all_top0_02{
- float: left;
- height: 31px;
- width: 1899px;
- background-color: #fff;
- background-image: url(/resource/images/sxsj/img/top02.png);
- background-repeat: repeat-x;
- background-position: left top;
- }
- .all_top0_02list{
- float: left;
- height: 31px;
- width: 113px;
- }
- .all_top0_02list0{
- float: left;
- height: 31px;
- width: 109px;
- }
- .index_menu{
- height:33px;
- float:left;
- }
- #tab1,#tab2{width:1899px;height:33px;border-bottom:0;float:left;}
- #tab1 ul,#tab2 ul{margin:0;padding:0; float:left;}
- #tab1 li,#tab2 li{
- float:left;
- padding:0;
- height:27px;
- width:101px;
- text-align:center;
- cursor:pointer;
- margin-left: 7px;
- margin-top:3px;
- color:#000 ;
- text-decoration: none;
- background:url(/resource/images/sxsj/img/bot_out.jpg) no-repeat left top;
- font:12px/27px "Microsoft Yahei";
- }
- #tab1 li.now,#tab2 li.now{
- color:#fff;
- font-weight:bold;
- height: 27px;
- width: 101px;
- margin-left: 7px;
- margin-top:3px;
- text-decoration: none;
- background:url(/resource/images/sxsj/img/bot_over.jpg) no-repeat left top;
- font:12px/27px "Microsoft Yahei";
- }
- #tab1 a:link{
- color:#000;
- font:12px/27px "Microsoft Yahei";
- }
- #tab1 a:visited{
- color:#000;
- font:12px/27px "Microsoft Yahei";
- }
- #tab1 a:hover{
- color:#fff;
- font:12px/27px "Microsoft Yahei";
- }
- #tab1 a:active{
- color:#fff;
- font:12px/27px "Microsoft Yahei";
- }
- .index_top{
- width:1898px;
- height:121px;
- float:left;
- margin-left:1px;
- }
- .page_top1{ width:1326px;
- height:121px;
- float:left;
- margin-left:1px;}
- .page_top2{ width:570px;
- height:121px;
- float:left;
- padding-left:2px;}
- .index_top_left{
- width:21px;
- height:100px;
- float:left;
- background:url(/resource/images/sxsj/img/page_top_left.jpg) no-repeat left top;
- font:bold 14px/20px "Microsoft Yahei";
- color:#fff;
- padding-left:6px;
- padding-top:21px;
- }
- .page_top_left{
- width:21px;
- height:100px;
- float:left;
- background:url(/resource/images/sxsj/img/page_top_left1.jpg) no-repeat left top;
- font:bold 14px/20px "Microsoft Yahei";
- color:#fff;
- padding-left:6px;
- padding-top:21px;
- }
- .index_top_right{
- width:1871px;
- height:119px;
- border-top:1px solid #bec3c7;
- border-bottom:1px solid #bec3c7;
- float:left;}
- .page_top_right{
- width:1299px;
- height:119px;
- border-top:1px solid #bec3c7;
- border-bottom:1px solid #bec3c7;
- float:left;}
- .page_top_right1{
- width:542px;
- height:119px;
- border-top:1px solid #bec3c7;
- border-bottom:1px solid #bec3c7;
- border-right:1px solid #bec3c7;
- float:left;}
- .index_top_center{
- width:153px;
- margin-left:2px;
- float:left;
- }
- .index_top_center_top{
- padding-left:6px;
- width:147px;
- height:23px;
- background:#d5d3d6;
- font:12px/23px "Microsoft Yahei";
- }
- .page_top_center_top{
- text-align:center;
- width:153px;
- height:47px;
- background:#d5d3d6;
- font:bold 16px/47px "Microsoft Yahei";
- color:#fff;
- background:url(/resource/images/sxsj/img/page_top_center_top.jpg) no-repeat left top;
- }
- .page_top_center_top_a{
- padding-left:6px;
- width:147px;
- height:24px;
- background:#49c0d1;
- color:#fff;
- font:12px/24px "Microsoft Yahei";
- }
- .index_top_center_center{
- text-align:center;
- width:153px;
- height:65px;
- font:40px/65px fontNameRegular;
- }
- .page_top_center_center{
- text-align:right;
- width:105px;
- height:48px;
- font:40px/63px fontNameRegular;
- float:left;
- overflow:hidden;
- }
- .index_top_center_bottom{background:#ff6626;
- text-align:center;
- float:right;
- width:31px;
- height:31px;font:12px/31px "Microsoft Yahei";
- color:#fff;}
- .page_top_center_bottom{background:#ff6626;
- text-align:center;
- float:right;
- width:31px;
- height:31px;font:12px/31px "Microsoft Yahei";
- color:#fff;
- margin-top:17px;}
- .page_top_center2{
- width:130px;
- float:left;
- margin-right:1px;
- }
- .page_top_center_top2{
- padding-left:6px;
- width:124px;
- height:23px;
- font:14px/23px "Microsoft Yahei";
- color:#5d5d5d;
- }
- .page_top_center_center2{
- text-align:center;
- width:130px;
- height:65px;
- font:40px/65px fontNameRegular;
- }
- .page_top_center_bottom2{
- text-align:center;
- float:right;
- width:31px;
- height:31px;
- font:14px/31px "Microsoft Yahei";
- color:#5d5d5d;}
- .index_top_right_box{
- width:282px;
- height:119px;
- border-left:1px solid #bec3c7;
- border-right:1px solid #bec3c7;
- margin-left:2px;
- float:left;
- }
- .page_top_right_box{
- width:411px;
- height:119px;
- float:left;
- }
- .page_list{
- width:411px;
- height:59px;
- border-bottom:1px solid #bec3c7;
- float:left;}
- .page_list1{
- width:411px;
- height:59px;
- float:left;}
- .page_list_box{
- width:136px;
- height:59px;
- border-left:1px solid #bec3c7;
- float:left;
- }
- .page_list_box_left1{
- width:9px;
- height:59px;
- background:url(/resource/images/sxsj/img/page_list_box_left_blue.jpg) no-repeat left top;
- float:left; }
- .page_list_box_left2{
- width:9px;
- height:59px;
- background:url(/resource/images/sxsj/img/page_list_box_left_green.jpg) no-repeat left top;
- float:left; }
- .page_list_box_left3{
- width:9px;
- height:59px;
- background:url(/resource/images/sxsj/img/page_list_box_left_red.jpg) no-repeat left top;
- float:left; }
- .page_list_box_left4{
- width:9px;
- height:59px;
- background:url(/resource/images/sxsj/img/page_list_box_left_orange.jpg) no-repeat left top;
- float:left; }
- .page_list_box_left5{
- width:9px;
- height:59px;
- background:url(/resource/images/sxsj/img/page_list_box_left_pink.jpg) no-repeat left top;
- float:left; }
- .page_list_box_left6{
- width:9px;
- height:59px;
- background:url(/resource/images/sxsj/img/page_list_box_left_black.jpg) no-repeat left top;
- float:left; }
- .page_list_box_right{
- width:127px;
- height:59px;
- float:left;
- }
- .page_list_box_right_top{
- width:112px;
- height:26px;
- font:14px/26px "Microsoft Yahei";
- color:#5d5d5d;
- padding-left:15px;
- float:left;
-
- }
- .page_list_box_right_bottom1{
- width:79px;
- height:33px;
- font:20px/33px fontNameRegular;
- color:#000;
- padding-left:15px;
- float:left;
-
- }
- .page_list_box_right_bottom2{
- width:33px;
- height:33px;
- font:14px/33px "Microsoft Yahei";
- color:#5d5d5d;
- float:left;
-
- }
- .company_list{
- width:282px;
- height:23px;
- border-bottom:1px solid #bec3c7;
- float:left;}
- .company_list1{
- width:282px;
- height:23px;
- float:left;}
- .company_list_a{
- width:106px;
- border-right:1px solid #bec3c7;
- background:#f5f5f5;
- font:12px/23px "Microsoft Yahei";
- color:#000;
- padding-left:10px;
- float:left;
- }
- .company_list_b{
- width:94px;
- border-right:1px solid #bec3c7;
- font:18px/23px fontNameRegular;
- color:#000;
- text-align:center;
- float:left;
- }
- .company_list_c{
- width:50px;
- font:12px/23px "Microsoft Yahei";
- color:#93a5a5;
- padding-left:15px;
- float:left;
- }
- .index_bottom{
- width:1898px;
- height:708px;
- margin-left:1px;
- margin-top:1px;
- float:left;}
- .index_bottom_left{
- width:753px;
- height:706px;
- border:1px solid #bec3c7;
- margin-right:2px;
- float:left;
- background:url(/resource/images/sxsj/img/map_sx.jpg) no-repeat left top;
- position: relative;}
- .index_bottom_point{
- width: 31px;
- height: 0px;
- position: absolute;
- }
- .index_bottom_point_woniushan{
- left: 520px;
- top: 2px;
- }
- .index_bottom_point_hutoushan{
- left: 355px;
- top: 205px;
- }
- .index_bottom_point_gaojiabao{
- left: 320px;
- top: 245px;
- }
- .index_bottom_point_jinfeng{
- left: 446px;
- top: 214px;
- }
- .index_bottom_point_fengyue{
- left: 420px;
- top: 211px;
- }
- .index_bottom_point_baotasan{
- left: 280px;
- top: 375px;
- }
- .index_bottom_point_cailiangsan{
- left: 422px;
- top: 175px;
- }
- .index_bottom_point_aolun{left:378px;top:403px;}
- .index_bottom_point_beizhen{left:391px;top:468px;}
- .index_bottom_point_diaobingshan{left:453px;top:415px;}
- .index_bottom_point_taizishan{left:487px;top:445px;}
- .index_bottom_point_fangshan{left:417px;top:449px;}
- .index_bottom_point_linghai{left:409px;top:506px;}
- .index_bottom_point_xingcheng{left:374px;top:531px;}
- .index_bottom_point_xibaqian{left:440px;top:518px;}
-
- .index_bottom_fcbot
- {
- width:118px;
- height:25px;
- background:url(/resource/images/sxsj/img/index_map_sx_bot.png) no-repeat left top;
- font:12px/25px "Microsoft YaHei";
- color:#fff;
- position:absolute;
- text-align:center;
- z-index:980;
- background-image: url(/resource/images/sxsj/img/index_map_sx_bot.png);
- }
- .index_bottom_fcbot_b
- {width:117px;
- height:25px;
- background:url(/resource/images/sxsj/img/index_map_sx_bot1.png) no-repeat left top;
- font:12px/25px "Microsoft YaHei";
- color:#fff;
- position:absolute;
- text-align:center;
- z-index:980;
- }
- .index_bottom_fcxl{
- width:146px;
- height:141px;
- position:absolute;
- z-index:991;
- }
- .index_bottom_fcxl_top, .index_bottom_fcxl_bottom1, .index_bottom_fcxl_bottom2{
- width:146px;
- float:left;}
- .index_bottom_fcxl_top{
- height:6px;
- background:#0a50a0;
- }
- .index_bottom_fcxl_bottom1{
- height:27px;
- background:#d7eafd;
- }
- .index_bottom_fcxl_bottom2{
- height:27px;
- background:#fff;
- }
- .index_bottom_fcxl_left{
- width:56px;
- height:27px;
- text-align:center;
- font:12px/27px "Microsoft YaHei";
- color:#000;
- float:left;
- }
- .index_bottom_fcxl_center{
- width:50px;
- height:27px;
- text-align:right;
- font:12px/27px "Microsoft YaHei";
- color:#cc324b;float:left;
- padding-right:3px;
- }
- .index_bottom_fcxl_right{
- width:37px;
- height:27px;
- text-align:left;
- font:12px/27px "Microsoft YaHei";
- color:#888;float:left;
- }
- /* .index_bottom_cs
- {
- width: 753px;
- height: 706px;
- background: url(/resource/images/sxsj/img/index_map_sx_cs.png) no-repeat top left;
- position: absolute;
- top: 0px;
- left: 0px;
- } */
- .index_bottom_nmgzzq{
- width:753px;
- height:706px;
- position:absolute;
- top:0px;
- left:0px;
- background:url(/resource/images/sxsj/img/index_map_sx_nm.png) no-repeat top left ;
- }
- .index_bottom_sxs{
- width:753px;
- height:706px;
- position:absolute;
- top:0px;
- left:0px;
- background:url(/resource/images/sxsj/img/index_map_sx_sx.png) no-repeat top left ;
- }
-
-
- .index_bottom_fln{
- width:265px;
- height:289px;
- position:absolute;
- top:383px;
- left:314px;
- background:url(/resource/images/sxsj/img/index_map_ln.png) no-repeat top left ;
- }
-
- .index_bottom_fnm{
- width:461px;
- height:666px;
- position:absolute;
- top:0px;
- left:0x;
- background:url(/resource/images/sxsj/img/index_map_nm.png) no-repeat top left ;
- }
- .index_bottom_bot{width:114px;
- height:32px;background:url(/resource/images/sxsj/img/index_map_bot1.png) no-repeat left top;
- font:16px/32px "Microsoft YaHei";
- color:#fff;
- position:absolute;
- text-align:center;
- z-index:990;}
-
- .index_bottom_right{
- width:1141px;
- height:708px;
- float:left;
- }
- .index_bottom_right_box1, .index_bottom_right_box2{
- width:1141px;
- float:left;}
-
- .index_bottom_right_box1{
- height:78px;}
- .index_bottom_right_box2{
- height:208px;
- margin-top:2px;}
- .index_box2_left, .index_box1_left{
- font:bold 14px/18px "Microsoft YaHei";
- padding-left:7px;
- float:left;
- color:#fff;}
- .index_box2_left{
- width:20px;
- height:140px;
- background:url(/resource/images/sxsj/img/index_box_right_bg.jpg) no-repeat left top;
- padding-top:68px;}
- .index_box1_left{
- width:20px;
- height:75px;
- background:url(/resource/images/sxsj/img/index_box1_right_bg.jpg) no-repeat left top;
- padding-top:3px;}
- .index_box1_right{
- width:1113px;
- height:76px;
- border:1px solid #bec3c7;
- border-left:0px;
- float:left;
- }
- .index_box2_right2, .index_box2_right1, .index_box2_right{
- height:206px;
- border:1px solid #bec3c7;
- border-left:0px;
- float:left;
- }
- .index_box2_right2{
- width:1113px;
- }
-
- .index_box2_right1{
- width:542px;
- }
- .index_box2_right{
- width:541px;
- margin-right:2px;
- }
- .index_top_center2{
- width:171px;
- float:left;
- }
- .index_top_center_top2{
- padding-left:6px;
- width:165px;
- height:23px;
- color:#000;
- float:left;
- font-family: "Microsoft Yahei";
- font-size: 14px;
- line-height: 23px;
- font-weight: bold;
- }
- .index_top_center_center2{
- text-align:center;
- width:171px;
- height:30px;
- font:30px/30px fontNameRegular;
- float:left;
- }
- .index_top_center_bottom2{
- text-align:center;
- float:right;
- width:31px;
- height:23px;
- font:14px/23px "Microsoft Yahei";
- color:#5d5d5d;
- float:right;}
- .index_right_top_right{
- width:156px;
- height:76px;
- border-left:1px solid #bec3c7;
- float:left;
- }
- .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{
- width:52px;
- height:76px;
- float:left;}
- .index_right_top_right_left1{
- background:url(/resource/images/sxsj/img/index_right_top_right_left_blue.jpg) no-repeat left top;}
- .index_right_top_right_left2{
- background:url(/resource/images/sxsj/img/index_right_top_right_left_green.jpg) no-repeat left top;}
- .index_right_top_right_left3{
- background:url(/resource/images/sxsj/img/index_right_top_right_left_red.jpg) no-repeat left top;}
- .index_right_top_right_left4{
- background:url(/resource/images/sxsj/img/index_right_top_right_left_orange.jpg) no-repeat left top;}
- .index_right_top_right_left5{
- background:url(/resource/images/sxsj/img/index_right_top_right_left_pink.jpg) no-repeat left top;}
- .index_right_top_right_left6{
- background:url(/resource/images/sxsj/img/index_right_top_right_left_black.jpg) no-repeat left top;}
- .index_right_center2{
- width:104px;
- float:left;
- }
- .index_right_center_top2{
- padding-left:6px;
- width:98px;
- height:23px;
- color:#000;
- float:left;
- font-family: "Microsoft Yahei";
- font-size: 14px;
- line-height: 23px;
- font-weight: bold;
- }
- .index_right_center_center2{
- text-align:center;
- width:104px;
- height:30px;
- font:30px/30px fontNameRegular;
- float:left;
- }
- .index_right_center_bottom2{
- text-align:center;
- float:right;
- width:31px;
- height:23px;
- font:14px/23px "Microsoft Yahei";
- color:#5d5d5d;}
- .page_bottom{
- width:1896px;
- height:706px;
- margin-left:1px;
- margin-top:2px;
- float:left;
- border:1px solid #bec3c7;
- position:relative;}
- #left_menu{
- height:600px;
- width:37px;
- top:0px;
- left:0px;
- z-index:992;
- position:absolute;
- }
- a.left_menu_over
- {display:block;
- widht:37px;
- height:100px;
- background:url(/resource/images/sxsj/img/left_menu_over.png) no-repeat left top;
- }
- a.left_menu_over li
- { font:bold 14px/20px "Microsoft Yahei";
- margin-left:7px;
- color:#545454;
- width:12px;
- padding-top:8px;
- }
- a.left_menu_out
- {display:block;
- widht:30px;
- height:100px;
- background:url(/resource/images/sxsj/img/left_menu_out.png) no-repeat left top;
- }
- a.left_menu_out li
- { font:14px/20px "Microsoft Yahei";
- margin-left:7px;
- color:#7c7c7c;
- padding-top:8px;
- width:12px;
- }
- .syz_bg{
- width:1880px;
- height:699px;
- z-index:110; top:0px;
- left:0px;position:absolute;
- }
- /* CSS Document */
- body {
- background-color: #fff;
- font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
- margin: 0px; padding:0px;
- }
- @font-face {
- font-family: 'fontNameRegular';
- src: url('../fonts/DS-DIGIT-webfont.eot');
- src: local('../fonts/DS-DIGIT-webfont Regular'),
- local('../fonts/DS-DIGIT-webfont'),
- url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
- url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
- url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
- font-size: 20px;
- font-weight: bolder;
- }
- a:link {
- color: #fff;
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- color: #fff;
- }
- a:hover {
- text-decoration: none;
- color: #ffefc0;
- }
- a:active {
- text-decoration: none;
- color: #ffefc0;
- }
- li{
- list-style:none;
-
- }
- .l{float:left;}
- .r{float:right;}
- .page_cz_fangshan_left{ width:753px;
- height:706px;
- border:1px solid #bec3c7;
- margin-right:2px;
- float:left;
- background:url(/resource/images/sxsj/img/page_cz_sx_fangshan.png) no-repeat left top;
- position: relative;}
-
- .page_cz_fangshan_top{
- width:342px;
- height:34px;
- position:absolute;
- top:0px;
- right:0px;}
- a.page_cz_fangshan_over{
- width:114px;
- height:34px;
- text-align:center;
- color:#7c7c7c;
- font:14px/30px "Microsoft YaHei";
- background:url(/resource/images/sxsj/img/page_cz_over.png) no-repeat left top;}
- a.page_cz_fangshan_out{
- width:114px;
- height:34px;
- text-align:center;
- color:#7c7c7c;
- font:14px/30px "Microsoft YaHei";
- background:url(/resource/images/sxsj/img/page_cz_out.png) no-repeat left top;}
- a.page_cz_fangshan_name{
- width:136px;
- height:64px;
- background:url(/resource/images/sxsj/img/page_cz_name.png) no-repeat left top;
- text-align:center;
- font:bold 16px/40px "Microsoft YaHei";
- color:#238c00;
- position:absolute;}
- .page_cz_fangshan_no1{
- top: 340px;
- left: 419px;
- }
- .page_cz_fangshan_no2{
- top: 97px;
- left: 144px;
- }
- a.page_cz_fangshan_lineleft{
- width:110px;
- height:30px;
- position:absolute;
- text-align:center;
- font:12px/30px "Microsoft YaHei";
- color:#3e3e3e;
- background:url(/resource/images/sxsj/img/page_cz_lineleft.png) no-repeat left top;}
- a.page_cz_fangshan_lineright{
- width:110px;
- height:30px;
- position:absolute;
- text-align:center;
- font:12px/30px "Microsoft YaHei";
- color:#3e3e3e;
- background:url(/resource/images/sxsj/img/page_cz_lineright.png) no-repeat left top;}
- .page_cz_fangshan_line1{
- top: 503px;
- left: 208px;
- }
- .page_cz_fangshan_line2{
- top: 73px;
- left: 520px;
- }
- .page_cz_fangshan_line3{
- top: 623px;
- left: 612px;
- }
- .page_cz_fangshan_line4{
- top: 464px;
- left: 609px;
- }
- .page_cz_fangshan_line5{
- top: 181px;
- left: 417px;
- }
- .page_cz_fangshan_line6{
- top: 73px;
- left: 520px;
- }
- /* CSS Document */
- body {
- background-color: #fff;
- font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
- margin: 0px; padding:0px;
- }
- @font-face {
- font-family: 'fontNameRegular';
- src: url('../fonts/DS-DIGIT-webfont.eot');
- src: local('../fonts/DS-DIGIT-webfont Regular'),
- local('../fonts/DS-DIGIT-webfont'),
- url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
- url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
- url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
- font-size: 20px;
- font-weight: bolder;
- }
- a:link {
- color: #fff;
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- color: #fff;
- }
- a:hover {
- text-decoration: none;
- color: #ffefc0;
- }
- a:active {
- text-decoration: none;
- color: #ffefc0;
- }
- li{
- list-style:none;
-
- }
- .l{float:left;}
- .r{float:right;}
- .page_cz_fengyue_left{ width:753px;
- height:706px;
- border:1px solid #bec3c7;
- margin-right:2px;
- float:left;
- background:url(/resource/images/sxsj/img/page_cz_sx_fengyue.png) no-repeat left top;
- position: relative;}
-
- .page_cz_fengyue_top{
- width:342px;
- height:34px;
- position:absolute;
- top:0px;
- right:0px;}
- a.page_cz_fengyue_over{
- width:114px;
- height:34px;
- text-align:center;
- color:#7c7c7c;
- font:14px/30px "Microsoft YaHei";
- background:url(/resource/images/sxsj/img/page_cz_over.png) no-repeat left top;}
- a.page_cz_fengyue_out{
- width:114px;
- height:34px;
- text-align:center;
- color:#7c7c7c;
- font:14px/30px "Microsoft YaHei";
- background:url(/resource/images/sxsj/img/page_cz_out.png) no-repeat left top;}
- a.page_cz_fengyue_name{
- width:136px;
- height:64px;
- background:url(/resource/images/sxsj/img/page_cz_name.png) no-repeat left top;
- text-align:center;
- font:bold 16px/40px "Microsoft YaHei";
- color:#238c00;
- position:absolute;}
- .page_cz_fengyue_no1{
- top: 103px;
- left: 260px;
- }
- .page_cz_fengyue_no2{
- top: 453px;
- left: 410px;
- }
- a.page_cz_fengyue_lineleft{
- width:110px;
- height:30px;
- position:absolute;
- text-align:center;
- font:12px/30px "Microsoft YaHei";
- color:#3e3e3e;
- background:url(/resource/images/sxsj/img/page_cz_lineleft.png) no-repeat left top;}
- a.page_cz_fengyue_lineright{
- width:110px;
- height:30px;
- position:absolute;
- text-align:center;
- font:12px/30px "Microsoft YaHei";
- color:#3e3e3e;
- background:url(/resource/images/sxsj/img/page_cz_lineright.png) no-repeat left top;}
- .page_cz_fengyue_line1{
- top: 244px;
- left: 636px;
- }
- .page_cz_fengyue_line2{
- top: 66px;
- left: 405px;
- }
- .page_cz_fengyue_line3{
- top: 272px;
- left: 531px;
- }
- .page_cz_fengyue_line4{
- top: 597px;
- left: 405px;
- }
- .page_cz_fengyue_line5{
- top: 540px;
- left: 457px;
- }
- .page_cz_fengyue_line6{
- top: 501px;
- left: 23px;
- top: 393px;
- left: 514px;
- }
- .page_cz_fengyue_line7{
- top: 306px;
- left: 31px;
- }
- /* CSS Document */
- body {
- background-color: #fff;
- font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
- margin: 0px; padding:0px;
- }
- @font-face {
- font-family: 'fontNameRegular';
- src: url('../fonts/DS-DIGIT-webfont.eot');
- src: local('../fonts/DS-DIGIT-webfont Regular'),
- local('../fonts/DS-DIGIT-webfont'),
- url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
- url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
- url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
- font-size: 20px;
- font-weight: bolder;
- }
- a:link {
- color: #fff;
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- color: #fff;
- }
- a:hover {
- text-decoration: none;
- color: #ffefc0;
- }
- a:active {
- text-decoration: none;
- color: #ffefc0;
- }
- li{
- list-style:none;
-
- }
- .l{float:left;}
- .r{float:right;}
- .page_cz_gaojiabao_left{ width:753px;
- height:706px;
- border:1px solid #bec3c7;
- margin-right:2px;
- float:left;
- background:url(/resource/images/sxsj/img/page_cz_sx_gaojiabao.png) no-repeat left top;
- position: relative;}
-
- .page_cz_gaojiabao_top{
- width:571px;
- height:34px;
- position:absolute;
- top:0px;
- right:0px;}
- a.page_cz_gaojiabao_over{
- width:114px;
- height:34px;
- text-align:center;
- color:#7c7c7c;
- font:14px/30px "Microsoft YaHei";
- background:url(/resource/images/sxsj/img/page_cz_over.png) no-repeat left top;}
- a.page_cz_gaojiabao_out{
- width:114px;
- height:34px;
- text-align:center;
- color:#7c7c7c;
- font:14px/30px "Microsoft YaHei";
- background:url(/resource/images/sxsj/img/page_cz_out.png) no-repeat left top;}
- a.page_cz_gaojiabao_name{
- width:136px;
- height:64px;
- background:url(/resource/images/sxsj/img/page_cz_name.png) no-repeat left top;
- text-align:center;
- font:bold 16px/40px "Microsoft YaHei";
- color:#238c00;
- position:absolute;}
- .page_cz_gaojiabao_no1{
- top: 308px;
- left: 3px;
- }
- .page_cz_gaojiabao_no2{
- top: 618px;
- left: 198px;
- }
- .page_cz_gaojiabao_no3{
- top: 125px;
- left: 321px;
- }
- .page_cz_gaojiabao_no4{
- top: 204px;
- left: 594px;
- }
- a.page_cz_gaojiabao_lineleft{
- width:110px;
- height:30px;
- position:absolute;
- text-align:center;
- font:12px/30px "Microsoft YaHei";
- color:#3e3e3e;
- background:url(/resource/images/sxsj/img/page_cz_lineleft.png) no-repeat left top;}
- a.page_cz_gaojiabao_lineright{
- width:110px;
- height:30px;
- position:absolute;
- text-align:center;
- font:12px/30px "Microsoft YaHei";
- color:#3e3e3e;
- background:url(/resource/images/sxsj/img/page_cz_lineright.png) no-repeat left top;}
- .page_cz_gaojiabao_line1{
- top: 373px;
- left: 22px;
- }
- .page_cz_gaojiabao_line2{
- top: 448px;
- left: 28px;
- }
- .page_cz_gaojiabao_line3{
- top: 349px;
- left: 637px;
- }
-
- .page_cz_gaojiabao_line4{
- top: 627px;
- left: 585px;
- }
- .page_cz_gaojiabao_line5{
- top: 669px;
- left: 466px;
- }
- .page_cz_gaojiabao_line6{
- top: 501px;
- left: 23px;
- top: 539px;
- left: 125px;
- }
- .page_cz_gaojiabao_line7{
- top: 40px;
- left: 205px;
- }
- .page_cz_gaojiabao_line8{
- top: 51px;
- left: 393px;
- }
- .page_cz_gaojiabao_line9{
- top: 79px;
- left: 520px;
- }
- .page_cz_gaojiabao_line10{
- top: 578px;
- left: 635px;
- }
- .page_cz_gaojiabao_line11{
- top: 167px;
- left: 4px;
- }
- .page_cz_gaojiabao_line12{
- top: 57px;
- left: 30px;
- }
- /* CSS Document */
- body {
- background-color: #fff;
- font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
- margin: 0px; padding:0px;
- }
- @font-face {
- font-family: 'fontNameRegular';
- src: url('../fonts/DS-DIGIT-webfont.eot');
- src: local('../fonts/DS-DIGIT-webfont Regular'),
- local('../fonts/DS-DIGIT-webfont'),
- url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
- url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
- url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
- font-size: 20px;
- font-weight: bolder;
- }
- a:link {
- color: #fff;
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- color: #fff;
- }
- a:hover {
- text-decoration: none;
- color: #ffefc0;
- }
- a:active {
- text-decoration: none;
- color: #ffefc0;
- }
- li{
- list-style:none;
-
- }
- .l{float:left;}
- .r{float:right;}
- .page_cz_hutoushan_left{ width:753px;
- height:706px;
- border:1px solid #bec3c7;
- margin-right:2px;
- float:left;
- background:url(/resource/images/sxsj/img/page_cz_sx_hutoushan.png) no-repeat left top;
- position: relative;}
-
- .page_cz_hutoushan_top{
- width:457px;
- height:34px;
- position:absolute;
- top:0px;
- right:0px;}
- a.page_cz_hutoushan_over{
- width:114px;
- height:34px;
- text-align:center;
- color:#7c7c7c;
- font:14px/30px "Microsoft YaHei";
- background:url(/resource/images/sxsj/img/page_cz_over.png) no-repeat left top;}
- a.page_cz_hutoushan_out{
- width:114px;
- height:34px;
- text-align:center;
- color:#7c7c7c;
- font:14px/30px "Microsoft YaHei";
- background:url(/resource/images/sxsj/img/page_cz_out.png) no-repeat left top;}
- a.page_cz_hutoushan_name{
- width:136px;
- height:64px;
- background:url(/resource/images/sxsj/img/page_cz_name.png) no-repeat left top;
- text-align:center;
- font:bold 16px/40px "Microsoft YaHei";
- color:#238c00;
- position:absolute;}
- .page_cz_hutoushan_no1{
- top: 300px;
- left: -1px;
- }
- .page_cz_hutoushan_no2{
- top: 633px;
- left: 611px;
- }
- .page_cz_hutoushan_no3{
- top: 89px;
- left: 426px;
- }
- a.page_cz_hutoushan_lineleft{
- width:110px;
- height:30px;
- position:absolute;
- text-align:center;
- font:12px/30px "Microsoft YaHei";
- color:#3e3e3e;
- background:url(/resource/images/sxsj/img/page_cz_lineleft.png) no-repeat left top;}
- a.page_cz_hutoushan_lineright{
- width:110px;
- height:30px;
- position:absolute;
- text-align:center;
- font:12px/30px "Microsoft YaHei";
- color:#3e3e3e;
- background:url(/resource/images/sxsj/img/page_cz_lineright.png) no-repeat left top;}
- .page_cz_hutoushan_line1{
- top: 375px;
- left: 9px;
- }
- .page_cz_hutoushan_line2{
- top: 427px;
- left: 91px;
- }
- .page_cz_hutoushan_line3{
- top: 474px;
- left: 170px;
- }
- .page_cz_hutoushan_line4{
- top: 327px;
- left: 638px;
- }
- .page_cz_hutoushan_line5{
- top: 616px;
- left: 253px;
- }
- .page_cz_hutoushan_line6{
- top: 230px;
- left: 505px;
- }
- .page_cz_hutoushan_line7{
- top: 176px;
- left: 506px;
- }
- .page_cz_hutoushan_line8{
- top: 47px;
- left: 468px;
- }
- .page_cz_hutoushan_line9{
- top: 48px;
- left: 161px;
- }
- .page_cz_hutoushan_line10{
- top: 12px;
- left: 103px;
- }
- /* CSS Document */
- body {
- background-color: #fff;
- font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
- margin: 0px; padding:0px;
- }
- @font-face {
- font-family: 'fontNameRegular';
- src: url('../fonts/DS-DIGIT-webfont.eot');
- src: local('../fonts/DS-DIGIT-webfont Regular'),
- local('../fonts/DS-DIGIT-webfont'),
- url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
- url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
- url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
- font-size: 20px;
- font-weight: bolder;
- }
- a:link {
- color: #fff;
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- color: #fff;
- }
- a:hover {
- text-decoration: none;
- color: #ffefc0;
- }
- a:active {
- text-decoration: none;
- color: #ffefc0;
- }
- li{
- list-style:none;
-
- }
- .l{float:left;}
- .r{float:right;}
- .page_cz_jinfeng_left{ width:753px;
- height:706px;
- border:1px solid #bec3c7;
- margin-right:2px;
- float:left;
- background:url(/resource/images/sxsj/img/page_cz_sx_jinfeng.png) no-repeat left top;
- position: relative;}
-
- .page_cz_jinfeng_top{
- width:115px;
- height:34px;
- position:absolute;
- top:0px;
- right:0px;}
- a.page_cz_jinfeng_over{
- width:114px;
- height:34px;
- text-align:center;
- color:#7c7c7c;
- font:14px/30px "Microsoft YaHei";
- background:url(/resource/images/sxsj/img/page_cz_over.png) no-repeat left top;}
- a.page_cz_jinfeng_out{
- width:114px;
- height:34px;
- text-align:center;
- color:#7c7c7c;
- font:14px/30px "Microsoft YaHei";
- background:url(/resource/images/sxsj/img/page_cz_out.png) no-repeat left top;}
- a.page_cz_jinfeng_name{
- width:136px;
- height:64px;
- background:url(/resource/images/sxsj/img/page_cz_name.png) no-repeat left top;
- text-align:center;
- font:bold 16px/40px "Microsoft YaHei";
- color:#238c00;
- position:absolute;}
- .page_cz_jinfeng_no1{
- top: 154px;
- left: 135px;
- }
- .page_cz_jinfeng_no2{
- top: 407px;
- left: 576px;
- }
- a.page_cz_jinfeng_lineleft{
- width:110px;
- height:30px;
- position:absolute;
- text-align:center;
- font:12px/30px "Microsoft YaHei";
- color:#3e3e3e;
- background:url(/resource/images/sxsj/img/page_cz_lineleft.png) no-repeat left top;}
- a.page_cz_jinfeng_lineright{
- width:110px;
- height:30px;
- position:absolute;
- text-align:center;
- font:12px/30px "Microsoft YaHei";
- color:#3e3e3e;
- background:url(/resource/images/sxsj/img/page_cz_lineright.png) no-repeat left top;}
- .page_cz_jinfeng_line1{
- top: 205px;
- left: 474px;
- }
- .page_cz_jinfeng_line2{
- top: 383px;
- left: 600px;
- }
- /* CSS Document */
- body {
- background-color: #fff;
- font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
- margin: 0px; padding:0px;
- }
- @font-face {
- font-family: 'fontNameRegular';
- src: url('../fonts/DS-DIGIT-webfont.eot');
- src: local('../fonts/DS-DIGIT-webfont Regular'),
- local('../fonts/DS-DIGIT-webfont'),
- url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
- url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
- url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
- font-size: 20px;
- font-weight: bolder;
- }
- a:link {
- color: #fff;
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- color: #fff;
- }
- a:hover {
- text-decoration: none;
- color: #ffefc0;
- }
- a:active {
- text-decoration: none;
- color: #ffefc0;
- }
- li{
- list-style:none;
-
- }
- .l{float:left;}
- .r{float:right;}
- .page_cz_woniushan_left{ width:753px;
- height:706px;
- border:1px solid #bec3c7;
- margin-right:2px;
- float:left;
- background:url(/resource/images/sxsj/img/page_cz_sx_woniushan.png) no-repeat left top;
- position: relative;}
-
- .page_cz_woniushan_top{
- width:456px;
- height:34px;
- position:absolute;
- top:0px;
- right:0px;}
- a.page_cz_woniushan_over{
- width:114px;
- height:34px;
- text-align:center;
- color:#7c7c7c;
- font:14px/30px "Microsoft YaHei";
- background:url(/resource/images/sxsj/img/page_cz_over.png) no-repeat left top;}
- a.page_cz_woniushan_out{
- width:114px;
- height:34px;
- text-align:center;
- color:#7c7c7c;
- font:14px/30px "Microsoft YaHei";
- background:url(/resource/images/sxsj/img/page_cz_out.png) no-repeat left top;}
- a.page_cz_woniushan_name{
- width:136px;
- height:64px;
- background:url(/resource/images/sxsj/img/page_cz_name.png) no-repeat left top;
- text-align:center;
- font:bold 16px/40px "Microsoft YaHei";
- color:#238c00;
- position:absolute;}
- .page_cz_woniushan_no1{
- top: 43px;
- left: 137px;
- }
- .page_cz_woniushan_no2{
- top: 605px;
- left: 552px;
- }
- .page_cz_woniushan_no3{
- top: 138px;
- left: 368px;
- }
- a.page_cz_woniushan_lineleft{
- width:110px;
- height:30px;
- position:absolute;
- text-align:center;
- font:12px/30px "Microsoft YaHei";
- color:#3e3e3e;
- background:url(/resource/images/sxsj/img/page_cz_lineleft.png) no-repeat left top;}
- a.page_cz_woniushan_lineright{
- width:110px;
- height:30px;
- position:absolute;
- text-align:center;
- font:12px/30px "Microsoft YaHei";
- color:#3e3e3e;
- background:url(/resource/images/sxsj/img/page_cz_lineright.png) no-repeat left top;}
- .page_cz_woniushan_line1{
- top: 56px;
- left: 11px;
- }
- .page_cz_woniushan_line2{
- top: 56px;
- left: 288px;
- }
- .page_cz_woniushan_line3{
- top: 93px;
- left: 332px;
- }
-
- .page_cz_woniushan_line4{
- top: 628px;
- left: 224px;
- }
- .page_cz_woniushan_line5{
- top: 542px;
- left: 160px;
- }
- .page_cz_woniushan_line6{
- top: 501px;
- left: 23px;
- top: 227px;
- left: 617px;
- }
- .page_cz_woniushan_line7{
- top: 383px;
- left: 14px;
- }
- .page_cz_woniushan_line8{
- top: 164px;
- left: 508px;
- }
- .page_cz_woniushan_line9{
- top: 464px;
- left: 109px;
- }
- .index_bottom a:link{
- text-decoration: none;
- color: #000;
- }
- .index_bottom a:visited {
- text-decoration: none;
- color: #000;
- }
- #sxgsdt a{
- color: #fff;
- }
|