.box6{
	width: 70vw;
	height: 70vh;
	display: flex;
	justify-content:space-between;
}
	.box6_l{
		width: 60%;
		position: relative;
	}
	.box6_r{
		display: flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
		background-color: #7c6cb5;
		width: 40%;
	}
		.box6_r_1{
			margin-top: 1vh;
/*			width: 15vw;
			height: 15vh;*/
                            width: 28vw;
    height: 30vh;
			display: flex;
			align-items:center;
			justify-content:center;
			flex-direction:column;
		}
			.box6_r_1_s{
				width: 100%;
				display: flex;
				align-items:center;
				justify-content:center;
				margin-bottom: 1vh;
			}
				.box6_r_1_s_l{
					height: 4vh;
				}
				.box6_r_1_s_r{
					line-height: 5vh;
					margin-left: 1vw;
					font-size: 2.8vh;
					font-family: ZT;
					font-weight:bolder;
				}
			.box6_r_1_x{
				width: 100%;
				display: flex;
				flex-flow:row wrap;
				align-items:center;
				
			}
				.box6_r_1_x_box{
					/*margin-top: 0.5vh;*/
					margin-top: 1vh;
					text-align: center;
					width: 30%;
					font-weight: 600;
					color: #FFFFFF;
				}
				
				
				
				


.box6_p{
	width: 100vw;
	height: 35vh;
	display: flex;
	justify-content:space-between;
}
	.box6_l_p{
		/*width: 65vw;*/
		width: 100vw;
		position: relative;
	}
	.box6_r_p{
		display: flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
		background-color: #7c6cb5;
		width: 30vw;
	}
		.box6_r_1_p{
			margin-top: 1vh;
			width: 28vw;
			height: 11vh;
			display: flex;
			align-items:center;
			justify-content:center;
			flex-direction:column;
		}
			.box6_r_1_s_p{
				width: 100%;
				display: flex;
				align-items:center;
				justify-content:center;
				margin-bottom: 1vh;
			}
				.box6_r_1_s_l_p{
					height: 2vh;
				}
				.box6_r_1_s_r_p{
					line-height: 2vh;
					margin-left: 1vw;
					font-size: 1vh;
					font-family: ZT;
					font-weight:bolder;
				}
			.box6_r_1_x_p{
				width: 100%;
				display: flex;
				flex-flow:row wrap;
				align-items:center;
				
			}
				.box6_r_1_x_box_p{
					margin-top: 0.5vh;
					text-align: center;
					width: 30%;
					font-weight: 600;
					color: #FFFFFF;
				}
	