.footers {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #FFFFFF;
}
.container {
	width: 1700px;
	margin-left: 150px;
}
.footerMenus {
	margin-left: -20px;
}
.footerMenus li {
	width: auto;

	text-align: center;
	font-size: 14px;
	cursor: pointer;
	color: #3c3c3c;
}
.footerMenus li a.footerMenu {
	display: block;
	width: 70px;
	color: #272727;
	line-height: 30px;
	height: 30px;
}
.footerRight {
	margin-top: -23px;
}
.footerBottom {
	width: 100%;
	height: 8px;
	background: #84d37a;
	margin-top: 10px;
}

/*大于320*/
@media screen and (min-width:320px) {
	.container {
		width: 100%;
		margin-left: 0px;
	}
	.footers {
		width: 100%
	}
	.footerMenus {
		display: none;
		float: inherit;
	}
	.footerRight {
		float: inherit;
		width: 100%;
		text-align: center;
		margin-top: 10px;
		font-size: 12px;
	   margin-bottom: 10px;
	}
	.footerRight span:nth-child(2) {
		display: block;
		margin-left: -3px;
		margin-top: 10px;
	}
	.footerBottom {
		width: 100%;
	}
	.footerMenus li a.footerMenu.footerSelect{
		color:#84d37a
	}
}
/*大于768*/

@media screen and (min-width:768px) {
	
	.footerRight span:nth-child(2) {
		display: inline-block;
		margin-left: 0px;
		margin-top: 0px;
	}
	.returnImage {
		width: 40px;
		height: 40px;
	}
}

/*大于992*/

@media screen and (min-width:992px) {
	.footers {
		width: 100%;
		
	}
	.container {
		width: 970px;
		font-size: 14px;
		margin: 0 auto;
	}
	.footerMenus {
		display: block;
		
	}
	.footerRight {
		
		width: auto;
		text-align: center;
		height:30px;
		line-height: 30px;
		font-size: 15px;
		margin-bottom: 0;
	}
}
/*大于1200*/

@media screen and (min-width:1200px) {
	.footers {
		width: 100%;
		
	}
	.container {
		width: 1170px;
		font-size: 14px;
		margin: 0 auto;
	}
	.footerMenus {
		display: block;
		
	}
	.footerRight {
		
		width: auto;
		text-align: center;
		height: 30px;
		line-height: 30px;
		
		font-size: 15px;
	}
}

/*大于1600*/

@media screen and (min-width:1600px) {
	.footers {
		width: 100%;
	}
	.container {
		width: 1440px;
		font-size: 14px;
		margin: 0 auto;
	}
	.footerMenus {
		display: block;
		
	}
	.footerRight {
	
		width: auto;
		text-align: center;
		height: 30px;
		line-height: 30px;
		
		font-size: 15px;
	}
}