#smartslider3-3{
    width: 100%;
    padding:0;
}
.left-content .cat-title{
    font-size: 32px;
    background-color: #ff1414;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    height: 100px;
    line-height: 100px;
}
.left-content .cat-list div{
    font-size: 18px;
    background-color: #fff;
    color: #5d5d5d;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
}
.left-content .cat-list .cat-item{
    position: relative;
    height: 60px;
    line-height: 60px;
}
.left-content .cat-list .cat-item.current-cat{
    background-color: #ff1414;
    color: #fff;
}
.left-content .cat-list .cat-item::after{
    content: "";
    position: absolute;
    top: 48px;
    left: 50%;
    width: 30%;
    height: 2px;
    margin-left: -15%;
    background-color: #ff1414;
}
.left-content .cat-list .cat-item.current-cat::after{
    background-color: #fff;
}
.page-title{
    background-image: url("../img/titile-bg_03.jpg");
    height: 60px;
    font-size: 22px;
    line-height: 60px;
    color: #fff;
    padding-left: 20px;
}

