@charset "UTF-8";/* CSS Document */#footer{ background: #fff; width: 100%; height: 50px; position: fixed; bottom: 0px; left: 0px; z-index: 8999;}.footer{ /* width: 100% 948px */; margin: 0  auto; padding: 0 120px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; border-top: 1px solid #ccc; }.footer h2{ font-size: 14px; text-transform: uppercase; color: #777; display: block; font-weight: normal; float: left; margin-top: 20px;}.footer ul{ margin: 20px 0 0 0; float: left;}.footer ul li{ float: left; display: block; margin: 0 0 0 25px;}.footer ul li a{ color: #555; text-decoration: none;}.footer_logo{ float: right; padding-top: 15px;}.footer_logo a{ float: left; display: block; margin-right: 20px;}