.section{
	width: 100%;
	position: relative;
}
.inner.w1630{
	width: 101.875em;
}
#smooth-content{
	background-color: #FFEFEB;
}




.sec0{
	height: 100vh;
	position: relative;
}
.sec0 .bg-img{
	position: absolute;
	inset: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(../images/index_sec0_bg.jpg);
	background-size: cover;
	background-position:center center;
	transition: transform 3s linear;
}
.sec0 .bg-img.actived{
	transform: scale(1.1);
}
.sec0 .inner{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
	color: #fff;
	text-align:center;
}
.sec0 .inner p{
	font-size: 1.125em;
	line-height: 1.44;
	margin-top: -2.5%;
}
.sec0 .inner h1{
	font-size: 3.75em;
	line-height: 1.2;
	font-weight: normal;
	margin: 0.43em 0 1.03em;
}
.sec0 .btn-common{
	opacity:0;
	transition:opacity 0.5s 0.5s;
}
.sec0 .btn-common.actived{
	opacity:1;
}
.sec0 .tip{
	text-align: center;
	position: absolute;
	bottom: 3.125em;
	left: 0;
	width: 100%;
}
.sec0 .tip .cir{
	display: inline-block;
	width: 0.875em;
	height: 1.25em;
	border-radius: 0.4375em;
	margin-bottom: 0.375em;
	border: 1px solid #fff;
	position: relative;
}
.sec0 .tip .cir::before{
	content: "";
	display: block;
	background-color: #fff;
	width: 1px;
	height: 0.3125em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -0.15625em;
	animation: sec0cirani 1s linear infinite;
}
@keyframes sec0cirani{
	0%{
		transform: translateY(-75%);
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
		transform: translateY(75%);
		opacity: 0;
	}
}
.sec0 .tip p{
	font-size: 0.75em;
	color: #fff;
	line-height: 1.25;
}


