/*二级页面*/
body{
    overflow-y: auto;
}
.content {
}

.content>div{
    background: #eae8df url(../../img/main/bg2.jpg) center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width:100%;
}

.content>div>div.title{
    height: 66px;
    width:100%;
    background: #fff;
}

.content>div>div.title p{
    background: #eae8df;
    height: 66px;
    line-height: 100px;
    margin-left: 542px;
    padding-left: 80px;
    border-radius: 0 0 0 60px;
}

.content>div>div.title p a{
    font-size: 18px;
    color: #89412e;
    text-decoration: none;
}

.content>div>div.column{
    min-width: 1024px;
    width: 1024px;
    margin: 0 auto;
    background: #fff;
    min-height: 570px;
    border-radius: 0 60px 0 0;
}

.content>div>div.column>div.column_left{
    width: 124px;
    background: url(../../img/main/column_c1.jpg) no-repeat;
    float: left;
    background-size: 100% auto;
    border-radius: 0 60px 0  0;
    position: relative;
    z-index: 10;
}

.content>div>div.column>div.map{
    position:relative;
    background: url(../../img/main/map.png) center center / 100% 100% no-repeat;
    /* float: right; */
    z-index: 1;
}

.content>div>div.column>div.map>div{
    position: absolute;
}

.content>div>div.column>div.map div.old{
    position: absolute;
    height: 157px;
    width: 157px;
    background: url(../../img/main/old.png) center center / 100% 100% no-repeat;
    top:362px;
    left: 248px;
    cursor: pointer;
    z-index: 10;
}

.content>div>div.column>div.map div.old_bottom{
    position: absolute;
    height: 20px;
    width: 74px;
    background: url(../../img/main/bottom.png) center center / 100% 100% no-repeat;
    top:362px;
    left: 248px;
}

.content>div>div.column>div.map div.new{
    position: absolute;
    height: 157px;
    width: 154px;
    background: url(../../img/main/new.png) center center / 100% 100% no-repeat;
    top:359px;
    left: 531px;
    cursor: pointer;
    z-index: 10;
}

.content>div>div.column>div.map div.new_bottom{
    position: absolute;
    height: 20px;
    width: 74px;
    background: url(../../img/main/bottom.png) center center / 100% 100% no-repeat;
    top:359px;
    left: 531px;
}

.content .content_left, .content .content_right {
    position: absolute;
    bottom: 0;
    display: none;
}

.select{
    animation:select 2s infinite;
    -webkit-animation:select 2s infinite; /* Safari 和 Chrome */
}

.select_sd {
    animation:selectshadow 2s infinite;
    -webkit-animation:selectshadow 2s infinite; /* Safari 和 Chrome */
}

@keyframes select{
    0%{transform:translate(0,0)}
    50%{transform:translate(0,-5%)}
    100%{transform:translate(0,0)}
}

@keyframes selectshadow{
    0%{transform:scale(1,1)}
    50%{transform:scale(0.8,0.8)}
    100%{transform:scale(1,1)}
}

.floor{
    position: absolute;
    cursor: pointer;
}

.floor>p{
    height: 34px;
    min-height: 34px;
    background: #b14f36;
    min-width: 100px;
    width: 100px;
    text-align: right;
    line-height: 34px;
    padding-right: 20px;
    color: #fff;
    border-radius: 100px;
    margin: 2px 0;
    cursor: pointer;
}

.floor>p:hover{
    width: 120px;
    background: #e17f65;
}

.new_floor {
    top: 386px;
    left: 618px;
    display: none;
}

.old_floor {
    top: 386px;
    left: 315px;
    display: none;

}

