.width1000{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.reverse{
	flex-direction: row-reverse;
}
.bg1{
	padding-top: 150px;
	background: #f7f8ff;
	padding-bottom: 70px;
}
.bg{
	padding-top: 100px;
	padding-bottom: 73px;
}
.left{
	padding-right: 50px;
}
.reverse .left{
	padding-right: 0;
	padding-left: 43px;
}
.left .t1{
	font-size: 48px;
	font-weight: 500;
	text-align: left;
	color: #333333;
	line-height: 67px;
	margin-bottom: 20px;
}
.bg .t1{
	font-size: 40px;
}
.left .t2{
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: #51565d;
	line-height: 25px;
	margin-bottom: 30px;
}
.left .btn{
	width: 154px;
	height: 52px;
	line-height: 52px;
	background: #3170ff;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}
.left .btn:hover{
	background: #518cff;
}
@media (max-width:1050px) {
	.bg1{
		background: linear-gradient(0deg,#ffffff, #f7f8ff);
	}
	.bg{
		padding-top: 55px;
		padding-bottom: 60px;
	}
	.bg2{
		background: #f8f9f9;
	}
	.width1000{
		width: auto;
		flex-direction: column;
	}
	.left{
		width: calc(100% - 30px);
	}
	.right{
		width: 50%;
		height: auto;
	}
	.left .t1{
		font-size: 36px;
	}
	.left .t4{
		font-size: 12px;
	}
	.left{
		padding-right: 0;
	}
	.left .btn{
		margin: 0 auto;
		margin-bottom: 49px;
	}
	.left .t2{
		width: 240px;
		margin: 15px auto;
		font-size: 16px;
	}
	.left .t3,.left .t4{
		justify-content: center;
		margin-top: 25px;
	}
	.left .t1, .left .t2{
		text-align: center;
	}
	.left .t3 .btn1, .left .t3 .btn2{
		width: 140px;
		height: 44px;
		font-size: 17px;
	}
	.reverse .left{
		padding-left: 0;
	}
	.bg .t1,.bg .t2{
		text-align: left;
		width: calc(100% - 30px);
		padding: 0 15px;
	}
	.bg .t2{
		margin-bottom: 60px;
	}
}