.floor1{
    padding: 40px 0 0 0;
}
#text{
    margin-left: 530px;
    padding-left: 20px;
}
#text h3{
    font-size: 30px;
    color: #bb8143;
    font-weight: bold;
}
#text p{
    font-size: 0;
    padding: 10px 0;
    border-bottom: 2px solid #cc3300;
}
#text p span{
    font-size: 12px;
    display: inline-block;
    line-height: 23px;
    padding: 0 10px;
    margin-right: 10px;
}
#text p span:first-child{
    border: 1px solid #1bb5e6;
    color: #1bb5e6;
}
#text p span:nth-child(2){
    border: 1px solid #013543;
    color: #013543;
}
#text p span:nth-child(3){
    border: 1px solid #35258c;
    color: #35258c;
}
#text p span:nth-child(4){
    border: 1px solid #bcd831;
    color: #bcd831;
}
#text h4{
    font-size: 14px;
    color: #bb8143;
    line-height: 60px;
    margin: 0;
}
#text h4 b{
    font-weight: bold;
    font-size: 24px;
    color: #c81623;
}
#text h4 a{
    display: inline-block;
    color: #bb8143;
    padding-left: 22px;
    padding-right: 22px;
}
#text h4 a.a1{
     background: url("../images/a1.png") no-repeat left center;
 }
#text h4 a.a2{
    background: url("../images/a2.png") no-repeat left center;
}
#text h4 a.a3{
    background: url("../images/a3.png") no-repeat left center;
}
#text .youhui{
    line-height: 74px;
    border-bottom: 1px solid #ccc;
    font-size: 30px;
    font-weight: bold;
    color: #0988cb;
    padding-left: 80px;
    border-left: 3px solid #c81623;
    position: relative;
    background: url("../images/bg.jpg") repeat-x;
}
#text .youhui:before{
    content: url("../images/text.png");
    position: absolute;
    left: 26px;
    top: 13px;
}
#text  .text{
    line-height: 30px;
    color: #bb8143;
    padding: 13px 0;
    border-bottom: 1px solid #ccc;
}
#text  .text a{
    display: inline-block;
    margin-left: 16px;
    padding-left: 24px;
    background: url("../images/house.png") no-repeat left center;
    color: #bb8143;
}
#text .call{
    padding-left: 65px;
    background: url("../images/call.png") no-repeat left center;
    line-height: 48px;
    font-size: 28px;
    color: #c81623;
}


.floor2 h4{
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    color: #bb8143;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.floor2 .container-fluid div{
    line-height: 30px;
    font-size: 16px;
    padding: 20px 0;
}
.floor2 div img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/*广告轮播*/
#box {
    margin: 0 auto;
    height: 650px;
    position: relative;
    text-align: center;
    line-height: 650px;
    margin-bottom: 70px;
    border: 1px solid #ccc;
}

#box img{
    max-height: 630px;
}

#box:hover #btn_left{
    opacity: 1;
}
#box:hover #btn_right{
    opacity: 1;
}
#list{
    position: absolute;
    list-style:none;
    padding: 0;
    margin: 0;
    left: 0;
    bottom:-40px;
    text-align: center;
    font-size: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
}
#list li{
    width: 20px;
    height: 20px;
    background: #cccccc;
    border-radius: 50%;
    color: #000;
    line-height:20px;
    display:inline-block;
    cursor:pointer;
    margin:0 5px;
}
#list li.hover,#list li:hover{
    background: #ffcc00;
}
#btn_left,#btn_right:hover{
    text-decoration: none;
}


#btn_left,#btn_right{
    position: absolute;
    width: 67px;
    height: 134px;
    opacity: 0;
}
#btn_left{
    left: 0;
    top: 50%;
    margin-top: -67px;
    background: url("../images/btn1.png");
}
#btn_right{
    right: 0;
    top: 50%;
    margin-top: -67px;
    background: url("../images/btn2.png");
}
/*广告轮播*/



