*{
	margin: 0;
	padding: 0;
	list-style:none;
	text-decoration:none;
}
footer{
	width:100%;
	height: 398px;
	background: #4A4A4A;
}
.footer{
	width:80%;
	    height: 94%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.footer1{
	width:40%;
	height:100%;
	display:flex;
	justify-content: center;
	/* align-items: center; */
	flex-direction: column;
}
.footer1 img{
	width:130px;
	height:97px;
	margin-bottom:26px;
}
.footer1 p{
	color:#fff;
	text-indent: 2em;
	line-height: 26px;
}
.footer2{
	width:40%;
	font-size:20px;
}
.footer2 li{
	color:#fff;
	line-height:60px;
	text-align:right;
}
.footer2 h2{
	font-size: 32px;
}
.footer_bott{
	width:100%;
	height: 60px;
	background: #2E2E2E;
}
.footer_bott_1{
	width:80%;
	height: 60px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:#fff;
	font-size:14px;
}
.footer_bott_1 ul{
	height: 60px;
	display:flex;
	align-items: center;
}
.footer_bott_1 li{
	margin-left:8px;
}
.footer_bott_1 a{
	color:#fff;
}
.footer_bott_1 a:hover{
	cursor: pointer;
	color:#FF9BBB;
}
.footer_bott_1 p:hover{
	cursor: pointer;
	color:#FF9BBB;
}
.sjfooter{
		display: none;
}
.footer_bott_1 a{
	color:#fff;
}
@media screen and (max-width: 1200px) {
	footer{
		width:100%;
		height:auto;
		background: #4A4A4A;
	}
	.footer,.footer_bott{
		display:none;
	}
	.sjfooter{
		width:70%;
		margin:0 auto;
		display: block;
		display:flex;
		flex-direction: column;
		justify-content:center;
		align-items: center;
		padding-bottom: 20px;
	}
	.sjfooter img{
		width:270px;
	}
	.sjfooter h3{
		font-size:46px;
		color: #fff;
		width:100%;
		text-align: center;
	}
	.sjfooter p{
		font-size:28px;
		margin-top:40px;
		color: #fff;
		text-align:center;
	}
	.sjfooter a{
		color: #fff;
	}
	
}