.sec1{
	border-top-left-radius: 3.125em;
	border-top-right-radius: 3.125em;
	background-color: #fff;
	padding: 7.45% 0 12.14%;
}
.sec1 .inner{
	overflow: hidden;
}
.sec1 .title{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	font-size: 1.125em;
	line-height: 1.56;
	color: #666;
	margin-bottom: 5.6%;
}
.sec1 .title::before,.sec1 .title::after{
	content: "";
	display: block;
	width: 16.67em;
	height: 1px;
	background-color: #C8C8C8;
}
.sec1 .title::before{
	margin-right: 2em;
}
.sec1 .title::after{
	margin-left: 2em;
}
.sec1 .marquee{
	width: 100%;
	height: 2.625em;
	margin-bottom: 10%;
}
.sec1 .marquee img{
	width: auto;
	height: 2.625em;
	float: left;
	margin-right: 4em;
}
.sec1 .flex-box{
	margin-bottom: 6.27%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 .flex-box h3{
	font-size: 2em;
	line-height: 1.625;
	color: #000;
	font-weight: normal;
	width: 67%;
}
.sec1 .flex-box h3 b{
	font-weight: inherit;
	color: var(--theme-color);
}
.sec1 .flex-box a{
	font-size:1.125em;
	border:1px solid #000;
	width:13.56em;
	height:3.56em;
	border-radius:1.78em;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	padding:0 1.78em;
	transition:color 0.3s,border-color 0.3s,background-color 0.3s;
}
.sec1 .flex-box a::after{
  	font-family: 'fontello';
  	content:"\e908";
}
.sec1 ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 li{
	text-align: center;
	border-top: 1px solid #C8C8C8;
	padding: 1.25em 0 0.5em;
}
.sec1 li h4{
	font-size: 3em;
	margin-bottom: 0.25em;
	font-weight: normal;
}
.sec1 li h4 b{
	font-weight: normal;
}
.sec1 li h4 i{
	font-style:normal;
}
.sec1 li p{
	font-size: 0.9375em;
	color:#7B7B7B;
}


.sec2{
	padding:4.64% 0 12%;
	color:#fff;
	background: linear-gradient(180deg, #FF3129 80%, #FFEFEB 100%);
}
.sec2 .inner{
	width:100em;
}
.sec2 .title{
	margin-bottom:8.75%;
	text-align:center;
}
.sec2 .title p{
	font-size:1.125em;
	line-height:1.33;
	margin-bottom:1.67em;
}
.sec2 .title h3{
	font-size:3.25em;
	line-height:1.33;
}
.sec2 .flex-box{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
	width:100em;
}
.sec2 .left-part{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-direction:row;
}
.sec2 .left-part .img-box{
	width:18.75em;
	border-radius:1.25em;
	overflow:hidden;
	margin-right:4.375em;
	position:relative;
}
.sec2 .left-part .img-box .img{
	position:absolute;
	width:100%;
	opacity:0;
	transition:opacity 0.5s;
}
.sec2 .left-part .img-box .img.active{
	opacity:1;
}
.sec2 .left-part li{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-direction:row;
}
.sec2 .left-part h5{
	font-size: 1.75em;
	line-height: 1.86;
	white-space:nowrap;
	transition:opacity 0.5s;
	opacity:0;
}
.sec2 .left-part h5.point{
	margin:0 1em;
	font-size:1em;
}
.sec2 .left-part h5:last-child{
	opacity:0.2;
}
.sec2 .left-part li.active h5{
	opacity:1;
}
.sec2 .right-part{
	width:46.875%;
}
.sec2 .right-part a{
	border:1px solid rgba(255,255,255,0.65);
	border-radius:1.5625em;
	padding:3.125em 3.5em;
	margin-bottom:2.5em;
	position:relative;
	display:block;
}
.sec2 .right-part a:last-child{
	margin-bottom:0;
}
.sec2 .right-part h3{
	font-size: 2.5em;
	line-height: 1.325;
	margin-bottom:0.9em;
}
.sec2 .right-part h5{
	font-size:1.125em;
	line-height:1.67;
	margin-bottom:1.56em;
}
.sec2 .right-part p{
	font-size:1.125em;
	line-height:1.67;
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	flex-direction:row;
	opacity:0.75;
}
.sec2 .right-part p span{
	margin-right:6em;
}
.sec2 .right-part p span:last-child{
	margin-right:0;
}
.sec2 .right-part svg{
	fill:#fff;
	width:0.75em;
	position:absolute;
	right:2.5em;
	bottom:1.75em;
}




.sec3{
	padding: 4.6875% 0 0;
}
.sec3 .title{
	margin-bottom: 9.2%;
	text-align:center;
}
.sec3 .title p{
	font-size:1.125em;
	line-height:1.33;
	color:#7b7b7b;
	margin-bottom:2em;
}
.sec3 .title h3{
	font-size:3.25em;
	line-height:1.33;
	margin-bottom:0.75em;
}
.sec3 .title h3 span{
	color:var(--theme-color);
}
.sec3 .title a{
	font-size:1.125em;
	border:1px solid #000;
	width:12.6em;
	height:3.56em;
	border-radius:1.78em;
	display:inline-flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	padding:0 1.78em;
	transition:color 0.3s,border-color 0.3s,background-color 0.3s;
}
.sec3 .title a::after{
  	font-family: 'fontello';
  	content:"\e908";
}
.sec3 ul{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
}
.sec3 ul::after{
	width:31.288%;
	display:block;
	content:"";
}
.sec3 li{
	width: 31.288%;
	margin-bottom: 9.2%;
	opacity: 0;
	transform: translate(0,20vh);
	transition: transform 0.5s,opacity 0.5s;
}
.sec3 li.actived{
	opacity: 1;
	transform: translate(0,0);
}
.sec3 .img-box{
	position: relative;
	border-radius: 0.625em;
	overflow: hidden;
	box-shadow: -0.5em 0.75em 2.375em rgba(0,0,0,0.2);
}
.sec3 .img-box img{
	border-radius: 0.625em;
}
.sec3 .img-box .bg{
	transition: transform 0.75s;
}
.sec3 .text-box{
	margin-bottom:1.875em;
}
.sec3 .text-box h5{
	font-size: 0.875em;
	color: #252525;
	font-weight: normal;
}
.sec3 .text-box h5 b{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	background-color: #f1f1f1;
	padding: 0.5em 1em;
	border-radius: 2em;
}
.sec3 .text-box h5 span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
	color: #838383;
}
.sec3 .text-box p{
	font-size: 1.5em;
	color: #252525;
	line-height: 1.33;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom:0.5em;
}



.sec4{
	padding-bottom: 7.8125%;
	color: #fff;
}
.sec4 .inner{
	border-radius: 0.9375em;
	overflow: hidden;
	background-color: var(--theme-color);
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
}
.sec4 .text-box{
	width: 51%;
	background-repeat: no-repeat;
	background-image: url(../images/index_sec4_bg.png);
	background-size: 88.5% auto;
	background-position: right bottom;
	padding-left: 4%;
	padding-right: 5.625%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.sec4 .text-box h3{
	font-size: 2.25em;
	line-height: 1.66;
	margin-bottom: 1.22em;
	font-weight: normal;
}
.sec4 .text-box a{
	display: block;
	width: 10.1em;
	height: 3.4em;
	border-radius: 1.7em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125em;
	border: 1px solid rgba(255,255,255,0.4);
	background-color: rgba(255,255,255,0.14);
	margin-bottom: 2.72em;
	transition: border-color 0.5s,background-color 0.5s;
}
.sec4 .text-box h5{
	font-size: 0.875em;
	line-height: 2.14;
}
.sec4 .text-box .line{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0.5;
	margin: 0.75em 0 2.5em;
}
.sec4 .text-box .icon-box{
	opacity: 0;
	transform: translateY(20%);
	transition: transform 0.5s 1s,opacity 0.5s 1s;
}
.sec4 .text-box.actived .icon-box{
	opacity: 1;
	transform: translateY(0);
}
.sec4 .text-box .icon-box img{
	max-width: 100%;
}
.sec4 .img-box{
	width: 49%;
	position: relative;
}
.sec4 .img-box .img{
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -27%;
}



.sec5{
	padding: 2.75em 0 1.25em;
	background-color:#F8F8FA;
	border-top-left-radius:3.125em;
	border-top-right-radius:3.125em;
}
.sec5 .inner{
	width:106.25em;
}
.sec5 .title{
	margin-bottom: 2em;
	text-align:center;
}
.sec5 .title p{
	font-size:1.125em;
	line-height:1.33;
	color:#7b7b7b;
	margin-bottom:2em;
}
.sec5 .title h3{
	font-size:3.25em;
	line-height:1.33;
	margin-bottom:0.65em;
}
.sec5 .title h3 span{
	color:var(--theme-color);
}
.sec5 .title a{
	font-size:1.125em;
	border:1px solid #000;
	width:12.6em;
	height:3.56em;
	border-radius:1.78em;
	display:inline-flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	padding:0 1.78em;
	transition:color 0.3s,border-color 0.3s,background-color 0.3s;
}
.sec5 .title a::after{
  	font-family: 'fontello';
  	content:"\e908";
}
.sec5 li{
	border-top:1px solid rgba(0,0,0,0.25);
}
.sec5 li a{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	padding:3.125em 0;
}
.sec5 li .text{
	width:52%;
}
.sec5 li h5{
	font-size: 1.125em;
	line-height: 1.333;
	font-weight:normal;
}
.sec5 li h5 span{
	font-size:0.89em;
	display:inline-block;
	vertical-align:middle;
	margin-right:1.5em;
	padding:0 1.125em;
	height:2.375em;
	line-height:2.375;
	border-radius:1.1875em;
	border:1px solid #999;
}
.sec5 li h3{
	font-size:1.5em;
	line-height:1.17;
	margin:1.25em 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition:color 0.3s;
}
.sec5 li p{
	font-size:1.125em;
	line-height:2;
	color:#666;
	width:47.2%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	transition:color 0.3s;
}


@media only screen and (min-width:1025px){
	.sec1 .flex-box a:hover{
		background-color:var(--theme-color);
		border-color:var(--theme-color);
		color:#fff;
	}
	.sec2 .swiper-slide:hover::before{
		border-radius: 0;
		transform: translateY(0);
	}
	.sec2 .swiper-slide:hover h5,.sec2 .swiper-slide:hover p{
		color: #fff;
	}
	.sec2 .swiper-slide:hover .icon-box{
		padding: 2em 0 2.5em;
		max-height: auto;
	}
	.sec3 .title a:hover{
		background-color:var(--theme-color);
		border-color:var(--theme-color);
		color:#fff;
	}
	.sec3 a:hover .img-box .small{
	  	opacity: 1;
	}
	.sec3 li:nth-child(3n-1){
		transition-delay:0.25s,0.25s;
	}
	.sec3 li:nth-child(3n){
		transition-delay:0.5s,0.5s;
	}
	.sec3 li:hover .img-box .bg{
		transform: scale(1.1);
	}
	.sec4 .text-box a:hover{
		border-color: rgba(0,0,0,1);
		background-color: rgba(0,0,0,1);
	}
	.sec5 .title a:hover{
		background-color:var(--theme-color);
		border-color:var(--theme-color);
		color:#fff;
	}
	.sec5 li:hover h3{
		color:var(--theme-color);
	}
	.sec5 li:hover p{
		color:var(--theme-color);
	}

}


@media only screen and (max-width:1024px){
	.sec0{
		height:calc(100vh + 3.125em);
	}
	.sec0 .inner p{
		font-size: 1.25em;
	}
	.sec0 .inner h1{
		font-size: 3.5em;
	}
	.sec0 .tip{
		bottom:6.25em;
	}


	.sec1{
		margin-top:-3.125em;
		padding: 15% 0 10%;
	}
	.sec1 .title{
		margin-bottom: 10%;
	}
	.sec1 .title::before,.sec1 .title::after{
		width:auto;
		flex-grow:1;
	}
	.sec1 .flex-box{
		margin-bottom: 10%;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}
	.sec1 .flex-box h3{
		width: 100%;
		margin-bottom:5%;
	}
	.sec1 ul{
		flex-wrap:wrap;
	}
	.sec1 li{
		width:45%;
		margin-bottom:5%;
	}


	.sec2{
		padding:15% 0 12%;
	}
	.sec2 .title{
		margin-bottom:10%;
	}
	.sec2 .flex-box{
		display:block;
		width:100%;
	}
	.sec2 .left-part{
		display:none;
	}
	.sec2 .right-part{
		width:100%;
	}



	.sec3{
		padding: 4.6875% 0 10%;
	}
	.sec3 ul{
		display:block;
	}
	.sec3 ul::after{
		display:none;
	}
	.sec3 li{
		width: 100%;
	}


	.sec4{
		padding-bottom: 7.5%;
	}
	.sec4 .inner{
		flex-direction: column-reverse;
	}
	.sec4 .text-box{
		width: 100%;
		display: block;
		padding: 10% 5%;
	}
	.sec4 .text-box h3{
		font-size: 1.8em;
	}
	.sec4 .text-box a{
		font-size: 1.2em;
	}
	.sec4 .text-box h5{
		font-size: 1.2em;
	}
	.sec4 .img-box{
		width: 100%;
		overflow: hidden;
	}
	.sec4 .img-box .img{
		margin-top:-30%;
	}


	.sec5{
		padding: 15% 0 5%;
	}
	.sec5 .title{
		margin-bottom: 10%;
	}
	.sec5 li a{
		display:block;
		padding:3.125em 0;
	}
	.sec5 li .text{
		width:100%;
	}
	.sec5 li h3{
		margin:0.75em 0;
	}
	.sec5 li p{
		margin-top:2em;
		width:100%;
	}

}