.flex_justify_between {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.logo_box {
    padding-left: 360px;
}
.logo_box {
    padding-left: 200px;
    height: 90px;
    padding-top: 25px;
    max-width: 700px;
    background: url(/bz_website/pages/website/draw/template/pc/skin/img/logo.png) no-repeat left center;
    background-size: 150px;
    position: relative;
}
.logo_box:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    top: 0;
    bottom: 0;
    left: 170px;
    margin: auto;
    background: #d7d7d7;
}
.logo_box h1 {
    font-weight: bold;
    color: #b89157;
    font-size: 26px;
    margin-bottom: 5px;
}
.logo_box h4 {
    color: #666666;
}