.product{
    background: #fff;
    margin: 0px auto 15px auto;
    width: 1200px;
    padding: 15px;
    box-sizing: border-box;
}
.type_content{
    width: 1200px;
    font-size: 0px;
}
.type_content>.products{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #333;
    margin: 0 15px 15px 0;
    font-size: 14px;
    box-sizing: border-box;
    height: 205px;
    background: #f3f3f3;
    padding: 12px 10px 10px 10px;
    width: 281px;
    border-radius: 4px;
}

.type_content>.products>.imgs{
    width: 260px;
    height: 180px;
    background-size: cover;
    background-position: center;
    display: block;

}
.type_content>.products>.names{
    position: absolute;
    width: 100%;
    height: 35px;
    background: rgba(22,22,22,0.5);
    bottom: 0px;
    z-index: 999;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
    padding: 0 24px;
    box-sizing: border-box;
    border-radius: 0px 0px 4px 4px;
    display: none;
    margin-left: -10px;
    text-align: center;
}
.type_content>.products:hover .names{
    display: block;
}
.nav_types{
    margin-bottom: 12px;
}
.nav_types>a{
    font-size: 15px;
    color: #777777;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px;
    margin: 5px 0;
}
.nav_types>a.active,
.nav_types>a:hover{
    background: #0365ca;
    color: #fff;
    border-radius: 4px;
}