.container {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	position: relative;
}

.slide {
	width: 84%;
	height: 480px;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.slide .img {
	overflow: hidden;
	position: absolute;
	transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
}

.slide .img img {
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	margin: 7px;
}

.slide .img1 {
	width: 40%;
	height: 40%;
	top: 30%;
	left: -50%;
	z-index: 1;
}

.slide .img2 {
	width: 60%;
	height: 60%;
	top: 20%;
	left: -20%;
	z-index: 2;
}

.slide .img3 {
	width: 60%;
	height: 80%;
	top: 10%;
	left: 20%;
	z-index: 3;
}

.slide .img4 {
	width: 60%;
	height: 60%;
	top: 20%;
	left: 60%;
	z-index: 2;
}

.slide .img5 {
	width: 40%;
	height: 40%;
	top: 30%;
	left: 110%;
	z-index: 1;
}

.slide-bt {
	position: absolute;
	left: 50%;
	bottom: 13%;
	z-index: 10;
}

.slide-bt span {
	width: 24px;
	height: 8px;
	background: #c9caca;
	float: left;
	margin: 5px;
	border-radius: 4px;
}

.slide .slide-bt .on {
	background: #ffd200;
}

.botton_left {
	cursor: pointer;
	position: absolute;
	top: 38%;
	left: 0;
	width: 48px;
	height: 110px;
	background: url(/images/we/Left.png)no-repeat;
	background-size: 100% 100%;
}

.botton_right {
	cursor: pointer;
	position: absolute;
	top: 38%;
	right: 0;
	width: 48px;
	height: 110px;
	background: url(/images/we/Right.png)no-repeat;
	background-size: 100% 100%;
}<!--ºÄÊ±1758252070.8417Ãë-->