.foot{
    width: 100%;
    height: 276px;
    overflow: auto;
}
.foot-1{
    width: 100%;
    height: 230px;
    background:#605f5e;
}
.foot-1-cnt{
    width: 1200px;
    height: 230px;
    margin: 0 auto;
    padding-top: 40px;
    box-sizing: border-box;
}
.foot-1-cnt-left{
    width: 50%;
    height: 140px;
    float: left;
}
.foot-1-cnt-left-cnt{
    display: inline-block;
    margin-left: 35px;
}
.foot-1-cnt-right{
    float: right;
}
.foot-2{
    width: 100%;
    height: 46px;
    background:#4f4e4d;
}
.foot-2-cnt{
    width: 1200px;
    height: 46px;
    margin: 0 auto;
    padding-top: 9px;
    box-sizing: border-box;
}
@media only screen and (max-device-width: 768px){
    .foot-1{
        height: 450px;
    }
    .foot-1-cnt{
        width: 980px;
        height: auto;
    }
    .foot-1-cnt-left{
        width: 100%;
        height: auto;
        float: none;
        display: block;
    }
    .foot-1-cnt-left img{
        display: none;
    }
    .foot-1-cnt-right{
        display: block;
        float: none;
        margin-left: 35px;
        margin-top: 25px;
    }
    .foot-2-cnt{
        width: 980px;
    }
    .p6{
       font-size: 36px;
    }
    .p7{
        font-size: 28px;
    }
    .p8{
        font-size: 36px;
    }
    .in2{
        width: 690px;
        height: 80px;
        background: #ffffff;
        font-size: 28px;
    }
    .foot-2{
        height: 215px;
    }
    .foot-2-cnt{
        margin: 0;
        padding: 40px;
        box-sizing: border-box;
    }
    .sp5{
        width: 980px;
        font-size: 28px;
        line-height: 65px;
    }
}