

ul{
    margin: 0;
}

.bottom{
    height: auto;
    background: url(../../image/about-us.png);
    background-size: cover;
    background-color: #FBFBFB;
    padding-bottom: 20px;
}
.bottom .bottom-conten{
    width: 1200px;
    margin: auto;
    position: relative;
}
.bottom .bottom-conten .unfold{
    position: absolute;
    font-size: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    background-color: #FF5400;
    color: #fff;
    line-height: 36px;
    border: none;
    right: 10px;
    top: 205px;
    cursor: pointer;
    display: none;
}
.bottom .bottom-conten .about{
    line-height: 75px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px dashed #E6E6E6;
}
.bottom .bottom-conten .instructions{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.bottom .bottom-conten .instructions p a{
    color: #666666;
}
.bottom .bottom-conten .layui-tab-content{
    overflow: hidden;
}
#communiid, #secondid, #newhouseid, #renthouseid{
    height: 90px;
}
.urbandistribution{
    height: auto;
}
.urbandistribution>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: none;
}
.urbandistribution>.layui-tab-title{
    border-bottom-width: 0;
}
.urbandistribution>.layui-tab-title .layui-this{
    color: #FF5400;
}
.urbandistribution .layui-tab-title li{
    text-align: left;
    padding: 0 0;
    margin-right: 40px;
}
.urbandistribution .layui-show a{
    display: inline-block;
    width: 100px;
    color: #999999;
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 14px;
}