body{
	background-color: RGBA(246, 248, 250, 1);
}
.banner{
	position: relative;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.banner .swiper-slide .slide-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.banner .swiper-slide .slide-box .zh{
	position: relative;
	display: inline-block;
	font-size: 80px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #EBF5FF;
	line-height: 1;
}
.banner .swiper-slide .slide-box .zh::after,
.banner .swiper-slide .slide-box .zh::before{
	position: absolute;
	content: "“";
	font-size: 200px;
	font-family: Arial;
	font-weight: 400;
	color: rgba(255, 255, 255, 0);
	line-height: 48px;
	opacity: 0.5;
	-webkit-text-stroke: 1px #FFFFFF;
	text-stroke: 1px #FFFFFF;
}
.banner .swiper-slide .slide-box .zh::before{
	left: 0;
	top: 0;
	transform: translate(-110%,50%);
}
.banner .swiper-slide .slide-box .zh::after{
	content: "”";
	right: 0;
	bottom: 0;
	transform: translate(130%,150%);
}
.banner .swiper-slide .slide-box .en{
	font-size: 60px;
	font-family: Rany;
	font-weight: 300;
	color: #C7E2FF;
	line-height: 1.2;
	text-transform: uppercase;
	margin-top: .66em;
	letter-spacing: 9px;
}
.banner .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	z-index: 3;
	cursor: pointer;
}
.banner .btn .iconfont{
	font-size: 22px;
	transition: all .6s;
}
.banner .btn:hover .iconfont{
	opacity: .5;
}
.banner .btn.btn-prev{
	left: 3.12%;
}
.banner .btn.btn-next{
	right: 3.12%;
}
.banner .drop-mouse {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	z-index: 2;
}
.banner .drop-mouse .iconfont {
	display: block;
	font-size: 30px;
	animation: bump 2s ease-in-out infinite alternate;
	color: #fff;
}
@keyframes bump {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}
.index-title{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.index-title .icon img{
	width: 160px;
}
.index-title .text-Container{
	margin: 0 24px;
}
.index-title .zh{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.index-title .en{
	font-size: 18px;
	font-family: Rany;
	font-weight: 300;
	color: rgba(204, 204, 204, 1);
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-top: 14px;
}
.box1{
	padding: 140px 0 125px;
	background-image: url(../img/index-box1-bg.jpg);
	background-size: cover;
}
.box1 .index-title .zh{
	color: #fff;
}
.box1 .index-title .en{
	opacity: .1;
}
.box1 .box-c{
	margin-top: 53px;
}
.box1 .box-c .title{
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.17;
	text-align: center;
}
.box1 .box-c .title span{
	color: rgba(10, 131, 235, 1);
	font-weight: bold;
}
.box1 .box-c .des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.66;
	text-align: center;
	margin-top: 23px;
}
.box1 .box-c .list{
	margin-top: 50px;
	display: flex;
	align-items: center;
	/* justify-content: space-around; */
	text-align: center;
}
.box1 .box-c .list li{
	width: 25%;
}
.box1 .box-c .list .text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
}
.box1 .box-c .list .number{
	display: flex;
	align-items: center;
	justify-content: center;
 	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0A83EB;
	line-height: 1;
	margin-top: 40px;
}
.box1 .box-c .list .number .counter{
	font-size: 80px;
	font-family: Rany;
	font-weight: 400;
	color: #0A83EB;
	height: 60px;
}
.box1 .box-c .list .number sub{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0A83EB;
	line-height: 1;
	align-self: flex-end;
	padding-left: 2px;
}
.box1 .box-c .more{
	display: flex;
	width: 140px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #3499F1;
	border-radius: 22px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #0A83EB;
	line-height: 1;
	margin: 80px auto 0 ;
	transition: all .6s;
}
.box1 .box-c .more .iconfont{
	transition: all .6s;
	margin-left: 25px;
}
.box1 .box-c .more:hover{
	background-color: #0A83EB;
	color: #fff;
}
.box1 .box-c .more:hover .iconfont{
	transform: rotate(45deg);
}
.box2{
	padding: 140px 0;
}
.box2 .box-t .swiper{
	padding: 60px 0 40px;
}
.box2 .box-t .swiper-slide{
	position: relative;
	width: auto;
	min-width: 240px;
	padding: 0 20px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 70px;
	text-align: center;
	transition: all .6s;
	background: linear-gradient(-150deg, #DEEFFF, #FFFFFF);
}
.box2 .box-t .swiper-slide span{
	position: relative;
	z-index: 3;
}
.box2 .box-t .swiper-slide.active,
.box2 .box-t .swiper-slide:hover{
	color: #fff;
	box-shadow: 5px 9px 30px 0px rgba(10,131,235,0.3);
}
.box2 .box-t .swiper-slide::before,
.box2 .box-t .swiper-slide{
	border-radius: 35px;
}
.box2 .box-t .swiper-slide::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(10, 131, 235, 1);
	opacity: 0;
	transition: all .6s;
}
.box2 .box-t .swiper-slide:hover::before,
.box2 .box-t .swiper-slide.active::before{
	opacity: 1;
}
.box2 .box-c{
	background-image: url(../img/index-box2-bg.jpg);
	background-size: cover;
	border-radius: 20px;
	padding: 65px;
}
.box2 .box-c .item{
	display: none;
	animation: fadeInUpSmall 1s forwards;
}
.box2 .box-c .item.active{
	display: block;
}
.box2 .box-c .list{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 27px;
}
.box2 .box-c .list li{
	background: rgba(255,255,255,.3);
	padding: 64px 20px 40px;
	backdrop-filter: blur(20px);
}
.box2 .box-c .list li:hover{
	box-shadow: 5px 9px 30px 0px rgba(10,131,235,0.3);
}
.box2 .box-c .list li::before,
.box2 .box-c .list li{
	border-radius: 30px;
}
.box2 .box-c .list li a{
	position: relative;
	z-index: 3;
}
.box2 .box-c .list li::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .6s;
	background: linear-gradient(-150deg, #0A83EB, #50A9F5);
}
.box2 .box-c .list li:hover::before{
	opacity: 1;
}
.box2 .box-c .list li .icon{
	margin: 0 auto;
	width: 78px;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box2 .box-c .list li .icon img{
	max-width: 100%;
	max-height: 100%;
}
.box2 .box-c .list li:hover .icon img{
	filter: grayscale(100%) brightness(200%) saturate(0%) contrast(200%);
}
.box2 .box-c .list li .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 2;
	margin-top: 51px;
	text-align: center;
	min-height: 36px;
	transition: all .6s;
}
.box2 .box-c .list li:hover .text-title{
	color: #fff;
}
.box2 .box-c .list li .more{
	position: relative;
	width: 100px;
	height: 44px;
	border: 2px solid #fff;
	border-radius: 22px;
	margin: 67px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #0A83EB;
	z-index: 3;
}
.box2 .box-c .list li:hover .more{
	border: none;
	background: linear-gradient(-150deg, #DEEFFF, #FFFFFF);
}
.box2 .box-c .list li .more span{
	position: relative;
	z-index: 3;
}
.box2 .box-c .list li .more::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid #0A83EB;
	border-radius: 22px;
	left: -5px;
	top: -5px;
	z-index: -1;
}
.box2 .box-c .list li:hover .more::before{
	opacity: 0;
}
.box3 .box-c{
	position: relative;
	margin-top: 60px;
}
.box3 .box-c .swiper:not(:last-child){
	margin-bottom: 14px;
}
.box3 .box-c .swiper-wrapper{
	-webkit-transition-timing-function: linear;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.box3 .box-c .swiper-slide{
	width: 340px;
}
.box3 .box-c .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.box3 .box-c .swiper-slide:not(:last-child){
	margin-right: 14px;
}
.box4{
	padding: 140px 0 80px;
}
.box4 .box-c{
	position: relative;
}
.box4 .box-c .swiper{
	padding: 60px 0 ;
}
.box4 .box-c .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: rgba(15, 134, 236, 1);
	transition: all .6s;
	z-index: 3;
}
.box4 .box-c .btn .iconfont{
	font-size: 22px;
	font-weight: bold;
}
.box4 .box-c .btn:not(.swiper-button-disabled):hover{
	background: rgba(15, 134, 236, 1);
	box-shadow: 5px 9px 60px 0px rgba(10,131,235,0.3);
	color: #fff;
}
.box4 .box-c .btn.btn-prev{
	left: 0;
	transform: translate(-210%,-50%);
}
.box4 .box-c .btn.btn-next{
	right: 0;
	transform: translate(210%,-50%);
}
.box4 .box-c .btn.swiper-button-disabled{
	opacity: .5;
	cursor: not-allowed;
}
.box5{
	padding: 140px 0;
	background-image: url(../img/index-box5-bg.jpg);
	background-size: cover;
}

