.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 h1 span{
	opacity: 0;
	-webkit-animation: showhide 2s linear infinite;
	animation: showhide 2s linear infinite;
}
.sec1 p{
	text-align: right;
	font-size: 30px;
	color: #fff;
	line-height: 1.666;
}



.sec2{
	background-color: #eee;
	padding-top: 8.7%;
}
.sec2 .inner{
	width: 1600px;
	-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;
}
.sec2 .text-box{
	max-width: 60%;
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
	opacity: 0;
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
}
.sec2.actived .text-box{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec2 h3{
	font-size: 120px;
	color: #fd5554;
	font-weight: bold;
    font-family: 'Century Gothic';
    margin-bottom: 3.125%;
}
.sec2 h5{
	font-size: 42px;
	color: #000;
	font-weight: bold;
	line-height: 1.38;
	margin-bottom: 5.2%;
}
.sec2 p{
	font-size: 18px;
	color: #6c6e71;
	line-height: 2.22;
	width: 37.5em;
	max-width: 100%;
}
.sec2 .img-box{
	width: 31.1875%;
	margin-right: 5%;
	-webkit-transition: opacity 1s 0.5s;
	transition: opacity 1s 0.5s;
	opacity: 0;
}
.sec2.actived .img-box{
	opacity: 1;
}



.sec3{
	position: relative;
	overflow: hidden;
}
.sec3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 12.86%;
	background-color: #eee;
}
.sec3 .inner{
	width: 1600px;
	position: relative;
}
.sec3 .part1{
	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);
	-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: 7.25% 0 11.375%;
	position: relative;
}
.sec3 .part1 .shadow{
	position: absolute;
	width: auto;
	height: 94%;
	top: 0;
}
.sec3 .part1 .shadow.first{
	right: 100%;
}
.sec3 .part1 .shadow.last{
	left: 100%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sec3 .part1 .left{
	margin-left: 13.125%;
}
.sec3 .part1 .right{
	text-align: right;
	margin-right: 8.75%;
	-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.actived .part1 .right{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec3 .part1 p{
	font-size: 24px;
	color: #fff;
	line-height: 2.58;
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
	opacity: 0;
	-webkit-transition-duration: 1s,1s;
	-webkit-transition-property: transform,opacity;
	transition-duration: 1s,1s;
	transition-property: transform,opacity;
}
.sec3 .part1 p:nth-child(2){
	-webkit-transition-delay: 0.25s,0.25s;
	transition-delay: 0.25s,0.25s;
}
.sec3 .part1 p:nth-child(3){
	-webkit-transition-delay: 0.5s,0.5s;
	transition-delay: 0.5s,0.5s;
}
.sec3 .part1 p:nth-child(4){
	-webkit-transition-delay: 0.75s,0.75s;
	transition-delay: 0.75s,0.75s;
}
.sec3 .part1 p:nth-child(5){
	-webkit-transition-delay: 1s,1s;
	transition-delay: 1s,1s;
}
.sec3 .part1 p:nth-child(6){
	-webkit-transition-delay: 1.25s,1.25s;
	transition-delay: 1.25s,1.25s;
}
.sec3.actived .part1 p{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec3 .part1 h3{
	font-size: 120px;
	color: #fff;
	font-weight: bold;	
    font-family: 'Century Gothic';
    margin-bottom: 0.2em;
}
.sec3 .part1 h5{
	font-size: 42px;
	color: #fff;
	font-weight: bold;
}
.sec3 .part2{
	background-color: #eee;
	-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 .part2 li{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	border-right: 1px solid #fff;
	width: 33.333%;
	padding: 8.5% 0 5.375%;
}
.sec3 .part2 li:last-child{
	border-right: 0 none;
}
.sec3 .part2 h5{
	font-size: 60px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.sec3 .part2 p{
	font-size: 18px;
	color: #6c6e71;
}



.sec4{
	padding: 4.6875% 0 5.3125%;
}
.sec4 .inner{
	width: 1600px;
}
.sec4 .text-box{
	margin-bottom: 5.625%;	
}
.sec4 h3{
	font-size: 120px;
	color: #fd5554;
	font-weight: bold;
    font-family: 'Century Gothic';
    display: inline-block;
    vertical-align: baseline;
    margin-right: 0.5em;
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
	opacity: 0;
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
}
.sec4.actived h3{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.sec4 h4{
	font-size: 42px;
	color: #000;
	font-weight: bold;
	line-height: 1.43;
    display: inline-block;
    vertical-align: baseline;
	-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;
}
.sec4.actived h4{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.sec4 ul{
	border-top: 1px solid #e3e0dc;
	border-bottom: 1px solid #e3e0dc;
	padding: 4% 0 4.5%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-around;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
}
.sec4 li{
	height: 60px;
	display: inline-block;
	vertical-align: middle;
}
.sec4 li img{
	width: auto;
	height: 100%;
}



@media only screen and (max-width:1366px) {
	.sec1 h1{
		font-size: 80px;
	}
	.sec1 p{
		font-size: 20px;
	}

	.sec2 h3{
		font-size: 80px;
	}
	.sec2 h5{
		font-size: 30px;
	}
	.sec2 p{
		font-size: 13px;
	}

	.sec3 .part1 p{
		font-size: 17px;
	}
	.sec3 .part1 h3{
		font-size: 80px;
	}
	.sec3 .part1 h5{
		font-size: 30px;
	}
	.sec3 .part2 h5{
		font-size: 42px;
	}
	.sec3 .part2 p{
		font-size: 13px;
	}

	.sec4 h3{
		font-size: 80px;
	}
	.sec4 h4{
		font-size: 30px;
	}
	.sec4 li{
		height: 42px;
	}

}


@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 .text-box{
		max-width: 100%;
	}
	.sec2 h3{
		font-size: 3.5rem;
	}
	.sec2 h5{
		font-size: 1rem;
	}
	.sec2 p{
		font-size: 0.5625rem;
		max-width: 55%;
		float: left;
		line-height: 2;
	}
	.sec2 .img-box{
		width: 40%;
		margin-right: 0;
		float: right;
	}



	.sec3::before{
		padding-top: 25%;
	}
	.sec3 .part1{
		padding: 7.25% 10% 11.375%;
	}
	.sec3 .part1 .left{
		margin-left: 0;
	}
	.sec3 .part1 .right{
		text-align: left;
		margin-right: 0;
	}
	.sec3 .part1 p{
		font-size: 0.75rem;
	}
	.sec3 .part1 h3{
		font-size: 3.5rem;
	}
	.sec3 .part1 h5{
		font-size: 1rem;
	}
	.sec3 .part2 h5{
		font-size: 1.5rem;
	}
	.sec3 .part2 p{
		font-size: 0.5625rem;
	}



	.sec4{
		padding: 2rem 0;
	}
	.sec4 .text-box{
		margin-bottom: 5.625%;
	}
	.sec4 h3{
		font-size: 3.5rem;
		margin-bottom: 0.125em;
	}
	.sec4 h4{
		font-size: 1rem;
	}
	.sec4 ul{
		-webkit-display: block;
		display: block;
		overflow: auto;
		white-space: nowrap;
	}
	.sec4 li{
		height: 2rem;
		display: inline-block;
		vertical-align: middle;
		margin-right: 1rem;
	}
	.sec4 li:last-child{
		margin-right: 0;
	}
}