.products {
	padding-top: 50px;
}

.img_box {
	width: 100%;
	background-color: #000000;
	position: relative;
}

.coverBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
}

.all_banner {
	position: relative;
	width: 100%;
}

.homePic {
	width: 100%;
}

.banner_font {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.banner_font p {
	font-size: 20px;
	color: #FFFFFF;
}

.banner_font p:nth-child(2) {
	font-size: 16px;
}

.title {
	font-size: 18px;
	color: #264C86;
	text-align: center;
	margin-bottom: 5px;
}

.list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.en {
	color: #909090;
	font-size: 12px;
	margin: 0 10px;
}

.line {
	width: 36px;
	height: 1px;
	background-color: #909090;
}

.products_display {
	padding-top: 20px;
}

.products_all {
	/* margin-right: 10px !important; */
	/* display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px; */
}

.products_list {
	width: 95%;
	margin-bottom: 0px;
}

.products_list p {
	text-align: center;
	color: #646464;
	font-size: 8px;
	margin-top: 5px;
}

.products_list_pic {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30vw;
	/* height: 100%;
	background-color: #F1F1F1;
	display: flex;
	justify-content: center; */
}

.products_list_pic img {
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	padding: 0 4px;
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* display: flex; */
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	/* display: -webkit-flex; */
	display: -ms-flexbox;
	/* display: flex; */
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-pagination-bullet {
	background-color: #0153A7 !important;
	opacity: 0.5;
	width: 8px !important;
	height: 8px !important;
	border-radius: 50% !important;
}

.ProductsListAll {
	display: flex;
	padding: 0 20px;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 47%;
	/* height: 100%; */
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	margin-bottom: 20px;
}

.HeadTitleOne {
	text-align: center;
	display: block;
}

.company_active {
	background-color: #0153A7
}

.company_active p {
	color: #FFFFFF;
}

.HeadTitleOne p {
	width: 63%;
	margin: 0 auto;
}