.sec1{
	position: relative;
	height: 600px;
}
.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: 5.2% 0;
	background-color: #f9fafb;
}
.sec2 h3{
	font-size: 42px;
	color: #f00040;
	font-weight: bold;
	margin-bottom: 5%;
}
.sec2 li{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	cursor: pointer;
	position: relative;
	padding: 2% 0;
}
.sec2 li::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #f00040;
	height: 1px;
	width: 0%;
	-webkit-transition: width 1.5s;
	transition: width 1.5s;
}
.sec2 li:hover::after{
	width: 100%;
}
.sec2 li h5{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	width: 31%;
}
.sec2 li h5 span{
	display: inline-block;
	vertical-align: top;
}
.sec2 li .num{
	font-size: 0.6em;
	font-family: "DIN-Medium";
	margin-right: 1.3em;
}
.sec2 li:hover .num{
	color: #f00040;
}
.sec2 li p{
	font-size: 16px;
	color: #333;
	width: 59.8%;
	line-height: 1.5;
	margin-right: 3%;
}
.sec2 li .img-box{
	position: relative;
	width: 6.2%;
	opacity: 0;
}
.sec2 li:hover .img-box{
	opacity: 1;
}
.sec2 li .img-box .word{
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: sec1imgrotate 5s linear infinite;
	animation: sec1imgrotate 5s linear infinite;
}


.sec3{
	padding: 5.2% 0;
	background-color: #212121;
}
.sec3 h3{
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5%;
}
.sec3 .table-box{
	overflow-x: auto;
}
.sec3 table{
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 1.75;
	text-align: center;
}
.sec3 th{
	width: 25%;
	background-color: #ff2242;
	color: #fff;
	border: 1px solid #212121;
	padding: 1.7% 2.5%;
	font-size: 1.125em;
}
.sec3 th b{
	vertical-align: middle;
}
.sec3 th img{
	vertical-align: middle;
	width: auto;
	height: 1.5em;
	margin-right: 0.5em;
}
.sec3 td{
	text-align: justify;
	border: 1px solid #444;
	padding: 1.7% 2.5%;
	vertical-align: top;
}
.sec3 td span{
	font-size: 2em;
	margin-right: 0.25em;
	vertical-align: middle;
	line-height: 1;
}
.sec3 td i{
	font-style: normal;
	font-size: 0.875em;
}
.sec3 td b{
	vertical-align: middle;
}



.sec4{
	padding: 6.09375% 0 2.92%;
}
.sec4 .left{
	float: left;
	width: 23.427%;
}
.sec4 h3{
	font-size: 42px;
	color: #ff2242;
	font-weight: bold;
}
.sec4 .img-box{
	width: 80%;
}
.sec4 .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);}
}
.sec4 .text-box{
	float: right;
	width: 63.12%;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec4 .box{
	width: 41.36%;
	margin-bottom: 13.786%;
}
.sec4 .box h5{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10.25%;
}
.sec4 .box h5 span,.sec4 .box h5 img{
	vertical-align: middle;
}
.sec4 .box h5 img{
	width: 1.269em;
	margin-right: 0.88em;
}
.sec4 .box p{
	font-size: 14px;
	color: #929394;
	line-height: 1.75;
}



@media only screen and (max-width:1366px) {
	.sec2 li h5{
		width: 40%;
	}
	.sec2 li p{
		width: 50.8%;
	}
}
@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: 2rem 0;
	}
	.sec2 h3{
		font-size: 1.3125rem;
		margin-bottom: 1rem;
	}
	.sec2 li{
		-webkit-display: block;
		display: block;
		padding: 0.75rem 0;
	}
	.sec2 li h5{
		font-size: 0.9375rem;
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.sec2 li p{
		font-size: 0.6875rem;
		width: 100%;
		margin-right: 0;
	}
	.sec2 li .img-box{
		display: none;
	}



	.sec3{
		padding: 2rem 0;
	}
	.sec3 h3{
		font-size: 1.3125rem;
		margin-bottom: 1.5rem;
	}
	.sec3 .table-box{
        -webkit-overflow-scrolling: touch;
	}
	.sec3 .table-box .inner{
		max-width: 150%;
		width: 150%;
	}
	.sec3 .padding{
		width: 2.666%;
		height: 100%;
	}
	.sec3 table{
		display: inline-table;
		width: 94.668%;
		font-size: 0.6875rem;
	}



	.sec4{
		padding: 2rem 0;
	}
	.sec4 .left{
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.sec4 .img-box{
		display: none;
	}
	.sec4 h3{
		font-size: 1.3125rem;
	}
	.sec4 .text-box{
		width: 100%;
	}
	.sec4 .box{
		width: 44%;
		margin-bottom: 1rem;
	}
	.sec4 .box h5{
		font-size: 0.75rem;
		margin-bottom: 0.5rem;
	}
	.sec4 .box p{
		font-size: 0.625rem;
	}
}