/* 门店介绍 */
.wrap{ background:#f5f5f5;}
.mendian{
    width: 1200px;
    font-family:"Microsoft YaHei";
}
.mendian .left-menu{
    width: 180px;
    background-color: #fff;
    float: left;
}
.mendian .left-menu.fxd{
    top:20px;
    outline: medium none;
    position: fixed;
    _position: absolute;
    _top:expression(eval(document.documentElement.scrollTop));
    z-index:999;
}
.mendian .left-menu .menu-content{
    height: 39px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    line-height: 39px;
    font-size: 14px;
}
.mendian .mendian-content{
    width: 966px;
    float: right;
    background-color: #fff;
    padding: 0 0 35px 30px;
    margin-bottom: 35px;
}
.mendian .mendian-content .mendian-xinxi{
/*    height: 336px;*/
    margin-top: 35px;
}
.mendian .mendian-content .mendian-xinxi .title{
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}
.xinxi{
    margin-bottom: 10px;
    font-size: 13px;
}
.mendian .mendian-content .mendian-xinxi .mendian-picture{
    
}
.mendian .mendian-content .mendian-xinxi .mendian-picture .picture-xinxi{
    width: 298px;
    height: 224px;
    float: left;
    margin-right: 20px;
}
.current a {
    color: #ff8800;
}
.abq{
    display: block;
}