
.footer{
	width: 100%;
	overflow: hidden;
	margin-top: 24px;
	background: #0a1633;
	min-width: 1200px;
}

.footer_content{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}


.footLeft{
	width: 428px;
	padding-left: 20px;
}

.footLeft p{
	font-size: 14px;
	color: #9ba5b4;
	line-height: 30px;
	margin-top: 10px;
}

.footCont{
	width: 160px;
	
}

.footCont p{
	width: 60px;
	border-bottom: 2px solid #1e2e4d;
	color: #9ba5b4;
	font-size: 14px;
	line-height: 30px;
}
.footCont ul{
	margin-top: 20px;
	
}

.footCont ul a{
	color: #9ba5b4;
	font-size: 14px;
	line-height: 30px;
}

.footRight{
	width: 180px;
}

.footRight p{
	width: 60px;
	border-bottom: 2px solid #1e2e4d;
	color: #9ba5b4;
	font-size: 14px;
	line-height: 30px;
}
.footRight ul{
	margin-top: 20px;
	
}

.footRight ul a{
	color: #9ba5b4;
	font-size: 14px;
	line-height: 30px;
}

.mg100{
	margin-left: 100px;
}

.footerCode img{
	width: 140px;
	height: 140px;
}
.footerCode p{
	font-size: 14px;
	color: #9ba5b4;
	margin-top: 20px;
	text-align: center;
}


.keep{
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #071025;
}

.keep p{
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #9ba5b4;
}

.keep a{
	margin-right: 10px;
}

.toTop{
	width: 80px;
	height: 80px;
	text-align: center;
	position: fixed;
	top: 70%;
	right: 20px;
	color: #2769DC;
	display: none;
}

.toTop img{
	width: 50px;
	height: 50px;
}
