.box8{
	width: 70vw;
	height: 40vh;
	position: relative;
}
.box8_p{
	width: 100vw;
	height: 15vh;
	position: relative;
}

.box9{
	width: 70vw;
	height: 100%;
        
}
	.box9_s{
		height: 7vh;
		display: flex;
		justify-content:center;
	}
		.box9_s_l{
			margin-left: 2vw;
			margin-right: 1vw;
			background-color:#e40011;
			width: 0.5vw;
			height: 7vh;
		}
		.box9_s_r{
			margin-left: 1vh;
			font-size: 5vh;
			font-family: ZT;
			line-height: 6vh;
			font-weight: bold;
			color: #db4549;
		}
			.box9_s_r_text{
				font-size: 1vh;
				font-family: ZT;
				line-height: 10vh;
			}
			
			
	.box9_x{
		/*margin-top: 2vw;*/
		display: flex;
		flex-flow:row wrap;
		align-items:center;
	}
		.box9_x_box{
			margin-left: 4vw;
			margin-top: 3vh;
			width: 18vh;
		}



.box9_p{
	width: 100vw;
	height: 100%;
}
	.box9_s_p{
		height: 6vh;
		display: flex;
		justify-content:center;
	}
		.box9_s_l_p{
			margin-left: 15vw;
			margin-right: 1vw;
			background-color:#e40011;
			width: 1vw;
			height: 6vh;
		}
		.box9_s_r_p{
			margin-left: 1vh;
			font-size: 5vh;
			font-family: ZT;
			line-height: 6vh;
			font-weight: bold;
			color: #db4549;
		}
			.box9_s_r_text_p{
				font-size: 1vh;
				font-family: ZT;
				line-height: 10vh;
			}
			
			
	.box9_x_p{
		margin-top: 1vw;
		display: flex;
		flex-flow:row wrap;
		align-items:center;
		justify-content:center;
	}
		.box9_x_box_p{
			margin-left: 4vw;
			margin-top: 3vh;
			width: 12vh;
		}	
		
		
		
		
		
		
		
		
		
		
.box10{
	width: 70vw;
	height: 20vh;
	background-color: #282828;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
	.box10_s{
		color: #FFFFFF;
	}
	.box10_x{
		color: #FFFFFF;
		margin-top: 1vh;
	}
	
	
	
.box10_p{
	width: 100vw;
	height: 20vh;
	background-color: #282828;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
	.box10_s_p{
		color: #FFFFFF;
	}
	.box10_x_p{
		color: #FFFFFF;
		margin-top: 1vh;
	}
