.info_view1 {
	width: 100%;
	height: 100vh;
	min-height: 692px;
	position: relative;
	background: #ebf0fd;
}

.info_box1 {
	width: 1199px;
	height: 492px;
	background: url("../image/index/1.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%);
}

.info_view2 {
	width: 100%;
	height: 100vh;
	min-height: 777px;
	position: relative;
}

.info_box2 {
	width: 1197px;
	height: 577px;
	background: url("../image/index/2.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%);
}

.info_view3 {
	width: 100%;
	height: 100vh;
	min-height: 745px;
	position: relative;
	background: #ebf0fd;
}

.info_box3 {
	width: 1200px;
	height: 545px;
	background: url("../image/index/3.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%);
}

.info_view4 {
	width: 100%;
	height: 100vh;
	min-height: 682px;
	position: relative;
}

.info_box4 {
	width: 1200px;
	height: 482px;
	background: url("../image/index/4.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%);
}

.info_view5 {
	width: 100%;
	height: 100vh;
	min-height: 987px;
	position: relative;
	background: #3c51f6;
}

.info_box5 {
	width: 1200px;
	height: 787px;
	background: url("../image/index/5.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%);
}