


/* ------------------------banner------------------------- */
.container-banner{
    width: 100%;
}
.container-banner>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* -------------------------container-relation------------------------ */
.container-honor{
    width: 100%;
    /*background-color: #ffffff;*/
    /*padding-bottom: 60px;*/
}
.honor-title{
    width: 100%;
    height: 130px;
    background-color: #f1f1f1;
    text-align: center;
}
.honor-title>h4{
    font-size: 34px;
    color: #222222;
    display: inline-block;
    margin-top: 50px;
}

.honor-content-box{
    /* width: 100%; */0%; */0%; */0%; */
    
}
.honor-content-box>ul{
    width: 64%;
    margin-left: 18%;
    overflow: hidden;
    /*margin-top: 80px;*/
}
.swiper-container-one{
    width: 100%;
    position: relative;
}

.honor-list{
    width: 100%;
}

.honor-list li{
    width: 30%;
    height: 300px;
    float: left;
    text-align: center;
    overflow: hidden;
}
.honor-list li:nth-child(n+2){
    margin-left: 5%;
}

.list-img{
    width: 100%;
    height: 140px;
    overflow: hidden;
    transition: all 1s ease;
    cursor: pointer;
}
.list-img img{
    /* width: 209px; */
    height: 100%;
}
.list-img-footer{
    width: 100%;
    height: 51px;
    position: relative;
}
.list-img-footer img{
    position: absolute;
    margin-left: -135px;
    top: -20%;
    z-index: -1;
}

@media all and (max-width:900px) {
    .list-img-footer{
        display: none;
    }
}

.honor-list li h4{
    font-size: 14px;
    color: #555555;
}
/* ------------------------------container-things-------------------------- */
.container-things{
    width: 100%;
}


/* -------------------------PCç«¯--------------------------- */

@media all and (max-width:1700px) {}

@media all and (max-width:1460px) {}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {
    .honor-title>h4 {
        font-size: 28px;
    }
    .honor-content-box>ul {
        width: 80%;
        margin-left: 10%;
    }
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------æ‰‹æœºç«¯-------------------------- */

@media all and (max-width:900px) {
    .container-banner>img {
        width: 100%;
        height: 180px;
    }
    .honor-title {
        height: 80px;
    }
    .honor-title>h4 {
        font-size: 20px;
        margin-top: 30px;
    }
    .honor-content-box>ul {
        width: 94%;
        margin-left: 3%;
    }
    .list-img {
        height: auto;
    }
    .honor-list li:nth-child(n+2) {
        margin-left: 2.6%;
    }
    .honor-list li:nth-child(1) {
        margin-left: 2.6%;
    }
    .honor-list li{
        height: 200px;
    }
    .container-honor {
        padding-bottom: 20px;
    }
    .honor-list li h4{
        font-size: 12px;
    }
    .list-img img {
        width: 100%;
        height: 120px;
    }
}




/* -----------------------æ”¹----------------------- */
.list-img:hover{
    transform: scale(1.05);
}
.block-words{
    width: 100%;
    height: 120px;
    overflow-y: auto;

    /*ä¸‰è§’ç®­å¤´çš„é¢œè‰²*/
    scrollbar-arrow-color: transparent;
    /*æ»šåŠ¨æ¡æ»‘å—æŒ‰é’®çš„é¢œè‰²*/
    scrollbar-face-color: #3664d1;
    /*æ»šåŠ¨æ¡æ•´ä½“é¢œè‰²*/
    scrollbar-highlight-color: transparent;
    /*æ»šåŠ¨æ¡é˜´å½±*/
    scrollbar-shadow-color: transparent;
    /*æ»šåŠ¨æ¡è½¨é“é¢œè‰²*/
    scrollbar-track-color: #f1f1f1;
}
 /*æ»šåŠ¨æ¡æ ·å¼*/
 .block-words::-webkit-scrollbar {
    width: 4px;    
    height: 4px;
}
.block-words::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #0e3fb3;
    background: rgba(0,0,0,0.2);
}
.block-words::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #f1f1f1;
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}


 .block-words::-o-scrollbar {
    width: 4px;    
    height: 4px;
}
.block-words::-o-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #0e3fb3;
    background: rgba(0,0,0,0.2);
}
.block-words::-o-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #f1f1f1;
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}


 .block-words::-moz-scrollbar {
    width: 4px;    
    height: 4px;
}
.block-words::-moz-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #0e3fb3;
    background: rgba(0,0,0,0.2);
}
.block-words::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #f1f1f1;
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}




.honor-navsun{
    width: 100%;
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 10px 0 30px 0;
    margin-bottom: 40px;
}
.honor-navsun ul{
    text-align: center;
    overflow: hidden;
}
.honor-navsun ul li{
    display: inline-block;
    margin-left: 22px;
    cursor: pointer;
}
.honor-navsun ul li p{
    width: 132px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #555555;
    transition: all .8s ease;
}
.honor-navsun ul li p a{
    color: #222222;
    
}
.honor-navsun ul li p:hover{
    background-color: #00856f;
    color: #ffffff;
}
.honor-menu-active {
    background-color: #00856f !important;
    color: #ffffff !important;
}


@media all and (max-width:900px) {
    #innerdiv{
        left: 0 !important;
    }
}



