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;
}

.whiteBlock>img{
	display: block;
	margin: auto;
}
.whiteBlock{
	padding: 40px 0px 60px 0px;
}
.whiteBlock h1{
	color: #4A4A4A;
	padding: 40px 0px;
}
.whiteBlock ul{
	display: flex;
	width: 1190px;
	margin: auto;
}
.whiteBlock ul li:nth-last-child(1){
	margin-right:0px ;
	
}
.whiteBlock ul li{
	margin-right:13px ;
	width:287px ;
	height: 144px;
	padding: 25px 75px 25px 25px;
	box-sizing: border-box;
	color: white;
}
.whiteBlock{}

.time{
	height:264px;
	background:rgba(247,252,255,1);
}
.time h1{
	color: #4A4A4A;
	padding: 40px 0px 30px 0px;
}
.time ul li img{
	display: inline-block;
	margin: 0px 4px;
}