*{margin:0;padding:0;}
a{text-decoration:none;}
li{list-style: none;}
body {font-family: 'pingfang sc';font-size:0px;padding: 0px; margin: 0px; color: #323232;margin: 0 auto;background: #F9F9FA;}
@font-face { font-family: DINOffcPro; src:url('../font/DINOffcPro.woff'), url('../font/DINOffcPro.ttf'), url('../font/DINOffcPro.eot'), url('../font/DINOffcPro.svg'), url('../font/DINOffcPro.otf'); }
/*bannar*/
.allb_banner{
    height: 420px;
    position: relative;
    overflow: hidden;
}
.banner01{
    position: relative;
}
.banner01 .allb_banner_title{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    transition: all .5s ease;
}
.allb_banner .allb_banner_bg{
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.allb_banner .allb_banner_bg img{
	min-width:100%;
    height: 100%;
}
.banner01:hover .allb_banner_input{
    bottom:50%;
}
.banner01:hover .allb_banner_title{
    top:-100px;
}
.allb_banner .allb_banner_input{
    width: 396px;
    height: 50px;
    position: absolute;
    left:50%;
    bottom:-500px;
    transform: translate(-50%,50%);
    background: #fff;
    border-radius: 25px;
    transition: all .5s ease;
}
.allb_banner .allb_banner_input input{
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: transparent;
    border:0;
    outline: none;
    padding: 0 30px;
    box-sizing: border-box;
    font-size:14px;
    color:#323232;
}
.allb_banner .allb_banner_input a{
    position: absolute;
    right:18px;
    top:50%;
    transform: translateY(-50%);
}
/* 条件检索 */
.allb_box1{
    width: 1500px;
    margin: 28px auto;
    border: 1px solid #EBEBEB;
}
.allb_box1 .allb_box1_title{
    height: 52px;
    background: #FBFBFB;
    padding: 0 19px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.allb_box1 .allb_box1_title p{
    font-size: 14px;
    color:#666666;
}
.allb_box1 .allb_box1_title span{
    font-size: 14px;
    color:#999999;
    padding-left: 5px;
}
.allb_box1 .allb_box1_title span a{
    color:#323232;
    transition: all .5s ease;
}
.allb_box1 .allb_box1_title span a:hover{
    color:#E24535;
}
.allb_box1 ul{
    border-top: 1px solid #EBEBEB;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}
.allb_box1 ul li{
    height: 58px;
    display: flex;
    align-items: center;
    border-top: 1px solid #EBEBEB;
    margin-top: -1px;
}
.allb_box1 ul li p{
    font-size: 14px;
    color:#666666;
}
.allb_box1 ul li .li_content{
    font-size: 14px;
    padding-left: 22px;
}
.allb_box1 ul li .li_content a{
    color:#323232;
    padding: 2px 13px;
    border-radius: 3px;
    transition: all .3s ease;
}
.allb_box1 ul li .li_content a:hover{
    color:#E24535;
}
.allb_box1 ul li .li_content .attr{
    background: #E24535;
    color:#fff;
}
.allb_box1 ul li .li_content .attr:hover{
    color:#fff;
}
/* 小区列表 */
.xqlb_box1{
    background: #fff;
    overflow: hidden;
}
.allb_box2_content_title{
    width: 1500px;
    height: 50px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.allb_box2_content_title .box2_tit_left{
    display: flex;
    align-items: center;
}
.allb_box2_content_title .box2_tit_left a{
    font-size: 16px;
    color:#666666;
    padding: 0 33px;
    border-left: 1px solid #EBEBEB;
    margin-left: -1px;
    transition: all .3s ease;
}
.allb_box2_content_title .box2_tit_left a i{
    display: inline-block;
    width: 5px;
    height: 8px;
    background: url(../images/index/allb_icon03.png)no-repeat 100% 100%;
    padding-left: 10px;
    transition: all .3s ease;
}
.allb_box2_content_title .box2_tit_left a:hover{
    color:#E24535;
}
.allb_box2_content_title .box2_tit_left a:hover i{
    background: url(../images/index/allb_icon04.png)no-repeat 100% 100%;
}
.allb_box2_content_title .box2_tit_left .attr{
    color:#E24535;
}
.allb_box2_content_title .box2_tit_left .attr i{
    background: url(../images/index/allb_icon04.png)no-repeat 100% 100%;
}
.box2_tit_right{
    display: flex;
    align-items: center;
    padding-right: 22px;
}
.box2_tit_right p{
    font-size: 14px;
    color:#666666;
    padding: 0 15px;
}
.box2_tit_right p b{
    font-weight: 1000;
}
.xqlb_box1_content{
    width: 1500px;
    margin: 0 auto;
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.xqlb_box1_content .box1_content_left{
    width: 1175px;
}
.xqlb_box1_content .box1_content_left .content_left_li{
    height: 262px;
    position: relative;
    display: flex;
    box-shadow: 0 15px 32px rgba(0,0,0,.05);
    margin-bottom: 24px;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_bg{
    width: 350px;
    height: 100%;
    overflow: hidden;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_bg img{
    width: 100%;
    min-height: 100%;
    transition: all .3s ease;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_bg:hover img{
    transform: scale(1.1);
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_text{
    width: 550px;
    padding-left: 35px;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_text h1{
    padding-top: 32px;
    padding-bottom: 23px;
    font-size: 22px;
    color: #323232;
    font-weight: 1000;
    transition: all .3s ease;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_text h1:hover{
    color:#E24535;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_text .xx{
    font-size: 16px;
    color:#999999;
    padding:22px 0;
    border-top:1px solid #F7F7F7;
    border-bottom:1px solid #F7F7F7;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_text .xx span{
    padding-right: 20px;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_text .xx span b{
    padding:0 20px 0 10px;
    color:#323232;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_text .left_li_text_address{
    margin-top: 4px;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_text .left_li_text_address p{
    display: flex;
    align-items: center;
    font-size: 16px;
    color:#000;
    padding-top: 15px;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_text .left_li_text_address p span{
    color:#999;
    padding: 0 10px 0 17px;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_text .content_left_li_btn{

}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_btn p{
    width: 175px;
    height: 47px;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all .3s ease;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_btn .btn1{
    border:1px solid #E24535;
    margin-top: 67px;
    color:#E24535;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_btn .btn2{
    background: #E24535;
    margin-top: 15px;
    color:#fff;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_btn .btn2 img{
    margin-right: 10px;
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_btn p:hover{
    transform: scale(.9);
}
.xqlb_box1_content .box1_content_left .content_left_li .content_left_li_tj{
    position: absolute;
    left:20px;
    top:-10px;
}
.xqlb_box1_content .box1_content_right{
    width: 300px;
    padding: 0 22px;
    box-sizing: border-box;
    box-shadow: 0 15px 32px rgba(0,0,0,.05);
    background: #fff;
    height: 456px;
    position: absolute;
    right: 0;
    top:28px;
    z-index: 20;
}
.xqlb_box1_content .box1_content_right .tit1{
    font-size: 20px;
    color:#E24535;
    font-weight: 1000;
    text-align: center;
    padding-top: 32px;
}
.xqlb_box1_content .box1_content_right .tit2{
    color:#323232;
    font-size: 14px;
    text-align: center;
    padding-top: 8px;
}
.xqlb_box1_content .box1_content_right .box1_content_form{
    margin-top: 25px;
}
.xqlb_box1_content .box1_content_right .box1_content_form input{
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border:1px solid #EBEBEB;
    padding: 0 17px;
    box-sizing: border-box;
    margin-bottom: 14px;
    outline: none;
}
.xqlb_box1_content .box1_content_right .box1_content_form .form_input{
    position: relative
}
.xqlb_box1_content .box1_content_right .box1_content_form .form_input input{
    padding:0 48px 0 17px;
}
.xqlb_box1_content .box1_content_right .box1_content_form .form_input p{
    position: absolute;
    height: 100%;
    right:0;
    top:0;
    font-size: 14px;
    line-height: 40px;
    padding-right: 17px;
    color:#999999;
}
.xqlb_box1_content .box1_content_right .box1_content_form .form_btn{
    height: 40px;
    border-radius: 5px;
    background: #E24535;
    color:#fff;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}
.xqlb_box1_content .box1_content_right .Tips{
    font-size: 14px;
    color:#EA8F2F;
    text-align: center;
    padding-top: 19px;
}
.xqlb_box1_content .box1_content_right .hot_phone{
    font-size: 14px;
    color:#999999;
    text-align: center;
    padding-top: 5px;
}
.xqlb_box1_content .box1_content_right .hot_phone a{
    color:#E24535;
}
/* 预约表单 */
.allb_box3{
    width: 100%;
    height: 135px;
    margin: 0 auto;
    margin-top: 5px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 38px 0 48px;
    box-sizing: border-box;
    margin-bottom: 32px;
}
.allb_box3 .allb_box3_tit{
    border-left: 5px solid #E24535;
    padding-left: 22px;
}
.allb_box3 .allb_box3_tit h1{
    font-size: 25px;
    color: #323232;
    font-weight: 1000;
}
.allb_box3 .allb_box3_tit p{
    font-size: 14px;
    color:#666666;
}
.allb_box3 .allb_box3_form{
    display: flex;
    align-items: center;
}
.allb_box3 .allb_box3_form input{
    width: 295px;
    height: 50px;
    outline: none;
    border:1px solid #EEEEEE;
    background:#F5F5F5;
    margin-right: 21px;
    border-radius: 5px;
    padding: 0 15px;
    box-sizing: border-box;
}
.allb_box3 .allb_box3_form a{
    width: 175px;
    height: 50px;
    box-sizing: border-box;
    border:1px solid transparent;
    background: #E24535;
    border-radius: 5px;
    color:#fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    transition: all .3s ease;
}
.allb_box3 .allb_box3_form a:hover{
    border: 1px solid #E24535;
    background: transparent;
    color:#E24535;
}
/* 翻页器 */
.pages{
    line-height: 33px;
    text-align: center;
    margin: 50px 0;
    clear: both;
    word-wrap: break-word;
    word-break: break-all;
}
.pages a{
    display: inline-block;
    padding: 0 15px;
    text-decoration: none!important;
    background-color: #ffffff;
    border: 1px solid #EBEBEB;
    color: #888;
    margin: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    color:#333333;
    font-family: DINOffcPro;
    transition: all .5s ease;
}
.pages .nowpage{
    background-color: #ed182a!important;
    color: #fff!important;
}
.pages a span{
    color:#333;
    transition: all .5s ease;
}
.pages a:hover{
    background-color: #ed182a!important;
    color: #fff!important;
}
.pages a:hover span{
    color:#fff;
}
/* 最新活动 */
.xqlb_box2{
    padding-top: 41px;
}
.allb_box5_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1500px;
    margin: 0 auto;
}
.allb_box5_tit h1{
    font-size: 25px;
    color:#666666;
    font-weight: 1000;
    padding-left: 27px;
    border-left: 5px solid #E74C3C;
    line-height: 26px;
}
.allb_box5_tit a{
    display: flex;
    align-items: center;
    font-size: 16px;
    color:#666666;
    transition: all .3s ease;
}
.allb_box5_tit a img{
    margin-left: 12px;
}
.allb_box5_tit a:hover{
    color:#E24535
}
.xqlb_box2_content{
    width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.xqlb_box2_content .box12_li{
    width: 348px;
    padding: 55px 0;
    margin-right:35px;
}
.xqlb_box2_content .box12_li .box12_li_bg{
    height: 269px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.xqlb_box2_content .box12_li .box12_li_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xqlb_box2_content .box12_li .box12_li_bottom{
    height: 58px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color:#323232;
    line-height: 60px;
    transition: all .5s ease;
    box-shadow: 0 10px 45px rgba(0, 0, 0, .1);
    transition: all .5s ease;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
}
.xqlb_box2_content .box12_li:hover .box12_li_bottom{
    border-bottom: 1px solid #E24535;
    box-shadow: 0 10px 45px rgba(226,69,53,.35);
}