#footer {
    width: 100%;
    min-width:1000px;
    height: 150px;
    background: #d20000;
    text-align: center;
}
.foot {
    position: relative;
    box-sizing: border-box;
    width: 1000px;
    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: 20px;
    width: 56px;
    height: 68px;
}


