.clearfix{
    clear: both;
}
.honor-container{
    width: 1200px;
    margin: 0px auto;
    clear: both;
}

.honor-nav{
    width: 100%;
    height: 80px;
    /* line-height: 80px; */
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.honor-nav .nav-item{
    width: 200px;
    text-align: center;
    float: left;
}
.honor-nav .nav-item a{
    font-size: 18px;
    color: #999999;
    display: block;
    width: 72px;
    height: 24px;
    line-height: 24px;
    margin:28px auto 0px auto;
    position: relative;
}
.honor-nav .active a::after{
    content: " ";
    width:100%;
    height: 2px;
    display: block;
    background-color: #939391;
    position: absolute;
    left: 0px;
    bottom:-10px;
}



/*- 中心标题 --------------------------------------*/
.honor-title{
    width: 600px;
    height: auto;
    line-height: 52px;
    margin: 30px auto 0px auto;
    font-size: 40px;
    color: #333;
    font-weight: bold;
    text-align: center;
    position: relative;
    /* background-color: aquamarine; */
    padding-top:30px;
    position: relative;
	margin-bottom: 20px;
}
.honor-title:after{
    content: " ";
    width: 96px;
    height: 8px;
    background-color: #939391;
    position: absolute;
    left: calc(50% - 48px);
    bottom: -25px;
}
.honor-title .title-en{ 
    color:rgba(51,51,51,.1);
	 text-transform: uppercase;
}
.honor-title .title-cn{
    margin-top:-65px;
}

.certs{
	padding-top: 17px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    /* margin-top:35px; */
}
.cert{
    width: 384px;
    height: 420px;
    border:1px solid rgba(153,153,153,.4);
    margin-top:40px;
}
.cert img{
    width: 384px;
    height: 280px;
    object-fit: cover;
}
.cert .cert-title{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}
.cert .cert-time{ 
    text-align: center;
    margin:2px auto 8px auto;
}
.cert .black-line{
    width: 24px;
    height: 4px;
    background-color: #333;
    margin: 0px auto;
}


/* 420+232= 652 */
.certs2{}
.certs2 .cert{
    height: 652px;
}
.certs2 .cert img{
    width: 384px;
    height: 512px;
    object-fit: cover;
}

.cert-big{
    width: 100%;
    height: 788px;
    margin-bottom:100px;
}
.cert-big img{
    width: 100%;
    height: 648px;
    object-fit: cover;
}







