body{
	background-color: white;
}
.banner {
	height: 554px;
	background-size: cover;
	background-position: center;
	padding-top: 143px;
	box-sizing: border-box;
}

.banner img {
	display: block;
	margin: auto;

}

.banner p {
	font-size: 24px;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	line-height: 33px;
	text-align: center;
	padding-top: 20px;
}

.banner ul {
	width: 630px;
	margin: auto;
	margin-top: 61px;
	display: flex;
	height: 48px;
	background: rgba(20, 101, 192, 0.7);

}

.banner ul li {
	margin: 0px 32px;
	color: white;
	width: 33.3%;
	line-height: 42px;
}

.banner ul li span {
	display: inline-block;
	background-color: white;
	width: 10px;
	height: 10px;
	border-radius: 22px;
	margin-right: 10px;
}
.regist{
	height: 550px;
}
.regist h1{
	padding-bottom: 60px;
}
.regist .box-1200{
	display: flex;
	justify-content: space-between;
}
.regist .box-1200>div{
	padding: 31px 20px;
	box-sizing: border-box;
	width:580px;
	height:140px;
	background:rgba(237,237,237,1);
	border-radius:2px;
	border:1px solid rgba(175,175,175,1);
}
.regist .box-1200>div img{
	margin-right: 20px;
}
.regist .box-1200>div h2{
	display: flex;
	align-items: center;
	font-size:24px;
	font-weight:500;
	color:rgba(74,74,74,1);
	line-height:33px;
	margin-bottom: 20px;
}
.regist .box-1200>div p{
	font-size:14px;
	font-weight:400;
	color:rgba(74,74,74,1);
	line-height:20px;
}
.banner .box-1200{}

.registCondition{
	background-color: #1465C0;
	height: 577px;
}

.registCondition ul:nth-child(1){
	width:1200px;
	height:228px;
	background:rgba(255,255,255,1);
	border-radius:10px;
}
.registCondition ul.u1 span{
	display: inline-block;
	margin-right: 14px;
	width: 10px;
	height: 10px;
	background-color: #FD8A01;
	border-radius: 22px;
}
.registCondition ul:nth-child(2){
	width:1200px;
	background:rgba(255,255,255,1);
	border-radius:10px;
}
.registCondition h1{
	width:419px;
	height:60px;
	background:rgba(129,189,244,1);
	border-radius:4px;
	position: relative;
	left: 50%;
	top: 25px;
	transform: translateX(-50%);
	font-size:26px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:57px;
	text-align: center;
}
.registCondition>div>div:nth-last-of-type(1) h1{
	background-color: #F4BD81;
}
.registCondition ul li{
	width: 33.3%;
	font-size:14px;
	font-weight:400;
	color:rgba(74,74,74,1);
	line-height:20px;
	padding-right: 40px;
	box-sizing: border-box;
	padding-top: 17px;
}
.registCondition ul li:nth-child(3){
	padding-right: 0px;
}

.registCondition ul{
	display: flex;
	flex-wrap: wrap;
	padding: 40px 20px 40px 20px;
	box-sizing: border-box;
}
.registCondition ul.u2 li span{
	width:21px;
	height:28px;
	font-size:20px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(74,74,74,1);
	line-height:28px;
	margin-right: 20px;
}
.registCondition ul.u2 li{
	display: flex;
	align-items: center;
}
.registCondition ul{}