.banner-box {
	position: relative;
	width: 100%;
	height:100vh;
}
.banner-box .swiper-container{
	height:100%;
}
.banner-box .swiper-slide .img-box {
	height:100%;
}
.banner-box .swiper-slide .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-box .swiper-button-prev {
	left:60px;
}
.banner-box .swiper-button-next {
	right:60px;
}
.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
	width:60px;
	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-button-next:hover:after,
.banner-box .swiper-button-prev:hover:after{
	color:#E6081F;
}
.banner-box .swiper-pagination{
	bottom:60px;
	width:1600px;
	left:50%;
	transform:translateX(-50%);
	text-align:right;
}




.public-title h3{
	font-size:60px;
	opacity:0.1;
	line-height:0.8;
	font-family:'Fut';
}
.public-title p{
	font-size:36px;
	font-weight:700;
	margin-top:-16px;
}



.more-box{
	display:inline-block;
	position:relative;
	font-size:15px;
	margin-top:60px;
	padding-bottom:15px;
	box-sizing:border-box;
}
.more-box:before{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	width:38px;
	height:2px;
	background:#E6081F;
	z-index:12;
	transition:all .3s;
}
.more-box:after{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	width:100%;
	height:2px;
	background:#000;
	z-index:10;
}
.more-box:hover img,
.more-box img.active{
	display:none;
}
.more-box img{
	position:relative;
	margin-left:15px;
	top:-2px;
}
.more-box:hover{
	color:#E6081F;
}
.more-box:hover img.active{
	display:inline-block;
}
.more-box:hover:before{
	width:100%;
}





.session_1{
	padding-top:120px;
	padding-bottom:150px;
	background:#F2F2F2;
}
.session_1 .info-box{
	display:flex;
	justify-content:space-between;
}
.session_1 .info-box .des-box{
	width:755px;
	padding-right:80px;
	box-sizing:border-box;
}
.session_1 .info-box .des-box h3{
	font-size:30px;
	margin-bottom:25px;
}
.session_1 .info-box .des-box p{
	color:#666666;
	font-size:15px;
	line-height:36px;
}
.session_1 .all-box .img-box{
	margin-top:92px;
}
.session_1 .all-box .img-box img{
	width:100%;
}




.session_2{
	background:url('../images/img_1.png') center center no-repeat;
	background-size:cover;
	padding-top:100px;
	box-sizing:border-box;
}
.session_2 .public-title{
	text-align:center;
}
.session_2 .public-title p,
.session_2 .public-title h3{
	color:#fff;
}
.session_2 .all-box{
	margin-top:80px;
}
.session_2 .all-box .swiper-slide .item-box{
	position:relative;
	padding-top:72px;
	padding-bottom:120px;
	box-sizing:border-box;
}
.session_2 .all-box .swiper-slide .item-box p{
	opacity:0;
	font-size:15px;
	color:#666666;
	line-height:30px;
	padding-right:210px;
	box-sizing:border-box;
}
.session_2 .all-box .swiper-slide .item-box h3{
	opacity:0;
	font-size:30px;
	margin-bottom:35px;
}
.session_2 .all-box .swiper-slide .item-box h3 img{
	margin-right:40px;
}
.session_2 .all-box .swiper-slide .item-box:before{
	position:absolute;
	content:'';
	background:#fff;
	width:calc(100% - 120px);
	height:100%;
	left:-65px;
	top:0;
	z-index:-1;
	opacity:0;
}
.session_2 .all-box .swiper-slide .item-box:after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0,0.7);
}
.session_2 .all-box .swiper-slide-active .item-box h3{
	opacity:1;
}
.session_2 .all-box .swiper-slide-active .item-box p{
	opacity:1;
}
.session_2 .all-box .swiper-slide-active .item-box:after{
	display:none;
}
.session_2 .all-box .swiper-slide-active .item-box:before{
	opacity:1;
}
.session_2 .img-box{
	margin-top:80px;
}
.session_2 .img-box img{
	width:100%;
}
.session_2 .all-box .swiper-slide .item-box .arr-box{
	width:90px;
	height:60px;
	position:absolute;
	bottom:30px;
	right:0;
	opacity:0;
}
.session_2 .all-box .swiper-slide-active .item-box .arr-box{
	opacity:1;
}
.session_2 .all-box .swiper-slide .item-box .arr-box .swiper-button-next{
	right:0;
}
.session_2 .all-box .swiper-slide-active .item-box .arr-box .swiper-button-next:hover img,
.session_2 .all-box .swiper-slide-active .item-box .arr-box .swiper-button-prev:hover img,
.session_2 .all-box .swiper-slide .item-box .arr-box img.active{
	display:none;
}
.session_2 .all-box .swiper-slide-active .item-box .arr-box .swiper-button-prev:hover img.active,
.session_2 .all-box .swiper-slide-active .item-box .arr-box .swiper-button-next:hover img.active{
	display:inline-block;
}
.session_2 .swiper-button-next:after,
.session_2 .swiper-button-prev:after{
	display:none;
}






