body {
	font:12px Tahoma;
	margin:0px;
	text-align:center;
	/*background:url(../image/mapbackground.jpg) no-repeat;*/
	padding: 0
}
/*自动补全*/
.auto_hidden {
    width:204px;border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    position:absolute;
    display:none;
}
.auto_show {
    width:204px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    position:absolute;
    z-index:9999;
    display:block;
    max-height: 170px;
    overflow: auto;
}
.auto_onmouseover{
    color:#ffffff;
    background-color:highlight;
    width:100%;
}
.auto_onmouseout{
    color:#000000;
    width:100%;
    background-color:#ffffff;
}

/*整个页面容器*/
#Page-container {
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0
}
/*结束*/

/*页面头部*/
#Header {
	width:100%;
	margin:0 auto;
	padding:0;
	height:60px;
}

#Title {
	margin-left:30px;
	margin-top:0;
	margin-bottom:0;
	width:390px;
	height:60px;
	float:left;
	vertical-align:middle;
	line-height:60px;
	font-size:25px;
	text-align:left;
	color:white;
}

#Time {
	margin-left:420px;
	margin-top:0;
	margin-bottom:0;
	height:60px;
	vertical-align:middle;
	line-height:60px;
	font-size:25px;
	text-align:left;
	color:white;
}

#Hour {
	margin-left:420px;
	margin-top:0;
	margin-bottom:0;
	height:60px;
	vertical-align:middle;
	line-height:60px;
	font-size:25px;
	text-align:left;
	color:white;
}

/*结束*/

#Pagebody {
	/*width:100%;*/
	margin-top:0;
	margin-bottom:0;
	margin-left:30px;
	margin-right:30px;
	border:5px solid white;
	/*height:559px;*/
	/*background:#FFFFFF*/
}

#Siderbar {
	width:340px;
	margin:0 auto;
	text-align:left;
	float:left;
	/*clear:left;
	overflow:hidden;*/
	background:#FFFFFF
}

#Content {
	margin-left:340px;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	height: 100%;
}

#map_canvas {
	/*width:889px;*/
	width: 100%;
	height: 100%;
	display: block;
	/*float:left;
	clear:both;
	overflow:hidden*/
}

#map_canvas_baidu {
	width: 100%;
	height: 100%;
	display: none;
}

#Inputbar {
	width:100%;
	margin:0 auto;
	/*height:519px;*/
	background:#FFFFFF
}

#Footer {
	margin:0 auto;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	/*float:bottom;*/ 
	clear:both;
	/*overflow:hidden;*/
	font-size:12px;
	color:#FFFFFF
}

#Picture {
	width:30px;
	height:55px;
	margin:0 auto;
	margin-left:29px;
	margin-top:15px;
	float:left;
	clear:both;
	line-height:55px;
	vertical-align:middle;
}

#Launcher {
	width: 221px;
	height: 90px;
	margin:0 auto;
	margin-top:15px;
	float:left;
	background:#FFFFFF
}

.line {
	width: 220px;
	height: 30px;
	margin:0 auto;
	background:#FFFFFF
}

/*#Launcher {width: 300px; background:url(../image/pic1.jpg) no-repeat 0 10px; padding-left:27px;margin:15px 10px;float:left;}*/

.inputtxt {width:250px; height:19px; line-height:27px; padding:5px; border:1px solid #ccc;font-size:14px; color:#333;}

.barDiv {
	width:310px;
	height:1px;
	background:#999;
	margin: 0 auto;
	margin-top:110px;
	clear:both
}

.barDiv2 {
	width:245px;
	height:1px;
	background:#999;
	margin: 0 auto;
	margin-top:0px;
	clear:both
}

#Invertion {
	width:30px;
	height:55px;
	margin:0 auto;
	margin-right:29px;
	margin-top:15px;
	float:left;
}

#CarPic {
	width:20px;
	height:20px;
	margin:0 auto;
	margin-left:29px;
	margin-top:10px;
	float:left;
	clear:both;
	line-height:30px;
	vertical-align:middle;
}

ul,li{margin:0;padding:0;font:12px/1.5 arial;}
ul,li{list-style:none;}
#wrap{width:310px;margin:0px auto;margin-bottom:10px;}
.hide{display:none;}
#tab_t{height:25px;border-bottom:1px solid #ccc;}
#tab_t li{float:left;width:90px;height:24px;line-height:24px;margin:0 4px;text-align:center;border:1px solid #ccc;border-bottom:none;background:#f5f5f5;cursor:pointer}
#tab_t .act{position:relative;height:25px;margin-bottom:-1px;background:#fff;}
#tab_c{border:1px solid #ccc;border-top:none;padding:20px;}

/*王鹤男*/
#nav {
 width:200px;
 line-height: 54px; 
 list-style-type: none;
 text-align:left;
    /*定义整个ul菜单的行高和背景色*/
}

/*==================一级目录===================*/
#nav a {
 width: 245px;
 /*height: 40px;*/
 display: block;
 padding-left:5px;
 /*Width(一定要)，否则下面的Li会变形*/
}

#nav li {
 background:#F7F7F7; /*一级目录的背景色*/
 border-bottom:#FFF 1px solid; /*下面的一条白边*/
 float:left;
 /*float：left,本不应该设置，但由于在Firefox不能正常显示
 继承Nav的width,限制宽度，li自动向下延伸*/
}

#nav li a:hover{
 background:#999999; /*一级目录onMouseOver显示的背景色*/
}
#nav a:link  {
 color:#000000;text-decoration:none;
}
#nav a:visited  {
color:#000000;text-decoration:none;
}
#nav a:hover  {
 color:#FFF;text-decoration:none;font-weight:bold;
}
.bg{
color:#000000;background:#999999;text-decoration:none;font-weight:bold;}
</style>
