body{
	width:100%;
	height:100vh;
	background:url(../images/body.jpg) no-repeat;
	background-size:100% 100%;
	position:relative;
	min-height:880px;
}
.head{
	width:100%;
	height: 96px;
	background: #8415FE;
}
.logo{
	width:80%;
	margin:0 auto;
	padding-top:17px;
}
.logo>img{
	width:200px;
}
.w1280{
	width:1280px;
	margin:0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.cont{
	width:800px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
.l{
	width: 310px;
/* 	height: 680px; */
}
img{
	width:100%;
}
.w440{
	width:400px;
	margin-top:88px;
}
.w216{
	width:200px;
	margin-top:40px;
}
.foot{
	position:absolute;
	bottom:10px;
	width:100%;
	left:0;
}
.of{
	display:flex;
	justify-content: space-between;
	width:360px;
	margin:0 auto 20px;
}
.of a{
	ont-size: 27px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
}
.copyright{
	font-size: 14px;
	text-align:center;
	font-family: PingFangSC-Regular, PingFang SC;
	color: #FFFFFF;
	line-height: 20px;
}
.ptxt{
	width:800px;
	background:#fff;
	border:1px solid #d7d7d7;
	padding:100px;
	margin:0 auto;
}
.ptxt p{
	font-size:14px;
	line-height:22px;
	margin-bottom:10px;
	text-align:justify;
}
.ptxt p span{
	font-weight:bold;
}