.banner .swiper-slide{
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.banner .swiper-slide .slideBox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner .swiper-slide .slideBox .title{
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2;
	text-transform: uppercase;
}
.banner .swiper-slide .slideBox .des{
	color: #FFFFFF;
	line-height: 1.6;
	margin: .3em 0 2.13em;
}
.banner .swiper-slide .slideBox .more{
	display: inline-flex;
	align-items: center;
	padding: 9px 9px 9px 26px;
	background: rgba(255, 255, 255, .3);
	border-radius: 30px;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	transition: all .6s;
}
.banner .swiper-slide .slideBox .more:hover{
	background-color: rgba(63, 72, 203, 1);
}
.banner .swiper-slide .slideBox .more .icon{
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 50%;
	margin-left: 20px;
	color: rgba(63, 72, 203, 1);
	transition: all .6s;
}
.box1{
	padding: 166px 0 72px;
}
.box1 .box-c{
	position: relative;
	margin: 64px auto 0;
	width: 860px;
}
.box1 .box-c .swiper{
	overflow: visible;
}
.box1 .box-c .swiper-slide{
	display: block;
}
.box1 .box-c .swiper-slide:not(:last-child){
	margin-right: 270px;
}
.box1 .box-c .swiper-slide a{
	display: block;
}
.box1 .box-c .swiper-slide .img{
	position: relative;
	background: #FFFFFF;
	border-radius: 20px;
	padding-top: 55.81%;
	overflow: hidden;
}
.box1 .box-c .swiper-slide .img .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.box1 .box-c .swiper-slide .img .pic img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
}
.box1 .box-c .swiper-slide .text-box{
	position: relative;
	width: 500px;
	margin: 0 70px;
	background-color: rgba(63, 72, 203, 1);
	padding: 29px 68px 30px 26px;
	border-radius: 10px;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .6s;
}
.box1 .box-c .swiper-slide-active .text-box{
	opacity: 1;
}
.box1 .box-c .swiper-slide .text-box .icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100px;
	transform: translate(50%,-50%);
}
.box1 .box-c .swiper-slide .text-box .icon img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.box1 .box-c .swiper-slide .text-box .icon .more-text{
	animation: rotate 19s linear infinite;
}
.box1 .box-c .swiper-slide .text-box .icon:hover .more-text{
	animation-play-state: paused;
}
.box1 .box-c .swiper-slide .text-title{
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.box1 .box-c .swiper-slide .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 30px;
}
.box1 .box-c .btns{
	position: absolute;
	left: 0%;
	top: 0;
	width: 100%;
	z-index: 3;
	height: 480px;
	visibility: hidden;
}
.box1 .box-c .btns .btn{
	position: absolute;
	top: 0;
	width: 270px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: visible;
}
.box1 .box-c .btns .btn .icon{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3F48CB;
	cursor: pointer;
	transition: all .6s;
}
.box1 .box-c .btns .btn .icon:hover{
	border-color: rgba(63, 72, 203, 1);
}
.box1 .box-c .btns .btn .icon .iconfont{
	font-weight: bold;
}
.box1 .box-c .btns .btn.btn-prev{
	left: 0;
	transform: translateX(-100%);
}
.box1 .box-c .btns .btn.btn-next{
	right: 0;
	transform: translateX(100%);
}
.box2{
	padding: 129px 0 120px;
}
.box2 .line{
	position: relative;
	width: 60px;
	height: 3px;
	background: #3F48CB;
	margin-top: 60px;
}
.box2 .line:before{
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	height: 1px;
	width: 200vw;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, 1);
}
.box2 .box-c{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.box2 .box-c .l{
	width: 44.28%;
}
.box2 .box-c .l .text-title{
	font-weight: bold;
	font-size: 24px;
	color: #222222;
	line-height: 1.5;
	text-transform: uppercase;
}
.box2 .box-c .l .text-des{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 27px;
	margin-top: 1.8em;
}
.box2 .box-c .l .more{
	display: inline-block;
	margin-top: 58px;
	padding: 0 22px;
	line-height: 48px;
	background: #3F48CB;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 24px;
	transition: all .6s;
}
.box2 .box-c .l .more:hover{
	background-color: rgba(63, 72, 203, .9);
}
.box2 .box-c .r{
	width: 45.71%;
}
.box2 .box-c .r .pic{
	border-radius: 20px;
}
.box2 .box-c .r .list{
	position: relative;
	display: flex;
	padding: 27px 40px;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 5px 9px 30px 0px rgba(63,72,203,0.1);
	border-radius: 20px;
	transform: translateX(-60px);
	z-index: 4;
	margin-top: -42px;
}
.box2 .box-c .r .list li .number{
	font-size: 16px;
	color: #3F48CB;
	line-height: 1;
	text-transform: uppercase;
}
.box2 .box-c .r .list li .text{
	font-weight: bold;
	font-size: 16px;
	color: #3F48CB;
	line-height: 1;
	margin-top: 4px;
}
.box3{
	padding: 126px 0 140px;
}
.box3 .box-t{
	margin-top: 43px;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	align-items: center;
	gap: 5px 50px;
}
.box3 .box-t a{
	font-size: 18px;
	font-weight: bold;
	color: rgba(153, 153, 153, 1);
	line-height: 30px;
	transition: all .6s;
}
.box3 .box-t a:hover,
.box3 .box-t a.active{
	color: #3F48CB;
}
.box3 .box-c{
	margin-top: 47px;
}
.box3 .box-c .list{
	display: none;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.box3 .box-c .list.active{
	display: grid;
}
.box3 .box-c .list li a{
	position: relative;
	display: block;
	background-color: rgba(243, 243, 243, 1);
	border-radius: 20px;
}
.box3 .box-c .list li .img{
	position: relative;
	padding-top: 80%;
}
.box3 .box-c .list li .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.box3 .box-c .list li .pic img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
}
.box3 .box-c .list li .name{
	position: absolute;
	left: 30px;
	bottom: 30px;
	line-height: 50px;
	background: #FFFFFF;
	border-radius: 25px;
	text-align: center;
	z-index: 3;
	padding: 0 31px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	transition: all .6s;
}
.box3 .box-c .list li:hover .name{
	background-color: rgba(63, 72, 203, 1);
	color: #fff;
	box-shadow: 5px 9px 30px 0px rgba(63,72,203,0.3);
}
.box4{
	padding: 153px 0 150px;
	background: url(../img/index-box4-bg.jpg);
	background-size: cover;
}
.box4 .indexTitle span{
	color: rgba(34, 34, 34, 0);
	text-stroke: 1px #3F48CB;
	-webkit-text-stroke: 1px #3F48CB;
}
.box4 .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	text-align: center;
	margin-top: 2.5em;
}
.box4 .box-c{
	margin-top: 80px;
}
.box4 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.box4 .box-c .list li .li-box{
	background: #FFFFFF;
	border-radius: 20px;
	padding: 40px 20px 25px;
	transition: all .6s;
	height: 100%;
}
.box4 .box-c .list li:hover .li-box{
	transform: translateY(-20px);
	box-shadow: 5px 9px 40px 0px rgba(63,72,203,0.1);
}
.box4 .box-c .list li .icon{
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 50%;
	border: 1px solid rgba(63, 72, 203, .2);
	transition: all .6s;
}
.box4 .box-c .list li .icon img{
	max-width: 70%;
	max-height: 70%;
}
.box4 .box-c .list li:hover .icon{
	background-color: #3F48CB;
}
.box4 .box-c .list li:hover .icon img{
	filter: grayscale(100%) brightness(1200%);
}
.box4 .box-c .list li .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: rgba(153, 153, 153, 1);
	line-height: 24px;
	margin-top: 68px;
	transition: all .6s;
}
.box4 .box-c .list li:hover .text-title{
	color: #3F48CB;
}
@media (max-width:1500px) {
	.box1 .box-c .btns .btn{
		width: 149px;
	}
	.box1 .box-c .swiper-slide:not(:last-child){
		margin-right: 149px;
	}
}
@media (max-width:1280px) {
	.box1 .box-c .btns .btn{
		width: 94px;
	}
	.box1 .box-c .swiper-slide:not(:last-child){
		margin-right: 94px;
	}
	.box1 .box-c .btns .btn .icon{
		width: 50px;
		height: 50px;
	}
	.box3 .box-t{
		gap: 5px 31px;
	}
	.box4 .box-c .list li .text-title{
		margin-top: 49px;
	}
}
@media (max-width: 1199px) {
	.box4 .box-c .list li .icon{
		width: 60px;
		height: 60px;
	}
	.box4 .box-c .list li .text-title{
		margin-top: 19px;
	}
	.box4 .box-c .list li:hover .li-box{
		transform: translateY(0);
	}
	.box3 .box-t a{
		font-size: 16px;
	}
	.banner+div{
		background-image: none !important;
	}
	.box1{
		padding: 70px 0 0;
	}
	.box2{
		padding: 0 0 70px;
	}
	.box4,
	.box3{
		padding: 70px 0;
	}
	.box4 .box-c,
	.box4 .des,
	.box3 .box-c,
	.box2 .box-c .l .more,
	.box2 .box-c,
	.box2 .line,
	.box1 .box-c{
		margin-top: 45px
	}
	.box1 .box-c{
		width: ;
	}
	.box2 .box-c .l .text-title{
		font-size: 22px;
	}
	.box2 .box-c .l .text-des{
		margin-top: 1em;
	}
	.box2 .box-c .r .list{
		padding: 19px;
	}
	.box3 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width:1024px) {
	.box4 .box-c .list li .li-box{
		padding: 25px 20px;
	}
	.box3 .box-c .list li .name{
		left: 20px;
		bottom: 20px;
		line-height: 45px;
		padding:  0 22px;
	}
	.box2 .box-c{
		flex-direction: column-reverse;
	}
	.box2 .box-c .l{
		width: 100%;
		margin-top: 40px;
	}
	.box2 .box-c .r{
		width: 100%;
		padding-left: 60px;
	}
	.box1 .box-c .btns{
		height: auto;
		padding-top: 60.91%;
	}
	.box1 .box-c .swiper-slide .text-box{
		margin: 0 49px;
		padding-right: 49px;
	}
	.box1 .box-c .swiper-slide .text-box .icon{
		width: 80px;
		height: 80px;
	}
	.box1 .box-c .swiper-slide .text-des{
		margin-top: 20px;
	}
	.box1 .box-c{
		width: 80%;
	}
	.box1{
		padding: 60px 0 0;
	}
	.box2{
		padding: 0 0 60px;
	}
	.box4,
	.box3{
		padding: 60px 0;
	}
	.box3 .box-t,
	.box4 .box-c,
	.box4 .des,
	.box3 .box-c,
	.box2 .box-c .l .more,
	.box2 .box-c,
	.box2 .line,
	.box1 .box-c{
		margin-top: 40px
	}
	.banner .swiper-slide .pic img{
		min-height: 430px;
		object-fit: cover;
	}
	.banner .swiper-slide .slideBox .des{
		margin-bottom: 1.4em;
	}
	.banner .swiper-slide .slideBox .more{
		padding: 5px 5px 5px 19px;
		font-size: 16px;
	}
	.banner .swiper-slide .slideBox .more .icon{
		width: 34px;
		height: 34px;
	}
	.banner .swiper-slide .slideBox .des{
		font-size: 22px;
		line-height: 1.4;
	}
	.box4 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width:768px) {
	.box4 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.box3 .box-c .list li .name{
		left: 10px;
		bottom: 10px;
		line-height: 40px;
		font-size: 14px;
		padding:  0 14px;
	}
	.box3 .box-t{
		gap: 5px 19px;
	}
	.box3 .box-t a{
		font-size: 14px;
		line-height: 24px;
	}
	.box2 .box-c .l .text-des{
		margin-top: .5em;
	}
	.box2 .box-c .l{
		margin-top: 30px;
	}
	.box2 .box-c .l .text-title{
		font-size: 20px;
	}
	.box1 .box-c .btns .btn{
		width: 60px;
	}
	.box1 .box-c .swiper-slide:not(:last-child){
		margin-right: 60px;
	}
	.box1 .box-c .btns .btn .icon{
		width: 40px;
		height: 40px;
	}
	.box1 .box-c .swiper-slide .text-des{
		margin-top: 10px;
	}
	.box1 .box-c .swiper-slide .text-box{
		margin: 0 0 0 30px;
		padding: 19px 19px 31px 19px;
		width: calc(100% - 86px);
	}
	.box1 .box-c .swiper-slide .text-title{
		font-size: 20px;
	}
	.box1 .box-c .swiper-slide .text-box .icon{
		width: 50px;
		height: 50px;
	}
	.box1{
		padding: 50px 0 0;
	}
	.box2{
		padding: 0 0 50px;
	}
	.box4,
	.box3{
		padding: 50px 0;
	}
	.box3 .box-t,
	.box4 .box-c,
	.box4 .des,
	.box3 .box-c,
	.box2 .box-c .l .more,
	.box2 .box-c,
	.box2 .line,
	.box1 .box-c{
		margin-top: 30px
	}
	.banner .swiper-slide .slideBox .des{
		font-size: 20px;
	}
}
@media (max-width: 500px) {
	.box4 .box-c .list li .icon img{
		max-width: 60%;
		max-height: 60%;
	}
	.box4 .box-c .list li .icon{
		width: 44px;
		height: 44px;
	}
	.box4 .box-c .list li .text-title{
		margin-top: 10px;
	}
	.box3 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.box2 .box-c .l .more{
		line-height: 40px;
	}
	.box2 .box-c .l{
		margin-top: 25px;
	}
	.box2 .box-c .r .list li .number,
	.box2 .box-c .r .list li .text{
		font-size: 14px;
	}
	.box2 .box-c .r{
		padding-left: 49px;
	}
	.box2 .box-c .r .list{
		width: calc(100% + 49px);
		transform: translateX(-49px);
	}
	.box2 .box-c .l .text-title{
		font-size: 18px;
	}
	.box1 .box-c .swiper-slide .text-des{
		font-size: 14px;
		margin-top: 5px;
	}
	.box1 .box-c .swiper-slide .text-box{
		margin-left: 10px;
		width: calc(100% - 20px);
		padding: 13px 19px 13px 13px;
	}
	.box1 .box-c .swiper-slide .text-title{
		font-size: 18px;
	}
	.banner .swiper-slide .slideBox .des{
		font-size: 18px;
	}
	.box1{
		padding: 40px 0 0;
	}
	.box2{
		padding: 0 0 40px;
	}
	.box4,
	.box3{
		padding: 40px 0;
	}
	.box3 .box-t,
	.box4 .box-c,
	.box3 .box-c,
	.box2 .box-c .l .more,
	.box2 .box-c,
	.box2 .line,
	.box1 .box-c{
		margin-top: 25px
	}
	.box4 .des{
		margin-top: 15px;
	}
}