#index_honor{height:424px; width: 1190px; margin:auto; margin-top:35px;}
.index_honor_title{width:1190px; margin:auto; height:66px; background:url(../ZERO/img/index_title.png) center bottom no-repeat; font-size:30px; color:#5b5b5b; font-weight:bold; line-height:52px; text-align:center; text-transform:uppercase;}
.index_honor_cont{width:1190px; margin:auto; margin-top:30px; height:278px;}
.index_honor_poster-main{
	position: relative;
	margin: 0 auto;

}
.index_honor_poster-main .index_honor_poster-list .index_honor_poster-item{
	position: absolute;
	left: 0;
	top: 0;
}
.index_honor_poster-main .index_honor_poster-btn{
	width: 42px;
	height: 30px;
	position: absolute;
	top: 124px;
	cursor: pointer;
}
.index_honor_poster-item img{ border:5px solid #5b5b5b;}
.index_honor_poster-item:hover img{border:5px solid #0c7892;}
.index_honor_poster-main .index_honor_poster-prev-btn{
	left:-99px; width: 42px !important;
	height: 30px !important;
	background:url(../ZERO/img/honor_prev.jpg) left no-repeat;

}
.index_honor_poster-main .index_honor_poster-prev-btn:hover{background:url(../ZERO/img/honor_prev2.jpg) no-repeat;}
.index_honor_poster-main .index_honor_poster-next-btn{
	right:-99px; width: 42px !important; height: 30px !important;
	background:url(../ZERO/img/honor_next.jpg) right no-repeat;

}
.index_honor_poster-main .index_honor_poster-next-btn:hover{background:url(../ZERO/img/honor_next2.jpg) no-repeat;}
:focus{
	outline:0;
}

#index_honor_animate,#index_honor_animate_1{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}