* {
	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 {
	margin: 100px 0;
}

.box1-top h6 {
	font-size: 40px;
	line-height: 1;
	font-family: "Poppins";
	color: #333333;
	text-align: center;
}

.box1-top {
	margin-bottom: 10px;
}

.box1-bom {
	display: flex;
	justify-content: space-between;
}

.box1-left,
.box1-right{
	width: 45%;
}

.box1-bom b {
	display: block;
	font-size: 22px;
	line-height: 1;
	color: #333333;
	padding-bottom: 30px;
	margin-top: 50px;
	border-bottom: 1px solid #dcdcdc;
}

.box1-bom p {
	padding: 30px 0;
	display: flex;
	align-items: center;
}

.box1-bom p .iconfont {
	font-size: 25px;
	color: #0271c5;
	margin-right: 30px;
	line-height: 1;
	font-weight: bold;
}

.box1-bom p {
	font-size: 18px;
	color: #111111;
	line-height: 1;
	border-bottom: 1px solid #dcdcdc;
}

.box1-bom p span {
	line-height: 26px;
}
@media (max-width: 1024px) {
	.box1{
		margin: 70px 0;
	}
	.box1-top h6{
		font-size: 30px;
	}
}
@media (max-width: 768px) {
	.box1{
		margin: 50px 0;
	}
	.box1-top h6{
		font-size: 26px;
	}
	.box1-left, .box1-right{
		width: 100%;
	}
	.box1-bom{
		flex-direction: column;
	}
	.box1-bom b{
		margin-top: 30px;
	}
	.box1-bom p{
		padding: 20px 0;
	}
}
@media (max-width: 500px) {
	.box1{
		margin: 40px 0;
	}
	.box1-top h6{
		font-size: 22px;
	}
	.box1-bom b{
		margin-top: 20px;
	}
	.box1-bom b{
		font-size: 18px;
		padding-bottom: 15px;
	}
	.box1-bom p{
		font-size: 16px;
		padding: 10px 0;
	}
	.box1-bom p .iconfont{
		margin-right: 15px;
		font-size: 22px;
	}
}