/*主要内容*/
.need{
    background: black;
    padding: 5px 10px;
    width: 120px;
    display: inline-block;
}
.need p{
    color: #ffffff;
}
.need p.color_f{
    color: #999999;
}
.nend_right{
    margin-top: 30px;
    display: inline-block;
    font-size: 12px;
}
.nend_right ul li{
    display: inline-block;
}
.rf{
    float: right;
}
.border_bottom1 a{
    font-size: 12px;
    color: black;
}
.border_bottom1 img{
    height: 12px;
}
.border_bottom1{
    position: relative;
    top: -30px;
    border-bottom: 1px solid #f5f5f5;
}
/*主要内容*/
section{
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
}
section p{
    margin-top:0px;
    margin-bottom:0px;
    color:black ;
    font-size: 14px;
}
/*联系我们*/
.img_height27{
    margin: 15px 0;
}
.img_height27 img{
    height: 32px;
}
@media (max-width: 768px){
    .logo_img{
        display: block;
        text-align: center;
    }
    .navbar-form{
        display: none;
    }
    .togle{
        display:none;
    }
    .map1{
        display: none;
    }
}
@media (min-width: 768px){
    .map1{
        display: none;
    }
    .top img{
        display: none;
    }

}