.session_1{
	position:relative;
}
.session_1 .video-box{
	width:100%;
	height:100vh;
}
.session_1 video{
	width:100%;
	height:100%;
	object-fit:cover;
}
.session_1 .txt-box{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	margin-top:-100px;
}
.session_1 .txt-box h3{
	font-size:80px;
	color:#fff;
	margin-bottom:45px;
	line-height:1;
	font-weight:400;
}
.session_1 .txt-box p{
	font-size:32px;
	color:#fff;
	white-space:nowrap;
}
.session_1 .icon-box{
	position:absolute;
	left:50%;
	bottom:200px;
	transform:translateX(-50%);
	cursor:pointer;
}

.session_2 .img-box img{
	width:100%;
}
.session_2 .swiper-pagination{
	bottom:100px;
}
.session_2 .swiper-button-prev,
.session_2 .swiper-button-next{
	width:60px;
	height:60px;
	border-radius:100%;
	background:#00269B;
	box-sizing:border-box;
}
.session_2 .swiper-button-prev{
	left:60px;
}
.session_2 .swiper-button-next{
	right:60px;
}
.session_2 .swiper-button-prev:after,
.session_2 .swiper-button-next:after{
	color:#fff;
	font-size:20px;
}
.session_2 .swiper-button-prev:hover,
.session_2 .swiper-button-next:hover{
	background:#FF3A1F;
}


.session_3{
	background:url('../images/img_1.jpg') center center no-repeat;
	background-size:cover;
	padding:90px 0 380px 0;
	box-sizing:border-box;
}
.session_3 .all-box{
	display:flex;
	justify-content:space-between;
}
.session_3 .all-box .title-box{
	width:50%;
	padding-left:8.3%;
	box-sizing:border-box;
}
.session_3 .all-box .title-box p{
	font-size:150px;
	font-family:'Mi-L';
	color:#fff;
}
.session_3 .all-box .info-box{
	width:50%;
	padding-top:40px;
	box-sizing:border-box;
}
.session_3 .all-box .info-box .txt-box p{
	font-size:16px;
	color:#fff;
	line-height:36px;
}
.session_3 .all-box .info-box .txt-box h3{
	font-size:36px;
	color:#fff;
	margin-top:30px;
}
.session_3 .all-box .info-box .list-box{
	margin-top:55px;
	width:80%;
	position:relative;
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 110px);
}
.session_3 .all-box .info-box .list-box:before{
	position:absolute;
	content:'';
	top:50%;
	width:100%;
	height:1px;
	background:rgba(255, 255, 255, 0.2);
}
.session_3 .all-box .info-box .list-box .item-box{
	position:relative;
}
.session_3 .all-box .info-box .list-box .item-box:nth-child(2n+1){
	text-align:right;
	padding-right:40px;
	box-sizing:border-box;
}
.session_3 .all-box .info-box .list-box .item-box:nth-child(2n+2){
	text-align:left;
	padding-left:50px;
	box-sizing:border-box;
}
.session_3 .all-box .info-box .list-box .item-box:nth-child(1):before{
	position:absolute;
	content:'';
	top:0;
	right:0;
	width:1px;
	height:80px;
	background:rgba(255, 255, 255, 0.5);
}
.session_3 .all-box .info-box .list-box .item-box:nth-child(3):before{
	position:absolute;
	content:'';
	top:30px;
	right:0;
	width:1px;
	height:80px;
	background:rgba(255, 255, 255, 0.5);
}
.session_3 .all-box .info-box .list-box .item-box h3{
	line-height:110px;
}
.session_3 .all-box .info-box .list-box .item-box h3{
	font-size:16px;
	color:#fff;
	font-weight:400;
}
.session_3 .all-box .info-box .list-box .item-box h3 em{
	font-size:60px;
	color:#FFEFCE;
	font-style:normal;
	font-family:'Mi-M';
	margin-right:10px;
}
.session_3 .all-box .info-box .more-box{
	text-align:right;
	margin-top:35px;
}


