
.honor{

}
.honor ul{
    margin: 0 -6px;
}
.honor ul li{
    width: 33.3%;
    float: left;
}
.honor ul li .con{
    display: block;
    margin: 0 5px 6px;
    padding-bottom: 61.5%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.honor ul li.one .con {
    padding-bottom: 124.4%;
}
.honor ul li .con .honor_tit{
	text-align:center;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 56px;
    line-height: 56px;
    background: rgba(0, 134, 71, 0.7);
    display: none;
}
.honor ul li .con:hover .honor_tit{
    display: block;
}

.honor_bear{
    margin-top: -156px;
    padding: 150px 0 80px;
}
.honor_bear p{
    margin-bottom: 24px;
}

@media only screen and (max-width:1199px){
    .honor ul li .con .honor_tit{
        display: block;
    }
    .honor ul li .con .honor_tit {
        height: 50px;
        line-height: 50px;
    }
}
@media only screen and (max-width:900px){
    .honor ul li {
        width: 50%;
    }
}
@media only screen and (max-width:500px){
    .honor ul li {
        width: 100%;
        float: none;
    }
}


