@charset "utf-8";

a {
	color: #000;
}
body{
	background: url(/template/images/new_images/fzzfjs_banner.png)no-repeat top center;
	background-size: 100%;
	background-position-y: 227px;
}
.fzzfjs_banner{
	height: 400px;
}
.fzzfjs{
	overflow: hidden;
	height: auto;
	padding: 20px;
}
#news_thumbnail ,.news_thumbnail1{
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

#news_thumbnail .swiper-slide ,.news_thumbnail1 .swiper-slide{
	position: relative;
}

#news_thumbnail .pagination .swiper-pagination-bullet{
	margin: 0 5px;
	    width: 32.5%;
	    border-radius: 20px;
	    height: 5px;
}

.news_thumbnail1 p{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background: rgba(0, 0, 0, .6);
	height: 40px;
	line-height: 40px;
}
.news_thumbnail1 .pagination{
	left: 510px;
	bottom: 0;
	position: absolute;
	width: 130px;
	text-align: center;
	font-size: 16px;
	z-index: 99;
}
.news_thumbnail1 .pagination .swiper-pagination-bullet{
	margin: -8px 5px;
	width: 8px;
	border-radius: 20px;
	height: 8px;
	background-color: #ffffff;
}
.news_thumbnail1 .pagination .swiper-pagination-bullet-active{
	width: 20px;
}
.news_thumbnail1 .swiper-slide img{
	width: 100%;
	height: 334px;
}