.session_3 {
	margin-top:120px;
}
.session_3 > .public-title{
	text-align: left;
	padding-bottom:40px;
	border-bottom:1px solid #E6E6E6;
}
.session_3 .public-title p{
	margin-top:0;
}
.session_3 .all-box {
	display: flex;
	justify-content: space-between;
	margin-top:105px;
}
.session_3 .all-box .left-box {
	width:53.125%;
}
.session_3 .all-box .left-box .item-box .img-box img {
	width: 100%;
}
.session_3 .all-box .left-box .item-box .txt-box {
	margin-top:35px;
	border-bottom: 1px solid #e6e6e6;
	padding-left:15px;
	padding-bottom:30px;
	box-sizing:border-box;
}
.session_3 .all-box .left-box .item-box .txt-box h3{
	font-size:24px;
	margin-bottom:15px;
}
.session_3 .all-box .left-box .item-box .txt-box p {
	font-size: 16px;
	color: #666666;
	line-height:24px;
}
.session_3 .all-box .right-box {
	position: relative;
	width:46.875%;
	padding-top:50px;
	box-sizing: border-box;
}
.session_3 .all-box .right-box .swiper-button-next,
.session_3 .all-box .right-box .swiper-button-prev {
	top: auto;
	width: auto;
	height: auto;
	margin: 0;
	left: 50%;
	line-height: 1;
}
.session_3 .all-box .right-box .swiper-button-next:after,
.session_3 .all-box .right-box .swiper-button-prev:after {
	color: #333;
	font-size: 24px;
	transform: rotate(90deg);
	font-weight:700;
}
.session_3 .all-box .right-box .swiper-button-next:hover:after,
.session_3 .all-box .right-box .swiper-button-prev:hover:after {
	color:#E6081F;
}
.session_3 .all-box .right-box .swiper-button-prev {
	top:-40px;
	margin-left:50px;
}
.session_3 .all-box .right-box .swiper-button-next {
	bottom:75px;
	right:auto;
	margin-left:50px;
}
.session_3 .all-box .right-box .swiper-container {
	height: 375px;
}
.session_3 .all-box .right-box .swiper-slide {
	height: 125px;
	padding-top: 32px;
	box-sizing: border-box;
}
.session_3 .all-box .right-box .item-box {
	position: relative;
	padding-left:280px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.session_3 .all-box .right-box .item-box .icon-box{
	margin-right:15px;
}
.session_3 .all-box .right-box .item-box .icon-box img.active{
	display:none;
}
.session_3 .all-box .right-box .item-box:before {
	position: absolute;
	content: '';
	width: 0px;
	height: 1px;
	background:#E6081F;
	left:45px;
	top:25px;
	transition: all .3s .3s;
}
.session_3 .all-box .right-box .swiper-slide-thumb-active .item-box .icon-box img{
	display:none;
}
.session_3 .all-box .right-box .swiper-slide-thumb-active .item-box .icon-box img.active{
	display:inline-block;
}
.session_3 .all-box .right-box .item-box h3 {
	font-size: 16px;
	color: #999999;
	font-weight: 400;
}
.session_3 .all-box .right-box .item-box h3 span{
	font-size:20px;
	color:#222;
	margin-right:10px;
}
.session_3 .all-box .right-box .item-box p {
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}
.session_3 .all-box .right-box .swiper-slide-thumb-active .item-box p,
.session_3 .all-box .right-box .swiper-slide-thumb-active .item-box h3 span,
.session_3 .all-box .right-box .swiper-slide-thumb-active .item-box h3 {
	color: #E6081F;
}
.session_3 .all-box .right-box .swiper-slide-thumb-active .item-box:before {
	width:200px;
}



.session_4{
	margin-top:120px;
	background:#F8F8F8;
	padding-top:100px;
	padding-bottom:150px;
	box-sizing:border-box;
}
.session_4 .title-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-bottom:40px;
	border-bottom:1px solid #E6E6E6;
	box-sizing:border-box;
}
.session_4 .title-box .more-box{
	margin-top:0;
}
.session_4 .all-box{
	position:relative;
	margin-top:110px;
}
.session_4 .all-box .swiper-container{
	padding-top:35px;
	padding-bottom:35px;
}
.session_4 .all-box .item-box{
	position:relative;
}
.session_4 .all-box .item-box:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.4);
	opacity:1;
	transition:all .5s;
	z-index:10;
}
.session_4 .all-box .img-box img{
	width:100%;
	height:480px;
	object-fit:cover;
	transition:all .5s;
	z-index:5;
}
.session_4 .all-box .item-box .txt-box{
	position:absolute;
	left:32px;
	right:32px;
	bottom:35px;
	padding-bottom:15px;
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
	display:flex;
	justify-content:space-between;
	align-items:center;
	transition:all .3s;
	z-index:15;
}
.session_4 .all-box .item-box .txt-box p{
	color:#fff;
	font-size:16px;
}
.session_4 .all-box .item-box:hover:before{
	width:0;
	opacity:0;
}
.session_4 .all-box .item-box:hover .img-box img{
	transform:scaleY(1.08);
}
.session_4 .all-box .item-box:hover .txt-box{
	transform:translateY(25px);
}
.session_4 .swiper-button-prev,
.session_4 .swiper-button-next{
	width:60px;
	height:60px;
	background:rgba(0, 0, 0, 0.2);
	border-radius:10px;
}
.session_4 .swiper-button-prev{
	left:-100px;
}
.session_4 .swiper-button-next{
	right:-100px;
}
.session_4 .swiper-button-prev:after,
.session_4 .swiper-button-next:after{
	color:#FFFFFF;
	font-size:24px;
	font-weight:700;
}
.session_4 .swiper-button-prev:hover,
.session_4 .swiper-button-next:hover{
	background:#E6081F;
}



