.service-support .box1{
	padding: 100px 0;
}
.service-support .box1 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service-support .box1 .box-t .indexTitle{
	width: 45%;
}
.service-support .box1 .box-t-r{
	max-width: 50%;
}
.service-support .box1 .box-t-r .swiper-slide{
	width: auto;
}
.service-support .box1 .box-t-r .swiper-slide:not(:last-child){
	margin-right: 20px;
}
.service-support .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;
}
.service-support .box1 .box-t-r .swiper-slide.active a,
.service-support .box1 .box-t-r .swiper-slide:hover a{
	border-color: rgba(212, 0, 12, 1);
	color: rgba(212, 0, 12, 1);
}
.service-support .box1 .box-c{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.service-support .box1 .box-c .l{
	width: 50%;
}
.service-support .box1 .box-c .r{
	width: 587px;
	max-width: 46%;
}
.service-support .box1 .box-c .r .text-box{
	
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 2;
}
.service-support .box1 .box-b{
	margin-top: 80px;
}
.service-support .box1 .box-b .list{
	display: flex;
	justify-content: space-between;
}
.service-support .box1 .box-b .list li{
	border: 1px solid #BFBFBF;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 192px;
	width: 23.92%;
}
.service-support .box1 .box-b .list li .icon .iconfont{
	font-size: 60px;
	color: RGBA(215, 17, 28, 1);
	display: block;
	transition: all .6s;
}
.service-support .box1 .box-b .list li:hover .icon .iconfont{
	transform: rotateY(180deg);
}
.service-support .box1 .box-b .list li .text{
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #444444;
	line-height: 1;
	margin-top: 30px;
}
.download{
	margin-top: 50px;
}
.download li{
	display: flex;
	align-items: center;
	padding: 32px 50px;
	background-color: rgba(248, 248, 248, 1);
}
.download li:not(:last-child){
	margin-bottom: 30px;
}
.download li:hover{
	background: #FFFFFF;
	box-shadow: 0px 5px 25px 0px rgba(212,0,12,0.1);
}
.download li .li-l{
	display: flex;
	flex: 1;
	margin-right: 50px;
}
.download li .li-l .iconfont{
	font-size: 27px;
}
.download li .li-l .name{
	flex: 1;
	margin-left: 14px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 27px;
}
.download li:hover .li-l .name{
	color: rgba(212, 0, 12, 1);
}
.download li .li-r{
	display: flex;
	align-items: center;
}
.download li .li-r .date{
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #888888;
	line-height: 1;
}
.download li .li-r .preview,
.download li .li-r .downloadBtn{
	width: 140px;
	height: 46px;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.download li .li-r .preview:hover,
.download li .li-r .downloadBtn:hover{
	background-color: rgba(212, 0, 12, 1);
	border-color: rgba(212, 0, 12, 1);
	color: #fff;
}
.download li .li-r .preview{
	margin: 0 20px 0 92px;
}
.download li .li-r .preview .iconfont,
.download li .li-r .downloadBtn .iconfont{
	margin-left: 15px;
}
.download .more{
	margin: 50px auto 0;
	display: block;
	width: 260px;
	height: 60px;
	border: 1px solid #BFBFBF;
	border-radius: 5px;
	line-height: 58px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.download .more:hover{
	background-color: rgba(212, 0, 12, 1);
	border-color: rgba(212, 0, 12, 1);
	color: #fff;
}
@media (max-width: 1199px) {
	.service-support .box1{
		padding: 70px 0;
	}
	.download li{
		padding: 20px 30px;
	}
}
@media (max-width: 1024px) {
	.download{
		margin-top: 40px;
	}
	.download li{
		flex-direction: column;
		align-items: flex-start;
	}
	.download li .li-l{
		flex: none;
		margin-right: 0;
	}
	.download li .li-r{
		width: 100%;
		justify-content: flex-end;
		margin-top: 10px;
	}
	.download li .li-r .preview{
		margin: 0 20px 0 40px;
	}
	.service-support .box1 .box-t{
		flex-wrap: wrap;
	}
	.service-support .box1 .box-t-r{
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	.service-support .box1 .box-t .indexTitle{
		width: 100%;
	}
	.service-support .box1 .box-t-r .swiper-slide a{
		padding: 0 20px;
	}
	.service-support .box1{
		padding: 60px 0;
	}
	.service-support .box1 .box-c{
		flex-direction: column;
		margin-top: 35px;
	}
	.service-support .box1 .box-c .l{
		width: 100%;
	}
	.service-support .box1 .box-c .r{
		width: 100%;
		max-width: 100%;
	}
	.service-support .box1 .box-c .r .text-box{
		margin-top: 25px;
	}
	.service-support .box1 .box-b{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.service-support .box1 .box-b .list li{
		width: 48.5%;
		margin-bottom: 20px;
	}
	.service-support .box1 .box-b .list li:nth-last-child(1),
	.service-support .box1 .box-b .list li:nth-last-child(2){
		margin-bottom: 0;
	}
	.service-support .box1 .box-b .list{
		flex-wrap: wrap;
	}
	.service-support .box1 .box-b .list li .icon .iconfont{
		font-size: 40px;
	}
	.service-support .box1 .box-b .list li{
		height: 140px;
	}
	.service-support .box1 .box-b .list li .text{
		margin-top: 10px;
	}
	.download{
		margin-top: 35px;
	}
	.service-support .box1{
		padding: 50px 0;
	}
	.download li{
		padding: 20px;
	}
	.download li .li-l .iconfont{
		font-size: 22px;
	}
	.download li .li-l .name{
		font-size: 16px;
		line-height: 22px;
		margin-left: 7px;
	}
	.download li .li-r .date{
		font-size: 16px;
	}
	.download li .li-r .preview, .download li .li-r .downloadBtn{
		width: 90px;
		height: 40px;
	}
	.download li .li-r .preview{
		margin-left: 20px;
	}
	.download li .li-r .preview .iconfont, .download li .li-r .downloadBtn .iconfont{
		margin-left: 5px;
	}
	.download .more{
		margin-top: 30px;
		height: 45px;
		line-height: 43px;
		width: 150px;
	}
	.service-support .box1 .box-b{
		margin-top: 35px;
	}
}
@media (max-width: 500px) {
	.service-support .box1 .box-b{
		margin-top: 30px;
	}
	.service-support .box1{
		padding: 40px 0;
	}
	.download{
		margin-top: 30px;
	}
	.service-support .box1 .box-t-r .swiper-slide a{
		height: 40px;
		line-height: 36px;
		font-size: 14px;
		padding: 0 15px;
	}
}