.sec1{
	position: relative;
	height: 600px;
	background-color: #f9fafb;
}
.sec1 .inner{
	position: absolute;
	left: 0;
	right: 0;
}
.sec1 .img-box{
	bottom: 8.875%;
}
.sec1 .img-box .img{
	width: 4.833%;
	position: relative;
}
.sec1 .img-box .img .word{
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: sec1imgrotate 5s linear infinite;
	animation: sec1imgrotate 5s linear infinite;
}
@-webkit-keyframes sec1imgrotate{
    0%{-webkit-transform: rotate(0deg); opacity: .5;}
    50%{-webkit-transform: rotate(180deg); opacity: 1;}
    100%{-webkit-transform: rotate(360deg); opacity: 0.5;}
}
@keyframes sec1imgrotate{
    0%{transform: rotate(0deg); opacity: .5;}
    50%{transform: rotate(180deg); opacity: 1;}
    100%{transform: rotate(360deg); opacity: 0.5;}
}
.sec1 .text-box{
	top: 39%;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
}
.sec1 .text-box.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec1 h3{
	font-size: 56px;
	color: #f00040;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-left: 1.37%;
	line-height: 1.25;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: masked 8s linear infinite;
	animation: masked 8s linear infinite;
	display: inline-block;
	vertical-align: top;
	background-image: url(../image/wordcolorchange.png);
}
.sec1 h5{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-left: 1.37%;
	line-height: 1.6;
}




.sec2{
	padding: 7.03125% 0 5.9375%;
	background-color: #212121;
}
.sec2 h3{
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5.286%;
}
.sec2 .img-box{
	width: 23.286%;
	float: left;
}
.sec2 .img-box img{
	-webkit-animation: rollscr 5s linear infinite;
	animation: rollscr 5s linear infinite;
}
@-webkit-keyframes rollscr{
    0%{-webkit-transform: rotate(0deg) scale(1);}
    50%{-webkit-transform: rotate(180deg) scale(1.2);}
    80%{-webkit-transform: rotate(288deg) scale(.8);}
    100%{-webkit-transform: rotate(360deg) scale(1);}
}
@keyframes rollscr{
    0%{transform: rotate(0deg) scale(1);}
    50%{transform: rotate(180deg) scale(1.2);}
    80%{transform: rotate(288deg) scale(.8);}
    100%{transform: rotate(360deg) scale(1);}
}
.sec2 .text-box{
	float: right;
	width: 60.5%;
}
.sec2 .box{
	border-top: 1px solid rgba(255,255,255,0.5);
	margin-bottom: 4.762%;
	padding-top: 4.762%;
	position: relative;
}
.sec2 .box:last-child{
	margin-bottom: 0;
}
.sec2 .box::after{
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	background-color: #f00040;
	height: 1px;
	width: 0%;
	-webkit-transition: width 1.5s;
	transition: width 1.5s;
}
.sec2 .box:hover::after{
	width: 100%;
}
.sec2 .box h5{
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	width: 32.32%;
}
.sec2 .box ul{
	display: inline-block;
	vertical-align: top;
	width: 67.68%;
	font-size: 0;
}
.sec2 .box li{
	font-size: 14px;
	color: #fff;
	margin-bottom: 3.6%;
	padding-left: 0.5em;
	line-height: 1.5;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.sec2 .box li:first-child{
	padding-left: 0;
	display: block;
	width: 100%;
	font-size: 16px;
}
.sec2 .box li span{
	display: inline-block;
	margin-left: -0.5em;
	width: 0.5em;
}



.sec3{
	padding: 5.2% 0;
}
.sec3 h3{
	font-size: 42px;
	color: #333;
	font-weight: bold;
	margin-bottom: 7.14%;
}
.sec3 ul{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
}
.sec3 li.line{
	width: 1px;
	background-color: rgba(0,0,0,0.1);
	-webkit-transform: scale(1,0.9);
	transform: scale(1,0.9);
}
.sec3 .icon{
	width: auto;
	display: inline-block;
	vertical-align: middle;
	height: 130px;
	margin-right: 37px;
}
.sec3 .text-box{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.sec3 h5{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10%;
}
.sec3 p{
	font-size: 14px;
	color: #929394;
	line-height: 2;
}
.sec3 p span{
	display: inline-block;
	width: 0.5em;
}


@media only screen and (max-width:1200px){
	.sec2 .box h5{
		font-size: 26px;
	}
	.sec3 .icon{
		height: 110px;
	}
	.sec3 h5{
		font-size: 22px;
	}
	.sec3 p{
		font-size: 12px;
	}
}


@media only screen and (max-width:1024px) {

	.sec1{
		height: 80vw;
	}
	.sec1 .img-box{
		bottom: 5%;
	}
	.sec1 .img-box .img{
		width: 15%;
	}
	.sec1 .text-box{
		top: 40%;
	}
	.sec1 h3{
		font-size: 1.5rem;
	}
	.sec1 h5{
		font-size: 0.75rem;
	}



	.sec2{
		padding: 2.5rem 0;
	}
	.sec2 .img-box{
		display: none;
	}
	.sec2 h3{
		font-size: 1.3125rem;
		margin-bottom: 1.5rem;
	}
	.sec2 .text-box{
		width: 100%;
	}
	.sec2 .box{
		margin-bottom: 0.75rem;
		padding-top: 0.75rem;
	}
	.sec2 .box h5{
		display: block;
		font-size: 0.9375rem;
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.sec2 .box ul{
		display: block;
		width: 100%;
	}
	.sec2 .box li{
		font-size: 0.625rem;
		margin-bottom: 0.5rem;
	}
	.sec2 .box li:first-child{
		font-size: 0.6875rem;
	}




	.sec3{
		padding: 2rem 0;
	}
	.sec3 h3{
		font-size: 1.3125rem;
		margin-bottom: 1.5rem;
	}
	.sec3 ul{
		-webkit-display: block;
		display: block;
	}
	.sec3 li.line{
		margin: 1rem auto;
		width: 90%;
		height: 1px;
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
	}
	.sec3 .icon{
		height: 6rem;
		width: 35%;
		margin-left: 10%;
		margin-right: 10%;
	}
	.sec3 h5{
		font-size: 0.75rem;
		margin-bottom: 0.5rem;
	}
	.sec3 p{
		font-size: 0.625rem;
	}

}