#footer{ position: relative;width: 100%;  clear: both;    max-width: 2000px;  min-width: 1024px;margin: 0 auto; }
#footer .footer-content-wrap{  position: relative; z-index: 1; width: 100%;border-top:1px solid #f3f3f3;background-color: #fff;}
#footer .footer-content{max-width: 1970px;min-width: 990px;margin: 0 auto;padding: 11px 10px 11px;height: 43px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
#footer .footer-content .footer-left {float: left;}
#footer .footer-content .footer-right {float: right;}
#footer .footer-content .footer-left .logo{float:left;background: url("/_resource/global_images/logo/footer_logo.png") no-repeat left top;width: 67px;height: 18px;text-indent: -9999em;padding-right: 18px;}
#footer .footer-content .footer-left .copy{float:left;color: #666666;line-height: 20px;letter-spacing: 0.2px;font-size: 11px;  font-weight: 300;}
#footer .footer-content .footer-left .copy .copy_img {position:relative;top:5px;}
.footer-menu {display: block; float: left; }
.footer-menu li {float: left; position: relative;height: 12px;line-height:15px;  padding: 4px 0;}
.footer-img {display: block; float: left; position:absolute; right:365px; bottom:3px;} 
.footer-img li {float: left; width: 76px;height: 38px; }

.footer-menu li:after {
    content: '';
    width: 2px;
    height: 2px;
    display: block;
    position: absolute;
    background: #f27824;
    top: 50%;
    margin-right: -1px;
    right: 100%;
}
.footer-menu li:first-child:after {content:none;}
.footer-menu li a {letter-spacing: -0.08em; padding: 0 12px;}
.footer-menu li a .label {  letter-spacing: 0.05px;
    display: inline-block;
    position: relative;
    color: #666;
    font-size: 12px;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}
.footer-menu li a .label:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    top: 14px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.footer-menu li:hover a .label:after {border-bottom: 1px solid #666;}
.clearfix {zoom: 1;}
.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}