﻿/*轮播图*/

.fixed-table-container {
    height: auto !important;
}

.carousel-item {
    line-height: 688px;
    color: #fff;
    font-family: Arial Black;
}

/*三个体验模块*/
.index_experience {
    width: 100%;
    height: 280px;
    margin: 20px auto;
    text-align: center;
}

.experience_one {
    width: 370px;
    height: 280px;
    border: 1px solid #000;
    margin-right: 15px;
    display: inline-block;
    float: left;
    text-align: center;
}

    .experience_one:hover {
        border: none;
        box-shadow: 2px 2px 15px #999;
        cursor: pointer;
        background: #fff;
    }

.experience_img {
    margin: 35px auto 25px;
}

.experience_tit {
    font-family: "方正大黑";
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.experience_one:hover .experience_tit {
    color: #cc0000;
}

.experience_prompt {
    font-size: 16px;
    color: #666;
    vertical-align: middle;
    margin-top: 12px;
    font-family:serif;
}

.experience_data {
    margin-top: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    display:none;
}

    .experience_data span {
        margin-top: 40px;
        font-size: 16px;
        font-weight: bold;
        color: #cc0000;
    }

/*新闻资讯*/
.news_zixun {
    width: 100%;
    height: auto;
    margin: 40px 0;
    display: block;
    float: left;
}

.bossTian {
    display: block;
}

    .bossTian img {
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }

.bossTaihe {
    float: left;
    font-size: 16px;
}

.bossQuan {
    float: right;
    font-size: 14px;
}

.detailsOne {
    display: block;
    height: 30px;
    margin-bottom: 21px;
}

.img_detail {
    padding-right: 10px;
}

.detailsTit,
.detailsTime {
    float: left;
    font-size: 16px;
    color: #333;
}

.detailsOne:hover .detailsTit,
.detailsOne:hover .detailsTime {
    color: #cc0000;
}

.detailsTime {
    float: right;
}

/*户型搭建*/
.not_find {
    font-size: 14px;
}

.unit_up {
    color: #cc0000;
    text-decoration: underline;
    font-size: 14px;
}

#UnitBuilding {
    float: right;
    width: 900px;
    height: auto;
    background: #fff;
    display: none;
    z-index: 1201;
    position: fixed;
    bottom: 0;
    right: 0;
    box-shadow: 0px 0px 10px 5px #666;
    border: 1px solid #ddd;
}

.vr_unit,
.vr_unitList {
    box-shadow: 0px 0px 10px 5px #ddd;
    padding: 10px 0;
    width: 560px;
    margin: 0 auto;
}

.vr_unitList {
    width: 800px;
    /*height:605px;*/
}

.search_zhong {
    color: #aaa;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.UnitListTit {
    font-size: 20px;
    height: 20px;
    line-height: 10px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-align: left;
    margin: 0;
}

.UnitListTitx {
    display: inline-block;
    margin-left: 20px;
}

.list_detais {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    margin-top: 10px;
    box-shadow: 0px 0px 10px 2px #ddd;
}

.details_img {
    height: 160px;
    line-height: 160px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

    .details_img img {
        margin: 0 auto;
        width: 100px;
        height: auto;
    }

.details_zi {
    text-align: left;
    padding-left: 10px;
}

    .details_zi p {
        margin: 0;
    }

    .details_zi span {
        font-size: 12px;
    }

/*视频*/
#img-slider {
    height: 290px;
}

.app_video {
    width: 100%;
    text-align: center;
    display: none;
}
/*分页*/
#mytab {
    margin-bottom: 10px !important;
}

.pagination {
    margin: 0 !important;
}

.title_img {
    width: 100%;
    text-align: center;
    margin: 60px auto 40px;
}

    .title_img img {
        height: 60px;
    }

@media (max-width:768px ) {
    .title_img {
        width: 100%;
        text-align: center;
        margin: 20px auto 15px;
    }

        .title_img img {
            height: 50px;
        }

    .home_decoration .title_img img {
        margin-top: 20px;
    }

    .experience_one {
        margin-bottom: 10px;
        width: 100%;
        height: 100%;
    }

    .carousel-indicators {
        position: absolute;
        bottom: -10px;
        left: 24%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: 0;
        text-align: center;
        list-style: none;
    }

    .newdetail {
        margin-top: 75px;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background: transparent;
    }

    .navbar-toggle {
        margin-top: 8px;
    }

    .pc_video {
        display: none;
    }

    .app_video {
        display: block;
        text-align: left;
        margin-left: -20px;
    }

    .index_experience {
        margin-left: -20px;
    }

    #img-slider {
        height: auto;
    }

    .navbar-nav > li > a {
        line-height: 22px;
    }
}
