.slide1 {
	width: 100%;
	min-height: 180px;
	overflow: hidden;
	position: relative;
}

.slide1 .img {
	position: absolute;
	transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
	transform: perspective(500px) rotatey(0deg) !important;
	transform-style: preserve-3d;
}

.slide1 .img img {
	width: calc(100%);
}

.slide1 .img1 {
	width: 40%;
	/*height: 100%;*/
	top: 5%;
	left: -50%;
	z-index: 1;
}

.slide1 .img2 {
	width: 50%;
	/*	height: 60%;*/
	top: 8%;
	left: -28%;
	z-index: 2;
}

.slide1 .img2 .bxl {
	transform: rotatey(30deg);
	box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.3);
	position: relative;
}
.slide1 .img1 .bxbg,
.slide1 .img5 .bxbg,
.slide1 .img2 .bxl .bxbg,
.slide1 .img4 .bxr .bxbg{
	background: rgba(0,0,0,0.4);
	z-index: 99;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.slide1 .img3 {
	width: 55%;
	/*	height: 60%;*/
	top:7%;
	left: 23.5%;
	z-index: 3;
	box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.3)
}

.slide1 .img4 {
	width: 50%;
	/*	height: 60%;*/
	top: 8%;
	left: 80%;
	z-index: 2;
}

.slide1 .img4 .bxr {
	transform: rotatey(-30deg);
	background: #FF5700;
	box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.3);
	position: relative;
}

.slide1 .img5 {
	width: 40%;
	/*	height: 40%;*/
	top: 5%;
	left: 110%;
	z-index: 1;
}

.slide1-bt {
	position: absolute;
	left: 50%;
	bottom: 8%;
	z-index: 10;
}

.slide1-bt span {
	width: 15px;
	height: 15px;
	background: #dfdfdf;
	float: left;
	margin: 5px;
	border-radius: 50%;
}

.slide1 .slide1-bt .on {
	background: #eb6100;
}