@charset "UTF-8";





.honor{
    padding: 30px 0;
    background-color: #f3f3f2;
}
.honor > div{
    width: 69.9%;
    margin: auto;
    padding-bottom: 40px;
    background-color: white;
}


.honor .years{
    overflow: hidden;
    height: 130px;
    margin: 0 70px;
}
.honor .years > p{
    top:10px;
    width: 100%;
    border-bottom: 1px dotted #7f7f7f;
}
.honor .years ul{
    margin-top: 10px;
    transition: margin-left .5s;
}
.honor .years ul li{
    margin-left: 88px;
    cursor: pointer;
    user-select: none;
}
.honor .years ul li div{
    display: none;
    left: 50%;
    width:14px ;
    height:14px ;
    border: 2px solid #0068b3;
    background-color: white;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.honor .years ul li div.on{
    display: block;
}
.honor .years ul li p.on{
    border: 1px solid #0068b3;
    background-color: #0068b3;
    color: white;
}
.honor .years ul li i.on{
    background-color: #0068b3;
}
.honor .years ul li:hover div{
    display: block;
}
.honor .years ul li:hover p{
    border: 1px solid #0068b3;
    background-color: #0068b3;
    color: white;
}
.honor .years ul li:hover i{
    background-color: #0068b3;
}
.honor .years ul li div.on:before,
.honor .years ul li div.on:after{
    content: "";
    top: 50%;
    position: absolute;
    width: 3px;
    height: 5px;
    background-color: white;
    transform: translateY(-50%);
}
.honor .years ul li div:before{
    left: -6px;
}
.honor .years ul li div:after{
    right: -6px;
}
.honor .years ul li i{
    width: 1px;
    height: 52px;
    margin: auto;
    background-color: #e5e5e5;
}
.honor .years ul li p{
    width: 132px;
    height: 52px;
    border: 1px solid #e5e5e5;
    line-height: 52px;
    text-align: center;
    color: #333;
    font-family: ees;
    font-size: 16px;
}
.honor .pic-list{
    margin: 60px 70px 0;
}
.honor .pic-list h4{
    margin-bottom: 55px;
    color: #cbcaca;
    font-family: ees;
    font-size: 36px;
    text-align: center;
}
.honor .pic-list ul li{
    width: 23%;
    margin-left: 2%;
    margin-bottom: 50px;

    cursor: pointer;

}
.honor .pic-list ul li:nth-child(4n+1){
    margin-left: 0;
}
.honor .pic-list ul li .img{
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    padding: 20px 0;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    overflow: hidden;
}
.honor .pic-list ul li .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80%;
    width: auto;
    transform: translate(-50%,-50%);
}
.honor .pic-list ul li:hover .img .click{
    display: block;
}
.honor .pic-list ul li .img .click{
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7,115,183,.85);
}
.honor .pic-list ul li .img .click i{
    top:50%;
    left: 50%;
    width:36px ;
    height: 37px;
    background: url("../img/click.png") no-repeat center/100%;
    transform: translate(-50%,-50%);
}
.honor .pic-list ul li p{
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}
.honor .view {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    user-select: none;
}
.honor .view > div{
    top: 50%;
    left: 50%;
    width: 50%;
    padding: 4% 0;
    background-color: white;
    border-radius: 20px;
    transform: translate(-50%,-50%);
}
.honor .view > div img{
    width: 65%;
    height: auto;
    margin: auto;
}
.honor .view > div i{
    top: 4%;
    right: 3%;
    width: 27px;
    height: 27px;
    background: url("../img/close.png") no-repeat center/100%;
    cursor: pointer;
}
.honor .view > div .prv,
.honor .view > div .next{
    top: 50%;
    width:44px ;
    height: 44px;
    transform: translateY(-50%);
    cursor: pointer;
}
.honor .view > div .prv{
    left: 5%;
    background: url("../img/prv1.png") no-repeat center/100%;
}
.honor .view > div .next{
    right: 5%;
    background: url("../img/next1.png") no-repeat center/100%;
}








