#top .small {
	width: 100%;
	padding-top: 60px;
	overflow: hidden;
}

#top .small ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

#top .small li {
	list-style-type: none;
	background-color: #e3e3e3;
	font-size: 20px;
	color: #444444;
	display: inline-block;
	text-align: center;
	width: 330px;
	margin-right: 85px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	margin-bottom: 30px;
	cursor: pointer;
}

#top .small li:nth-child(3),
#top .small li:nth-child(6) {
	margin-right: 0;
}

#top .small li.hove {
	background-color: #ff9d4e;
	color: #fff;
}

#box {
	color: #fff;
	width: 100%;
	padding-top: 45px;
}

#list {
	width: 100%;
	height: 500px;
	color: #fff;
	position: relative;
}

#list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

#list li {
	list-style-type: none;
	width: 500px;
	background-color: #f9f9f9;
	position: absolute;
	list-style-type: none;
	overflow: hidden;
	cursor: pointer;
	color: #000;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

#list li.hove {
	opacity: 1;
}

#list li span {
	display: table;
	width: 223px;
	height: 85px;
	margin: 30px auto 20px auto;
}

#list li h5 {
	text-align: center;
	margin: 0;
	font-size: 18px;
}

#list li img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

#list li div {
	width: 100%;
	height: 100%;
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

#list li p {
	width: 360px;
	font-size: 14px;
	text-align: left;
	color: #444444;
	line-height: 24px;
	height: 120px;
	z-index: 1;
	margin: 30px auto 0 auto;
}

#list li.hove p {
	width: 416px !important;
}

#list li .opacity {
	width: 100%;
	height: 120px;
	background: #000;
	filter: alpha(opacity=80);
	opacity: 0.8;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0px;
}

#list li .tit {
	width: 324px;
	height: 120px;
	padding: 0 10px;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
}

#list li .tit span {
	width: 100%;
	height: 30px;
	font-weight: normal;
	float: left;
	text-align: left;
	line-height: 30px;
	color: #fff;
	border-bottom: 1px solid #2f2f2c;
	margin: 0px;
	padding: 0px;
}

#list li .tit span em {
	color: #ba0707;
	font-style: normal;
	float: none;
}

#list li .tit em {
	color: #fff;
	line-height: 25px;
	float: left;
	margin: 0px;
	padding: 5px 0;
	font-style: normal;
}

#list a {
	width: 63px;
	height: 63px;
	text-decoration: none;
	position: absolute;
	z-index: 20;
	top: 190px;
}

#list a.prev {
	left: -76px;
	background: url(../images/left.png) no-repeat;
}

#list a.next {
	right: -76px;
	background: url(../images/right.png) no-repeat;
}