.title_fu {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 40px;
    border-bottom: #f0f0f0 1px solid;
}
.title_fu span {
    background: url(../images/bg_title.png) no-repeat center 38px;
    font-size: 24px;
    color: #333333;
    margin-right: 40px;
    display: block;
    float: left;
}
.title_fu a {
    font-size: 14px;
    color: #999999;
    display: block;
    float: right;
    transition: all .2s;
}

.cases dl {
    width: 225px;
    padding: 15px 25px;
    margin-right: 20px;
    border: 1px solid #f0f0f0;
    float: left;
    margin-bottom: 40px;
}
.cases dl * {
    transition: all .2s;
}
.cases dl dd {
    border-bottom: solid 1px #f0f0f0;
    margin-bottom: 15px;
}
.cases dl dd h5 {
    font-size: 24px;
    color: #666666;
}
.cases dl dd * {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cases dl dd span {
    color: #333333;
    font-size: 12px;
    display: block;
}

.cases dl dt {
    width: 100%;
}
.cases dl dt img {
    width: 100%;
    height: 150px;
}
.cases dl:hover {
    border-color: #ff3f3c;
}
.cases dl:hover dd * {
    color: #ff3f3c;
}
.cases dl:hover dd {
    border-bottom-color: #ff3f3c;
}

/*发货案例*/
.vbox {
    width: 100%;
    margin-bottom: 30px;
    height: 430px;
}
.vbox dl {
    width: 270px;
    float: left;
    margin-right: 27px;
    margin-bottom: 20px;
}
.vbox dl * {
    transition: all .2s;
}
.vbox dl dt {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}
.vbox dl dt img {
    width: 100%;
    height: 100%;
}
.vbox dl dt span {
    width: 44px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.7);
    background: #000000 \9;
    bottom: 5px;
    right: 5px;
    border-radius: 4px;
}
.vbox dl dd {
    font-size: 12px;
    color: #999999;
}
.vbox dl dd span {
    color: #666666;
    font-size: 14px;
    display: block;
    margin-bottom: -12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}