﻿/* 基本共用样式 */
/*body,div,dl,dt,dd,ul,li,label{border:solid 1px #cccccc;background-color:#efefef;}准备弃用的样式，只是为了看清布局*/
body{margin:0 auto;font-size: 12px;}
/*div{border:solid 1px #cccccc;background-color:#aaaaaa;}准备弃用的样式，只是为了看清布局*/
h1{font-size:14px;margin:0px;}
h1,h2,h3,h4,h5,h6{margin:3px;}
dl{text-align:right;}
dl,dt,dd{margin:3px;padding:2px;}
dt{margin:3px;padding:2px;}
ul{list-style-type:none;}/*如果另有链接不要右排的话，就把这个交集处理，下li span同*/
ul,li{margin:0px;padding:0px;}
li span{text-align:center;font-weight:bold;}
table{border-top:solid 1px #A6A6A6;border-bottom:solid 1px #A6A6A6;border-left:solid 1px #A6A6A6;border-right:solid 1px #A6A6A6;}

thead th{border:solid 1px #A6A6A6;background-color:#ffffff;background-image:url(../img/bg.gif);height:48px;text-align:center;border-right:solid 1px #A6A6A6;}
tbody tr{border-right:solid 1px #A6A6A6;background-color:#eeeeee;height:22px;}
tbody tr td{border-bottom:solid 1px #1d1d1d;height:22px;}
tfoot tr{background-color:#ffffff;background-image:url(../img/bg.gif);height:48px;border-right:solid 1px #A6A6A6;}
a.box1{cursor:hand;}/*外框的链接*/
a.box1:hover{cursor:hand;border:solid 1px #afafaf;}
img{vertical-align:middle;}
img{border:0;}


#city{padding: 10px;  width:96%;height:500px;position:relative;}/*城市样式*/
#themap{width:98%;height:98%;border:solid 1px #ff0000;}
#smamap{width:200px;height:180px;border:solid 1px #cecece;margin:2px;}/*小地图样式*/
#bigmap{width:98%;height:500px;border:solid 1px #cecece;margin:2px;}/*大地图样式*/
#zoomin{text-align:center;}/*放大地图与放大镜*/
#closeit {margin:2px;float:right;width:16px;height:16px;background-image:url(../img/x1.gif)}/*关闭的小图标，显示右上角*/
#closeit a{background-image:url(../img/x1.gif)}
#closeit a:hover{background-image:url(../img/x2.gif)}
.sidebar ul{text-align:right;}/*如果另有链接不要右排的话，就把这个交集处理，下li span同*/
.sidebar ul,li{margin:3px 2px;padding:0px;}
.sidebar a{display:block;color:#131313;text-decoration:none;line-height:27px;padding:0 0 0 10px;background:url(../img/bg_menu.jpg);}
.sidebar a span{display:block;padding:0 10px 0 0;background:url(../img/bg_menu.jpg) no-repeat right top;}
.sidebar a:hover{color:#ffffff;background:url(../img/bg_menu.jpg) no-repeat left center;}
.sidebar a:hover span{background:url(../img/bg_menu.jpg) no-repeat right center;}
.sidebar li.current a{color:#ffffff;font-weight:bold;background:url(../img/bg_menu.jpg) no-repeat left bottom;}
.sidebar li.current a span{background:url(../img/bg_menu.jpg) no-repeat right bottom;}
.line1{clear: both;font-size: 2px; height: 2px;border-bottom:solid 1px #C9D7F1;}
.clear{margin:0;padding:0;border:0;clear:both;};
/*.ptbar{text-align:center;padding:5px auto;}
.ptbar ul,li{}
.ptbar ul{margin:3px 1px;padding:3px;background-color:#EBF4F9;border-bottom:solid 1px #C9D7F1;}
.ptbar li{float:left;}
.ptbar li.current{border-top:solid 1px #C9D7F1;border-left:solid 1px #C9D7F1;border-right:solid 1px #C9D7F1;font-weight: bold;}*/
/*普通导航样式*/
.ptbar li{height:27px;line-height:27px;cursor:hand;}
.ptbar li{float:left;display:inline;margin:0 2px 0 0;background:url(../img/user_tab_off.gif) no-repeat left bottom;width:91px;text-align:center;}
.ptbar .current{padding:0px 0;background:url(../img/user_tab_on.gif) no-repeat left bottom;width:120px;font-size:14px;font-weight:bold;}



.mainbar{clear:both;overflow:auto;height:500px;}
.mainbar ul,li{margin:1px 2px;padding:0px;}
.mainbar ul li.title a{display:block;color:#131313;text-decoration:none;line-height:20px;padding:0 0 0 0px;background:url(/gditu/mapfiles/markers.gif) no-repeat left center;cursor:hand;}
.mainbar ul li.title a span{padding:0 5px 0;color:#ffffff;font-weight:blod;}
.absolutebox{position:absolute;top:350px;left:400px;width:380px;height:200px;border:solid 1px #cccccc;background-color:#ffffff;}/*绝对偏移*/
.right{float:right;}
.hiddenit{display:none;}
.mtitle{width:220px;text-align:center;color: #333333;font-weight: bold;font-size: 14px;border-bottom:solid 1px #a1a1a1;padding-bottom:5px;margin-bottom:5px;}
.mcontent{width:220px;}
.m_d{font-weight:bold;}/*菜单下沉时*/
#allkwords{clear:both;}