#footer {
    width: 100%;
    min-width:960px;
    height: 150px;
    background: #e21b15;
    text-align: center;
 
}
.foot {
    position: relative;
    box-sizing: border-box;
    width: 960px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 90px;
}
.foot p, .foot p a:link, .foot p a:visited, .foot p a:hover, .foot p a:active {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}
.foot p a:hover {
    text-decoration: underline;
}
#conac {
    position: absolute;
    top: 36px;
    right: -38px;
    width: 56px;
    height: 68px;
}







