.wrap {
	width: 100%;
	min-height: 100vh;
	padding-top: 60px;
	background: url(../images/new_home_bg.png) no-repeat;
	background-size: 100% 100%;
}

.banner {
	position: relative;
}

.banner_img {
	position: relative;
	width: 100%;
	z-index: 1;
}

.banner_info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 1.50rem;
	z-index: 3;
	text-align: center;
}

.banner_info .banner_title {
	font-size: 0.56rem;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.42rem;
}

.banner_info .banner_text {
	font-size: 0.24rem;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.42rem;
	margin-top: 0.26rem;
}

.partner_wrap {
	width: 100%;
	padding: 0.80rem 0 1rem;
	position: relative;
}
.partner_list {
	/* width: 1600px; */
	width: 100%;
	padding: 0 1.6rem;
	display: flex;
	/* align-items: center; */
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0.60rem auto 0;
}
.partner_title {
	font-size: 0.34rem;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #1C1C1C;
	line-height: 0.24rem;
	text-align: center;
}

.item {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0.30rem 0;
	border-bottom: 1px solid #D1D1D1;
}
.item_img {
	width: 2.98rem;
	height: 1.88rem;
	border-radius: 0.12rem;
}
.item_info {
	flex: 1;
	margin-left: 0.56rem;
}
.item_title {
	font-size: 0.20rem;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 0.24rem;
}
.item_desc {
	font-size: 0.18rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 0.38rem;
	margin-top: 0.12rem;
}
.item_date {
	font-size: 0.16rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 0.38rem;
	text-align: right;
	margin-top: 0.30rem;
}

.partner_list a {
	width: 100%;
}

.foot_page {
/* 	position: absolute;
	bottom: 1.20rem; */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.2rem;
	
}
.pre_page {
	font-size: 0.16rem;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 0.38rem;
	cursor: pointer;
	margin-right: 0.08rem;
}
.next_page {
	font-size: 0.16rem;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 0.38rem;
	cursor: pointer;
	margin-left: 0.08rem;
}

.page_item {
	width: 0.40rem;
	height: 0.24rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.04rem;
	font-size: 0.16rem;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
	cursor: pointer;
}
.page_item_acitve {
	background: #F8B62D;
	color: #fff;
}

.page_list_1 {
	width: 100%;
}
.page_list_2 {
	width: 100%;
}

.no_bottom {
	border-bottom: none;
}