.floor4 .row{
    margin: 0 -10px;
}
.floor4 .row .col-md-3,.floor4 .row .col-xs-6{
    padding: 0 10px;
}
.floor4 h4{
    font-size: 24px;
    color: #d0904b;
    line-height: 100px;
}
.floor4  .box .img{
    overflow: hidden;
}
.floor4  .box .img span{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.floor4  .box  .text{
    line-height: 55px;
    padding: 0 10px;
    color: #d0904b;
    font-size: 15px;
}
.floor4  .box:hover .img span{
    transform: scale(1.1);
}
.floor4  .box+.xc{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    color: #fff;
    display: none;
    z-index: 9999;
}
.floor4  .box+.xc .xc_box{
    position: absolute;
    left: 15%;
    top: 15%;
    width:70%;
    height:400px;
    line-height: 400px;
    max-height: 400px;
    text-align: center;
}
.floor4  .box+.xc .xc_box span.closed{
    position: absolute;
    right:-50px;
    top:0;
    background: url("../images/close.jpg") no-repeat;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.floor4  .box+.xc .xc_box img{
    max-height: 60%;
}
.floor4  .box+.xc .xc_box a{
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
}
.floor4  .box+.xc .xc_box a.btn_left{
    background: url("../images/left.png");
    left: 0;
    top: 50%;
    margin-top: -42px;
}
.floor4  .box+.xc .xc_box a.btn_right{
    background: url("../images/right.png");
    right: 0;
    top: 50%;
    margin-top: -42px;
}



/*楼盘信息*/
.floor5{
    padding-top: 34px;
    padding-bottom: 75px;
}
.floor5 h3{
    font-size: 28px;
    color: #d0904b;
    line-height: 120px;
    border-top: 1px solid #dddddd;
}

.floor5 .text{
    padding-left: 145px;
    position: relative;
}
.floor5 .text p{
    line-height: 30px;
    font-size: 15px;
}
.floor5 .text p span{
    color: #d0904b;
    display: inline-block;
    padding-left: 15px;
}
.floor5 .row .col-md-6:first-child .text:after{
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
}
/*楼盘信息*/
.floor6{
    padding-bottom: 110px;
}
.floor6 h3{
    margin: 0;
    line-height: 52px;
    color: #d8904b;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}
.floor6 .list li{
    line-height: 30px;
}
.floor6 .list li a{
    display: block;
    line-height: 30px;
    color: #333;
    font-size: 15px;
}
.floor6 .list li a:hover{
    text-decoration: underline;
}

.bottom{
    background: #f3f3f3;
    padding: 10px 0;
    border-top: 1px solid #e2e2e2;
}

.bottom span{
    display: inline-block;
    background:url("../images/phone.jpg") no-repeat 6px center #f5c01d;
    line-height: 37px;
    padding: 0 20px 0 24px;
    border-radius: 3px;
    color: #fff;
    position: relative;
}
.bottom a.phone{
    display: inline-block;
    background: url("../images/zixun.jpg") no-repeat 5px center;
    line-height: 35px;
    border: 1px solid #f5c01d;
    border-radius: 3px;
    color: #f5c01d;
    margin: 0 7px;
    padding: 0 11px 0 23px;
}
.bottom a:last-child{
    display: inline-block;
    line-height: 35px;
    border: 1px solid #c4c4c4;
    color: #c4c4c4;
    padding: 0 10px;
}






/*内页新闻中心*/
.ny_news .row{
    margin: 0 -32px;
}
.ny_news .row .col-md-4{
    padding: 0 32px;
}
.ny_news .box:hover .text,.ny_news .box:hover h5,.ny_news .box:hover  h6{
    color: #00a1e3;
}





.ny_news .box{
    margin-bottom: 60px;
}
.ny_news .box img{
    width: 100%;
}
.ny_news .box h5{
    font-size: 14px;
    line-height: 24px;
}
.ny_news .box h6{
    line-height: 20px;
    color: #999;
    margin-bottom: 20px;
}
.ny_news .box .text{
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    margin: 18px 0 14px 0;
}
.ny_news .box>a{
    display: inline-block;
    padding: 0 20px;
    line-height: 25px;
    background: #00a1e3;
    color: #fff;
}
/*内页新闻中心*/





#form{
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,.7);
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#form form{
    position: absolute;
    width: 560px;
    background: #fff;
    border: 8px solid #d8d8d8;
    left: 50%;
    margin-left: -280px;
    top: 15%;
    padding: 0 74px 57px 77px;
}
#form form h4{
    line-height: 90px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
#form form input{
    display: block;
    width: 100%;
    height: 54px;
    border: 1px solid #d8d8d8;
    margin-bottom: 30px;
    padding: 0 10px 0 48px;
}

#form form input.user{
    background: url("../images/user.png") no-repeat 14px center;
}
#form form input.phone{
    background: url("../images/phone.png") no-repeat 14px center;
}
#form form button{
    width: 145px;
    line-height: 54px;
    background: #f5c01d;
    color: #fff;
    border: none;
}

#form form img{
    position: absolute;
    right: 36px;
    top: 30px;
    cursor: pointer;
}







.xqy{
    padding-bottom: 60px;
}
.xqy .ny_title h3{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 40px;
}
.xqy .ny_title h6{
    font-size: 12px;
    line-height: 26px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

.xqy .text div{
    line-height: 30px;

}







@media screen and (max-width: 992px){
    #text{
        margin-left: 0px;
        padding-left: 0px;
    }


    .floor5 .row .col-md-6:first-child .text:after{
       display: none;
    }

    .floor5 .text{
        padding-left: 0px;
        position: relative;
    }





    .floor4  .box+.xc .xc_box{
        height:300px;
        line-height: 300px;
        max-height: 300px;
    }





    /*广告轮播*/
    #box {
        height: 300px;
        line-height: 300px;
        margin-bottom: 30px;
    }
    #box img{
        max-height: 300px;
    }
    #list{
        bottom:-30px;
    }
    #list li{
        width: 10px;
        height: 10px;
        line-height: 10px;
        margin: 0 2px;
    }






    /*广告轮播*/

    .ny_news .row{
        margin: 0 -10px;
    }
    .ny_news .row .col-sm-6{
        padding: 0 10px;
    }
    .ny_news .box{
        margin-bottom: 20px;
    }







    #form form{
        width: 94%;
        border: 4px solid #d8d8d8;
        left: 3%;
        margin-left:0px;
        top: 15%;
        padding: 0 20px 20px 20px;
    }
    #form form h4{
        line-height: 90px;
        font-size: 24px;
        font-weight: bold;
        color: #000;
    }
    #form form input{
        display: block;
        width: 100%;
        height: 54px;
        border: 1px solid #d8d8d8;
        margin-bottom: 30px;
        padding: 0 10px 0 48px;
    }

    #form form input.user{
        background: url("../images/user.png") no-repeat 14px center;
    }
    #form form input.phone{
        background: url("../images/phone.png") no-repeat 14px center;
    }
    #form form button{
        width: 145px;
        line-height: 54px;
        background: #f5c01d;
        color: #fff;
        border: none;
    }

    #form form img{
        position: absolute;
        right: 36px;
        top: 30px;
        cursor: pointer;
    }












}