.bg-box{
	background: url(jnszfzt_20240105_zfhcxjsxxgkzl_banner.jpg) no-repeat #ddf1ff center top;
	overflow: hidden;
	margin-top: -5px;
}
*{
	margin: 0;
	padding: 0;
}


.col-1{
	width: 1080px;
	height: 600px;
	margin: 688px auto 0;
	text-align: center;
	position: relative;
	background: url(jnszfzt_20240105_zfhcxjsxxgkzl_zfbzbg.png) no-repeat center bottom;
}

.col-1-list{
	width: 885px;
	height: 431px;
	overflow: hidden;
	position: relative;
	margin: 45px auto 0;
}

.btn{
	position: absolute;
	top: 55%;
	margin-top: -50px;
	width: 48px;
	height: 48px;
	line-height: 100px;
	font-size: 30px;
	color: white;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.prev{
	left: 0;
}
.next{
	right: 0;
}

.col-1-list ul li{
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	/* opacity: 0; */
	transition: all 0.3s ease-out;
}
.col-1-list ul li img{
	width: 349px;
	height: 431px;
	border:none;
	float: left;
}
.p2{
	transform:translate3d(0px,0,0) scale(0.81);
	transform-origin:0 50%;
	opacity: 0.6;
	z-index: 2;
}
.p3{
	transform:translate3d(270px,0,0) scale(1);
	z-index: 3;
	opacity: 1;
}
.p4{
	transform:translate3d(540px,0,0) scale(0.81);
	transform-origin:100% 50%;
	opacity: 0.6;
	z-index: 2;
}
.col-2{
	width: 1200px;
	text-align: center;
	margin: 80px auto 0;
}
.col-2-list{
	margin-top: 60px;
}
.col-2-list ul{
	margin-right: -32px;
}
.col-2-list ul li{
	float: left;
	margin-right: 32px;
}
.bottom {
    width: 100%;
    border-top: 10px solid #4c67a7;
    background: #FFFFFF;
}