* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

.box1 {
	padding-bottom: 50px;
}

.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-bom {
	margin-top: 30px;
}

.box1-bom ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box1-bom ul li {
	width: 45%;
}

.box1-box {
	margin-bottom: 60px;
}

.box1-box>p {
	height: 28px;
	color: rgb(223, 6, 139);
	font-family: "Microsoft YaHei";
	font-size: 17px;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 5px;
}

.box1-bom-a span {
	display: block;
	height: 23px;
	line-height: 140%;
	color: rgb(67, 67, 67);
	font-family: "Microsoft YaHei";
	font-size: 15px;
	font-weight: bold;
	color: #434343;
	margin-bottom: 5px;
}

.box1-bom-a p {
	font-size: 14px;
	line-height: 140%;
	font-family: "Microsoft YaHei";
	color: #5a5a5a;
}

.box1-bom-b {
	margin-bottom: 30px;
}