﻿@CHARSET "UTF-8";

/* reset */
* {
    margin: 0;
}
html, body {
    height: 100%;
    overflow: hidden;
}
input[type="text"]:focus,textarea:focus
{
	outline:none;
}
ul{
	margin-left: 0px;
}
/* ---------- extend bootstrap start ---------- */
.row-fluid .spanp300 {
    width: 300px;
}
.nav>li>a{padding:0px;}
.g-leftpanel .nav-tabs{border-bottom: none;}
.g-leftpanel .nav-tabs > li{
	position:relative;
	padding-top:1px;
	z-index:1;
}
.has-child a:focus{
	outline: none;
}
.tab-left{ width: 100%;/* float: left; */}

.g-leftpanel .nav-tabs > li.active{}
.g-leftpanel .nav-tabs > li#car_tabs{}
.g-leftpanel .nav-tabs > li#car_tabs.active{border-right:1px solid #ccc;}
.g-leftpanel .nav-tabs > li > a {
	border: 1px solid #ebebeb;
    margin-right: 0px;
    font-family: "微软雅黑";
    text-align:center;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
.g-leftpanel .nav-tabs > li > a:focus {
    border-top:none;
    border-right:none;
    border-left:none;
}
.g-leftpanel .nav-tabs > li > a:hover {
    border-top:none;
    border-right:none;
    border-left:none;
}
.g-leftpanel .nav-tabs > li > a.active {
    border-top:none;
    border-right:none;
    border-left:none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li:hover>a{    background: #71c0bf;color:#fff;}
.nav-tabs>li>a{line-height:28px;height:28px;border-radius:0px;}
.step-1{background:url("../images/step_1.png") center no-repeat ;}
.step-2{background:url("../images/step_2.png") center no-repeat;background-position-y:top;}
.step-3{background:url("../images/step_3.png") center  no-repeat;}
.special_nav li{float:left;display: block;}
.special_nav li a{display:block;padding: 15px 45px;/* border: 1px solid #ccc; *//* background: #62C07E; */border-top: none;/* border-left: 1px solid #ccc; */border-right: none;}
.special_nav>li.active>a, .special_nav>li.active>a:focus, .special_nav>li.active>a:hover, .special_nav>li:hover>a{/*background-color:#2d9dff;*/color:#2d9dff;text-decoration: none;background:url(../images/tabsjx_03.png) center bottom no-repeat;}
.special_type{margin:0;padding:0;border:0;outline:0;font-size:12px;background:transparent;height:36px;line-height:36px;min-height: 400px;/*border: 1px solid #EFEFEF*/;border-top: none;}
.g-map img
{
	max-width: none;
}
.g-map {
    width: 100%;
    height: 100%;
    background:url(../images/blankbg.png);
    position: absolute;
    z-index:99
}
.g-vmap {
    width: 100%;
    height: 100%;
    position: absolute;
    /*pointer-events: none;*/
    z-index:999;
}
/*.g-leftbody .tab-content {
	overflow-x: hidden;
	overflow-y: auto;
	background:#fff;
}*/
#allQueryresult ul {
	float: left;
	margin: 10px 0 0 10px;
}
#allQueryresult li{
	cursor: pointer;
	margin-top: 3px;
	float: left;
	width: 90px;
	height: 20px;
	line-height: 20px;
}
#allkeyQueryresult li{
	cursor: pointer;
	margin-top: 3px;
	float: left;
	width: 90px;
}


.tab-right-top{
	height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
    color: #467eec;
    font-weight: 600;
    background: #FFF;
  }
.tab-right-but{
	width: 100%;
	
    
}


.g-leftbody .form-horizontal .control-group{
	margin-bottom: 5px;
}
.form-horizontal :first-child.controls{padding-left:0;}
/* ---------- extend bootstrap end ---------- */

/* load mask */
.m-map-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100000;
    text-align: center;
}

.m-map-mask-info {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140px;
    height: 160px;
    margin: -80px -70px;
}

.m-map-mask-info div {
    margin: 10px 0;  
}
.map-copyright{
	position: absolute;
	bottom: 7px;
	text-align: center;
	left:40%;
}

/* ---------- layout start ---------- */
/* content module */
.g-content {
    width: 100%;
    position: absolute;
    top: 60px;
    bottom: 0px;
    left: 0px;
    /*background: url("../images/tool_bar_bg.jpg") repeat-x;*/
}

/* left module */
.g-leftbody {
    position: absolute;
    width: 337px;
    height: 100%;
    display:none;
   /*  border: 1px solid #cdcfd0; */
    /*border-top-right-radius:10px;*/
    margin-left: 0px;
    top:0px;
    left:0px;
    z-index:999999;
    /*background-color:#f5f5f5;*/
}

.shadow {
	/*-moz-box-shadow: 1px 2px 4px #C4C4C4;
	-webkit-box-shadow: 1px 2px 4px #C4C4C4;
	box-shadow: 1px 2px 4px #C4C4C4;*/
}

.tab-search{
	height:40px;
	margin-top:20px;
}
.g-leftbody .tab-content {
    /*position: absolute;
    top:32px;*/
    bottom:0;
    /* border: 1px solid #cdcfd0; */
    /* padding:0 8px 0px 0; */
}

