.honorIndex{width: 100%; overflow: hidden;}
.honorIndex .pic img{width: 100%;
	transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.honorIndex .swiper-slide article{
	display: none;
}
.honorIndex .swiper-slide article.con{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(167,33,38,0.75);
    text-align: center;
    vertical-align: middle;
}
article.con>.tit{
	position: relative;
	top: 45%;
	font-size: 16px;
	color: #fff;
}
article.con>.tit i{
	font-size: 26px;
}

.honorIndex .swiper-slide:hover img{
	transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
}
.honorIndex .swiper-slide:hover article{
	display: block;
}

.honor-prev{
	background: url(../images/btnprev.png) no-repeat center center;
    left: 0px;
    float: left;
    }
.honor-next{
	background: url(../images/btnnext.png) no-repeat center center;
    right: 0px;
    float: right;
}
.honor-prev,.honor-next{
	position: relative;
    background-color: rgba(167, 33, 38, 0.8);
    width: 30px;
    height: 45px;
    top:-250px;
    z-index: 1;
}