.products {
	padding-top: 50px;
	padding-bottom: 20px;
}

.img_box {
	width: 100%;
	background-color: #000000;
	position: relative;
}


.all_banner {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.homePic {
	width: 100%;
}




.products_list {
	width: 100%;
	margin-bottom: 0px;
}


.products_list_pic {
	width: 100%;
	height: 155px;
	position: relative;
}

.products_list_pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	/* object-fit: contain; */
}


/* 轮播图 */
.swiper_out {
	width: 100%;
	padding: 0 20px;
}

.swiper-container {
	padding-bottom: 15px;
}

.swiper-pagination-progressbar {
	top: initial !important;
	bottom: 0px;
}


.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #3682CE;
}


/* 轮播图 */