.honor-title-left{
    background:url('../image/honor-title-bg.png') no-repeat;
}
.honor-and-wrapper{
    margin-top:40px;
}
.honor-and-item{
    margin-top:28px;
    margin-right:20px;
    padding:32px 30px;
    width:453px;
    height:93px;
    font-size:18px;
    text-align:center;
    background:url('../image/honor-and-bg.png') no-repeat;
    background-size:100% 100%;
}
.honor-and-item:nth-child(3n){
    margin-right: 0;
}
.honor-and-item-more{
    /* padding:15px 45px; */
}
.honor-and-item-middle{
    margin:28px 20px 0;
}
.honor-sub-title{
    margin-top:68px;
}
.big-and-item{
    margin-top:28px;
    padding:30px 30px 0;
    height:93px;
    line-height:24px;
    font-size:18px;
    text-align:center;
    background:url('../image/honor-and-big-bg.png') no-repeat;
    background-size:100% 100%;
}
.big-and-item-more{
    padding:21px 85px;
    line-height:36px;
}
.prove-hor-list{
    margin-top:28px;
}
.prove-hor-item{
    float:left;
    margin-bottom:67px;
    margin-right:100px;
    border-radius:10px;
    overflow:hidden;
}
.prove-hor-item img{
    display:block;
    width:100%;
    height:100%;
    border-radius:10px;
}
.prove-hor-item:nth-child(4n){
    margin-right:0;
}
.prove-verticle-item{
    float:left;
    margin-bottom:67px;
    margin-right:87px;
    border-radius:10px;
    overflow:hidden;
}
.prove-verticle-item img{
    display:block;
    width:100%;
    height:100%;
    border-radius:10px;
}
.prove-verticle-item:nth-child(5n){
    margin-right:0;
}