html{
	-webkit-text-size-adjust:none;
}
body{
    margin:0;
    padding:0;
}
.button {
    width:40px;
    height:40px;
    margin-top:10px;
	display: block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% 'Microsoft yahei',Arial, Helvetica, sans-serif;
	/*padding: .5em 2em .55em;*/
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}.zoomin{
    background-image:url(../images/map/zoomin.png)
}

.zoomout{
    background-image:url(../images/map/zoomout.png)
}

.xianshixianji{
    background-image:url(../images/map/xianshixianji.png)
}

.fanhui{
    background-image:url(../images/map/fanhui.png)
}
.tuceng{
    background-image:url(../images/map/tuceng.png)
}

.sideMenu {
    position: absolute;
    top: 161px;
    left: 45px;
    background-color:none;
    padding:0;
    margin:0;
}
li{
        list-style:none
}
.border{ border:1px solid #ddd; }
.sideMenu ul .nLi.on .sub{ display: block; }
.sideMenu ul .nLi .sub{ padding:4px 0; color:#999; display:none; width:140px;cursor:hand; }
.sideMenu ul .nLi .sub li{ height: 30px; line-height: 30px; list-style: none; font-family: 'Microsoft YaHei';font-size: 14px;list-style-type:none;}
.sideMenu ul .nLi .sub .divColr{ width:15px; height:15px;float: left;margin-left:5.5px; margin-top: 7.5px}
.sideMenu ul .nLi .sub .divBcg{float: left; margin-left: 15px;}
.sideMenu ul .nLi .sub input{vertical-align: middle;cursor:hand;}
.sideMenu ul .nLi .sub li:hover{ background:#eee;} 

#map{
    width:930px;
    height:750px;
    overflow:hidden;
}

#picMap{
    width:914px;
    height:664px; 
    display:none;
    text-align:center;
}
#pic{
    margin:0 auto;
}

.nanhai{
    position:absolute; 
    width:150px;
    height:230px;
  
}
.hainan{
    position:absolute; 
    width:320px;
    height:320px;
   
}

#buttons{
    position:absolute; 
    top:0px;
    left:5px;
    width:40px;
    height:140px;
}
.pic81{
  padding-top:53.5px;
}

.pic82{
  padding-top:2px;
}
::selection {
background:none; 
}
::-moz-selection {
background:none; 
}
::-webkit-selection {
background:none; 
}
#shentuhao{
    position:absolute; 
    bottom:0px;
    right:25px;
    width:200px;
    height:20px;
    text-align:right;
}


