
#carousel {
	position: relative;
	z-index: 2;
	height: 300px;
	transform-style: preserve-3d;
	perspective: 800px;
}
#carousel img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 150px;
	margin-left: -100px;
	margin-top: -75px;
	border-radius: 8px;
	transition: transform 0.5s ease-in-out;
}
.indextitle .indexabout_link {
	display: inline-block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: '宋体';
	color: #FFFFFF;
	font-size: 15px;
	text-transform: uppercase;
	background: #e10808;
	margin-top: 25px;
	border-radius: 3px;
}