#header,#content{
    background: #F5F5F5;
}
#header .content{
    width: 1000px;
    margin:0 auto;
    overflow:hidden;
}
#header .logo{
    width: 186px;
    height: 81px;
    float: left;
    background: url("../images/logo.png") no-repeat left top;
}
#header .rightText{
    width: 244px;
    height: 81px;
    float: right;
    background: url("../images/header_right.png") no-repeat left top;
}
#content{
    font-family: '微软雅黑';
    background: #E3E1E0;
    padding-bottom: 50px;
}
#content img{
    height: 100%;
    width: 100%;
}
#content .banner{
    background: url("../images/banner.png") #7BAD63 center top no-repeat;
    min-width: 1000px;
    height: 670px;
}
#content .contact{
    display: none;
    background: #2F3134;
}
#content .contact .content{
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    height: 73px;
}
#content .contact .left{
    float: left;
    font-size: 18px;
    color: #fff;
    font-family: '微软雅黑';
    line-height: 24px;
    padding-top: 12px;
}
#content .contact .right{
    float: right;
    background: url('../images/tel_pic.png') no-repeat center center;
    height: 100%;
    width: 315px;
}
#content .tabShow{
    width: 1000px;
    margin: 0 auto;
}
#content .tabShow .content{
    padding: 30px 55px 30px 60px;
}
#content .tabShow .content .tab{
    padding-bottom: 30px;
    overflow: hidden;

}
#content .tabShow .content .tab .tabBtn{
    background: url("../images/btn.png") center top no-repeat;
    width: 114px;
    height: 131px;
    text-align: center;
    padding:0 31px;
    float: left;
    cursor: pointer;
}
#content .tabShow .content .tab .tabBtn.active{
    background: url("../images/btn_active.png") center top no-repeat;
}
#content .tabShow .content .tab i{
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 35px;
    display: block;
    margin: 26px 0 7px 0;
}
.ico_star{
    background-image: url("../images/star.png");
}
.ico_cloud{
    background-image: url("../images/cloud.png");
}
.ico_door{
    background-image: url("../images/door.png");
}
.ico_pencl{
    background-image: url("../images/pencl.png");
}
.ico_circl{
    background-image: url("../images/circl.png");
}
#content .tabShow .content .tab span{

    color: #fff;
    font-family: '微软雅黑';
    font-size: 20px;
}
#content .tabShow .content .panel{

}
#content .tabShow .content li{
    overflow: hidden;
    display: none;
    /* display: flex; */
}
#content .tabShow .content .panelPic{
    width: 275px;
    height:175px;
    border: 1px solid #DBDAD9;
    padding: 9px;
    background: #EAE9E8;
    float: left;
}
#content .tabShow .content .panelContent{
    font-family: '微软雅黑';


    float: right;
    width: 545px;
}
#content .tabShow .content .title{
    font-size: 24px;

    padding-bottom: 15px;
}
#content .tabShow .content .panelText{
    font-size: 16px;

    line-height: 28px;
}
#content .roomList{

}
#content .roomList .title{
    background: url('../images/houseList_title.png') #2F3134 no-repeat center center;

    height: 105px;
    position: relative;
}
#content .roomList .title:after{
    content:'';
    width: 0;      height: 0;
    position: absolute;
    top: 105px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 18px solid #2F3134;
    left: 50%;
    margin-left: -25px;
}
#content .roomList .list{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 85px;
}
#content .roomList .house{
    float: left;
    text-decoration: none;
    color:#000;
    padding: 10px 6px;
}
#content .roomList .pic{
    width: 215px;
    height:188px;
    padding: 10px;
    border: 1px solid #C0C0C0;
    background: #E2E0DF;
}
#content .roomList .detail{
    text-align: center;

    font-family: '微软雅黑';
    font-size: 18px;
    line-height: 26px;
    padding-top: 11px;
}
#content .roomList .price{
    font-weight: bold;
}
#content .roomList .price span{
    color: #f00;
}
#content .roomList .moreList{
    padding-top: 50px;

}
#content .roomList .moreList a{
    height: 60px;
    background: #71A659;
    width: 1000px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-family: '微软雅黑';
    border-radius: 10px;
}
#content .plan{
    padding-top: 40px;
}
#content .plan .title{
    background: url('../images/plan_title.png') #2F3134 no-repeat center center;
    height: 105px;
    position: relative;
    margin-bottom: 48px;
}
#content .plan .title:after{
    content:'';
    width: 0;      height: 0;
    position: absolute;
    top: 105px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 18px solid #2F3134;
    left: 50%;
    margin-left: -25px;
}
#content .plan .content{
    width: 860px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 40px;
    background: url('../images/plan_list_head.png') 105px 8px no-repeat;
    padding: 0px 0 60px 140px;
}
#footer{
    min-width: 1000px;
    position: fixed;
    background: url("../images/footer.png") #2F3134 center top no-repeat;
    bottom: 0px;
    left: 0;
    width: 100%;
}
#footer .comment-respond{
    width: 1000px;
    height: 70px;
    margin:0 auto;
    position: relative;
}
#footer input{
    border: 0;

    background: none;
}
#footer #author{
    position: absolute;

    width: 184px;
    height: 31px;
    left: 306px;
    top: 22px;
    line-height: 33px;
}
#footer #tel{
    width: 184px;
    height: 31px;
    left: 577px;
    position: absolute;
    top: 22px;
}
#footer #submit{
    position: absolute;
    right: 10px;
    top: 12px;
    height: 51px;
    width: 161px;
    text-indent: -1000px;
    cursor: pointer;
}
#respond h3, #respond label, #respond textarea {
    display: none;
}

.mask{
    display: none;
    background: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
    position: fixed;
    z-index: 10;
}
.alertPanel{
    display: none;
    position: fixed;
    width: 344px;
    height: 187px;
    left: 50%;
    top: 50%;
    padding: 45px 45px 30px;
    text-align: center;
    margin-left:-217px;
    margin-top:-138px;
    z-index: 11;
    font-family: '微软雅黑';
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 27px #646464;
}
.success_ico{
    background: url("../images/alertOk.png") no-repeat left center;
    padding-left: 41px;
    font-size: 28px;
    line-height: 47px;
    margin-bottom: 22px;
    font-weight: bold;
    color: #717171;
}
.success_text{
    font-size: 15px;
    color: #999;
    margin-bottom: 33px;
}
.alertOk{
    display: inline-block;
    width: 270px;
    font-size: 24px;
    height: 55px;
    color:#fff;
    background: #7AA64F;
    border-radius: 10px;
    line-height: 55px;
    cursor: pointer;
}