.box *{
	margin: 0;
	padding: 0;
}

.box{
	margin-top: 150px;
	width: 100%;
	height: 340px;
	position: relative;
}

.box p {
	position: absolute;
	left: 45%;
	top: -80px;
	width: 148px;
	height: 45px;
	background: url(../img/bg_img.png) no-repeat;
	background-size: 100% 100%;
	font-size: 18px;
	color: #484949;
	text-align: center;
	font-weight: 300;
	padding: 5px 0;
}

.box p em {
	display: block;
	font-size: 10px;
	font-style: normal;
}

.box .list{
	width: 1200px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -530px;
}

.box .btn-left{
	position: absolute;
	top: 50%;
	margin-top: -80px;
	width: 18px;
	height: 141px;
	background: url(../img/prev.png) no-repeat;
	cursor: pointer;
}

.box .btn-right{
	position: absolute;
	top: 50%;
	margin-top: -80px;
	width: 18px;
	height: 141px;
	background: url(../img/next.png) no-repeat;
	cursor: pointer;
}

.box .next{
	right: 0;
}

.box li{
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.box img{
	width: 600px;
	height: 300px;
	border:none;
	float: left;
}
.box .p1{
	transform:translate3d(-224px,0,0) scale(0.81);
}
.box .p2{
	transform:translate3d(0px,0,0) scale(0.81);
	transform-origin:0 50%;
	opacity: 0.8;
	z-index: 2;
}
.box .p3{
	transform:translate3d(224px,0,0) scale(1);
	z-index: 3;
	opacity: 1;
}
.box .p4{
	transform:translate3d(449px,0,0) scale(0.81);
	transform-origin:100% 50%;
	opacity: 0.8;
	z-index: 2;
}
.box .p5{
	transform:translate3d(672px,0,0) scale(0.81);
}
.box .p6{
	transform:translate3d(896px,0,0) scale(0.81);
}
.box .p7{
	transform:translate3d(1120px,0,0) scale(0.81);
}

.box .buttons{
	position: absolute;
	width: 1200px;
	height: 30px;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	text-align: center;
	padding-top: 10px;
}
.box .buttons a{
	display: inline-block;
	width: 35px;
	height: 5px;
	padding-top: 4px;
	cursor: pointer;
}
.box span{
	display: block;
	width: 35px;
	height: 1px;
	background: #e14a0f;
}
.box .blue{
	background: #255ba1;
}