* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

.box1-top {
	text-align: center;
	padding: 70px 0 50px;
}

.box1-top p {
	color: rgb(51, 51, 51);
	font-family: "Times New Roman";
	font-size: 40px;
	margin-bottom: 10px;
}

.box1-top span {
	color: rgb(51, 51, 51);
	font-family: 微软雅黑;
	font-size: 22px;
}

.box1-mind {
	margin-bottom: 100px;
}

.box1-mind p {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 187%;
	text-align: center;
}

.box1-bom ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box1-bom ul li img {
	max-width: 560px;
	display: block;
}

.box1-bom {
	margin-bottom: 150px;
}

.box2-cen {
	padding-bottom: 100px;
}

.box2-cen>ul {
	display: flex;
	justify-content: space-between;
}

.box2-cen>ul>li {
	width: 30%;
}

.box2-box-top {
	text-align: center;
	margin: 0 auto;
}

.box2-box-top img {
	display: block;
	margin: 0 auto;
	width: 50px;
}

.box2-box-top p {
	color: rgb(51, 51, 51);
	font-family: 微软雅黑;
	text-align: center;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 20px;
}

.box2-box-bom p {
	font-size: 14px;
	font-family: 微软雅黑, sans-serif;
	line-height: 140%;
	color: #5A5A5A;
	text-align: center;
}