@media screen and (max-width: 1175px) {
    html {
        font-size: 8px;
    }
    .bCircle.mHeader {
        display: none;
    }
    .bSeeHow {
        right: 0;
    }
    .bWrap {
        width: 98%;
    }
    .bNav {
        right: 10px;
    }
    .bLogo {
        left: 0;
    }
    .bSeeHow {
        right: 10px;
    }
}

@media screen and (max-width: 1023px) {
    .header {
        height: 66rem;
    }
    .bNewsWrap {
        display: none;
    }
    .bPhoneWrap {
        width: auto;
    }
    .bPhoneWrap .bPhoneLeft {
        display: none !important;
    }
    .bPhoneWrap .bPhone {
        display: none !important;
    }
    .bPhoneWrap .bPhoneRight {
        display: none !important;
    }
    .flexslider {
        display: block;
    }
    .bSeeHow {
        display: none;
    }
    .bNav {
        position: static;
        text-align: center;
    }
    .bLogo {
        position: static;
        margin: 0 auto;
    }
    .bSlogan {
        margin: 4rem 0 3rem 0;
    }
    .bCircle {
        display: none;
    }
    .bWrap {
        width: 92%;
    }
    .bQuote {
        width: 49% !important;
        display: none;
    }
    .bQuote.m1, .bQuote.m2, .bQuote.m7, .bQuote.m4 {
        display: block;
        margin-right: 0;
    }
    .bQuote.m1, .bQuote.m4 {
        margin-right: 2%;
    }
}
