@charset "utf-8";
/* CSS Document */

html,body {
width:100%;
height:100%;
margin:0px;
padding:0px;
overflow:hidden;
font:12px "宋体";

}
div,ul,li{
padding:0;
list-style:none;
}
a:link{
color:#00F;
text-decoration:none;
}
a:visited {
color: #00F;
text-decoration:none;
}
a:hover {
color: #c00;
text-decoration:underline;
}
#Main {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:1;
}





#ToolBar {
position:absolute;
bottom:0px;
right:16px;
width:100%;
height:25px;
text-align:right;
background:#ccc;
z-index:2;
overflow:hidden;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#top {background:#0099CC; height:20px; width:100%; color:#EEEEEE; padding-top:2px;}

#logo { float:left; padding:0.5%; width:23%; height:18%; text-align:center;}
#logo1 { float:left; padding:0.5%; width:100%; height:18%; text-align:center;}
/*选项卡*/
#Tab1{
width:74%;
margin-top:5px;
padding:0px;
float:left;}
/*菜单class*/
.Menubox {
width:100%;
background:url(/images/menuoff.gif);
height:28px;
line-height:28px;
}
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
float:left;
display:block;
cursor:pointer;
width:114px;
text-align:center;
color:#000000;
font-weight:bold;
}
.Menubox li.hover{
padding:0px;
background:#fff;
width:116px;
border-left:1px solid #006699;
border-top:1px solid #006699;
border-right:1px solid #006699;
background:url(/images/menuon.gif);
color:#FF6600;
font-weight:bold;
height:27px;
line-height:27px;
}
.Contentbox{
clear:both;
margin-top:0px;
border:1px solid #006699;
border-top:none;
text-align:left;
text-indent:20px;
padding-top:8px;
padding-bottom:8px;

}

#mainmap{ width:100%;
height:72%;
clear:both;
}
#left{ border:#CCCCCC 1px solid;width:25%; height:100%; float:left;overflow-y:auto; overflow-x:hidden; margin-right:3px;}
#left1{width:270px;float:left;overflow-y:auto; overflow-x:hidden; margin-top:5px;}
#menu { clear:both; border-top:#CCCCCC 1px solid; text-align:center;}
#menu li{ height:25px; border-bottom:1px #CCCCCC dashed; text-align:center;width:100%;padding-top:5px;}
.citylist {float:left; width:130px; margin-right:2px;}
#right { width:700px; float:left; margin-top:5px;}
#title{ background:url(../images/title.gif); height:27px;}
#ad { text-align:center; width:95%; padding:2px;}
#map {width:73%;border:#CCCCCC 1px solid;float:left;height:100%;}
#mapObj {
height:95%;
width:100%;
}
.title01 { color:#003366; font-size:14px; margin-left:10px; font-weight:bold; font-family:"微软雅黑", "黑体",Verdana, Arial, Helvetica, sans-serif;}
.content01 {color:#666666; line-height:25px;}
.sresult {width:98%;}