
nav:not(.mm-menu)
{
    display: none;
}

.header,
.content1,
.footer
{
    text-align: center;

}
.header,
.footer
{
    
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    width: 100%;
    height:55px;
    /*padding: 0 50px;*/
    z-index: 999;
}
.header.fixed
{
    position: fixed;
    top: 0;
    left: 0;
}
.footer.fixed
{
    position: fixed;
    bottom: 0;
    left: 0;
}
.header a.phone1
{
    background:no-repeat transparent;
    background-image: url( '../../../../../images/menu4.png' );
    background-position: 10px 7px;
    display: block;
    width:100px;
    height: 40px;
    position: absolute;
    top:7px;
    left: 10px;
    padding-left: 35px;
    border: 1px solid #ED3237;
    box-sizing: border-box;
    line-height: 40px;
    color:#515151;
}
.content
{
    //padding: 150px 50px 50px 50px;
}