.sec1{
	padding: 10% 0 2.1875%;/*192 42*/
}
.sec2{
	padding: 2.1875% 0 2.865%;/*42 55*/
}
.sec3{
	padding: 2.865% 0 10.42%;/*55 200*/
}
.section .flex-box{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section:nth-child(odd) .flex-box{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.section:nth-child(even) .flex-box{
	-webkit-flex-direction: row;
	flex-direction: row;
}
.section .img,.section .text-box{
	opacity: 0;
	-webkit-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
}
.section .img{
	width: 35%;
}
.section:nth-child(odd) .img{
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
}
.section:nth-child(even) .img{
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
}
.section .text-box{
	width: 564px;
	max-width: 60%;
}
.section:nth-child(odd) .text-box{
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
}
.section:nth-child(even) .text-box{
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
}
.section .img.actived,.section .text-box.actived{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.section .text{
	margin-bottom: 9.67%;/*116*/
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.section .text.actived{
	opacity: 1;
}
.section .text p{
	font-size: 0.875em;
	color: #333;
	line-height: 2;
	margin-bottom: 1em;
	text-align: justify;
}
.section .text p:last-child{
	margin-bottom: 0;
}
.section h3{
	font-size: 2.25em;
	color: #003a8c;
	font-weight: normal;
}
.sec1 h3{
	line-height: 1.3;
}
.section .line{
	width: 6.875em;
	height: 1px;
	background-color: #f5aa19;
	margin: 7.8% 0 6.38%;/*44 0 36*/
}
.section li{
	font-size: 0.875em;
	color: #333;
	line-height: 2;
	margin-bottom: 1em;
	padding-left: 1em;
}
.section li:last-child{
	margin-bottom: 0;
}
.section li span{
	display: inline-block;
	vertical-align: baseline;
	width: 1em;
	margin-left: -1em;
	font-weight: bold;
}
@media only screen and (max-width:1024px){
	.sec1{
		padding: 10% 0 5%;/*192 42*/
	}
	.sec2{
		padding: 5% 0;/*42 55*/
	}
	.sec3{
		padding: 5% 0 10%;/*55 200*/
	}
	.section .flex-box{
		-webkit-display: block;
		display: block;
	}
	.section .text p{
		font-size: 1.125em;
	}
	.section li{
		font-size: 1.125em;
	}
	.section .img{
		width: 70%;
		margin: 8% auto 0;
		display: block;
	}
	.section:nth-child(odd) .img{
		-webkit-transform: translate3d(0,25%,0);
		transform: translate3d(0,25%,0);
	}
	.section:nth-child(even) .img{
		-webkit-transform: translate3d(0,25%,0);
		transform: translate3d(0,25%,0);
	}
	.section .text-box{
		width: 100%;
		max-width: 100%;
	}
	.section:nth-child(odd) .text-box{
		-webkit-transform: translate3d(0,25%,0);
		transform: translate3d(0,25%,0);
	}
	.section:nth-child(even) .text-box{
		-webkit-transform: translate3d(0,25%,0);
		transform: translate3d(0,25%,0);
	}
	.section .img.actived,.section .text-box.actived{
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	.section .text{
		margin-bottom: 10%;/*116*/
	}
	.section .line{
		margin: 5% 0;/*44 0 36*/
	}

}