* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
}

.mbx-b-cen ul li {
	width: 50%;
}

.box1-top h6 {
	font-size: 40px;
	line-height: 1;
	font-family: "Poppins";
	color: #333333;
	text-align: center;
	margin: 60px 0;
}

.box1-bom .swiper {
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

.box1-bom .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 120px) / 3);
}

.box1-prc img {
	max-width: 100%;
	max-width: 100%;
}

.box1-bom .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 2px solid #333333;
	background: none;
}

.box2 {
	width: 100%;
	margin-top: 60px;
	padding: 100px 0 110px;
	background-image: url(../img/products-box2-bj.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
}

.box2-top {
	margin-bottom: 60px;
}

.box2-top h6 {
	color: #fff;
	font-size: 40px;
	font-family: "Poppins";
	text-align: center;
}

.box2-box {
	width: 100%;
	height: 100%;
	background: #fff;
	min-height: 350px;
	padding-top: 60px;
	padding: 60px 45px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.box2-box .iconfont {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	border: 1px solid #0170c5;
	text-align: center;
	font-size: 30px;
	color: #0170c5;
	transition: all 0.5s ease;
	margin-bottom: 40px;
}

.box2-box b {
	color: #000000;
	font-family: "Poppins";
	font-size: 16px;
	line-height: 1;
	margin-bottom: 15px;
	text-align: center;
}

.box2-box p {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	text-align: center;
}

.box3 {
	width: 100%;
	padding: 80px 0 60px;
}

.box3-top h6 {
	font-size: 40px;
	font-family: "Poppins";
	text-align: center;
	line-height: 1;
	margin-bottom: 60px;
}

.box3-bom .swiper {
	width: 100%;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
}

.box3-bom .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 60px) /6);
	line-height: 81px;
	border: 1px solid #bfbfbf;
}
@media (max-width: 1199px) {
	.box1-bom .swiper{
		height: 370px;
	}
}
@media (max-width:1024px) {
	.box1-top h6{
		font-size: 30px;
		margin: 60px 0 40px;
	}
	.box2-top h6,
	.box3-top h6{
		font-size: 30px;
	}
	.box3-top h6{
		margin-bottom: 40px;
	}
	.box2{
		padding: 60px 0;
		margin-top: 50px;
	}
	.box3{
		padding: 60px 0;
	}
	.box2-top{
		margin-bottom: 40px;
	}
	.box3-bom .swiper-slide{
		width: auto;
		min-width: 130px;
	}
}
@media (max-width: 768px) {
	.box3-top h6{
		margin-bottom: 30px;
	}
	.box2{
		padding: 50px 0;
		margin-top: 40px;
	}
	.box3{
		padding: 50px 0;
	}
	.box2-top h6{
		font-size: 26px;
	}
	.box1-top h6{
		font-size: 26px;
		margin: 50px 0 30px;
	}
	.box2-top{
		margin-bottom: 30px;
	}
}
@media (max-width: 500px) {
	.box1-bom .swiper{
		height: 302px;
	}
	.box3-top h6{
		margin-bottom: 25px;
	}
	.box2{
		padding: 40px 0;
		margin-top: 30px;
	}
	.box3{
		padding: 40px 0;
	}
	.box2-top{
		margin-bottom: 25px;
	}
	.box2-top h6{
		font-size: 22px;
	}
	.box1-top h6{
		font-size: 22px;
		margin: 40px 0 25px;
	}
}