.bg-box{
	background: url(jnszfzt_20240105_zfhcxjsxxgkzl_banner.jpg) no-repeat #ddf1ff center top;
	overflow: hidden;
	margin-top: -5px;
}

.jnpageold .jnszfwza {
    top: 78px !important;
}
.col-1{
	max-width: 1180px;
	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{
	max-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{
	max-width: 1560px;
	text-align: center;
	margin: 80px auto 0;
}
.col-2-list{
	margin-top: 60px;
}
.col-2-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col-2-list ul li{
	width:47%;
}
.col-2-list ul li img{
	width:100%;
}

@media only screen  and (max-width: 1560px){
	.col-1,.col-2{
		padding: 0 2%;
	}
	.bg-box{
		background-size: 100% !important;
	}
}
@media only screen  and (max-width: 1366px) {
	.col-1 {
	    margin: 578px auto 0;
	}	
}
@media only screen  and (max-width: 1200px) {
	.col-1 {
	    margin: 558px auto 0;
	}
}
@media only screen  and (max-width: 1024px) {
	.col-1 {
	    margin: 448px auto 0;
	}
}
@media only screen  and (max-width: 780px) {
	.bg-box{
		background-size: 100%;
	}
	.col-1 {
		height:37.5rem;
		margin:27rem auto 0;
		background-size: 100%;
	}
	.col-1>img,.col-2 img{
		max-width: 100%;
	}
	.col-1-list {
		height:26.9375rem;
		margin:2.8125rem auto 0;
	}
	.btn {
		margin-top:-3.125rem;
		width:3rem;
		height:3rem;
		line-height:6.25rem;
		font-size:1.875rem;
	}
	.btn img{
		width: 100%;
		height: 100%;
	}
	.col-1-list ul li img {
		width:21.8125rem;
		height:26.9375rem;
	}
	.col-2 {
		margin:5rem auto 0;
	}
	.col-2-list {
		margin-top:3.75rem;
	}
	.col-2-list ul {
		margin-right:0;
	}
	.col-2-list ul li {
		margin-right:0;
		margin-bottom:2rem;
	}
	.col-2>a>img {
		margin:2rem 0 !important;
	}
	.p2{
		transform:translate3d(0px,0,0) scale(0.81);
		transform-origin:0 50%;
	}
	.p3{
		transform:translate3d(11.875rem,0,0) scale(1);
	}
	.p4{
		transform:translate3d(27.75rem,0,0) scale(0.81);
		transform-origin:100% 50%;
	}
	.footer{
		margin-top: 5rem;
	}

}