.aboutmain {
    width: 100%;
}
.bottomhonor{
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
}
.honor {
    width: 100%;
    margin-bottom: 60px;
    height: auto;   
}
.bottomhonor>.honor{
    margin-bottom: 0px;
}
.honor>.main>h3, .honor>h3{
    font-size: 20px;
    font-weight: bold;
    color: #555555;
    line-height: 30px;
    margin-bottom: 20px;
}

.honor>.main>h3>b,.honor>h3>b {
    font-size: 14px;
    font-weight: bold;
    color: #BFBFBF;
    line-height: 26px;
    margin-left: 15px;
}

.honor-left {
    width: 515px;
    height: 350px;
    overflow-y: auto;
    margin-right: 20px;
    box-sizing: border-box;
    padding-left: 15px;
}

.honor-left::-webkit-scrollbar {
    display: none;
}

.honor-left>ul {
    width: 100%;
}

.honor-left>ul>li {
    width: 100%;
}

.honor-left>ul>li>a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    padding-left: 35px;
    font-size: 16px;
    color: #999;
    border-left: 1px solid #999;
    position: relative;
}

.honor-left>ul>li>a>b {
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #999999;
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: 11px;
    box-sizing: border-box;
    padding: 3px;
    background-color: #fff;
    z-index: 9;
}

.honor-left>ul>li>a>b>span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: transparent;
    display: block;
}

.honor-left>ul>li.honored>a {
    color: #032B8C;
}

.honor-left>ul>li.honored>a>b {
    border: 1px solid #032B8C;
}

.honor-left>ul>li.honored>a>b>span {
    background-color: #032B8C;
}

.honor-right {
    width: 650px;
    height: 350px;
    background: #F0F3FF;
}

.honor-right>ul {
    width: 100%;
    height: 350px;
}

.honor-right>ul>li {
    display: block;
    width: 100%;
    height: 350px;
    line-height: 350px;
    overflow: hidden;
    display: none;
    text-align: center;
}

.honor-right>ul>li>img {
    vertical-align: middle;
    height: 100%;
}

.honor-right>ul>li.show {
    display: block;
}

@media screen and (min-width:100px) and (max-width:999px) {
    .aboutmain {
        margin-top: 10px;
    }
    .bottomhonor{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .honor {
        margin-bottom: 20px;
    }
    .bottomhonor>,.honor{
        margin-bottom: 0;
    }
    .honor>.main>h3, .honor>h3{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .honor-left {
        width: 500px;
        margin-right: 0px;
        margin: 0 auto;
        float: unset;
        padding-left: 15px;
    }
    .honor-right {
        width: 500px;
        height: 350px;
        margin: 0 auto;
        float: unset;
        margin-top: 10px;
    }
}

@media screen and (min-width:100px) and (max-width:575px) {
    .honor-left {
        width: 100%;
        height: 200px;
    }
    .honor-right {
        width: 100%;
        height: 280px;
    }
    .honor-right>ul>li {
        height: 280px;
        line-height: 280px;
    }
    .honor-right>ul>li>img {
        height: unset;
        width: 100%;
    }
}

@media screen and (min-width:1000px) and (max-width:1200px) {
    .honor-left {
        width: 400px;
        margin-right: 10px;
    }
    .honor-right {
        width: 550px;
    }
}