/* // =====开始===== */
/* 自适应调整 新增 2017-12-11 */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-body .center-block a {
        margin-right: 10px;
    }
}

@media screen and (max-width: 992px) {
    .banner-body .center-block a {
        margin-right: 0px;
    }
    .banner-body {
        margin-top: 0 !important;
    }
    .banner-body .center-block {
        margin: 0 !important;
    }
    .banner-body .center-block a {
        margin-top: 80px;
    }
    .head-backgroud .ad-title p.title-main {
        font-size: 44px;
    }
}

@media screen and (max-width: 767px) {
    .head-backgroud .ad-title p.title-main {
        font-size: 38px;
    }
}

@media screen and (max-width: 510px) {
    .banner-body .center-block a {
        width: 100%;
    }
    .banner-body .center-block a img {
        width: 100%;
    }
    .banner-body .center-block a span.dataBox-data {
        font-size: 20px;
    }
}

@media screen and (max-width: 475px) {
    .head-backgroud .ad-title p.title-main {
        font-size: 30px;
    }
}
/* // =====结束===== */