.tabs div{
    display: none;
    clear: both;
    min-height: 500px;
}
.tabs .horizontal{
    margin: 0px;
    padding: 0px;
}
.tabs ul{width: 100%;}
 .horizontal li{
    float: left;
    list-style: none;
    height: 50px;
    line-height: 50px;
    background-color: #DDDDDD;
    width:16% !important;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}
.tabs .horizontal li:not(:first-child){
    margin-left: 5px;
}

.tabs .horizontal li.selectActive{
    background-color: #df1a1f;
    color: white;
}
.jb ul{overflow: hidden; width: 100%;}
.jb ul li{float: left; width: 22%; margin: 20px 12px;}
.jb ul li a{ display: block; background:#c53538; width: 100%; color: #ffffff; font-size: 15px; text-align: center; margin-top: 20px; line-height: 40px; border-radius: 8px; text-decoration: none;}
.jb ul li a:hover{ display: block; background:#df1a1f; width: 100%; color: #ffffff; font-size: 15px; text-align: center; margin-top: 20px; line-height: 40px; border-radius: 8px; text-decoration: none;}
.jb ul li img{width: 100%; border: 1px solid #eeeeee;}








