.footer{ height: auto;padding: 50px 0 50px 0;   background-color: #232323;height: auto}
.footer .tit{color: #fff;margin: 0px 0 20px 0;}
.footer .f_list{color: #666666;font-size: 14px;    border-right: 1px solid #333333;}
.footer .f_list a{color: #999999;}
.footer .qr_img{text-align: center;}
.footer .pro_list{color: #fff; border-top: 1px solid #333333;margin: 10px 0 0 0;text-align: left;font-size: 14px;padding: 20px 0 10px 0}
.footer .pro_list a{color: #999;padding: 0px 10px;width: 200px}
.footer .text{color: #999999; border-top: 1px solid #333333;margin: 20px 0 0 0;text-align: center;font-size: 14px;padding: 20px 0 10px 0}
.footer .text a{color: #999999; }

/* 大于1000px  */
@media only screen and (min-width: 1000px) {		
}

/* 大于1200px  */
@media only screen and (min-width: 1200px) {	
}

/* 大于1400px  */
@media only screen and (min-width: 1400px) {
}
/* 大于1600px  */
@media only screen and (min-width: 1600px) {	
}


/* 小于1000px  */
@media only screen and (max-width: 1000px) {	
.footer_bg{ height: auto}	
.icon_list{float: left;margin-bottom: 10px}
.footer .box_1{height: auto; margin:0px 20px 0px 20px }
.footer_menu_list{ margin:10px }
.footer_pic{float: left;margin:0px 20px 0px 20px;display: none}
.footer_tel_list{float: left;margin:0px 20px 0px 20px ;padding-left:0px;}
.footer_tel_list li{float: left;}	
.footer_c .footer_icp{text-align: left; margin:0px 20px 0px 20px ;}
}