.sec1{
	background: -webkit-linear-gradient(to top right,#ff5751,#b53555);
	background: -moz-linear-gradient(to top right,#ff5751,#b53555);
	background: -o-linear-gradient(to top right,#ff5751,#b53555);
	background: linear-gradient(to top right,#ff5751,#b53555);
	padding: 158px 0 258px;
}
.sec1 .inner{
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	width: 1660px;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.sec1.actived .inner{
	opacity: 1;
}
.sec1 .text-box{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 2.85% 0;
}
.sec1 h1{
	font-size: 90px;
	color: #fff;
	opacity: 0.5;
	font-weight: bold;
}
.sec1 p{
	text-align: right;
	font-size: 30px;
	color: #fff;
	line-height: 1.666;
}



.sec2{
	background-color: #eee;
}
.sec2 .inner{
	width: 1566px;
}
.sec2 .box{
	width: 100%;
	background-color: #fff;
}
.sec2 .box.web{
	padding-bottom: 1px;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
	opacity: 0;
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
}
.sec2.actived .box.web{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec2 table{
	width: 100%;
}
.sec2 td{
	border: 1px solid #ccc;
	width: 50%;
	position: relative;
	padding: 2% 4%;
}
.sec2 .right{
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.sec2 .right:hover{
	background-color: #fd5554;
}
.sec2 h2{
	font-size: 120px;
	color: #fd5554;
	font-weight: bold;
    font-family: 'Century Gothic';
}
.sec2 h4{
	font-size: 42px;
	color: #000;
	font-weight: bold;
	line-height: 1.45;
	margin-bottom: 1.5em;
}
.sec2 h3{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	width: 10em;
	border-bottom: 3px solid #000;
	padding-bottom: 0.7em;
	margin-bottom: 1.16em;
	-webkit-transition: color 0.5s,border-color 0.5s;
	transition: color 0.5s,border-color 0.5s;
}
.sec2 .right:hover h3{
	color: #fff;
	border-color: rgba(255,255,255,0.6);
}
.sec2 h3 span{
	font-size: 2em;
}
.sec2 h5{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 1.33em;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.sec2 .right:hover h5{
	color: #fff;
}
.sec2 p{
	font-size: 18px;
	color: #6c6e71;
	line-height: 1.72;
	padding-left: 0.75em;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.sec2 .right:hover p{
	color: #fff;
}
.sec2 p.normal{
	line-height: 2.278;
	padding-left: 0;
}
.sec2 p span{
	display: inline-block;
	vertical-align: baseline;
	width: 0.75em;
	margin-left: -0.75em;
}
.sec2 .arrow{
	position: absolute;
	right: 4.6%;
	top: 0;
	margin-top: 4.6%;
	width: 4.6%;
	-webkit-transition: opacity 0.5s 0.25s,transform 0.5s 0.25s;
	transition: opacity 0.5s 0.25s,transform 0.5s 0.25s;
	opacity: 0;
	-webkit-transform: translate3d(-50%, 50%, 0);
	transform: translate3d(-50%, 50%, 0);
}
.sec2 .right:hover .arrow{
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
}



.sec3{
	padding-bottom: 4.84375%;
	background-color: #fff;
}
.sec3 .inner{
	width: 1700px;
}
.sec3 .text-box{
	-webkit-display: flex;
	-webkit-align-items: flex-end;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-direction: row;
	margin: 12% auto 10%;
	width: 1440px;
	max-width: 100%;
}
.sec3 .text-box h3{
    font-family: 'Century Gothic';
    font-size: 120px;
    color: #fd5554;
    font-weight: bold;
    margin-right: 7.5%;
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
	opacity: 0;
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
}
.sec3 .text-box.actived h3{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec3 .text-box h5{
	font-size: 42px;
	color: #000;
	font-weight: bold;
	text-align: justify;
	margin-bottom: 0.5em;;
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
	opacity: 0;
	-webkit-transition: transform 1s 0.5s,opacity 1s 0.5s;
	transition: transform 1s 0.5s,opacity 1s 0.5s;
}
.sec3 .text-box.actived h5{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec3 .text-box h5:last-child{
	margin-bottom: 0;
}
.sec3 ul{
	border-right: 1px solid #ccc;
	-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;
}
.sec3 li{
	border-left: 1px solid #ccc;
	width: 33.333%;
	padding-bottom: 4.47%;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
	opacity: 0;
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
}
.sec3 li.actived{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec3 li .box{
	position: relative;
	padding: 7%;
	min-height: 100%;
}
.sec3 li .box::before{
	content: "";
	position: absolute;
	left: -2px;
	top: 0;
	width: 3px;
	background-color: #fd5554;
	height: 100%;
}
.sec3 li h5{
	font-size: 24px;
	color: #fd5554;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.42em;
}
.sec3 li p{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 2;
}


.sec4 h3{
	font-size: 42px;
	color: #000000;
	font-weight: bold;
	line-height: 1.45;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
	opacity: 0;
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
}
.sec4 h3.actived{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec4 .inner{
	width: 1420px;
}
.sec4 .list-box{
	background-color: #eeeeee;
	-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;
	margin-top: 5.52%;
}
.sec4 .column{
	width: 25%;
	border-right: 1px solid #fff;
	padding: 4.6875% 0 6.5625%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
.sec4 .column:last-child{
	border-right: 0 none;
}
.sec4 ul{
	padding: 0 1.5vw;
}
.sec4 li{
	font-size: 16px;
	margin-bottom: 3.25em;
}
.sec4 li:last-child{
	margin-bottom: 0;
}
.sec4 h5{
	font-size: 1.125em;
	color: #fd5554;
	font-weight: bold;
	margin-bottom: 1.111em;
}
.sec4 p{
	font-size: 1em;
	color: #6c6e71;
	line-height: 1.5;
	margin-bottom: 0.875em;
	padding-left: 2em;
}
.sec4 p:last-child{
	margin-bottom: 0;
}
.sec4 p span{
	margin-left: -2em;
	width: 2em;
	display: inline-block;
}



@media only screen and (max-width:1366px) {
	.sec1 h1{
		font-size: 80px;
	}
	.sec1 p{
		font-size: 20px;
	}


	.sec2 h2{
		font-size: 84px;
	}
	.sec2 h4{
		font-size: 30px;
	}
	.sec2 h3{
		font-size: 13px;
	}
	.sec2 h5{
		font-size: 17px;
	}
	.sec2 p{
		font-size: 13px;
	}


	.sec3 .text-box h3{
	    font-size: 84px;
	}
	.sec3 .text-box h5{
		font-size: 30px;
	}
	.sec3 li h5{
		font-size: 17px;
	}
	.sec3 li p{
		font-size: 13px;
	}
	
	.sec4 li{
		font-size: 14px;
	}
}


@media only screen and (max-width:1023px) {
	.sec1{
		padding: 25% 0 30%;
	}
	.sec1 .text-box{
		-webkit-display: block;
		display: block;
		padding: 8% 0;
	}
	.sec1 h1{
		font-size: 2.8125rem;
		margin-bottom: 10%;
	}
	.sec1 p{
		text-align: left;
		font-size: 0.9375rem;
	}



	.sec2{
		padding-top: 10%;
	}
	.sec2 li{
		border: 1px solid #ccc;
		position: relative;
		padding: 1.5rem 1.25rem;
		-webkit-transform: translate3d(0,50%,0);
		transform: translate3d(0,50%,0);
		opacity: 0;
		-webkit-transition: transform 1s,opacity 1s !important;
		transition: transform 1s,opacity 1s !important;
	}
	.sec2 li.actived{
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
	.sec2 h2{
		font-size: 3.75rem;
	}
	.sec2 h4{
		font-size: 1.3125rem;
		margin-bottom: 1em;
	}
	.sec2 h3{
		font-size: 0.5625rem;
		border-bottom: 2px solid #000;
	}
	.sec2 h5{
		font-size: 1rem;
	}
	.sec2 p{
		font-size: 0.5625rem;
	}



	.sec3{
		margin-top: -15%;
		padding-top: 25%;
		padding-bottom: 10%;
	}
	.sec3 .text-box{
		-webkit-display: block;
		display: block;
		margin: 0 auto 10.94%;
	}
	.sec3 .text-box h3{
	    font-size: 3rem;
	    margin-right: 0;
	    margin-bottom: 10%;
	}
	.sec3 .text-box h5{
		font-size: 1.3125rem;
	}
	.sec3 li{
		width: 50%;
		padding-bottom: 2.5rem;
	}
	.sec3 li .box{
		padding: 5%;
	}
	.sec3 li h5{
		font-size: 0.875rem;
	}
	.sec3 li p{
		font-size: 0.5625rem;
	}





	.sec4 h3{
		font-size: 1.3125rem;
	}
	.sec4 .list-box{
		padding: 10% 0 5%;
	}
	.sec4 .column{
		width: 50%;
		padding: 0;
		-webkit-display: block;
		display: block;
	}
	.sec4 .column:nth-child(even){
		border-right: 0 none;
	}
	.sec4 ul{
		padding: 0 4vw;
		margin-bottom: 1.828125rem;
	}
	.sec4 li{
		font-size: 0.5625rem;
	}
}