
.home_content1{
	width: 100%;
	height: 100vh;
    min-height: 919px;
    position: relative;
}

.home_content1 .cont1_video{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_content1 .font_kang{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	color: #FFF;
	mix-blend-mode: difference;
	padding: 80px 30px 0;
	font-family: 'Inter-SemiBold', sans-serif;
	font-weight: 600;
}

.home_content1 .font_kang h1{
	font-size: 250px;
	line-height: 200px;
	letter-spacing: -15px;
	text-transform: uppercase;
	margin: 0;
}

.home_content1 .font_kang p{
	font-size: 40px;
	line-height: 32px;
}

.home_content1 .font_kang .font1{
	margin-left: -80%;
	animation: slideInLeft 1.5s forwards;
}

.home_content1 .font_kang .font2{
	display: flex;
    justify-content: flex-end;
}

.home_content1 .font_kang .font2 h1 {
	margin-right: -80%;
	animation: slideInRight 1.5s forwards;
}

.home_content1 .font_kang .font2 div{
	width: 270px;
	margin-right: 20px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    animation: slideUp 0.5s ease-out forwards 1.5s;
}

.home_content1 .font_kang .font2 div p:nth-child(2){
	text-align: right;
}

.home_content1 .font_kang .font3{
	width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
}

.home_content1 .font_kang .font3 p{
	font-size: 24px;

	opacity: 0;
    animation: slideUp 0.5s ease-out forwards 1.5s;
}
     
@keyframes slideInLeft {
    from {
        margin-left: -80%
    }
    to {
        margin-left: 0;
    }
}

@keyframes slideInRight {
    from {
        margin-right: -80%;
    }
    to {
        margin-right: 0;
    }
}

@keyframes slideUp {
	from {
		transform: translateY(15px); 
		opacity: 0;                
	}
	to {
		transform: translateY(0);  
		opacity: 1;    
	}            
}

.home_content2{
	width: 100%;
    height: 1430px;
    background: #FFF;
    position: relative;
}

.home_content2 .cont2_kuang div {
	position: absolute;
	overflow: hidden;
}

.home_content2 .cont2_big{
	top: 400px;
	right: 180px;
	width: 604px;
	height: 805px;
}

.home_content2 .cont2_small{
	left: 350px;
	bottom: 400px;
	width: 290px;
	height: 290px;
}

.home_content2 .cont2_kuang img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: inset(0 100% 0 0);
	display: block;
	transition: clip-path 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.home_content2 p {
	position: absolute;
	white-space: inherit;
	top: 240px;
	right: 530px;
	width: 568px;
	font-size: 24px;
	font-family: 'Inter-SemiBold', sans-serif;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 28px;
}

.home_content3{
	width: 100%;
	height: 100vh;
	min-height: 1370px;
	background-image: url(../img/home/home3.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFF;
	position: relative;
	cursor: pointer;
}

.home_content3 img{
	display: none;
}

.home_content3 .cont3_kuang{
	font-family: 'Inter-SemiBold', sans-serif;
	font-weight: 600;
	position: sticky;
	top: 0;
	padding: 84px 30px;
}

.cont3_kuang h1{
	font-size: 215px;
	line-height: 188px;
	letter-spacing: -15px;
}

.cont3_kuang .font1{
	display: flex;
    justify-content: space-between;
}

.cont3_kuang .font1 div{
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 16px;
}

.cont3_kuang .font1 div p{
	font-family: 'Inter-Italic', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 54px;
}

.cont3_kuang .font2{
	display: flex;
	justify-content: center;
}

.cont3_kuang .font2 h1 span{
	font-family: 'ABC-Trial', sans-serif;
	font-weight: 570;
	margin-right: 50px;
}
	

.cont3_kuang .font2 div {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
}

.cont3_kuang .font2 div p{
	font-size: 24px;
	line-height: 28px;
	margin-right: 10px;
}

.cont3_kuang .font2 div p:last-child{
	margin-right: 0;
}

.home_content4{
	width: 100%;
	height: 2050px;
	background-image: url(../img/home/home4.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFF;
	position: relative;
	cursor: pointer;
}

.home_content4 .cont4_kuang{
	font-family: 'Inter-SemiBold', sans-serif;
	font-weight: 600;
	position: sticky;
	top: 0;
	padding: 84px 30px;
}

.cont4_kuang h1{
	font-family: 'Inter-SemiBold', sans-serif;
	font-weight: 600;
	font-size: 215px;
	line-height: 188px;
	letter-spacing: -15px;
}

.cont4_kuang .font1{
	display: flex;
    justify-content: center;;
}

.cont4_kuang .font1 div{
	position: absolute;
	right: 0;
	height: 188px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 220px;
}

.cont4_kuang .font1 div p{
	font-family: 'Inter-Italic', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 54px;
}

.cont4_kuang .font2{
	display: flex;
	justify-content: center;
}

.cont4_kuang .font2 h1 span{
	font-family: 'ABC-Trial', sans-serif;
	font-weight: 570;
	margin-right: 336px;
}
	

.cont4_kuang .font2 div {
	position: absolute;
	height: 188px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    margin-left: -240px;
    margin-top: 70px;
}

.cont4_kuang .font2 div p{
	font-size: 24px;
	line-height: 28px;
	margin-right: 10px;
}


.home_content5{
	width: 100%;
	height: 1774px;
	background-image: url(../img/home/home5.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFF;
	position: relative;
}

.home_content5 .cont5_kuang{
	font-family: 'Inter-SemiBold', sans-serif;
	font-weight: 600;
	position: sticky;
	top: 0;
	padding: 84px 30px;
}

.cont5_kuang h1{
	font-size: 215px;
	line-height: 188px;
	letter-spacing: -15px;
}

.cont5_kuang .font1{
	display: flex;
    justify-content: center;;
}

.cont5_kuang .font1 div{
	position: absolute;
	left: 30px;
	height: 188px;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 15px;
}

.cont5_kuang .font1 div p{
	font-size: 24px;
	line-height: 28px;
}

.cont5_kuang .font2{
	display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.cont5_kuang .font2 h1{
	margin-right: 100px;
}

.cont5_kuang .font2 h1:last-child {
	font-family: 'ABC-Trial', sans-serif;
	font-weight: 570;
	margin-right: 15%;
	position: absolute;
    left: 50%;
    margin-left: -620px;
}
	

.cont5_kuang .font2 div {
	height: 188px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    margin-right: 20px;
    margin-top: -15px;
}

.cont5_kuang .font2 div p{
	font-family: 'Inter-Italic', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 54px;
}

.home_content6{
	width: 100%;
	height: 4096px;
	background-image: url(../img/home/home6.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFF;
	position: relative;
	cursor: pointer;
}

.home_content6 .cont6_kuang{
	font-family: 'Inter-SemiBold', sans-serif;
	font-weight: 600;
	position: sticky;
	top: 0;
	padding: 84px 30px;
}

.cont6_kuang h1{
	font-size: 215px;
	line-height: 188px;
	letter-spacing: -15px;
}

.cont6_kuang .font1{
	display: flex;
    justify-content: flex-start;
}

.cont6_kuang .font1 h1 span{
	font-family: 'ABC-Trial', sans-serif;
	font-weight: 570;
	margin-left: 406px;
}

.cont6_kuang .font2{
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}

.cont6_kuang .font2 .font_div1{
	margin: 60px 10px 0 350px;
	text-align: right;
}

.cont6_kuang .font2 .font_div1 p{
	font-family: 'Inter-Italic', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 54px;
}

.cont6_kuang .font2 .font_div2{
	position: absolute;
	right: 200px;
	height: 188px;
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
    margin-top: 30px;
} 

.cont6_kuang .font2 .font_div2 p{
	font-size: 24px;
	line-height: 28px;
}

@media (max-width: 767px) {
	/* Home页 */
	.home_content1 .cont1_video{
		position: absolute;
	}
	.home_content1 .font_kang{
		height: 100vh;
		padding: 80px 16px 0;
		position: sticky;
        top: 0;
	}
	.home_content1 .font_kang h1{
		text-transform: none;
	}
	.home_content1 .font_kang .font1 h1{
		font-family: 'Inter-SemiBold', sans-serif;
		font-weight: 600;
		font-size: 48px;
		line-height: 42px;
		letter-spacing: -4px;
	}
	.home_content1 .font_kang .font2{
		justify-content: space-between;
	}
	.home_content1 .font_kang .font2 h1{
		font-family: 'Ppeditorialnew-italic', sans-serif;
		font-weight: 400;
		font-size: 48px;
		line-height: 42px;
		letter-spacing: -4px;
	}
	.home_content1 .font_kang .font2 div{
		width: 90px;
		margin: 26px 0 0 15%;
	}
	.home_content1 .font_kang .font2 p{
		font-family: 'Inter-SemiBold', sans-serif;
		font-weight: 600;
		font-size: 14px;
		line-height: 13px;
	}
	.home_content1 .font_kang .font3 p{
		font-family: 'Inter-SemiBold', sans-serif;
		font-weight: 600;
		font-size: 18px;
		line-height: 18px;
	}
	.home_content2{
		height: 456px;
	}
	.home_content2 p{
		font-family: 'Inter-Medium', sans-serif;
		font-weight: 500;
		font-size: 12px;
		line-height: 15px;
		top: 60px;
		left: 16%;
		right: auto;
		letter-spacing: 0;
		width: 54%;
	}
	.home_content2 .cont2_big{
		width: 126px;
        height: 170px;
        right: 16%;
        top: 192px;
	}
	.home_content2 .cont2_small{
		width: 82px;
		height: 82px;
		left: 16%;
		bottom: 60px;
	}
	.home_content3{
		background-image: url(../img/home/home3_m.jpg);
		min-height: 664px;
	}
	.home_content3 .cont3_kuang{
		padding: 60px 16px 104px;
	}
	.home_content3 .cont3_kuang .font1{
		position: relative;
	}
	.home_content3 .cont3_kuang h1{
		font-family: 'Inter-SemiBold', sans-serif;
		font-weight: 600;
		font-size: 48px;
		line-height: 42px;
		letter-spacing: -4px;
	}
	.cont3_kuang .font1 div{
		position: absolute;
	    top: 46px;
	    right: 0px;
	    margin-right: 0;
	}
	.cont3_kuang .font1 div p{
		font-size: 18px;
		line-height: 18px;
	}
	.cont3_kuang .font2{
		position: relative;
		justify-content: flex-start;
	}
	.cont3_kuang .font2 div{
		position: absolute;
		top: 66px;
        left: 0;
        text-align: left;
	}
	.cont3_kuang .font2 div p{
		font-family: 'Inter-Medium', sans-serif;
		font-weight: 500;
		font-size: 12px;
		line-height: 15px;
	}
	.cont3_kuang .font2 h1{
		margin-left: 10px;
	}
	.cont3_kuang .font2 h1 span{
		font-family: 'Ppeditorialnew-italic', sans-serif;
		font-weight: 400;
		margin-right: 16%;
	}
	.home_content4{
		height: 420px;
	}
	.home_content4 .cont4_kuang{
		padding: 60px 16px;
	}
	.cont4_kuang h1{
		font-size: 48px;
		line-height: 42px;
		letter-spacing: -4px;
	}
	.cont4_kuang .font1 div{
		height: 42px;
		margin-right: 16px;
	}
	.cont4_kuang .font1 div p{
		font-size: 18px;
		line-height: 18px;
	}
	.cont4_kuang .font2{
		justify-content: flex-start;
	}
	.cont4_kuang .font2 div{
		margin-left: 19%;
		margin-top: 26px;
		height: 45px;
	}
	.cont4_kuang .font2 div p{
		font-family: 'Inter-Medium', sans-serif;
		font-weight: 500;
		font-size: 12px;
		line-height: 15px;
	}
	.cont4_kuang .font2 h1 span{
		font-family: 'Ppeditorialnew-italic', sans-serif;
		font-weight: 400;
		margin-right: 45%;
	}
	.home_content5{
		height: 525px;
		background-image: url(../img/home/home5_m.jpg);
	}
	.home_content5 .cont5_kuang{
		padding: 60px 16px 70px;
	}
	.cont5_kuang h1{
		font-family: 'Inter-SemiBold', sans-serif;
		font-weight: 600;
		font-size: 48px;
		line-height: 42px;
		letter-spacing: -4px;
	}
	.cont5_kuang .font1{
		justify-content: flex-start;
		margin-left: 16%;
    	position: relative;
	}
	.cont5_kuang .font1 div{
		margin-top: 70px;
		height: 45px;
	}
	.cont5_kuang .font1 div p{
		font-family: 'Inter-Medium', sans-serif;
		font-weight: 500;
		font-size: 12px;
		line-height: 15px;
	}
	.cont5_kuang .font2 h1{
		margin-right: 0;
	}
	.cont5_kuang .font2 div{
		height: 36px;
		position: absolute;
	    right: 0;
	    margin: -42px 40px 0 0;
	}
	.cont5_kuang .font2 div p{
		font-size: 18px;
		line-height: 18px;
	}
	.cont5_kuang .font2 h1:last-child{
		font-family: 'Ppeditorialnew-italic', sans-serif;
		font-weight: 400;
		left: 0;
    	margin-left: 16px;
    	margin-top: 4px;
	}
	.home_content6{
		height: 492px;
	}
	.home_content6 .cont6_kuang{
		padding: 60px 16px 40px;
	}
	.cont6_kuang h1{
		font-family: 'Inter-SemiBold', sans-serif;
		font-weight: 600;
		font-size: 48px;
		line-height: 42px;
		letter-spacing: -4px;
		position: relative;
	}
	.cont6_kuang .font1 h1 span{
		font-family: 'Ppeditorialnew-italic', sans-serif;
		font-weight: 400;
		position: absolute;
		left: 0;
		margin-top: 46px;
        margin-left: 20%;
	}
	.cont6_kuang .font2{
		margin-top: 0;
		justify-content: flex-end;
	}
	.cont6_kuang .font2 .font_div1{
		margin: 20px 4px 0 5px
	}
	.cont6_kuang .font2 .font_div1 p{
		font-size: 18px;
		line-height: 18px;
	}
	.cont6_kuang .font2 .font_div2{
		right: 16px;
    	margin-top: -42px;
	}
	.cont6_kuang .font2 .font_div2 p{
		font-size: 12px;
		line-height: 15px;
	}
}