footer {
    position: relative;
    background: #111;
    overflow: hidden;
}

a {
    color: #ffffff;
    text-decoration: none;
}

.wrap {
    padding: 0 100px;
    margin: 0 auto;
    position: relative;
}

.top-footer {
    padding: 60px 0 60px;
    height: 260px;
}

footer .wrap {
    width: 1345px;
    padding: 0;
}

@media (min-width: 1366px) {
    .top-footer .bottom-item-wrap {
        width: 100%;
    }
    .top-footer .each-item.code-item {
        width: 250px;
    }
}

.top-footer .each-item {
    width: 350px;
}

.top-footer .each-item {
    float: left;
    /* width: 33.33%; */
}

footer .wrap {
    width: 1345px;
    padding: 0;
}

footer .copyright {
    padding: 35px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, .2);
    text-align: center;
}


}
.top-footer .each-item dl {
    width: 250px;
}
.top-footer .address-item .address {
    line-height: 20px;
    background: url(/file/images/footer-icon1-1.png) no-repeat left center;
}
.top-footer .address-item .phone-number {
    line-height: 24px;
    background: url(/file/images/footer-icon1-2.png) no-repeat left center;
}
.top-footer .each-item .word {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    transition: all .5s ease-in-out;
}
.top-footer .address-item dd {
    margin: 0 0 20px 10px;
    padding-left: 40px;
}
.top-footer .each-item .word {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    transition: all .5s ease-in-out;
}
.top-footer .address-item dd {
    margin: 0 0 20px 10px;
    padding-left: 40px;
}
.top-footer .each-item dt {
    padding-bottom: 25px;
    margin-bottom: 15px;
    font: normal 14px/1 'gotham-medium';
    color: #fff;
}
.top-footer .bottom-item-wrap {
    float: left;
    /* width: 75%; */
}