.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;
	height:60px;
	line-height:60px;
	border-radius:100%;
	background:rgba(0, 0, 0, 0.3);
}
.banner-box .swiper-button-next:after,
.banner-box .swiper-button-prev:after {
	font-size:20px;
	color:#fff;
	font-weight:100;
}
.banner-box .swiper-button-next:hover,
.banner-box .swiper-button-prev:hover{
	background:#023692;
}
.banner-box .swiper-pagination{
	bottom:40px;
}
.banner-box .swiper-pagination .swiper-pagination-bullet{
	margin:0 8px !important;
	width:8px;
	height:8px;
	background:#FFFFFF;
	border-radius:4px;
	opacity:1;
	box-sizing:border-box;
}
.banner-box .swiper-pagination .swiper-pagination-bullet-active{
	width:28px;
	background:#023692;
}
.banner-box .pro-box{
	position:absolute;
	bottom:218px;
	left:50%;
	transform:translateX(-50%);
	display:flex;
	justify-content:center;
	z-index:9;
}
.banner-box .pro-box .more-box{
	display:block;
	margin-left:10px;
	margin-right:10px;
	width:230px;
	height:58px;
	line-height:58px;
	background:#2DB1E6 !important;
	border-radius:6px;
}
.banner-box .pro-box .more-box:last-child{
	background:#EEC13A !important;
}
.banner-box .pro-box .more-box span img{
	margin-left:15px;
}



.session_1{
	background:#EBF2F5;
	padding-top:160px;
	padding-bottom:125px;
	box-sizing:border-box;
}
.session_1 .title-box{
	position:relative;
	text-align:center;
}
.session_1 .title-box h3{
	font-size:45px;
	color:#023692;
	line-height:60px;
	font-family:'Mi-B';
}
.session_1 .title-box:before{
	position:absolute;
	content:'';
	width:150px;
	height:6px;
	border-radius:3px;
	left:50%;
	transform:translateX(-50%);
	top:-35px;
	background:#2DB1E6;
}
.session_1 .title-box p{
	margin-top:20px;
	font-size:16px;
	color:#023692;
	line-height:36px;
}
.session_1 .all-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:90px;
}
.session_1 .all-box .txt-box{
	padding-left:120px;
	box-sizing:border-box;
}
.session_1 .txt-box .public-title{
	text-align:left;
}
.session_1 .txt-box p{
	margin-top:15px;
	font-size:16px;
	line-height:36px;
	color:#023692;
}
.session_1 .more-box{
	margin-top:70px;
	width:200px;
	height:58px;
	line-height:58px;
	background:#EEC13A;
	border-radius:6px;
}



