.banner-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner-box .swiper-slide .img-box {
	height: 100vh;
}
.banner-box .swiper-slide .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-box .swiper-button-prev {
	left:40px;
}
.banner-box .swiper-button-next {
	right:40px;
}
.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
	width: 60px;
	height: 120px;
	line-height: 120px;
}
.banner-box .swiper-button-next:after,
.banner-box .swiper-button-prev:after {
	font-size: 30px;
	color: #fff;
	font-weight:100;
}
.banner-box .swiper-pagination{
	bottom:35px !important;
}




.session_1 {
	position: relative;
	padding-top: 100px;
	padding-bottom:165px;
	box-sizing:border-box;
	background:url('../images/img_1.png') center center no-repeat;
	background-size:cover;
}
.session_1 .title-box{
	text-align:center;
}
.session_1 .title-box h3{
	font-size:40px;
	color:#ffffff;
	margin-bottom:15px;
}
.session_1 .title-box p{
	font-size:16px;
	color:#ffffff;
}
.session_1 .all-box{
	margin-top:80px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.session_1 .all-box .item-box{
	position:relative;
	top:200px;
	width:180px;
	height:170px;
	background:url('../images/icon_2.png') center center no-repeat;
	background-size:100% 100%;
	text-align:center;
	padding-top:40px;
	box-sizing:border-box;
	z-index:10;
}
.session_1 .all-box .item-box h3{
	font-size:60px;
	color:#FC671A;
	margin-bottom:8px;
}
.session_1 .all-box .item-box:nth-child(2) h3{
	font-size:48px;
}
.session_1 .all-box .item-box h3 span{
	font-size:14px;
	color:#666666;
	font-weight:400;
	position:relative;
	top:-6px;
	margin-left:3px;
}
.session_1 .all-box .item-box h3 em{
	font-style:normal;
	font-family:'DIN';
}
.session_1 .all-box .item-box p{
	font-size:16px;
	color:#666666;
}
.session_1 .all-box .item-box:nth-child(1){
	animation:sportst 7s linear infinite;
}
.session_1 .all-box .item-box:nth-child(2){
	top:0;
	animation:sportsb 6s linear infinite;
}
.session_1 .all-box .item-box:nth-child(3){
	animation:sportst 10s linear infinite;
}
.session_1 .all-box .item-box:nth-child(4){
	top:0;
	animation:sportsb 7.5s linear infinite;
}
.session_1 .all-box .item-box:nth-child(5){
	animation:sportst 6s linear infinite;
}
.session_1 .line{
	position: relative;
	height: 400px;
	width: 100%;
	margin-top: -170px;
}
.session_1 .line .editorial{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:10px;
	z-index:1;
}
.session_1 .line .parallax>use{
	animation:move-forever 12s linear infinite;
}
.session_1 .line .parallax>use:nth-child(1){
	animation-delay:-1s;
}
.session_1 .line .parallax>use:nth-child(2){
	animation-delay:-2s;
	animation-duration:10s;
}
.session_1 .line .parallax>use:nth-child(3){
	animation-delay:-4s;
	animation-duration:12s;
}
@keyframes sportsb{
	0%{
		transform:translateY(0);
	}
	50%{
		transform:translateY(200px);
	}
	100%{
		transform:translateY(0);
	}
}
@keyframes sportst{
	0%{
		transform:translateY(0);
	}
	50%{
		transform:translateY(-200px);
	}
	100%{
		transform:translateY(0);
	}
}
@keyframes move-forever{
	0%{
		transform:translate(-90px, 0%);
		-webkit-transform:translate(-90px, 0%);
	}
	100%{
		transform:translate(85px, 0%);
		-webkit-transform:translate(85px, 0%);
	}
}
@-webkit-keyframes move-forever{
	0%{
		transform:translate(-90px, 0%);
		-webkit-transform:translate(-90px, 0%);
	}
	100%{
		transform:translate(85px, 0%);
		-webkit-transform:translate(85px, 0%);
	}
}



.session_2{
	position:relative;
	background:#f8f8f8;
	padding-top:100px;
	padding-bottom:125px;
	box-sizing:border-box;
}
.session_2 > .title-box{
	text-align:center;
}
.session_2 > .title-box h3{
	font-size:40px;
	margin-bottom:15px;
}
.session_2 > .title-box p{
	font-size:16px;
	color:#666666;
}
.session_2 .icon-box{
	position:absolute;
	left:8.3%;
	top:65px;
}
.session_2 .all-box{
	position:relative;
	margin-top:100px;
}
.session_2 .all-box .item-box{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.session_2 .all-box .item-box .info-box{
	padding-top:50px;
	box-sizing:border-box;
	width:50%;
	padding-right:45px;
	box-sizing:border-box;
}
.session_2 .all-box .item-box .info-box .title-box{
	position:relative;
	padding-left:25px;
}
.session_2 .all-box .item-box .info-box .title-box:before{
	position:absolute;
	content:'';
	width:60px;
	height:60px;
	left:0;
	top:-20px;
	background:url('../images/icon_3.png') center center no-repeat;
	background-size:100% 100%;
	z-index:-1;
}
.session_2 .all-box .item-box .info-box .title-box h3{
	font-size:30px;
	color:#000;
	margin-bottom:15px;
}
.session_2 .all-box .item-box .info-box .title-box p{
	color:#000;
	font-size:20px;
}
.session_2 .all-box .item-box .info-box .des-box{
	margin-top:40px;
}
.session_2 .all-box .item-box .info-box .des-box p{
	position:relative;
	font-size:15px;
	line-height:30px;
	padding-left:25px;
	color:#666666;
	box-sizing:border-box;
}
.session_2 .all-box .item-box .info-box .des-box p:before{
	position:absolute;
	content:'';
	width:5px;
	height:5px;
	background:#FC671A;
	border-radius:50%;
	left:10px;
	top:12px;
}
.session_2 .all-box .item-box .img-box{
	position:relative;
	width:50%;
}
.session_2 .all-box .item-box .img-box:before{
	position:absolute;
	content:'';
	width:200px;
	height:1px;
	background:#FC671A;
	left:-200px;
	top:60px;
}
.session_2 .all-box .menu-box{
	position:absolute;
	left:0;
	bottom:0;
	width:50%;
	display:flex;
	justify-content:space-between;
	padding-right:45px;
	box-sizing:border-box;
	z-index:10;
}
.session_2 .all-box .menu-box .txt-box{
	width:120px;
	height:90px;
	line-height:90px;
	border-radius: 0px 20px 0px 20px;
	background:#fff;
	text-align:center;
}
.session_2 .all-box .menu-box .txt-box a{
	position:relative;
	font-size:30px;
}
.session_2 .all-box .menu-box .txt-box a:before{
	position:absolute;
	content:'';
	width:8px;
	height:8px;
	border:2px solid #FC671A;
	border-radius:100%;
	top:-5px;
	right:-5px;
	box-sizing:border-box;
}
.session_2 .all-box .menu-box .txt-box.active{
	background:#FC671A;
}
.session_2 .all-box .menu-box .txt-box.active a{
	color:#ffffff;
}
.session_2 .all-box .menu-box .txt-box.active a:before{
	border-color:#fff;
}






.session_3{
	position:relative;
	background:url('../images/img_2.png') center center no-repeat;
	background-size:cover;
	height:900px;
}
.session_3 .content-box{
	position:absolute;
	right:8.3%;
	top:95px;
	text-align:right;
}
.session_3 .content-box p:nth-child(1){
	font-size:30px;
	color:#fff;
}
.session_3 .content-box p:nth-child(1) span{
	font-size:72px !important;
	font-family:'DIN';
}
.session_3 .content-box p:nth-child(2){
	font-size:40px;
	color:#fff;
	font-weight:700;
	margin-top:30px;
	margin-bottom:15px;
}
.session_3 .content-box p:nth-child(3){
	font-size:20px;
	color:#fff;
}
.session_3 .all-box{
	position:relative;
	height:100%;
}
.session_3 .all-box .info-box{
	position:absolute;
	left:0;
	bottom:0;
	width:55%;
	height:320px;
	background:#F5F5F5;
	border-radius: 0px 30px 0px 0px;
	padding-left:12.5%;
	padding-right:65px;
	padding-top:40px;
	box-sizing:border-box;
}
.session_3 .all-box .info-box .txt-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.session_3 .all-box .info-box .txt-box .title-box p{
	color:#EEEEEE;
	font-size:60px;
	font-family:'DIN';
}
.session_3 .all-box .info-box .txt-box .title-box h3{
	color:#010101;
	font-size:40px;
	margin-top:-20px;
}
.session_3 .all-box .info-box .txt-box .more-box a{
	font-size:15px;
	color:#999;
}
.session_3 .all-box .info-box .txt-box .more-box a img{
	margin-left:10px;
}
.session_3 .all-box .info-box .txt-box .more-box:hover a{
	color:#FC671A;
}
.session_3 .all-box .info-box .txt-box .more-box:hover a img,
.session_3 .all-box .info-box .txt-box .more-box a img.active{
	display:none;
}
.session_3 .all-box .info-box .txt-box .more-box:hover a img.active{
	display:inline-block;
}


.session_3 .all-box .info-box .des-box{
	margin-top:25px;
}
.session_3 .all-box .info-box .des-box p{
	font-size:15px;
	color:#656565;
	line-height:36px;
}
.session_3 .all-box .imgs{
	position:absolute;
	left:55%;
	right:12.5%;
	display:flex;
	justify-content:flex-start;
	bottom:0;
}
.session_3 .all-box .imgs .item-box{
	width:200px;
	height:200px;
	text-align:center;
	padding-top:50px;
	box-sizing:border-box;
}
.session_3 .all-box .imgs .item-box:nth-child(1){
	background:#222;
}
.session_3 .all-box .imgs .item-box:nth-child(2){
	background:#303030;
}
.session_3 .all-box .imgs .item-box:nth-child(3){
	background:#4B4B4B;
	border-radius: 0px 30px 0px 0px;
}
.session_3 .all-box .imgs .item-box:hover{
	background:#FC671A;
}
.session_3 .all-box .imgs .item-box p{
	font-size:18px;
	color:#fff;
	margin-top:30px;
}
.session_3_1{
	background:#F5F5F5;
	padding-top:90px;
	padding-bottom:85px;
	box-sizing:border-box;
}
.session_3_1 .all-box{
	display:flex;
	justify-content:space-between;
}
.session_3_1 .item-box{
	text-align:center;
	width:20%;
}
.session_3_1 .item-box h3 em{
	font-size:40px;
	font-family:'DIN';
	font-style:normal;
}
.session_3_1 .item-box h3 span{
	position:relative;
	font-size:16px;
	font-weight:400;
	display:inline-block;
	margin-left:5px;
	top:-5px;
}
.session_3_1 .item-box p{
	font-size:16px;
	color:#666;
	margin-top:10px;
}
.session_3_1 .imgs{
	margin-top:73px;
	width:1400px;
	display:flex;
	justify-content:space-between;
}
.session_3_1 .imgs .img-box{
	width:33%;
}
.session_3_1 .imgs .img-box img{
	width:100%;
	height:200px;
	border-radius:9px;
	object-fit:cover;
}



.session_4{
	position:relative;
}
.session_4 .bg-box{
	position:absolute;
	right:0;
	top:0;
}
.session_4 > .title-box{
	text-align:center;
	padding-top:115px;
}
.session_4 > .title-box span{
	font-size:30px;
	color:#FC671A;
	font-family:'DIN';
}
.session_4 > .title-box h3{
	font-size:40px;
	color:#000;
	margin-top:20px;
	margin-bottom:18px;
}
.session_4 > .title-box p{
	font-size:30px;
	color:#000;
	font-weight:700;
}
.session_4 .all-box{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	padding-left:8.3%;
	box-sizing:border-box;
}
.session_4 .all-box .tab-box{
	width:150px;
}
.session_4 .all-box .tab-box .item-box{
	width:150px;
	height:142px;
	line-height:142px;
	text-align:center;
	padding-top:35px;
	margin-bottom:25px;
	background:url('../images/icon_6.png') center center no-repeat;
	background-size:100% 100%;
	box-sizing:border-box;
}
.session_4 .all-box .tab-box .item-box:nth-child(4),
.session_4 .all-box .tab-box .item-box:nth-child(3){
	padding-top:22px;
}
.session_4 .all-box .tab-box .item-box.active .icon-box img,
.session_4 .all-box .tab-box .item-box .icon-box img.active{
	display:none;
}
.session_4 .all-box .tab-box .item-box.active .icon-box img.active{
	display:inline-block;
}
.session_4 .all-box .tab-box .item-box p{
	margin-top:15px;
}
.session_4 .all-box .tab-box .item-box.active{
	background-image:url('../images/icon_6_1.png');
}
.session_4 .all-box .tab-box .item-box.active p{
	color:#ffffff;
}
.session_4 .all-box .list-box{
	width:calc(100% - 150px);
	padding-left:6.4%;
	padding-right:16%;
	box-sizing:border-box;
}
.session_4 .all-box .list-box .item-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.session_4 .all-box .list-box .item-box .img-box img{
	width:100%;
}
.session_4 .all-box .list-box .item-box .title-box h3{
	font-size:48px;
	color:#000;
	margin-bottom:25px;
}
.session_4 .all-box .list-box .item-box .title-box p{
	color:#666666;
	font-size:18px;
}
.session_4 .all-box .list-box .item-box a{
	display:inline-block;
	width:190px;
	height:60px;
	line-height:60px;
	border:2px solid #FC671A;
	border-radius:12px;
	text-align:center;
	font-size:16px;
	color:#FC671A;
	margin-top:130px;
}
.session_4 .all-box .list-box .item-box a img{
	margin-left:30px;
}




.session_5{
	margin-top:75px;
	padding-left:8.3%;
	padding-right:8.3%;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
}
.session_5 .col-md-3{
	position:relative;
	width:48%;
}
.session_5 .info-box{
	width:48%;
}
.session_5 .info-box .col-md-3{
	width:100%;
}
.session_5 .col-md-3 .img-box{
	width:100%;
	height:290px;
	margin-bottom:50px;
	border-radius:12px;
	overflow:hidden;
}
.session_5 > .col-md-3 .img-box{
	height:630px;
}
.session_5 > .col-md-3 .list-box{
	margin-top:75px;
	display:flex;
	justify-content:space-between;
	padding-right:30%;
	box-sizing:border-box;
}
.session_5 > .col-md-3 .list-box .item-box h3 em{
	font-size:48px;
	color:#fff;
	font-style:normal;
	font-family:'DIN';
}
.session_5 > .col-md-3 .list-box .item-box h3 span{
	font-size:16px;
	color:#fff;
	position:relative;
	left:2px;
	top:-3px;
}
.session_5 > .col-md-3 .list-box .item-box p{
	font-size:16px;
	color:#fff;
	margin-top:18px;
}
.session_5 .col-md-3 .img-box img{
	width:100%;
	height:100%;
	border-radius:12px;
	object-fit:cover;
	transition:all .3s;
}
.session_5 .col-md-3:hover .img-box img{
	transform:scale(1.1);
}
.session_5 .col-md-3 .all-box{
	position:absolute;
	left:72px;
	top:45px;
	bottom:45px;
}
.session_5 > .col-md-3 .all-box{
	bottom:165px;
	right:0;
}
.session_5 .col-md-3 .all-box .title-box h3{
	position:relative;
	font-size:36px;
	color:#fff;
	margin-bottom:40px;
}
.session_5 .col-md-3 .all-box .title-box h3:before{
	position:absolute;
	content:'';
	width:66px;
	height:2px;
	background:#FC671A;
	bottom:-20px;
	left:0;
}
.session_5 .col-md-3 .all-box .title-box p{
	font-size:16px;
	color:#fff;
}
.session_5 .all-box .more-box{
	position:absolute;
	bottom:0;
}
.session_5 .all-box .more-box a{
	font-size:15px;
	color:#999;
}
.session_5 .all-box .more-box a img{
	margin-left:10px;
	position:relative;
	top:-2px;
}
.session_5 .all-box .more-box:hover a{
	color:#FC671A;
}
.session_5 .all-box .more-box:hover a img,
.session_5 .all-box .more-box a img.active{
	display:none;
}
.session_5 .all-box .more-box:hover a img.active{
	display:inline-block;
}





.session_6{
	position:relative;
	margin-top:40px;
	background:url('../images/img_3.png') center center no-repeat;
	background-size:cover;
	padding-top:80px;
	padding-bottom:100px;
	box-sizing:border-box;
}
.session_6 .all-box{
	width:1620px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	box-sizing:border-box;
}
.session_6 .info-box .icon-box{
	width:5%;
}
.session_6 .info-box{
	width:40%;
	padding-left:5%;
	box-sizing:border-box;
}
.session_6 .info-box .title-box{
	position:relative;
	margin-bottom:45px;
}
.session_6 .info-box .title-box h3{
	font-size:30px;
	color:#000;
	margin-bottom:12px;
}
.session_6 .info-box .title-box p{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.session_6 .info-box .title-box:nth-child(1):before{
	position:absolute;
	content:'';
	width:80px;
	height:3px;
	background:#FC671A;
	left:0;
	bottom:-22px;
}
.session_6 .imgs{
	width:56%;
}
.session_6 .imgs img{
	max-width:100%;
}
.session_6 .swiper-pagination{
	position:static;
	margin-top:60px;
}
.session_6 .public-pagination .swiper-pagination-bullet{
	background:rgba(167,167,167,0.3);
}
.session_6 .public-pagination .swiper-pagination-bullet-active{
	background:#FC671A;
}






.session_7{
	margin-top:90px;
	width:1600px;
}
.session_7 > .title-box h3{
	font-size:40px;
	color:#000;
	margin-bottom:15px;
}
.session_7 > .title-box p{
	font-size:16px;
	color:#666;
}
.session_7 .all-box{
	margin-top:50px;
	display:flex;
	justify-content:space-between;
}
.session_7 .all-box .img-box{
	width:50%;
}
.session_7 .all-box .img-box img{
	width:100%;
	height:520px;
	object-fit:cover;
}
.session_7 .all-box .list-box{
	position:relative;
	width:50%;
	padding-left:90px;
	box-sizing:border-box;
}
.session_7 .all-box .list-box .item-box{
	position:relative;
	height:111px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.session_7 .all-box .list-box .item-box .time-box{
	width:60px;
	text-align:center;
}
.session_7 .all-box .list-box .item-box .time-box h3{
	font-size:48px;
	margin-bottom:8px;
}
.session_7 .all-box .list-box .item-box .time-box p{
	font-size:14px;
}
.session_7 .all-box .list-box .item-box .title-box{
	position:relative;
	width:calc(100% - 60px);
	padding-left:90px;
	box-sizing:border-box;
}
.session_7 .all-box .list-box .item-box .title-box:before{
	position:absolute;
	content:'';
	left:42px;
	top:50%;
	transform:translateY(-50%);
	width:1px;
	height:75px;
	background:#DCDCDC;
}
.session_7 .all-box .list-box .item-box .title-box h3{
	font-size:20px;
	margin-bottom:10px;
}
.session_7 .all-box .list-box .item-box:hover .title-box h3{
	color:#FC671A;
}
.session_7 .all-box .list-box .item-box .title-box p{
	font-size:14px;
	color:#666;
	line-height:24px;
}
.session_7 .all-box .list-box .arr-box{
	position:absolute;
	width:135px;
	height:56px;
	right:0;
	bottom:0;
}
.session_7 .all-box .list-box .arr-box .swiper-button-prev,
.session_7 .all-box .list-box .arr-box .swiper-button-next{
	width:56px;
	height:56px;
	background:#EEEEEE;
	border-radius:6px;
}
.session_7 .all-box .list-box .arr-box .swiper-button-next{
	right:0;
}
.session_7 .all-box .list-box .arr-box .swiper-button-next:hover,
.session_7 .all-box .list-box .arr-box .swiper-button-prev:hover{
	background:#FC671A;
}
.session_7 .swiper-button-next:after,
.session_7 .swiper-button-prev:after{
	color:#666666;
	font-size:14px;
}
.session_7 .swiper-button-next:hover:after,
.session_7 .swiper-button-prev:hover:after{
	color:#fff;
}


@media screen and (max-width: 1680px) {
	.session_2 .icon-box{
		display:none;
	}
	.session_3 .all-box .info-box{
		padding-left:4%;
	}
	.session_3 .all-box .imgs{
		right:4%;
	}
	.session_4 .all-box{
		padding-left:4%;
	}
	.session_4 .all-box .list-box{
		padding-right:4%;
	}
	.session_4 .all-box .list-box .item-box .title-box{
		width:35%;
	}
	.session_4 .all-box .list-box .item-box .title-box h3{
		font-size:36px;
	}
	.session_5{
		padding-left:4%;
		padding-right:4%;
	}
	.session_5 > .col-md-3 .list-box{
		padding-right:10%;
	}
	.session_6 .all-box{
		width:1200px !important;
	}
	.session_6 .all-box .icon-box{
		display:none;
	}
	.session_6 .info-box{
		padding-left:0;
	}
	.session_6 .info-box .title-box p{
		white-space:nowrap;
	}
	.session_7 .all-box .img-box{
		width:45%;
	}
	.session_7 .all-box .list-box{
		width:55%;
		padding-left:40px;
	}
}

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