.session_5{
	background:url('../images/img_2.png') center center no-repeat;
	background-size:cover;
	padding-top:220px;
	padding-bottom:220px;
	box-sizing:border-box;
}
.session_5 .all-box{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	padding-left:60px;
	box-sizing:border-box;
}
.session_5 .all-box .info-box{
	padding-bottom:60px;
	box-sizing:border-box;
}
.session_5 .all-box .title-box{
	position:relative;
	padding-bottom:45px;
	margin-bottom:30px;
}
.session_5 .all-box .title-box:before{
	position:absolute;
	content:'';
	width:122px;
	height:3px;
	left:0;
	bottom:-1px;
	background:#E6081F;
	z-index:5;
}
.session_5 .all-box .title-box:after{
	position:absolute;
	content:'';
	width:100%;
	height:1px;
	left:0;
	bottom:0;
	background:rgba(255, 255, 255, 0.25);
	z-index:3;
}
.session_5 .all-box .title-box h3{
	font-size:48px;
	color:#fff;
	margin-bottom:40px;
}
.session_5 .all-box .des-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.session_5 .all-box .des-box p{
	font-size:30px;
	color:#fff;
	line-height:48px;
}
.session_5 .all-box .img-box{
	width:56.25%;
}
.session_5 .all-box .img-box img{
	width:100%;
}



.session_6{
	margin-top:110px;
	margin-bottom:120px;
}
.session_6 .title-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-bottom:40px;
	border-bottom:1px solid #E6E6E6;
	box-sizing:border-box;
}
.session_6 .title-box .more-box{
	margin-top:0;
}
.session_6 .all-box{
	margin-top:100px;
	display:flex;
	justify-content:space-between;
}
.session_6 .all-box .item-box{
	position:relative;
	width:calc(calc(100% - 195px)/4);
	height:520px;
}
.session_6 .all-box .item-box:nth-child(1):before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.2);
	z-index:15;
}
.session_6 .all-box .item-box:nth-child(1) .img-box{
	width:100%;
	height:100%;
	overflow:hidden;
}
.session_6 .all-box .item-box .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all .5s;
}
.session_6 .all-box .item-box .txt-box{
	position:absolute;
	left:30px;
	right:25px;
	bottom:20px;
	z-index:20;
}
.session_6 .all-box .item-box .txt-box h3{
	font-size:18px;
	color:#fff;
	line-height:36px;
}
.session_6 .all-box .item-box:nth-child(4),
.session_6 .all-box .item-box:nth-child(3),
.session_6 .all-box .item-box:nth-child(2){
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.session_6 .all-box .item-box p.time{
	font-size:30px;
	font-weight:700;
}
.session_6 .all-box .item-box p.time span{
	font-size:14px;
	font-weight:700;
	margin-left:10px;
}
.session_6 .all-box .item-box .info-box .img-box{
	margin-top:25px;
	overflow:hidden;
}
.session_6 .all-box .item-box .info-box .img-box img{
	height:180px;
	transition:all .3s;
}
.session_6 .all-box .item-box .info-box h3{
	font-size:18px;
	margin-top:40px;
	margin-bottom:12px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.session_6 .all-box .item-box .info-box p.des{
	font-size:14px;
	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_6 .all-box .item-box a.more-box{
	width:100px;
}
.session_6 .all-box .item-box:nth-child(1):hover h3,
.session_6 .all-box .item-box .info-box:hover h3{
	color:#E6081F;
}
.session_6 .all-box .item-box:nth-child(1):hover .img-box img,
.session_6 .all-box .item-box .info-box:hover .img-box img{
	transform:scale(1.08);
}


@media screen and (max-width: 1680px) {
	.session_4 .swiper-button-prev{
		left:0;
	}
	.session_4 .swiper-button-next{
		right:0;
	}
}

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