.product .box1{
	padding: 100px 0;
}
.product .box1 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product .box1 .box-t .indexTitle{
	width: 45%;
}
.product .box1 .box-t-r{
	max-width: 50%;
}
.product .box1 .box-t-r .swiper-slide{
	width: auto;
}
.product .box1 .box-t-r .swiper-slide:not(:last-child){
	margin-right: 20px;
}
.product .box1 .box-t-r .swiper-slide a{
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 44px;
	border: 1px solid #CFCFCF;
	border-radius: 5px;
	text-align: center;
	padding: 0 42px;
	width: auto;
}
.product .box1 .box-t-r .swiper-slide.active a,
.product .box1 .box-t-r .swiper-slide:hover a{
	border-color: rgba(212, 0, 12, 1);
	color: rgba(212, 0, 12, 1);
}
.product .box1 .box-c{
	/* margin-top: 70px; */
}
.product .box1 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .box1 .box-c .list li{
	width: 48.21%;
	margin-top: 70px;
}
.product .box1 .box-c .list li .pic{
	border-radius: 15px;
}
.product .box1 .box-c .list li .text-box{
	margin-top: 38px;
}
.product .box1 .box-c .list li .text-title{
	font-size: 22px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .box1 .box-c .list li:hover .text-title{
	color: rgba(212, 0, 12, 1);
}
.product .box1 .box-c .list li .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 21px;
}
.product .box1 .box-c .list li .commonMore{
	margin-top: 35px;
}
.product .box1 .pagination{
	margin-top: 80px;
}
.product-d .box1{
	padding: 100px 0;
}
.product-d .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.product-d .box1 .box-c .l{
	width: 48.21%;
}
.product-d .box1 .box-c .l .pic{
	border-radius: 15px;
}
.product-d .box1 .box-c .r{
	width: 625px;
	max-width: 48%;
}
.product-d .box1 .box-c .r .text-title{
	font-size: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #D4000C;
	line-height: 1.2;
}
.product-d .box1 .box-c .r .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	margin-top: 27px;
}
.product-d .box1 .box-c .r .more{
	display: block;
	width: 180px;
	height: 52px;
	line-height: 52px;
	background: linear-gradient(to left, #D4000C, #FD7457);
	border-radius: 4px;
	margin-top: 90px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}
.product-d .box2{
	padding: 100px 0 122px;
	background-color: rgba(247, 247, 247, 1);
}
.product-d .box2 .indexTitle .title,
.product-d .box3 .indexTitle .title,
.product-d .box4 .indexTitle .title{
	justify-content: center;
}
.product-d .box2 .box-c{
	margin-top: 50px;
}
.product-d .box2 .box-c .list{
	display: flex;
	justify-content: space-between;
}
.product-d .box2 .box-c .list li{
	width: 32.14%;
	padding: 42px 40px;
	background: rgba(255, 255, 255, 1);
}
.product-d .box2 .box-c .list li:hover{
	background: linear-gradient(to left, #D4000C, #FD7457);
}
.product-d .box2 .box-c .list li .li-title{
	display: flex;
	align-items: center;
}
.product-d .box2 .box-c .list li .li-title .icon{
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #F4F4F4;
	border-radius: 50%;
}
.product-d .box2 .box-c .list li:hover .li-title .icon{
	background-color: #fff;
}
.product-d .box2 .box-c .list li .li-title .icon .iconfont{
	font-size: 45px;
	color: #333;
	display: block;
	transition:  transform .6s;
}
.product-d .box2 .box-c .list li:hover .li-title .icon .iconfont{
	background: linear-gradient(to left, #D4000C, #FD7457);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transform: rotateY(180deg);
}
.product-d .box2 .box-c .list li .li-title .text{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	margin-left: 20px;
	flex: 1;
}
.product-d .box2 .box-c .list li:hover .li-title .text,
.product-d .box2 .box-c .list li:hover .text-box{
	color: #fff;
}
.product-d .box2 .box-c .list li .text-box{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	/*line-height: 2;*/
	margin-top: 21px;
}
.product-d .box3{
	padding: 80px 0 100px;
}
.product-d .box3 .box-c{
	margin-top: 66px;
}
.product-d .box3 .box-c li{
	display: flex;
	text-align: center;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	/*line-height: 2;*/
	min-height: 42px;
	border: 1px solid rgba(191, 191, 191, 1);
}
.product-d .box3 .box-c li:not(:first-child){
	border-top: none;
}
.product-d .box3 .box-c li.li-header{
	font-size: 20px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #333333;
	/*line-height: 2;*/
}
.product-d .box3 .box-c li .li-l{
	width: 27.85%;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-d .box3 .box-c li .li-r{
	flex: 1;
	border-left: 1px solid rgba(191, 191, 191, 1);
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-d .box4{
	padding: 100px 0 113px;
	background-color: rgba(247, 247, 247, 1);
}
.product-d .box4 .box-c{
	margin-top: 50px;
}
.product-d .box4 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-d .box4 .box-c .list li,
.product-d .box4 .box-c .list i{
	position: relative;
	width: 32.14%;

}
.product-d .box4 .box-c .list li{
    	margin-bottom: 15px;
}
.product-d .box4 .box-c .list li .text{
	position: absolute;
	bottom: 24px;
	left: 0;
	width: 100%;
	padding: 0 30px;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	z-index: 2;
}
@media (max-width: 1280px) {
	.product-d .box2 .box-c .list li{
		padding: 25px;
	}
}
@media (max-width: 1199px) {
	.product .box1,.product-d .box1,.product-d .box2,.product-d .box3,.product-d .box4{
		padding: 70px 0;
	}
	.product .box1 .box-c .list li,
	.product-d .box4 .box-c,.product-d .box3 .box-c,
	.product-d .box2 .box-c{
		margin-top: 40px;
	}
}
@media (max-width: 1024px) {
	.product-d .box1 .box-c .r .text-title{
		font-size: 26px;
	}
	.product .box1,.product-d .box1,.product-d .box2,.product-d .box3,.product-d .box4{
		padding: 60px 0;
	}
	.product .box1 .box-t{
		flex-wrap: wrap;
	}
	.product .box1 .box-t-r{
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	.product .box1 .box-t .indexTitle{
		width: 100%;
	}
	.product .box1 .box-t-r .swiper-slide a{
		padding: 0 20px;
	}
	.product .box1 .pagination{
		margin-top: 40px;
	}
	.product-d .box1 .box-c{
		flex-direction: column;
	}
	.product-d .box1 .box-c .l{
		width: 100%;
	}
	.product-d .box1 .box-c .r{
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	.product-d .box1 .box-c .r .more{
		margin-top: 25px;
		height: 45px;
		line-height: 45px;
	}
	.product-d .box1 .box-c .r .text-des{
		margin-top: 17px;
	}
	.product-d .box2 .box-c .list li .li-title .icon{
		width: 60px;
		height: 60px;
		line-height: 60px
	}
	.product-d .box2 .box-c .list li .li-title .icon .iconfont{
		font-size: 30px;
	}
	.product-d .box2 .box-c .list li .li-title .text{
		font-size: 22px;
		margin-left: 10px;
	}
}
@media (max-width: 768px) {
	.product-d .box2 .box-c .list{
		flex-wrap: wrap;
	}
	.product-d .box2 .box-c .list li,
	.product-d .box4 .box-c .list li, .product-d .box4 .box-c .list i{
		width: 48.5%;
	}
	.product-d .box2 .box-c .list li:not(:last-child),
	.product-d .box4 .box-c .list li:not(:last-child){
		margin-bottom: 20px;
	}
	.product-d .box4 .box-c .list i{
		display: none;
	}
	.product-d .box2 .box-c .list li .li-title .text{
		font-size: 20px;
	}
	.product-d .box1 .box-c .r .text-title{
		font-size: 22px;
	}
	.product .box1,.product-d .box1,.product-d .box2,.product-d .box3,.product-d .box4{
		padding: 50px 0;
	}
	.product .box1 .box-c .list li{
		width: 100%;
	}
	.product .box1 .box-c .list li .text-box{
		margin-top: 20px;
	}
	.product .box1 .box-c .list li .text-title{
		font-size: 20px;
	}
	.product .box1 .box-c .list li .text-des{
		margin-top: 15px;
	}
	.product .box1 .box-c .list li .commonMore{
		margin-top: 20px;
	}
	.product .box1 .pagination,
	.product-d .box4 .box-c,.product-d .box3 .box-c,
	.product-d .box2 .box-c{
		margin-top: 35px;
	}
	.product-d .box3 .box-c li.li-header{
		font-size: 18px;
		line-height: 1.5;
	}
	.product-d .box3 .box-c li{
		font-size: 16px;
	}
	.product-d .box3 .box-c li .li-l{
		min-height: 42px;
	}
}
@media (max-width: 500px) {
	.product-d .box3 .box-c li.li-header{
		font-size: 16px;
		line-height: 1.5;
	}
	.product-d .box3 .box-c li{
		font-size: 14px;
	}
	.product-d .box2 .box-c .list li, .product-d .box4 .box-c .list li, .product-d .box4 .box-c .list i{
		width: 100%;
	}
	.product-d .box2 .box-c .list li .li-title .text{
		font-size: 18px;
	}
	.product-d .box1 .box-c .r .text-title{
		font-size: 20px;
	}
	.product .box1,.product-d .box1,.product-d .box2,.product-d .box3,.product-d .box4{
		padding: 40px 0;
	}
	.product .box1 .box-t-r .swiper-slide a{
		height: 40px;
		line-height: 36px;
		font-size: 14px;
		padding: 0 15px;
	}
	.product .box1 .pagination,
	.product-d .box4 .box-c,.product-d .box3 .box-c,
	.product-d .box2 .box-c{
		margin-top: 30px;
	}
}