body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	background-color:#920C0A;
}

#screen{
	width:1920px;
	height:935px;
	display:flex;
	justify-content: center;
	background-image: url('/front/zt/2024/jckjgzzfc/images/11.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
.picsarea {
	display: flex;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
}
.swiper-wrapper {
	height:770px;	
}
.swiper-page .item {
	display:inline-block;
	width: calc(33.33% - 30px);
	height:240px;
	padding: 10px;
}
#tpxw .item .item-img {width:100%;height:100%;}

.prev,.next{
	opacity:0.5;
	cursor:pointer;
	margin-top: 87px;
}
.prev:hover,.next:hover{
	opacity:1;
}
.next {
	margin-left:5px;	
}

.bza {
	margin-right: 0px;
	margin-left: 0px;
	line-height: 35px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	color: #fff;
	font-size: 16px;
}

.bza-left {
	width: 550px;
	padding-left:90px;
	padding-top:410px;
}

.bza-right {
	width: calc(100% - 550px);
}


.bza p {
	padding-bottom: 10px;
	text-indent: 2em;
	font-size: 18px;
}


@media ( max-width : 768px) {
	
	
}