* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

html,body {
	width: 100%;
	height:100%;
	background-color: #FFFFFF;
}
input{
	outline: none;
}
body {
	overflow: hidden;
	font-family: "宋体";
	font-size: 12px;
}
/*.showInfo{
	width: 240px;height:auto;position: absolute;z-index:1000;top: 0;left: 0;display:none;border: 1px solid #ccc;
	background: #fff;border-bottom: 0;font-family: "微软雅黑";color: #666;
}
.showInfo ul li{list-style: none;border-bottom: 1px solid #ccc;height: 30px;line-height: 30px;font-size: 1.2em;
padding: 0 5px;}  
.showInfo ul li:hover{background: #DDE8FA;cursor: pointer}*/
label {
	color: #43484B;
	font-size: 12px;
}
.header{width:100%; height:69px; border-bottom:1px solid #ccc; background-color:#fff;}
.header img{padding:14px 0 0 20px;}
#app_content {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 10;
}
#header_toolcontainer{
	position: absolute;
	z-index: 10;
	right: 5px;
	top:8px;
	height:31px;
}
#leftDiv{
	height:100%;
	width:70px;
	background: #252525;
	float: left;
}
.leftThreeDiv{
	height: 45px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 15px 0 15px 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.leftThreeDiv span{
	display: block;
	width:31px;
	height: 22px;
	margin:auto;
}
.leftThreeDiv.on{background-color: #005492;}
.leftThreeDiv p{margin:0px;margin-top:5px;}
#left_search{
	background: url(images/left-search.png) center no-repeat;
}
#left_route{
	background: url(images/left-route.png) center no-repeat;
}
#left_fastimg{
	background: url(images/left-senic.png) center no-repeat;
}
#left_education{
	background: url(images/left_education.png) center no-repeat;
}
#left_medical{
    background: url(images/left_medical.png) center no-repeat;
}
#left_government{
	background: url(images/government.png) center no-repeat;
}
#left_adeReport{
	background: url(images/sign_select.png) center no-repeat;
}
#mapcontentClass {
	top: 0px;
	height: 100%;
	position: absolute;
/* 	background-image: url('images/missing_map.png');
	background-repeat: repeat-x repeat-y; */
}

.mapSwitch {
	position: absolute;
	top: 5px;
	right: 20px;
}

#tabbuttonbar {
	color: #ffffff;
	font-family: '微软雅黑';
	font-size: 13px;
	padding: 0 0;
	margin: 0px 10px 0px 10px;
	width: 360px;
	height: 36px;
	position: absolute;
	bottom: 0px;
}

#tabbuttonbar>li {
	list-style-type: none;
	float: right;
	line-height: 36px;
	vertical-align: middle;
	margin-right: 10px;
}

#tabbuttonbar>li:first-child {
	float: left;
}

#tabbuttonbar>li:hover {
	color: #7d6116;
	cursor: pointer;
}

.tabbuttonbar-actived {
	
}

#topWidgetContainer {
	min-height: 35px;
	min-width: 100px;
	position: absolute;
	left: 370px;
	/*z-index: 10;*/
}

#tabcontainer {
	width: 365px;
	height: 100%;
	border-right: #15A1FF solid 1px;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	/*z-index: 10;*/
	overflow-y: auto;
	overflow-x: hidden;
}

/* #header_infocontainer {
	left: 370px;
	position: absolute;
} */
#siderbutton:hover {
	border-width: 2px;
}

