.section {
	width: 100%;
	height: 100vh;
}

.wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.hm-page2{
	padding-top: 60px;
	box-sizing: border-box;
}
.hm-page2 .wrap{
	height: calc(100% - 60px);
}
.section-con{
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: 50%;
	transform: translate(0,-50%);
	gap: 80px;
}
.section-con .left{
	width: 45%;
}

.section-con .left .number{
	font-size: 150px;
	line-height: 150px;
	font-weight: bold;
	background-image: linear-gradient(180deg, rgba(252, 151, 73, 1) 20%,rgba(252, 151, 73, 0.1) 60%,rgba(252, 151, 73, 0) 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.section-con .left .title{
	font-size: 26px;
	margin-top: -50px;
	padding-left: 10px;
}
.section-con .left .desc{
	font-size: 15px;
	padding-left: 10px;
	line-height: 1.8;
	color: #666666;
	margin-top: 20px;
}
.section-con .right{
	width: 45%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.section-con .right .right-con{
	width: 100%;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.7);
	padding: 0 20px 30px 20px;
	border-radius: 8px;
}
.right-con-title{
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
}
.section-con .right-con li{
	display: flex;
	line-height: 35px;
	font-size: 14px;
}
.section-con .right a{
	font-size: 14px;
	line-height: 35px;
	color: #666666;
}
.section-con .right li span{
	color: #f66a0b;
	font-size: 18px;
}
.section-con .right a:hover{
	color: #f66a0b;
}

@media only screen and (max-width: 1200px) {
	.wrap{
		box-sizing: border-box;
		padding: 0 20px;
	}
	
}


@media only screen and (max-width: 900px) {
	.section {
		width: 100%;
		height: auto;
	}
	.hm-page1{
		padding-top: 60px;
	}
	.section-con{
		max-width: 1170px;
		margin: 0 auto;
		padding: 40px 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
		top: 0;
		transform: translate(0,0);
		gap: 80px 0;
	}
	.section-con .left{
		width: 100%;
	}
	
	.section-con .left .number{
		font-size: 80px;
		line-height: 150px;
		font-weight: bold;
		background-image: linear-gradient(180deg, rgba(252, 151, 73, 1) 20%,rgba(252, 151, 73, 0.1) 60%,rgba(252, 151, 73, 0) 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.section-con .left .title{
		font-size: 18px;
		margin-top: -50px;
		padding-left: 10px;
	}
	.section-con .left .desc{
		font-size: 14px;
		padding-left: 10px;
		line-height: 1.8;
		color: #666666;
		margin-top: 20px;
	}
	.section-con .right{
		width: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
	}
	.section-con .right .right-con{
		width: 100%;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.7);
		padding: 0 20px 30px 20px;
		border-radius: 8px;
	}
	.right-con-title{
		line-height: 60px;
		font-size: 16px;
		text-align: center;
		border-bottom: 1px solid #dddddd;
		margin-bottom: 5px;
	}
	.section-con .right-con li{
		display: flex;
		line-height: 35px;
		font-size: 14px;
	}
	.section-con .right a{
		font-size: 14px;
		line-height: 35px;
		color: #666666;
	}
	.section-con .right li span{
		color: #f66a0b;
		font-size: 14px;
	}
	.section-con .right a:hover{
		color: #f66a0b;
	}
	
	
	
}