.partner {
	padding-top: 2.8125rem;
	font-size: 18px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #262626;
}

.partner .line {
	margin: 0 1.875rem;
}

.title {
	text-align: center;
	margin-top: 4.25rem;
}

.title h3 {
	font-size: 1.875rem;
	font-weight: 500;
	color: #262626 !important;
	margin: 0;
	padding: 0;
}

.title .line {
	width: 50px;
	height: 3px;
	background: #0176DC;
	border-radius: 2px;
	display: inline-block;
	z-index: 999 !important;
}

.title .title-bg {
	font-size: 3.875rem;
	font-weight: 500;
	color: #fff !important;
	position: relative;
	top: -55px;
	z-index: -999;
}

.title .title-describe {
	font-size: 1.125rem;
	font-weight: 400;
	color: #262626 !important;
	position: relative;
	top: -80px;

}

.bg {
	background-color: #FAFAFA;
	padding-bottom: 5.3125rem;
}

.swiper {
	width: 80%;
	height: 20.75rem;
}

.swiper-slide {
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: all 0.3s;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.swiper-button-next {
	font-size: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 20px;
}

.swiper-slide h4 a {
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	z-index: 999;
	position: absolute;
	top: 140px;
	left: 20px;
}

.swiper-slide .info {
	display: none;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	z-index: 999;
	position: absolute;
	bottom: 50px;
	padding: 20px;
	text-align: left;
}

.swiper-slide .type {
	display: none;
	z-index: 999;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 4.875rem;
	padding: 20px;
	background: #FFFFFF;
	text-align: left;
}

.swiper-slide .type h6 {
	font-size: 14px;
	font-weight: bold;
	color: #2E2D2D;
}

.swiper-slide .type p {
	font-size: 13px;
	font-weight: 400;
	color: #575757;
	line-height: 17px;
}


.swiper-slide:hover {
	width: 382px !important;
}

.ranking {
	position: absolute;
	right: 130px;
	bottom: 20px;
}

.numUp {
	margin: 6.25rem 0;
	width: 100%;
	height: auto;
	position: relative;
}

.numUp .num {
	font-size: 184px;
	font-family: Bahnschrift;
	font-weight: bold;
	color: #005ED8;
	position: absolute;
	top: -70px;
}

@media screen and (max-width: 428px) {
	.khal {
		display: none;
	}

	.bg {
		display: none;
	}

	.ranking {
		display: none;
	}

	.numUp {
		display: none;
	}
}
