@media screen and (min-device-width:751px){
    /* 董事长荣誉 */
    .fixed-menu{
        top: 0;
        background: #F8F8F8;
    }
    .history{
        background: #F8F8F8;
        padding: 30px 0;
        min-height: 400px;
    }
    .year-box{
        margin: 15px 0 30px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .year-box-item{
        margin-top: 20px;
        width: 65px;
        height: 25px;
        border: 1px solid #707070;
        border-radius: 13px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        -o-border-radius: 13px;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        color:#6E6E6E ;
        margin-right: 30px;
    }

    .year-body{
        margin-top: 10px;
    }
    .year-body-content-item{
        display: flex;
        align-items: center;
        margin-top: 20px;
        width: 1210px;
        background: #ffffff;
        padding: 10px;
    }
    .year-body-content-item-left{
        width: 90px;
        border-right: 1px solid #BEBEBE;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .year-body-content-item-month{
        color: #333333;
        font-size: 25px;
    }
    .year-body-content-item-year{
        color: #ACACAC;
        font-size: 12px;
    }

    .year-body-content-item-right{
        margin-left: 30px;
        font-size: 14px;
        color: #6E6E6E;
    }
    .honor-wall{
        margin-top: 65px;
    }
    .honor-wall-title{
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: #333333;
    }
    .honor-wall-box{
        margin-top: 55px;
        width: 100%;
        margin-bottom: 65px;
    }
    .honor-wall-box .swiper{
        width: 100%;
        height: 160px;
    }
    .honor-wall-box .swiper-slide{
        width: 230px;
        height: 160px;
    }
    .honor-wall-box:nth-child(2) .swiper-slide img{
        width: 200px;
        height: 160px;
    }
    .honor-wall-box-img{
        width: 100%;
        height: 100%;
    }
    .box-title,.honor-wall-box-m{
        display: none;
    }
}
@media screen and (min-device-width:300px) and (max-device-width:750px){
    .foot-box,.honor-wall-title,.honor-wall-box{
        display: none;
    }
    .year-body{
        margin-top: 1.15rem;
    }
    .year-body-content-item{
        display: flex;
        align-items: center;
        margin: 0 auto;
        margin-top: .3rem;
        width: 6.2rem;
        background: #F9F9F9;
        padding: .25rem;
        border-radius: .09rem;
        -webkit-border-radius: .09rem;
        -moz-border-radius: .09rem;
        -ms-border-radius: .09rem;
        -o-border-radius: .09rem;
}
    .year-body-content-item-left{
        width: .95rem;
        border-right: 2px solid #BEBEBE;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .year-body-content-item-month{
        color: #333333;
        font-size: .32rem;
    }
    .year-body-content-item-year{
        color: #ACACAC;
        font-size: .18rem;
    }

    .year-body-content-item-right{
        width: 5rem;
        margin-left: .26rem;
        font-size: .21rem;
        color: #666666;
    }
    .box-title{
        width: 360px;
        margin: 45px auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items:center
    }
    .box-title-left,.box-title-right{
        width: 70px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 10px;
    }
    .box-title-middle{
        width: 170px;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: #333333;
    }
    .box-title span{
        width: 20px;
        background: #232323;
    }
    .line1{
        animation: line 0.6s 0.6s infinite ease-in-out alternate;
        -webkit-animation: line 0.6s 0.6s infinite ease-in-out alternate;
    }
    .line2{
        animation: line 0.6s infinite ease-in-out alternate;
        -webkit-animation: line 0.6s infinite ease-in-out alternate;
    }
    .line3{
        animation: line 0.6s 0.3s infinite ease-in-out alternate;
        -webkit-animation: line 0.6s 0.3s infinite ease-in-out alternate;
    }
    @keyframes line{
        from{
            height: 0;
        }
        to{
            height: 24px;
        }
    }
    @-webkit-keyframes line{
        from{
            height: 0;
        }
        to{
            height: 24px;
        }
    }
    .honor-wall-box{
        margin-top: .4rem;
        width: 100%;
        margin-bottom: .5rem;
    }
    .honor-wall-box-m-body{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .honor-wall-box-m-body-item{
        margin-bottom: .15rem;
        width: 2.15rem;
        height: 1.5rem;
        margin-right: .15rem;
    }
    .honor-wall-box-img{
        width: 100%;
        height: 100%;
    }
}