@charset "UTF-8";












.honor{
    padding-top: 55px;
    padding-bottom: 90px;
    background: url("../img/bg6.png") no-repeat center bottom;
}
.content{
    width: 1400px;
    margin: auto;
    font-size: 0;
}
.content ul li{
    display: inline-block;
    vertical-align: top;
    width: 18.5%;
    margin-left: 1.7%;
    margin-bottom: 50px;
    cursor: pointer;
}
.content ul li:nth-child(5n+1){
    margin-left: 0;
}
.content ul li div{
    box-sizing: border-box;
    height: 190px;
    padding: 15px 0;
    box-shadow: 0px 0px 10px -3px
}
.content ul li div img{
    height: 100%;
    width: auto;
    max-width: 100%;
    margin: auto;
}
.content ul li p{
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    text-align: center;
}
.honor .more{
    width:96px ;
    height: 33px;
    margin:90px auto 0;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 33px;
    border-radius: 20px;
    cursor: pointer;
    user-select: none;
}
.honor .more:hover{
    color: white;
    background-color: #0d6fb8;
    border-color: #0d6fb8;
}


.view{
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
}
.view > div{
    top: 50%;
    left: 50%;
    /*width: 25%;*/
    transform: translate(-50%,-50%);
}
.view > div div{
    top: -40px;
    left: 0;
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #ccc;
    background-color: #f7f7f7;
}
.view > div div i{
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url("../img/close.png") no-repeat center/100%;
    cursor: pointer;
}
.view img{
    width: auto;
    max-width: 100%;
}






