.banner{
	position: relative;
}
.banner .swiper-slide{
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	transition:1s linear 2s;
			transform:scale(1.1,1.1);
}
.banner .swiper-slide-active .pic img{
	transition:6s linear;
			transform:scale(1,1);
}
.banner .swiper-slide .slide-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner .swiper-slide .slide-box .title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	/* font-size: 60px; */
	color: #F6FAFF;
	line-height: 1.33;
}
.banner .swiper-slide .slide-box .des{
	font-family: Rany;
	font-weight: 300;
	/* font-size: 48px; */
	color: rgba(255,255,255,.5);
	line-height: 1.25;
	margin-top: 16px;
	text-transform: uppercase;
}
.banner .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	color: #fff;
	cursor: pointer;
	transition: all .6s;
}
.banner .btn:hover{
	opacity: .7;
}
.banner .btn .iconfont{
	font-size: 24px;
	font-weight: bold;
}
.banner .btn.btn-prev{
	left: 1.87%;
}
.banner .btn.btn-next{
	right: 1.87%;
}
.banner .swiper-pagination-bullet{
	opacity: 1;
	position: relative;
	width: 50px;
	height: 4px;
	background: rgba(222, 222, 222, .5);
	border-radius: 2px;
}
.banner .swiper-pagination-bullet::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	border-radius: 2px;
}
.banner .swiper-pagination-bullet-active::before{
	width: 100%;
	transition: all 6s;
}
.box1{
	position: relative;
	background: linear-gradient(to bottom, #FDFDFE, #0A4BAC);
	padding: 140px 0 100px;
	/* background-image: url(../img/index-box1-bg.jpg);
	background-size: 100%; */
}
.box1 .box-t{
	position: relative;
	margin-top: 40px;
	display: flex;
	z-index: 4;
}
.box1 .box-t-l{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	color: #232323;
	line-height: 2;
	width: 940px;
	max-width: 100%;
}
.box1 .box-t-r{
	position: absolute;
	bottom: 0;
	right: 0;
}
.box1 .box-t-r img{
	width: 145px;
	display: block;
	animation: rotate 30s linear infinite;
}
.box1 .box-c .boxcontainer .video .player:hover .playerImg,
.box1 .box-t-r:hover img{
	animation-play-state: paused;
}
.box1 .box-t-r .more{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #999999;
	line-height: 24px;
}
.box1 .list{
	position: relative;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	z-index: 3;
}
.box1 .list .bg{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 61.21%;
	display: block;
	transform: translate(7%,17.39%);
}
.box1 .list li{
	position: relative;
	flex: 1;
	text-align: center;
	z-index: 3;
}
.box1 .list li:nth-of-type(1){
	text-align: left;
}
.box1 .list li:last-child{
	text-align: right;
}
.box1 .list li:last-child .li-box{
	min-width: 270px;
}
.box1 .box-c{
	position: relative;
	height: 2400px;
	margin-top: -200px;
	z-index: 2;
}
.box1 .box-c .boxcontainer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}
.box1 .box-c.active .boxcontainer{
	position: fixed;
}
.box1 .box-c .boxcontainer .video{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 1080px;
	height: 640px;
	/* border-radius: 100px; */
	/* overflow: hidden; */
	transition: all 1s;
	/* background: url(../img/overview/expand.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden; */
}
.box1 .box-c .boxcontainer .video::before{
	position: absolute;
	content: "";
	top: 15.62%;
	left: -13.61%;
	width: 20.37%;
	padding-top: 20.37%;
	background: rgba(234, 241, 248, .3);
	border-radius: 50%;
	transition: all .6s;
	animation: movrLoop 4s infinite;
}
.box1 .box-c .boxcontainer .video::after{
	position: absolute;
	right: -23.61%;
	bottom: 5.15%;
	content: "";
	background: url(../img/index-box1-2.png);
	width: 39.35%;
	padding-top: 45.37%;
	background-size: cover;
	animation: movrLoop1 4s infinite;
}
/*  */
.box1 .box-c .boxcontainer .video video{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	z-index: 3;
	transition: all 1s;
}
.box1 .box-c .boxcontainer .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 1.6;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
}
.box2{
	position: relative;
	padding: 100px 0 63px;
	background-color: RGBA(255, 255, 255, 1);
	text-align: center;
	z-index: 3;
}
.box2 .box-t{
	position: relative;
	margin-top: 86px;
	z-index: 3;
	/* border-bottom: 1px solid ; */
}
.box2 .box-t::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 25px;
	height: 1px;
	width: 100%;
	background-color: RGBA(222, 222, 222, 1);
	z-index: 2;
}
.box2 .box-t .swiper{
	position: relative;
	z-index: 3;
}
.box2 .box-t .swiper-slide{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 1;
	width: auto;
	transition: all .6s;
	cursor: pointer;
}
.box2 .box-t .swiper-slide:hover,
.box2 .box-t .swiper-slide.active{
	color: rgba(9, 74, 170, 1);
}
.box2 .box-t .swiper-slide.active{
	font-weight: bold;
}
.box2 .box-t .swiper-slide:not(:last-child){
	margin-right: 85px;
}
.box2 .box-t .swiper-slide .bullet{
	width: 52px;
	height: 52px;
	background: rgba(222, 222, 222, .2);
	border-radius: 50%;
	margin: 12px auto 0;
	padding: 9px;
	opacity: 0;
	transition: all .6s;
}
.box2 .box-t .swiper-slide.active .bullet{
	opacity: 1;
}
.box2 .box-t .swiper-slide .bullet .bullet-span{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #DEDEDE;
	border-radius: 50%;
	padding: 8px;
}
.box2 .box-t .swiper-slide .bullet .bullet-span::after{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
	border-radius: 50%;
}
.box2 .box-c{
	position: relative;
	margin-top: 120px;
	z-index: 2;
}
.box2 .box-c .items{
	display: none;
}
.box2 .box-c .items.active{
	display: block;
	animation: fadeInUpSmall 1s forwards;
}
.box2 .box-c .item{
	position: relative;
	display: flex;
}
.box2 .box-c .item-l{
	position: relative;
	width: 47.71%;
}
.box2 .box-c .item-l .bg {
	position: relative;
	width: 138%;
	transform: translateX(-19%);
	margin-top: -208px;
}
.box2 .box-c .item-l .bg .bgImg{
	display: block;
	width: 100%;
}
.box2 .box-c .item-l .swiper{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.box2 .box-c .item-l .swiper-slide{
	opacity: 0 !important;
	transition: all .6s;
}
.box2 .box-c .item-l .swiper-slide-active{
	opacity: 1 !important;
}
.box2 .box-c .item-l .swiper-slide .pic{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box2 .box-c .item-l .swiper-slide .imgScale{
	max-width: 80%;
	max-height: 80%;
	width: auto;
}
.box2 .box-c .item-r {
	position: relative;
	flex: 1;
	text-align: left;
	z-index: 3;
}
.box2 .box-c .item-r .text-box{
	display:none
}
.box2 .box-c .item-r .text-box.active{
	display:block;
}
.box2 .box-c .item-r .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #094AAA;
	line-height: 1.25;
}
.box2 .box-c .item-r .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 2;
	margin-top: 23px;
}
.box2 .box-c .item-r .text-des strong{
	display: block;
	color: rgba(51, 51, 51, 1);
	margin-top: 7px;
}
.box2 .box-c .item-r .type{
	margin-top: 42px;
}
.box2 .box-c .item-r .type-text{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
}
.box2 .box-c .item-r .type-list{
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.box2 .box-c .item-r .type-list a{
	/* width: 150px; */
	line-height: 48px;
	padding: 0 25px;
	background: #FEFEFF;
	border-radius: 5px;
	border: 1px solid #D7DADD;
	font-family: Rany-Bold;
	font-size: 18px;
	color: #333333;
	/* transition: all .6s; */
}
.box2 .box-c .item-r .type-list a:hover{
	color: rgba(9, 74, 170, 1);
}
.box2 .box-c .item-r .type-list a.active{
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
	border-color: transparent;
	color: #fff;
}
.box2 .box-c .item-r .more{
	padding: 0 30px;
	line-height: 60px;
	display: inline-flex;
	align-items: center;
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
	border-radius: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 87px;
}
.box2 .box-c .item-r .more .iconfont{
	font-size: 24px;
	margin-left: 5px;
}
.box2 .box-c .btn{
	position: absolute;
	top: 40%;
	/* transform: translateY(-50%); */
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 5px 9px 30px 0px rgba(147,158,170,0.3);
	border-radius: 5px;
	background-color: rgba(255,255,255,.8);
	color: rgba(26, 100, 209, 1);
	transform: skew(-12deg);
	cursor: pointer;
}
.box2 .box-c .btn:hover{
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
	color: #fff;
}
.box2 .box-c .btn .iconfont{
	font-weight: bold;
	font-size: 20px;
}
.box2 .box-c .btn.btn-prev{
	left: -90px;
}
.box2 .box-c .btn.btn-next{
	right: -90px;
}
.box3{
	padding: 144px 0 190px;
	background-image: url(../img/index-box3-bg.jpg);
	background-size: cover;
	text-align: center;
}
.box3 .index-title .zh span{
	color: #fff;
	background: none;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: #fff;
}
.box3 .index-title .en{
	color: rgba(246, 249, 252, .1);
}
.box3 .box-c{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.box3 .box-c .l{
	flex: 1;
	margin-right: 20px;
}
.box3 .box-c .l .list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
	height: 100%;
}
.box3 .box-c .l .list li{
	position: relative;
	border-radius: 10px;
	background-color: rgba(0,0,0,.1);
	backdrop-filter: blur(5px);
	overflow: hidden;
	cursor: pointer;
}
.box3 .box-c .l .list li .text-box{
	width: 100%;
	height: 100%;
	display: flex;
	padding: 47px 20px;
	flex-direction: column;
	justify-content: space-between;
	transition: all 1s;
}
.box3 .box-c .l .list li:hover .text-box{
	opacity: 0;
}
.box3 .box-c .l .list li .text-box .icon{
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.box3 .box-c .l .list li .text-box .icon img{
	max-width: 80%;
	height: 80%;
}
.box3 .box-c .l .list li .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 24px;
	color: #FDFDFD;
	line-height: 30px;
}
.box3 .box-c .r{
	width: 50%;
}
.box3 .box-c .r .pic{
	border-radius: 10px;
	height: 100%;
}
.box3 .box-c .r .pic img{
	height: 100%;
	object-fit: cover;
}
.box3 .box-c .l .list li .li-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	opacity: 0;
	background-color: #fff;
	transition: all 1s;
}
.box3 .box-c .l .list li:hover .li-box{
	opacity: 1;
}
.box3 .box-c .l .list li .li-box .text-title{
	color: rgba(9, 75, 171, 1);
}
.box3 .box-c .l .list li .li-box .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	flex: 1;
	overflow: auto;
	margin: 20px 0;
	padding-right: 5px;
}
.box3 .box-c .l .list li .li-box .more{
	font-family: Rany;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 1;
	transition: all .6s;
}
.box3 .box-c .l .list li .li-box .more:hover{
	color: rgba(9, 75, 171, 1);
}
.box4{
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
}
.box4 .box-c{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
}
.box4 .box-c .l{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #F6FAFF;
	line-height: 1;
}
.box4 .box-c .r{
	color: #fff;
	animation: movrRightLoop 2s infinite;
}
.box4 .box-c .r .iconfont{
	font-size: 60px;
}
@media (max-height: 950px) {
	.box1 .box-c{
		margin-top: -150px;
	}
}
@media (max-height: 900px) {
	.box1 .box-c{
		margin-top: -110px;
	}
}
@media (max-width:1640px) {
	.box2 .box-c .btn.btn-prev{
		left: -30px;
	}
	.box2 .box-c .btn.btn-next{
		right: -30px;
	}
	.box2 .box-c .btn{
		top: 30%;
	}
}
@media (max-width: 1600px) {
	.banner .swiper-slide .slide-box{
		padding: 0 70px;
	}
}
@media (max-width:1440px) {
	.box3 .box-c .l .list li .li-box{
		padding: 30px 20px;
	}
	.box3 .box-c .l .list li .li-box .text-des{
		margin: 15px 0;
	}
	.box3 .box-c .l .list li .text-title{
		font-size: 22px;
	}
	.box2 .box-c .btn.btn-prev{
		left: 0;
	}
	.box2 .box-c .btn.btn-next{
		right: 0;
	}
	.box2 .box-c .btn{
		width: 40px;
		height: 40px;
	}
	.numberList .number .counter{
		font-size: 60px;
	}
	.box1 .box-t-r img{
		width: 120px;
	}
	.box1 .box-t-r .more{
		font-size: 14px;
	}
	.box1 .box-t-l{
		font-size: 22px;
	}
	.box2 .box-c .item-l .bg{
		margin-top: -160px;
	}
	.box2 .box-c{
		margin-top: 70px;
	}
	
}
@media (max-width:1280px) {
	.box1{
		padding-top: 100px;
	}
	.box3{
		padding: 100px 0;
	}
	.box1 .box-t-l{
		font-size: 20px;
	}
	.numberList .number .counter{
		font-size: 50px;
	}
	.box2 .box-c .item-l .bg{
		width: 120%;
		transform: translateX(-10%);
	}
	.box2 .box-c .item-l .bg{
		margin-top: -100px;
	}
	.box2 .box-c{
		margin-top: 50px;
	}
	.box2 .box-c .item-r .type,
	.box2 .box-c .item-r .more{
		margin-top: 40px;
	}
	.box2 .box-c .item-r .text-des,
	.box2 .box-c .item-r .type-text,
	.box2 .box-c .item-r .type-list a{
		font-size: 16px;
	}
	.box2 .box-c .item-r .type-list a{
		padding: 0 17px;
		line-height: 40px;
	}
	.box2 .box-c .item-r .more{
		font-size: 16px;
		line-height: 50px;
	}
	.box2 .box-t .swiper-slide:not(:last-child){
		margin-right: 49px;
	}
}
@media (max-width:1199px) {
	.box1{
		padding-top: 70px;
	}
	.box3,
	.box2{
		padding: 70px 0;
	}
	.box1 .list{
		margin-top: 45px;
	}
	.box1 .box-t-l{
		padding-right: 140px;
		width: 100%;
	}
	.box1 .box-c .boxcontainer .video{
		width: 90%;
	}
	.box3 .box-c,
	.box2 .box-t{
		margin-top: 45px;
	}
	.box2 .box-c{
		margin-top: 40px;
	}
}
@media (max-width: 1024px) {
	.box1 .box-c .boxcontainer .text-title{
		display: none;
	}
	.box3 .box-c .l .list li .text-title{
		font-size: 20px;
	}
	.box3 .box-c{
		flex-direction: column;
	}
	.box3 .box-c .l{
		margin-right: 0;
	}
	.box3 .box-c .r{
		width: 100%;
		margin-top: 40px;
	}
	.box2 .box-t::before{
		bottom: 18px;
	}
	.box2 .box-t .swiper-slide .bullet{
		width: 36px;
		height: 36px;
		padding: 7%;
		margin-top: 8px;
	}
	.box2 .box-t .swiper-slide .bullet .bullet-span{
		padding: 30%;
	}
	.box2 .box-t .swiper-slide{
		font-size: 16px;
	}
	.box2 .box-t .swiper-slide:not(:last-child){
		margin-right: 30px;
	}
	.box2 .box-c .item-r .more,
	.box2 .box-c .item-r .text-des, .box2 .box-c .item-r .type-text, .box2 .box-c .item-r .type-list a{
		font-size: 14px;
	}
	.box2 .box-c .item-r .more .iconfont{
		font-size: 20px;
	}
	.box2 .box-c .item-r .more{
		line-height: 40px;
		padding: 0 14px;
	}
	.box2 .box-c .item-r .text-des{
		margin-top: 15px;
	}
	.box2 .box-c .item-r .type, .box2 .box-c .item-r .more{
		margin-top: 25px;
	}
	.box2 .box-c .btn{
		top: 40%;
	}
	.box2 .box-c{
		margin-top: 30px;
	}
	.box2 .box-c .item-l .bg{
		width: 105%;
		transform: translateX(-2.5%);
		margin-top: 0;
	}
	.box3 .box-c,
	.box2 .box-t{
		margin-top: 40px;
	}
	.box1 .list li:last-child .li-box{
		min-width: 0;
		width: 100%;
	}
	.numberList .number .counter{
		font-size: 40px;
	}
	.box1 .box-t-l{
		font-size: 18px;
	}
	.box1,
	.box3,
	.box2{
		padding: 60px 0;
	}
	.box1 .list{
		margin-top: 40px;
	}
	.banner .swiper-slide .pic img{
		height: auto;
		min-height: 340px;
	}
	.box1 .box-c{
		height: auto;
		margin-top: 40px;
		z-index: 4;
	}
	.box1 .box-c .boxcontainer .video,
	.box1 .box-c .boxcontainer{
		position: relative;
		height: auto !important;
	}
	.box1 .box-t-r img,
	.player{
		width: 100px;
		height: 100px;
	}
	.box1 .box-t-r .more{
		transform: translate(-50%,-50%)scale(.8);
		white-space: nowrap;
	}
	.box1 .index-title .en{
		color: rgba(0,54,178,.1);
	}
	.box1 .list li{
		flex: none;
	}
	.box1 .box-t{
		margin-top: 20px;
	}
	.box4 .box-c{
		height: 80px;
	}
	.box4 .box-c .r .iconfont{
		font-size: 40px;
	}
}
@media (max-width:768px) {
	.box3 .box-c .l .list li .text-box .icon{
		width: 80px;
		height: 80px;
	}
	.box3 .box-c .r{
		margin-top: 30px;
	}
	.box2 .box-c .item{
		flex-direction: column;
	}
	.box2 .box-c .item-l{
		width: 100%;
	}
	.box2 .box-c .item-l .bg{
		width: 600px;
		max-width: 90%;
		transform: translateX(0);
		margin: 0 auto;
	}
	.box1 .box-t-l{
		line-height: 1.8;
		font-size: 16px;
		padding-right: 100px;
	}
	.box1,
	.box3,
	.box2{
		padding: 50px 0;
	}
	.box3 .box-c,
	.box1 .list{
		margin-top: 30px;
	}
	.banner .swiper-slide .slide-box{
		padding: 0 30px;
	}
	.box1 .box-t-r img, .player{
		width: 70px;
		height: 70px;
	}
	.box1 .box-t-r .more{
		transform: translate(-50%,-50%)scale(.6);
	}
	.numberList .number .counter{
		font-size: 30px;
	}
	.numberList .number .number-des{
		font-size: 16px;
	}
	.box1 .list li{
		width: 48%;
	}
	.box1 .list{
		flex-wrap: wrap;
		gap: 20px 0;
	}
	.box1 .list li{
		text-align: left
	}
	.box1 .box-c .boxcontainer .video video{
		border-radius: 30px;
	}
}
@media (max-width: 500px) {
	.box4 .box-c{
		height: 60px;
	}
	.box3 .box-c .l .list{
		gap: 10px;
	}
	.box3 .box-c .l .list li .li-box{
		padding: 20px 15px;
	}
	.box3 .box-c .l .list li .li-box .text-des{
		margin: 10px 0;
	}
	.box3 .box-c .l .list li .li-box .more,
	.box3 .box-c .l .list li .li-box .text-des{
		font-size: 14px;
	}
	.box3 .box-c .r{
		margin-top: 25px;
	}
	.box2 .box-c .btn{
		top: 30%;
	}
	.box1 .box-t-r{
		bottom: auto;
		top: 0;
	}
	.box1,
	.box3,
	.box2{
		padding: 40px 0;
	}
	.box3 .box-c,
	.box1 .list{
		margin-top: 25px;
	}
	.banner .swiper-slide .slide-box .des{
		margin-top: 6px;
	}
	.box1 .box-t-l{
		padding-right: 90px;
	}
	.box1 .box-t{
		margin-top: 10px;
	}
	.box1 .box-c .boxcontainer .video{
		width: 95%;
	}
	.box1 .box-c .boxcontainer .video video{
		border-radius: 20px;
	}
	.numberList .number .counter{
		font-size: 26px;
	}
	.box1 .box-t-l{
		font-size: 14px;
	}
}