.header {
    height: 118px;
    width: 1200px;
    margin: 0 auto;
}

.logo {
    width: 360px;
    height: 100%;
    position: relative;
}

.logo-img {
    display: inline-block;
    width: 120px;
    height: 100%;
    position: relative;
}

.logo-img img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
}

.logo-desc {
    width: 220px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #333;
    border-left: 2px solid #bbbbbb;
}