.FB1 {
	max-width: 1400px;
	margin: 0px auto;
}

.fb {
	width: 100%;
	overflow: hidden;
	padding: 20px 0px;
}

.title_p_unification {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding: 0px 30px;
}

.bannerImg {
	width: 100%;
}

.swiper-pagination-bullet {
	background: black;
	border-radius: 4px;
	transition: all .3s;
	opacity: 0.4;
}

.swiper-pagination-bullet-active {
	background: white;
	opacity: 1;
}

.fb2 {
	padding-left: 5px;
	padding-right: 5px;
}

.fb2 .box1 .imgBox {
	padding: 0px 10px;
	height: calc(((100vw - 30px)*4/12)*73/180);
}

.fb2 .box1 .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fb2 .box1 .imgBox a {
	width: 100%;
	height: 100%;
}

.fb2 .box1,
.fb2 .box2 {
	display: none;
}


.bigFocus {
	position: relative;
}

.bigFocus .swiper-container {
	padding: 10px 0;
}

.bigFocus .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 300ms;
	transform: scale(1);
	opacity: 1;
}

.bigFocus .swiper-slide img {
	width: 100%;
	height: calc(((100vw - 0px)*4/12)*110/180);
	object-fit: cover;
}

.bigFocus .swiper-slide a {
	width: 100%;
}

.bigFocus .swiper-slide-active {
	transform: scale(1);
	z-index: 999;
	opacity: 1;
}

/* .bigFocus .swiper-slide-active img {
	box-shadow: 0 0 5px #65666A;
	border-radius: 5px;
} */

/* 横梁卡 */
.trabeculaBox {
	overflow: hidden;
}

.trabeculaBox .topBar {
	padding: 10px 5px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
}

.trabeculaBox .topBar .title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}

.trabeculaBox .topBar .moreButton {
	background-color: #F4F4F4;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	padding: 2px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	cursor: pointer;
}


.fb4 {
	display: flex;
	flex-wrap: wrap;
}

.fb4 .imgTextBox {
	padding: 10px;
}

.fb4 .inputBox {
	height: 35px;
	border: 1px solid #DEDEDE;
	width: 100%;
	max-width: 300px;
}

.fb4 .inputBox input {
	width: calc(100% - 50px);
	height: 100%;
	background-color: white;
	border: initial;
	padding: 0px 5px;
}

.fb4 .inputBox button {
	height: 100%;
	padding: 0px 7px;
	background-color: #EEEEEE;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fb4 .inputBox button img {
	width: 25px;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.fb4 .imgTextBox1 .content {
	display: flex;
	flex-wrap: wrap;
}

.fb4 .imgTextBox1 .imgTextBoxItem {
	padding: 10px;
}

.fb4 .imgTextBox1 .imgTextBoxItem img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.fb4 .imgTextBox1 .imgTextBoxItem .p1 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fb4 .imgTextBox1 .imgTextBoxItem .p2 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.fb4 .imgTextBox1 .allDiv {
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	display: table;
	margin-top: 20px;
	text-align: center;
}


.fb4 .imgTextBox2 .imgTextBoxItem {
	padding: 5px;
}

.fb4 .imgTextBox2 .imgTextBoxItem .a1 {
	display: flex;
	flex-wrap: wrap;
}

.fb4 .imgTextBox2 .imgTextBoxItem1 .logo {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border: 1px solid #CDCDCD;
}

.fb4 .content1 {
	border: 1px solid #EEEEEE;
	display: flex;
	flex-wrap: wrap;
}

.fb4 .content1 .imgTextBoxItem2 {
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
}

.fb4 .content1 .imgTextBoxItem2 a {
	display: flex;
	padding: 10px;
}

.fb4 .content1 img {
	aspect-ratio: 1/1;
	width: 100px;
	object-fit: cover;
}

.fb4 .content1 .info {
	width: calc(100% - 100px);
	padding-left: 15px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.fb4 .content1 .info .p1 {
	width: 100%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fb4 .content1 .info .p2 {
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}





@media screen and (max-width: 768px) {

	.title_p_unification {
		font-size: 24px;
		padding: 0px 12px;
	}

	.fb {
		padding: 10px 0px;
	}

	.fb1 {
		padding: 0px;
	}

	.fb1 .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 2px;
	}

	.trabeculaBox .topBar .title {
		font-size: 18px;
	}

	.fb4 .imgTextBox1 .trabeculaBox .topBar .title {
		width: 100%;
		margin-bottom: 10px;
	}

	.trabeculaBox .topBar .moreButton {
		font-size: 12px;
	}

	.fb2 {
		width: calc(100% - 20px);
		padding: 10px 0px;
		margin: 0px 10px;
	}

	.fb2 .box2 {
		display: inherit;
	}

	.fb4 .imgTextBox {
		padding: 5px;
	}

	.fb4 .inputBox {
		max-width: initial;
		height: 35px;
	}

	.fb4 .inputBox button img {
		width: 20px;
	}

	.fb4 .imgTextBox1 .imgTextBoxItem .p1 {
		font-size: 14px;
	}

	.fb4 .imgTextBox1 .imgTextBoxItem .p2 {
		font-size: 12px;
	}

	.fb4 .imgTextBox1 .allDiv {
		font-size: 12px;
	}

	.fb4 .content1 .info .p1 {
		font-size: 14px;
	}

	.fb4 .content1 .info .p2 {
		font-size: 12px;
	}

	.fb4 .imgTextBox1 .imgTextBoxItem img {
		height: calc(((100vw - 30px)*6/12)*1/1);
	}

	.fb4 .imgTextBox2 .imgTextBoxItem1 .logo {
		height: calc(((100vw - 30px)*4/12)*1/1);
	}

	.fb4 .content1 img {
		height: calc(((100vw - 75px)*4/12)*1/1);
	}
}

@media screen and (min-width: 768px) {
	.title_unificationBox {
		padding-bottom: 40px;
	}

	.fb2 .box1 {
		display: inherit;
	}
}