@charset "utf-8";
body,
.main-container{
	min-width: 1366px;
}
.main-container{
	z-index: 1;
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}
.main-container.final-screen{
	-webkit-transform: translateY(-158px);
	transform: translateY(-158px);
}
.main-container .scroll-wrap{
	position: relative;
	height: 100%;
	-webkit-transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
}
.main-container section{
	position: relative;
	height: 100%;
	overflow: hidden;
}
section .check-more{
	display: block;
	width: 112px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	color: #87c12e;
	text-align: center;
	border: solid 1px;
	background: white;
	background: rgba(255,255,255,.8);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
section .check-more:hover{
	color: white;
	background: #87c12e;
	border-color: #87c12e;	
}
section .arrow,
section .arrow-b{
	position: absolute;
	top: 50%;
	margin-top: -32px;
	width: 64px;
	height: 64px;
	background: url(../img/icon-arrows.png) no-repeat left top;
}
section .arrow-b{
	background-image: url(../img/icon-arrows-banner.png);
}
section .arrow.arrow-l{
	left: 50%;
	margin-left: -670px;
}
section .arrow.arrow-r{
	left: 50%;
	margin-left: 608px;
	background-position-x: -64px;
}
section .arrow-b.arrow-l{
	left: 40px;
}
section .arrow-b.arrow-r{
	right: 40px;
	background-position-x: -64px;
}
section .arrow:hover,
section .arrow-b:hover{
	background-position-y: -64px;
}



section h2{
	position: absolute;
	top: 32%;
    margin-top: -173px;
	left: 0;
	right: 0;
	font-size: 30px;
	line-height: 2.5;
	color: #87c12e;
	text-align: center;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;	
}
section.active h2{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;	
}
@media only screen and (max-height:650px ) {
	section h2{
		margin-top: 0;
		top: 5%;
	}
}
section h2:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -14px;
	width: 28px;
	height: 4px;
	background: currentcolor;
}
/*sc1*/
.sc1{
	background: #ebebeb;
}
.sc1 .banner{
	position: relative;
	height: 100%;
	overflow: hidden;	
}
.sc1 .banner ul{
	position: relative;
	white-space: nowrap;
	font-size: 0;
	white-space: nowrap;
	width: 100%;
	height: 100%;
}
.sc1 .banner li{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.sc1 .banner img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sc1 .points{
	position: absolute;
	bottom: 64px;
	left: 50%;
	font-size: 0;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sc1 .points i{
	margin: 0 18px;
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background: rgba(255,255,255,.5);
	cursor: pointer;
}
.sc1 .points i:hover,
.sc1 .points i.active{
	background: white;
}
/*sc2*/
.sc2{
	background: url(../img/img-bg-sc-2.jpg) no-repeat center;
	background-size: cover;
}
.sc2 h2{
	color: black;
}
.sc2 h2:after{
	color: #87c12e;
}
.sc2 ul{
	position: absolute;
	left: 15%;
	right: 15%;
	top: 55%;
	margin-top: -120px;
	height: 240px;
	font-size: calc(.1px + 0px);
	text-align: justify;
}
.sc2 ul:after{
	content: "";
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.sc2 ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 160px;
	font-size: 18px;
	text-align: center;
	filter: blur(0px);
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	opacity: 0;
}

.sc2 ul li a{
	display: block;
	padding-top: 175px;
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
}
.sc2 ul li a:before{
	content: "";
	position: absolute;
	width: 48px;
	height: 48px;
	top: 48px;
	left: 50%;
	margin-left: -24px;
	background: url(../img/icon-sc2.png) no-repeat top left;
}
.sc2 .ico2 a:before{
	background-position-x: -48px;
}
.sc2 .ico3 a:before{
	background-position-x: -96px;
}
.sc2 .ico4 a:before{
	background-position-x: -144px;
}
.sc2 li:hover a:before{
	background-position-y: -48px;
}
.sc2 ul li a:after{
	content: "";
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -60px;
	z-index: -1;
	width: 114px;
	height: 114px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
	border: solid 3px;
	border-radius: 2px;
	background: rgba(255,255,255,0);
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
}
.sc2 ul li:hover a{
	color: #87c12e;
}
.sc2 ul li:hover a:after{
	background-color: currentcolor;
}


/*sc3*/

.sc3{
	background: url(../img/img-bg-sc-3.jpg) no-repeat center;
	background-size: cover;
}
.sc3 h2{
	color: white;
}
.sc3 ul{
	position: absolute;
	left: 15%;
	right: 15%;
	top: 55%;
	margin-top: -150px;
	height: 300px;
	text-justify: inter-word;
	text-align: justify;
}
.sc3 ul:after{
	content: "";
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.sc3 ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 23%;
	max-width: 240px;
	height: 294px;
	font-size: 16px;
	color: white;
	text-align: center;
	border: solid 3px white;
	background: rgba(255,255,255,.0);
	cursor: pointer;
	-webkit-transition: all .75s ease;
    transition: all .75s ease;
    opacity: 0;
}
.sc3 ul li:before{
	/* content: ""; */
	position: absolute;
	left: -3px;
	right: -3px;
	top: -3px;
	bottom: -3px;
	box-shadow: 0 0 0 rgba(255,255,255,0);
	-webkit-transition: box-shadow .5s ease;
	transition: color box-shadow .5s ease;
	
}
.sc3 ul li:hover:before{
	box-shadow: 0 0 10px white,0 0 10px white inset;
}
.sc3 ul li:after{
	content: "";
	position: absolute;
	left: 38%;
	right: 38%;
	bottom: 100px;
	height: 3px;
	background: white;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.sc3 ul li:hover:after{
	left: 10%;
	right: 10%;
}
.sc3 ul li a{
	display: block;
	padding: 100px 28px 0;
}

/*sc4*/
.sc4{
	background: url(../img/img-bg-sc-4.jpg) no-repeat center;
	background-size: cover;	
}
.sc4 .scroll-wrap-h{
	position: absolute;
	left: 0;
	right: 0;
	overflow: hidden;
	height: 530px;
	margin-top: -265px;
	top: 56%;
	-webkit-transition: transform .2s ease;
	transition: transform .2s ease;
}
.sc4.active ul{
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.sc4 ul{
	position: relative;
	width: 100%;
	white-space: nowrap;
	font-size: 0;
}
.sc4 ul li{
	position: relative;
	display: inline-block;
	padding: 50px 0;
	width: 100%;
	vertical-align: top;
}
.sc4 ul img{
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -600px;
	width: 600px;
}
.sc4 ul .content{
	position: absolute;
	left: 50%;
	top: 158px;
	font-size: 14px;
	line-height: 1.5;
	padding-left: 20px;
	width: 580px;
	height: 320px;
	text-justify: inter-word;
	text-align: justify;
	white-space: normal;
	overflow: hidden;
}
.sc4 ul .content p{
	font: inherit;
	line-height: inherit;
	text-indent: 2em;
}
.sc4 ul .content p+p{
	margin-top: 20px;
}
.sc4 h3{
	z-index: 1;
	position: absolute;
	top: 86px;
	left: 50%;
	width: 514px;
	margin-left: -125px;
	font-size: 18px;
	line-height: 48px;
	color: white;
	text-align: center;
	background: #87c12e;
}
.sc4 .check-more{
	position: absolute;
	top: 445px;
	left: 50%;
	margin-left: 486px;
}
@media only screen and (max-height:650px ) {
	.sc4 .scroll-wrap-h{
		height: 380px;
		margin-top: -190px;
		top: 57%;
	}
	.sc4 ul .content{		
		height: 192px;
		top: 125px;
	}
	.sc4 ul img{
		height: 300px;
		object-fit: cover;
	}
	.sc4 h3{
		top: 60px;
	}
	.sc4 .check-more{
		top: 320px;
	}
}
/*sc5*/

.sc5{
	background: url(../img/img-bg-sc-5.jpg) no-repeat center;
	background-size: cover;	
}
.sc5 img{
	position: absolute;
	left: 50%;
	top: 52%;
	margin-left: -600px;
	margin-top: -200px;
	width: 571px;
	height: 399px;
	border: solid 1px black;
}
.sc5 ul{
	position: absolute;
	left: 50%;
	top: 52%;
	font-size: 14px;
	line-height: 1.5;
	margin-top: -200px;
	width: 590px;
	max-height: 399px;
	text-justify: inter-word;
	text-align: justify;
	white-space: normal;
}
.sc5 ul li{
	background: white;
	height: 78px;
	border: solid 1px black;
	background: rgba(255,255,255,.8);
}
.sc5 ul li~li{
	margin-top: 27px;
}
.sc5 li a{
	display: block;
	position: relative;
	padding: 15px 50px 15px 130px;
}
.sc5 li .date{
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 0;
	padding-right: 20px;
	margin-top: -25px;
	width: 88px;
	text-align: right;
	font-size: 24px;
	white-space: nowrap;
	line-height: 1.125;
}
.sc5 li .date sub{
	display: block;
	font-size: 16px;
	color: #666;
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
}
.sc5 li .date:after{
	content: "";
	position: absolute;
	top: 9px;
	bottom: 9px;
	right: 0;
	width: 1px;
	background: #ccc;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
}
.sc5 ul li:hover{
	color: white;
	background: #87c12e;
	background: rgba(135,193,46,.8);
	border-color: #87c12e;
	border-color: rgba(135,193,46,.8);
}
.sc5 ul li:hover .date sub,
.sc5 ul li:hover p{
	color: white;
}
.sc5 ul li:hover .date:after{
	background: white;
}
.sc5 li h3{
	font-size: 18px;
}
.sc5 li p{
	font-size: 14px;
	color: #bbb;
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
}
.sc5 .check-more{
	position: absolute;
	left: 50%;
	bottom: 5%;
	margin-left: -67px;
}

@media only screen and (max-height:650px ) {
	.sc5 img{
		height: 269px;
     	margin-top: -135px;
     	top: 58%;
     	object-fit: cover;
	}
	.sc5 ul{
		margin-top: -135px;
		max-height: 269px;
     	top: 58%;
	}
	.sc5 ul li{
		height: 72px;
	}
	.sc5 ul li~li{
		margin-top: 25px;
	}
	.sc5 ul li+li+li~li{
		display: none;
	}
	.sc5 .check-more{
		bottom: 2.5%;
	}
}


/*动画*/
.sc2 li.ico1{
	-webkit-transform: translate(-200px,50px);
	transform: translate(-200px,50px);	
}
.sc2 li.ico2{
	-webkit-transform: translate(-80px,300px);	
	transform: translate(-80px,300px);	
}
.sc2 li.ico3{
	-webkit-transform: translate(80px,300px);	
	transform: translate(80px,300px);	
}
.sc2 li.ico4{
	-webkit-transform: translate(200px,50px);	
	transform: translate(200px,50px);	
}
.sc2 ul li.ico1,.sc2 ul li.ico4{
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.sc2 ul li.ico2,.sc2 ul li.ico3{
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

.sc3 li.i1{
	-webkit-transform: translate(0,200px);
	transform: translate(0,200px);
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}
.sc3 li.i2{
	-webkit-transform: translate(0,200px);
	transform: translate(0,200px);
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}
.sc3 li.i3{
	-webkit-transform: translate(0,200px);
	transform: translate(0,200px);
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}
.sc3 li.i4{
	-webkit-transform: translate(0,200px);
	transform: translate(0,200px);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.sc3.active ul li,
.sc2.active ul li,
.sc4.active li:first-child img,
.sc4.active li:first-child h3,
.sc4.active li:first-child .content,
.sc5.active img,.sc5.active ul li,
.sc4.active .check-more,.sc5.active .check-more
{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.sc4 li:first-child h3,
.sc4 li:first-child img,
.sc4 li:first-child .content{
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}
.sc4 li:first-child h3{
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: translate(200px,-80px);
	transform: translate(200px,-80px);
	opacity: 0;
}
.sc4 li:first-child img{
	-webkit-transition-delay: .2s;
	transition-delay: .2s;	
	-webkit-transform: translate(-200px,0);
	transform: translate(-200px,0);
	opacity: 0;
}
.sc4 li:first-child .content{
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
	-webkit-transform: translate(200px,0);
	transform: translate(200px,0);
	opacity: 0;
}

.sc5 img{
	-webkit-transform: translateX(-400px);
	transform: translateX(-400px);
	opacity: 0;
	-webkit-transition: all .5s ease .2s;
	transition: all .5s ease .2s;
}
.sc5 ul li{
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
	opacity: 0;
	-webkit-transition: all .5s ease,transform .5s ease .3s,opacity .5s ease .3s;
	transition: all .5s ease,transform .5s ease .3s,opacity .5s ease .3s;
}
.sc5 ul li:nth-child(2){
	-webkit-transition: all .5s ease,transform .5s ease .4s,opacity .5s ease .4s;
	transition: all .5s ease,transform .5s ease .4s,opacity .5s ease .4s;
}
.sc5 ul li:nth-child(3){
	-webkit-transition: all .5s ease,transform .5s ease .5s,opacity .5s ease .5s;
	transition: all .5s ease,transform .5s ease .5s,opacity .5s ease .5s;
}
.sc5 ul li:nth-child(4){
	-webkit-transition: all .5s ease,transform .5s ease .6s,opacity .5s ease .6s;
	transition: all .5s ease,transform .5s ease .6s,opacity .5s ease .6s;
}
.sc4 .check-more,.sc5 .check-more{
	-webkit-transition:all .5s ease, transform .5s ease .6s,opacity .5s ease .6s;
	transition:all .5s ease, transform .5s ease .6s,opacity .5s ease .6s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}
.scroll-wrap footer{
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
}