.navbox {
	position: fixed !important;
	top: 0;
}

/* banner */
.banner {
	width: 100%;
	height: 72%;
	background: url(../img/aboutbg.png);
	background-size: 100% 100%;
	position: relative;

}

.banner .bancount {
	width: 100%;
	text-align: center;
	padding-top: 14%;
}

.bancount p,
.bancount h1 {
	width: 100%;
}

.bancount h1 {
	margin-bottom: 6%;
	color: #72C4F8;
	font-size: 2.6rem;
	font-weight: 100;
}

.bancount p:nth-child(2) {
	margin-bottom: 10%;
	color: #BFB6E9;
	font-size: 24px;
	font-weight: 100;
}

.bancount .titline {
	width: 25%;
	height: 3px;
	background: #49ADFF;
	margin-bottom: 10%;
}

.bancount p:nth-child(4),
.bancount p:nth-child(5) {
	padding: 1% 0;
	color: #BFB6E9;
}

@media screen and (min-width:1367px) {

	/* 	.banner .bancount{
		width: 50%;
	} */
	.swiper-slide {
		width: 100% !important;
	}

	.bancount h1 {
		margin-bottom: 3%;
		font-size: 4rem;
	}

	.bancount p:nth-child(2) {
		margin-bottom: 6%;
		font-size: 2.25rem;
	}

	.bancount .titline {
		margin-bottom: 6%;
	}

	.bancount p:nth-child(4),
	.bancount p:nth-child(5) {
		font-size: 1.0625rem;
	}
}

@media screen and (max-width:1366px) {
	.banner .bancount {
		width: auto;
	}

	.swiper-slide {
		width: 100% !important;
	}

	.bancount h1 {
		margin-bottom: 4%;
		font-size: 2.6rem;
	}

	.bancount p:nth-child(2) {
		margin-bottom: 10%;
		font-size: 1.5rem;
	}

	.bancount .titline {
		margin-bottom: 10%;
	}

	.bancount p:nth-child(4),
	.bancount p:nth-child(5) {
		font-size: 0.875rem;
	}
}

/* 开发流程 */
.flow {
	width: 100%;
	background: #FFFFFF;
	padding: 3% 0 1%;
}

.flowtop {
	width: 100%;
	padding-bottom: 3%;
}

.flowtop p {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	font-size: 1.8rem;
	margin-bottom: 0.3125rem;
}

.flowmidd {
	width: 100%;
	margin-bottom: 3%;
}

.flowmidd p {
	width: 60%;
	text-indent: 2rem;
	margin: 0 auto 0.5%;
	font-size: 1rem;
	line-height: 1.75rem;
}

@media screen and (min-width:1368px) {
	.flowmidd p {
		width: 55%;
	}
}

/* 招募 */
.recruit {
	width: 100%;
	background: #FFFFFF;
	padding: 0 0 3% 0;
}

.recruitcount li {
	width: 65%;
	margin: 0 auto;
	border-bottom: 1px solid #E6E6E6;
	padding: 1% 0;
}

.recruitcount li:first-child {
	border-top: 1px solid #E6E6E6;
}

.recruitcount li .reli {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.recreight {
	display: flex;
	align-items: center;
	padding: 2% 0;
	width: 60%;
}

.recreight img {
	width: 10%;
}

.recleft img {
	display: block;
	width: 75%;
}

.recleft .cha {
	display: none;
}

.recreight h4 {
	font-size: 1.6rem;
	font-weight: 100;
	margin: 0 2%;
}

.recreight p {
	color: #AFAFAF;
	font-size: 0.75rem;
}

.redlistcont {
	width: 68%;
	margin: 0 auto;
	color: #5A5A5A;
	margin-bottom: 3%;
}

.redlistcont p {
	margin: 1% 0;
	font-size: 0.9375rem;
	color: #5A5A5A;
}

.redlist {
	display: none;
}

@media screen and (min-width:1368px) {
	.recruitcount li {
		width: 50% !important;
	}
}

.rebottom {
	width: 18%;
	margin: 0 auto;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 1% 0;
}

@media screen and (max-width:650px) {
	.banner .bancount {
		padding-top: 40%;
	}

	.flowtop p {
		width: 90%;
		font-size: 1.5rem;
	}

	.flowmidd p {
		width: 90%;
	}

	.recruitcount li {
		width: 98%;
	}

	.redlistcont {
		width: 86%;
	}

	.recreight h4 {
		font-size: 1.125rem;
	}

	.recleft img {
		width: 50%;
	}

	.rebottom {
		width: 50%;
	}

	.recreight {
		width: 80%;
	}
}

@media screen and (max-width:1368px){
	.flowmidd p {
		font-size: 0.875rem;
	}
	.recreight h4 {
		font-size: 1.4rem;
	}
}
