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;
}
.banner a{
	display: block;
	width:264px;
	height:50px;
	background:rgba(253,138,1,1);
	border-radius:31px;
	margin: auto;
	text-align: center;
	font-size:20px;
	font-weight:600;
	color:rgba(247,248,249,1);
	line-height:48px;
	margin-top: 40px;
}
.regist{
	height: 280px;
}

.condition{
	height: 390px;
	background-size: cover;
	background-position: center;
}
.condition h1{
	padding: 40px;
}
.condition .box-1200{
	margin: auto;
}
.condition .right{
	padding: 30px 55px;
}
.condition article{
	width:1200px;
	height:331px;
	background:rgba(255,255,255,1);
	box-shadow:0px 4px 10px 0px rgba(0,0,0,0.2);
	border-radius:10px;
	display: flex;
}
.condition .right div{
	width:41px;
	height:42px;
	font-size:30px;
	font-family:Arial-Black,Arial;
	font-weight:900;
	color:rgba(253,138,1,1);
	line-height:42px;
}
.condition .right h2{
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(74,74,74,1);
	line-height:22px;
	margin-bottom: 10px;
}

.lc{
	padding-top: 130px;
	padding-bottom: 50px;
}

.lc h1{
	color: #4A4A4A;
	padding-bottom: 60px;
}

.time{
	height: 250px;
	background-size: cover;
	background-position: center;
	
}
.time h1{
	padding: 26px 0px 40px 0px;
}

.time .sm-tit{
	font-size: 20px;
	font-weight: 600;
}

.time p{
	text-align: center;
	font-size:14px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:20px;
	padding-bottom: 20px;
}


.ys{
	width: 1000px;
	padding-bottom: 50px;
}
.ys h1{
	color:#4A4A4A ;
	padding: 40px 0px;
}
.ys li span{
	display: inline-block;
	width:27px;
	height:27px;
	font-size:19px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
	text-align: center;
	line-height:27px;
	padding: 1px;
	margin-right: 20px;
}
.ys li:nth-child(odd) span{
	background:rgba(20,101,192,1);
}
.ys li:nth-child(even) span{
	background:#81BDF4;
}
.ys li{
	height:27px;
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(74,74,74,1);
	line-height:27px;
	margin-top: 15px;
}
.ys .box{
	display: flex;
	justify-content: space-between;
}
.ys .right{
	flex: 1.4;
}
.ys .left{
	flex: 1;
}



.service{
	height:510px;
	background:rgba(247,248,249,1);
}
.service h1{
	color: #4A4A4A;
	padding: 40px 0px;
}
.service ul{
	display: flex;
}
.service li:nth-child(2){
	margin: 0px 55px;
}
.service li{
	width:364px;
	height:311px;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 8px 0px rgba(0,0,0,0.1);
	border-radius:4px;
	padding: 30px ;
	box-sizing: border-box;
}
.service li img{
	display: block;
	margin: auto;
}
.service li span{
	display: block;
	text-align: center;
	margin: 21px auto;
}
.service li div{
	width:74px;
	height:2px;
	background-color: #1465C0;
	margin: auto;
}
.service li p{
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(74,74,74,1);
	line-height:20px;
	margin-top: 24px;
	text-align: center;
}