body {
	background-color: #f0f5ff;

}

.huidian_head {
	width: 100%;
	background-color: #8f1636;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.huidian_head_logo {
	width: 1200px;
	margin: 30px 0px;
}

.huidian_head_banner {
	width: 100%;
	height: 389px;
	background-image: url('../images/banner.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.huidian_body {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: anchor-center;
}

.huidian_body__aboutus {
	margin-top: 60px;
}


.huidian_body_item {
	width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.huidian_body_item--title {
	color: #22222;
	font-size: 35px;
	margin-top: 72px;
	font-weight: 600;
}

.huidian_body_item--content {
	width: 100%;
	height: 360px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
}



.huidian_bottom {
	width: 100%;
	background-color: #003153;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top:80px;
}

.huidian_bottom_logo {
	width: 1200px;
	margin: 0px 0px;
}