.honor-box{
    padding: 100px 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 3;
}
.honor-box .num-tit .num,
.honor-box .num-tit .txt,
.honor-box .pub-tit .cn,
.honor-box .pub-tit .en{
    color: #fff;
}
.honor-tab .m-box{
    display: none;
}
.honor-tab{
    width:84.72%;
    margin: -1.75rem auto 0; 
}
.honor-tab .pc-box{
    position: relative;
}
.honor-tab .honor-trans{
    width: 34.754%;
}
.honor-tab .pc-box li{
    position: absolute;
    border-radius: 6px;
    overflow: hidden;
    left: 64.754%;
    top: 0;
    box-shadow: 0 5px 10px rgba(51,51,51,.2);
}
.honor-tab .pc-box li .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
}
.honor-tab .pc-box li:nth-child(1) .mask{
    opacity: 0;
    filter: alpha(opacity=0);
}
.honor-tab .pc-box li:nth-child(2) .mask{
    opacity: .2;
    filter: alpha(opacity=20);
}
.honor-tab .pc-box li:nth-child(3) .mask{
    opacity: .4;
    filter: alpha(opacity=40);
}

.honor-tab .pc-box li:nth-child(4) .mask{
    opacity: .6;
    filter: alpha(opacity=60);
}
.honor-tab .pc-box li:nth-child(5) .mask{
    opacity: .8;
    filter: alpha(opacity=80);
}
.honor-tab .pc-box li img{
    width: 100%;
}
.honor-tab .top-box{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.honor-tab .top-box .title{
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}
.honor-tab .top-box .btns{
    font-size: 0;
    margin-top: 30px;
}
.honor-tab .top-box .prev,
.honor-tab .top-box .num-wrap,
.honor-tab .top-box .next{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.honor-tab .top-box .prev,
.honor-tab .top-box .next{
    width: 17px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: all .3s;
}
.honor-tab .top-box .prev{
    background-image: url('../images/honor-prev.png');
}
.honor-tab .top-box .next{
    background-image: url('../images/honor-next.png');
    margin-top: 20px;
    margin-left: 12px;
}
.honor-tab .num-wrap .cur,
.honor-tab .num-wrap .divide,
.honor-tab .num-wrap .total{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.honor-tab .num-wrap{
    margin-left: 12px;
}
.honor-tab .num-wrap .cur{
    font-size: 40px;
    line-height: 40px;
    color: #b5382f;
    font-weight: bold;
    font-family: arial;
    margin-top: -.25rem;
}
.honor-tab .num-wrap .divide,
.honor-tab .num-wrap .total{
    font-size: .3rem;
    line-height: .4rem;
    color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    margin-top: 35px;
}