.abss_te{
    z-index: 2;
}


.comhonor_te{
    max-width: 1200px;
    line-height: 2.1em;
    color: #274056;
    margin: 0px auto;
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin-top: 2%;
}
.comhonor_main{
    max-width: 1470px;

    margin: 0px auto;
    height: 100%;
}
.comhonor_ul{
    display: flex;
    margin: 0px auto;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    padding-left: 30px;

}
.comhonor_li {
    margin: 0px auto;
    width: 28%;
    float: left;
    margin-top: 5%;
    z-index: 123;
    position: relative;
}

.comhonor_bian{
    position: absolute;
    top: -35px;
    left: -22px;
}
.ho_navs {

    width: 100%;

    margin-top: 3%;
    display: flex;
    padding-bottom: 3%;
    flex-wrap: nowrap;
    flex-direction: row;
    text-align: center;

    justify-content: center;


}


.ho_tartar{

    height: 14px;
    width: 14px;
    background-color: #757575;
    margin-left: 20px;
    border-radius: 30px;

}
.ho_tarlr{
    margin-left: 80px;
}
.ho_sol{
    width: 40px;
    background-color: #657d97;
    height: 4px;
    margin: 0px auto;

}

.ho_selected{
    background-color: #274056;
    height: 18px;
    width: 18px;
    box-shadow:#888888 0px 0px 10px;
    border-radius: 30px;


}
.ho_tar_b{
    margin-top: 3px;
}
.ho_tar_c{
    margin-top: 3px;
}
.ho_tar_a{
    margin-top: 3px;
}
@media screen and (max-width:900px){
.comhonor_li{
    width: 40%;
}

    .comhonor_ul{

        padding-left: 0px;
        max-width: 600px;
        display: flex;
        justify-content: center;
        text-align: center;

    }
    .comhonor_bian{
        position: absolute;
        top: -35px;
        left: 0px;
    }
    .ho_navs {

        margin-top: 8%;
        padding-bottom: 8%;



    }

}
@media screen and (max-width:610px){
    .comhonor_li{
        width: 60%;
        margin-top: 35px;
    }
    .comhonor_ul{

        padding-left: 0px;
        max-width: 400px;
        display: flex;
        justify-content: center;
        text-align: center;

    }
    .comhonor_te{
        font-size: 20px;
    }
    .abss_te {
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: 10%;}
}