.parts-area{
    overflow:hidden; 
    background:#f8f8f8;
}

.parts-view {
    text-align: center;
}

.parts-view a {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 20px;
    color: #fc6b00;
    border: 1px solid #fc6b00;
}

.parts-view a:hover {
    color: #ffffff;
    background-color: #fc6b00;
}

.parts-item {
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    padding: 30px 25px 35px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.parts-item:hover {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
}

.parts-item .parts-top {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fc6b00;
}

.parts-item h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
}

.parts-item span {
    display: block;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 14px;
    color: #fc6b00;
}

.parts-item .boss-btn .boss-btn-left {
margin-right: 0;
}