
/*banner*/
.banner{
    width: 100%;
    /* height: 453px; */
    height: 626px;
    padding-top:210px;
}
.banner .forms{
    background: #fff;
    height:515px;
    border-radius: 20px;
    padding:30px 0px;
    position: relative;
}

.banner .forms .form{
    width:540px;
    float:left;
    margin-left:59px;
    border-right:1px solid #eee;
}
.banner .forms .form h2{
    font-size:30px;
    padding-bottom:45px;
    padding-top: 10px;
}
.banner .forms .form .input{
    position: relative;
    margin-bottom:20px;
}
.banner .forms .form .input p{
    display: inline-block;
}
.banner .forms .form .input span{
    display: inline-block;
    width:84px;
}
.banner .forms .form .input p input{
    /* height: 35px; */
    width:300px;
    outline: 0px;
    border:1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    text-indent: 10px;
}
.banner .forms .form .input b{
    position: absolute;
    top:12px;
    right:165px;
    font-weight: normal;
    color:#666;
}
.banner .forms .form  #hostHome{
    /* height: 35px; */
    height: 50px;
    width:300px;
    outline: 0px;
    border:1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    text-indent: 10px;
    line-height: 50px;
}
.banner .forms .form .input .hostType{
    height: 37px;
    width:300px;
    font-size: 14px;
    line-height: 37px;
    display: inline-block;
}
.banner .forms .form .input .hostType .item{
    display: inline-block;
    padding-right:14px;
}
.banner .forms .form .warn p{
    font-size:12px;
    color:#999;
}
.banner .forms .info{
    width:400px;
    float:right;
    height: 10px;
    margin-right:50px;
    padding-left:150px;
}
.banner .info .calc{
    padding:30px 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 4px 5px 10px #ccc;
    margin-top: 20px;
}
.banner .forms .info h2{
    font-size:30px;
    padding-bottom:30px;
}
.banner .forms .info h2 span{
    font-size:30px;
    color:#f79c33;
}
.banner .forms .info .moneys{
    border:1px solid #ccc;
    border-radius: 10px;
    padding:16px;
}
.banner .forms .info .moneys .item{
    border-bottom:1px solid #ccc;
}
.banner .forms .info .moneys .item:last-child{
    border-bottom:0px;
}
.banner .forms .info .moneys .item span{
    border-right:1px solid #ccc;
    display: inline-block;
    padding:12px 20px;
}
.banner .forms .info .moneys .item p{
    display: inline-block;
    text-align: center;
    width:260px;
}
.banner .forms .info .warn {
    font-size:12px;
    color:#999;
    padding-top:12px;
}
.banner .forms .btn{
    position: absolute;
    left:calc(50% - 80px);
    top:calc(50% - 80px);
    width:120px;
    height: 120px;
    padding:20px;
    background: #fff;
    cursor: pointer;
}
.banner .forms .btn .btn_item{
    width:120px;
    height: 90px;
    text-align: center;
    background: #f79c33;
    color:#fff;
    border-radius: 60px;
    font-size:24px;
    line-height: 30px;
    padding-top:30px;
    position: relative;
    z-index: 999;
}
.banner .forms .btn .btn_shadow{
    width: 120px;
    height: 120px;
    background: #f79c33;
    border-radius: 60px;
    top:20px;
    position: absolute;
    animation: myani 1s infinite
}

@keyframes myani
{
    from {opacity: 1;transform: scale(1);}
    to {opacity: 0;transform: scale(1.5);}
}

