.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 130px;
	position: relative;
	background-color: #B60005;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainbox3 {
	width: 100%;
	background-color: #f3f3f3;
	padding-bottom: 100px;
}

.mainbox3 ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.mainbox3 ul li {
	width: 49%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	margin: 30px 5px 0px 5px;
	display: flex;
	justify-content: space-between;
}

.mainbox3 ul li img {
	width: 223px;
	height: 292px;
	margin-left: 20px;
}

.mainbox3 ul li .cont {
	width: 312px;
	margin: 0 20px;
}

.mainbox3 ul li .cont span {
	font-size: 14px;
	color: #333;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mainbox3 ul li .cont span a {
	font-size: 22px;
	margin-right: 10px;
	line-height: 50px;
}

.mainbox3 ul li .cont p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

.mainbox3 ul li .cont p b {
	font-size: 16px;
	color: #333;
}

@media screen and (max-width:1024px) {
	.banner {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 0px;
		position: relative;
		background-color: #B60005;
		margin-top: 66px;
	}

	.mainbox3 ul li {
		width: 100%;
	}

	.mainbox3 ul li .cont {
		width: 80%;
		margin: 0 20px;
	}
}

@media screen and (max-width:425px) {
	.mainbox3 ul li {
		flex-wrap: wrap;
	}

	.mainbox3 ul li img {
		width: 100%;
		height: 292px;
		object-fit: contain;
	}

}
