/* 页尾通用 */
.footer-outer{background: #79160C;margin-top:40px;}
.foot-a{background: #60120A; font-size: 16px;color: #fff; text-align: center;height: 40px;line-height: 40px;}
.foot-a a{color: #fff;}
.foot-a a:hover{}

.foot-txt{text-align: center;font-size: 16px;line-height: 32px;color: #fff;padding:15px 0; font-family: arial;}
.foot-txt img{vertical-align: middle;width: 16px;margin-right:3px;}

@media screen and (max-width:1600px){
.footer-outer{margin-top:30px;}
.foot-a{font-size: 15px;height: 30px;line-height:30px;}

.foot-txt{font-size: 15px;line-height: 30px;padding:10px 0;}
.foot-txt img{width: 14px;margin-right:3px;}
}

