@charset "utf-8";
/* CSS Document */



#honor{margin: 0 auto; padding: 150px 0;}
#honor .title{ position: relative; text-align: center; margin: 0 auto;}
#honor .title>h3{ position: relative;z-index: 20; font-size: 4rem; padding:30px 0 20px 0; font-weight: bold; color: #333;}
#honor .title>h3:after{position: absolute;z-index: 1; left: 50%; bottom: 0;width:50px;height: 4px; background: #c7000c; transform: translateX(-50%); content: '';}
#honor .title>h4{position: absolute;z-index: 1; left: 50%; top: 0; width: 100%; font-size: 6rem; color: #f3f3f3; transform: translateX(-50%); text-transform: uppercase;}
#honor .layout{margin: 0 auto; padding: 100px 0; }
#honor .layout>.lists{margin: 0 auto; }
#honor .layout>.lists>ul{margin: 0 auto;}
#honor .layout>.lists>ul>li{display: block;float: left;width:22.75%; margin-right: 3%; margin-bottom: 3%; position: relative; padding: 30px; border: 1px solid #eee; box-sizing: border-box; transition: all .35s; }
#honor .layout>.lists>ul>li:nth-child(4n){margin-right: 0;}
#honor .layout>.lists>ul>li .img{ position: relative; width: 100%;height: 320px;  line-height: 320px; padding-bottom: 20px; background:#fff; overflow: hidden;  text-align:center; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
#honor .layout>.lists>ul>li .img>img{ width:auto; max-width: 80%; max-height:100%; transition: all .8s;}
#honor .layout>.lists>ul>li .tit{font-size:1.6rem; color: #333; text-align: center; border-top: 1px solid #eee; padding-top: 20px; text-overflow:ellipsis; white-space: nowrap; overflow: hidden; transition: all .35s;}
#honor .layout>.lists>ul>li:hover{box-shadow: 4px 3px 20px rgba(0,0,0,.16);}
#honor .layout>.lists>ul>li:hover .img>img{transform: scale(1.05);}
#honor .layout>.lists>ul>li:hover .tit{ color: #c7000c;}

@media only screen and (max-width: 1280px){

    #honor .layout>.lists>ul>li{width:31.33%; }
    #honor .layout>.lists>ul>li:nth-child(4n){margin-right: 3%;}
    #honor .layout>.lists>ul>li:nth-child(3n){margin-right: 0;}
    #honor .layout>.lists>ul>li .tit{font-size:1.4rem;}



}


@media only screen and (max-width: 1080px){

    #honor .title>h3{ font-size: 3.2rem;}
    #honor .title>h4{font-size: 4.5rem;}

    #honor .layout>.lists>ul>li{width:48%; margin-right: 0; }
    #honor .layout>.lists>ul>li:nth-child(4n){margin-right: 0;}
    #honor .layout>.lists>ul>li:nth-child(3n){margin-right: 0;}

    #honor .layout>.lists>ul>li:nth-child(even){float: right;}


}


@media only screen and (max-width: 860px){

    #honor .title>h3{ font-size: 2.8rem;}
    #honor .title>h4{font-size: 4rem;}
    #honor .layout>.lists>ul>li .tit{font-size:1.2rem;}

}

@media only screen and (max-width: 720px){

    #honor .layout>.lists>ul>li .img{ height: 280px; line-height: 280px;}


}

@media only screen and (max-width:640px) {

    #honor .layout{ padding: 50px 0; }
    #honor .layout>.lists>ul>li .img{ height: 220px; line-height: 220px;}



}


@media only screen and (max-width:520px) {
    #honor{ padding: 60px 0;}
    #honor .title>h3{ font-size: 2.4rem; padding: 15px 0;}
    #honor .title>h4{font-size: 2.4rem;}

    #honor .layout>.lists>ul>li{display: block;float: none!important;width:100%; margin-right: 0;  height: auto; padding-bottom: 30px; }



}





