.footer{
	height:395px;
	border-top:5px solid #2967a3;
	width:100%;
	background:#2a73b8;
	margin-top:50px;
	position:relative;
}
.footer-bg{
	position:absolute;
	width:100%;
	height:395px;
	top:0px;
	left:0px;
	opacity:0.15;
	background:url(../images/footer.png) center no-repeat;
}
.footer-conbtainer{
	width:620px;
	height:265px;
	margin:0 auto;
	margin-top:85px;
	position:relative;
}
.footer-menu{
	width:100%;
	float:left;
	height:100px;
}
.footer-menu-btn{
	border:3px solid #2968a4;
	padding:7px;
	color:#fff;
	font-size:17px;
	text-align:center;
	float:left;
	margin-left:4px;
	
}
.upper-menu{
	width:100%;
	height:35px;
	float:left;
}
.down-menu{
	
	width:570px;/*avant chang 500px;*/
	height:35px;
	margin:0 auto;
	margin-top:50px;
}
.footer-menu-btn:hover{
	border:0px;
	background:#d9241e;
	padding:10px;
}
.social-container{
	width:145px;
	position:absolute;
	height:30px;
	top:155px;
	left:250px;
	color:#fff;
	font-size:17px;
}
.rights-cont{
	position:absolute;
	bottom:0px;
	height:50px;
	width:100%;
	background:#22517f;
	z-index:1
}
.right-scont{
	width:100%;
	height:100%;
	min-width:1000px;
	margin:0 auto;
}
.rightss{
	height:100%;
	line-height:50px;
	font-size:10px;
	color:#fff;
	float:left;
	margin-left:20px;
}
.dev{
	height:100%;
	float:right;
	width:190px;
	margin-right:20px;
	background:url(../images/rightclick.png) center no-repeat;
}