.w1200 {
    width: 1400px;
}

.manufacturer-box {
    display: flex;
    justify-content: flex-end;
}

.manufacturer-box-content {
    width: 1100px;
    position: relative;
}

.manufacturer-title,
.manufacturer {
    display: flex;
    flex-wrap: wrap;
}

.manufacturer-title span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    width: 3px;
    height: 22px;
    background-color: #e56639;
}

.manufacturer-title span {
    padding-left: 10px;
    font-size: 22px;
    line-height: 100px;
}

.manufacturer-information {
    display: flex;
    overflow: hidden;
    justify-content: space-around;
    width: 380px;
    margin: 0 0 20px 20px;
    padding: 20px;
    background-color: #fff;
}

.manufacturer-information:hover {
    transition: 0.3s;
    margin-top: -1px;
    -webkit-box-shadow: #ccc 0px 10px 10px;
    -moz-box-shadow: #ccc 0px 10px 10px;
    box-shadow: #ccc 0px 10px 10px;
}

.information img {
    height: 100px;
    width: 100px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #eaeaea;
}

.information span {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 26px;
    border: 1px solid #eaeaea;
    border-top: none;
    color: #666;
}

.information-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.information-overflow {
    height: 40px;
    line-height: 30px;
    font-size: 18px;
}

.cmp-specs {
    line-height: 25px;
    color: #888;
}

.cmp-specs-text {
    color: #000;
}

.choice-nav-itemize-hear {
    margin-top: -50px !important;
}

.nav-itemize-box {
    margin-top: -2.6px !important;
}