



.fullpage {
	width: 998px;
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.fullpage ul,
li {
	list-style: none;
}

.pc_page_swiper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pc_page_swiper .swiper-container {
	/* position: absolute; */
}

.fullpage li {
	width: 998px;
	position: absolute;
	/*一定要设置这个*/
	top: 0;
	left: 0;
	overflow: hidden;
	z-index:8;
}

.pc_first_page_img {
	width: 998px;
	height: 260px;
	position: absolute;
	top: 0;
	left: 0;
}

.pc_second_page_img {
	width: 998px;
	height: 260px;
	position: relative;
	overflow: hidden;
}

.pc_first_page_img img,
.pc_second_page_img img {
	width: 998px;
	height: 260px;
}



.pc_second_page {
	width: 998px;
	height: 260px;
	display: flex;
}



.slide_show {
	position: relative;
	width: 998px;
	height: 260px;
}

.slide_show * {
	outline: none;
}

.slide_show li img {
	width: 998px;
	overflow: hidden;
	-webkit-transition: all 10s cubic-bezier(0.7, 0.5, 0.3, 1);
	transition: all 10s cubic-bezier(0.7, 0.5, 0.3, 1);
}

.slide_show .pc_first_page_slide.slick-active img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

li.one {
	z-index: 8;
}

li.two {
	z-index: 7;
}

li.three {
	z-index: 6;
}

li.four {
	z-index: 5;
}
li.five {
	z-index: 4;
}

li.six {
	z-index: 3;
}

li.seven {
	z-index: 2;
}

li.eight {
	z-index: 1;
}


li.current {
	/* clip:rect(0,1600px,970px,0); */
	z-index: 9;
	animation: mymove 1s linear 0s forwards;
}

@keyframes mymove {
	from {
		clip: rect(0, 998px, 260px, 0);
	}

	to {
		clip: rect(0, 998px, 260px, 998px);
	}
}

.activeImg {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