.box5 .swiper-pagination{
	bottom: 0;
}
.box5 .swiper-pagination-bullet{
	width: 20px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 4px;
	opacity: 1;
	transition: all .6s;
}
.box5 .swiper-pagination-bullet-active{
	width: 50px;
	background-color: rgba(10, 131, 235, 1);
}
.box6{
	padding: 140px 0 496px;
}
.box6 .box-c .swiper{
	padding: 60px 0 66px;
	overflow: visible;
}
.box6 .box-b{
	position: relative;
	display: flex;
}
.box6 .box-b .btns{
	display: flex;
	align-items: center;
	justify-content: center;
}
.box6 .box-b .btns .btn{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 50%;
	color: rgba(15, 134, 236, 1);
	cursor: pointer;
}
.box6 .box-b .btns .btn .iconfont{
	font-weight: bold;
}
.box6 .box-b .btns .btn:last-child{
	margin-left: -8px;
	z-index: 2;
	background: linear-gradient(-150deg, #0A83EB, #50A9F5);
	color: #fff;
	box-shadow: 5px 9px 60px 0px rgba(10,131,235,0.3);
}
.box6 .box-b .btns .btn:first-child:hover{
	background: linear-gradient(-150deg, #0A83EB, #50A9F5);
	color: #fff;
	box-shadow: 5px 9px 60px 0px rgba(10,131,235,0.3);
	z-index: 3;
}
.box6 .box-b .btns .btn:first-child:hover + .btn{
	background: #fff;
	color: rgba(15, 134, 236, 1);
	box-shadow: none;
}
.box6 .box-b .more{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 44px;
	border: 2px solid #3499F1;
	border-radius: 22px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #0A83EB;
	transition: all .6s;
}
.box6 .box-b .more:hover{
	background-color: #0A83EB;
	color: #fff;
}
@media (max-width:1630px) {
	.banner .swiper-slide .slide-box .zh{
		font-size: 70px;
	}
	.banner .swiper-slide .slide-box{
		padding: 0 100px;
	}
	.banner .swiper-slide .slide-box .zh::after, .banner .swiper-slide .slide-box .zh::before{
		font-size: 180px;
	}
	.banner .swiper-slide .slide-box .en{
		font-size: 50px;
	}
	.box4 .box-c .btn.btn-prev{
		transform: translate(-110%,-50%);
	}
	.box4 .box-c .btn.btn-next{
		transform: translate(110%, -50%);
	}
}
@media (max-width:1530px) {
	.box4 .box-c .btn.btn-prev{
		transform: translate(-50%,-50%);
	}
	.box4 .box-c .btn.btn-next{
		transform: translate(50%, -50%);
	}
	.box4 .box-c .btn{
		width: 40px;
		height: 40px;
	}
	.box4 .box-c .btn .iconfont{
		font-size: 20px;
	}
	.box4 .box-c{
		padding: 0 25px;
	}
}
@media (max-width:1440px) {
	.banner .swiper-slide .slide-box .zh{
		font-size: 60px;
	}
	.banner .swiper-slide .slide-box .en{
		font-size: 40px;
	}
	.banner .swiper-slide .slide-box .zh::after, .banner .swiper-slide .slide-box .zh::before{
		font-size: 160px;
	}
	.box1 .box-c .title{
		font-size: 40px;
	}
	.box1 .box-c .list .number .counter{
		font-size: 70px;
	}
	.box2 .box-c{
		padding: 45px;
	}
	
}
@media (max-width:1280px) {
	
	.box3 .box-c .swiper-slide{
		width: 300px;
	}
	.index-title .zh{
		font-size: 28px;
	}
	.box2 .box-t .swiper-slide{
		min-width: 200px;
		line-height: 60px;
		font-size: 22px;
	}
	.box1 .box-c .title{
		font-size: 30px;
	}
	.box2 .box-c .list{
		gap: 20px;
	}
	.box2 .box-c .list li .icon{
		width: 60px;
		height: 60px;
	}
	.box2 .box-c .list li .text-title{
		margin-top: 30px;
	}
	.box2 .box-c .list li .more{
		margin-top: 40px;
	}
	.box2 .box-c .list li{
		padding: 40px 20px 30px;
	}
}
@media (max-width: 1199px) {
	
	.box3 .box-c .swiper-slide{
		width: 270px;
	}
	.index-title .zh{
		font-size: 26px;
	}
	.box6,
	.box5,
	.box2,
	.box1{
		padding: 80px 0;
	}
	.box4{
		padding: 80px 0 30px;
	}
	.box3 .box-c,
	.box1 .box-c .more,
	.box1 .box-c{
		margin-top: 50px;
	}
	/* .commonCase, */
	.box6 .box-c .swiper,
	.box2 .box-t .swiper{
		padding: 50px 0 40px;
	}
	.box4 .box-c .swiper{
		padding: 50px 0;
	}
	.box1 .box-c .title{
		font-size: 28px;
	}
	.banner .swiper-slide .slide-box .zh{
		font-size: 40px;
	}
	.banner .swiper-slide .slide-box .en{
		font-size: 30px;
	}
	.banner .swiper-slide .slide-box .zh::after, .banner .swiper-slide .slide-box .zh::before{
		font-size: 80px;
	}
	.banner .swiper-slide .pic img{
		height: auto;
		min-height: 430px;
		object-fit: cover;
	}
	.banner .swiper-slide .slide-box .zh::before{
		transform: translate(-113%,0%);
	}
	.banner .swiper-slide .slide-box .zh::after{
		transform: translate(130%,100%);
	}
	.banner .btn.btn-prev{
		left: 20px;
	}
	.banner .btn.btn-next{
		right: 20px;
	}
	.banner .swiper-slide .slide-box{
		padding: 0 50px;
	}
	.box2 .box-t .swiper-slide{
		min-width: 160px;
		line-height: 50px;
		font-size: 18px;
	}
	.box2 .box-c .list{
		grid-template-columns: repeat(3,1fr);
	}
}
@media (max-width:1024px) {
	
	.box3 .box-c .swiper-slide{
		width: 240px;
	}
	.index-title .zh{
		font-size: 24px;
	}
	.box6,
	.box5,
	.box2,
	.box1{
		padding: 70px 0;
	}
	.box4{
		padding: 70px 0 25px;
	}
	.box3 .box-c,
	.box1 .box-c .more,
	.box1 .box-c{
		margin-top: 45px;
	}
	/* .commonCase, */
	.box6 .box-c .swiper,
	.box2 .box-t .swiper{
		padding: 45px 0 35px;
	}
	.box4 .box-c .swiper{
		padding: 45px 0;
	}
	.box1 .box-c .title{
		font-size: 26px;
	}
	.banner .swiper-slide .slide-box .zh{
		font-size: 30px;
	}
	.banner .swiper-slide .slide-box .en{
		font-size: 26px;
	}
	.banner .swiper-slide .slide-box .zh::after, .banner .swiper-slide .slide-box .zh::before{
		font-size: 60px;
	}
	.banner .swiper-slide .slide-box .zh::after{
		transform: translate(130%,80%);
	}
	.box1 .box-c .list .number{
		margin-top: 30px;
		font-size: 26px;
	}
	.box1 .box-c .list .number .counter{
		font-size: 50px;
		height: 40px;
	}
	.index-title .icon img{
		width: 140px;
	}
	.box6 .box-b .btns .btn{
		width: 40px;
		height: 40px;
	}
	.box6 .box-b .btns .btn:last-child{
		margin-left: -5px;
	}
}
@media (max-width:768px) {
	
	.box3 .box-c .swiper-slide{
		width:200px;
	}
	.box2 .box-c{
		padding: 30px;
	}
	.box2 .box-t .swiper-slide{
		min-width: 120px;
		line-height: 40px;
		font-size: 16px;
	}
	.box2 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.box1 .box-c .list .number .counter{
		font-size: 40px;
		height: 30px;
	}
	.box1 .box-c .list{
		margin-top: 30px;
	}
	.box1 .box-c .list .number{
		margin-top: 15px;
	}
	.box1 .box-c .list .text,
	.box1 .box-c .des{
		font-size: 16px;
	}
	.index-title .zh{
		font-size: 22px;
	}
	.box6,
	.box5,
	.box2,
	.box1{
		padding: 60px 0;
	}
	.box4{
		padding: 60px 0 20px;
	}
	.box3 .box-c,
	.box1 .box-c .more,
	.box1 .box-c{
		margin-top: 40px;
	}
	/* .commonCase, */
	.box6 .box-c .swiper,
	.box2 .box-t .swiper{
		padding: 40px 0 30px;
	}
	.box4 .box-c .swiper{
		padding: 40px 0px;
	}
	.box1 .box-c .title{
		font-size: 24px;
	}
	.banner .swiper-slide .slide-box .zh{
		font-size: 26px;
	}
	.banner .swiper-slide .slide-box .en{
		font-size: 24px;
		letter-spacing: 4px;
	}
	.banner .btn.btn-prev{
		left: 10px;
	}
	.banner .btn.btn-next{
		right: 10px;
	}
	.index-title .icon img{
		width: 100px;
	}
}
@media (max-width:500px) {
	.box6 .box-b .more{
		width: 120px;
		height: 40px;
	}
	.box4 .box-c .btn.btn-prev{
		transform: translate(-20%,-50%);
	}
	.box4 .box-c .btn.btn-next{
		transform: translate(20%,-50%);
	}
	.box4 .box-c{
		padding: 0 40px;
	}
	.box3 .box-c .swiper-slide:not(:last-child){
		margin-right: 10px;
	}
	.box3 .box-c .swiper:not(:last-child){
		margin-bottom: 10px;
	}
	.box3 .box-c .swiper-slide{
		width: 160px;
	}
	.box2 .box-c .list li .more{
		width: 90px;
		height: 40px;
	}
	.box2 .box-c .list li .text-title{
		margin-top: 15px;
		min-height: 0;
		line-height: 1.6;
		font-size: 16px;
	}
	.box2 .box-c .list li .more{
		margin-top: 25px;
	}
	.box2 .box-c .list li .icon{
		width: 40px;
		height: 40px;
	}
	.box2 .box-c{
		padding: 20px;
	}
	.index-title .en{
		font-size: 16px;
		margin-top: 8px;
	}
	.index-title .zh{
		font-size: 20px;
	}
	.box1 .box-c .list .number .counter{
		font-size: 30px;
		height: 23px;
	}
	.box1 .box-c .list{
		flex-wrap: wrap;
		gap: 25px 0;
	}
	.box1 .box-c .list li{
		width: 50%;
	}
	.box6,
	.box5,
	.box2,
	.box1{
		padding: 50px 0;
	}
	.box4{
		padding: 50px 0 20px;
	}
	.box3 .box-c,
	.box1 .box-c .more,
	.box1 .box-c{
		margin-top: 30px;
	}
	/* .commonCase, */
	.box6 .box-c .swiper,
	.box2 .box-t .swiper{
		padding: 30px 0 20px;
	}
	.box4 .box-c .swiper{
		padding: 30px 0;
	}
	.box1 .box-c .title{
		font-size: 20px;
	}
	.banner .swiper-slide .slide-box .zh{
		font-size: 22px;
	}
	.banner .swiper-slide .slide-box .en{
		font-size: 22px;
		margin-top: .4em;
	}
	.banner .swiper-slide .slide-box .zh::after, .banner .swiper-slide .slide-box .zh::before{
		font-size: 36px;
	}
	.banner .swiper-slide .slide-box .zh::before{
		transform: translate(-113%,-30%);
	}
	.banner .swiper-slide .slide-box .zh::after{
		transform: translate(130%,70%);
	}
	.banner .btn .iconfont{
		font-size: 20px;
	}
	.banner .swiper-slide .slide-box{
		padding: 0 30px;
	}
	.banner .drop-mouse{
		bottom: 20px;
	}
	.box1 .box-c .more{
		width: 120px;
		height: 38px;
	}
	.box1 .box-c .more .iconfont{
		margin-left: 15px;
	}
	.box1 .box-c .list .number{
		font-size: 20px;
	}
}