.footer-box{
    width: 100%;
    height: auto;
    /* background: #F2F2F2; */
    background: #fff;
    padding: 50px 0;
}
.footer-banxin{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.footer-text{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
/* .footer-addr{
    font-size: 16px;
    color: #595757;
    margin-top: 10px;
} */
.footer-left{
    margin: auto 0;
}
.footer-right{
    width: 45%;
    display: flex;
    justify-content: space-between;
}
.code-box{
    width: 99px;
    margin: 12px auto 0;
}
.code-box img{
    width: 100%;
    vertical-align: middle;
}
/* .footer-link{
    width: 100%;
    background: #E6E6E6;
    padding: 20px 0;
    text-align: center;
}
.footer-link span{
    font-size: 16px;
    color: #595757;
} */
/* .footer-tel{
    line-height: 22px;
    font-size: 20px;
    vertical-align: bottom;
} */
.footer-company{
    color: #404040;
    margin-bottom: 10px;
}
.footer-z{
    font-size: 18px;
}
.footer-e{
    font-size: 12px;
    padding: 5px 0;
}
.footer-info{
    line-height: 22px;
    margin-bottom: 10px;
    display: flex;
}
.footer-label{
    display: inline-block;
    width: 90px;
    font-size: 16px;
    color: #404040;
}
.footer-tel{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    vertical-align: bottom;
}
.footer-addr{
    width: calc(100% - 95px);
    font-size: 16px;
    color: #404040;
}
.icon-tel,.icon-map{
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    margin-right: 5px;
}
.icon-tel::before,.icon-map::before{
    content: '';
    width: 15px;
    position: absolute;
    left: 0;
}
.icon-tel::before{
    height: 22px;
    background: url(https://www.ggsk.top/img/footer-tel.png) no-repeat;
    background-size: cover;
    top: -1px;
}
.icon-map::before{
    height: 19px;
    background: url(https://www.ggsk.top/img/footer-map.png) no-repeat;
    background-size: cover;
    top: 1px;
}
.footer-link a{
    font-size: 15px;
    color: #838383;
    cursor: pointer;
}
