.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: 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: middle;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	width: 32.32%;
}
.sec2 .box h5 span{
	display: inline-block;
	vertical-align: top;
}
.sec2 .box h5 .num{
	font-size: 0.6em;
	font-family: "DIN-Medium";
	margin-right: 1em;
}
.sec2 .box:hover h5 .num{
	color: #f00040;
}
.sec2 .box ul{
	display: inline-block;
	vertical-align: middle;
	width: 67.68%;
}
.sec2 .box li{
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}
.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: #f00040;
	font-weight: bold;
	margin-bottom: 5.3%;
}
.sec3 .ul1{
	margin-bottom: 5.2%;
}
.sec3 .ul1 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.6% 0;
}
.sec3 .ul1 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;
}
.sec3 .ul1 li:hover::after{
	width: 100%;
}
.sec3 .ul1 li h5{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	width: 20%;
}
.sec3 .ul1 li p{
	font-size: 16px;
	color: #929394;
	width: 70%;
	line-height: 2;
	margin-right: 10%;
}
.sec3 .ul1 li .img-box{
	position: relative;
	width: 6.2%;
	opacity: 0;
}
.sec3 .ul1 li:hover .img-box{
	opacity: 1;
}
.sec3 .ul1 li .img-box .word{
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: sec1imgrotate 5s linear infinite;
	animation: sec1imgrotate 5s linear infinite;
}
.sec3 .ul2{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom: 1px solid rgb(236,236,236);
}
.sec3 .ul2 li{
	border: 1px solid rgb(236,236,236);
	width: 33.333%;
	position: relative;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	border-right: 0 none;
	border-bottom: 0 none;
}
.sec3 .ul2 li:nth-child(3n){
	border-right: 1px solid rgb(236,236,236);
}
.sec3 .ul2 li:hover{
	background-color: rgb(236,236,236);
}
.sec3 .ul2 .icon{
	position: absolute;
	left: 7.5%;
	top: 0;
	width: 24%;
}
.sec3 .ul2 .text-box{
	margin: 56.25% 12.5% 8.125%;
}
.sec3 .ul2 h5{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5%;
}
.sec3 .ul2 p{
	font-size: 14px;
	color: #666;
	line-height: 1.4;
}



.sec4{
	padding: 5.2% 0;
	background-color: #212121;
}
.sec4 h3{
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5%;
}
.sec4 .table-box{
	overflow-x: auto;
}
.sec4 table{
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 1.75;
	text-align: center;
}
.sec4 th{
	width: 20%;
	padding: 1.25% 2.5%;
	font-size: 1.125em;
	position: relative;
	background-color: #ff2242;
}
.sec4 th .tri{
	position: absolute;
	left: -1px;
	top: 0;
	height: calc(100% + 1px);
	width: auto;
	z-index: 1;
	opacity: 0.5;
}
.sec4 td{
	border: 1px solid #444;
	padding: 1.7% 2.5%;
	vertical-align: top;
}
.sec4 td span{
	font-size: 2em;
	margin-right: 0.25em;
	vertical-align: middle;
	line-height: 1;
}
.sec4 td b{
	font-weight: normal;
	vertical-align: middle;
}
.sec4 td div{
	display: inline-block;
	vertical-align: top;
	text-align: justify;
}

@media only screen and (max-width:1400px) {
	.sec2 .text-box{
		width: 70%;
	}

}

@media only screen and (max-width:1300px){
	.sec3 .ul1 li h5{
		width: 30%;
	}
	.sec3 .ul1 li p{
		width: 60%;
	}
	.sec4 table{
		font-size: 14px;
	}
}

@media only screen and (max-width:1200px) {
	.sec2 .box h5{
		font-size: 26px;
	}
	.sec2 .box li{
		font-size: 14px;
	}
	.sec4 td{
		padding: 1.7%;
	}
}


@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: 3rem 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: 1rem;
		padding-top: 1rem;
	}
	.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.6875rem;
	}



	.sec3{
		padding: 3rem 0;
	}
	.sec3 h3{
		font-size: 1.3125rem;
		margin-bottom: 1rem;
	}
	.sec3 .ul1{
		margin-bottom: 2rem;
	}
	.sec3 .ul1 li{
		-webkit-display: block;
		display: block;
		padding: 0.75rem 0;
	}
	.sec3 .ul1 li h5{
		font-size: 0.9375rem;
		width: 100%;
		margin-bottom: 0.25rem;
	}
	.sec3 .ul1 li p{
		font-size: 0.6875rem;
		width: 100%;
		margin-right: 0;
	}
	.sec3 .ul1 li .img-box{
		display: none;
	}
	.sec3 .ul2 li{
		width: 50%;
	}
	.sec3 .ul2 li:nth-child(3n){
		border-right: 0 none;
	}
	.sec3 .ul2 li:nth-child(even){
		border-right: 1px solid rgb(236,236,236);
	}
	.sec3 .ul2 .icon{
		top: 2.5%;
	}
	.sec3 .ul2 .text-box{
		margin: 40% 10% 10%;
	}
	.sec3 .ul2 h5{
		font-size: 0.75rem;
	}
	.sec3 .ul2 p{
		font-size: 0.625rem;
	}



	.sec4{
		padding: 2rem 0;
		overflow-x: auto;
	}
	.sec4 h3{
		font-size: 1.3125rem;
		margin-bottom: 1.5rem;
	}
	.sec4 .table-box{
        -webkit-overflow-scrolling: touch;
	}
	.sec4 .table-box .inner{
		max-width: 200%;
		width: 200%;
	}
	.sec4 table{
		width: 96%;
		font-size: 0.6275rem;
		display: inline-table;
	}
	.sec4 .table-box .padding{
		width: 2%;
		height: 100%;
	}


}