.nybanner{
    width: 100%;
    background-color: #646464;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 400px;
    background-image: url('../../images/about/nimg1920_4.jpg');
}

.honor-content{
    padding: 100px 0px 50px 0px;
}
.content .content-text{
    margin-bottom: 45px;
}
.content .content-text p{
    text-indent: 2em;
}


.content .title {
    font-weight: bold;
    font-size: 18px;
    color: #ec6c21;
    padding-bottom: 20px;
    margin-bottom: 45px;
    background: url(../../images/about/ico5_3hr.png) no-repeat bottom left;
}



.content-honor .slick-list{
    width: 97%;
    margin: 0 auto;
    overflow: hidden;
}
.content-honor .tm-honor img{
    width: 100%;
    padding: 20px 10px 0px 10px;
}
.content-honor .tm-honor p{
    text-align: center;
    margin-top: 5px;
    padding: 0px 10px;
}


.carousel-control-prev, .carousel-control-next{
    width: 10%;
}


.qualifications .list ul{
    padding: 0px;
    margin: 0px;
}
.qualifications .list li {
    width: 50%;
    height: 55px;
    line-height: 55px;
    float: left;
    list-style-position: outside;
    list-style-type: none;
}
.qualifications .list li .qualification{
    border-bottom: 1px #eee solid;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media screen and (max-width: 1004px){
    .nybanner{
        background-image:  url('../../images/about/nimg640_4.jpg');
        height: 220px;
    }
    .honor-content {
        padding: 50px 10px 20px 10px;
    }
    .qualifications .list ul{
        padding: 20px 0px;
    }
    .qualifications .list{
        min-height: 300px;
    }
    .qualifications .list li .qualification{
        text-align: center;
    }
}