header{
    width: 1200px;
    height: 74px;
    margin: 0 auto;
}
.logo{
    width: 190px;
    height: 74px;
    line-height: 74px;
    float: left;
}
.logo img{
    /*width: 190px;*/
    height: 53px;
    vertical-align: middle;
}
.head_nav{
    width: 80%;
    height: 74px;
    float: left;
}
.head_nav li{
    float: left;
    /*height: 40px;*/
    /*line-height: 40px;*/
    margin : 22px 0 0 50px;
    padding: 5px;
    font-size: 14px;
    color: #666;
}
.head_nav li:first-child{
    margin-left: 50px;
}
.head_nav li a{
    font-size: 18px!important;
    color: #000;
}
#not_login{
    float: right;
}
#not_login li{
    margin-right: 10px;
}
.login{
    background-color: #520a0b;
    color: #fff!important;
    border-radius: 4px;
}
.login a{
    color: #fff!important;
}
.nav_active{
    font-weight: bold;
    border-bottom: 3px solid #540a0b;
}
.head_nav li:last-child{
    margin-left: 0;
}

footer{
    width: 100%;
    padding-bottom: 10px;
    margin-top: 80px;
    background-color:#743a39;
    color: #fff;
    font-size: 16px ;
    text-align: center;
}
.foot{
    width: 1280px;
    padding: 54px 0 32px 0;
    margin: 0 auto;
    border-bottom: solid 1px #999;
}
.foot p:first-child{
    margin-bottom: 20px;
}
.foot p span{
    color: #e3d8d8;
    font-size: 16px;
    margin :0 10px;
}
.copyright{
    text-align: center;
    line-height: 35px;
    margin-top: 50px;
    letter-spacing: 2px;
}
