@charset "utf-8";
* {
 margin-right: auto;
 margin-left: auto;
}
.showNav,
.nav_menustyle_1_3{
display:none;
}


@media screen and (max-width:1100px) and (min-width:300px){

#showNav{
position:fixed;
top:31px;
right:0;
backgroud:red;
border:0;
z-index:99999;
}
#showNav a{
border-right:0px !important;
}
#showNav ul li ul{
left:-100%;
}
.showNav{
width:90px;
height:30px;
display:inline;
position:fixed;
top:0;
right:0;

border:0;
}}