/* Ò³Î²Çø */
footer{ width:100%; height:170px; background:url(../images/30.jpg) repeat-x; font-size:12px; color:#FFF;  }
#pc{ float:left; width:100%; height:100%; }
.foot_nav{ width:650px; height:38px; line-height:38px;  margin:20px auto 5px;  }
.foot_nav a{ float:left; width:90px; text-align:center; color:#FFF; font-weight:bold;}

.foot_info{ width:1000px; height:50px; line-height:25px; text-align:center; margin:auto; position:relative; }
.foot_info a{ color:#FFF; font-weight:bold; }
.wx_ico{ width:86px; height:86px; background:url(../images/29.jpg) no-repeat; position:absolute; right:60px; top:-10px; }
#md{ display:none; }
@media screen and (max-width:480px){
	footer{ width:100%; height:100%; background:url(../images/31.jpg) repeat-x; overflow:hidden;  }
	#pc{ display:none;}
	#md{ display:block; }
	#md .foot_nav{ padding-top:15px;}
	#md .foot_nav,#md .foot_info{ width:100%; height:100%; display:inline-block; margin:auto; overflow:hidden }
	#md .foot_nav a{  width:20%; font-size:110%;   }
	#md .foot_info{ padding-top:10px;}
	#md .foot_info dl{ width:94%; height:auto; padding-bottom:7px; margin:auto;}
	#md .foot_info dl dt{ font-size:130%; }
	#md .foot_info dl.comp dt{ font-size:150%; }
	#md .foot_info dl dd{ font-size:110%; }
	}
@media screen and (max-width:360px){
	#md .foot_nav a{  font-size:90%;  }
	#md .foot_info dl{ width:94%; height:auto; padding-bottom:7px; margin:auto;}
	#md .foot_info dl dt{ font-size:110%; }
	#md .foot_info dl.comp dt{ font-size:140%; }
	#md .foot_info dl dd{ font-size:90%; }
	}