﻿.header {
    width: 100%;
    height: 115px;
    background: -webkit-linear-gradient(#ccc, #ddd, #eee, #fff);
    background: -o-linear-gradient(#ccc, #ddd, #eee, #fff);
    background: -moz-linear-gradient(#ccc, #ddd, #eee, #fff);
    background: linear-gradient(#dedede, #ebebeb, #f6f6f6, #fff);}
.headerAuto {
    margin: auto;
    border-top: solid 7px #943232;
    border-bottom: solid 1px #DEDEDE;
    width: 1050px;
    height: 108px;}
.logo{
    float: left;
    margin-top: 13px;
    width: 450px;
    height: 80px;
    background: url(logo.png);
    background-size:contain;}
.er{
    float: right;
    margin-top: 10px;
    width: 80px;
    height: 90px;}

.header-m{
    display: none;}