.floors>div>img {margin-bottom:40px;}
.bg1 {background:#fbfbfb;}

.floors {
    width: 100%;
    padding-top:30px;
    padding-bottom:30px;
    /*margin-bottom: 50px;*/
    position: relative;
}

.tabs_conts .fl {
    position: absolute;
    top: 0;
    left: 0;
}

.floors .tabs_nav {
    width:96px;
    float:right;
    height: 446px;
    background:#fff;
    overflow:hidden;
    text-align: center;
}
.floors .tabs_nav b{font-size:16px;line-height: 50px;}

.floors .tabs_nav a {
    width:100px;
    height:44px;
    color: #949595;
    line-height: 44px;
    text-align: center;
    background:#fff;
}

.floors .tabs_nav a:last-child { margin-right: 0; }

.floors .tabs_nav a:hover,
.floors .tabs_nav a.on {
    color: #fff;
    background:#3084e5;
}

.floors .tabs_conts {
    height: 490px;
    position: relative;
    overflow: hidden;
}

.floors .tabs_conts .panel-left { float:left;width: 290px; height: 446px;overflow:hidden; }

.floors .tabs_conts .panel-center { float:left;width: 807px; height: 446px; overflow:hidden; 
    margin-left: 7px;}

.floors .tabs_conts .tab_cont {
    width: 807px;
    height: 446px;
    display: none;
}

.floors .tabs_conts .tab_cont.on {
    display: block;
}

.floors .tabs_conts .tab_cont li {
        border: 1px solid #efefef;
        background: #fff;
        margin-bottom: 0;
    }

.floors .tabs_conts .tab_cont li {
        border-left: none;
        border-top: none;
    }


.floors .tabs_conts .tab_cont li:nth-child(n+5) {
        border-bottom: none;
    }

.floors .tabs_conts .tab_cont li a {
    display: block;
    background: #fff;
    padding: 15px;
    height: 223px;
}

.floors .tabs_conts .tab_cont li .img {
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
}

.floors .tabs_conts .tab_cont li .img img {
    max-height: 140px;
}

.floors .tabs_conts .tab_cont li .title {
    font-size: 15px;
    color: #424141;
    height: 20px;
}

.floors .tabs_conts .tab_cont li .desc {
    font-size: 13px;
    color: #424141;
    line-height: 30px;
    height: 30px;
}

.floors .tabs_conts .tab_cont li .price {
    font-size: 16px;
    color: #c21515;
    height: 20px;
}

.floors .tabs_conts .tab_cont li .price big {
        font-size: 20px;
        font-weight: bold;
        color: #e02824;
    }