.footer {
    width: 100%;
}

.footer-topLine {
    width: 100%;
    height: 200px;
    background: #2B2B2B;
    color: #fff;
}

.footer-topLine .footer-main {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.footer-main .footer-block {
    display: inline-block;
    float: left;
}

.footer-main .footer-block>div {
    display: inline-block;
    float: left;
}

.footer-main .footer-block img {
    width: 50px;
    margin: 0 32px 0 37px;
}

.footer-main .footer-block h4 {
    font-size: 24px;
}

.footer-main .footer-block span {
    font-size: 16px;
    display: inline-block;
    line-height: 17px;
}

.footer-main .footer-block.footer-address span {
    font-size: 12px;
}

.footer-phone {
    margin-top: 30px;
}

.footer-email {
    margin-top: 30px;
}

.footer-address {
    margin-top: 16px;
}

.footer-main .footer-block.footer-phone img {
    margin-top: 6px;
    margin-left: 0;
}

.footer-main .footer-block.footer-email img {
    margin-top: 12px;
}

.footer-main .footer-block.footer-address img {
    width: 35px;
    height: 50px;
    margin-top: 22px;
}

.footer-main .footer-block.footer-address span {
    margin-top: 5px;
}

.footer-phone .block-right {
    border-right: 1px solid #fff;
    padding-right: 62px;
}

.footer-email .block-right {
    border-right: 1px solid #fff;
    padding-right: 52px;
}

.footer-address .block-right {
    width: 285px;
    border-right: none;
}

.footer-twoLine {
    width: 100%;
    background: #000;
    text-align: center;
    font-size: 12px;
    color: #ccc;
    line-height: 28px;
    padding: 30px 0;
}
.footer-twoLine span a{
    color: #FFCD00;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer {
        clear: left;
        width: 100%;
    }

    .footer-topLine {
        width: 100%;
        height: 140px;
        background: #2B2B2B;
        color: #fff;
        margin: 0 auto;
    }

    .footer-topLine .footer-main {
        width: 96%;
        height: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .footer-main .footer-block {
        display: inline-block;
        float: left;
    }

    .footer-main .footer-block .block-left{
        margin-left: 3px;
        width: 29%;
        text-align: center;
    }

    .footer-main .footer-block>div {
        display: inline-block;
        width: 68%;
    }

    .footer-main .footer-block img {
        width: 18px;
        margin: 0 5px 0 5px;
    }

    .footer-main .footer-block h4 {
        font-size: 18px;
    }

    .footer-main .footer-block span {
        font-size: 14px;
        display: block;
        line-height: 17px;
    }

    .footer-main .footer-block.footer-address span {
        font-size: 14px;
    }

    .footer-phone {
        margin-top: 30px;
        width:30%;
    }

    .footer-email {
        margin-top: 30px;
        width:30%;
    }

    .footer-address {
        margin-top: 16px;
        width:40%;
    }

    .footer-main .footer-block.footer-phone img {
        margin-top: 6px;
        margin-left: 0;
    }

    .footer-main .footer-block.footer-email img {
        margin-top: 8px;
    }

    .footer-main .footer-block.footer-address img {
        width: 26px;
        height: 22px;
        margin-top: 22px;
    }

    .footer-main .footer-block.footer-address span {
        margin-top: 2px;
    }

    .footer-phone .block-right {
        border-right: 1px solid #fff;
        padding-right: 10px;
    }

    .footer-email .block-right {
        border-right: 1px solid #fff;
        padding-right: 10px;
    }

    .footer-address .block-right {
        width: 79%;
        border-right: none;
    }

    .footer-twoLine {
        width: 100%;
        line-height: 28px;
        padding: 30px 0;
        background: #000;
        text-align: center;
        font-size: 12px;
        color: #ccc;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) { 
    .footer {
        clear: left;
        width: 100%;
    }

    .footer-topLine {
        width: 100%;
        height: 140px;
        background: #2B2B2B;
        color: #fff;
        margin: 0 auto;
    }

    .footer-topLine .footer-main {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .footer-main .footer-block {
        display: inline-block;
        float: left;
    }

    .footer-main .footer-block .block-left{
        margin-left: 3px;
        width: 29%;
        text-align: center;
    }

    .footer-main .footer-block>div {
        display: inline-block;
        width: 68%;
    }

    .footer-main .footer-block img {
        width: 18px;
        margin: 0 5px 0 5px;
    }

    .footer-main .footer-block h4 {
        font-size: 10px;
    }

    .footer-main .footer-block span {
        font-size: 8px;
        display: block;
        line-height: 17px;
    }

    .footer-main .footer-block.footer-address span {
        font-size: 8px;
    }

    .footer-phone {
        margin-top: 30px;
        width:30%;
    }

    .footer-email {
        margin-top: 30px;
        width:30%;
    }

    .footer-address {
        margin-top: 16px;
        width:40%;
    }

    .footer-main .footer-block.footer-phone img {
        margin-top: 6px;
        margin-left: 0;
    }

    .footer-main .footer-block.footer-email img {
        margin-top: 8px;
    }

    .footer-main .footer-block.footer-address img {
        width: 18px;
        height: 23px;
        margin-top: 22px;
    }

    .footer-main .footer-block.footer-address span {
        margin-top: 2px;
    }

    .footer-phone .block-right {
        border-right: 1px solid #fff;
        padding-right: 10px;
    }

    .footer-email .block-right {
        border-right: 1px solid #fff;
        padding-right: 10px;
    }

    .footer-address .block-right {
        width: 79%;
        border-right: none;
    }

    .footer-twoLine {
        width: 100%;
        padding: 30px 0;
        background: #000;
        text-align: center;
        font-size: 10px;
        color: #ccc;
        line-height: 24px;
    }
}