.floors {
    margin-bottom: 30px;
    position: relative;
}

.floors .f_title {
    position: relative;
    color: #222222;
    font-size: 30px;
    margin: 30px 0 40px;
    border-left: 3px solid #f00001;
    padding-left: 10px;
}

.floors .f_title .row,
.floors .f_title .col {
    margin-bottom: 0;
}

.floors .f_title span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #ff0;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.floors .f_title big {
    line-height: 30px;
    font-size: 30px;
    color: #333;
}

.floors .f_title .more {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
}

.floors .tabs_nav .box {
    text-align: right;
    height: 30px;
}

.floors .tabs_nav a {
    display: inline-block;
    font-size: 14px;
    color: #000000;
    position: relative;
    text-align: center;
    margin: 0 5px;
    padding: 3px 10px;
}

.floors .tabs_nav a:last-child {
    margin-right: 0;
}

.floors .tabs_nav a.on {
    color: #fff;
    background-color: #f00001;
}

.floors .tabs_nav a.on:after {
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    border-top: 5px solid #f00001;
    border-right: 5px solid #f00001;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: rotate(135deg);
    position: absolute;
    bottom: -5px;
    left: 46%;

}

.floors .main {
    width: 100%;
}

.floors .main .adv_r { padding-left: 0 !important; }



.floors .main .adv_l a,.floors .main .adv_l a img {
    display: block;
    width: 249px;
    height: 262px;
}

.floors .main .adv_r a,.floors .main .adv_r a img {
    display: block;
    width: 307px;
    height: 531px;
}

.floors .tabs_conts {
    width: 629px;
    height: 531px;
    position: relative;
    overflow: hidden;
    padding-left: 0 !important;
}

.floors .tabs_conts .tab_cont {
    display: none;
}

.floors .tabs_conts .tab_cont.on {
    display: block;
}

.floors .tabs_conts .tab_cont li {
    padding: 0;
    margin-bottom: 0;
}

.adv_l li { margin-bottom: 7px !important; }

.floors .tabs_conts .tab_cont li a {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 10px 15px;
    width: 100%;
    height: 265px;
    box-sizing: border-box;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}

.floors .tabs_conts .tab_cont li:nth-child(n+4) a { border-bottom: 1px solid #d2d2d2; }
.floors .tabs_conts .tab_cont li:nth-child(3n) a { border-right: 1px solid #d2d2d2; }

.floors .tabs_conts .tab_cont li .img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 140px;
    background: #fff;
    padding: 10px 0;
    box-sizing: border-box;
    margin: 10px 0;
}

.floors .tabs_conts .tab_cont li .img img {
    margin: 0 auto;
    height: 120px;
}

.floors .tabs_conts .tab_cont li .title {
    font-size: 14px;
    color: #666666;
    height: 25px;
    line-height: 25px;
}

.floors .tabs_conts .tab_cont li .desc {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    height: 25px;
}

.floors .tabs_conts .tab_cont li .price {
    font-size: 15px;
    font-weight: bold;
    color: #f00001;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}


.floors .tabs_nav0 .box {
    height: 40px;
    line-height: 40px;
}

.floors .tabs_nav0 a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    text-align: center;
    margin: 0 5px;
    padding: 3px 10px;
}