.session_4{
	background:url('../images/img_2.jpg') center center no-repeat;
	background-size:cover;
	padding:80px 0 100px 0;
	box-sizing:border-box;
}
.session_4 .menu-box{
	display:flex;
	justify-content:center;
}
.session_4 .menu-box a{
	display:block;
	margin-left:50px;
	margin-right:50px;
	text-align:center;
	transform:all .5s;
}
.session_4 .menu-box a h3{
	font-size:24px;
	color:#FEFEFE;
	margin-top:15px;
	font-weight:300;
}
.session_4 .menu-box a img{
	opacity:0;
}
.session_4 .menu-box a:hover img,
.session_4 .menu-box a.active img{
	opacity:1;
}
.session_4 .menu-box a.active h3,
.session_4 .menu-box a:hover h3{
	font-weight:700;
}
.session_4 .all-box{
	margin-top:80px;
}
.session_4 .all-box .item-box img{
	width:100%;
	height:600px;
	object-fit:cover;
	border-radius:12px;
}
.session_4 .all-box .item-box .txt-box{
	margin-top:60px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.session_4 .all-box .item-box .txt-box .title-box h3{
	color:#fff;
	font-size:18px;
	font-weight:400;
}
.session_4 .all-box .item-box .txt-box .title-box p{
	font-size:24px;
	color:#fff;
	font-weight:700;
	margin-top:15px;
}


.session_5{
	position:relative;
}
.session_5 .img-box img{
	width:100%;
}
.session_5 .more-box{
	position:absolute;
	left:245px;
	bottom:245px;
}



.session_6{
	background:url('../images/img_3.jpg') center center no-repeat;
	background-size:cover;
	padding:135px 0 166px 0;
	box-sizing:border-box;
	text-align:center;
}
.session_6 > h3{
	font-size:60px;
	color:#fff;
	line-height:1;
}
.session_6 .txts{
	margin-top:50px;
	display:flex;
	justify-content:center;
}
.session_6 .txts h3{
	margin-left:15px;
	margin-right:15px;
	font-size:30px;
	color:#fff;
}
.session_6 .txts h3 img{
	height:25px;
	margin-right:5px;
}
.session_6 .txts_two{
	margin-top:125px;
	display:flex;
	justify-content:center;
}
.session_6 .txts_two span{
	display:block;
	margin-left:45px;
	margin-right:45px;
	width:260px;
	height:120px;
	line-height:120px;
	text-align:center;
	background:rgba(86, 88, 91, .2);
	border: 2px solid rgba(255,255,255,0.6);
	backdrop-filter:blur(25px);
	border-radius:30px;
	font-size:48px;
	color:#fff;
}
.session_6 .more-box{
	margin-top:150px;
}
.session_6 .more-box a{
	width:235px;
}



.session_7{
	position:relative;
	background:url('../images/img_4.jpg') center center no-repeat;
	background-size:cover;
	height:980px;
	padding:90px 0;
	box-sizing:border-box;
}
.session_7:before{
	position:absolute;
	content:'';
	width:100%;
	height:1px;
	left:0;
	bottom:1px;
	background:rgba(255, 255, 255, 0.1);
}
.session_7 > .title-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.session_7 > .title-box .txt-box h3{
	font-size:40px;
	color:#FEFEFF;
	margin-bottom:20px;
}
.session_7 > .title-box .txt-box p{
	font-size:16px;
	color:#fff;
}
.session_7 .all-box{
	margin-top:110px;
}
.session_7 .all-box .swiper-container{
	padding:30px 0;
	box-sizing:border-box;
}
.session_7 .all-box .swiper-slide{
	transform:translateX(-70%);
}
.session_7 .all-box .item-box{
	display:block;
	height:550px;
	border-radius:20px;
	overflow:hidden;
	transition:all .5s;
}
.session_7 .all-box .item-box:hover{
	transform:translateY(-25px);
	height:600px;
}
.session_7 .all-box .item-box .img-box{
	width:100%;
	height:50%;
	overflow:hidden;
}
.session_7 .all-box .item-box .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all .5s;
}
.session_7 .all-box .item-box:hover .img-box img{
	transform:scale(1.1);
}
.session_7 .all-box .item-box .txt-box{
	position:relative;
	height:50%;
	background:#fff;
	padding:30px 30px 40px 40px;
	box-sizing:border-box;
}
.session_7 .all-box .item-box .txt-box h3{
	font-size:24px;
	margin-bottom:15px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}
.session_7 .all-box .item-box:hover .txt-box h3{
	color:#FF3A1F;
}
.session_7 .all-box .item-box .txt-box p{
	font-size:16px;
	color:#666;
	line-height:30px;

	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.session_7 .all-box .item-box .time-box{
	position:absolute;
	left:40px;
	right:30px;
	bottom:30px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	transition:all .5s;
}
.session_7 .all-box .item-box .time-box p{
	font-size:20px;
	font-weight:700;
}
.session_7 .all-box .item-box .time-box img{
	opacity:0;
	transform:translateY(-10px);
	transition:all .5s;
}
.session_7 .all-box .item-box:hover .time-box img{
	transform:translateY(0);
	opacity:1;
}


@media screen and (max-width: 1680px) {
	.session_5 .more-box{
		left:180px;
		bottom:150px;
	}
}

/*# sourceMappingURL=./index.css.map */