
#wrapper{
    margin: 0;
    padding: 0;
    position: relative;
    width:100%;
    height: 100%;
    overflow:hidden;
    -webkit-box-flex:1;
}
.scroller{
    overflow: hidden;
}

/*header*/
.header {

    /*    position: absolute;
        left:0px;
        top:0px;*/
    width: 100%;
    background-color: #fe9901;
    height: 5rem;
    line-height: 5rem;
    z-index: 99999;
    text-align: center;
    opacity:0.95;
filter:alpha(opacity=95); 
    

}

.top_center{
    font-size: 2.2rem;
    text-align: center;
    color: white;
     text-decoration: none;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 15%;
    margin-right: 15%;
}

.goback{
    position: absolute;
    left:1rem;
    top:1rem;
    width:3rem;
    height:3rem;
    z-index: 9999;
}

.head_menu_img{
    position: absolute;
    right:1rem;
    top:1rem;

    width:3rem;
    height:3rem;

}
.dropdown-menu-web {
    
    margin: 0;
    float: left;
    padding-left: 0px;
    padding-top: 8px;
    padding-bottom:0px;
    display: none;
    width: 100%;
     background-size:100% 80%;
    border-top:  white solid 1px;
    border-bottom:  #fe9901 solid 2px;

}
.menu-item{

}
.dropdown-menu-web li{
   
      list-style: none;
    text-align: center;
}
.dropdown-menu-web li a{ line-height:3rem;
    font-size: 1.6rem;
    float: left;
    width:33%;
    color: #666666;
    text-decoration: none;
}

.dropdown-menu-web .menu-item-21491 a
{
    color: #fe9901;
margin-left:66%;
padding-top:8px;
padding-bottom:6px;
}
.dropdown-menu-web .has_icon
{
width:39%;
}
.dropdown-menu-web .menu-icon img
{
height:20px;
width:20px;
float:left;
}
#floor0{
    height:300px;
    margin: 20px;
    margin-top: 50px;


}
