.serviceSupport{
	padding: 100px 0 140px;
	background-color: RGBA(250, 250, 250, 1);
}
.serviceSupport .box1{
	text-align: center;
}
.serviceSupport .box1 .box-t{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	gap: 20px;
}
.serviceSupport .box1 .box-t a{
	min-width: 180px;
	line-height: 58px;
	padding: 0 20px;
	background: #FAFAFA;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #282828;
	transition: all .6s;
}
.serviceSupport .box1 .box-t a:hover{
	color: rgba(18, 153, 239, 1);
}
.serviceSupport .box1 .box-t a.active{
	background: linear-gradient(60deg, #31AAF6, #0E97EE);
	box-shadow: 5px 9px 30px 0px rgba(26,157,241,0.3);
	border-color: transparent;
	color: #fff;
}
.serviceSupport .box1 .des{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	margin-top: 50px;
}
.serviceSupport .box1 .box-c{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.serviceSupport .box1 .box-c .l{
	text-align: left;
	flex: 1;
}
.serviceSupport .box1 .box-c .r{
	width: 64.28%;
}
.serviceSupport .box1 .box-c .r .pic{
	border-radius: 10px;
}
.serviceSupport .box1 .box-c .l li{
	display: flex;
}
.serviceSupport .box1 .box-c .l li:not(:last-child){
	margin-bottom: 70px;
}
.serviceSupport .box1 .box-c .l li .iconfont{
	color: rgba(14, 151, 238, 1);
	font-size: 20px;
	margin-right: 14px;
}
.serviceSupport .box1 .box-c .l li .text-box{
	flex: 1;
}
.serviceSupport .box1 .box-c .l li .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 20px;
	margin-bottom: 10px;
}
.serviceSupport .box1 .box-c .l li .text-tel{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 48px;
	color: #1299EF;
	line-height: 1;
}
.serviceSupport .box1 .box-c .l li .text-email{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 30px;
	color: #1299EF;
	line-height: 1;
}
.serviceSupport .box1 .box-c1{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.serviceSupport .box1 .box-c1-l a:not(:last-child){
	margin-bottom: 45px;
}
.serviceSupport .box1 .box-c1-l a{
	display: flex;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: rgba(153, 153, 153, 1);
	line-height: 1;
	align-items: center;
	transition: all .6s;
}
.serviceSupport .box1 .box-c1-l a:hover,
.serviceSupport .box1 .box-c1-l a.active{
	color: #0E97EE;
}
.serviceSupport .box1 .box-c1-l a .bullet{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid #1299EF;
	margin-right: 11px;
	opacity: 0;
	transition: all .6s;
}
.serviceSupport .box1 .box-c1-l a.active .bullet{
	opacity: 1;
}
.serviceSupport .box1 .box-c1-r{
	width: 85.71%;
}
.serviceSupport .box1 .box-c1-r .list li:not(:last-child){
	margin-bottom: 10px;
}
.serviceSupport .box1 .box-c1-r .list li:not(:last-child).active{
	margin-bottom: 40px;
}
.serviceSupport .box1 .box-c1-r .list .li-t{
	display: flex;
	justify-content: space-between;
	padding: 27px 30px;
	font-family: Rany-Bold;
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
}
.serviceSupport .box1 .box-c1-r .list .li-t .title{
	flex: 1;
	margin-right: 30px;
	text-align: left;
}
.serviceSupport .box1 .box-c1-r .list li.active .li-t{
	background: linear-gradient(60deg, #31AAF6, #0E97EE);
	box-shadow: 5px 9px 30px 0px rgba(26,157,241,0.3);
	border-color: transparent;
	color: #fff;
	cursor: pointer;
}
.serviceSupport .box1 .box-c1-r .list .li-t .iconfont{
	color: rgba(204, 204, 204, 1);
	font-size: 20px;
}
.serviceSupport .box1 .box-c1-r .list li.active .li-t .iconfont{
	color: #fff;
}
.serviceSupport .box1 .box-c1-r .list .li-c{
	margin-top: 10px;
	background: linear-gradient(60deg, #31AAF6, #0E97EE);
	box-shadow: 5px 9px 30px 0px rgba(26,157,241,0.3);
	border-radius: 5px;
	padding: 30px 30px 90px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FAFAFA;
	line-height: 30px;
	text-align: left;
	display: none;
}
.serviceSupport .box1 .box-c2{
	margin-top: 50px;
}
.serviceSupport .box1 .box-c2 .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 50px 25px;
}
.serviceSupport .box1 .box-c2 .list .pic{
	position: relative;
	border-radius: 5px;
}
.serviceSupport .box1 .box-c2 .list .pic .playBtn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #0E97EE;
	cursor: pointer;
}
.serviceSupport .box1 .box-c2 .list .pic .playBtn .iconfont{
	font-size: 36px;
}
.serviceSupport .box1 .box-c2 .list .text{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	text-align: left;
	margin-top: 25px;
}
.serviceSupport .box1 .box-c2 .pagination{
	margin-top: 60px;
}
.serviceSupport .box1 .box-c1-r .list1 li:not(:last-child){
	margin-bottom: 20px;
}
.serviceSupport .box1 .box-c1-r .list1 li a{
	display: flex;
	background: #FAFAFA;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	padding: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	justify-content: space-between;
}
.serviceSupport .box1 .box-c1-r .list1 li a .title{
	flex: 1;
	margin-right: 30px;
}
.serviceSupport .box1 .box-c1-r .list1 li .iconfont{
	color: RGBA(62, 62, 62, 1);
	font-size: 22px;
}
.serviceSupport .box1 .box-c1-r .list1 li:hover a{
	background: linear-gradient(60deg, #31AAF6, #0E97EE);
	box-shadow: 5px 9px 30px 0px rgba(26,157,241,0.3);
	border-color: transparent;
}
.serviceSupport .box1 .box-c1-r .list1 li:hover .iconfont,
.serviceSupport .box1 .box-c1-r .list1 li:hover a{
	color: #fff;
}
.serviceSupport .box1 .box-c2 .list2{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 45px 25px;
	text-align: left;
}
.serviceSupport .box1 .box-c2 .list2 .pic{
	border-radius: 10px;
}
.serviceSupport .box1 .box-c2 .list2 .date{
	font-family: Rany;
	font-weight: 300;
	font-size: 18px;
	color: rgba(51, 51, 51, 1);
	line-height: 1;
	margin-top: 30px;
	transition: all .6s;
}
.serviceSupport .box1 .box-c2 .list2 .text-title{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-top: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.serviceSupport .box1 .box-c2 .list2 li:hover .date,
.serviceSupport .box1 .box-c2 .list2 li:hover .text-title{
	color: rgba(14, 151, 238, 1);
}
.news-details .box1{
	padding: 110px 0 116px;
	background-color: RGBA(250, 250, 250, 1);
}
.news-details .box1 .box-c{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.news-details .box1 .box-c .l{
	width: 68.57%;
}
.news-details .box1 .box-c .l .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1.33;
}
.news-details .box1 .box-c .l .date{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: rgba(153, 153, 153, 1);
	line-height: 1.4;
	margin-top: 23px;
	display: flex;
	justify-content: space-between;
}
.news-details .box1 .box-c .l .l-c{
	border-top: 2px solid rgba(26, 161, 232, 1);
	border-bottom: 1px solid rgba(128, 128, 128, 1);
	margin-top: 45px;
	padding: 38px 0 40px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.news-details .box1 .box-c .l .l-c img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news-details .box1 .box-c .l .l-c .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	color: #333333;
	margin-bottom: 10px;
}
.news-details .box1 .box-c .l .l-b{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news-details .box1 .box-c .l .l-b-l{
	flex: 1;
}
.news-details .box1 .box-c .l .l-b-l p:not(:last-child){
	margin-bottom: 20px;
}
.news-details .box1 .box-c .l .l-b-l a{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	transition: all .6s;
}
.news-details .box1 .box-c .l .l-b-l a:hover{
	color: #7335A2;
}
.news-details .box1 .box-c .l .l-b .back{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 50px;
	background: linear-gradient(60deg, #31AAF6, #0E97EE);
	box-shadow: 5px 9px 30px 0px rgba(26,157,241,0.3);
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	margin-left: 50px;
	transition: all .6s;
}
.news-details .box1 .box-c .r{
	width: 26.42%;
	border: 1px solid rgba(196, 207, 219, 1);
}
.news-details .box1 .box-c .r .r-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(26, 161, 232, 1);
	line-height: 80px;
	padding: 0 30px;
	outline: 2px solid rgba(26, 161, 232, 1);
}
.news-details .box1 .box-c .r .list{
	border-top: 1px solid rgba(196, 207, 219, 1);
	padding: 0 30px;
}
.news-details .box1 .box-c .r .list li:not(:last-child){
	border-bottom: 1px solid rgba(196, 207, 219, 1);
}
.news-details .box1 .box-c .r .list li>a{
	display: block;
	padding: 28px 0;
}
.news-details .box1 .box-c .r .list li .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: #333333;
	line-height: 1.66;
	transition: all .6s;
}
.news-details .box1 .box-c .r .list li:hover .text-title{
	color: rgba(26, 161, 232, 1);
}
.news-details .box1 .box-c .r .list li .date{
	margin-top: 17px;
	font-size: 18px;
	font-family: Rany;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
@media (max-width:1440px) {
	.serviceSupport .box1 .des{
		font-size: 22px;
	}
	.serviceSupport .box1 .box-c .l li .text-tel{
		font-size: 40px;
	}
	.serviceSupport .box1 .box-c .l li .text-email{
		font-size: 28px;
	}
	.serviceSupport .box1 .box-c .l li:not(:last-child){
		margin-bottom: 50px;
	}
}
@media (max-width:1280px) {
	.serviceSupport .box1 .box-c .l li .text-email{
		font-size: 26px;
	}
	.serviceSupport .box1 .box-c .l li .text-tel{
		font-size: 30px;
	}
	.serviceSupport .box1 .des{
		font-size: 20px;
	}
	.serviceSupport .box1 .box-c1-r .list .li-t{
		padding: 20px;
		font-size: 22px;
	}
	.serviceSupport .box1 .box-c1-r .list .li-c{
		padding: 20px 20px 70px;
	}
}
@media (max-width:1199px) {
	.serviceSupport .box1 .box-c .l li .text-email{
		font-size: 24px;
	}
	.serviceSupport .box1 .box-c .l li .text-tel{
		font-size: 28px;
	}
	.serviceSupport .box1 .box-c1-r .list .li-c{
		padding: 15px 15px 50px;
	}
	.serviceSupport .box1 .box-c1-r .list .li-t{
		padding: 15px;
		font-size: 20px;
	}
	.serviceSupport{
		padding: 70px 0;
	}
	.serviceSupport .box1 .box-c1,
	.serviceSupport .box1 .box-t{
		margin-top: 45px;
	}
	.news-details .box1 .box-c .r{
		display: none;
	}
	.news-details .box1 .box-c .l{
		width: 100%;
	}
	.news-details .box1{
		padding: 70px 0;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 50px;
		padding: 40px 0;
	}
	.news-details .box1 .box-c .l .title{
		font-size: 28px;
	}
	.serviceSupport .box1 .box-c1-r{
		flex: 1;
		margin-left: 50px;
	}
	.serviceSupport .box1 .box-c1-r .list1 li a{
		padding: 20px;
	}
	.serviceSupport .box1 .box-c2 .pagination,
	.serviceSupport .box1 .box-c2{
		margin-top: 45px;
	}
	.serviceSupport .box1 .des,
	.serviceSupport .box1 .box-c{
		margin-top: 45px;
	}
}
@media (max-width: 1024px) {
	.serviceSupport .box1 .box-c2 .list{
		grid-template-columns: repeat(2,1fr);
		gap: 40px 20px;
	}
	.serviceSupport .box1 .box-c2 .list .text{
		margin-top: 15px;
	}
	.serviceSupport .box1 .des,
	.serviceSupport .box1 .box-c{
		margin-top: 40px;
	}
	.serviceSupport .box1 .box-c .l li .text-email{
		font-size: 22px;
	}
	.serviceSupport .box1 .box-c .l li .text-tel{
		font-size: 26px;
	}
	.serviceSupport .box1 .box-c1-r .list .li-t{
		font-size: 18px;
	}
	.serviceSupport .box1 .box-c2 .pagination,
	.serviceSupport .box1 .box-c2{
		margin-top: 40px;
	}
	.serviceSupport .box1 .box-t a{
		min-width: 120px;
		line-height: 45px;
		font-size: 16px;
	}
	.serviceSupport{
		padding: 60px 0;
	}
	.serviceSupport .box1 .box-c1,
	.serviceSupport .box1 .box-t{
		margin-top: 40px;
	}
	.news-details .box1 .box-c .l .title{
		font-size: 26px;
	}
	.news-details .box1{
		padding: 60px 0;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 45px;
		padding: 35px 0;
	}
	.news-details .box1 .box-c .l .l-c .text-title{
		font-size: 22px;
	}
	.serviceSupport .box1 .box-c1-r{
		margin-left: 25px;
	}
	.serviceSupport .box1 .box-c1-l a .bullet{
		width: 10px;
		height: 10px;
		margin-right: 6px;
	}
	.serviceSupport .box1 .box-c2 .list2 .date{
		margin-top: 20px;
	}
	.serviceSupport .box1 .box-c2 .list2 .text-title{
		font-size: 16px;
		margin-top: 10px;
	}
	.serviceSupport .box1 .box-c2 .list2{
		grid-template-columns: repeat(2,1fr);
	}
	.serviceSupport .box1 .box-c .l{
		margin-right: 24px;
	}
	.serviceSupport .box1 .box-c .l li:not(:last-child){
		margin-bottom: 35px;
	}
}
@media (max-width: 768px) {
	.serviceSupport .box1 .box-c2 .list{
		gap: 30px 20px;
	}
	.serviceSupport .box1 .box-c2 .list .text{
		margin-top: 10px;
		font-size: 16px;
	}
	.serviceSupport .box1 .box-c{
		flex-direction: column;
	}
	.serviceSupport .box1 .box-c .l{
		width: 100%;
		margin-right: 0;
	}
	.serviceSupport .box1 .box-c .l li:not(:last-child){
		margin-bottom: 20px;
	}
	.serviceSupport .box1 .box-c .r{
		width: 100%;
		margin-top: 30px;
	}
	.serviceSupport .box1 .des,
	.serviceSupport .box1 .box-c{
		margin-top: 30px;
	}
	.serviceSupport .box1 .box-c .l li .text-email{
		font-size: 20px;
	}
	.serviceSupport .box1 .box-c .l li .text-tel{
		font-size: 24px;
	}
	.serviceSupport .box1 .box-c2 .list2{
		gap: 35px 20px;
	}
	.serviceSupport .box1 .box-c2 .pagination,
	.serviceSupport .box1 .box-c2{
		margin-top: 30px;
	}
	.serviceSupport .box1 .box-c1-r .list1 li:not(:last-child){
		margin-bottom: 10px;
	}
	.serviceSupport .box1 .box-c1-r{
		margin-left: 0;
		width: 100%;
		flex: none;
		margin-top: 30px;
	}
	.serviceSupport .box1 .box-c1{
		flex-direction: column;
	}
	.serviceSupport .box1 .box-c1-l a:not(:last-child){
		margin-bottom: 20px;
	}
	.serviceSupport .box1 .box-c1-r .list1 li a{
		padding: 10px 15px;
		font-size: 16px;
	}
	.serviceSupport .box1 .box-t a{
		min-width: 80px;
		font-size: 14px;
		padding: 0 10px;
		line-height: 36px;
	}
	.serviceSupport{
		padding: 50px 0;
	}
	.serviceSupport .box1 .box-c1,
	.serviceSupport .box1 .box-t{
		margin-top: 30px;
	}
	.news-details .box1 .box-c .l .date{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0 20px;
		font-size: 14px;
	}
	.news-details .box1 .box-c .l .l-c .text-title{
		font-size: 20px;
	}
	.news-details .box1 .box-c .l .title{
		font-size: 24px;
	}
	.news-details .box1{
		padding: 50px 0;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 40px;
		padding: 30px 0;
	}
	.serviceSupport .box1 .box-c1-r .list li:not(:last-child).active{
		margin-bottom: 30px;
	}
	.serviceSupport .box1 .box-c2 .list .pic .playBtn .iconfont{
		font-size: 28px;
	}
}
@media (max-width: 500px) {
	.serviceSupport .box1 .box-c2 .list{
		gap: 23px 20px;
	}
	.serviceSupport .box1 .box-c2 .list .text{
		margin-top: 5px;
		font-size: 14px;
	}
	.serviceSupport .box1 .des,
	.serviceSupport .box1 .box-c{
		margin-top: 25px;
	}
	.serviceSupport .box1 .box-c .l li .text-email{
		font-size: 18px;
	}
	.serviceSupport .box1 .box-c .l li .text-tel{
		font-size: 22px;
	}
	.serviceSupport .box1 .box-c1-r .list li:not(:last-child).active{
		margin-bottom: 25px;
	}
	.serviceSupport .box1 .box-c1-r .list .li-t .title{
		margin-right: 20px;
	}
	.serviceSupport .box1 .box-c1-r .list .li-c{
		padding-bottom: 30px;
	}
	.serviceSupport .box1 .box-c1-r .list .li-t{
		font-size: 16px;
		line-height: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.serviceSupport .box1 .box-c1-r .list .li-c{
		font-size: 14px;
	}
	.serviceSupport .box1 .box-c2 .list2 .text-title{
		margin-top: 5px;
	}
	.serviceSupport .box1 .box-c2 .list2{
		gap: 25px 15px;
	}
	.serviceSupport .box1 .box-c2 .list2 .date{
		font-size: 16px;
	}
	.serviceSupport .box1 .box-c2 .pagination,
	.serviceSupport .box1 .box-c2{
		margin-top: 25px;
	}
	.serviceSupport .box1 .box-t{
		gap: 10px;
	}
	.serviceSupport .box1 .box-c1-r{
		margin-top: 25px;
	}
	.serviceSupport{
		padding: 40px 0;
	}
	.serviceSupport .box1 .box-c1,
	.serviceSupport .box1 .box-t{
		margin-top: 25px;
	}
	.news-details .box1 .box-c .l .l-c .text-title{
		font-size: 18px;
	}
	.news-details .box1 .box-c .l .l-b-l a{
		font-size: 14px;
	}
	.news-details .box1 .box-c .l .l-b{
		margin-top: 30px;
	}
	.news-details .box1 .box-c .l .l-b .back{
		width: 90px;
		height: 40px;
	}
	.news-details .box1 .box-c .l .l-b .back{
		margin-left: 30px;
	}
	.news-details .box1 .box-c .l .title{
		font-size: 20px;
	}
	.news-details .box1{
		padding: 40px 0;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 20px;
		padding: 14px 0;
	}
	.news-details .box1 .box-c .l .date{
		margin-top: 15px;
	}
}