.clearl_banner,.clearl_banner1,.clearl_banner2,.clearl_banner3,.clearl_banner4,.clearl_banner5{
    display: none;
}

.goodscate_div{
    background-color:#f3f5fb;
    padding-bottom: 20px;

}
.goodscate_div_bj{
    background: url('/resources/img/home1/ghome_bg01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.goodscate_main{
    width: 1200px;
    margin: 0 auto;
}
.tab{
    width: 100%;
    height: 50px;
    line-height: 50px;

    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}
.tab_img{
    background: url('/resources/img/home1/ghome_bg02.png');
}
.tab_name{
    display: flex;
    height: 50px;
    line-height: 50px;
}
.tab_name_n{
    font-size: 20px;
}
.tab_name_sub{
    font-size: 15px;
    padding-left: 10px;
    color: #b0acac;
}
.tab_right{
    display: flex;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.tab_right_title{
    padding: 0 10px;
    margin-left: 5px;
    color: #494848;
}
.goodscate_main .active{
    background-color: rgba(239, 51, 64, 1);
    color: #FFF;
}

.goodscate_main .more_text{
    color: #000;
}

.goodscate .swiper-container {
    width: 100%;
    min-height: 150px;
    max-height: 200px;
    padding:10px 0;
    margin-left: auto;
    margin-right: auto;

}
.goodscate .swiper-slide img{
    height: 120px;
}
.goodscate2 .swiper-slide img{
    height: 120px;
    width: auto;
    margin: 0 auto;
    padding: 10px;
}
.goodscate .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: auto;
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property:all;
}
.goodscate #progressEffect{
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
}
.img_title_name{
    position: absolute;
    width: 100%;
    background-color: #0c0c0c9c;
    color: #fff;
    font-size: 9px;
    padding: 5px 2px;
    letter-spacing: 1.5px;
    margin-top: 184px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  /* 限制显示的行数为2 */
    overflow: hidden;
}

.img_title_name{
    position: absolute;
    width: 100%;
    background-color: #0c0c0c9c;
    color: #fff;
    font-size: 9px;
    padding: 5px 2px;
    letter-spacing: 1.5px;
    margin-top: 184px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  /* 限制显示的行数为2 */
    overflow: hidden;
}

.goodscate_div .more,.goodscate_div .more a{
    margin-right: -27px;
    display: flex;
    width: 100px;
    cursor: pointer;
}

.goodscate_div .more_text{
        font-size: 18px;
        color: #999;
}
.goodscate_div .more_icon{
    font-size: 15px;
    color: #999;
    margin-top: 20px;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    background: url(/resources/img/home1/right.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:1200px) and (min-width: 175px){
    .goodscate .swiper-slide img {
        height: auto;
    }
    .goodscate_main .swiper-container {
        padding: 10px 0 0 0;
    }
    .goodscate_main .tab_name_n{
        font-size: 16px;
    }
    .goodscate_main .tab_name_sub{
        font-size: 11px;
    }
    .goodscate_div .more, .goodscate_div .more a {
        margin-right: 0px;
        justify-content: flex-end;
    }
    .img_title_name {
        width: 119%;
    }

}