.view_banner {
    width: 100%;
    height: 400px;
    background-image: url(../images/hezuo_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.view_banner_mian {
    max-width: 1200px;
    height: 100%;
    padding: 180px 0;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.view_banner_mian .title {
    max-width: 600px;
    color: #3b3e4e;
    font-size: 36px;
    font-weight: bold;
}

.view_banner_mian .describe {
    max-width: 600px;
    color: #828699;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 20px;
}