.partnerBannerBox{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.partnerBannerTextBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10px;
	animation-duration: 0.8s;
	animation-delay: 0.2s;

}
.partnerBannerTextBoxMain{
	width: 1200px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.partnerBannerTextBoxMain p{
	color: white;
	font-size: 16px;
	width: 48%;
	line-height: 1.8;
	letter-spacing: 1px;
}
.theCenter{
	margin-top: 60px;
}
.centerMain{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.theList{
	padding-bottom: 24px;
}
.theListTitle{
	text-align: center;
	font-size: 20px;
	color: #555;
	letter-spacing: 2px;
	margin-bottom: 24px;
}
.logoBoxFather{
	display: flex;
	flex-wrap: wrap;
}
.logoBox{
	width: 20%;
    box-shadow: 0px 0px 8px #ebebeb;
	margin-right: 6.6%;
	margin-bottom: 23px;
	height: 104px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.logoBox:nth-child(4n+0){
	margin-right: 0;
}
.logoBox img{
	max-width: 100%;
	max-height: 100%;
	animation-duration: 1s;
	animation-delay: 0.2s;
	animation-iteration-count: 1;
}
.ff {
    color: #022644;
    border-bottom: 2px solid #ff9e40;
}
