
.section1{
	position: relative;
	text-align: center;
	overflow: hidden;
}
.section1 .bg{
	width: 100%;
}
.section1 .text-box{
	opacity: 0;
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transform: translateY(2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
	position: absolute;
	top: 3.5em;
	left: 0;
	width: 100%;
}
.section1 .text-box.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.section1 .text-box h3{
	font-size: 2.625em;
	color: #282828;
	font-weight: normal;
	margin-bottom: 0.38em;
}
.section1 .text-box p{
	font-size: 1em;
	color: #6f6f6f;
	line-height: 1.75;
}
.section1 ul{
	background-color: #333;
	padding: 1.5em 0 1.25em;
}
.section1 li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 7%;
	opacity: 0;
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transform: translateY(2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
}
.section1 li:last-child{
	margin-right: 0;
}
.section1 li:nth-child(2){
	-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.section1 li:nth-child(3){
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.section1 li:nth-child(4){
	-webkit-transition-delay: 0.75s;
	-moz-transition-delay: 0.75s;
	-ms-transition-delay: 0.75s;
	-o-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.section1 li:nth-child(5){
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.section1 li:nth-child(6){
	-webkit-transition-delay: 1.25s;
	-moz-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	-o-transition-delay: 1.25s;
	transition-delay: 1.25s;
}
.section1 li:nth-child(7){
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	-ms-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.section1 ul.actived li{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.section1 li img{
	height: 2.75em;
	margin-bottom: 0.875em;
}
.section1 li p{
	font-size: 1.25em;
	color: #efeded;
}



.section2{
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../images/solution_page5_sec2_bg.jpg);
	background-size: 100% 100%;
	padding: 4.375em 0 2.5em;
}
.section2 .text-box{
	opacity: 0;
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transform: translateY(2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
	margin-bottom: 3.875em;
}
.section2 .text-box.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.section2 .text-box h3{
	font-size: 2.25em;
	color: #373737;
	font-weight: normal;
	margin-bottom: 0.7em;
}
.section2 .text-box p{
	font-size: 1em;
	color: #565656;
	line-height: 1.875;
}
.section2 .img{
	width: 82%;
	opacity: 0;
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transform: translateY(2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
}
.section2 .img.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}



.section3{
	overflow: hidden;
	position: relative;
}
.section3 .bg{
	width: 100%;
}
.section3 .inner1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
.section3 .text-box{
	position: absolute;
	left: 0;
	top: 50%;
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
}
.section3 .text-box.actived{
	opacity: 1;
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	-o-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}
.section3 .text-box h3{
	font-size: 2.25em;
	color: #373737;
	font-weight: normal;
}
.section3 .text-box h5{
	font-size: 1em;
	color: #565656;
	font-weight: normal;
	line-height: 1.875;
	margin: 2em 0 7.5em;
}
.section3 .text-box li{
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 4em;
	margin-bottom: 2.125em;
}
.section3 .text-box li.last{
	margin-right: 0;
}
.section3 .text-box li img{
	height: 2.625em;
	margin-bottom: 1.25em;
}
.section3 .text-box p{
	font-size: 1em;
	color: #747474;
}



.section4{
	overflow: hidden;
	text-align: center;
	position: relative;
}
.section4 .bg{
	width: 100%;
}
.section4 .text-box{
	position: absolute;
	left: 0;
	top: 5em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transform: translateY(2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
}
.section4 .text-box.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.section4 h3{
	font-size: 2.375em;
	color: #373737;
	font-weight: normal;
}
.section4 p{
	font-size: 1em;
	color: #565656;
	line-height: 1.875;
	margin: 1em 0 2.75em;
}
.section4 ul{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-moz-flex-direction: row;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	-o-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.section4 li{
	margin-right: 4.4%
}
.section4 li:last-child{
	margin-right: 0;
}
.section4 li img{
	width: 2em;
	margin-bottom: 0.625em;
}
.section4 h5{
	font-size: 1em;
	color: #8a8a8a;
	font-weight: normal;
}



.section5{
	overflow: hidden;
	position: relative;
	padding: 8.75em 0 6.5em;
}
.section5 .inner1{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.section5 .img{
	margin-left: -1.5%;
	width: 70.57%;
	opacity: 0;
	-webkit-transform: translateX(-2em);
	-moz-transform: translateX(-2em);
	-ms-transform: translateX(-2em);
	-o-transform: translateX(-2em);
	transform: translateX(-2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
}
.section5 .inner1.actived .img{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.section5 .text-box{
	width: 28.6%;
	opacity: 0;
	-webkit-transform: translateX(2em);
	-moz-transform: translateX(2em);
	-ms-transform: translateX(2em);
	-o-transform: translateX(2em);
	transform: translateX(2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
}
.section5 .inner1.actived .text-box{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.section5 h3{
	font-size: 2.25em;
	color: #373737;
	font-weight: normal;
	line-height: 1.67;
}
.section5 h5{
	font-size: 1em;
	color: #565656;
	font-weight: normal;
	line-height: 1.875;
	margin: 1.75em 0 6em;
}
.section5 ul{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.section5 li{
	text-align: center;
}
.section5 li img{
	height: 3.25em;
	margin-bottom: 1.125em;
}
.section5 p{
	font-size: 1em;
	color: #8a8a8a;
}



.section6{
	overflow: hidden;
	text-align: center;
	position: relative;
}
.section6 .bg{
	width: 100%;
}
.section6 .text-box{
	opacity: 0;
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transform: translateY(2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
	position: absolute;
	top: 4.375em;
	left: 0;
	width: 100%;
}
.section6 .text-box.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.section6 .text-box h3{
	font-size: 2.25em;
	color: #f8f8f8;
	font-weight: normal;
	margin-bottom: 0.61em;
}
.section6 .text-box p{
	font-size: 1em;
	color: #f8f8f8;
	line-height: 1.875;
}


.section7{
	overflow: hidden;
	text-align: center;
	position: relative;
	background-color: #fbfbfb;
	padding: 3.875em 0 0.875em;
}
.section7 h3{
	font-size: 1.875em;
	color: #484848;
	font-weight: normal;
	margin-bottom: 1.1em;
	opacity: 0;
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transform: translateY(2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
}
.section7 h3.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.section7 li{
	opacity: 0;
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transform: translateY(2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
	display: inline-block;
	vertical-align: top;
	width: 49.29%;
	margin-right: 1.42%;
	margin-bottom: 2.25em;
}
.section7 li:nth-child(even){
	margin-right: 0;
}
.section7 li.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.section7 li img{
	width: 100%;
	margin-bottom: 1.25em;
}
.section7 h5{
	font-size: 1.375em;
	color: #484848;
	font-weight: bold;
	margin-bottom: 0.36em;
}
.section7 p{
	font-size: 1em;
	color: #484848;
	line-height: 1.875;
}




.section8{
	overflow: hidden;
	text-align: center;
	padding: 4.875em 0 3.875em;
}
.section8 .text-box{
	opacity: 0;
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transform: translateY(2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
	margin-bottom: 2.75em;
}
.section8 .text-box.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.section8 .text-box h3{
	font-size: 2.25em;
	color: #373737;
	font-weight: normal;
	margin-bottom: 0.42em;
}
.section8 .text-box p{
	font-size: 1em;
	color: #565656;
	line-height: 1.875;
}
.section8 .img{
	width: 97.357%;
	opacity: 0;
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transform: translateY(2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
}
.section8 .img.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}




.section9{
	overflow: hidden;
	text-align: center;
	position: relative;
}
.section9 .bg{
	width: 100%;
}
.section9 .text-box{
	opacity: 0;
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transform: translateY(2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
	position: absolute;
	left: 0;
	top: 8.875em;
	width: 100%;
}
.section9 .text-box.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.section9 .text-box h3{
	font-size: 2.625em;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0.71em;
}
.section9 .text-box p{
	font-size: 1.25em;
	color: #fff;
	line-height: 1.5;
}



.section10{
	overflow: hidden;
	text-align: center;
	background-color: #fafafa;
	padding: 5.625em 0 1em;
}
.section10 .text-box{
	opacity: 0;
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transform: translateY(2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
	margin-bottom: 3.375em;
}
.section10 .text-box.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.section10 .text-box h3{
	font-size: 2.25em;
	color: #373737;
	font-weight: normal;
	margin-bottom: 0.5em;
}
.section10 .text-box p{
	font-size: 1em;
	color: #565656;
	line-height: 1.875;
}
.section10 .text{
	text-align: justify;
	opacity: 0;
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transform: translateY(2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
}
.section10 .text.noani{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.section10 .text.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.section10 .box1 .text{
	margin-bottom: 1.25em;
}
.section10 .box3 .text{
	margin-bottom: 1.5em;
}
.section10 .text h4{
	font-size: 1.5em;
	color: #5b5a5a;
	font-weight: bold;
	margin-bottom: 0.75em;
}
.section10 .text p{
	font-size: 1em;
	color: #5b5a5a;
	line-height: 1.5;
}
.section10 li{
	opacity: 0;
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transform: translateY(2em);
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
}
.section10 li.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.section10 .box1 li{
	display: inline-block;
	vertical-align: top;
	margin-right: 1.4%;
	margin-bottom: 1.125em;
	width: 32.4%;
}
.section10 .box1 li:nth-child(3n){
	margin-right: 0;
}
.section10 .box1 li img{
	width: 100%;
}
.section10 .box1 li h5{
	background-color: #3f3f3f;
	font-size: 1.125em;
	color: #ffffff;
	line-height: 2.88em;
	height: 2.88em;
}
.section10 .box2{
	padding: 2em 0 2.625em;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.section10 .box2 .img-box{
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
	opacity: 0;
}
.section10 .box2 .img-box.left{
	width: 42.429%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: column;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: space-between;
	-moz-flex-direction: column;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: space-between;
	-o-flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.section10 .box2 .img-box.right{
	width: 45.643%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}
.section10 .box2 .img-box.actived{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.section10 .box2 .img-box img{
	width: 100%;
}
.section10 .box2 .img-box.left img{
	margin-top: 10.44%;
}
.section10 .box3{
	margin-bottom: 5.5em;
}
.section10 .box3:last-child{
	margin-bottom: 1em;
}
.section10 .box3 li{
	display: inline-block;
	vertical-align: top;
	margin-right: 1.4%;
	width: 32.4%;
}
.section10 .box3 li:nth-child(3n){
	margin-right: 0;
}
.section10 .box3 li img{
	width: 100%;
}
@media only screen and (max-width:1023px){
	#main .inner{
		max-width: 92%;
	}
	.section1 .text-box{
		top: 1.75em;
	}
	.section1 .text-box h3{
		font-size: 1.3125em;
		margin-bottom: 0.524em;
	}
	.section1 .text-box p{
		font-size: 0.75em;
		line-height: 1.25;
	}
	.section1 ul{
		padding: 0.75em 0 0.625em;
	}
	.section1 li{
		margin-right: 3%;
	}
	.section1 li img{
		height: 1.375em;
		margin-bottom: 0.4375em;
	}
	.section1 li p{
		font-size: 0.6875em;
	}



	.section2{
		padding: 2.1875em 0 1.25em;
	}
	.section2 .text-box{
		margin-bottom: 1.9375em;
	}
	.section2 .text-box h3{
		font-size: 1.125em;
	}
	.section2 .text-box p{
		font-size: 0.75em;
		line-height: 1.25;
	}
	.section2 .img{
		width: 98.55%;
	}


	.section3 .text-box h3{
		font-size: 1.125em;
	}
	.section3 .text-box h5{
		font-size: 0.75em;
		line-height: 1.25;
		margin: 1em 0 2em;
	}
	.section3 .text-box li{
		margin-right: 2em;
		margin-bottom: 1.0625em;
	}
	.section3 .text-box li img{
		height: 1.3125em;
		margin-bottom: 0.625em;
	}
	.section3 .text-box p{
		font-size: 0.75em;
	}


	.section4 .text-box{
		top: 2.5em;
	}
	.section4 h3{
		font-size: 1.1875em;
	}
	.section4 p{
		font-size: 0.75em;
		line-height: 1.25;
		margin: 1em 0 1.375em;
	}
	.section4 li{
		margin-right: 4%
	}
	.section4 li img{
		width: 1em;
		margin-bottom: 0.3125em;
	}
	.section4 h5{
		font-size: 0.6875em;
	}



	.section5{
		padding: 3em 0;
	}
	.section5 .inner1{
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.section5 .img{
		margin-left: 0;
		width: 100%;
	}
	.section5 .text-box{
		margin-bottom: 2em;
		width: 100%;
	}
	.section5 h3{
		font-size: 1.125em;
	}
	.section5 h5{
		font-size: 0.75em;
		margin: 1.75em 0 3em;
	}
	.section5 li img{
		height: 1.625em;
		margin-bottom: 0.5625em;
	}
	.section5 p{
		font-size: 0.75em;
	}



	.section6 .text-box{
		top: 2.1875em;
	}
	.section6 .text-box h3{
		font-size: 1.125em;
	}
	.section6 .text-box p{
		font-size: 0.75em;
		line-height: 1.25;
	}


	.section7{
		padding: 1.9375em 0 0.4375em;
	}
	.section7 h3{
		font-size: 1.25em;
	}
	.section7 li{
		margin-bottom: 1.125em;
	}
	.section7 li img{
		margin-bottom: 0.625em;
	}
	.section7 h5{
		font-size: 0.9375em;
	}
	.section7 p{
		font-size: 0.75em;
		line-height: 1.25;
	}




	.section8{
		padding: 2.4375em 0 1.9375em;
	}
	.section8 .text-box{
		margin-bottom: 1.375em;
	}
	.section8 .text-box h3{
		font-size: 1.125em;
	}
	.section8 .text-box p{
		font-size: 0.75em;
		line-height: 1.25;
	}
	.section8 .img{
		width: 100%;
	}



	.section9 .text-box{
		top: 2em;
	}
	.section9 .text-box h3{
		font-size: 1.3125em;
	}
	.section9 .text-box p{
		font-size: 0.75em;
	}



	.section10{
		padding: 2.8125em 0 0.5em;
	}
	.section10 .text-box{
		margin-bottom: 1.6875em;
	}
	.section10 .text-box h3{
		font-size: 1.125em;
	}
	.section10 .text-box p{
		font-size: 0.75em;
		line-height: 1.25;
	}
	.section10 .box1 .text{
		margin-bottom: 0.625em;
	}
	.section10 .box3 .text{
		margin-bottom: 0.75em;
	}
	.section10 .text h4{
		font-size: 0.75em;
	}
	.section10 .text p{
		font-size: 0.75em;
		line-height: 1.25;
	}
	.section10 .box1 li{
		width: 49.3%;
		margin-bottom: 0.5625em;
	}
	.section10 .box1 li:nth-child(3n){
		margin-right: 1.4%;
	}
	.section10 .box1 li:nth-child(even){
		margin-right: 0;
	}
	.section10 .box1 li h5{
		font-size: 0.75em;
	}
	.section10 .box2{
		padding: 1em 0 1.3125em;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.section10 .box2 .img-box.left{
		width: 100%;
		margin-bottom: 2em;
	}
	.section10 .box2 .img-box.right{
		width: 100%;
	}
	.section10 .box3{
		margin-bottom: 2em;
	}
	.section10 .box3:last-child{
		margin-bottom: 1em;
	}
}