.excellbox {
	width: 100%;
	padding: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #FFFFFF;
}
.excelllimit {
	display: flex;
	flex-direction: column;
	width: 70%;
}
.typebox {
	display: flex;
	align-items: flex-start;
}
.businessbox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex: 1;
}
.applicationbox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex: 1;
}

.typename {
	background: #3E74DC;
	border-radius: 4px;
	padding: 8px 22px;
	font-size: 14px;
	color: #FFFFFF;
}
.typelist {
	margin-left: 30px;
	padding: 8px 0;
	font-size: 14px;
	color: #999999;
	cursor: pointer;
}
.typelistactive {
	color: #3E74DC !important;
}


.cooperlimit {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	flex-wrap: wrap;
	padding: 0;
	cursor: pointer;
}
.cooperlimit li:hover {
	box-shadow: 0px 4px 24px 0px rgba(5,51,141,0.2);
	border-radius: 10px;
}
.cooperlimit li:nth-child(4n + 1) {
	margin-right: 1.33%;
}
.cooperlimit li:nth-child(4n + 2) {
	margin-right: 1.33%;
}
.cooperlimit li:nth-child(4n + 3) {
	margin-right: 1.33%;
}

.cooperbox {
	margin-top: 20px;
	width: 24%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #FFFFFF;
	color: #333333;
	font-size: 16px;
	border-radius: 10px;
}

.cooperbox img {
	width: 100%;
	height: 164px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

.coopercont {
	width: 95%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px 0;
	flex-wrap: wrap;
}
.hezuolabeltext {
	background: #F0F5FF;
	border-radius: 9px;
	padding: 3px 5px;
	color: #3E74DC;
	margin-right: 2%;
	font-size: 12px;
	margin-top: 10px;
}
.pagebox {
	font-size: 14px;
	color: #999999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 40px;
}
.shouyebutton {
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	padding: 10px 20px;
	cursor: pointer;
}
.backbutton {
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	padding: 10px 13px;
	cursor: pointer;
	margin-left: 10px;
}
.pageboxul {
	display: flex;
	align-items: center;
}
.numbutton {
	border: 1px solid #DDDDDD;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 10px;
}
.numbuttonactive {
	background: #3E74DC;
	color: #FFFFFF !important;
}
.nextbutton {
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	padding: 10px 13px;
	cursor: pointer;
	margin-left: 10px;
}
.weiyebutton {
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	padding: 10px 20px;
	cursor: pointer;
	margin-left: 10px;
}