* {
    margin: 0;
    padding: 0;
}

/*项目名称*/
.entryName {
    font-family: "微软雅黑";
    background: url(../../image/huangtiaowen.png);
    margin-top: 25px;
    margin-bottom: 25px;
    height: 40px;
    width: 1022px;
    line-height: 40px;
    font-size: 26px;
    color: #612011;
}

/*轮播图*/
.playRoll {
    width: 1022px;
    height: 560px;
    overflow: hidden;
    position: relative;
}

.playRoll .img {
    width: 9000px;
    position: absolute;
    top: 0;
    left: 0;
}

.playRoll .img li {
    float: left;
}

.playRoll .num {
    position: absolute;
    width: 100%;
    bottom: 4px;
    left: 0;
    text-align: center;
    font-size: 0px;
    z-index: 2;
}

.playRoll .num li {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;

}

.playRoll .num li.on {
    background: #000;

}

.playRoll .btn {
    width: 28px;
    height: 62px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#32000000, endColorstr=#32000000);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    text-align: center;
    line-height: 62px;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    font-family: "simsun";
    display: none;
}

.playRoll:hover .btn {
    display: block;
}

.playRoll .btn_l {
    left: 0;
}

.playRoll .btn_r {
    right: 0;
}

/*遮罩层*/
.cover {
    background: #000;
    height: 40px;
    width: 1022px;
    margin-top: -40px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

/*户型展示*/
.apartment {
    font-family: "微软雅黑";
    background: url(../../image/huangtiaowen.png);
    margin-bottom: 0px;
    margin-top: 25px;
    height: 40px;
    width: 1022px;
    line-height: 40px;
    font-size: 26px;
    color: #612011;
}

.house {
    font-size: 22px;
    color: #733b2a;
    text-align: center;
    position: relative;
    top: 22px;
}

.jieshao {
    width: 100%;
    height: 55px;
    text-align: center;
    opacity: 0.8;
    background: #1b1a13;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    font-size: 12px;
}

.jieshao p {
    width: 284px;
    height: 55px;
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
}
