.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:#0069B7;
}
.banner-box .swiper-pagination{
	bottom:50px;
}


/*更多*/
.more-box a{
	font-size:16px;
}
.more-box a:hover{
	color:#0E9E9F;
}


.session_1{
	position:relative;
	padding:75px 0;
	box-sizing:border-box;
}
.session_1 .icon-box{
	position:absolute;
	left:30px;
	top:50%;
	transform:translateY(-50%);
}
.session_1 .all-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.session_1 .all-box .info-box{
	text-align:center;
}
.session_1 .all-box .info-box p{
	margin-top:30px;
	font-size:16px;
	line-height:30px;
}
.session_1 .all-box .info-box .more-box{
	margin-top:35px;
}



.session_2{
	position:relative;
	background:url('../images/img_1.jpg') center center no-repeat;
	background-size:cover;
	width:100%;
	height:900px;
}
.session_2:before{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	width:50%;
	height:320px;
	background:#ffffff;
}
.session_2 .all-box{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	width:1400px;
	height:320px;
	display:flex;
}
.session_2 .all-box .des-box{
	width:50%;
	padding:60px 65px 0 0;
	box-sizing:border-box;
}
.session_2 .all-box .des-box p{
	margin-top:40px;
	font-size:15px;
	color:#666;
	line-height:36px;
}
.session_2 .all-box .des-box .more-box{
	margin-top:30px;
}
.session_2 .all-box .list-box{
	position:absolute;
	width:50%;
	height:200px;
	left:50%;
	bottom:0;
	display:flex;
	justify-content:flex-start;
}
.session_2 .all-box .list-box .item-box{
	display:block;
	width:200px;
	height:100%;
	text-align:center;
	padding-top:40px;
	box-sizing:border-box;
}
.session_2 .all-box .list-box .item-box .icon-box img{
	height:47px;
}
.session_2 .all-box .list-box .item-box p{
	font-size:18px;
	color:#fff;
	margin-top:40px;
}
.session_2 .all-box .list-box .item-box:nth-child(1){
	background:#0E9E9F;
}
.session_2 .all-box .list-box .item-box:nth-child(2){
	background:#303030;
}
.session_2 .all-box .list-box .item-box:nth-child(3){
	background:#4B4B4B;
}

.session_2_1{
	background:url('../images/icon_6.png') center center no-repeat;
	width:100%;
	height:215px;
	background-size:cover;
}
.session_2_1 .list-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:1400px;
}
.session_2_1 .list-box .item-box{
	padding-top:70px;
	height:100%;
}
.session_2_1 .list-box .item-box h3 span.txt_1,
.session_2_1 .list-box .item-box h3 em{
	font-size:50px;
	color:#0E9E9F;
	font-style:normal;
}
.session_2_1 .list-box .item-box h3 span.txt_2{
	font-size:14px;
	color:#0E9E9F;
}
.session_2_1 .list-box .item-box p{
	font-size:16px;
	margin-top:10px;
}



