.content {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    height: auto;
}

.banner {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.title {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 50px 0 0 0;
    text-align: center;
    font-size: 22px;
    color: #595959;
}

.contact_info {
    width: 80%;
    height: auto;
    margin: 50px auto 50px auto;
}

.ci_block {
    width: 25%;
    height: auto;
}

.ci_block > img {
    display: block;
    margin: auto;
}

.ci_block > span {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #595959;
    margin: 15px 0 0 0;
}

/*------------------------------------------------------- media -------------------------------------------------------*/
@media screen and (max-width: 1200px) {
    .ci_block > span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1100px) {
    .ci_block > span {
        font-size: 13px;
    }
}

@media screen and (max-width: 1050px) {
    .ci_block > span {
        font-size: 12px;
    }
}