@charset "UTF-8";

.g-footer{
    background: #ececec;
    overflow: hidden;
}
.g-footer .g-footer-left{
    padding: 39px 0;
    width: 50%;
}

.g-footer .g-footer-left .tell-box { font-size: 0; margin-left: -15px; }
.g-footer .g-footer-left .tell-box a { margin-left: 15px; }

.g-footer .copy-box, .g-footer a{
    color: #373838;
}
.g-footer .copy-box, .g-footer a.address{
    cursor: default;
}

.mb-5{
    margin-bottom: 5px;
}
.g-footer .g-footer-right{
    margin-top: 29px;
}
.g-footer .g-footer-right .img-box{
    width: 115px;
    height: 116px;
    background: #fff;
    padding: 5px;
    margin-left: 50px;
}
.g-footer .g-footer-right .img-box:first-child{
    margin-left: 0;
}

.g-footer .g-footer-right .tit {
    margin-top: 15px;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width:1024px) {
    .g-footer{
        height: auto;
    }
    
}
@media screen and (max-width:992px) {
    .g-footer .g-footer-left{
        width: 100%;
        float: none;
        text-align: center;
        padding: 20px 0;
    }
    .g-footer .g-footer-left a{
        display: block;
    }
    .g-footer .g-footer-right{
        width: 100%;
        float: none;
        text-align: center;
    }
    .g-footer .g-footer-right .img-box{
        display: inline-block;
        float: none;
        /* width: 33%; */
        /* margin-left: 0; */
        margin-bottom: 0px;
    }
    .gzh{
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .douyin{
        margin-bottom: 10px;
    }
    
}

@media screen and (max-width:530px) {
    .g-footer .g-footer-right .img-box{
        display: inline-block;
        float: none;
        width: 31%;
        height: auto;
        margin-left: 0;
        margin-bottom: 0px;
        margin-right: 1%;
    }
    .g-footer .g-footer-right .img-box img{
        width: 100%;
    }

    .g-footer .g-footer-right .img-box:last-child {
        margin-right: 0;
    }
}