#footer{}
.footer-con2{
    font-size: 12px;
    font-family: OpenSans-Regular, OpenSans;
    font-weight: 400;
    color: #232323;
    line-height: 14px;
    background: #FF9312;
    padding: 5px 0;
    text-align: center;
    color:#fff;
}
.footer-con1{
    background: #575756;
    padding: 25px 15px 30px;
}
.footer-con1 .foot-logo{
    text-align: center;
}
.footer-con1 .foot-logo img{
    width: 164px;
}
.foot-list{
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.foot-list a{
    margin: 0 15px 15px;
}
.foot-list a img{
    width: 24px;
}
@media (min-width:2000px){
    .footer-con1 {
        padding: 2.5rem 1.5rem 3rem;
    }
    .footer-con1 .foot-logo img {
        width: 16rem;
    }
    .foot-list {
        margin-top: 1.4rem;
    }
    .foot-list a {
        margin: 0 1.5rem 1.5rem;
    }
    .foot-list a img {
        width: 2.4rem;
    }
    .footer-con2 {
        font-size: 1.2rem;
        line-height: 1.4rem;
        padding: 0.5rem 0;
    }
}
@media (max-width:768px) {
    .footer-con1{
        padding: 10px;
    }
}