/* // =====开始===== */
/* 自适应调整 新增 2017-12-11 */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-body .body-box .container img {
        margin-right: 100px;
    }
    .banner-body .body-box .container div.box-infoBox {
        margin-right: 0;
        width: 50%;
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .banner-body .body-box {
        height: 800px;
    }
    .banner-body .body-box .container {
        text-align: center;
    }
    .banner-body .body-box .container img {
        margin-right: 0;
    }
    .banner-body .body-box div.box-infoBox {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .body-box-other {
        height: 900px !important;
    }
    .body-box-other img {
        margin-right: 0 !important;
    }
    .body-box-other div.box-infoBox {
        margin-right: 0;
        width: 100% !important;
        text-align: center;
    }
    .banner-body .body-box div.box-infoBox {
        height: 240px;
    }
}

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

@media screen and (max-width: 475px) {
    .head-backgroud .ad-title p.title-main {
        font-size: 30px;
    }
    h3.infoBox-title {
        font-size: 30px !important;
    }
}
@media screen and (max-width: 375px) {
    .body-box img {
        width: 80% !important;
    }
}
/* // =====结束===== */