.body{
    background-position: center;background-repeat: no-repeat;
    background-color: #efd197;width:100%;height:100%;
    background-image: url(../img/index-bg.jpg);
    background-size:cover;
    position: relative;
    overflow: hidden;
}
#swiper-body{
    z-index: 2000;position: fixed;width:100%;top:0;left:0;height:100%;
}

.ab-f{
    width:45%;right:6.4%;top:16%;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.bgr{
    width:42%;display: block;text-align: center;
    background-color: rgba(255,0,0,.6);position: absolute;
    opacity:0;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}
.bgr img{
    width:44.6%;position: absolute;top:0;left:0;right:0;bottom:0;margin:auto;
}
.bgr1{
    bottom:21%;left:7%;
}
.bgr2{
    bottom:21%;right:7%;
}
.bgr3{
    bottom:5%;left:7%;
}
.bgr4{
    bottom:5%;right:7%;
}


/*业主服务*/
.zongzhi{
    border:1px solid #cc0000;
    width:24%;left:38%;top:28%;
    -webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in;
}
.scale{
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}
.arrow{
    width:10%;left:45%;bottom:5%;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

/*新闻中心*/
.news-logo{
    width:55%;
}
.news-f1{
    width:6%;left:47%;top:41%;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

/*住宅地产*/
.zhuzhai1{
    right:45.6%;
}
.zhuzhai2{
    width:45%;left:9%;top:31%;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

/*商业中心*/
.sc1,.sc2{
    width:66%;right:24%;top:40%;
}
.sc1{
    top:20%;
}



/*等待页面*/
.wait1{
    /* left:40%;top:22%;height: 60%; */
    width:68%;left:16%;top:16%;opacity:0;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}
.wait2{
    /* width:51.7%;left:24.15%;bottom:2.7%;opacity:0; */
    width:70%;left:15%;top:40%;opacity:0;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}
.time{
    display: block;right:2%;top:2%;
    width:45px;height:25px;border: 1px solid #4d4b4c;
    line-height: 25px;font-size: 12px;
    border-radius: 5px;
}
.time span{
    margin:0 5px;
}

