.product{
	background-color: RGBA(246, 248, 250, 1);
}
.product .box1{
	padding: 120px 0 100px;
}
.product .box1 .box-t .swiper{
	padding: 78px 0 50px;
}
.product .box1 .box-t .swiper-slide{
	position: relative;
	width: auto;
	min-width: 140px;
	line-height: 50px;
	padding: 0 20px;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0A83EB;
	background: linear-gradient(-150deg, #BAD6EE, #DAEAF8);
	transition: all .6s;
	cursor: pointer;
}
.product .box1 .box-t .swiper-slide:hover,
.product .box1 .box-t .swiper-slide.active{
	color: #fff;
	box-shadow: 5px 9px 30px 0px rgba(10,131,235,0.3);
}
.product .box1 .box-t .swiper-slide span{
	position: relative;
	z-index: 2;
}
.product .box1 .box-t .swiper-slide,
.product .box1 .box-t .swiper-slide::before{
	border-radius: 10px;
}
.product .box1 .box-t .swiper-slide::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-150deg, #0A83EB, #50A9F5);
	opacity: 0;
	transition: all .6s;
}
.product .box1 .box-t .swiper-slide:hover::before,
.product .box1 .box-t .swiper-slide.active::before{
	opacity: 1;
}
.product .box1 .box-c .item{
	display: none;
	animation: fadeInUpSmall 1s forwards;
}
.product .box1 .box-c .item.active{
	display: block;
}
.product .box1 .box-c .item img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.product .box1 .box-c .item .text-title{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1.66;
	text-align: center;
	margin-top: 15px;
}
.product .box2{
	padding: 100px 0 475px;
	background: linear-gradient(-150deg, #DFEBF8, #F3F7FA);
}
.product .box2 .box-c{
	margin-top: 50px;
}
.product .box2 .box-c .items{
	display: flex;
	gap: 10px;
}
.product .box2 .box-c .items .item{
	flex: 1;
	text-align: center;
}
.product .box2 .box-c .items .li-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0A83EB;
	line-height: 24px;
}
.product .box2 .box-c .items .li-des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-top: 17px;
}
.product .box2 .box-c .items li{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 18px 16px 16px;
}
.product .box2 .box-c .items li:not(:last-child){
	margin-bottom: 10px;
}
@media (max-width:1440px) {
	.product .box1 .box-c .item .text-title{
		font-size: 30px;
	}
}
@media (max-width:1280px) {
	.product .box1 .box-c .item .text-title{
		font-size: 28px;
	}
}
@media (max-width:1199px) {
	.product .box2,
	.product .box1{
		padding: 80px 0;
	}
	.product .box1 .box-t .swiper{
		padding: 50px 0;
	}
	.product .box2 .box-c{
		margin-top: 50px;
	}
	.product .box1 .box-c .item .text-title{
		font-size: 26px;
	}
	.product .box2 .box-c .items{
		display: grid;
		grid-template-columns: repeat(3,1fr);
	}
}
@media (max-width: 1024px) {
	.product .box2,
	.product .box1{
		padding: 70px 0;
	}
	.product .box1 .box-t .swiper{
		padding: 45px 0;
	}
	.product .box2 .box-c{
		margin-top: 45px;
	}
	.product .box1 .box-c .item .text-title{
		font-size: 24px;
	}
}
@media (max-width: 768px) {
	.product .box1 .box-t .swiper-slide{
		font-size: 16px;
		min-width: 100px;
		line-height: 45px;
	}
	.product .box2,
	.product .box1{
		padding: 60px 0;
	}
	.product .box1 .box-t .swiper{
		padding: 40px 0;
	}
	.product .box2 .box-c{
		margin-top: 40px;
	}
	.product .box1 .box-c .item .text-title{
		font-size: 22px;
	}
}
@media (max-width: 500px) {
	.product .box2 .box-c .items{
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.product .box1 .box-c .item .text-title{
		font-size: 20px;
	}
	.product .box2,
	.product .box1{
		padding: 50px 0;
	}
	.product .box1 .box-t .swiper{
		padding: 30px 0;
	}
	.product .box2 .box-c{
		margin-top: 30px;
	}
	.product .box1 .box-t .swiper-slide{
		font-size: 14px;
		line-height: 40px;
	}
}