*{
	margin: 0 ;
	padding: 0;
	list-style: none;
	text-decoration:none;
}
footer{
	width:100%;
	height:475px;
	background: #3E3E3E;
}
.footer1{
	max-width: 1920px;
	margin: 0 auto;
}
.footop{
	width:100%;
	display:flex;
	justify-content: center;
	align-items:center;
	padding-top:32px;
	box-sizing: border-box;
}
.footop span{
	font-size: 18px;
	font-weight: 500;
	margin-left:15px;
	color: #FFFFFF;
	margin-top:24px;
}
.footer1 ul{
	width: 100%;
	height:73px;
	margin-top:50px;
	border: 1px solid rgba(255,255,255,0.6);
	border-left: none;
	border-right:none;
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding:10px 0px;
	box-sizing: border-box;
}
.footer1 li{
	width:200px;
	text-align:center;
	border-right:1px solid rgba(255,255,255,0.5);
}
.footer1 li>a{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;text-decoration: auto;
}
.footer1 li>a:hover{
	color: #35B257;
}
.footer1 li:nth-last-child(1){
	border-right:none;
}
.jianjie{
	width:100%;
	display:flex;
	justify-content:center;
	align-items: center;
	margin-top:24px;
}
.jianjie p{
	margin: 0px 10px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.foobottom{
	width:100%;
	display:flex;
	justify-content:center;
	align-items: center;
	margin-top: 10px;
}
.foobottom p{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	margin:0px 12px;
}