.FB1 {
	max-width: 1400px;
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
}

.title_p_unification {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding: 0px 30px;
}

.fb {
	width: 100%;
	overflow: hidden;
	padding: 0px 40px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.text1 {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}


.text2 p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	text-indent: 2em;
	padding: 20px 0px;
}

.fbStyle {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.13);
	margin: 30px 0px;
}

.fb2 .img1 {
	aspect-ratio: 1072/434;
	width: 100%;
	object-fit: cover;
}

.fb4 .img1 {
	aspect-ratio: 1128/473;
	width: 100%;
	object-fit: cover;
	margin-bottom: 30px;
}

img {
	max-width: 100%;
	height: auto;
}

.fb .text2 img {
	width: auto;
	max-width: 100%;
	aspect-ratio: 1072/434;
	object-fit: cover;
}

@media screen and (max-width: 768px) {

	.title_p_unification {
		font-size: 18px;
		padding: 0px 12px;
	}

	.fb {
		padding: 0px;
		padding-top: 30px;
		padding-bottom: 0px;
	}

	.fbStyle {
		box-shadow: initial;
		margin: 0px;
	}

	.text1 {
		font-size: 16px;
	}

	.text2 p {
		font-size: 13px;
		padding: 10px 0px;

	}

}

@media screen and (min-width: 768px) {
	.title_unificationBox {
		padding-bottom: 40px;
	}


}