.session_2{
	margin-top:110px;
}
.session_2 .public-title span{
	margin-bottom:7px;
}
.session_2 .public-title h3{
	font-size:45px;
	line-height:60px;
	font-family:'Mi-H';
}
.session_2 .public-title p{
	font-size:16px;
	color:#023692;
	margin-top:17px;
}
.session_2 .all-box{
	margin-top:65px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.session_2 .all-box .item-box{
	position:relative;
	width:24%;
	height:520px;
	border-radius: 6px;
	overflow:hidden;
}
.session_2 .all-box .item-box .img-box{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
.session_2 .all-box .item-box .img-box:before{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(2,54,146,0.1);
	z-index:2;
}
.session_2 .all-box .item-box .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all .5s;
}
.session_2 .all-box .item-box:hover .img-box img{
	transform:scale(1.2);
}
.session_2 .all-box .item-box .txt-box{
	position:absolute;
	bottom:45px;
	left:28px;
	z-index:3;
}
.session_2 .all-box .item-box .txt-box h3{
	font-size:20px;
	color:#fff;
	font-family:'Mi-B';
	height:25px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}
.session_2 .all-box .item-box .txt-box p{
	font-size:16px;
	color:#fff;
	margin-top:7px;
	margin-bottom:10px;
}
.session_2 .all-box .item-box .more-box{
	width:150px;
	height:40px;
	line-height:40px;
	background:#2DB1E6;
	border-radius:6px;
	white-space:nowrap;
}
.session_2 .all-box .item-box .more-box span{
	font-size:12px;
}
.session_2 .all-box .item-box .more-box span img{
	margin-left:10px;
}
.session_2 > .more-box {
	display:block;
    width: 240px;
    height: 58px;
    line-height: 58px;
    margin:0 auto;
    background: #EEC13A;
    border-radius: 6px;
    margin-top: 78px;
}



.session_3{
	margin-top:140px;
}
.session_3 .all-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.session_3 .all-box .txt-box{
	text-align:left;
}
.session_3 .all-box .txt-box > span{
	font-size:36px;
	line-height:48px;
}
.session_3 .all-box .txt-box h3{
	font-size:26px;
	line-height:36px;
	margin-top:17px;
	margin-bottom:20px;
	font-family:'Mi-H';
}
.session_3 .all-box .txt-box p{
	font-size:16px;
	color:#023692;
	line-height:30px;
}
.session_3 .more-box{
	margin-top:60px;
	width:240px;
	height:58px;
	line-height:58px;
	background:#EEC13A;
	border-radius:6px;
}
.session_3 .more-box span{
	color:#fff;
}




.session_4{
	margin-top:130px;
	background:#EBF2F5;
}
.session_4 .all-box{
	padding-top:75px;
	padding-bottom:90px;
	box-sizing:border-box;
	border-radius:6px;
}
.session_4 .all-box .top-box .item-box{
	display:flex;
	align-items:center;
	padding-left:150px;
	padding-right:150px;
	box-sizing:border-box;
}
.session_4 .all-box .top-box .item-box .public-title{
	text-align:left;
}
.session_4 .all-box .top-box .item-box .public-title h3{
	font-size:45px;
	line-height: 60px;
	margin-top:32px;
	margin-bottom:20px;
	max-width:640px;
	font-family:'Mi-H';
}
.session_4 .all-box .top-box .item-box .public-title p{
	line-height:36px;
	width:450px;
	color:#023692;
	font-size:18px;
}
.session_4 .all-box .top-box .item-box .img-box{
	width: calc(100% - 360px);
	text-align:right;
}
.session_4 .all-box .top-box .item-box .img-box img{
	width:500px;
}
.session_4 .all-box .bottom-box{
	display:flex;
	justify-content:space-between;
	margin-top:72px;
	padding-left:100px;
	padding-right:100px;
	box-sizing:border-box;
}
.session_4 .all-box .bottom-box .icon-box{
	width:80px;
	height:80px;
	border:10px solid #fff;
	border-radius:100%;
	overflow:hidden;
	transition:all .5s;
}
.session_4 .all-box .bottom-box .icon-box img{
	width:100%;
	height:100%;
}
.session_4 .all-box .bottom-box .item-box p{
	font-size:16px;
	color:#023692;
	text-align:center;
	margin-top:30px;
	font-family: 'Mi-B';
}
.session_4 .all-box .bottom-box .item-box:hover .icon-box{
	transform:scale(1.25);
	border-color:#023692;
}
.session_4 .more-box{
	margin-top:48px;
	width:200px;
	height:58px;
	line-height:58px;
	background:#EEC13A;
	border-radius:6px;
}
.session_4 .more-box span{
	color:#fff;
}



.session_5{
	margin-top:150px;
}
.session_5 .public-title{
	display:flex;
	justify-content:space-between;
	align-items:center;
	text-align:left;
}
.session_5 .public-title h3{
	font-size:40px;
	margin-top:10px;
	color:#023692;
	font-family: 'Mi-H';
}
.session_5 .public-title p{
	font-size:16px;
	color:#0C3C94;
	text-align:right;
	line-height:30px;
}
.session_5 .imgs{
	margin-top:95px;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.session_5 .imgs .right-box,
.session_5 .imgs .middle-box,
.session_5 .imgs .left-box{
	width:32.8%;
}
.session_5 .imgs .item-box{
	position:relative;
	width:100%;
	margin-bottom:15px;
	overflow:hidden;
}
.session_5 .imgs .item-box .img-box{
	position:relative;
	width:100%;
	overflow:hidden;
}
.session_5 .imgs .item-box .txt-box{
	position:absolute;
	left:25px;
	right:25px;
	bottom:25px;
	height:90px;
	background:rgba(0, 0, 0, 0.45);
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	transition:all .3s;
	opacity:0;
	transform:translateY(80px);
}
.session_5 .imgs .item-box:hover .txt-box{
	transform:translateY(0);
	opacity:1;
}
.session_5 .imgs .item-box .txt-box h3{
	font-size:18px;
	color:#fff;
	font-family:'Mi-B';
	margin-bottom:12px;
}
.session_5 .imgs .item-box .txt-box p{
	font-size:16px;
	color:#fff;
}
.session_5 .imgs .left-box .item-box:nth-child(1) .img-box{
	height:430px;
}
.session_5 .imgs .left-box .item-box:nth-child(2) .img-box{
	height:300px;
}
.session_5 .imgs .middle-box .item-box:nth-child(1) .img-box{
	height:310px;
}
.session_5 .imgs .middle-box .item-box:nth-child(2) .img-box{
	height:310px;
}
.session_5 .imgs .right-box .item-box:nth-child(1) .img-box{
	height:695px;
}
.session_5 .imgs .item-box .img-box img{
	width:100%;
	height:100%;
	transition:all .5s;
	object-fit:cover;
}
.session_5 .imgs .item-box:hover .img-box img{
	transform:scale(1.2);
}
.session_5 .case-box .more-box{
	display:block;
	width:333px;
	height:58px;
	line-height:58px;
	background:#EEC13A !important;
	border-radius:6px;
	margin:0 auto;
	margin-top:100px;
}
.session_5 .case-box .more-box span img{
	margin-left:15px;
}



.session_6{
	margin-top:120px;
	margin-bottom:106px;
}
.session_6 .title-box h3{
	margin-top:8px;
	font-size:40px;
	color:#023692;
	font-family: 'Mi-H';
}
.session_6 .all-box{
	margin-top:50px;
	display:flex;
	justify-content:space-between;
}
.session_6 .all-box .item-box{
	display:block;
	position:relative;
	border-radius:6px;
	overflow:hidden;
}
.session_6 .all-box .item-box .img-box{
	position:relative;
	overflow:hidden;
	border-radius:6px;
}
.session_6 .all-box .item-box .img-box:before{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(2,54,146,0.1);
	z-index:2;
}
.session_6 .all-box .item-box .img-box img{
	width:100%;
	border-radius:6px;
	transition:all .5s;
}
.session_6 .all-box .item-box:hover .img-box img{
	transform:scale(1.1);
}
.session_6 .all-box .left-box{
	width:50%;
}
.session_6 .all-box .left-box .item-box .txt-box{
	position:absolute;
	left:55px;
	right:75px;
	bottom:68px;
	z-index:3;
}
.session_6 .all-box .left-box .item-box .txt-box span{
	font-size:14px;
	color:#fff;
}
.session_6 .all-box .left-box .item-box .txt-box h3{
	font-size:36px;
	color:#fff;
	line-height:48px;
	margin-top:12px;
	font-family: 'Mi-H';

	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 .left-box .item-box .txt-box span img{
	position:relative;
	margin-right:5px;
	top:-1px;
}
.session_6 .all-box .left-box .item-box .img-box img{
	height:510px;
	object-fit:cover;
}
.session_6 .all-box .right-box{
	width:50%;
	padding-left:30px;
	box-sizing:border-box;
}
.session_6 .all-box .right-box .item-box:nth-child(1){
	margin-bottom:30px;
}
.session_6 .all-box .right-box .item-box{
	display:flex;
	justify-content:space-between;
}
.session_6 .all-box .right-box .item-box .img-box img{
	width:380px;
	height:240px;
}
.session_6 .all-box .right-box .item-box .txt-box{
	width:calc(100% - 380px);
	padding-left:32px;
	padding-top:5px;
	box-sizing:border-box;
}
.session_6 .all-box .right-box .item-box .txt-box span{
	font-size:14px;
	color:#023692;
}
.session_6 .all-box .right-box .item-box .txt-box span img{
	position:relative;
	margin-right:5px;
	top:-1px;
}
.session_6 .all-box .right-box .item-box .txt-box h3{
	font-size:24px;
	color:#023692;
	line-height:36px;
	margin-top:8px;
	margin-bottom:12px;
	font-family: 'Mi-B';

	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 .right-box .item-box .txt-box p{
	font-size:14px;
	color:#023692;
	line-height:24px;

	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.session_6 .all-box .right-box .item-box .more{
	color:#2DB1E6;
	font-size:12px;
	font-weight:700;
	margin-top:18px;
	font-family: 'Mi-B';
}
.session_6 .all-box .right-box .item-box .more img{
	margin-left:10px;
	position:relative;
	top:-1px;
}
.session_6 .more-box{
	display:block;
	width:200px;
	height:58px;
	line-height:58px;
	background:#EEC13A;
	border-radius:6px;
	margin:0 auto;
	margin-top:90px;
}
.session_6 .more-box span{
	color:#fff;
}




@media screen and (max-width: 1680px) {
	.session_1 .all-box .txt-box{
		padding-left:60px;
	}
	.session_4 .all-box .top-box .item-box{
		padding-left:50px;
		padding-right:50px;
	}
	.session_4 .all-box .bottom-box{
		padding-left:0;
		padding-right:0;
	}
}

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