.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{
	padding: 6.25% 0;
	background-color: #f7f7f7;
}
.sec2 .inner{
	width: 1600px;
}
.sec2 ul{
	font-size: 0;
	padding: 0.9375%;
}
.sec2 li{
	width: 25%;
	padding: 0.9375%;
	display: inline-block;
	vertical-align: top;
	-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 li.actived{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.sec2 a{
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	font-size: 16px;
	border-radius: 0.3125em;
}
.sec2 a:hover{
	box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.15);
}
.sec2 .img-box{
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0;
}
.sec2 a:hover .img-box{
	opacity: 1;
}
.sec2 .img-box img{
	transform: scale(1.1,1.1);
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
.sec2 a:hover .img-box img{
	transform: scale(1,1);
}
.sec2 .img-overlay{
	background: -webkit-linear-gradient(0deg, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 0) 89%);
	background: -moz-linear-gradient(0deg, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 0) 89%);
	background: -o-linear-gradient(0deg, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 0) 89%);
	background: linear-gradient(0deg, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 0) 89%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec2 .text-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 13.5%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.sec2 h4{
	font-size: 0.6875em;
	color: #828282;
	border-radius: 0.182em;
	padding: 0.455em 1.182em;
	border: 1px solid #e4e4e4;
	display: inline-block;
	font-weight: normal;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.sec2 a:hover h4{
	border-color: #232323;
	background-color: #232323;
	color: #fff;
}
.sec2 h5{
	font-size: 0.8125em;
	color: #1f232c;
	margin-bottom: 1em;
	font-weight: normal;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	opacity: 0.75;
}
.sec2 a:hover h5{
	color: #fff;
}
.sec2 p{
	font-size: 1.125em;
	color: #1f232c;
	line-height: 1.22;
	height: 3.66em;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.sec2 a:hover p{
	color: #fff;
}



@media only screen and (max-width:1366px) {
	.sec1 h1{
		font-size: 80px;
	}
	.sec1 p{
		font-size: 20px;
	}
	.sec2 a{
		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: 3rem 0;
	}
	.sec2 ul{
		padding: 0.25rem;
	}
	.sec2 .text-box{
		padding: 12%;
	}
	.sec2 li{
		width: 50%;
		padding: 0.25rem;
	}
	.sec2 a{
		font-size: 0.625rem;
	}
}