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

.header,
.content1,
.footer
{
	text-align: center;
}
.header,
.footer
{
	background:white;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height:0;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    padding: 0 10px;
    z-index: 999999;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a.phone1
{
	background: center center no-repeat transparent;
    display: block;
    width: 40px;
    position: absolute;
    right: 20px;
    font-size: 30px;
    padding-top: 5px;
    font-size: 30px;
    color: #fef56a;
}
.content
{
	//padding: 150px 50px 50px 50px;
}