#app-loadbg {
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
/* 	background-image: url(images/loadbg_1_1.png);
	background-repeat: repeat-x repeat-y; */
	position: absolute;
	z-index: 999;
}
.siderbutton-normal {
	border-color: #15A1FF;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-width: 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	vertical-align: middle;
	width: 15px;
	height: 70px;
	display: block;
	position: absolute;
	left: 366px;
	background-image: url('images/sidersj.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FAFAFA;
	cursor: pointer;
	z-index: 100;
}

.siderbutton-shrink {
	border-color: #87898A;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	vertical-align: middle;
	width: 15px;
	height: 70px;
	display: block;
	position: absolute;
	left: 0px;
	background-image: url(images/sidersj.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FAFAFA;
	cursor: pointer;
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	/*IE*/
	filter: FlipH;
	z-index: 100;
}

.searchbutton {
	width: 36px;
	height: 24px;
	background: url('images/searchbutton.png') center center no-repeat;
	background-color: #1295AA;
	display: block;
	border: 1px solid #0e7887;
}

.searchbutton:hover {
	border: 1px solid #3eb3c5;
	background-color: #1798AB;
}

.searchbutton:active {
	border: 1px solid #0e7887;
	background-color: #1295AA;
}

.button {
	padding: 3px 5px 3px 5px;
	border: #406F98 solid 1px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-color: #000099;
	height: 16px;
	cursor: pointer;
	font-size: 12px;
	color: #DDE8FA;
	font-family: '宋体';
}

.button:hover {
	background-color: #006699;
	border: solid 1px #008CA0;
}

.button:active {
	background-color: #000099;
	border: solid 1px #000099;
}

.button-green {
	padding: 3px 5px 3px 5px;
	border: #179333 solid 1px;
	background-color: #229d39;
	color: #FFFFFF;
	font: 12px "宋体";
	cursor: pointer;
}

.button-green:hover {
	border: #af7d1e solid 1px;
	background-color: #b8812d;
}

.button-green:active {
	border: #179333 solid 1px;
	background-color: #229d39;
}

.button-disable {
	padding: 3px 5px 3px 5px;
	border: #26687c solid 1px;
	background-color: #A9A9AA;
	color: #dde9f5;
	font: 12px "宋体";
	cursor: default;
	border-radius: 1px;
}

.button-blue {
	padding: 3px 5px 3px 5px;
	border: #15a1ff solid 1px;
	background-color: #fff;
	color: #15A1FF;
	font: 12px "宋体";
	cursor: pointer;
	border-radius: 1px;
}

.button-blue:hover {
	background-color: #15A1FF;
	color: #fff;
}

.button-blue:active {
	background-color: #4E86A8;
	border: #007bc3 solid 1px;
}

.button-blue2 {
	padding: 2px 5px 2px 5px;
	border: #a6bfc8 solid 1px;
	background-color: #c0d7df;
	color: #348ba6;
	font: 12px "宋体";
	cursor: pointer;
	border-radius: 1px;
}

.button-blue2:hover {
	background-color: #4394af;
	color: #c8f4f7;
}

.button-blue2:active {
	background-color: #c0d7df;
	color: #348ba6;
	border: #a6bfc8 solid 1px;
}

.button-blue3 {
	padding: 2px 5px 2px 5px;
	border: #b6afa3 solid 1px;
	background-color: #eeeeee;
	color: #32649D;
	font: 12px "宋体";
	cursor: pointer;
	border-radius: 1px;
}

.button-blue3:hover {
	background-color: #cae2ea;
	border: #71a1c5 solid 1px;
}

.button-blue3:active {
	background-color: #eeeeee;
	border: #b6afa3 solid 1px;
}

.icon-button {
	margin: 10px 0px 5px 5px;
	padding: 3px 10px 3px 3px;
	border: #CECECE solid 1px;
	border-radius: 3px;
	display: block;
	text-align: right;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 5px center;
	cursor: pointer;
}

.icon-button:hover {
	background-color: #D4ECEE;
	border: solid 1px #008CA0;
}

.icon-button:active {
	background-color: #FFFFFF;
	border: solid 1px #CECECE;
}

.loading-small {
	width: 100%;
	height: 32px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("images/busy-small.gif");
}

.app-toast {
	border-radius: 10px;
	z-index: 10000;
	color: #ffffff;
	background-color: #353535;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	font-family: "宋体";
	display: block;
	z-index: 10000;
	position: fixed;
}

.searchinputtext {
	height: 23px;
	margin-right: 43px;
}

.line {
	border-bottom: solid #DFDFDF 1px;
	margin: 0px 5px 0px 5px;
	height: 1px;
}

.toolbar {
	border:1px solid #14a0ff;
	height: 31px;
	border-radius: 5px;
	background-color: #fff;
}

.multidate-widget-base-class {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	/*display: none;*/
}

.swipe-widget-base-class {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	/*display: none;*/
}

.mapswitch-base-class {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
}

.overview-base-class {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	width: 200px;
	height: 150px;
}

#closeStreetViewButton {
	display: none;
}

#topLoginUser{
	position:fixed;
	height:300px;
	width:500px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	color:#000;
	background-color:#FFF;
	z-index:999;
}
#topLoginUser>img{
	position:absolute;
	top:10px;
	right:5px;
	width:17px;
	height:15px;
}
#topLoginUser>img:hover,.topLoginUser:hover,.topRegistUser:hover{
	cursor:pointer;
}
#topLoginUser>font{
	color:#FFF;
	display:block;
	background-color:#154C91;
	padding:10px 0px 10px 20px;
}
#topLoginUser td>img{
	height:230px;
}
#topLoginUser>form{
	margin:20px 0px 0px 5px;
}
.top_rem{
	color:#154C91;
	text-align:right;
}
.rem:hover{
	cursor:pointer;
}
#user,#pwd{
	width:250px;
	color:#C6C6C6;
	padding: 10px;
}
#topLoginUser input{
	margin-left:10px;
}
#topLoginSubmit{
	width:270px;
	background-color:#154C91;
	border:none;
	padding:10px 0px;
	color:#C6C6C6;
	font-size:24px;
}
#topLoginSubmit:hover{
	cursor:pointer;
}
.head_1 font:hover{
	cursor:pointer;
}
#layer{
	position:fixed;
	top:0;
	bottom:-10px;
	left:0;
	right:0;
	background-color:#C6C6C6;
	opacity: 0.5;
	z-index:998;
	display: none;
}
#top_loginchoose{
	padding:0px 5px;
	position:absolute;
	top:18px;
	right:50px;
	z-index:989;
	background:#154C91 bottom;
	opacity:0.9;
	font-size: 14px;
	display: none;
}
#top_loginchoose li{
	padding: 3px 5px;
	width: 60px;
	text-align: center;
}
#top_loginchoose li:HOVER{
	text-decoration: underline;
}
#top_loginchoose a{
	color: #FFF;
}
.top_over{
	height:auto;
}
#regist{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:999;
	margin:auto;
	width:500px;
	height:600px;
	color:#000;
	background-color:#FFF;
	padding:10px;
	display: none;
}
#regist table{
	border-collapse: collapse;
	margin:auto;
}
.regist_right{
	padding-right:5px;
	text-align:right;
}
#regist>div{
	color:#154C91;
	border-left:5px solid #154C91;
	border-bottom:1px solid;
	padding:5px;

}
#regist tr{
	line-height:40px;
	font-size: 14px;
}
#regist input{
	width:300px;
	height:30px;
}
#regist>table img{
	width:102px;
	height:120px;
	vertical-align:top;
}
#top_regist_img{
	margin:10px 0px 10px 100px;
}
#top_regist_img:hover{
	cursor:pointer;
}
#regist>div img{
	float:right;
}
#regist>div img:hover{
	cursor:pointer;
}
#top_regist:hover{
	cursor:pointer;
}
#top_regist{
	background-color:#154C91;
	border:0;
	color:#FFF;	
	font-weight:bold;
}
#regist span{
	margin-left:5px;
	display:inline-block;
	width:100px;
}
#regist font{
	 border:1px solid #ABADB3;
	 margin-left:10px;
	 display:inline-block;
	 line-height:33px;
	 padding:0px 10px;
	 width:114px;
	 text-align: center;
}
#top_regist_phone font:hover{
	cursor:pointer;
}
#top_loginchoose a:HOVER {
	cursor: pointer;	
}
.biggerimg{
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.8);
	position: absolute;
	z-index: 150;
	display: none;
}
.imgposition{
	width:70%;
	height:70%;
	position: absolute;
	z-index: 101;
	left:50%;
	margin-left: -35%;
	border-radius: 4px;
	vertical-align: middle;
	
}
.biggerimg #prevBtn{
	display: block;
	width:40px;
	height:74px;
	position: absolute;
	z-index: 101;
	background: url(images/prebshow.png) center no-repeat;
}
.biggerimg #prevBtn:hover{
	background-image: url(images/prehover.png);
}
.biggerimg #nextBtn{
	display: block;
	width:40px;
	height:74px;
	position: absolute;
	z-index: 101;
	background: url(images/nextshow.png) center no-repeat;
}
.biggerimg #nextBtn:hover{
	background-image: url(images/nexthover.png);
}
.imgposition li img{
	border:2px solid #fff;
	border-radius: 4px;
	vertical-align: middle;
	line-height: 100%;
}
.imgposition li{
	display: none;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
}
.imgposition li:first-child{
	display: block;
}
#closePic{
	display: block;
	position: absolute;
	width:30px;
	height:30px;
	top:70px;
	right: 70px;
	z-index: 101;
	background: url(images/delete.png) center no-repeat;
}

.Map3D-box{position: absolute; left: 0; top:0; width:100%; height:100%; background-color:#fff; z-index:1000;display: none;}
.Map3Dframe{width:100%; height:100%;}
.Map3D-img{position: absolute; z-index: 1000; top:0px; right:0px; cursor: pointer; width:100px; height:80px;}

.map-two{width:100%; height:100%; position: absolute; top:0px; left:0px; background-color:#fff; z-index:10000001; display:none;}
.mapTwo iframe{width:100%; height:100%;}
.mapTwo-close{position: absolute; right:20px; top:8px;
    text-align: center;
    padding: 5px 8px;
    cursor: pointer;
    color: #fff;
    background-color: #1477c1;
    border-radius: 5px;}
