.shuto-footer { background: #0C0C0C;padding: 10px 0 20px;
	.footer-container{ width:1130px;margin: 0 auto;
		a{ color:#fff;font-size: 16px;font-family: Microsoft YaHei;text-decoration: none;}
		h2 a{ line-height: 30px;font-size: 24px;font-family: Microsoft YaHei;padding-left: 25px;}
		ul {overflow:hidden;
			li{ line-height: 1.5em;margin-bottom: 12px;list-style-type: none;
				img{width:50%;}
			}
		}
	}
}

/* ����Ļ */
@media (max-width: 1200px) {
	.shuto-footer {
		.footer-container{ width:86%;
		}
	}
}
 
/* ƽ����Ժ�С������֮��ķֱ��� */
@media (min-width: 768px) and (max-width: 979px) {
	.shuto-footer {
		.footer-container{ width:90%;
			a{ font-size: 1rem;}
			h2 a{ font-size: 1.5rem;padding-left: 25px;}
			ul li{ line-height: 1.5em;margin-bottom: 12px;list-style-type: none;
				img{width:50%;}
			}
		}
	}
}
 
/* ������õ��ֻ���������õ�ƽ��֮��ķֱ��� */
@media (max-width: 767px) {
	.shuto-footer {
		.footer-container{ width:88%;
			a{ font-size: 1rem;}
			h2 a{ font-size: 1.5rem;padding-left: 25px;}
			ul li{ float:left;margin-right:20px;
				img{width:50%;}
			}
		}
	}
}
 
/* ������õ��ֻ����ֱ��ʸ�С���豸 */
@media (max-width: 480px) {
	.shuto-footer {
		.footer-container{ width:92%;
			a{ font-size: 0.8rem;}
			h2 a{ font-size: 1.2rem;padding-left: 25px;}
			ul li{ float:left;margin-right:20px;
				img{width:40%;}
			}
		}
	}
}