@charset "utf-8";
/* Css Document */

/* 通用样式 */
.bz-popup-explore-space-box img,
.bz-popup-explore-space-city img{
    display: block;
    width: 100%;
    height: auto;
}

/* bz-探索空间 */
.bz-popup-explore-space-box{
    width: 100%;
    /* height: calc(100vh - 70px); */
    background: #dbcfc2;
    position: relative;
}
.bz-popup-explore-space-close{
    width: 2%;
    position: absolute;
    top: 20%;
    right: 10%;
}


/* 切换标题部分 */
.bz-explore-space-tab-title-box{
    width: 100%;
    background: #b1967c;
    margin-bottom: 3%;
}
.bz-explore-space-tab-title{
    width: 91.51%;
    margin: 0 0 0 6.6%;
}
.bz-explore-space-top-left{
    float: left;
    width: 39.28%;
    position: relative;
}
.bz-explore-space-top-left-img{
    width: 61%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bz-explore-space-top-right{
    float: right;
    width: 60.72%;
}
.bz-explore-space-top-title{
    float: left;
    width: 20%;
    height: 94px;
    cursor: pointer;
    position: relative;
    padding: 1.5% 0;
}
.bz-explore-space-top-title:before{
    content: "";
    display: block;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: -35%;
    left: 50%;
    transform: translateX(-50%);
}

.bz-explore-space-top-title:first-child{
    background: url(../images/explore-space/bz-explore-space-tab-shenzhen.png) no-repeat center center / auto 94px;
}
.bz-explore-space-top-title:nth-child(2){
    background: url(../images/explore-space/bz-explore-space-tab-zhengzhou.png) no-repeat center center / auto 94px;
}
.bz-explore-space-top-title:nth-child(3){
    background: url(../images/explore-space/bz-explore-space-tab-shanghai.png) no-repeat center center / auto 94px;
}
.bz-explore-space-top-title:nth-child(4){
    background: url(../images/explore-space/bz-explore-space-tab-beijing.png) no-repeat center center / auto 94px;
}
.bz-explore-space-top-title:last-child{
    background: url(../images/explore-space/bz-explore-space-tab-guiyang.png) no-repeat center center / auto 94px;
}
.bz-explore-space-top-title:hover:first-child,
.bz-explore-space-top-title.active:first-child{
    background: url(../images/explore-space/bz-explore-space-tab-shenzhen.png) no-repeat center center / auto 94px,#dbcfc2;
}
.bz-explore-space-top-title:hover:nth-child(2),
.bz-explore-space-top-title.active:nth-child(2){
    background: url(../images/explore-space/bz-explore-space-tab-zhengzhou.png) no-repeat center center / auto 94px,#dbcfc2;
}
.bz-explore-space-top-title:hover:nth-child(3),
.bz-explore-space-top-title.active:nth-child(3){
    background: url(../images/explore-space/bz-explore-space-tab-shanghai.png) no-repeat center center / auto 94px,#dbcfc2;
}
.bz-explore-space-top-title:hover:nth-child(4),
.bz-explore-space-top-title.active:nth-child(4){
    background: url(../images/explore-space/bz-explore-space-tab-beijing.png) no-repeat center center / auto 94px,#dbcfc2;
}
.bz-explore-space-top-title:hover:last-child,
.bz-explore-space-top-title.active:last-child{
    background: url(../images/explore-space/bz-explore-space-tab-guiyang.png) no-repeat center center / auto 94px,#dbcfc2;
}


/* 切换内容部分 */
.bz-explore-space-tab-cont-box,
.bz-explore-space-tab-cont{
    width: 100%;
}
.bz-explore-space-tab-cont{
    display: none;
}
.bz-explore-space-tab-cont:first-child{
    display: block;
}

.bz-explore-space-tab-cont-cont-box,
.bz-explore-space-tab-cont-link-inner{
    width: 79.01%;
    margin: 0 auto;
}

.bz-explore-space-tab-cont-cont-box{
    margin-bottom: 2%;
}
.bz-explore-space-tab-cont-cont-title{
    line-height: 1.6;
    font-family: "fzhtjw";
    font-size: 42px;
    color: #876343;
}
/* 地址 */
.bz-explore-space-bottom-cont-address{
    line-height: 1.7;
    font-family: "fzhtjw";
    font-size: 32px;
    color: #313131;
    cursor: pointer;
    margin-bottom: 5px;
}
.bz-explore-space-bottom-cont-address span{
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 10px;
}
.bz-explore-space-bottom-cont-address span img{
    display: inline;
    width: auto;
    animation: upDown 2s linear infinite;
}
@keyframes upDown {
    0%{
        transform: translateY(-5px);
    }
    50%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-5px);
    }
}

/* 图片排列 */
.bz-explore-space-bottom-cont-list{
    float: left;
    width: 19.01%;
    margin-right: 1.2375%;
}
.bz-explore-space-bottom-cont-list:last-child{
    margin-right: 0;
}
.bz-explore-space-bottom-cont-list-img{
    width: 100%;
}
.img-double .bz-explore-space-bottom-cont-list-img:first-child{
    margin-bottom: 7%;
}

.bz-explore-space-tab-cont-cont-caption{
    text-align: right;
    line-height: 1.66;
    font-family: "fzhtjw";
    font-size: 30px;
    color: #876343;
}

/* 切换内容下方链接部分 */
.bz-explore-space-tab-cont-link-box{
    background: #b1967c;
}
.bz-explore-space-tab-cont-link-text{
    float: left;
    width: 37.44%;
    line-height: 6;
    font-family: "fzhtjw";
    font-size: 42px;
    font-weight: bold;
    color: #fff;
}
.bz-explore-space-tab-cont-link-img-box{
    float: right;
    width: 62.56%;
}
.bz-explore-space-tab-cont-link-img{
    float: left;
    width: 16.85%;
    margin-right: 24.725%;
    padding: 5% 0;
}
.bz-explore-space-tab-cont-link-img:last-child{
    margin-right: 0;
}
.bz-explore-space-tab-cont-link-img-hov{
    position: relative;
}
.bz-explore-space-tab-cont-link-img-sph-box{
    width: 150%;
    position: absolute;
    top: -120%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.bz-explore-space-tab-cont-link-img-hov:hover .bz-explore-space-tab-cont-link-img-sph-box{
    display: block;
}



/* 城市弹窗 */
.bz-popup-explore-space-city{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    display: none;
}
.bz-popup-explore-space-city-inner{
    width: 72.86%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bz-popup-explore-space-city-close{
    width: 3%;
    position: absolute;
    top: -15%;
    right: -8%;
    cursor: pointer;
}
.bz-popup-explore-space-city-img{
    width: 100%;
}


@media screen and (max-width:1680px){
    .bz-popup-explore-space-close{
        top: 25%;
    }

    .bz-explore-space-tab-cont-cont-title{
        font-size: 32px;
    }
    .bz-explore-space-bottom-cont-address{
        font-size: 22px;
    }

    .bz-explore-space-tab-cont-cont-caption{
        font-size: 16px;
    }

    .bz-explore-space-tab-cont-link-text{
        line-height: 5.2;
        font-size: 32px;
    }
}







