#wuyi2025{
	width: 1200px;
	height: 405px;
	margin: 15px auto 0px auto;
	background:url("wuyi-bg.png") no-repeat;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-size: 16px;
}

#wuyi2025 a{
	color: #fff;
}

#wuyi2025 a:hover{
	color: #dfdfdf !important;
}

#wuyi2025 .enter{
	position: absolute;
	left: 30px;
	top: 60px;
	width: 285px;
	height: 145px;
}

#wuyi2025 .list{
	width: 810px;
	margin-left: 355px;
	padding-top: 50px;
}

#wuyi2025 .list li{
	float: left;
	width: 352px;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	margin-left: 25px;
	background: url("wuyi-point.png") no-repeat left center;
	padding-left: 28px;
}

#wuyi2025 .pic{
	margin: 20px auto 0px auto;
	width: 1088px;
}

#wuyi2025 .pic li{
	float: left;
	width: 250px;
	height: 115px;
	margin: 0px 11px;
	position: relative;
}

#wuyi2025 .pic li img{
	width: 100%;
	height: 100%;
}

#wuyi2025 .pic li table{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	opacity: 0;
	transition: opacity 0.2s;
}

#wuyi2025 .pic li table td{
	padding: 0px 15px;
}

#wuyi2025 .pic li:hover table{
	opacity: 1;
}
