
.qualifications_div{

    padding-bottom: 0px;

    background-size: cover;
    background-repeat: no-repeat;
}
.qualifications_div_p{
    background-color:#f3f5fb;
    background: url('/resources/img/home1/ghome_bg01.jpg');
}
.tab{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: url('/resources/img/home1/ghome_bg02.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.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;
}



.qualifications .swiper-container {
    width: 100%;

    height: auto;
    padding:0px 0;
    margin-left: auto;
    margin-right: auto;

}
.qualifications .swiper-slide img{
    max-width: 100%;

}
.qualifications .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -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: 300ms;
    transform: scale(0.8);
    overflow: hidden;
}
.qualifications .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}

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

.qualifications_div .more_text{
    font-size: 18px;
    color: #999;
}
.qualifications_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;
}

.img_title_name01{

    width: 100%;
    background-color: #0c0c0c9c;
    color: #fff;
    font-size: 9px;
    padding: 5px 2px;
    letter-spacing: 1.5px;

}
.swip_title{
    line-height: 21px;
    margin-top: 10px;
}
.swip_titledes{
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 17px;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bksgt{
    font-weight: bold;
}

.over_data{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.line_p{
    width: 1px;
    height: 45px;
    background: #DEDEDE;
    border-radius: 0px 0px 0px 0px;
}
.milst{
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
    overflow: hidden;
}
.mi1{
    width: 30%;
}
@media (max-width:1200px) and (min-width: 175px){
    .qualifications_main .swiper-slide img {
        max-width: 100%;
        height: auto;
    }
    .qualifications_main .swiper-container {
        padding: 10px 0 0 0;
    }
    .qualifications_main .tab_name_n{
        font-size: 16px;
    }
    .qualifications_main .tab_name_sub{
        font-size: 11px;
    }
    .img_title_name01 {
        width: 100%;
    }
}