.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.77% 0;
	background-color: #f7f7f7;
	font-size: 16px;
}
.sec2 .inner{
	width: 1600px;
}
.sec2 .classification{
	font-size: 1.5em;
	color: #fd5554;
}
.sec2 .title{
	font-size: 2.25em;
	color: #fd5554;
	font-weight: bold;
	line-height: 1.5;
	margin: 3.25% 0 1.375%;
}
.sec2 .time{
	font-size: 1em;
	color: #ff5a5a;
	text-transform: uppercase;
	margin-bottom: 2.5em;
}
.sec2 .tag-box a{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75em;
	color: #ff5a5a;
	border: 1px solid #ff5a5a;
	width: 10.75em;
	padding: 0.583em 0;
	text-align: center;
	border-radius: 1.1666em;
	overflow: hidden;
	margin-right: 2.8em;
	margin-bottom: 2em;
	-webkit-transition: color 0.5s,border-color 0.5s,background-color 0.5s;
	transition: color 0.5s,border-color 0.5s,background-color 0.5s;
}
.sec2 .tag-box a:last-child{
	margin-right: 0;
}
.sec2 .tag-box a:hover{
	border-color: #84332e;
	background-color: #84332e;
	color: #fff;
}
.sec2 .content{
	font-size: 1em;
	line-height: 1.875;
	border-top: 1px solid #e6e2e7;
	border-bottom: 1px solid #e6e2e7;
	padding: 4.3125% 0;
	margin-bottom: 5%;
	min-height: 30em;
}
.sec2 .content *{
	font-size: inherit;
	line-height: inherit;
}
.sec2 .content > img{
	max-width: 100%;
}
.sec2 .relative-box{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	position: relative;
}
.sec2 .relative-box .prev,.sec2 .relative-box .next{
	font-size: inherit;
	color: #84332e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	line-height: 2.125;
	max-width: 50%;
}
.sec2 .relative-box .prev{
	padding-left: 4.75em;
	padding-right: 4.25em;
}
.sec2 .relative-box .next{
	padding-right: 4.75em;
	padding-left: 4.25em;
}
.sec2 .relative-box .prev img,.sec2 .relative-box .next img{
	width: 3.25em;
	position: absolute;
	top: 50%;
	margin-top: -0.75em;
}
.sec2 .relative-box .prev img{
	left: 0;
}
.sec2 .relative-box .next img{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 0;
}
.sec2 .relative-box .back{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -1.0625em;
	margin-left: -1.0625em;
}
.sec2 .relative-box .back img{
	width: 2.125em;
}


@media only screen and (max-width:1366px) {
	.sec1 h1{
		font-size: 80px;
	}
	.sec1 p{
		font-size: 20px;
	}

}


@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;
		font-size: 0.625rem;
	}
	.sec2 .relative-box .prev{
		padding-right: 2.25em;
	}
	.sec2 .relative-box .next{
		padding-left: 2.25em;
	}

}