@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
	body {margin:50px 30px 30px 30px;}

.box{
	width: 100%;
	height: 520px;

	position: relative;
}

.list{
	width: 950px;
	height: 480px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -475px;
}

.btn{
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 60px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: white;
	text-decoration: none;
	text-align: center;
	background: rgba(0,0,0,.2);
	cursor: pointer;
}
.next{
	right: 0;
}

li{
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	opacity: 0;
	transition: all 0.3s ease-out;
}
img{
	width: 700px;
	height: 467px;
	border:none;
	float: left;
}

.buttons{
	position: absolute;
	width: 950px;
	height: 30px;
	bottom: 0;
	left: 50%;
	margin-left: -475px;
	text-align: center;
	padding-top: 10px;
}
.buttons a{
	display: inline-block;
	width: 35px;
	height: 5px;
	padding-top: 4px;
	cursor: pointer;
}
span{
	display: block;
	width: 35px;
	height: 2px;
	background: #FDAC2A;
}
.blue{
	background: #67C4D2;
}
	.bt {text-align: center;color: #67C4D2;font-weight: bold;font-size: 18px;background: url(../images/x.png) repeat-x center;width: 300px;margin: 0 auto 40px auto}
	.bt strong{background: #fff;padding: 0 20px;}

