#footer {
    width: 100%;
    min-width: 960px;
    height: 150px;
    background: #bc0305;
    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: 14px;
    text-decoration: none;
}

.foot p a:hover {
    text-decoration: underline;
}

#footer .foot p span {
    margin-right: 20px;
}

.foot p .footga {
    position: absolute;
    left: 612px;
    top: 72px;
}

.foot p #beian {
    padding-left: 35px;
}

#conac {
    position: absolute;
    top: 36px;
    right: 20px;
    width: 56px;
    height: 68px;
}





