.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 !important;
}

/*首页通用标题*/
.public-title{
	text-align:center;
}
.public-title h3{
	font-size:30px;
	font-family:'AB';
	margin-bottom:15px;
}
.public-title p{
	font-size:16px;
	color:#666666;
}



.session_1{
	margin-top:100px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.session_1 .info-box .public-title{
	text-align:left;
}
.session_1 .info-box .des{
	margin-top:50px;
}
.session_1 .info-box .des p{
	font-size:14px;
	color:#666666;
	line-height:25px;
}
.session_1 .more-box{
	margin-top:55px;
}
.session_1 .video-box{
	position:relative;
	cursor: pointer;
}
.session_1 .video-box .icon-box{
	position:absolute;
	content:'';
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.session_2{
	margin-top:52px;
	display:flex;
	justify-content:space-between;
}
.session_2 .item-box h3{
	font-size:50px;
	color:#066D47;
}
.session_2 .item-box h3 em{
	font-style: normal;
	font-family:'AB';
}
.session_2 .item-box p{
	font-size:16px;
	color:#666;
	margin-top:5px;
}


.session_3{
	background:url('../images/img_1.jpg') center center no-repeat;
	background-size:cover;
	margin-top:100px;
	padding-top:100px;
	padding-bottom:100px;
	box-sizing:border-box;
}
.session_3 .item-box h3{
	font-size:24px;
	font-weight:400;
}
.session_3 .item-box span{
	font-size:30px;
	color:#066D47;
	font-family:'AB';
	display:block;
	margin-top:8px;
	margin-bottom:20px;
}
.session_3 .item-box p{
	font-size:16px;
	color:#666666;
	line-height:25px;
}
.session_3 .item-box .more-box{
	margin-top:27px;
}
.session_3 .top-box{
	margin-top:60px;
	background:#fff;
	border-radius: 30px;
	padding:75px 210px;
	box-sizing:border-box;
}
.session_3 .top-box .item-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.session_3 .bottom-box{
	margin-top:30px;
	display:flex;
	justify-content:space-between;
}
.session_3 .bottom-box .item-box{
	width:calc(calc(100% - 30px) / 2);
	background:#fff;
	border-radius: 30px;
	padding: 45px 70px;
	box-sizing:border-box;
}
.session_3 .bottom-box .item-box .img-box img{
	max-width:96%;
}
.session_3 .bottom-box .item-box .txt-box{
	text-align:right;
}
.session_3 .bottom-box .item-box .txt-box .more-box{
	margin-left:auto;
}





.session_4{
	background:url('../images/img_2.jpg') center center no-repeat;
	background-size:cover;
	padding-top:100px;
	padding-bottom:100px;
	box-sizing:border-box;
}
.session_4 .all-box{
	width:1400px;
}
.session_4 .public-title p,
.session_4 .public-title h3{
	color:#fff;
}
.session_4 .all-box{
	margin-top:60px;
	background:#fff;
	border-radius: 20px;
	padding: 60px 50px;
	box-sizing:border-box;
}
.session_4 .all-box .swiper-slide .item-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.session_4 .all-box .item-box .txt-box{
	width:calc(100% - 594px);
	padding-right:65px;
	box-sizing:border-box;
}
.session_4 .all-box .item-box .txt-box h3{
	position:relative;
	font-size:22px;
	margin-bottom:5px;
}
.session_4 .all-box .item-box .txt-box span{
	font-size:14px;
	color:#666;
}
.session_4 .all-box .item-box .txt-box h3:before{
	position:absolute;
	content:'';
	width:30px;
	height:2px;
	background:#0B925B;
	top:60px;
}
.session_4 .all-box .item-box .txt-box p{
	margin-top:50px;
	font-size:16px;
	line-height:30px;
}
.session_4 .all-box .item-box .img-box{
	width:590px;
}
.session_4 .all-box .tab-list{
	margin-top:60px;
	display:flex;
	justify-content:space-around;
}
.session_4 .all-box .tab-list .item-box{
	cursor: pointer;
}
.session_4 .all-box .tab-list .item-box .icon-box{
	width:75px;
	height:75px;
	line-height:75px;
	text-align:center;
	border:1px solid #066D47;
	border-radius:50%;
	margin:0 auto;
	box-sizing:border-box;
}
.session_4 .all-box .tab-list .item-box.active .icon-box{
	background:#0B925B;
	border-color:#0B925B;
}
.session_4 .all-box .tab-list .item-box.active .icon-box img,
.session_4 .all-box .tab-list .item-box .icon-box img.active{
	display:none;
}
.session_4 .all-box .tab-list .icon-box img{
	max-width:38px;
	max-height:38px;
}
.session_4 .all-box .tab-list .item-box.active .icon-box img.active{
	display:inline-block;
}
.session_4 .all-box .tab-list .item-box h3{
	font-size:22px;
	font-weight:400;
	text-align:center;
	margin-top:15px;
	margin-bottom:5px;
}
.session_4 .all-box .tab-list .item-box.active h3{
	color:#0B925B;
}
.session_4 .all-box .tab-list .item-box p{
	font-size:14px;
	color:#666666;
	text-align:center;
}
.session_4 .all-box .tab-list .item-box.active p{
	color:#0B925B;
}



.session_5{
	margin-top:100px;
}
.session_5 .all-box{
	width:1200px;
	margin-top:60px;
	display:flex;
	justify-content:space-between;
}
.session_5 .all-box .left-box{
	width:560px;
}
.session_5 .all-box .left-box .img-box{
	width:100%;
	height:310px;
	border-radius: 10px;
	overflow:hidden;
}
.session_5 .all-box .left-box .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all .5s;
}
.session_5 .all-box .left-box .item-box:hover .img-box img{
	transform:scale(1.1);
}
.session_5 .all-box .left-box .txt-box h3{
	font-size:20px;
	font-weight:400;
	margin-top:30px;
	margin-bottom:8px;
}
.session_5 .all-box .left-box .txt-box span{
	font-size:14px;
	color:#666666;
}
.session_5 .all-box .left-box .txt-box p{
	color:#666666;
	font-size:14px;
	line-height:20px;
	margin-top:15px;
	margin-bottom:20px;

	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.session_5 .all-box .left-box .item-box:hover .txt-box h3,
.session_5 .all-box .left-box .item-box:hover .txt-box span,
.session_5 .all-box .left-box .item-box:hover .txt-box p{
	color:#0B925B;
}
.session_5 .all-box .left-box .more-box{
	color:#fff;
}
.session_5 .all-box .right-box{
	width:calc(100% - 560px);
	padding-left:27px;
	box-sizing:border-box;
}
.session_5 .all-box .right-box .item-box{
	width:100%;
	height:120px;
	padding:25px 15px 25px 25px;
	border-radius:10px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	align-items:center;
	cursor: pointer;
}
.session_5 .all-box .right-box .item-box .time-box{
	width:65px;
	white-space:nowrap;
	box-sizing:border-box;
	text-align:right;
	box-sizing:border-box;
}
.session_5 .all-box .right-box .item-box .time-box h3{
	font-size:24px;
	color:#666666;
	margin-bottom:5px;
}
.session_5 .all-box .right-box .item-box .time-box span{
	font-size:14px;
	color:#666666;
}
.session_5 .all-box .right-box .item-box .txt-box{
	width:calc(100% - 65px);
	padding-left:40px;
	box-sizing:border-box;
}
.session_5 .all-box .right-box .item-box .txt-box h3{
	font-size:20px;
	font-weight:400;
	margin-bottom:5px;

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

	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.session_5 .all-box .right-box .item-box:hover{
	background:#0B925B;
}
.session_5 .all-box .right-box .item-box:hover .time-box h3,
.session_5 .all-box .right-box .item-box:hover .time-box span,
.session_5 .all-box .right-box .item-box:hover .txt-box h3,
.session_5 .all-box .right-box .item-box:hover .txt-box p{
	color:#fff;
}



.session_6{
	position:relative;
	margin-top:100px;
	margin-bottom:100px;
	background:url('../images/img_3.jpg') center center no-repeat;
	background-size:cover;
	height:710px;
	border-radius:30px;
	box-sizing:border-box;
}
.session_6 .all-box{
	position:absolute;
	content:'';
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	text-align:center;
}
.session_6 .all-box h3{
	font-size:30px;
	margin-bottom:12px;
}
.session_6 .all-box span{
	display:block;
	font-size:16px;
	color:#666666;
	white-space:nowrap;
}
.session_6 .all-box p{
	font-size:16px;
	color:#666666;
	line-height:30px;
	margin-top:70px;
	margin-bottom:40px;
}
.session_6 .all-box .more-box{
	margin:0 auto;
}





@media screen and (max-width: 1680px) {
	.session_3 .top-box{
		padding-left:70px;
		padding-right:70px;
	}
}

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