.clearl_banner{
    display: none;
}
.case_div{
    background-color:#f3f5fb;
    padding-bottom: 20px;
    background: url('/resources/img/home1/ghome_bg01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.case_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;
}
.active{
    background-color: rgba(239, 51, 64, 1);
    color: #FFF;
}



.case .swiper-container {
    width: 100%;
    height: auto;
    padding:20px 0;
    margin-left: auto;
    margin-right: auto;

}
.case .swiper-slide img{
    width: 140px;

}
.case .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;
}
.case #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;
}
.case_div .more,.case_div .more a{
    margin-right: -27px;
    display: flex;
    width: 100px;
    cursor: pointer;
}

.case_div .more_text{
        font-size: 18px;
        color: #999;
}
.case_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;
}
#isport01{
    width: 100%;
}
@media (max-width:1200px) and (min-width: 175px){
    .case .swiper-slide img {
        height: auto;
    }
    .case_main .swiper-container {
        padding: 10px 0 0 0;
    }
    .case_main .tab_name_n{
        font-size: 16px;
    }
    .case_main .tab_name_sub{
        font-size: 11px;
    }
    .case_div .more, .case_div .more a {
        margin-right: 0px;
        justify-content: flex-end;
    }
    .img_title_name {
        width: 119%;
    }
    .case_main{
        width: 100%;
    }

}