@-webkit-keyframes myani /*Safari and Chrome*/
{
    from {opacity: 1;transform: scale(1);}
    to {opacity: 0;transform: scale(1.5);}
}
.banner .forms .warningInfo{
    position: absolute;
    top: 0px;
    height: calc(100% - 20px);
    width: 100%;
    left: 0px;
    background: #fff;
    z-index: 9999;
    border-radius: 20px;
    margin-top: 20px;
    display: none;
}
.banner .forms .warningInfo .form .formInfo{
    padding-right: 50px;
}
.banner .forms .warningInfo .form .formInfo h2{
    text-align:center;
    padding-top: 50px;
}
.banner .forms .warningInfo .form .formInfo h2 span{
    font-size: 30px;
    color: #f79c33;
}
.banner .forms .warningInfo .form .formInfo p{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 20px;
}
.banner .forms .warningInfo .form .formInfo p span{
    display: block;
    color: #f79c33;
}
.banner .forms .warningInfo .form .formInfo img{
    width: 100%;
    height: 300px;
}
.banner .forms .warningInfo .info{
    margin-top: 20px;
}
.banner .info .calc .calcNum{
    line-height: 70px;
    height: 70px;
    background: #ccc;
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.banner .info .calc .calcNum span .money{
    font-size: 24px;
}
.banner .info .calc .calcNum span,.banner .info .calc .item span:nth-child(2){
    color: #ff7826;
}
.banner .info .calc .item{
    line-height: 35px;
    height: 35px;
    background: #eee;
    border-radius: 6px;
    margin-top: 25px;
    padding: 10px 0px;
}
.banner .info .calc .item span{
    width:189px;
    display:block;
    float: left;
    text-align: center;
}
.banner .info .calc .item span:first-child{
    border-right: 1px solid #ccc;
    width: 188px;
}
.banner .money{
    font-size: 24px;
}
/*户型样式*/
.apartment{
    position: absolute;
    width:300px;
    background: #fff;
    z-index: 899999;
    box-shadow: 1px 1px 10px #ccc;
    padding:10px;
    border-radius: 10px;
    left:80px;
    display: none;
}
.apartment .items .item{
    display: inline-block;
    width:55px;
    text-align: center;
    line-height: 35px;
    background: #eee;
    margin-bottom:3px;
    border-radius: 3px;
}
.apartment .items .on{
    color:#fff;
    background: #f79c33;
}
/*banner nifo*/
.bannerInfo{
    padding:10px 0px;
    line-height: 40px;
}
.bannerInfo .info{
    color:#666;
    vertical-align: middle;
    float:left;
}
.bannerInfo .info i,.bannerInfo .info span{
    display: inline-block;
    vertical-align: middle;
    padding-right:4px;
}
.bannerInfo .info span{
    padding-right:30px;
    font-size:14px;
}
.bannerInfo .scroll{
    float:right;
    width:630px;
}
.bannerInfo .scroll span{
    width:120px;
    display: inline-block;
    float:left;
    color:#f79c33;
}
.bannerInfo .scroll .list{
    float:left;
    width:500px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color:#888;
    position: relative;
}
.bannerInfo .scroll .list p{
    position: absolute;
    top:40px;
}
.bannerInfo .scroll .list p:first-child{
    top:0px;
}
.home1{
    background: url(../images/bjmain1.png) no-repeat center center;
    height: 590px;
    width:100%;
}
.home2{
    background: url(../images/bjmain2.png) no-repeat center center;
    height: 590px;
    width:100%;
}
.home3{
    background: url(../images/bjmain3.png) no-repeat center center;
    height: 590px;
    width:100%;
}
.home4{
    background: url(../images/bjmain4.png) no-repeat center center;
    height: 590px;
    width:100%;
}






/*优势*/
.advantage{
    width:100%;
    background: #f79c33;
    padding:30px 0px;
}
.advantage .item{
    width:200px;
    float:left;
    vertical-align: middle;
}
.advantage .item i{
    width:50px;
    height: 50px;
    vertical-align: middle;
    display: inline-block;
    background: url(../images/icon1.png) no-repeat center center;
    background-size:auto 100%;
    margin-right:5px;
}
.advantage .item:hover div{
    color:#fff;
}
.advantage .item:nth-child(2) i{
    background: url(../images/icon2.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:nth-child(3) i{
    background: url(../images/icon3.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:nth-child(4) i{
    background: url(../images/icon4.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:nth-child(5) i{
    background: url(../images/icon5.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:nth-child(6) i{
    background: url(../images/icon6.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:hover:nth-child(1) i{
    background: url(../images/icon01.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:hover:nth-child(2) i{
    background: url(../images/icon02.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:hover:nth-child(3) i{
    background: url(../images/icon03.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:hover:nth-child(4) i{
    background: url(../images/icon04.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:hover:nth-child(5) i{
    background: url(../images/icon05.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:hover:nth-child(6) i{
    background: url(../images/icon06.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item div{
    display: inline-block;
    vertical-align: middle;
    font-size:12px;
    color:#333;
}
.advantage .item div span{
    font-size:14px;
}
.advantage .item div  h2{
    font-size:18px;
}
.foot{
    margin-top:0px;
}


.layui-input, .layui-select, .layui-textarea{
    line-height: 50px;
    height: 50px;
}



.tit{
    text-align: center;
    padding:40px 0 50px;
}
.tit span{
    font-size:30px;
    font-weight: normal;
    line-height: 50px;
    display: inline-block;
    padding:0px 18px;
    border-bottom:2px solid #f79c33;
}

/*装修水分*/
.cont{
    height: 476px;
    padding-bottom: 30px;
}
.cont .cont_item{
    width:280px;
    height: 356px;
    float:left;
    padding:60px;
    text-align: center;
}
.cont .cont_item h2 p{
    font-size:30px;
    text-align: center;
    color: #999;
    line-height:40px;
    padding-top:20px;
}
.cont .cont_item h2 span{
    border-top:3px solid #f79c33;
    display:inline-block;
    width:100px;
    padding-bottom: 30px;
}
.cont .cont_item .info{
    color:#999;
    line-height: 35px;
}
.cont .color1{
    background: #e7e7e7;
}
.cont .color2{
    background: #efefef;
}
.cont .color3{
    background: #f7f7f7;
}
.cont .color1 .icon{
    background: url(../images/price01.png) no-repeat center center;
    width:100%;
    height: 100px;
    
}
.cont .color2 .icon{
    background: url(../images/price02.png) no-repeat center center;
    width:100%;
    height: 100px;
    
}
.cont .color3 .icon{
    background: url(../images/price03.png) no-repeat center center;
    width:100%;
    height: 100px;
    
}
.cont .color1:hover .icon{
    background: url(../images/price1.png) no-repeat center center;
}
.cont .color2:hover .icon{
    background: url(../images/price2.png) no-repeat center center;
}
.cont .color3:hover .icon{
    background: url(../images/price3.png) no-repeat center center;
}
.cont .cont_item:hover{
    background: #f79c33;
}
.cont .cont_item:hover h2 p{
    font-size:30px;
    text-align: center;
    color: #fff;
    line-height:40px;
    padding-top:20px;
}
.cont .cont_item:hover h2 span{
    border-top:3px solid #fff;
    display:inline-block;
    width:100px;
    padding-bottom: 30px;
}
.cont .cont_item:hover .info{
    color:#999;
    line-height: 35px;
    color:#fff;
}
.numbers{
    width: 100%;
    height: 765px;
    background: url(../images/calc/bg.jpg) no-repeat center center;
}
.img8{
    padding-bottom: 20px;
}
.img8 p{
    float: left;
    margin-right: 22px;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.img8 p:nth-child(2n+2){
    margin-right: 0px;
}
.img8 p:hover{
    transform: translateY(-10px);
}
.stepList{
    padding-bottom: 40px;
}
.stepList .item{
    float: left;
    width: 161px;
    background-color: #fff;
    text-align:center;
    padding: 30px 0px;
    line-height: 30px;
    margin-right: 12px;
    transition: all 0.3s;
}
.stepList .item p{
    padding-bottom: 20px;
}
.stepList .item span{
    font-size: 12px;
    color: #888;
}
.stepList .item:nth-child(7){
    margin-right: 0px;
}
.stepList .item:hover{
    transform: translateY(-16px);
}

.shadow{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.6);
    top: 0px;
    left: 0px;
    z-index: 999999;
    display: none;
}
.flagSubInfo{
    position: fixed;
    top: 25%;
    width: 500px;
    left: calc(50% - 250px);
    background-color: #fff;
    border-radius: 10px;
    z-index: 999999999999;
    padding: 20px;
    display: none;
}
.flagSubInfo h2{
    font-size: 26px;
    text-align: center;
    padding-bottom: 20px;
}
.flagSubInfo h2 span{
    font-weight: bold;
    color: #f79c33;
    font-size: 28px;
}
.flagSubInfo p{
    font-size: 18px;
    text-align: center;
    line-height:30px
}
.flagSubInfo p span{
    display: block;
    color: #f79c33;
}
.flagSubInfo .infoBtn{
    width: 180px;
    color: #fff;
    background: #f79c33;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    margin: 20px auto;
    font-size: 18px;
    cursor: pointer;
}



