/*底部信息*/
footer{
	 color:#c1c1c1;
	margin-top: 20px;
	padding: 60px 0px 40px 0px;
	background-color: #333;
	background-image: url(../images/bottom_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
footer a{ color:#c1c1c1;}
.footer_logo{
    margin-top:10px; margin-bottom:20px; 
}
.footer_logo img{ max-width: 136px;}
.footer_copyright{
	width:100%;
	text-align: center;
	margin-top:40px;
	background-color:#444;
	line-height:50px;
	height:50px;
	clear:both;
}
.footer_sitemap{
    color: #fff;
}
.footer_sitemap:hover,
.footer_sitemap:focus {
    color: #97f3e7;
    text-decoration: none;
}
/*底部分类*/
.footer_menu a{
 
}
.footer_menu a:hover{
	color: #FF6600;
	text-decoration: none;
}
.footer_menu_first{
    font-weight: bold;
}
.footer_qrcode{
    max-width: 130px;
}
.footer_qrcode_text{
    width: 130px;
    text-align: center;
    margin-top: 15px;
}
.footer_contact{}

/*小屏幕样式*/
@media screen and (max-width: 768px) {

   /*手机-底部信息*/
    footer {
        padding-top: 40px;
        padding-bottom:25px;
    }
    .footer_logo{
		width:100%;
        display: block;
		text-align:center;
    }
	.footer_menu{ display:none}
    .footer_copyright {
        display: block;
		text-align:center;
		margin-top:0px;
		margin-bottom:40px;
    }
    .footer_qrcode{
        display: block;
        max-width: 130px;
        margin: 0 auto;
        margin-top: 25px;
    }
    .footer_qrcode_text {
        width: 130px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 35px;
    }
	.footer_contact{ width:100%; text-align:center;}
}