.banner {
    height: 350px;
    background-size: cover;
    padding-top: 112px;
}
.banner .head-text {
    margin-bottom: 40px;
}
.banner .head-text .title {
    height: 35px;
    font-size: 46px;
    font-weight: 700;
    color: #161827;
    line-height: 40px;
    margin-bottom: 25px;
}
.banner .head-text .subTitle {
    height: 18px;
    line-height: 22px;
    font-size: 22px;
    font-weight: 400;
    color: #161827;
}
.banner .tel-no {
    height: 37px;
    font-size: 37px;
    font-weight: 700;
    color: #0084fd;
    line-height: 37px;
}



.banner   .middle-img-box{
    display: none;
}
.banner .head-text .tel-no{
    display: none;
}

.banner .contact {
    float: left;
    margin-top: -265px;
    height: 355px;
    object-fit: cover;
}

@media screen and (max-width: 1600px) {
    .banner {
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 992px) {
    .banner {
        background-color: #DFDFE9;
        background-image:none;
        height: 240px;
        padding-top: 0;
        position: relative;
    }
    .banner .container{
        position: relative;
        z-index: 1;
        padding-top: 90px;
    }
    .banner .head-text .title{
        height: 22px;
        font-size: 20px;
        color: #444444;
        line-height: 22px;
        margin-bottom: 14px;
        font-weight: bold;
    }
    .banner .tel-no{
        display: none;
    }
    .banner .head-text .tel-no{
        display: block;
        height: 22px;
        font-size: 20px;
        font-weight: bold;
        color: #0084FD;
        line-height: 22px;
        margin-bottom: 18px;
    }
    .banner .head-text .subTitle{
        font-size: 12px;
        font-weight: 400;
        color: #333333;
        line-height: 14px;
    }

    .banner   .middle-img-box{
        display: flex;
        justify-content: right;
        height: 240px;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }
    .banner   .middle-img-box img{
        display: block;
        width: 360px;
        height: 240px;
    }
    .banner .contact {
        display: none;
    }
}
