.FB1 {
	max-width: 1400px;
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
}

.fb {
	width: 100%;
	overflow: hidden;
	padding: 0px 40px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.title_p_unification {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding: 0px 30px;
}


.text1 {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}

.text2 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	text-indent: 2em;
	padding: 20px 0px;
	line-height: 36px;
}

.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;
}

.fb3 .text1 {
	margin-bottom: 20px;
}

.fb3 .listBox {
	overflow: hidden;
}

.fb3 .listBox .imgTextBox {
	padding: 10px;
}

.fb3 .listBox .imgTextBox img {
	width: 100%;
	aspect-ratio: 381/286;
	object-fit: cover;
}

.fb3 .listBox .imgTextBox .textBox {
	padding: 20px;
	text-align: center;
}

.fb3 .imgTextBox .textBox .p1 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fb3 .imgTextBox .textBox .p2 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

img {
	max-width: 100%;
	height: auto;
}



@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 {
		font-size: 13px;
		padding: 10px 0px;
		line-height: 26px;
	}

	.fb3 .text1 {
		margin-bottom: 10px;
	}

	.fb3 .listBox .imgTextBox {
		padding: 5px;
	}

	.fb3 .listBox .imgTextBox .textBox {
		padding: 10px;
	}

	.fb3 .imgTextBox .textBox .p1 {
		font-size: 14px;
	}

	.fb3 .imgTextBox .textBox .p2 {
		font-size: 12px;
	}

	.fb3 .listBox .imgTextBox img {
		height: calc(((100vw - 30px)*6/12)*286/381);
	}


}

@media screen and (min-width: 768px) {
	.title_unificationBox {
		padding-bottom: 40px;
	}


}