@media only screen and (max-width: 768px){
    .honor{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .honor_box{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .honor_swiper{
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .honor_item{
        width: 100%;
        box-sizing: border-box;
    }
    .honor_item_box{
        width: 100%;
    }
    .honor_icon{
        display: none;
    }
    .wap_honor_box{
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 1.2rem;
        box-sizing: border-box;
    }
    .wap_honor_icon{
        width: 0.36rem;
        height: 0.64rem;
        background: #CFCFCF;
        cursor: pointer;
    }
    .wap_honor_icon:nth-child(1){
        background: url("../img/honor/left.png") no-repeat;
        background-size: 100% 100%;
    }
    .wap_honor_icon:nth-child(3){
        background: url("../img/honor/right.png") no-repeat;
        background-size: 100% 100%;
    }
    .honor_box_img1{
        width: 100%;
        height: 9.36rem;
        margin-bottom: 0.84rem;
    }
    .honor_box_img2{
        width: 100%;
        height: 9.36rem;
        margin-bottom: 0.84rem;
    }
    .history_box_text{
        flex: 1;
        text-align: center;
        width: 100%;
        font-weight: 400;
        font-size: 0.48rem;
        color: #333333;
        padding: 0 0.4rem;
        box-sizing: border-box;
    }
}
@media only screen and (min-width: 800px){
    .honor{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .all_content_bottom{
        width: 100%;
        margin: 0;
        padding-left: 70px;
        box-sizing: border-box;
    }
    .honor_box{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .honor_swiper{
        width: 880px;
        margin: 0 auto;
        box-sizing: border-box;
        overflow: hidden;
    }
    .honor_item{
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .honor_item_box{
        width: 100%;
    }
    .wap_honor_icon{
        display: none;
    }
    .honor_icon{
        width: 27px;
        height: 50px;
        cursor: pointer;
    }
    .honor_icon:nth-child(1){
        background: url("../img/honor/left.png") no-repeat;
        background-size: 100% 100%;
    }
    .honor_icon:nth-child(3){
        background: url("../img/honor/right.png") no-repeat;
        background-size: 100% 100%;
    }
    .honor_box_img1{
        display: block;
        width: 527px;
        height: 356px;
        position: relative;
    }
    .honor_box_img{
        margin: 0 auto;
    }
    .honor_box_img2{
        display: block;
        position: absolute;
        top: 33px;
        right: 36px;
        width: 313px;
        height: 211px;
    }
    .wap_honor_box{
        width: 100%;
    }
    .history_box_text{
        width: 100%;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        color: #333333;
        margin-top: 48px;
    }
}
