* {
	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: calc(100% / 3);
}

.box {
	margin: 100px 0;
}

.box-cen {
	display: flex;
	justify-content: space-between;
}

.box-left {
	width: 71.43%;
}

.box-right {
	width: 20%;
}

.box-left-a p {
	line-height: 1;
	font-size: 18px;
	color: #666666;
	margin-bottom: 22px;
}

.box-left-b p {
	font-size: 32px;
	line-height: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}

.box-left-c p {
	font-size: 18px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 35px;
}

.box-left-c img {
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.box-left-d {
	display: flex;
	justify-content: space-between;
}

.box-left-d-r {
	padding: 30px 0 50px;
}

.box-left-d-r ul {
	display: flex;
}

.box-left-d-r ul li span {
	display: block;
	width: 42px;
	height: 42px;
	margin-left: 17px;
	line-height: 42px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}

.box-left-d-r ul li:first-child span {
	margin: 0;
	background: #e62d27;
}

.box-left-d-r ul li:nth-child(2) span {
	background: linear-gradient(to right, #963da8, #b83587);
}

.box-left-d-r ul li:nth-child(3) span {
	background: #3b5999;
}

.box-left-d-r ul li:nth-child(4) span {
	background: #1d9bf0;
}

.box-left-d-r ul li:nth-child(5) span {
	background: #017aba;
}

.box-left-d {
	border-bottom: 1px solid #dddddd;
}

.box-left-f ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-left-f ul li a {
	display: flex;
	align-items: center;
	color: #000000;
	font-weight: 500;
	transition: all 0.5s ease;
}

.box-left-f ul li a:hover {
	color: #017aba;
}

.box-left-f {
	margin-top: 30px;
}

.box-left-f ul li .iconfont {
	vertical-align: middle;
	line-height: 1;
	margin: 0 5px;
}

.box-left-f ul li p {
	line-height: 1;
}

.box-right-a>p {
	font-size: 18px;
	line-height: 24px;
	font-family: "Poppins";
	font-weight: 600;
	margin-bottom: 27px;
}

.box-right-a {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
}

.box-right-b ul li img {
	width: 100%;

	transition: all 0.8s ease;
}

.box-right-b ul li p {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	font-weight: 500;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.box-right-b ul li {
	margin-bottom: 27px;
}

.prc-a {
	overflow: hidden;
	margin-bottom: 10px;
}

.box-right-b ul li:hover img {
	transform: scale(1.2);
}

.box-right-b ul li:hover p {
	color: #017aba;
}
@media (max-width:1199px) {
	.box-right{
		display: none;
	}
	.box-left{
		width: 100%;
	}
}
@media (max-width: 1024px) {
	.box{
		margin: 70px 0;
	}
	.box-left-b p{
		font-size: 30px;
	}
}
@media (max-width: 768px) {
	.box{
		margin: 50px 0;
	}
	.box-left-b p{
		font-size: 26px;
		margin-bottom: 15px;
	}
	.box-left-d-r{
		padding: 30px 0;
	}
}
@media (max-width: 500px) {
	.box{
		margin: 40px 0;
	}
	.box-left-b p{
		font-size: 22px;
	}
	.box-left-c p{
		font-size: 16px;
		margin-bottom: 24px;
	}
	.box-left-d-r{
		padding: 20px 0;
	}
}