@charset "utf-8";

#foot_layout {width:100%;padding: 30px 0;background:#394049;text-align: center;}
#foot_layout span {display:block;float:left;position: relative;z-index: 5;opacity:0.5;font-size:14px;color:#fff;}
#foot_layout strong {display:block;float:right;position: relative;z-index: 5;font-size:14px;font-weight: normal;color:#fff;}
#foot_layout strong a {display:inline-block;font-size:14px; color:#fff;}

@media(max-width:1279px){
    #foot_layout span {float:none; }
    #foot_layout strong {float:none; }
}