.session_3{
	background:url('../images/img_2.jpg') center center no-repeat;
	background-size:cover;
	padding:80px 0 80px 0;
	box-sizing:border-box;
}
.session_3 .public-title h3{
	color:#fff;
}
.session_3 .public-title .more-box{
	margin-top:20px;
}
.session_3 .public-title .more-box a{
	color:#fff;
}
.session_3 .all-box{
	display:flex;
	justify-content:space-between;
	margin-top:130px;
}
.session_3 .all-box .item-box{
	position:relative;
	width:9.7%;
	height:580px;
	top:0;

	transition:width .8s;
	overflow:hidden;
}
.session_3 .all-box .item-box .img-box,
.session_3 .all-box .item-box .img-box img{
	position:relative;
	width:100%;
	height:100%;
	border-radius:20px;
	object-fit:cover;
	overflow:hidden;
}
.session_3 .all-box .item-box .img-box:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius:20px;
	background:url('../images/icon_7.png') center center no-repeat;
	background-size:100% 100%;
	z-index:5;
	transition:all .5s;
}
.session_3 .all-box .item-box > h3{
	position:absolute;
	writing-mode:vertical-lr;
	white-space:nowrap;
	top:40px;
	left:50%;
	transform:translateX(-50%);
	z-index:6;
	font-size:20px;
	color:#fff;
	letter-spacing:4px;
	margin-left:6px;
}
.session_3 .all-box .item-box > h3 img{
	margin-bottom:30px;
	margin-left:-11px;
}
.session_3 .all-box .item-box.active{
	width:46%;
	top:-30px;
}
.session_3 .all-box .item-box.active > h3{
	opacity:0;	
}
.session_3 .all-box .item-box .cover-box{
	position:absolute;
	left:70px;
	right:60px;
	z-index:10;	
	will-change: transform;
}
.session_3 .all-box .item-box .cover-box h3{
	font-size:24px;
	color:#fff;
	margin-bottom:30px;
}
.session_3 .all-box .item-box .cover-box p{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.session_3 .all-box .item-box.active .cover-box{
	animation:move .5s forwards .5s;
}
@keyframes  move{
    /* 起始状态 */
	0% {  
		opacity:0;
		top:-172px; 
	  }
	/* 结束状态 */
	100% {  
		opacity:1;
		top:72px;
	}
}



.session_4{
	margin-top:80px;
	width:1400px;
}
.session_4 .title-box{
	display:flex;
	justify-content:space-between;
}
.session_4 .title-box .public-title .more-box{
	margin-top:15px;
}
.session_4 .title-box .list-box{
	display:flex;
	justify-content:flex-end;
}
.session_4 .title-box .list-box span{
	display:block;
	width:220px;
	height:100px;
	line-height:100px;
	font-size:16px;
	text-align:center;
	border:1px solid #D2D2D2;
	cursor:pointer;
}
.session_4 .title-box .list-box span.active{
	background:#0E9E9F;
	border-color:#0E9E9F;
	color:#fff;
}
.session_4 .title-box .list-box span:nth-child(5),
.session_4 .title-box .list-box span:nth-child(4),
.session_4 .title-box .list-box span:nth-child(3),
.session_4 .title-box .list-box span:nth-child(2){
	border-left:none;
}
.session_4 .all-box{
	margin-top:55px;
}
.session_4 .all-box .item-box{
	position:relative;
	display:block;
}
.session_4 .all-box .item-box p{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50px;
	line-height:50px;
	background:#0E9E9F;
	padding-left:40px;
	padding-right:40px;
	color:#fff;
	box-sizing:border-box;
}
.session_4 .all-box .item-box p span{
	position:absolute;
	right:30px;
	font-size:16px;
}



.session_5{
	margin-top:80px;
	background:url('../images/img_3.jpg') center center no-repeat;
	background-size:cover;
	padding:145px 0 280px 0;
	box-sizing:border-box;
}
.session_5 .title-box h3{
	font-size:45px;
	color:#fff;
	margin-bottom:25px;
}
.session_5 .title-box p{
	font-size:16px;
	color:#fff;
}
.session_5 .all-box{
	width:1400px;
}
.session_5 .list-box{
	margin-top:65px;
	display:flex;
	justify-content:flex-start;
}
.session_5 .list-box .item-box{
	width:124px;
	height:124px;
	border:1px solid #fff;
	margin-right:25px;
	border-radius:50%;
	text-align:center;
}
.session_5 .list-box .item-box:hover{
	background:#0E9E9F;
	border-color:#0E9E9F;
}
.session_5 .list-box .item-box .icon-box{
	width:48px;
	height:44px;
	line-height:44px;
	margin:0 auto;
	padding-top:25px;
}
.session_5 .list-box .item-box p{
	font-size:16px;
	color:#fff;
	margin-top:12px;
}



.session_6{
	margin-top:80px;
}
.session_6 .more-box{
	margin-top:15px;
}
.session_6 .all-box{
	width:1300px;
	margin-top:50px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.session_6 .all-box .item-box{
	position:relative;
}
.session_6 .all-box .left-box .item-box{
	position:relative;
	width:46.875%;
}
.session_6 .all-box .left-box .item-box .img-box{
	overflow:hidden;
}
.session_6 .all-box .left-box .item-box img{
	width:100%;
	height:500px;
	transition:all .5s;
	object-fit:cover;
}
.session_6 .all-box .left-box .item-box:hover .img-box img{
	transform:scale(1.1);
}
.session_6 .all-box .left-box .item-box .txt-box{
	position:absolute;
	left:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.3);
	width:100%;
}
.session_6 .all-box .left-box .item-box:hover .txt-box{
	background:#0E9E9F;
}
.session_6 .all-box .left-box .item-box .txt-box h3{
	font-size:18px;
	color:#fff;
	text-align:center;
	height:60px;
	line-height:60px;
}
.session_6 .all-box .item-box .txt-box h3{
	font-size:20px;
}
.session_6 .all-box .item-box .txt-box p{
	font-size:14px;
	line-height:24px;
	color:#666;
}
.session_6 .all-box > .item-box .txt-box h3{
	margin-top:35px;
	margin-bottom:10px;
}
.session_6 .all-box .right-box{ 
	width:53.125%;
	padding-left:60px;
	box-sizing:border-box;
}
.session_6 .all-box .right-box .item-box{
	width:100%;
	height:80px;
	margin-bottom:45px;
	background:#fff;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.session_6 .all-box .right-box .item-box:hover .txt-box h3{
	color:#0E9E9F;
}
.session_6 .all-box .right-box .item-box .time-box{
	position:relative;
	width:130px;
	height:80px;
	text-align:center;
	flex-shrink:0;
}
.session_6 .all-box .right-box .item-box .time-box h3{
	font-size:48px;
	font-weight:500;
	margin-bottom:15px;
}
.session_6 .all-box .right-box .item-box .time-box p{
	font-size:14px;
}
.session_6 .all-box .right-box .item-box .time-box:before{
	position:absolute;
	content:'';
	width:1px;
	height:100%;
	top:50%;
	right:0;
	transform:translateY(-50%);
	background:#efefef;
}
.session_6 .all-box .right-box .item-box .txt-box{
	padding-left:35px;
	padding-right:40px;
	box-sizing:border-box;
}
.session_6 .all-box .right-box .item-box .txt-box h3{
	margin-bottom:10px;
	font-weight:500;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.session_6 .all-box .right-box .item-box .txt-box p{
	font-size:14px;
	color:#666666;
	line-height:30px;

	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}





@media screen and (max-width: 1680px) {
	.session_1 .all-box .info-box p{
		zoom:.9;
	}
}

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