/* 
	Author:Mollycai
	date:2020-11-14
	contact:18516613286
 */
.banner{
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.banner .swiper-container{
	width: 100%;
	height: 100%;
}
.swiper-ban-img{
	width: 100%;
	height:999px;
	height: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.swiper-ban-img>img{
	width:100% ;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:60px;
}
.banner .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 0.5;
}
.banner .swiper-pagination-bullet-active {
    background: #fff;
	opacity: 1;
}
.safaTainer{
	padding: 50px 0;
}
.bothTheme{
	text-align: center;
	margin-bottom: 40px;
}
.bothTheme h3{
	font-size: 30px;
	line-height: 42px;
	letter-spacing: 1px;
	color: #333333;
}
.bothTheme p{
	font-size: 12px;
	color: #999999;
}
.safaTainer .safa-classify>div.fl,.safaTainer .safa-classify>div.fl:nth-of-type(-n+3){
	width: 23.5%;
	max-width: initial;
	margin-right: 2%;
}
.safaTainer .safa-classify>div.fl:nth-of-type(-n+4){
	margin-top: 0;
}
.safaTainer .safa-classify>div.fl:nth-of-type(4n){
	margin-right: 0;
}	
.safaTainer .safa-imgs img{
	width: 100%;
}
.safaTainer-layer{
	background: #F8FAFC;
}



@media screen and (max-width:1500px) {
	.banner{
		height: 260px;
		min-width:1366px;
	}
}