.banner {
    width: 100%;
    height: 560px; 
    position: relative;
}
#contentBanner, #contentBanner img{
    height: 100%;
    width: 100%;
}
.honor {
    position: relative;
    padding: 0 200px 80px 200px;

}
.list .item{
    float: left;
    width: 25%;
    padding: 0 20px;
}
.honor .list .item .img-box{
    width: 100%;
}
.honor .list .item img{
    width: 100%;
    height: 195px;
}
.list .item .name{
    text-align: center;
    font-size: 14px;
    margin: 10px 0 60px 0;
    font-weight: 500;
    letter-spacing: 2px;
}
.list .item .name i{
    width: 3px;
    height: 16px;
    background: url("../images/honor/xiantiao-01.png");
    display: inline-block;
    margin: 0 8px -2px 0;
}
.type-name{
    text-align: center;
    margin: 10px auto 140px auto;
    font-size: 35px;
    font-weight: bold;
}
.type-name .en{
    color: #E6E6E6;
    font-size: 40px;
}
.type-name .zh{
    margin-top: -50px;
    letter-spacing: 5px;
}