@CHARSET "UTF-8";
.footer_ctd {
	width:100%;
	background-color:#383838;
	height:360px;	
}
	.top_div {	
		text-align:center;
		margin:0 auto;
		height:90px;
		line-height:90px;
		width:600px;
		background-color:#383838;
	}
.bottom_div2 {	
	text-align:center;
	padding-top:0px;
	margin:0 auto;
	height:auto;
	line-height:auto;
	width:600px;
	background-color:#383838;
}
@media screen and (max-width:600px) {
	.footer_ctd {
		width:100%;
		background-color:#383838;
		height:200px;		
	}
	.top_div {	
	text-align:center;
	margin:0 auto;
	height:70px;
	line-height:70px;
	width:100%;
	background-color:#383838;
}
	.bottom_div2 {
		text-align:center;
		padding-top:0px;
		margin:0 auto;
		height:100%;
		line-height:100%;
		width:100%;
		background-color:#383838;	
	}
}