.pros {
	overflow: hidden;
	position: relative;
}

.pros .proitem {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #f1f1f1;
	border-radius: 4px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	cursor: pointer;
}

.pros .proitem img {
	width: 100%;
	height: auto;
}

.word4 {
	text-align: center;
	font-size: 24px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #929292;
}

.mod5 {
	margin-top: 20px;
	background: #FFCB42;
	border-radius: 4px;
	font-size: 21px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #803721;
	padding: 9px 17px;
}

.proitem:hover .mod5 {
	background: #803721;
	color: #FFFFFF;
}

@media screen and (max-width: 991px) {
	.word4 {
		font-size: 18px;
	}

	.mod5 {
		margin-top: 12px;
		font-size: 14px;
		padding: 9px 10px;
	}
}

@media screen and (max-width: 760px) {
	.word4 {
		font-size: 14px;
	}

	.mod5 {
		margin-top: 12px;
		font-size: 12px;
		padding: 4px 10px;
	}
}


.bd10 {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #f1f1f1;
	border-radius: 4px;
}

.bd10 img{
	width: 375px;
	max-width: 100%;
	height: auto;
}

.bd4 .txt2{
	font-size: 48px;
	font-family: PingFangSC;
	font-weight: 500;
	color: #803721;
}

.bd4 .detail{
	margin-top: 20px;
}

.bd4 .detail .detailitem{
	padding: 18px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #C1C1C1;
}

.bd4 .detail .detailitem .infoBox2{
	width: 220px;
	font-size: 28px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #929292;
}

.bd4 .detail .detailitem .paragraph2{
	font-size: 28px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #929292;
}

.pic7{
	margin-top: 42px;
	margin-bottom: 50px;
	width: 100%;
}

.info1{
	font-size: 48px;
	font-family: PingFangSC;
	font-weight: 500;
	color: #803721;
	padding-bottom: 21px;
	margin-bottom: 21px;
	border-bottom: 1px solid #C1C1C1;
}

@media screen and (max-width: 991px) {
	.bd4 .txt2{
		font-size: 24px;
	}
	
	.bd4 .detail{
		margin-top: 20px;
	}
	
	.bd4 .detail .detailitem{
		padding: 10px 0;
	}
	
	.bd4 .detail .detailitem .infoBox2{
		width: 150px;
		font-size: 18px;
	}
	
	.bd4 .detail .detailitem .paragraph2{
		font-size: 18px;
	}
	
	.info1{
		font-size: 24px;
	}
}

@media screen and (max-width: 760px) {
	.bd4 .txt2{
		margin-top: 24px;
	}
}
