@charset "utf-8";
/* CSS Document */
/*底部*/

.footer{ width:100%; height:50px; border-top:1px solid #bbbbbb; background:#fff;}

.footer p{ line-height:70px; color:#ADADAE; font-family:Arial, Helvetica, sans-serif;background:#fff;}

.footer .footer_ico{ width:170px; height:38px; position:absolute;right:0px;top:15px;}

.footer .footer_ico li{float:left;width:38px;height:38px;margin-left:4px;position:  relative;}
.footer .footer_ico li.ewmBox img.ewmPic{
    width: 150px;
    height: 150px;
    position:  absolute;
    top: -161px;
    left: -56px;
    display: none;
}
.footer .footer_ico li.ewmBox:hover img.ewmPic{
    display:block;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.footer .footer_ico li:hover{filter:alpha(opacity=60);-moz-opacity:0.6;-khtml-opacity: 0.6;opacity: 0.6;}
