body{
	background-color: RGBA(250, 250, 250, 1);
}
.service-support .box2{
	padding-bottom: 140px;
}
.service-support .box2 .box-c{
	display: flex;
	justify-content: space-between;
}
.service-support .box2 .box-c .l{
	width: 28.57%;
}
.service-support .box2 .box-c .l .list li{
	transition: all .6s;
}
.service-support .box2 .box-c .l .list li:not(:last-child){
	margin-bottom: 1px;
}
.service-support .box2 .box-c .l .list li:hover,
.service-support .box2 .box-c .l .list li.active{
	background-color: rgba(233, 202, 86, 1);
}
.service-support .box2 .box-c .l .list li a{
	display: flex;
	padding: 18px 24px;
}
.service-support .box2 .box-c .l .list li .name{
	position: relative;
	padding-left: 13px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: rgba(51, 51, 51, 1);
	line-height: 24px;
	flex: 1;
	transition: all .6s;
	margin-right: 19px;
}
.service-support .box2 .box-c .l .list li:hover .name,
.service-support .box2 .box-c .l .list li.active .name{
	color: #fff;
}
.service-support .box2 .box-c .l .list li .name::before{
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	width: 3px;
	height: 10px;
	background: rgba(233, 202, 86, 1);
	transition: all .6s;
}
.service-support .box2 .box-c .l .list li:hover .name::before,
.service-support .box2 .box-c .l .list li.active .name::before{
	background-color: #fff;
}
.service-support .box2 .box-c .l .list li .icon-youzhixiang{
	color: rgba(233, 202, 86, 1);
	opacity: 0;
	transition: all .6s;
}
.service-support .box2 .box-c .l .list li.active .icon-youzhixiang,
.service-support .box2 .box-c .l .list li:hover .icon-youzhixiang{
	opacity: 1;
	color: #fff;
}
.service-support .box2 .box-c .r{
	width: 68.57%;
}
.service-support .box2 .box-c .r .list li{
	border: 1px solid #DEDEDE;
	transition: all .6s;
}
.service-support .box2 .box-c .r .list li:hover{
	border-color: #E9CA56;
	background: #E9CA56;
	box-shadow: 0px 10px 30px 0px rgba(233,202,86,0.3);
}
.service-support .box2 .box-c .r .list li:not(:last-child){
	margin-bottom: 10px;
}
.service-support .box2 .box-c .r .list li a{
	display: flex;
	padding: 20px 30px;
	justify-content: space-between;
	line-height: 30px;
}
.service-support .box2 .box-c .r .list li .name{
	flex: 1;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	transition: all .6s;
}
.service-support .box2 .box-c .r .list li .icon{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	transition: all .6s;
}
.service-support .box2 .box-c .r .list li .icon .icon-24px{
	font-size: 20px;
	font-weight: bold;
	padding-left: 9px;
}
.service-support .box2 .box-c .r .list li:hover .icon,
.service-support .box2 .box-c .r .list li:hover .name{
	color: #fff;
}
.service-support .box2 .box-c .r .pagination{
	margin-top: 60px;
}
.service-support .box2 .box-c .r .pagination ul{
	justify-content: flex-start;
}
.service-support .box3{
	padding-bottom: 140px;
}
.service-support .box3 .list{
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.service-support .box3 .list li{
	background: #FFFFFF;
	border-radius: 10px;
}
.service-support .box3 .list li .text-box{
	padding: 55px 40px 48px;
}
.service-support .box3 .list li .en{
	font-size: 36px;
	font-family: RanyBold;
	color: #333333;
	line-height: 1;
	text-transform: uppercase;
}
.service-support .box3 .list li .zh{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	margin-top: 25px;
}
.service-support .box3 .list li .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	border-radius: 50%;
	margin-top: 50px;
}
.service-support .box3 .list li .icon .iconfont{
	font-size: 22px;
	font-weight: bold;
}
.service-support .box3 .list li .tel{
	font-size: 36px;
	font-family: Rany;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	margin-top: 30px;
}
.service-support .box3 .list li .name{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	margin-top: 30px;
}
@media (max-width:1440px) {
	.service-support .box3 .list li .tel,
	.service-support .box3 .list li .zh,
	.service-support .box3 .list li .en{
		font-size: 30px;
	}
	.service-support .box3 .list li .tel,
	.service-support .box3 .list li .name,
	.service-support .box3 .list li .zh{
		margin-top: 20px;
	}
	.service-support .box3 .list li .icon{
		margin-top: 30px;
	}
	.service-support .box3 .list li .name{
		font-size: 20px;
	}
}
@media (max-width: 1280px) {
	.service-support .box3 .list li .tel,
	.service-support .box3 .list li .zh,
	.service-support .box3 .list li .en{
		font-size: 26px;
	}
	.service-support .box3 .list li .tel,
	.service-support .box3 .list li .name,
	.service-support .box3 .list li .zh{
		margin-top: 15px;
	}
	.service-support .box3 .list li .icon{
		margin-top: 20px;
	}
	.service-support .box3 .list li .name{
		font-size: 18px;
	}
}
@media (max-width:1199px) {
	.service-support .box2{
		padding-bottom: 70px;
	}
	.service-support .box2 .box-c .r .pagination{
		margin-top: 50px;
	}
	.service-support .box3{
		padding-bottom: 70px;
	}
}
@media (max-width:1024px) {
	.service-support .box3 .list li .tel,
	.service-support .box3 .list li .zh,
	.service-support .box3 .list li .en{
		font-size: 22px;
	}
	.service-support .box3 .list li .tel,
	.service-support .box3 .list li .name,
	.service-support .box3 .list li .zh{
		margin-top: 10px;
	}
	.service-support .box3 .list li .icon{
		margin-top: 15px;
	}
	.service-support .box3 .list li .name{
		font-size: 16px;
	}
	.service-support .box3 .list li .text-box{
		padding: 30px 20px;
	}
	.service-support .box2 .box-c .l .list li a{
		padding: 12px 17px;
	}
	.service-support .box2 .box-c .r .list li a{
		padding: 15px 20px;
	}
	.service-support .box2 .box-c .l{
		width: 231px;
	}
	.service-support .box2 .box-c .r{
		flex: 1;
		margin-left: 10px;
	}
	.service-support .box2{
		padding-bottom: 60px;
	}
	.service-support .box2 .box-c .r .pagination{
		margin-top: 40px;
	}
	.service-support .box3{
		padding-bottom: 60px;
	}
}
@media (max-width:768px) {
	.service-support .box3 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.service-support .box2 .box-c{
		flex-direction: column;
	}
	.service-support .box2 .box-c .l{
		width: 100%;
	}
	.service-support .box2 .box-c .r{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.service-support .box2{
		padding-bottom: 50px;
	}
	.service-support .box2 .box-c .r .pagination{
		margin-top: 30px;
	}
	.service-support .box3{
		padding-bottom: 50px;
	}
}
@media (max-width:500px) {
	.service-support .box3 .list li .tel, .service-support .box3 .list li .zh, .service-support .box3 .list li .en{
		font-size: 18px;
	}
	.service-support .box3 .list li .text-box{
		padding: 20px 15px;
	}
	.service-support .box2{
		padding-bottom: 40px;
	}
	.service-support .box2 .box-c .r .pagination{
		margin-top: 20px;
	}
	.service-support .box2 .box-c .r .list li a{
		padding: 10px 13px;
	}
	.service-support .box2 .box-c .r .list li .icon,
	.service-support .box2 .box-c .r .list li .name{
		font-size: 14px;
	}
	.service-support .box3{
		padding-bottom: 40px;
	}
}