.corporate-box {
	width: calc(100% - 340px)
}

.corporate-box h3 {
	width: 100%;
	line-height: 42px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	font-size: 32px;
	color: #000000;
	text-align: center;
	margin-bottom: 24px
}

.corporate-box .corporate-list {
	width: 100%;
	display: flex;
	margin-bottom: 42px
}

.corporate-box .corporate-list .link-item {
	width: 33.333333%;
	height: 574px;
	padding-right: 30px
}

.corporate-box .corporate-list .link-item:last-child {
	padding-right: 0
}

.corporate-box .corporate-list .link-item .link-info {
	width: 100%;
	height: 100%;
	/* padding: 34px 0 30px 16px; */
	/* background: url("../img/item-bg.png") no-repeat; */
	/* background-size: 100% 100% */
}

.corporate-box .corporate-list .link-item .link-info img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporate-box .corporate-list .link-item .link-info p.big {
	font-family: MicrosoftYaHeiSemibold;
	font-size: 28px;
	color: #000000;
	line-height: 37px;
	margin-bottom: 12px
}

.corporate-box .corporate-list .link-item .link-info p.small {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #595959;
	line-height: 35px
}

.corporate-box .honor-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.corporate-box .honor-list .img-box {
	width: 400px;
	padding-right: 30px;
	margin-bottom: 10px
}

.corporate-box .honor-list .img-box:last-child {
	padding-right: 0
}

.corporate-box .honor-list .img-box .img-info {
	width: 100%
}

.corporate-box .honor-list .img-box .img-info .img-case {
	width: 100%;
	height: 300px;
	overflow: hidden
}

.corporate-box .honor-list .img-box .img-info img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.8s ease-in-out
}

.corporate-box .honor-list .img-box .img-info img:hover {
	transform: scale(1.2)
}

.corporate-box .honor-list .img-box .img-info .info-txt {
	font-size: 22px;
	width: 100%;
	text-align: center;
	padding: 0 45px;
	line-height: 32px;
	color: #000000;
	font-weight: 700
}