﻿.pipe_footer {
    width: 100%;
    min-height: 190px;
    padding-top: 40px;
    background: #42444a;
}
.pipe_footer .footer_left {
    width: 674px;
    float: left;
    margin-top: -8px;
    position: relative;
}
.footer_left p {
    font-size: 13px;
    line-height: 24px;
    /*color: rgba(255,255,255,0.3);*/
    color:#77787c;
    margin: 0;
}
.footer_left p a {
    /*color: rgba(255,255,255,0.3);*/
    color:#77787c;
}
.footer_left p em {
    display: inline-block;
    width: 20px;
}
.footer_left p b {
    display: inline-block;
    width: 8px;
}
.footer_left p strong {
    display: inline-block;
    width: 14px;
}
.footer_left h3 {
    font-size: 14px;
    color: #fff;
    margin-top: 34px;
    font-weight: normal;
    position: relative;
}
.footer_left h3 a{
    color: #fff;
    margin-right: 12px;
}
.footer_left .ga{
    position: absolute;
    right: 38px;
    bottom: 12px;
}
.footer_left .ga2{
    right: 78px;
}
.pipe_footer .footer_right {
    float: right;
    width: 326px;
    font-size: 0;
}
.pipe_footer .footer_right img {
    margin-right: 32px;
}
.pipe_container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}