body{
	background-color: RGBA(243, 248, 255, 1);
}
.custom{
	margin-top: 180px;
}
.custom .box1{
	padding: 114px 0 140px;
	background-image: url(../img/custom-box1-bg.jpg);
	background-size: cover;
}
.custom .box1 .common-title{
	color: #fff;
}
.custom .box1 .box-c{
	margin-top: 60px;
}
.custom .box1 .box-c .swiper{
	overflow: visible;
}
.custom .box1 .box-c .swiper-slide{
	width: 48.57%;
}
.custom .box1 .box-c .swiper-slide .pic{
	border-radius: 10px;
}
.custom .box1 .box-c .swiper-slide:not(:last-child){
	margin-right: 2.85%;
}
.custom .box1 .box-c .btns{
	margin-top: 40px;
	display: flex;
	gap: 20px;
}
.custom .box1 .box-c .btns .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 50%;
	cursor: pointer;
}
.custom .box1 .box-c .btns .btn:hover{
	background: linear-gradient(-135deg, #0A83EB, #50A9F5);
	box-shadow: 5px 9px 15px 0px rgba(10,131,235,0.15);
}
.custom .box1 .box-c .btns .btn:hover .iconfont{
	color: #fff;
	-webkit-text-fill-color: #fff;
}
.custom .box1 .box-c .btns .btn .iconfont{
	font-weight: bold;
	font-size: 22px;
	background: linear-gradient(-135deg, #0A83EB, #50A9F5);
	box-shadow: 5px 9px 60px 0px rgba(10,131,235,0.3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.custom .box2{
	/* padding: 0 0 140px; */
}
.custom .box2 .box-t .swiper{
	padding: 140px 0 50px;
}
.custom .box2 .box-t .swiper-slide:not(:last-child){
	margin-right: 20px;
}
.custom .box2 .box-t .swiper-slide{
	width: auto;
	padding: 0 20px;
	min-width: 240px;
	line-height: 80px;
	background: #FFFFFF;
	box-shadow: 5px 9px 15px 0px rgba(10,131,235,0.15);
	border-radius: 10px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0A83EB;
	text-align: center;
	transition: all .6s;
}
.custom .box2 .box-t .swiper-slide.active,
.custom .box2 .box-t .swiper-slide:hover{
	background: #0A83EB;
	color: #fff;
}
.custom .box3 .box-c .item,
.custom .box2 .box-c .item{
	display: none;
	animation: fadeInUpSmall 1s forwards;
}
.custom .box3 .box-c .item.active,
.custom .box2 .box-c .item.active{
	display: block;
}
.custom .box2 .box-c{
	/* margin-top: 50px; */
}
.custom .box2 .box-c .item-t .list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}
.custom .box2 .box-c .item-t .list li{
	border-radius: 10px;
	background: #FFFFFF;
	padding: 32px 49px;
}
.custom .box2 .box-c .item-t .list li .li-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.41;
}
.custom .box2 .box-c .item-t .list li .pic{
	margin-top: 48px;
}
.custom .box2 .box-c .item-t .list li .pic img{
	display: block;
	max-width: 100%;
}
.custom .box2 .box-c .item-t .list li .text-box{
	margin-top: 74px;
	display: flex;
	justify-content: space-between;
}
.custom .box2 .box-c .item-t .list li .text-box .text{
	width: 50%;
}
.custom .box2 .box-c .item-t .list li .text-box .text:first-child{
	width: 45%;
}
.custom .box2 .box-c .item-t .list li .text-box .text-title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1.875;
}
.custom .box2 .box-c .item-t .list li .text-box .text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 2.14;
}
.custom .box2 .box-c .item-c{
	margin-top: 58px;
}
.custom .box2 .box-c .item-c .sub-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0A83EB;
	line-height: 1;
}
.custom .box2 .box-c .item-c .list{
	display: grid;
	grid-template-columns: repeat(6,1fr);
	gap: 30px 10px;
	background: linear-gradient(-175deg, #0A83EB, #50A9F5);
	box-shadow: 5px 9px 15px 0px rgba(10,131,235,0.15);
	border-radius: 10px;
	margin-top: 18px;
	padding: 0 40px;
}
.custom .box2 .box-c .item-c .list li{
	text-align: center;
	padding: 40px 0;
}
.custom .box2 .box-c .item-c .list li .icon{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.custom .box2 .box-c .item-c .list li .icon img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	transition: all .6s;
}
.custom .box2 .box-c .item-c .list li:hover .icon img{
	transform: rotateY(180deg);
}
.custom .box2 .box-c .item-c .list li .text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 11px;
}
.custom .box3{
	padding: 120px 0 467px;
}
.custom .box3 .box-t{
	margin-top: 50px;
}
.custom .box3 .box-c{
	margin-top: 50px;
}
.custom .box3 .box-c .item1 .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.custom .box3 .box-c .item2 .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.custom .box3 .box-c .item2 .list li{
	position: relative;
}
.custom .box3 .box-c .item2 .list li:hover{
	box-shadow: 5px 9px 15px 0px rgba(10,131,235,0.15);
}
.custom .box3 .box-c .item2 .list li .text-box::before,
.custom .box3 .box-c .item2 .list li .text-box,
.custom .box3 .box-c .item2 .list li,
.custom .box3 .box-c .item2 .list li .pic{
	border-radius: 10px;
}
.custom .box3 .box-c .item2 .list li .text-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 106px;
	background-color: rgba(255,255,255,.1);
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	padding: 20px 35px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
.custom .box3 .box-c .item2 .list li .text-box span{
	position: relative;
	z-index: 3;
}
.custom .box3 .box-c .item2 .list li .text-box::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-160deg, #0A83EB, #50A9F5);
	opacity: 0;
	z-index: 2;
	transition: all .6s;
	border-radius: 0 0 10px 10px;
}
.custom .box3 .box-c .item2 .list li:hover .text-box::before{
	opacity: 1;
}
.application-details .box1{
	padding: 143px 0 533px;
}
.application-details .box1 .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0A83EB;
	line-height: 1;
}
.application-details .box1 .des{
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	margin-top: 19px;
}
.application-details .box1 .box-t .pic img{
	display: block;
	width: 100%;
}
.application-details .box1 .box-t{
	margin-top: 69px;
}
.application-details .box1 .box-c{
	margin-top: 98px;
}
.application-details .box1 .box-c .list{
	display: flex;
	border-radius: 10px;
	overflow: hidden;
}
.application-details .box1 .box-c .list li{
	flex: 1;
	background: #50A9F5;
	/* border-radius: 0px 0px 0px 10px; */
}
.application-details .box1 .box-c .list li:nth-child(1) .li-t{
	border-radius: 0 0 0 10px;
}
.application-details .box1 .box-c .list li:nth-child(5) .li-t{
	border-radius: 0 0 10px 0;
}
.application-details .box1 .box-c .list li:nth-child(2){
	background-color: rgba(34, 144, 238, 1);
	width: 23%;
	flex: none;
}
.application-details .box1 .box-c .list li:nth-child(3){
	background-color: rgba(22, 136, 234, 1);
}
.application-details .box1 .box-c .list li:nth-child(4){
	background-color: rgba(20, 132, 229, 1);
}
.application-details .box1 .box-c .list li:nth-child(5){
	background-color: rgba(12, 124, 221, 1);
}
.application-details .box1 .box-c .li-t{
	background: #FFFFFF;
	/* border-radius: 10px; */
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1187EC;
	line-height: 60px;
	padding: 0 20px 0 30px;
}
.application-details .box1 .box-c .li-c{
	padding: 50px 30px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
}
.application-details .box1 .box-c .li-c .item:not(:last-child){
	margin-bottom: 32px;
}
@media (max-width:1440px) {
	.application-details .box1 .des{
		font-size: 40px;
	}
	.application-details .box1 .box-c .li-t{
		font-size: 22px;
	}
}
@media (max-width:1280px) {
	.application-details .box1 .des{
		font-size: 30px;
	}
	.application-details .box1 .box-c .li-t{
		font-size: 20px;
	}
	.custom .box2 .box-t .swiper-slide{
		min-width: 160px;
		line-height: 60px;
		font-size: 16px;
	}
	.custom .box3 .box-c .item2 .list li .text-box{
		min-height: 80px;
	}
}
@media (max-width:1199px) {
	.application-details .box1 .des{
		font-size: 28px;
		margin-top: 10px;
	}
	.application-details .box1{
		padding: 80px 0;
	}
	.application-details .box1 .box-c,
	.application-details .box1 .box-t{
		margin-top: 50px;
	}
	.custom{
		margin-top: 80px;
	}
	.custom .box3,
	.custom .box1{
		padding: 80px 0;
	}
	.custom .box3 .box-c
	.custom .box3 .box-t,
	.custom .box2 .box-c .item-c,
	.custom .box1 .box-c{
		margin-top: 50px;
	}
	.custom .box2 .box-t .swiper{
		padding: 80px 0 50px;
	}
	.custom .box1 .box-c .btns .btn{
		width: 40px;
		height: 40px;
	}
	.custom .box1 .box-c .btns .btn .iconfont{
		font-size: 18px;
	}
	.custom .box1 .box-c .btns{
		margin-top: 20px;
		gap: 10px;
	}
}
@media (max-width: 1024px) {
	.custom .box3 .box-c .item2 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.custom .box2 .box-c .item-c .list li .icon{
		width: 80px;
		height: 80px;
	}
	.custom .box2 .box-c .item-c .list li .text{
		font-size: 16px;
	}
	.custom .box2 .box-c .item-t .list{
		grid-template-columns: repeat(1,1fr);
	}
	.custom .box2 .box-t .swiper-slide{
		min-width: 140px;
		line-height: 50px;
	}
	.custom{
		margin-top: 70px;
	}
	.custom .box3,
	.custom .box1{
		padding: 70px 0;
	}
	.custom .box3 .box-c,
	.custom .box3 .box-t,
	.custom .box2 .box-c .item-c,
	.custom .box1 .box-c{
		margin-top: 45px;
	}
	.custom .box2 .box-t .swiper{
		padding: 70px 0 45px;
	}
	.application-details .box1 .box-c .li-c .item:not(:last-child){
		margin-bottom: 20px;
	}
	.application-details .box1 .box-c .li-c{
		padding: 30px 20px;
	}
	.application-details .box1 .box-c .li-t{
		padding: 0 20px;
	}
	.application-details .box1 .box-c .list li{
		border-radius: 10px;
		overflow: hidden;
	}
	.application-details .box1 .box-c .list li:nth-child(5) .li-t,
	.application-details .box1 .box-c .list,
	.application-details .box1 .box-c .list li:nth-child(1) .li-t{
		border-radius: 0;
	}
	.application-details .box1 .box-c .list li:nth-child(2){
		width: 100%;
	}
	.application-details .box1 .box-c .list{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 20px;
	}
	.application-details .box1 .box-c,
	.application-details .box1 .box-t{
		margin-top: 45px;
	}
	.application-details .box1{
		padding: 70px 0;
	}
	.application-details .box1 .des{
		font-size: 26px;
	}
	.custom .box2 .box-c .item-t .list li .li-title{
		font-size: 22px;
	}
	.custom .box3 .box-t{
		margin-top: 45px;
	}
}
@media (max-width: 768px) {
	.custom .box3 .box-c .item2 .list li .text-box{
		min-height: 50px;
		padding: 10px 20px;
		font-size: 16px;
	}
	.custom .box2 .box-c .item-t .list li .li-title{
		font-size: 20px;
	}
	.custom .box2 .box-c .item-t .list li{
		padding: 30px;
	}
	.custom .box2 .box-c .item-c .list{
		padding: 30px;
		grid-template-columns: repeat(4,1fr);
	}
	.custom .box2 .box-c .item-c .list li{
		padding: 0;
	}
	.custom .box1 .box-c .swiper-slide{
		width: 70%;
	}
	.custom{
		margin-top: 60px;
	}
	.custom .box3,
	.custom .box1{
		padding: 60px 0;
	}
	.custom .box3 .box-c,
	.custom .box3 .box-t,
	.custom .box2 .box-c .item-c,
	.custom .box1 .box-c{
		margin-top: 40px;
	}
	.custom .box2 .box-t .swiper{
		padding: 60px 0 40px;
	}
	.application-details .box1 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.application-details .box1 .box-c,
	.application-details .box1 .box-t{
		margin-top: 40px;
	}
	.application-details .box1{
		padding: 60px 0;
	}
	.application-details .box1 .des{
		font-size: 24px;
	}
	.application-details .box1 .title{
		font-size: 22px;
	}
	.custom .box2 .box-c .item-t .list li .text-box{
		margin-top: 50px;
	}
	.custom .box3 .box-t{
		margin-top: 40px;
	}
}
@media (max-width: 500px) {
	.custom .box2 .box-t .swiper-slide{
		line-height: 45px;
		font-size: 14px;
	}
	.custom .box3 .box-c .item2 .list{
		grid-template-columns: repeat(1,1fr);
	}
	.custom .box3 .box-t{
		margin-top: 30px;
	}
	.custom .box2 .box-c .item-c .list{
		grid-template-columns: repeat(3,1fr);
		gap: 25px 20px;
	}
	.custom .box2 .box-c .item-c .list li .icon{
		width: 60px;
		height: 60px;
	}
	.custom .box2 .box-c .item-t .list li .text-box .text,
	.custom .box2 .box-c .item-t .list li .text-box .text:first-child{
		width: 100%;
	}
	.custom .box2 .box-c .item-t .list li .text-box{
		margin-top: 30px;
		flex-wrap: wrap;
		gap: 15px;
	}
	.custom .box2 .box-c .item-t .list li .pic{
		margin-top: 30px;
	}
	.custom .box2 .box-c .item-t .list li{
		padding: 20px;
	}
	.custom .box1 .box-c .swiper-slide{
		width: 100%;
	}
	.custom{
		margin-top: 50px;
	}
	.custom .box3,
	.custom .box1{
		padding: 50px 0;
	}
	.custom .box3 .box-c,
	.custom .box3 .box-t,
	.custom .box2 .box-c .item-c,
	.custom .box1 .box-c{
		margin-top: 30px;
	}
	.custom .box2 .box-t .swiper{
		padding: 50px 0 30px;
	}
	.application-details .box1 .box-c .li-t{
		line-height: 50px;
		font-size: 18px;
	}
	.application-details .box1 .box-c .li-c{
		font-size: 14px;
	}
	.application-details .box1 .box-c,
	.application-details .box1 .box-t{
		margin-top: 30px;
	}
	.application-details .box1{
		padding: 50px 0;
	}
	.application-details .box1 .des{
		font-size: 22px;
	}
	.application-details .box1 .title{
		font-size: 20px;
	}
}