.piclist .pic1{
	transform:translate3d(-90px,0,0) scale(0.6);
	opacity: 0.6;
	z-index: 2;
}
.piclist .pic2{
	transform:translate3d(65px,0,0) scale(0.8);
	opacity: 0.8;
	z-index: 3;
}
.piclist .pic3{
	transform:translate3d(289px,0,0) scale(1);
	z-index: 4;
	opacity: 1;
}
.piclist .pic4{
	transform:translate3d(513px,0,0) scale(0.8);
	opacity: 0.8;
	z-index: 3;
}
.piclist .pic5{
	transform:translate3d(668px,0,0) scale(0.6);
	opacity: 0.6;
	z-index: 2;
}
.picbax{
	max-width: 1200px;
	min-width: 1000px;
	margin: 0 auto;
	position: relative;}
.piclist{
	width: 1000px;
	height: 475px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -500px;
}
.piclist li{
	width: 262px;
	height: 275px;
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	opacity: 0;
	transition: all 0.3s ease-out;
	z-index: 1;
	background: url(../img/nav.png);
	padding: 100px 80px;
	color: #fff;
	line-height: 32px;
	font-size: 20px;
	cursor: pointer;
}
.piclist .h{
	text-align: center;
	font-size: 24px;
	line-height: 54px;
}
.prev,.next{
	width: 54px;
	height: 90px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -45px;
}
.prev{
	right: 0;
	background: url(../img/btn.png);
}
.next{
	left: 0;
	background: url(../img/btn.png) 0 90px;
}
.prev:hover,.next:hover{
	background-color: rgba(200,230,255,0.4);
}