/*初始化*/
* { margin: 0px;  padding: 0px;  font-family: "microsoft yahei";  font-size: 14px;  }
html,body{ height:100%; overflow:hidden;  width: 100%;  }
li { list-style: none;}
a,a:hover,a:active,a:visited {  text-decoration: none;  color: #000;  }
img {  border: none;  }
p{  margin: 0px;  }
.fl {  float: left;  }
.fr {  float: right;  }
.clear {  clear: both;  height: 0px;  width: 0px;  }


#all{
    background: url("../images/bg1.jpg") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
}
#left_side{
    width: 50%;
    height:100%;
    position: absolute;
    top:0%;
    left:-15%;
    z-index: 100;
}
#right_side{
    width: 65%;
    height: 100%;
}
#right_side img{
    width: 90.8%;
    padding: 10% 0;
}
#map_menu_side{
    height: 51%;
    width: 100%;
    padding-left: 7%;
}
#map_background{
    height: 100%;
    width: 82%;
    border: 2px solid #51ffff;
    box-shadow:inset 0 1px 110px rgba(5, 255, 255, 0.4);
    -webkit-box-shadow:inset 0 1px 110px rgba(5, 255, 255, 0.4);
    -moz-box-shadow:inset 0 1px 110px rgba(5, 255, 255, 0.4);
    background: #011635;
    overflow: hidden;
}
#map_side{
    width: 100%;
    height: 100%;
}

#menu_button{
    height: 100%;
    width: 18%;
    padding:calc(25% - 110px) 0;
}
#menu_button a{
    display: block;
    height:74px;
    width: 74px;
    border-radius: 38px;
    border: 1px solid #51ffff;
    background: #000;
    margin: 15px 13px;
    text-align: center;
    line-height: 74px;
    color: #51ffff;
    font-size: 20px;
    transition: 0.4s;
}
#menu_button a:hover{
    /*color: #014dbc;*/
    transform: scale(1.15);
    transition: 0.4s;
}

#footer{
    width: 94.3%;
    margin: 0 auto;
    height: 34px;
    /*background: yellow;*/
    position:relative;
    margin-top:49%;
    z-index: 200;
}
#footer img{
    padding-right: 1%;
    cursor: pointer;
}
#footer span{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #cccccc;
}