.font-color{
   /* color:#467eec;*/
}
.ztree li{
	margin-bottom: 10px!important;
	background: #FFF;
}

.level0 li:hover{
	
}

.tab-zt{
	margin-top: 20px;
}
#tab-content{
	width: 100%;
	height:100%;
    float: left;
    
}
.g-leftbody .tab-content .poiLC{
	/*width: 170px;
	height:22px;*/
	width: 240px !important;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    font-family: SimSun;
    color: #818181;
    background: #fafcff;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.btn-default span{color: #fff;}
.btn-default{
	position: absolute;
    left: 316px;
    top: 13px;
    padding: 0;
    margin: 0;
    background: #2580dc;
    border: 1px solid #77b5f3;
    border-radius: 2px;
    width: 44px;
    height: 36px;
    line-height: 30px;
  }
.btn-default:focus{background:#2580dc; border:1px solid #77b5f3;}
.btn-default:hover{background:#58b876; border:1px solid #76d493;}
.g-leftbody .nav-tabs li{
	margin-bottom: 0px;
	width: 50%;
	/*border: 1px solid #CCC;
	border-bottom:0px;*/
}
.special_type_title.nav-tabs > li{border:1px solid #EFEFEF;text-align: center;margin-left: -1px;width: 93px;cursor: pointer;border-right: none;}
.special_type_title.nav-tabs > li.active{border-bottom:none;    background-color: #E4E4E4;}
.child-panel{
	background-color:#fff;
	border: 1px solid #eee;
    box-shadow: 2px 3px 4px rgba(0,0,0,.25);
}

/* right module */
.g-rightbody {
    left: 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    /* margin-right: 5px; */
    border: 1px solid #CCC;
    /*border-top-left-radius:10px;
    border-top-right-radius:10px;*/
    height: 100%;
}
#md-city{
	position: relative;
    /* top: 2px; */
    background: #ffffff;
    height: 34px;
    float: left;
    padding: 0 15px;
    /*width: 95px;*/
    /*box-shadow: 6px 6px 2px rgba(0,0,0,.15);*/
}
/* foot module */
.g-foot {
    padding: 0 10px;
    line-height: 20px;
    color: #fff;
    border: 1px solid #000;
    border-top: none;
    font-size: 12px;
    height: 20px;
    bottom: 0px;
    position: absolute;
    background:#467eec;
    display: none;
}

/* tool module */
.g-toolbar {
    /* position: absolute;
    left: 120px;
    top: 25px;
   line-height: 81px; 
    height: 30px;
    z-index: 999;
    background: transparent;
    width: 930px;*/
    
    width: 460px;
    z-index: 999;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    box-shadow: 1px 2px 1px rgba(0,0,0,.15);
    /* box-shadow: 2px 3px 1px rgba(0,0,0,.15); */
}
.toolBar2D_nav{/*float:left;*/}
.md-lefttitle{	
	margin-left:10px;
	height:30px;
	line-height:30px;
}
.md-lefttitle span{
	width:50px;
	font-size:16px;
	font-weight:bold;
	color:#cbcbcb;
}
.md-favtool{
	float:right;
	font-size:12px;
	line-height:20px;
	/*border: 1px solid #cdcfd0;*/
}
/* .md-favtool:hover{
	border: 1px solid #cdcfd0;
} */
.md-favtool span{
	font-size:12px;
	font-weight:normal;
	border: 1px solid #cdcfd0;
}

.g-toolbar .nav > li > a:hover, .g-toolbar .nav > li > a:focus {
    background: #ffffff;
    color:#000000;
	/*background:linear-gradient(#fbdb84,#facd53);
	-pie-background: linear-gradient(#fbdb84, #facd53);*/
	/*behavior:url(css/PIE.htc);*/
}
/* searchbox module */
.g-searchbox-content {
    position: absolute;
    display: none;
    margin: -3px 0px 0px 0px;
    background: #fff;
    top:46px;
    bottom: 0px;
    left:0;
    right: 0px;
    overflow: hidden;
    overflow-y: auto;
    border-left:1px solid #ccc;
    padding:10px 10px 0 5px;
    width: 337px;
}

/*
点线面样式
*/
.aonhrefp{background-image: url(../map3d/globe/geoglobe/images/point.png);padding-left:22px;font-size:16px;padding-top:3px; background-repeat: no-repeat;height: 22px;}
.aonhrefl{background-image: url(../map3d/globe/geoglobe/images/line.png);padding-left:22px;font-size:16px;padding-top:3px; background-repeat: no-repeat;height: 22px;}
.aonhreff{background-image: url(../map3d/globe/geoglobe/images/face.png);padding-left:22px;font-size:16px;padding-top:3px; background-repeat: no-repeat;height: 22px;}

.hoverhaveBorder{border-width: 1px;border-style: solid;border-color: blue;}


.g-searchbox-content.selected {
    display: block;
}

.g-searchbox-head {
    position: relative;
    background: #f7f7f7;
}

.g-searchbox-head .normal-title {
    height:42px;
    line-height:32px;
    padding: 0 0 0 10px;
    /*background: url("../images/normal_title_bg.png") left top no-repeat;*/
    background-color:#fff;
    /*margin-right:1px;*/
    color: #616161;
    font-size:14px;
    padding-top:5px;
    /*text-shadow: 1px 1px 1px #000;*/
    /*border:1px solid #cdcfd0;*/
    font-weight: bold;
}

.street-view{
	height:24px;
    width:24px;
    background: url("../images/eye.png") no-repeat;
    position: absolute;
    top:240px;
    left:36px;
}

.g-searchbox-head .close {
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.close {
    width: 30px;
    height: 28px;
    background-image: url(../../map/images/gdtdt/icon.5b1744f.png);
    background-repeat: no-repeat;
    background-position: -419px -18px;
    cursor: pointer;
    opacity: 0.8;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1.4;
    filter: alpha(opacity = 40);
}

/* map module */
.g-mapcontent {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    line-height: 1;
}

.g-mapcontent .g-map {
    width: 100%;
    height: 100%;
    position: absolute;
}

.g-map3d {
    width: 100%;
    height: 100%;
    position: absolute;
}
/* search list module */
ul.detail-result-list {
    margin: 0px;
}

.detail-result-list li {
    min-height: 40px;
    padding-left: 40px;
    margin: 0 0 8px 0;
    cursor: pointer;
}

.detail-result-list li .detail-result-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    color:blue;
}

.detail-result-list li .detail-result-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
    color: #666;
}
/* ---------- layout end ---------- */

.head-right {
    float: left;
    margin-left:0;
}

.head-right span {
    margin-right: 5px;
    color: #fff;
}

.head-right span a {
    color: #fff;
}

.head-right span a:hover {
    text-decoration: underline;
}

.site-info-right {
    float: right;
}

.site-info-right span {
    margin-right: 10px;
}

/* 分享 */
.g-share .sharebox {
    border: 1px solid #999;
    height: 100px;
    width: 290px;
    position: absolute;
    z-index: 3000;
    right: 10px;
    top: 10px;
    background-color: #fff;
    display: none;
}

.g-share .shareheader {
    width: 100%;
    height: 24px;
    color: #4c4c4c;
    background: rgb(249, 249, 249);
    border-bottom: 1px solid #dadada;
}

.g-share .shareheader .title {
    line-height: 24px;
    height: 24px;
    margin-left: 10px;
}

.g-share .share-close {
    float: right;
    position: relative;
    margin-top: -5px;
    margin-right: -5px;
    width: 30px;
    height: 28px;
    background: url("../images/close.png") center center no-repeat;
    cursor: pointer;
}

.g-share .shareinput {
    padding: 5px;
}

/* reset */
#md-classify{
	margin-left:5px;
}
.g-classify-serach {
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    height: 100%;
    margin-left:18px;
    margin-top:5px;
}

/************ icon ******************/
.icon-nav-left {
    position: relative;
    background-image: url(../images/nav-left.png);
    width: 25px;
    height: 20px;
    display: inline-block;
    background-position-x: 0px;
    background-position-y: 0px;
}

.nav-tabs a{
	color:#606060;
	font-size: 14px;
}

.icon-nav-left.bus {
    /*background-position: -39px -2px;*/
    background-image: url(../images/nav-bus.png);
    width:18px;
    height:20px;
    padding-right: 5px;
}

.icon-nav-left.symposium1 {
   	background: url(../images/gdtdt/subnav.png);
    width:40px;
    height:40px;
    margin: -5px 5px;
    padding-right: 5px;
    background-position: -16px -16px;
}

.nav li.active .icon-nav-left.symposium1, .nav li:hover .icon-nav-left.symposium1 {
   /* background: url(../images/img/symposium_a.png) no-repeat;*/
   background: url(../images/gdtdt/subnav.png);
   background-position: -72px -16px;
}


.icon-nav-left.symposium2 {
   	background: url(../images/gdtdt/subnav.png);
    width:40px;
    height:40px;
    margin: -5px 5px;
    padding-right: 5px;
    background-position: -16px -72px;
}

.nav li.active .icon-nav-left.symposium2, .nav li:hover .icon-nav-left.symposium2 {
   /* background: url(../images/img/symposium_a.png) no-repeat;*/
   background: url(../images/gdtdt/subnav.png);
   background-position: -72px -72px;
}

.icon-nav-left.symposium3 {
   	background: url(../images/gdtdt/subnav.png);
    width:40px;
    height:40px;
    margin: -5px 0px;
    padding-right: 5px;
    background-position: -16px -128px;
}

.nav li.active .icon-nav-left.symposium3, .nav li:hover .icon-nav-left.symposium3 {
   /* background: url(../images/img/symposium_a.png) no-repeat;*/
   background: url(../images/gdtdt/subnav.png);
   background-position: -72px -128px;
}


.icon-nav-left.favorite {
    background-image: url(../images/img/favorite.png);
    width:20px;
    height:20px;
    margin: -5px 4px;
    padding-right: 5px;
}

.nav li.active .icon-nav-left.favorite, .nav li:hover .icon-nav-left.favorite {
    background: url(../images/img/favorite_a.png) no-repeat;
}
.icon-nav-left.search {
    background: url(../images/img/search.png) no-repeat;
    width:20px;
    height:20px;
    margin: -5px 4px;
  	margin-right: 5px;
}
.nav li.active .icon-nav-left.search, .nav li:hover .icon-nav-left.search {
    background: url(../images/img/search_select.png) no-repeat;
}

.icon-nav-left.car {
    /*background-position: -83px -43px;*/
    background: url(../images/nav-car.png) left center no-repeat;
    width:21px;
    height:20px;
   /* padding-right: 5px;*/
}

.toolbar-icon {
    width: 13px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    background-image: url("../images/gdtdt/itools.png");
}
.toolbar-icons{
    width: 20px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    background-image: url("../images/tools-icon.png");
}

.toolbar {
    float: left;
}

.toolbar-icon.handler {
    background-position: -28px 5px;
}
.toolbar-icon.zb{
	background-position: 5px 3px;
}

.toolbar-icon.nohandler {
    background-position: -168px 0px;
    display: none;
}

.toolbar-icon.analysis {
    background-position: -67px -38px;
}

.toolbar-icon.tools {
    background-position: -41px -38px;
}

.toolbar-icon.clear {
    background-position: 5px -24px;
}
.toolbar-icon.tjzt {
    background-position: -433px -78px;
}

.toolbar-icon.clear3d {
    background-position: -62px 0px;
}
.toolbar-icon.full {
    background-position: 3px -52px;
}
.toolbar-icon.full3d {
    background-position: -94px 0px;
}

.toolbar-icon.myScenario {
    background-position: -121px 0px;
}
.toolbar-icon.return {
    background-position: -96px -93px;
}

.toolbar-icon.history {
    background-position: -180px -38px;
}

.toolbar-icon.photo {
    background-position: -375px 125px;
}

.toolbar-icon.true3d1 {
    background-position: -495px 125px;
}

.toolbar-icon.true3d2 {
    background-position: -467px 125px;
}

.toolbar-icon.dishistory {
    background-position: -182px -38px;
}

.toolbar-icon.dishistory3d {
    background-position: -190px 0px;
}
.toolbar-icon.mapStyleCase{
    background: url('../images/example.png');
}
/*
.toolbar-icon.cj {
    background-position: -1px 68px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
*/
.toolbar-icons.cj {
    background-position: 0px -35px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icons.cj3d {
    background-position: 0px -35px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
/*
.toolbar-icon.cm {
    background-position: -31px 68px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
*/

.toolbar-icons.cm {
    background-position: -28px -38px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icons.cm3d {
    background-position: -28px -38px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

/*
.toolbar-icon.ch {
    background-position: -403px 68px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
*/

.toolbar-icons.ch {
    background-position: -403px -35px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icons.ch3d {
    background-position: -403px -35px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}	

/*
.toolbar-icon.cl {
    background-position: -430px 126px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
*/

.toolbar-icons.cl {
    background-position: -430px 126px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icons.cl3d {
    background-position: -430px 102px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

/*
.toolbar-icon.df {
    background-position: -491px 66px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
*/

.toolbar-icon.df {
    background-position: -491px 66px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icon.df3d {
    background-position: -491px 143px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

/*
.toolbar-icon.ca {
    background-position: -494px 4px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icon.cd {
    background-position: -406px 4px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icon.dw {
    background-position: -62px 68px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icon.lk {
    background-position: -92px 68px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icon.pq {
    background-position: -122px 68px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icon.hc {
    background-position: -240px 0px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icon.pmark {
    background-position: -147px 68px;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icon.jc {
    background-position: -180px 68px;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icon.dy {
    background-position: -248px 68px;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icon.layer {
    background-position: -279px 68px;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icon.layer3d {
    background-position: -283px 68px;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icon.tl {
    background-position: -309px 68px;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
*/

.toolbar-icon.ca {
    background-position: -494px 4px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icon.ca3d {
    background-position: -494px 4px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icon.cd {
    background-position: -406px 4px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icon.cd3d {
    background-position: -406px 4px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icons.dw {
    background-position: -58px -36px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icons.dw3d {
    background-position: -58px -36px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icons.lk {
    background-position: -87px -36px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icons.lk3d {
    background-position: -87px -36px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icons.pq {
    background-position: -117px -38px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icons.pq3d {
    background-position: -117px -38px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icons.hc {
  /*  background-position: -235px 0px; */
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icons.hc3d {
    background-position: -240px 0px;
    width: 22px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icons.pmark {
    background-position: -148px -34px;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icons.jc {
    background-position: -179px -35px;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icons.dy {
    background-position: -248px -34px;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icons.layer {
    background-position: -279px -34px;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icons.layer3d {
    background-position: -279px -34px;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icons.tl {
    background-position: -307px -35px;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}


.toolbar-icon.share {
    background-position: -218px 68px;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icon.my_dt {
    background-position: -346px -77px;
}
.toolbar-icon.my_dz {
    background-position: -375px -35px;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}
.toolbar-icon.my_fa {
    background-position: 11px -78px;
    width: 25px;
    height: 28px;
    margin-right: 3px;
    margin-left: 3px;
}
.toolbar-icon.my_zt {
    background-position: -327px 0px;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px;
}

.toolbar-icon.lonlaton {
    background-position: -64px -36px;
}


.toolbar-icon.lonlaton3d {
    background-position: -64px -36px;
}

.toolbar-icon.dou3d {
    background-position: -3px -133px;
}

.toolbar-icon.pq3d {
    background-position: -60px -132px;
}

.toolbar-icon.fly3d {
    background-position: -155px -133px;
}

.toolbar-icon.export {
    background-position: -254px -38px;
}


/* 
  * * 小组件 以u打头 
  */
.u-Popup{
    display: none;
    position: absolute;
    top:29px;
    left:1px;
    /*padding: 4px;*/
    padding-right: 0px;
    border: 1px solid #ccc;
    background:#fff;
    z-index: 6;
    border: 1px solid #ccc;
}
.u-Popup2D{left:0px;top:28px;}
.u-Popup ul.unstyled > li:first-child{
	margin-top: 5px;
}

/* 关闭按钮 */
div.u-close {
    width: 30px;
    height: 28px;
    background: url("../images/close.png") center center no-repeat;
    cursor: pointer;
}


.u-west-toggle.open {
    /* background: url("../images/toggle.png"); */
}

.u-west-toggle {
    position: absolute;
    /* top: 45%; */
    /* left: -1px; */
	top: 9px;
	left: 0;
    width: 20px;
    height: 40px;
    /* background: url("../images/toggle_open.png"); */
	background: hsla(0,0%,100%,.6);
	border: 1px solid #aaa;
	border-left: none;
    z-index: 699;
    cursor: pointer;
}

.u-west-toggle .toggle-chevron {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -6px;
	font-size: 12px;
	color: #B7B7B7;
}

.toggle-panel {
	z-index: 999;
    position: absolute;
    top: 9px;
    /* left: 320px; */
    left: 0px;
    width: 20px;
    height: 76px;
}

.iframe-west-toggle {
	position: absolute;
	top: 0;
	left: 0;
    width: 20px;
    height: 76px;
}

.u-right-arrow {
    width: 22px;
    height: 28px;
    background: url("../images/r_r.png") 4px center no-repeat;
    cursor: pointer;
}

.login-left-btn{
	background: url("../images/login.png") no-repeat;
	width:66px;
	height:25px;
}

.login-right-btn{
	background: url("../images/register.png") no-repeat;
	width:65px;
	height:25px;
}

/* right key */
.u-rkey {
    width: 18px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    background-image: url("../images/rkicons.png");
}

.u-rkey-start {
    background-position: 0px 122px;
}

.u-rkey-end {
    background-position: 0px 105px;
}

.u-rkey-round {
    background-position: 0px 87px;
}

.u-rkey-big {
    background-position: 0px 74px;
}

.u-rkey-small {
    background-position: 0px 60px;
}

.u-rkey-center {
    background-position: 0px 47px;
}
.u-rkey-tuj {
    background-position: 0px 33px;
}
.u-rkey-guib {
    background-position: 0px 15px;
}
/************ icon end ******************/



/************ openlayers ******************/
/*
*
*修改 openlayers 的css样式
*/
div.olMap {
    z-index: 0;
    padding: 0 !important;
    margin: 0 !important;
    /*cursor:url(../images/cur/openhand.cur),url(../images/cur/openhand.cur),auto !important;*/
}
.openhand_corsor{
	cursor:url(../images/cur/openhand.cur),url(../images/cur/openhand.cur),auto !important;
}
.ruler_corsor {
	cursor:url(../images/cur/ruler.cur),url(../images/cur/openhand.cur),auto !important;
}
div.olControlMousePosition {
    bottom: 3px !important;
    right: 10px !important;
    display: block;
    position: absolute;
    font-family: Arial;
    font-size: 12px;
}

.olControlScaleLine {
   display: block;
   position: absolute;
   left: 20px;
   bottom: 35px;
   font-size: xx-small;
}
 /*鹰眼样式*/           
.olControlOverviewMapMaximizeButton{
	bottom:0px !important;
}
    
/* 鹰眼样式 */
.olControlOverviewMapElement {
    background: #d6e3f2;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
}

/*
.olControlLayerSwitcher .layersDiv .baseLbl,
.olControlLayerSwitcher .layersDiv .dataLbl {
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv,
.olControlLayerSwitcher .layersDiv .dataLayersDiv {
    padding-left: 10px;
}

*/
.olImageLoadError {
    visibility:hidden;
    opacity: 0;
    filter: alpha(opacity=0); /* IE */
}

.olDragDown {
    cursor:url(../images/cur/closedhand.cur),url(../images/cur/closedhand.cur),auto !important;
}
.olControlPanZoomBar  div{
	 cursor:pointer;
}
.olFramedCloudPopupContent {
    overflow: auto;
    cursor:default;
}
.olPopupContent {
    padding:5px;
    overflow: auto;
    cursor:default;
} 
.olPopup{
	cursor:default;
} 


.olAnchoredPopupContent {
    padding:0px;
    overflow: hidden;
    cursor:default;
}

.olControlScale {
    right: 3px;
    bottom: 3em;
    display: block;
    position: absolute;
    font-size: smaller;
}
.olControlScaleLine {
   display: block;
   position: absolute;
   right: 0px;
   bottom: 35px;
   font-size: xx-small;
}
.olControlScaleLineBottom {
   border: solid 2px black;
   border-bottom: none;
   margin-top:-2px;
   text-align: center;
}
.olControlScaleLineTop {
   border: solid 2px black;
   border-top: none;
   text-align: center;
}

/************ openlayers end ******************/

/**************head login start******************/
.g-head .dropdown-width{
	min-width: 85px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.g-head .divider{
	margin-top: 3px;
	margin-bottom: 3px;
}
.g-head .login{
	width: 140px;
	margin-top:0px;
	position: relative;
}
.g-head .menu-index{
	z-index: 9999;
	float: right;
	margin-right: 20px;
}
.right-border-style{
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#cdcfd0;
}
.no_point{padding-top:5px;}

#MTPWmtstimeline .t_line_text_item{background-color: rgb(0, 87, 164);opacity:1.0;filter: alpha(opacity=100);padding: 1px;padding-left: 2px;padding-right: 2px;}
#MTPWmtstimeline .t_line_wrapper .t_line_text{filter: alpha(opacity=50);}

.thefootdecoration{background-color: black;opacity:0.4;filter: alpha(opacity=40);color: white;padding: 2px;padding-top:1px;}
.thefootdecoration1{background-color: black;opacity:0.24;filter: alpha(opacity=25);color: white;padding: 2px;}

.loading{position: absolute;top:49%;left:50%;width:20px;height:20px;z-index:30001;}
.loadingdata{position: absolute;top:49%;left:50%;width:180px;height:50px;z-index:30001;color:#fff;}
.background{position: absolute;top:0px;left:0px;;width:100%;height:100%;background-color: #000;opacity:0.3;z-index:30000;filter: alpha(opacity=30);}
/**************head login end******************/

img.olTileImage {
        max-width: none;
}

/**************************header*******************/
.mr10{ margin-right:10px;}
.fleft{float:left;}
.fright{float:right;margin-right: 30px;margin-top: 10px;}
.wrapper{/*width:1004px;*/margin:0 auto;}
.clear{ clear:both;}
header .top{}
header .top ul{ margin:0;}
header .top ul li{ height:27px; line-height:27px;cursor:pointer;}
header .top ul li span{ display:inline-block;  }
header .top ul li span.login , header .top ul li span.register{width:51px; line-height:23px; text-align:center;}
header .top ul li span.login:hover , header .top ul li span.register:hover{ background:url(../../index/images/pic.png) 0px 0px no-repeat; width:51px; color:#fff; }
header .top ul li span.select{ background:url(../../index/images/pic.png) 0px 0px no-repeat; width:51px; color:#fff;}


header .headers{ background:#0057A4; height:55px; width:100%;}
/*.logo {height:55px; line-height:55px;}*/
/* .logo img{ vertical-align:middle;width: 440px;height: 45px;padding-left: 15px;} */

.headers .nav{ }
.headers .nav ul{}
.headers .nav ul li{float:left; color:#fff; vertical-align:bottom; font-size:14px; display:inline-block;width:81px; height:29px; line-height:29px; text-align:center; margin-top:20px; }
.headers .nav ul li.select{background:url(../../index/images/pic.png) 0px -69px no-repeat;  }
.headers .nav ul li:hover{background:url(../../index/images/pic.png) 0px -69px no-repeat;  }

header .top ul{
	margin-right:50px;
}
header .top ul .dropdown-menu{
	z-index: 9999;
}
#rMenuForZt,#rMenuForMy{
	position:absolute;
	display:none;
	/*z-index:2147483647;*/
	z-index:999;
	width:100px
}
.rMenu{
	margin:0px;
    padding:0px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 0px 15px #ccc;
    border-radius:5px;
}
/*.rMenu li{
	height:25px;
	line-height:25px;
	cursor: pointer; 
	
}*/
.rMenu li {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px;
    cursor: pointer;
    width: 100%;
    text-indent: 1em;
    font-size: 13px;
}

.rMenu li#rm-location {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.rMenu li:last-child {
    border-bottom: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.rMenu li:hover{
	background: #5193e8;
    color: white;	
}

.fav-panel{
	    width: 280px;
    margin-top: 5px;
}

/* 搜索图标位置调整 start */
.glyphicon.glyphicon-search {
	top: 3px;
	color:#ffffff;
}
/* 搜索图标位置调整 end */
/* 接入ArcGIS服务授权面板 start */
.arcgis93rest_authorize {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 3px;
}
.arcgis93rest_authorize .tip {
	color: red;
}
.arcgis93rest_authorize .check_result {
	width: 80px;
}
.arcgis93rest_authorize .text {
    margin: 0 10px 0 10px;
    border: 1px solid #CCC;
    width: 220px;
    height: 24px;
    text-indent: 5px;
}
.arcgis93rest_authorize .button {
	border: 1px solid #CCC;
	border-radius: 3px;
	width: 50px;
	height: 24px;
	line-height: 24px;
	color: #333;
}
.arcgis93rest_authorize .button:hover {
	background: #CCC;
}
/* 接入ArcGIS服务授权面板 end */
/* 专题图列表-高度自适应 start */
.md-scCreate .layer-list ul {
	overflow: hidden;
}
/* 专题图列表-高度自适应 end */

.table_list table tr{line-height:30px;}
.table_list table thead tr th{background:#09ACEF;}
.table_list table tr th,.table_list table tr td{text-align:center;}
.table_list table tr th{color:#fff;}
.table_list table tr td{color:#09ACEF;}
.fixed-table-body{height:150px;}
.fixed-table-body.scrollbar-macosx{max-height:150px;}
/* 专题图列表-高度自适应 end */
/*lightbox 样式重写*/
#lightbox{top:15px !important;height:100% !important;padding-bottom:0px}
/**#lightbox .lb-outerContainer{width:95% !important;height:100% !important;}**/
#lightbox .lb-outerContainer{background-color:inherit !important;}
#lightbox .lb-dataContainer{display:block !important}
#lightbox .lb-close{position:absolute;top:10px;right:10px}
#lightbox .lb-caption{display:none !important}
#lightbox .lb-nav{position:fixed;height:150px;top:35%}
#lightbox .lb-details{display:none;}
/*lightbox 样式重写end*/

/**开关按钮样式*/
.switcher{
	display:inline-block;
	height:15px;
	vertical-align:bottom;
}
.switcher .button-wrap {
  width: 30px;
  cursor: pointer;
}
.switcher .button-bg {
  width: 30px;
  height: 100%;
  background-color: #ddd;
  border-radius: 40px;
  padding: 1px;
  color:#fff;
  transition:all 0.2s ease;
}
.switcher .button-switch {
  position:relative;
  left:0px;
  width: 12px;
  height: 12px;
  background-color:#fff;
  border-radius: 10px;
  transition:all 0.2s ease;
}
.switcher .button-active .button-switch {
	left: 16px;
}
.switcher .button-in, 
.switcher .button-out {
  position:absolute;
  transition:all 0.2s ease;
  /* padding-top: 5px; */
  font-size: 0.2em;
  text-transform:uppercase;
  font-weight:bold;
}
/* .switcher .button-in {
	margin-left: 56px;
}
.switcher .button-out {
	margin-left:18px;
} */
.switcher .button-active .button-bg {
	background-color:#659cf6;/* #22bb22; */
}
/**开关按钮样式end*/
/**树形目录搜索文本框样式*/
.tree-search-input{
    width: 200px;
    height: 17px;
    vertical-align:bottom;
    margin-left:20px !important;
    border: #e5e5e5 1px solid;
    background: #FFF;
}
.tree-search-btn{
   vertical-align:bottom;
   width: 17px;
   height: 17px;
   background: #2d9dff  url(../images/search_service.png) 0px 0px no-repeat; 
}
/**树形目录搜索文本框样式end*/
/*左下控件重写*/
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{
	    margin: 0 0 30px 10px;
}
.mapboxgl-popup-content{
	/* background: transparent !important; */
	/* padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px; */
   /*  width:360px; */
   background: transparent !important;
   padding:0px;
}
.mapboxgl-popup-close-button{
	font-size: 20px;
    padding: 5px;
}
.keypop{
	padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    background:#fff;
}



/**专题面板 start*/
.left-tool {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 9999;
    overflow: hidden;
    width:40px;
    /* width: 310px; */
    border-radius: 3px;
    background: #fff;
    box-shadow: 2px 5px 5px rgba(0,0,0,.3);
    -webkit-transition: .5s;
    transition: .5s;
}

header {
    position: relative;
    height:40px;
    z-index: 1;
    padding: 5px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.3);
}


.clearfix:after, .clearfix:before {
    clear: both;
    display: table;
    content: "";
}

.header-logo {
    float: left;
    margin-left: 18px;
    width: 140px;
    height: 30px;
    background: url(../specialMap/images/indexImg.png) -669px 4px  no-repeat;
    /*background-size: 22% 100%;*/
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.header-logo font{
	padding-left: 65px;
    font-size: 14px;
    color: #335faa;
    line-height: 42px;
    font-weight: 600;
}

#menu_display {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    width: 19px;
    height: 15px;
    /* line-height: 15px; */
    border: 0;
    background: url(../images/indexImg.png) -324px 0 no-repeat;
    cursor: pointer;
}
.left-down{
    height: 0px;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

@media screen and (max-height: 800px){
	.classify-box {
	    height: 500px;
	}
}

.classify-box {
    float: left;
    width: 58px;
    border-right: 1px solid #eee;
    background: #fff;
}

.classify-list {
    display: block;
    width: 58px;
    height: 55px;
    cursor: pointer;
}

@media screen and (max-height: 800px){
	.classify-content {
	    height: 500px;
	}
}

.classify-content {
    float: left;
    overflow: hidden;
    margin-left: 10px;
    background: #fff;
    display: block;
	z-index:3000;
	width:240px;
}

.down-up {
    clear: both;
    width: 100%;
    height: 31px;
    border-top: 1px solid #eee;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.down-up-btn {
    display: inline-block;
    margin-top: 11px;
    width: 0;
    height: 0;
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
    border-left: 8px solid transparent;
}

.classify_icon{
	position: absolute;
    left: 80px;
    top: 8px;
    z-index: 3000;
    width: 30px;
    height: 30px;
    background: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 1px 0px 1px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 0px 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 0px 1px 1px rgba(0,0,0,.3);
}
.classify_icon span{
	background: url(../image/indexImg.png) -324px 0 no-repeat;
	padding:0 10px;
}

.classify,.classify-list {
	position: relative
}

.classify-list {
	display: block;
	width: 58px;
	height: 55px;
	cursor: pointer
}

.data_mainrt select{height:24px;}

.classify-tool {
	line-height: 55px
}

.clear-all,.clear-search {
	float: right;
    margin-right: 15px;
    color: #3f88e7;
    font-size: 13px;
}

.clear-all span {
	display: none;
	float: left;
	margin-top: 11px;
	margin-right: 5px;
	width: 11px;
	height: 13px;
	background: url(../image/indexImg.png) -28px 0 no-repeat
}

#subjectTree {
	width: 241px;
    overflow: auto;
    position: absolute;
    top: 100px;
    left: 80px;
}
 @media screen and (min-height:1050px) {
	#subjectTree.scrollbar-macosx{max-height:660px;}
}
@media screen and (min-height:900px) and (max-height:1050px) {
	#subjectTree.scrollbar-macosx{max-height:620px;}
}
@media screen and (min-height:760px) and (max-height: 900px){
	#subjectTree.scrollbar-macosx{max-height:520px;}
}
@media screen and (min-height:560px) and (max-height: 760px){
	#subjectTree.scrollbar-macosx{max-height:420px;}
}
@media screen and (max-height: 560px){
	#subjectTree.scrollbar-macosx{max-height:320px;}
} 
.classify-title {
	margin: 0;
    padding-left: 10px;
    float: left;
    color: #333;
    font-weight: 400;
    font-size: 17px;
    line-height: 55px;
}

.loading {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -20px;
	margin-left: -20px;
	text-align: center
}

.classify-children .children-lv1 {
	margin-top: 6px;
	width: 96%;
	border: 1px solid #eee;
	margin-left: 5px;
}

.lv1-title {
	display: block;
	padding-left: 10px;
	height: 40px;
	color: #000;
	line-height: 40px;
	font-size: 14px;
	background: #f9f9f9;
}

.children-lv1:first-child {
	margin-top: 0
}

.classify-children .active .lv1-title {
	background: #f9f9f9;
	color: #4187e7
}

.classify-children .lv1-title:hover {
	background: #f9f9f9
}

.children-lv2 {
	padding: 0 15px
}

.children-lv2.ischecked {
	background: #f6f6f6
}

.lv2-title {
	position: relative;
	display: block;
	padding: 7px 0;
	color: #000;
	line-height: 1pc
}

.lv2-text {
	padding-left: 5px;
	font-size: 13px
}

.lv2-info {
	overflow: hidden;
	padding-left: 25px;
	height: 0;
	transition: .3s;
	font-size: 12px
}

.classify-children .checkbox {
	float: left;
	display: block;
	margin-top: 1px;
	padding:0;
	width: 15px;
	height: 15px;
	background: url(../images/indexImg.png) -90px 0 no-repeat
}

.classify-children .help {
	float: right;
	width: 11px;
	height: 15px;
	background: url(../images/list-help.png) 0 0 no-repeat
}

.classify-children .help:hover {
	background: url(../images/list-help-over.png) 0 0 no-repeat
}

.classify-children .ischecked .checkbox {
	background-position: -78pt 0
}

.classify-children .ischecked .lv2-info {
	height: auto
}

.ps-container{
	width:241px;
}

.triangle-down {
	float: right;
	display: block;
	margin-top: 17px;
	margin-right: 10px;
	width: 9pt;
	height: 7px;
	background: url(../images/indexImg.png) no-repeat;
	background-position: -39px 0;
	transition: .1s;
	transform: rotate(-90deg);
}

.down-up {
	clear: both;
	width: 100%;
	height: 31px;
	border-top: 1px solid #eee;
	background: #fff;
	text-align: center;
	cursor: pointer
}

.down-up-btn {
	display: inline-block;
	margin-top: 11px;
	width: 0;
	height: 0;
	border-top: none;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ccc;
	border-left: 8px solid transparent
}

.special.active {
    background: #337fe5;
}
.specialStatisticNav {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 22px;
    height: 22px;
    background: url(../images/nav.png) -20px -20px no-repeat;
}

.specialStatisticNav.active {
	position:absolute;
    top: 20px;
    left: 20px;
    width: 22px;
    height: 22px;
    background: url(../images/nav.png) no-repeat;
    background-position: -20px -60px;
}

.specialInfoNav {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 22px;
    height: 22px;
    background: url(../images/nav.png) -100px -20px no-repeat;
}

.specialInfoNav.active {
	position:absolute;
    top: 20px;
    left: 20px;
    width: 22px;
    height: 22px;
    background: url(../images/nav.png) no-repeat;
    background-position: -100px -60px;
}

.nationInfoNav {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 22px;
    height: 22px;
    background: url(../images/nav.png) -60px -20px no-repeat;
}

.nationInfoNav.active {
	position:absolute;
    top: 20px;
    left: 20px;
    width: 22px;
    height: 22px;
    background: url(../images/nav.png) no-repeat;
    background-position: -60px -60px;
}

/**专题面板end**/
