* {
	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: 25%;
}


.boxa {
	width: 100%;
	margin-bottom: 90px;
	margin-top: 90px;
}

.boxa-cen {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* background: #f9f9f9; */
}

.boxa-left {
	width: 50%;
	font-family: "Poppins";
	padding-right: 90px;
}

.boxa-left h6 {
	line-height: 1;
	font-size: 40px;
	margin-bottom: 30px;
	color: #333333;
}

.boxa-left p {
	font-size: 16px;
	line-height: 26px;
	color: #777777;
	/* margin-bottom: 40px; */
}

.boxa-left a {
	display: block;
	width: 160px;
	height: 46px;
	background: #0170c5;
	color: #fff;
	text-align: center;
	line-height: 46px;
	border-radius: 4px;
}

.boxa-right {
	width: 50%;
	overflow: hidden;
}

.boxa-right img {
	width: 100%;
	transition: all 0.8s ease;
}

.boxa-right img:hover {
	transform: scale(1.2);
}

.boxb {
	width: 100%;
	margin-bottom: 120px;
}

.boxb-cen {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.boxb-left {
	width: 50%;
	overflow: hidden;
}

.boxb-left img {
	width: 100%;
	transition: all 0.8s ease;
}

.boxb-left img:hover {
	transform: scale(1.2);
}

.boxb-right {
	width: 50%;
	padding-left: 80px;
	font-family: "Poppins";
}

.boxb-right h6 {
	line-height: 1;
	font-size: 40px;
	margin-bottom: 30px;
	color: #333333;
}

.boxb-right p {
	font-size: 16px;
	line-height: 26px;
	color: #777777;
	/* margin-bottom: 40px; */
}

.boxb-right a {
	display: block;
	width: 160px;
	height: 46px;
	background: #0170c5;
	color: #fff;
	text-align: center;
	line-height: 46px;
	border-radius: 4px;
}
@media (max-width:1024px) {
	.boxa-left h6,.boxb-right h6{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.boxa{
		margin: 50px 0;
	}
	.boxb{
		margin-bottom: 50px;
	}
	.boxa-left{
		padding-right: 40px;
	}
	.boxb-right{
		padding-left: 40px;
	}
}
@media (max-width: 768px) {
	.boxa-cen{
		flex-direction: column-reverse;
	}
	.boxa-right,.boxb-left,
	.boxb-right{
		width: 100%;
	}
	.boxa-left{
		padding-right: 0;
		width: 100%;
		margin-top: 25px;
	}
	.boxb-right{
		padding-left: 0;
		margin-top: 25px;
	}
	.boxa-left h6,.boxb-right h6{
		font-size: 26px;
	}
	.boxb-cen{
		flex-direction: column;
	}
}
@media (max-width: 500px) {
	.boxa-left h6,.boxb-right h6{
		font-size: 22px;
	}
	.boxa-left h6, .boxb-right h6{
		margin-bottom: 10px;
	}
	.boxa{
		margin: 40px 0;
	}
	.boxb{
		margin-bottom: 40px;
	}
}