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

.banner img {
	display: block;
	margin: auto;
	width: 617px;
}

.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 {
margin-top: 30px;
}

.banner ul li {
	width:375px;
	height:42px;
	background:rgba(255,255,255,1);
	margin: auto;
	text-align: center;
	font-size:24px;
	font-weight:500;
	color:rgba(74,74,74,1);
	line-height:42px;
}

.banner ul li span {
	display: inline-block;
	background-color: white;
	width: 10px;
	height: 10px;
	border-radius: 22px;
	margin-right: 10px;
}

.banner>div:nth-child(1) img{
	margin-bottom: 20px;
}
.banner a{
	width:165px;
	height:51px;
	background:rgba(253,138,1,1);
	border-radius:23px;
	display: block;
	font-size:28px;
	font-weight:400;
	color:rgba(247,248,249,1);
	line-height:51px;
	text-align: center;
}
.banner .aGroup{
	display: flex;
	margin: auto;
	width: 375px;
	margin-top:73px ;
}
.banner .aGroup a:nth-child(1){
	margin-right: 43px;
	
}


.jp-reg h1{
	color:#4A4A4A ;
	padding: 50px 0px 40px 0px;
}
.jp-reg ul{
	display: flex;
	justify-content: space-between;
}

.jp-reg li{
	width: 19%;
	padding: 0 17px;
	box-sizing: border-box;
	background:rgba(20,101,192,1);
	border-radius:4px;
	height: 114px;
	font-size:14px;
	font-weight:600;
	color:rgba(255,255,255,1);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.jp-reg>a{
	width:268px;
	height:50px;
	background:rgba(253,138,1,1);
	border-radius:33px;
	display: block;
	font-size:22px;
	font-weight:600;
	color:rgba(255,255,255,1);
	line-height:50px;
	margin: auto;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}


.bigbox{
	height:488px;
	background:rgba(245,250,255,1);
	padding-top: 40px;
	box-sizing: border-box;
}
.bigbox .box-1200{
	background-position: center;
	background-size: cover;
	height: 408px;
	width: 1220px;
	display: flex;
}
.bigbox .box-1200 div{
	padding: 32px;
	box-sizing: border-box;
}
.bigbox .box-1200 .left{
	flex: 1.7;
}
.bigbox .box-1200 .right{
	flex: 1;
	padding-left: 100px;
}
.bigbox .box-1200  h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size:16px;
	font-weight:600;
	color:rgba(74,74,74,1);
	line-height:22px;
	margin-bottom: 13px;
}
.bigbox .box-1200  h2 img{
	margin-right: 10px;
}
.bigbox .box-1200  p{
	font-size:14px;
	font-weight:400;
	color:rgba(74,74,74,1);
	line-height:20px;
	margin-bottom: 20px;
}
.bigbox .box-1200 .right{
}
.bigbox ..box-1200{}
.bigbox{}


