*{
	padding: 0;
	margin: 0;
}
ul,li{
	list-style: none;
}
html,body{
	font-family: PingFang-SC-Medium, PingFang-SC;
}
#main{
	overflow: hidden;
	background: url("../img/bg_on.png") left top,url("../img/bg_left.png") left 2047px,url("../img/bg_right.png") right 2913px;
	background-repeat: no-repeat;
}
/* #bg-left-center,#bg-right-bottom{
	position: absolute;
}
#bg-left-center{
	left: 0;
	top: 2047px;
	z-index: 4px;
} */
.pack1,.pack2,.pack3{
	/* position: relative; */
	/* z-index: 10; */
}
.pack1{
	padding-bottom: 40px;
}
.w{
	width: 1200px;
	margin: auto;
}
header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}
header a{
	margin-left: 20px;
	text-decoration: none;
	/* color: #FFFFFF; */
	color: #FFFFFF;
	background-color: rgba(94, 108, 228, 0.5);
	display: inline-block;
	padding: 8px 20px;
	border-radius: 10px;
}
.content1{
	color: #5E6CE4;
	line-height: 56px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 192px 0;
}
.content1 h2{
	font-size: 40px;
	margin-bottom: 16px;
}
.content1 p{
	font-size: 20px;
	color: #5E6CE4;
	line-height: 28px;
}
.content1 img{
/* 	width: 534px;
	height: 507px; */
}
.bgcolor2{
	background: linear-gradient(316deg, rgba(254,254,254,0.4) 0%, rgba(218,230,255,0.4) 100%);
}
.pack2 h1{
	text-align: center;
	font-size: 50px;
	padding: 70px 0;
}
.content2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content2 h2{
	font-size: 40px;
	margin-bottom: 14px;
}
.content2 p{
	width: 520px;
	color: #999999;
	line-height: 25px;
}
.content2 .email{
	width: 520px;
	margin-top: 24px;
}
.pack3{
	text-align: center;
}
.pack3 h1{
	margin-top: 60px;
	line-height: 70px;
}
.content3 p{
	color: #999999;
	line-height: 25px;
	width: 900px;
	margin:auto;
}
.content3 .email{
	width: 520px;
	margin-top: 24px;
}
footer{
	text-align: center;
	padding: 35px 0;
	background: #516BFF;
	color: #FFFFFF;
}
.limit{
	font-size: 46px;
	line-height: 65px;
}
.contact{
	font-size: 32px;
	line-height: 45px;
}