﻿@charset "utf-8";
/* CSS Document */

.honor-box{
	position:relative;
	width:920px;
	height:340px;
	margin:0px auto 0;
}
.honor-box ul{
	position:relative;
	width:820px;
	height:340px;
    margin:0px auto;
}
.honor-box li{
	position:absolute;
	width:0;
	height:0;
	top:0px; 
	/*padding: 25px;*/
	padding-bottom: 30px;
	left:500px;
	z-index:0;
	cursor:pointer;
	overflow:hidden; 
	text-align: center;
}
.honor-box li p{ 
	position:absolute; 
	left:0; 
	bottom:0px; 
	width:100%; 
	text-align: center;
	font-size: 16px;
	color: #f4f4f4;
	font-weight: bold;
	opacity:0;filter:alpha(opacity=0);
}
.honor-box li img{width:100%;height:100%;vertical-align:middle;}
.honor-box .prev, .honor-box .next{
	position:absolute;
	display: inline-block; 
	top:50%;
	left:0px;
	width:34px;
	height:64px;
	margin-top:-45px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/prev_01.png) no-repeat;
}
 .honor-box .next{
	position:absolute;
	display: inline-block; 
	top:50%;
	left:890px;
	width:34px;
	height:64px;
	margin-top:-45px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/prev_02.png) no-repeat;
}




