.honour-year{
    width: 94%;
    height: 69px;
    position: relative;
	margin:0 auto;
}
.honour-year:after{width: 100%; height: 1px; background: #d8d8d8; position: absolute; left: 0; top: 60px; content: "";}
.honour-year .swiper-slide{ text-align: center; height: 69px; cursor:pointer ;}
.honour-year .swiper-slide .icon{
	width: 18px; 
	height: 18px; 
	position: absolute; 
	background: url(../images/yy1.png)no-repeat; 
	background-size: contain;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	}
.honour-year .swiper-slide .year{width: 100%; line-height: 50px; font-size: 20px; font-family: "Arial";}
.honour-year .swiper-button-next {
    position: absolute;
    top: 48px !important;
    right: -9px;
    width: 18px;
    height: 25px;
    margin-top: 0;
	background: url(../images/preBtnTop.png) no-repeat;
	outline: none;
}

.honour-year .swiper-button-prev {
    position: absolute;
    top: 70px !important;
    left: -8px;
    width: 18px;
    height: 25px;
	background: url(../images/nextBtnTop.png) no-repeat; 
	outline: none;
}

.honour-year .swiper-button-next:after,
.honour-year .swiper-button-prev:after {
    opacity: 0;
}

.honour-year .swiper-slide-thumb-active .icon {
    background: url(../images/yy1-1.png) no-repeat center center;
}
.honour-year .swiper-slide-thumb-active .year{color: #b09e74;}

.honour-pic{width: 94%; margin:40px auto;}

