.app_home_cooperation .collHead {
	text-align: center;
	font-size: 36rem;
	font-family: MicrosoftYaHei;
	font-weight: bold;
	color: #000000;
	margin-top: 20rem;
}

.app_home_cooperation .collBox {
	margin-top: 40rem;
	padding: 0 32rem;
}


.app_home_cooperation .collBox .collList {
	width: 100%;
	height: 98rem;
	background: #FFFFFF;
	border-radius: 10rem;
	margin-bottom: 26rem;
	background: #D0E0FE;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}


.app_home_cooperation .collBox .collList .empty {
	width: 20%;
	height: 100%;
	background: #3577FD;
	position: absolute;
	top: 0;
	left: 0;
}

.app_home_cooperation .collBox .collList .left,
.app_home_cooperation .collBox .collList .right {
	height: 100%;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.app_home_cooperation .collBox .collList .left {
	width: 45%;
	background: #3577FD;
	transform: skewX(-20deg);
	z-index: 4;
	font-size: 28rem;
	font-family: MicrosoftYaHei;
	color: #fff;
	border-right: 4rem solid #fff;
}
.app_home_cooperation .collBox .collList .left>div{
	transform: skewX(20deg) !important;
}

.app_home_cooperation .collBox .collList .right {
	width: 55%;
	background: #D0E0FE;
	font-size: 28rem;
	font-family: MicrosoftYaHei;
	color: #3577FD;
	flex-direction: row;
	justify-content: flex-start;
	padding-left: 20rem;
}

.app_home_cooperation .collBox .collList .right img {
	width: 50rem;
	height: 50rem;
	margin-right: 16rem;
}