﻿@charset "utf-8";

/*面包屑和二级导航样式*/
#navbar{width: 960px;}
#site{height: 44px;width: 960px; margin: 0 auto;}
#site .site-left,#site .site-center,#site .site-right{float: left;}
#site .site-left,#site .site-right{width: 3px;height: 31px;background: url(../images/icon-sprite.png) no-repeat;}
#site .site-left{background-position: 0 0;}
#site .site-right{background-position: -4px 0;}
#site .site-center{width: 959px; height:38px;margin-top:8px;}
#site ul.ul-left{}
#site ul.ul-left li{ float: left;padding:7px 14px 7px 14px;margin-right:5px;}
#site ul.ul-left li strong{ color: #007bd0; float: left;}
#site ul.ul-left li strong.color1{color:#606060;}
#site ul.ul-left li span{display: block;width: 11px; height: 30px;}
#site ul.ul-left .cur{}
#site ul.ul-left .cur a{ }
#site ul.ul-left .cur .left{background-position: -9px -24px;}
#site ul.ul-left .cur .last{background-position: -25px -24px;}

#site ul.ul-right{padding-top: 6px;}
#site ul.ul-right li{float: left;}
#site ul.ul-right a{display: block;width: 18px;height: 19px;background: url(icon-sprite.png) no-repeat;}
#site ul.ul-right a.download{background-position: -55px -20px;}
#site ul.ul-right a.copy{background-position: -76px -20px;}
#site ul.ul-right a.print{background-position: -96px -20px;}
#site ul.ul-right a.share{background-position:  -147px -72px;margin-right:5px;}
#site ul.ul-right a.hide{display: none !important;}

#subnav{width:auto; height:44px;border-left:1px solid #e3e3e3;border-right:1px solid #e3e3e3;background: url(bg-2.png) repeat-x 0 38px;}
#subnav ul.ul-left{height: 18px;padding-top: 12px;padding-left: 16px;}
#subnav ul.ul-left li{float: left; margin-right: 18px;line-height: 150%;}
#subnav ul.ul-left li span{display: block;width: 18px; height: 18px;float: left;background: url(icon-sprite.png) no-repeat; margin-right: 6px;}
#subnav ul.ul-left li.simpleQuery span{background-position: -9px 0}
#subnav ul.ul-left li.advancedSearch span{background-position: -30px 0}
#subnav ul.ul-left li.dataMap span{background-position: -51px 0}
/*地图不可点击样式*/
#subnav ul.ul-left li.off span{background-position: -72px 0}
#subnav ul.ul-left li.off a{color: #A599A5;}
#subnav ul.ul-left li.viewChart span{background-position: -93px 0}
#subnav ul.ul-left li.viewChart span.no{background-position: -55px -42px;}
#subnav ul.ul-left a{vertical-align:middle}
#subnav ul.ul-left a:hover{color:#007bd0;}


