/*cssReset
-----------------------------------------------------------------------------------------------------*/
html, body{margin:0;padding:0;}
h1, h2, h3, h4, h5, h6{margin:0;line-height:1.5; font-family:Arial,Helvetica,Sans-Serif,Microsoft YaHei,STSong,simsun;}	
h1{font-size:2em;margin-bottom:.5em;}
h2{font-size:36px;margin-bottom:.5142em;padding-top:.2em;color:#194990;}	
h3{font-size:30px;margin-bottom:.5em;padding-top:.3em; font-weight: normal;}
h4{font-size:24px;margin-bottom:.5em; font-weight: normal;}
h5{font-size:18px;margin-bottom:.5em; font-weight: normal;}
h6{font-size:16px;margin-bottom:.5em; font-weight: normal;}
p, blockquote, ul, ol, dl, form, table, pre{display:block;margin:0 0 1em 0;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{display:block;}
ul, ol, dl{padding:0;}
ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
li{margin:0;padding:0;display:list-item;list-style:none;}
pre, code, samp, kbd, var{font:100% mono-space,monospace;}
pre{overflow:auto;}
abbr, acronym{text-transform:uppercase;border-bottom:1px dotted #000;letter-spacing:1px;}
abbr[title], acronym[title]{cursor:help;}
small{font-size:.9em;}
sup, sub{font-size:.8em;}
em, cite, q{font-style:italic;}
img{border:none;}			
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0 0 1.5em 0;padding:0;}	
table{width:100%;border-collapse:collapse;}
th,caption{text-align:left;}	
label{display:block; font-weight: bold; line-height: 2;}
fieldset{margin:0;padding:0;border:none;}
legend{font-weight:bold;}
input, select,button{vertical-align:middle;}
input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}
::selection{background: #aad3f9; color: #fff;}
::-moz-selection {background: #aad3f9; color: #fff;}

/*common
-----------------------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.clear{clear:both;}
.block{display:block;clear:both;}
.first{margin-left:0 !important;}
.last{margin-right:0 !important;}
.top{margin-top:0 !important;}
.bottom{margin-bottom:0 !important;}	
.hidden, .print{display:none !important;}
.f12{ font-size:12px;}
.pt20{padding-top:20px;}
.gray{ color: #999;}
.graphic{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}

/*hong-modify---------------------------------------------------------------------------------------*/
p{line-height: 2em;font-family: simsun;}
strong{color: #333;}

.pt40{padding-top:40px;}
.pb20{padding-bottom:20px;}
.pb40{padding-bottom:40px;}
.dash-line{border-bottom: 1px dashed #ccc;}
.hard-line{border-bottom: 1px #ccc;}

/* tipfloat */
.tipfloat {color:#1F336B;font-size:13px;background:#CFDEF4;
border:1px solid #B9C9EF;
display:none;z-index:999;
position:fixed;_position:absolute;
right:0px;bottom:0;
width:280px;height:104px;
overflow:hidden;}

.tiphead{display:block;height:24px;border-left:solid 1px #fff;border-top:solid 1px #fff;
}

.close{display:block;font-size:12px;font-family:"Arial";color:red;float:right;margin:0px 4px 0 0;overflow:hidden;cursor:pointer;}

/* ranklist */
.ranklist{border-left:solid 1px #fff;padding:1px 1px 0 1px;height:80px;}
.ranklist li{padding-left:1em;}

/*clearfix (use class name "block")
-----------------------------------------------------------------------------------------------------*/
.inner:after, .content:after, .cols:after, .block:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.inner, .content, .cols, .block{display:block;min-height:1%;}
* html .inner, * html .content, * html .cols, * html .block{height:1%;}
/*base
-----------------------------------------------------------------------------------------------------*/
body, table, input, textarea, select, li, button{font:1em Arial,Helvetica, Sans-Serif , simsun , Microsoft YaHei,STSong;line-height:1.5;color:#333;}
body{ font-size:14px;background:#fff;}	
a, a:visited{text-decoration:none;color:#0072ca; outline: none;}
a:hover{text-decoration:underline;}
ins{text-decoration:none;color:#900;font-style:italic;}
code{color:#555;}
pre{margin-left:2em;padding-left:2em;border-left:1px solid #ccc;}
blockquote{ font-size: 22px;font-family:Arial,Helvetica,Sans-Serif,Microsoft YaHei,STSong,simsun;}	
dt{font-weight:bold;}
th, td{padding:.5em 1em;line-height:1.5em;}		
th{background:#eee;}
td{border-bottom:1px solid #eee;}
caption{font-style:italic;color:#777;margin:.5em 0;}	
fieldset{border:1px solid #ccc;padding:1em 2em;margin:0 0 1.5em 0;}
legend{padding:2px 5px;}	
form div{margin:.5em 0;clear:both;overflow:hidden;}
form div.col{clear:none;}form div.first{clear:both;}
input[type="text"], input[type="password"], textarea, .field, .area, select{box-shadow:1px 1px 2px rgba(90,90,90,0.2) inset;border:1px solid #aaa;padding:8px;background:#fff;width:260px; font-size:14px;line-height:1em;margin:0;-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;}
select{width:278px;height: 36px;}
textarea, .area{overflow:auto; height:150px; width:400px;resize: none;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus,select:focus, .focus{
border-color:#488ed0;background:#ffd;outline:none;}
button{border:none;background:#555;color:#fff;padding:0 2.5em;height:2em;line-height:2em;cursor:pointer;}
.note, .success, .error{display:block;}
.error{color:#900;}
.success{color:#060;}
.note{font-weight:bold;}
.notvalid{border:1px solid #900 !important;}
/*easy elements
-----------------------------------------------------------------------------------------------------*/
#easy_tooltip{padding:4px 12px;font-size:12px;color:#a6741c;background: #fdf5bc;-webkit-border-radius:3px;
        -moz-border-radius:3px;border-radius:3px;}
#easy_tooltip span{} 
#easy_popup{background:#000;}
#easy_popup_preloader{ padding:10px;background:#fff;color:#333;}
#easy_popup_content{ padding:10px;background:#fff;color:#333;}
#easy_popup_content .caption{padding-top:10px;}	
#easy_popup_close{position:absolute;float:left;left:0;top:-24px;color:#fff;cursor:pointer;}	
#easy_popup_gallery{position:absolute;float:left;left:0;bottom:-24px;color:#fff;cursor:pointer;}	
#easy_popup_prev{margin-right:5px;}
#easy_popup_next{}
#easy_popup_counter{position:absolute;float:left;right:0;bottom:-24px;color:#fff;cursor:pointer;}
/*layout
-----------------------------------------------------------------------------------------------------*/
.container{
    min-height: 600px;background-color: #fff;
}
.content,.inner{	margin:0 auto;width:960px;position:relative;}
.content{padding: 1em 0;}
.content li{color: #666;line-height:2em;}
        /*cols
        ---------------------------------------------------------------------------------------------*/
		.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12{display: inline;float: left;margin-left: 10px;margin-right: 10px;}
		.col1{width: 60px;}
		.col2 {width: 140px;}
		.col3 {width: 220px;}
		.col4 {width: 300px;}
		.col5 {width: 380px;}
		.col6 {width: 460px;}
		.col7 {width: 540px;}
		.col8 {width: 620px;}
		.col9 {width: 700px;}
		.col10 {width: 780px;}
		.col11 {width: 860px;}
		.col12 {width: 940px;}
		/*prefix
		---------------------------------------------------------------------------------------------*/
		.prefix1 {padding-left: 80px;}
		.prefix2 {padding-left: 160px;}
		.prefix3 {padding-left: 240px;}
		.prefix4 {padding-left: 320px;}
		.prefix5 {padding-left: 400px;}
		.prefix6 {padding-left: 480px;}
		.prefix7 {padding-left: 560px;}
		.prefix8 {padding-left: 640px;}
		.prefix9 {padding-left: 720px;}
		.prefix10 {padding-left: 800px;}
		.prefix11 {padding-left: 880px;}
		/*suffix
		---------------------------------------------------------------------------------------------*/
		.suffix1 {padding-right: 80px;}
		.suffix2 {padding-right: 160px;}
		.suffix3 {padding-right: 240px;}
		.suffix4 {padding-right: 320px;}
		.suffix5 {padding-right: 400px;}
		.suffix6 {padding-right: 480px;}
		.suffix7 {padding-right: 560px;}
		.suffix8 {padding-right: 640px;}
		.suffix9 {padding-right: 720px;}
		.suffix10 {padding-right: 800px;}
		.suffix11 {padding-right: 880px;}
		/*pagination
		---------------------------------------------------------------------------------------------*/
		ol.pagination{margin:1em 0;padding:0;}	
		ol.pagination li{margin:0 .5em 0 0;padding:0;float:left;list-style:none;}
		ol.pagination li a, ol.pagination li span{float:left;border:1px solid #ccc;line-height:1.5em;padding:0 .5em;background:#fff;}
		ol.pagination li a:hover{background:#f1f1f1;}
		ol.pagination li span{background:#ccc;color:#fff;}
/*publish
-----------------------------------------------------------------------------------------------------*/
.header{padding-top: 204px;}
.header-about{background: url('../images/header-about.jpg') no-repeat center 80px;}
.header-about-bg{background: #007dc5 url('../images/header-about-bg.png') repeat-x center 80px;}
.header-market{position: relative;background: url('../images/header-market.jpg') no-repeat center 80px;}
.header-market-bg{background: #0075bf url('../images/header-market-bg.png') repeat-x center 80px;;}
.header-market-man{position: absolute;left: 50%; top:80px; margin-left:150px;width: 288px; height: 174px;background:url('../images/header-market-man.jpg');}
.header-service{background: url('../images/header-service.jpg') no-repeat center 80px;}
.header-service-bg{background: #1e5e95 url('../images/header-service-bg.png') repeat-x center 80px;}
.footer{position:relative;clear:both; padding-bottom: 18px;font-size: 12px;background: #0d2f4e; }

        /*topbar
        ---------------------------------------------------------------------------------------------*/
        .topbar{position:fixed;_position:absolute;width:100%; min-width: 1000px; top: 0;z-index:11;}
        .topbar-link{ padding: 0 32px;height:28px;line-height:28px;text-align: right;font-size:12px; color:#2e77b6;background:#154f82;}
        .topbar-link a{color:#809eb7; font-weight: bold;}
        .topbar-link a:hover{color:#fff;}
        .topbar-link a:visited{color:#809eb7;}
        .topbar-link .topbar-contact{padding-left:16px; color:#ebb223; background: url('../images/topbar-contact.png') no-repeat left 2px;}
        .topbar-link .topbar-contact:hover{color:#ebb223;}
        .topbar .topbar-tel{font-weight:bold; color:#fff;}
          .topbar .topbar-tel span{font-weight:normal;font-size: 16px;line-height:28px;}
        .topbar-contactbox{display:none;position:fixed;_position:absolute; top: 30px;right: 360px;z-index: 100; padding: 20px; background: #fff;border-bottom:6px solid #0163b3;
        -webkit-box-shadow: 0px 5px 10px rgba(51,51,51,0.4);box-shadow: 0px 5px 10px rgba(41,41,41,0.4);}
        .topbar-contactbox div{padding:6px 0;}
        .topbar-main{ position: relative;padding: 0 32px;  border-top: 1px solid #1286cd; border-bottom: 1px solid #dde5ec; background:url('../images/topbar-main.png') repeat-x left top;}
        .topbar-logo{ display: inline; float: left; margin-bottom:0;}
		.topbar-logo a{display: block; width:160px; height: 50px; text-indent:-9999px;background: url('../images/topbar-logo.png') no-repeat center top; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://netzone.com/images/topbar-logo.png'); _background-image: none;cursor: pointer;}
        .topbar-logo a.topbar-logo-s{ background: url('../images/topbar-logo-s.png') no-repeat center top; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://netzone.com/images/topbar-logo-s.png'); _background-image: none; }
        .topbar-nav{display: inline; float:left;margin-bottom:0; padding:0 24px;}
        .topbar-nav li{display: inline;float: left; position: relative;}
        .topbar-nav li.current{background:#3e7bb0;}
        .topbar-nav li.current li{background:#fff;}
        .topbar-nav li a{display: block; text-decoration: none;font-family:Arial,Microsoft YaHei,simhei,STSong,simsun;}
        .topbar-nav li a.topbar-nav-a{padding:0 20px; line-height:50px;color: #cbe2e8; font-size:18px; font-family:Arial,Microsoft YaHei,simhei,STSong,simsun;}
        .topbar-nav li.over a.topbar-nav-a{color: #fff;background:url('../images/topbar-nav-hover.png') repeat-x left top;}
        a.webcache,a.webcache:hover{font-size:18px;color: #fff;padding:0 20px; line-height:50px;width:72px;} 
        a.webcache{text-indent: -9999px;background:url('../images/topbar-wc.png') no-repeat 50% 50%;}
        a.webcache:hover{text-indent:0px;background:url('../images/topbar-nav-hover.png') repeat-x left top;}
        
        .topbar-nav ul {display:none;position: absolute;left:0;top: 50px;z-index: 99;border-bottom: 6px solid #0163b3;background:#fff;-webkit-box-shadow: 0px 5px 10px rgba(51,51,51,0.4);box-shadow: 0px 5px 10px rgba(41,41,41,0.4);}
        .topbar-nav .topbar-subnav{ width: 112px;}
        .topbar-nav .topbar-solutionnav{z-index: 97; width: 880px;}
        .topbar-nav .topbar-solutionnav li{ padding: 12px; }
        .topbar-nav .topbar-solutionnav li a{ display:inline; padding: 0; font:12px Arial,Helvetica, Sans-Serif , simsun , Microsoft YaHei,STSong; line-height:12px;color: #0072ca; background: none;}
        .topbar-nav .topbar-productnav{ display: none;position: absolute;left:0;top:50px;z-index: 98;width: 250px;padding:12px 20px;border-bottom: 6px solid #0163b3;background:#fff;-webkit-box-shadow: 0px 5px 10px rgba(51,51,51,0.4);box-shadow: 0px 5px 10px rgba(41,41,41,0.4);}   
        .topbar-nav .topbar-productnav dt{float:left;width:110px;padding-left: 15px;list-style:disc inside;color:#666;background: url('../images/topbar-dt.png') no-repeat 5px center;} 
        .topbar-nav .topbar-productnav dt a{padding:0;font-size:14px;font-weight:normal;line-height:1.5;color:#0072ca; background: none;}
        .topbar-nav .topbar-productnav dt a:hover{text-decoration:underline;}
        .topbar-nav .topbar-productnav a.col3{padding:20px 0;}
        .topbar-product-series{display: inline-block;font-family: Arial,Helvetica, Sans-Serif , simsun , Microsoft YaHei,STSong;line-height: 16px;padding: 0 0 12px 0;}
        .topbar-productnav-subtitle{color: #aaa;font-size: 12px;}
        .series-second{padding-left: 40px;}
        .topbar-subnav li{ display:block; float:none;}
        .topbar-subnav li a{ width: 112px;
            font-size:14px; line-height:40px; text-align: center;color: #0072ca; background: none;}
        .topbar-subnav li a:hover{ color:#fff;background:#0072ca;}
        .topbar-search{ display: none; position:absolute;top: 15px;right: 32px; width:175px; height:22px;background: url('../images/topbar-search.png') no-repeat left top;}
        .topbar-search input,.topbar-search input:focus{position:absolute; top: 1px;right:8px; width:140px; padding:2px; background: none; border:none; color:#fff; font-size:12px;}
        .topbar-search button{ width:22px; height:22px;padding: 0; background:none;}
        /*nav
        ---------------------------------------------------------------------------------------------*/
		.nav-black{width:100%; background:url('../images/nav-black.png') repeat-x left top;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://netzone.com/images/nav-black.png'); _background-image: none;}
		.nav-white{width:100%; background:url('../images/nav-white.png') repeat-x left top;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://netzone.com/images/nav-white.png'); _background-image: none;}
		.nav li{display:inline;float:left;line-height:50px;font-family:Arial,Microsoft YaHei;}
		.nav li a{display:block;padding:0 24px 1px; color: #fff;}
		.nav li a:visited{color: #fff;}
		.nav li.current a{font-weight:bold;background:url('../images/nav-hover.png') no-repeat center bottom;}
		/*subnav
		---------------------------------------------------------------------------------------------*/
		.subnav{background:#fff; border-bottom: 1px solid #eee;}
		.subnav ul{padding:16px 0; }
		.subnav li{display:inline;float:left;line-height:22px;font-family:Arial,simsun,Microsoft YaHei;}
		.subnav li a{display:block;padding:0 22px; border-right: 1px solid #e5e5e5; color: #0072ca;}
		.subnav li a:hover{color:#999;}
		.subnav li.current a{color:#999;}
		/*sidebar
		---------------------------------------------------------------------------------------------*/
		.sidebarbox{padding: 12px 0;border-top:2px solid #666;}
		/*footer
		---------------------------------------------------------------------------------------------*/
		.footer a{color: #809eb7;}
		.footer a:hover{text-decoration: underline;}
		.footer a:visited{color: #809eb7;}
		.footer strong{color: #809eb7;}
		.footer-left,.footer-copyright{float: left; width: 360px; line-height: 3;color: #809eb7;}
		.footer-btn{float: left;width: 220px; height: 36px; background: #0f365a url('../images/footer-btn.png') no-repeat  center bottom;cursor: pointer;}
		.footer-copyright{ text-align: right;}
		.footer-link{ display: none;padding: 20px 0; line-height:2;background: #0f365a;color: #fff;}
		.footer-col{display: inline;float: left; width: 142px; padding-left:50px;}
		.footer-link a{ padding-left: 14px;line-height:2;background: url('../images/footer-link.png') no-repeat 4px center;}
		.footer-weixin{display: inline;cursor: pointer;}
		.footer-weixin:hover .footer-weixin-content{display: block;}
		.footer-weixin-content{display: none;position: absolute;z-index:10;left: -22px; bottom: 36px; width: 258px; padding: 250px 6px 0;background: #fff url('../images/weixin.png') no-repeat center 10px;color: #333;border: 1px solid #ddd;text-align: center;
        }
        .footer-weixin-hack{position: absolute;left: 128px; bottom: -7px; width: 20px;height: 7px;
            background: url('../images/weixin-bg.png') no-repeat center center;}
        
		/*top
		---------------------------------------------------------------------------------------------*/
		.backtop{display:none;height:49px;width:48px;position:fixed;_position: absolute;
            bottom:113px;left:50%;margin-left:490px;background: url('../images/back-to-top.png') no-repeat left center;}
		.backtop:hover{background-position:right center;}
/*index
-----------------------------------------------------------------------------------------------------*/
.index-banner{position:relative;height:400px;padding-top:80px;}
.index-banner-footer{position:absolute;bottom:0;z-index:9;width:100%; height:30px; background:url('../images/index-banner-footer.png') repeat-x bottom;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/index-banner-footer.png'); _background-image: none;}
.index-banner-footer .inner{position: relative; height:30px;}
.index-banner-news{margin: 0;}
.index-banner-news li{line-height: 30px;}
.index-banner-news li a{ color: #333; font-size:12px;}
a.index-banner-morenews{ position: absolute; right:370px; bottom: 0; line-height: 30px; font-size: 12px;color: #fff;}
.index-banner-thumbsbox{position:absolute;bottom:0;z-index:10;width:100%; height:0px;}
.index-banner-thumbs{ position: absolute; z-index:10;right:0; bottom:0;}
.index-banner-thumbs li{float:left;margin-left:18px;}
.index-banner-thumbs li a{ position: relative;display:block;padding:4px;border: 1px solid #ccc; background:url('../images/index-banner-thumbs.png');_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/index-banner-thumbs.pn'); _background-image: none;}
.index-banner-slider{position:absolute;width:100%;height:400px;top:80px;z-index:1;overflow:hidden;}
.index-banner-slider li{position:absolute;width:100%;height:400px;}
.index-banner-slider li div{height:400px;}
.index-banner-slider li a{display: block; height: 400px;}
.index-banner-slider-item1{background:#1984cc;}
.index-banner-slider-item1 div{background:url('../pic/index/banner16.jpg') no-repeat center top;}
.index-banner-slider-item2{background:#001f55;}
.index-banner-slider-item2 div{background:url('../pic/index/banner12.jpg') no-repeat center top;}
.index-banner-slider-item3{background:#004c90;}
.index-banner-slider-item3 div{background:url('../pic/index/banner13.jpg') no-repeat center top;}
.index-banner-slider-item4{background:#001f41;}
/*.index-banner-slider-item4{background:url('../pic/index/banner4-bg.png') repeat-x;}*/
.index-banner-slider-item4 div{background:url('../pic/index/banner14.jpg') no-repeat center top;}
.index-banner-slider-item5{background:#000;}
.index-banner-slider-item5 div{background:url('../pic/index/banner8.jpg') no-repeat center top;}
.index-banner-slider-item9{background:#001f55;}
.index-banner-slider-item9 div{background:url('../pic/index/banner12.jpg') no-repeat center top;}
.index-container{ background:#e8e8e8 url('../images/index-content-bg.png') repeat-y center top;}
.index-content{ position: relative;width:1020px;margin:0 auto;padding: 30px 0;}
.index-content-outer{position: relative;width:1020px;height:148px;overflow:hidden;}
.index-content-outer ul{
    position: relative; width: 4000px;
}
.index-content-gol,.index-content-gor{position: absolute; top: 94px; display: block; width: 12px; height: 20px; background-image:url('../images/index-content-go.png'); cursor: pointer;}
.index-content-gol{left:-16px;background-position: left;}
.index-content-gor{right:-16px;background-position: right;}
.index-content li{display:inline;float:left;width: 326px; height:148px; padding:0 7px;  background: url('../images/index-content.png') no-repeat 7px top;}
.index-content1 div,.index-content2 div,.index-content3 div{padding:28px 16px 24px 124px;}
.index-content li div p{font-size:12px;line-height:1.5;}
.index-content1 div{ background: url('../images/index-content1.jpg') no-repeat 20px 28px;}
.index-content1 h5 a,.index-content4 h5 a,.index-content7 h5 a{color: #1e5b90;}
.index-content2 div{ background: url('../images/index-content2.jpg') no-repeat 20px 28px;}
.index-content2 h5 a,.index-content5 h5 a{color: #29901e;}
.index-content3 div{ background: url('../images/index-content3.jpg') no-repeat 20px 28px;}
.index-content3 h5 a,.index-content6 h5 a{color: #df2b01;}
.index-content .index-content4,.index-content .index-content5,.index-content .index-content6,.index-content .index-content7{width:286px;height:118px;padding:27px;}
.index-case{ display: inline;float: left;margin: 0 3px;}
.index-case div{margin-bottom: 4px;padding:2px;background:url('../images/index-content4.png') no-repeat;}
.index-content5 dt,.index-content6 dt,.index-content7 dt{font-size: 12px;font-weight: normal;line-height: 1.8;}
.index-content5 dt a,.index-content6 dt a,.index-content7 dt a{
padding-left: 15px;color:#666;background: url('../images/topbar-dt.png') no-repeat 5px center;overflow:hidden;text-overflow:ellipsis;width:160px;height: 22px;display: block;}
.index-content5 dt span,.index-content6 dt span,.index-content7 dt span{color: #999;}
/*solution
-----------------------------------------------------------------------------------------------------*/
.solution-header-bg{ background:url('../images/solution/header-bg.png') repeat-x center bottom;}
.solution-header{width:100%;padding-top: 209px;background:url('../images/solution/header.jpg') no-repeat center bottom;}
.solution-header h1{display: none;}
.solution-nav li{display:inline;float:left; width:88px; margin-left:6px;line-height:36px;font-family:Arial,STXihei,Microsoft YaHei;}
.solution-nav li a{display:block; text-align:center; color: #fff; background:#a5b8c8;}
.solution-nav li.current a{ color:#000; background:#fff;}
.solution-nav li a:visited{ color: #fff;}
.solution-nav li.current a:visited{ color:#000;}
.solutionbox{ width: 100%;padding-bottom: 24px; padding-top:56px; 
    background:url('../images/solutionbox.png') repeat-x center 16px;}
.solutionbox-bottom{width: 100%;padding-bottom: 64px;margin-bottom: -40px;
        background:url('../images/solutionbox-bottom.png') repeat-x bottom;}
.solution-about{padding-top:20px;}
.solution-logo{ height:280px; background: url('../images/solution/logo.png') no-repeat center center;}
.solution-company ul li{padding:12px 0;}
	/*hong*/
	.client-title{width: 220px;	height: 47px;padding: 35px 0 58px 0;background: #fff url('../images/solution/client-list-bg.png') no-repeat left top;text-align: right;}
	.client-list{padding: 10px 0;	}
	.client-list ul li{float:left;width: 140px;padding: 0;margin-left: 32px;line-height: 24px;list-style-type:disc ;color: #666;}
	.casestudy{	padding: 40px 0;}
/*product
-----------------------------------------------------------------------------------------------------*/
.product-header{ position: absolute; top: 0;
    width:100%;padding-top: 123px;background: #1c2336 url('../images/header-product.jpg') no-repeat center bottom;}
.product-nav{position: relative;height:167px;}
.product-nav-outer{ position: relative;width:960px;height:162px;overflow:hidden;}
.product-nav-outer ul{ position: relative; width: 2000px;}
.product-nav-gol,.product-nav-gor{position: absolute; top: 72px; display: block; width: 12px; height: 20px; background-image:url('../images/product-nav-go.png'); cursor: pointer;}
.product-nav-gol{left:-16px;background-position: left;}
.product-nav-gor{right:-16px;background-position: right;}
.product-nav li{display:inline;float:left;padding:0 10px;width:220px;height:135px;background: url('../pic/product/product-nav.png') no-repeat left top; _background: none;}
.product-nav li a{display:block;padding:14px 24px;height:92px;_height:107px; font-size: 18px; color: #000; text-decoration: none;cursor: pointer;}
.product-nav li a:visited{color: #000;}
li.product-nav-title{padding:10px 0 0 20px;}
a.product-nav-other,a:hover.product-nav-other{font-size: 14px;float: right;padding:0 8px 6px 0;}
a.product-nav-other{color: #CBE2E8;}
a:hover.product-nav-other{color: #fff;}
.product-nav1 a{background: url('../pic/product/product-nav1.png') no-repeat center top;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='pic/product/product-nav1-ie.png'); _background-image: none;}
.product-nav2 a{background: url('../pic/product/product-nav2.png') no-repeat center top;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='pic/product/product-nav2-ie.png'); _background-image: none;}
.product-nav3 a{background: url('../pic/product/product-nav3.png') no-repeat center top;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='pic/product/product-nav3-ie.png'); _background-image: none;}
.product-nav4 a{background: url('../pic/product/product-nav4.png') no-repeat center top;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='pic/product/product-nav4-ie.png'); _background-image: none;}
.product-nav5 a{background: url('../pic/product/product-nav5.png') no-repeat center top;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='pic/product/product-nav5-ie.png'); _background-image: none;}
.product-nav6 a{background: url('../pic/product/product-nav6.png') no-repeat center top;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='pic/product/product-nav6-ie.png'); _background-image: none;}
.product-subnav{
    position: absolute; top:290px;width:100%;background: #fff;border-bottom: 1px solid #eee;
}
.product-subnav ul{
    width:960px; margin: 0 auto;padding:12px;
}
.product-subnav ul li{
    float: left;padding:0 16px;
    border-right: 1px solid #eee;
}
.product-subnav ul li a{
    color: #0072ca;font-size: 14px;
}
.productbox{ width: 100%;padding-bottom: 24px; padding-top:56px; 
    background:url('../images/productbox.png') repeat-x center 16px;}
.productbox h3{font-size: 24px;color: #194990;}
.productbox h3 span{font-size: 14px;color: #666;}
.productbox h4{font-size: 14px;font-weight: bold;}
.productbox p{margin-bottom:2em;}
.productbox-bottom{width: 100%;padding-bottom: 64px;margin-bottom: -40px;
        background:url('../images/productbox-bottom.png') repeat-x bottom;}
.product-info li{display: inline; float:left; width:204px; padding:1px 8px 3px; margin: 0 10px; background:url('../images/product-info.png') no-repeat left top;}
.product-info li div{ height:130px; padding-top: 8px;background-repeat:no-repeat;}
.product-info li div h6{ text-align:center;}
.product-info1 div{background-position: center 0;}
.product-info2 div{background-position: center -138px;}
.product-info3 div{background-position: center -276px;}
.product-info4 div{background-position: center -414px;}
.product1-info li div{background-image:url('../pic/product/product1-info.jpg');}
.product2-info li div{background-image:url('../pic/product/product2-info.jpg');}
.product3-info li div{background-image:url('../pic/product/product3-info.jpg');}
/*news
-----------------------------------------------------------------------------------------------------*/
.news-article{padding-top: 20px; border-bottom: 1px solid #ccc;}
.news-article h4{ }
.news-article-footer{ padding:12px 0;}
.news-article-time{float: left; padding-left: 8px; font-size: 12px; color: #999;}
.news-article-top{float: right; padding:0 8px; font-size: 12px; color: #0072ca; background:#dbdada;}
/*about
-----------------------------------------------------------------------------------------------------*/
.about-article,.about-value,.about-honor{padding:30px 0;}
.about-article{border-bottom: 1px solid #ccc;}
.about-value{border-bottom: 1px dashed #ccc;}
.about-value h5{color:#999;}
/*job
-----------------------------------------------------------------------------------------------------*/
.job-article{padding:30px 0;}
.job-list{font-size: 12px;border-bottom: 1px dashed #ccc;}
.job-item{line-height: 40px;border-top: 1px dashed #ccc;cursor: pointer;}
.job-item-title{ text-indent:12px;color: #0072ca;background:url('../images/job-item-title.png') no-repeat left top;}
.job-item-time{color: #999; text-align: right;}
.job-item-info{ display: none; padding: 12px 0; line-height: 2;border-top: 1px dashed #ccc;}
/*service
-----------------------------------------------------------------------------------------------------*/
.service-header-bg{ position:fixed;_position:absolute; z-index:10; width:100%;background: #1e5e95 url('../images/header-service-bg.png') repeat-x center 80px;}
.service-header{ width:100%;padding-top: 205px;background: url('../images/header-service.jpg') no-repeat center 80px;}
.service-header h1{display: none;}
.service-content{padding-top:310px;}
.service{padding:10px 0;}
.service h3{position: relative; margin-bottom:.1em;}
.service h3 span{margin-left:12px;font-size: 12px; font-family:Arial,simsun;color:#999;}
.service h3 address{position: absolute; right:40px; top: 32px;font:12px normal Arial,simsun;color: #333;}
.service ul{font-size: 12px;border-top: 1px dashed #ccc;}
.service li{padding:8px 0;line-height: 24px;border-bottom: 1px dashed #ccc;}
.service-contact{padding-top: 20px;}
.service-contact li{ float: left; width:320px; font-size:12px;}
.service-contact p{margin-bottom:6px;}
.service-contact div{width:224px;height:60px; margin: 0 auto;
    background-image:url('../images/service.png');background-repeat:no-repeat;}
.service-contact1 div{background-position: left;}
.service-contact2 div{background-position: -224px center;}
.service-contact3 div{background-position: -448px center;}
.service-contact4 div{background-position: -672px center;}
.service-contact div a{display:block;width:224px;height:50px;}
/*soft
-----------------------------------------------------------------------------------------------------*/
.soft-banner{position: relative; width: 960px; height:305px;margin: 0 auto;background:url('../images/soft-banner.jpg') no-repeat;}
.soft-banner-versions{position: relative; width: 960px; height:305px;margin: 0 auto;background:url('../images/soft-banner-versions.jpg') no-repeat;}
.soft-banner-link1,.soft-banner-link2{ position: absolute; top: 147px; display: block; width:235px; height:45px; text-indent:-9999px;}
.soft-banner-link1{left: 46px;}
.soft-banner-link2{left: 207px;}
.soft-banner-link3,.soft-banner-link4{ position: absolute; top: 274px; font-size:12px; color: #496991;}
a.soft-banner-link3,a:visited.soft-banner-link3{color: #496991;}
.soft-banner-link3{left: 406px;}
.soft-banner-link4{left: 560px;}
.soft-tip{margin:10px;padding:4px 12px;font-size:12px;color:#a6741c;background: #fdf5bc;}
.soft-tip a{color:#0078b6;}
.soft-tip span{float:right;margin:0 4px;cursor:pointer;}
#soft-tip-close{color:#0078b6;}
.soft-tab{position:absolute; left:12px; bottom:0; margin:0; font-size:16px; }
.soft-tab li{float: right; width:88px; margin-left:10px; text-align:center; line-height: 36px;}
.soft-tab li a{ display: block; color:#ccc; background:#11446f;font-family: Arial,Microsoft YaHei;}
.soft-tab li.current a{color:#000;background:#fff;}
.softbox{padding:20px 0; font-size:12px;}
.softbox strong{color: #0072CA;}
.softbox a:hover{text-decoration: underline;}
.softbox1,.softbox2{ margin-right:9px;border-right: 1px solid #eee;}
.softbox1 h4,.softbox2 h4,.softbox3 h4{color:#194990;}
.softbox1 h4 span,.softbox2 h4 span,.softbox3 h4 span{display: block;font-size:12px; font-family:Arial,simsun; color: #999;}
.softbox1 a,.softbox2 a,.softbox3 a{padding-left:16px; background: url('../images/soft-ico.png') no-repeat left center;}
.softbox3 table{
    border-top: 1px dashed #eee;
}
.softbox3 th{
    color: #75a5c9; font-size: 14px; background: #fff;padding:6px 20px 0;padding-left: 0; 
}
.softbox3 td{
    border-bottom: none;padding:3px 20px;padding-left: 0;color: #999;
}
.soft-isp{float:right;padding: 12px;}
.soft-toogle{color:#A6741C ;background: #FDF5BC;padding:2px 6px;-webkit-border-radius:3px;
        -moz-border-radius:3px;border-radius:3px;}
.soft-link{ padding: 10px 0;border-top:1px dashed #ccc;}
.soft-link li{ float: left; width: 104px; margin: 0 2px; padding-left:36px; background-image: url('../images/soft-link.png'); background-repeat: no-repeat;}
.soft-link1{background-position:left 0;}
.soft-link2{background-position:left -34px;}
.soft-link3{background-position:left -68px;}
.soft-link4{background-position:left -102px;}
.soft-link a{line-height: 34px; font-family:Arial,Helvetica,Sans-Serif,Microsoft YaHei,STSong,simsun;color:#666;}
.soft-link a:hover{ color: #194990;}
.soft-tools{padding: 10px 0;border-top:1px dashed #ccc;line-height: 34px;}
.soft-tools span{margin:0 10px;}
.soft-tools a{margin:0 10px;padding-left:14px;font-size: 12px; background: url('../images/soft-ico.png') no-repeat left center;}
#soft-table{ display: none;padding: 30px;}
.soft-table{width: 540px;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;}
.soft-table th,.soft-table td{padding: 12px; width:135px;}
.soft-table th{ line-height: 36px; font-size: 16px;font-weight: normal;font-family:Arial,Helvetica,Sans-Serif,Microsoft YaHei,STSong,simsun; color: #666;background: #fff;}
.soft-table td{font-size: 14px; border-top: 1px solid #e5e5e5;border-bottom: none;}
.soft-table .odd{background-color: #f9f9f9;}
/*pa
-----------------------------------------------------------------------------------------------------*/
.pa-content{ padding-top: 20px;background: url('../images/pa-content.jpg') no-repeat center 40px;}
.pabox{ padding:30px;}
.pabox h4{ color: #fff;}
.pa-form div{padding: 10px 0;}
.pa-submit{ float:left; width:100px; height:42px; text-indent: -9999px; background: #f5f5f5 url('../images/pa/pa-submit.png') no-repeat left top;border:none;}
/*agentbox
-----------------------------------------------------------------------------------------------------*/
.agentbox h4{color:#0072ca;}
.agent-submit{float:left; width:100px; height:42px; text-indent:-9999px;background: #f5f5f5 url('../images/agent-submit.png') no-repeat left top;border:none;}
/*register
-----------------------------------------------------------------------------------------------------*/
.registerbox h4{color:#0072ca;}
.registerbox .col{margin: 0;}
.register-submit{float:left; width:100px; height:42px; text-indent:-9999px;background: #f5f5f5 url('../images/register-submit.png') no-repeat left top;border:none;}
/*search
-----------------------------------------------------------------------------------------------------*/
.search-bar{padding-top:78px;width:100%;height:75px;border:1px solid #999;background:#e4ecee url('../images/search-bg.png') repeat-x left bottom;}
.search-bar form{padding:22px 0 23px 160px;background:url('../images/search-h2.png') no-repeat 10px center;}
.search-bar input{width:640px;padding:5px 5px 6px;}
.search-bar button{width:73px;height:29px;margin-left:12px;padding:0;background: url('../images/search-btn.png') no-repeat left top;}
.search-content{width:600px;}
.search-content li{padding:10px 0;line-height:1.5;}
.search-title a{color: #0072ca;}
.search-title a span{color: #c00;}
.search-link{font-size:12px;color:#7eb9e7;}
.search-info{padding-top:6px;font-size:12px;}
.search-page a{padding:0 4px;font-weight:bold;color:#0072ca;}
.search-page a.current{color:#333;}
/*help
-----------------------------------------------------------------------------------------------------*/
.help-bg{background:#f0f0f0 url('../images/help-bg.png') repeat-y center top;}
.help-wrap{background:url('../images/help-wrap.png') repeat-x top;}
.help-container{ background: url('../images/help-tree.jpg') no-repeat center top;}
.help-tree{position: relative;height: 600px; font-size: 12px;}
.help-tree ul{position: absolute;padding: 6px 0;}
.help-tree ul li a{padding: 0 6px;}
.help-tree ul li a:hover{ text-decoration: none; border-bottom: 1px solid #f9b600;}
.help-tree .help-tree1{left:290px; bottom: 170px;padding-bottom: 100px; border-left: 3px solid #f9b600;}
.help-tree .help-tree2{right:440px; bottom: 240px;padding-bottom: 180px;text-align: right; border-right: 3px solid #f9b600;}
.help-tree .help-tree3{left:576px; top: 270px;padding-top: 100px; border-left: 3px solid #f9b600;}
.help-tree .help-tree4{right:158px; top: 188px;padding-top: 100px;text-align: right; border-right: 3px solid #f9b600;}
.help-tree .help-tree1-3{position: absolute;left:-120px; width: 120px; bottom: 46px; border-bottom: 1px solid #f9b600;}
.help-tree .help-tree1-3 a:hover,.help-tree .help-tree3-4 a:hover{ border-bottom: none;color: #fff; background: #0072ca;}
.help-tree .help-tree3-4{position: absolute;left:-120px; width: 120px; top: 140px; border-top: 1px solid #f9b600;}
.help-box{padding: 6px 0;margin-bottom: 20px;box-shadow: 0px 0px 20px #ccc;*border:1px solid #ccc; background-color: #fff;-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.help-box h3{ font-size: 26px;padding: 10px 0;border-bottom: 2px solid #eee;}
.help-box h5{padding-left: 6px;}
.help-case,.help-down{padding: 6px 0;}
.help-case li{float: left; width: 350px;}
.help-case li h5{float: left; width: 140px;}
.help-case li a{display: inline;float: left;width: 73px;height: 18px; margin-top: 3px;margin-right: 14px;background: url('../images/help-case.png') no-repeat;}
.help-case li a.help-case01{background-position:0 0;}
.help-case li a.help-case01:hover{background-position:0 -18px;}
.help-case li a.help-case02{background-position:0 -36px;}
.help-case li a.help-case02:hover{background-position:0 -54px;}
.help-down li a{ float: left;margin-right:20px;padding-left:14px;font-size: 12px; background: url('../images/soft-ico.png') no-repeat left center;}
.help-faq{padding-left: 10px; padding-bottom: 12px;font-size: 12px;}
.help-faq li{ float: left; width: 280px; padding-right: 30px; list-style-type: square;list-style-position: inside;vertical-align: top; color: #AAD3F9;}
/*dealers
-----------------------------------------------------------------------------------------------------*/
.dealers-container{background:url('../images/dealers-content.jpg') #fff repeat-x top;_background-image:url('../images/dealers-content-ie.png');}
.dealers-content{padding-top:54px;}
.dealers-area li{ display:inline;float:left;width:158px;height:154px;margin:4px;padding:11px;line-height:18px;background:url('../images/dealers-area.png') no-repeat left top;_background-image:url('../images/dealers-area-ie.png');}
.dealers-area li h6{margin-top:5px;margin-bottom:15px;color:#985353;}
.dealers-area li div{font-size:12px;}
.dealers-area li span.tr{float:left;width:58px;padding-right:6px;text-align:right;color:#999;}
.dealers-area li .center{margin-top:10px;}
.dealers-condition{padding: 30px 0; border-bottom: 1px solid #ccc;}
.dealers-condition h5{ height:30px;background: url('../images/dealers-condition.png') no-repeat left top;}
.dealers-condition h5 a{display:block;width:130px;height:22px;}
.dealers-condition li{font-size:12px;}
.dealers-contact{float:right;width:300px;}
.dealers-contact h5{ margin-bottom: 6px;}
.dealers-contact h5 span{ float: right;color: #999;}
.dealers-contact ul{padding-top:4px; border-top: 2px solid #666;}
.dealers-contact li{ border-bottom:1px dashed #ccc; line-height:24px;}
.dealers-city{float: left; width:90px;}
.dealers-company{float: right; width: 210px;}
.dealers-company p{margin: 0;}
.dealers-company p.f12{color: #999;}
.dealers-company p a{ color: #c00;}
        /*map
        ---------------------------------------------------------------------------------------------*/

        .map{float:left;width: 620px;background-color: #FFF;height: 475px;}
        #gmap {width:550px;height:451px;position:relative;margin:0 auto 2em auto;background-image: url(../images/map/map.gif);background-repeat: no-repeat;display: block;}
        #gmap dd a{display: block;position:absolute;overflow:hidden;text-indent:-9000px;}
        /*é‚æ‰®æž‚*/
        a#xj { width:209px; height:155px;left:11px; top:63px;}
        a#xj:hover {background:url(../images/map/xj1.gif) no-repeat 0 0;}
        /*ç‘—èƒ¯æ£Œ*/
        a#xz { width:206px; height:126px;left:32px; top:208px;}
        a#xz:hover {background: url(../images/map/xz.gif) no-repeat  0 0;}
        /*é—ˆæŽ“æ£*/
        a#qh {width:130px;height:92px;left:149px;top:185px;z-index: 999;}
        a#qh:hover {background: url(../images/map/qh.gif) no-repeat 0 0;}
        /*é¢æ¨¿å€‘*/
        a#gs { width:151px; height:125px;left:185px; top:144px;}
        a#gs:hover {background:url(../images/map/gsh.gif) no-repeat 0 0;}
        /*éå‘°æŒ‹é™ï¿½*/
        a#lmg {width:232px; height:194px; left:232px; top:18px; z-index:199;}
        a#lmg:hover {background:url(../images/map/lm.gif) no-repeat 0 0;}
        /*æ¦›æˆ¦ç·³å§¹ï¿½*/
        a#hlj {width:120px; height:104px; left:421px; top:13px;}
        a#hlj:hover {background:url(../images/map/hlj.gif) no-repeat 0 0;}
        /*ç€¹ä½¸î˜´*/
        a#nx {width:28px; height:44px; left:294px; top:190px;}
        a#nx:hover {background:url(../images/map/nx.gif) no-repeat 0 0;}
        /*éšå¤‹ç„*/
        a#jl {width:88px; height:54px;left:441px; top:97px;}
        a#jl:hover {background:url(../images/map/jl.gif) no-repeat 0 0;}
        /*æˆè—‰ç•ž*/
        a#ln {width:62px; height:56px;left:427px; top:128px;}
        a#ln:hover {background:url(../images/map/ll.gif) no-repeat 0 0;}
        /*çžå˜ç¬¢*/
        a#sd {width:66px;height:42px;left:400px;top:198px;z-index: 999;}
        a#sd:hover {background:url(../images/map/sd.gif) no-repeat 0 0;} 
        /*å¨Œå†²å¯³*/
        a#hb {width:56px; height:78px; left:381px; top:144px; z-index: 990;}
        a#hb:hover {background:url(../images/map/heb.gif) no-repeat 0 0;}
        /*é–æ¤¾å«*/
        a#bj {width:16px; height:16px; left:397px; top:164px; z-index: 999;}
        a#bj:hover {background:url(../images/map/bj.gif) no-repeat 0 0;}
        /*æ¾¶â•‚è§¦*/
        a#tj {width:11px; height:17px; left:409px; top:175px; z-index: 999;}
        a#tj:hover {background:url(../images/map/tj.gif) no-repeat 0 0;}
        /*é—„æ›¡ã‚¿*/
        a#shx {width:51px; height:91px; left:309px; top:186px;}
        a#shx:hover {background:url(../images/map/shx.gif) no-repeat 0 0;}
        /*çžè¾«ã‚¿*/
        a#sx {width:36px; height:70px; left:352px; top:172px; z-index: 999;}
        a#sx:hover {background:url(../images/map/sx.gif) no-repeat 0 0;}
        /*å¨Œå†²å´¡*/
        a#hn {width:58px; height:57px; left:356px; top:222px;}
        a#hn:hover {background:url(../images/map/hl.gif) no-repeat 0 0;}
        /*å§¹ç†»å«ƒ*/
        a#js {width:50px; height:50px; left:415px; top:231px;}
        a#js:hover {background:url(../images/map/js.gif) no-repeat 0 0;}
        /*ç€¹å¤Šçª˜*/
        a#ah {width:49px; height:58px; left:402px; top:240px;}
        a#ah:hover {background:url(../images/map/ah.gif) no-repeat 0 0;}
        /*æ¶“å©ƒæ£*/
        a#sh {width:12px; height:16px; left:460px; top:262px;}
        a#sh:hover {background:url(../images/map/sh.gif) no-repeat 0 0; }
        /*å¨´æ¬ç™*/
        a#zj {width:38px; height:47px; left:438px; top:276px;}
        a#zj:hover {background:url(../images/map/zj.gif) no-repeat 0 0;}
        /*å§¹ç†»ã‚¿*/
        a#jx {width:49px; height:68px; left:393px; top:293px;}
        a#jx:hover {background:url(../images/map/jx.gif) no-repeat 0 0;}
        /*ç»‚å¿“ç¼“*/
        a#hj {width:43px; height:54px; left:421px; top:314px;}
        a#hj:hover {background:url(../images/map/hj.gif) no-repeat 0 0;}
        /*éªžå¤¸ç¬¢*/
        a#gd {width:82px; height:61px; left:351px; top:353px;}
        a#gd:hover {background:url(../images/map/gd.gif) no-repeat 0 0;}
        /*å¨´å³°å´¡*/
        a#hl {width:25px; height:20px; left:341px; top:419px;}
        a#hl:hover {background:url(../images/map/hal.gif) no-repeat 0 0;}
        /*éªžèƒ¯ã‚¿*/
        a#gx {width:79px; height:57px; left:297px; top:345px;}
        a#gx:hover {background:url(../images/map/gx.gif) no-repeat 0 0;}
        /*ç’é›çªž*/
        a#gz {width:63px;height:54px;left:287px;top:309px;z-index: 999;}
        a#gz:hover {background:url(../images/map/gz.gif) no-repeat 0 0;}
        /*æµœæˆå´¡*/
        a#yn {width:92px; height:96px; left:219px; top:310px;}
        a#yn:hover {background:url(../images/map/yn.gif) no-repeat 0 0;}
        /*é¥æ¶˜çª›*/
        a#sc {width:103px; height:98px; left:223px; top:250px;}
        a#sc:hover {background:url(../images/map/sc.gif) no-repeat 0 0;}
        /*é–²å¶…ç°¡*/
        a#cq {width:49px; height:48px; left:305px; top:273px;}
        a#cq:hover {background:url(../images/map/chq.gif) no-repeat 0 0;}
        /*å©€æ §å´¡*/
        a#hun {width:56px; height:65px; left:341px; top:297px;}
        a#hun:hover {background:url(../images/map/hn.gif) no-repeat 0 0;}
        /*å©€æ §å¯³*/
        a#hub {width:79px; height:47px;left:336px; top:262px;}
        a#hub:hover {background:url(../images/map/hb.gif) no-repeat 0 0;}
        /*é™ç‰ˆå’•*/
        a#tw {width:16px; height:39px;left:467px; top:346px;}
        a#tw:hover {background:url(../images/map/tw.gif) no-repeat 0 0;}