/*欢迎页*/
.swiper-container .hide{
    opacity:0;
}
.swiper-button-next,.swiper-button-prev{
    transition:opacity .5s;
}
.welcome{
    width: 100%;
    height: 100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 100;
    /*background: url("../images/welcome-mask.png") no-repeat center;*/
    background-size: 100% 100%;
}
.welcome-title{
    width:100%;
    height: 100%;
    position:absolute;
    top:0%;
    left:0%;
    /*margin:-252px -253px;*/
}

/*logo和开始探索*/
.header{
    width: 100%;
    padding:0 40px;
    position:fixed;
    top:40px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    z-index: 10;
}
.header-right{
    position:absolute;
    right:455px;
    top:12px;
    display: none;
}
.header-right .explore{
    cursor: pointer;
}
.explore img:first-child{
    height: 66px;
    width: 66px;
}
.breathe1{
    position:absolute;
    top:-36px;
    left:-36px;
    animation: beat 3s linear 0s infinite normal;
}
.breathe2{
    position:absolute;
    top:-18px;
    left:-18px;
    animation: beat 3s linear .1s infinite normal;
}
@keyframes beat {
    0% {
        transform: scale(1);

    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
.logo{
    display: none;
}
.logo img{
    width: auto;
    height: 50px;
}

/*页卡*/
.tabpanel,.scene-tabpanel{
    width: 360px;
    height:85%;
    max-height:700px;
    position:absolute;
    top:40px;
    right:40px;
    z-index: 20;
    overflow: hidden;
}
.tabpanel{
    display: none;
}
.scene-tabpanel{
    display: none;
}
.tabtabpanel-close,.scene-tabtabpanel-close{
    width: 360px;
    height:84px;
    line-height: 87px;
    background: #fff;
    border-radius: 5px;
    display: inline-flex;
    flex-direction: row;
    display: none;
    cursor: pointer;
}
.tabpanel-cg{
    height: 84px;
    transition: all .5s;
}
.tabpanel-cg .tabtabpanel-close{
    display: block;
}
.tabpanel-cg .tab-container{
    height:0;
}
.scene-tabpanel-cg .scene-tabtabpanel-close{
    display: block;
}
.scene-tabpanel-cg .scene-tab-container{
    height: 0;
}
.scene-tabpanel-cg{
    height: 84px;
    transition: all .5s;

}
.abstract-img{
    width: 114px;
    height: 70px;
    margin:-7px 21px 0 7px;
}
.tabtabpanel-close:hover .abstract-img{
    -webkit-filter: opacity(50%); /* Chrome, Safari, Opera */
    filter: opacity(50%);
    transition:all .3s
}
.scene-tabtabpanel-close:hover .abstract-img{
    -webkit-filter: opacity(50%); /* Chrome, Safari, Opera */
    filter: opacity(50%);
    transition:all .3s
}
.abstract{
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "FZBeiWeiKaiShu-S19S";
}
.group{
    width: 22px;
    height: 22px;
    cursor: pointer;
    position:absolute;
    right: 30px;
    top:31px;
}
.scene-tabpanel-unfold{
    height: 650px;
    padding-bottom: 50px;
}
@keyframes animation {
    0% {
        height:0;
    }
    100% {
        height:85%;
    }
}
@keyframes animations {
    0% {
        height:85%;
    }
    100% {
        height:84px;
    }
}
.tab-container,.scene-tab-container{
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transition: all .5s;
    /*display: none;*/
    overflow: hidden;
    z-index: 20;
    border-radius: 5px;

}
.tab-container > div.better{
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    padding-bottom: 35px;
}
.scene-tab-container > div.better{
    padding-bottom: 35px;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
}
.tab-containers{
    height: 100%;
}
.scene-tab-container{
    /*display: none;*/
    box-sizing: border-box;
}
/*页卡轮播图*/
.tab-sweiper{
    width: 360px;
    height: 215px;
}
.oneswiper .tab-sweiper-img{
    width: 360px;
    height: 215px;
    cursor: pointer;
}
.oneswiper .swiper-pagination{
    text-align: right;

}
.oneswiper  .swiper-pagination-fraction{
    left:-37px;
}
.tab-sweiper .swiper-button-prev ,.tab-sweiper .swiper-button-next{
    width: 33px;
    height: 33px;
    background: url("../images/swiper-button-prev.png") no-repeat center;
    background-size: 33px 33px;
    transform: rotate(-90deg);
}
.tab-sweiper .swiper-button-next{
    transform: rotate(90deg);
}
.tab-sweiper .swiper-pagination{
    color:#fff;
}
.scene-tabpanel .tab-sweiper{
    width: 290px;
    height: 165px;
    margin:20px auto 0;
    border-radius: 5px;
    padding-bottom: 30px;
    display: none;
}
/*下城区介绍*/
.xcq-intro{
    width: 290px;
    margin:0 auto;
    color:#fff;
    overflow: hidden;

}
.xcq-name{
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 3px;
    margin:25px 10px 10px 0;
    color:#fff;
    overflow: hidden;
}
.xcq-name span{
    float:left;
}

.xcq-audio-icon{
    content:"";
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url("../images/jieshuo.png") no-repeat center;
    background-size: 22px 21px;
    margin:4px 0 0 10px;
    float:left;


}
.scene-tab-container .xcq-name{
    margin:60px 0 10px 0;
}
.xcq-p{
    height: 138px;
    overflow: hidden;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 23px;
}
.scene-tabpanel .xcq-p{
    height:auto;
}
.xcq-p100{
    height:100%;
}
.xcq-btn{
    width: 25px;
    height: 25px;
    background: url("../images/swiper-button-prev.png") no-repeat center;
    background-size: 25px 25px;
    transform: rotate(180deg);
    float:right;
    margin-top:5px;
    cursor: pointer;
}
.xcq-btn1{
    transform: rotate(0deg);
}
.scene-tabpanel  .tab-sweiper-img{
    width: 290px;
    height: 165px;
    border-radius: 5px;
}

/*下城区视频*/
.xcq-video{
    width: 290px;
    margin: 0 auto;
}
.video-container{
    width: 290px;
    height: 165px;
    border-radius: 5px;
    margin-top:16px;
    position:relative;

}
.video-fm{
    width:100%;
    border-radius: 5px;
}
.paly-btn{
    width: 40px;
    height: 40px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-20px;
    cursor: pointer;
    z-index: 2;
}
.video-hover{
    width: 40px;
    height: 40px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-20px;
    cursor: pointer;
    background: rgba(0,0,0,.7);
    border-radius: 50%;
    z-index: 1;
    display: none;

}
.video-container:hover .video-hover{
    display: block;
}
.xcq-category{
    width: 290px;
    margin:0 auto;
}
.category-ul{
    margin-top:16px;
    padding-bottom: 20px;
}
.category-item{
    width: 290px;
    height: 91px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.category-img{
    width: 290px;
    height: 91px;
    border-radius: 5px;
    position:absolute;
    top:0;
    left:0;
    z-index: -1;
}
.category-item p{
    font-size: 17px;
    color:#fff;
    z-index: 20;
    text-align: center;
    line-height: 91px;
    letter-spacing: 2px;
}
.mask{
    width: 290px;
    height: 91px;
    background: rgba(0,0,0,.45);
    position:absolute;
    top:0;
    left:0;
    border-radius: 5px;
    z-index: -1;
}
.mask-jsz{
    width: 290px;
    height: 91px;
    background: rgba(0,0,0,.9);
    position:absolute;
    top:0;
    left:0;
    border-radius: 5px;
    z-index: 0;
    background: url("../images/jsz.png") no-repeat center;
    background-size: 654px 177px;
    display: none;
}
.xcq-close{
    width: 25px;
    height: 25px;
    background: url("../images/Group1.png") no-repeat center;
    background-size: 25px 25px;
    position:fixed;
    top:67px;
    right:69px;
    z-index: 50;
    cursor: pointer;
}
.navigation-btn{
    width: 52px;
    height: 54px;
    background: url("../images/navigation.png") no-repeat center;
    cursor: pointer;
    position:absolute;
    top:192px;
    right:20px;
    z-index: 10;
    -webkit-filter: saturate(100%); /* Chrome, Safari, Opera */
    filter: saturate(100%);
}
.navigation-btn:hover{
    -webkit-filter: saturate(120%); /* Chrome, Safari, Opera */
    filter: saturate(120%);
}
.navigation-btn a{
    width: 52px;
    height: 54px;
    display: inline-block;
}
.toolbar{
    width: 95%;
    position:absolute;
    bottom: 40px ;
    left:35px;
    z-index: 10;
    display: none;
}
.toolbar-icon{
    display: flex;
    flex-direction: row;

}
.toolbar-icon-item{
    width: 47px;
    height: 47px;
    margin:0 15px;
    cursor: pointer;
}
.toolbar-icon-item i{
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin:1px;
    border: 1px solid rgba(0,0,0,0);
}
.toolbar-icon-item i.active{
    border: 1px solid #fff;
}
.toolbar-icon-item i:hover .bubble-wrap{
    /*border: 1px solid #fff;*/
    display: block;
}
.scene i{
    background: url("../images/scene.png") no-repeat;
    background-size:45px 45px ;
}
.like{
    position:relative;
}
.like i{
    background: url("../images/like.png") no-repeat;
    background-size:45px 90px ;
    background-position:0 0px;

}
.like-num{
    font-size: 16px;
    color:#fff;
    position:absolute;
    top:-9px;
    right:-13px;
}
.like-select i{
    background-position:0 -45px;
}
.share{
    position:relative;
}
.share i{
    background: url("../images/share.png") no-repeat;
    background-size:45px 45px ;

}
.music i{
    background: url("../images/music.png") no-repeat;
    background-size:45px 45px ;
}
.music-rotate i{
    animation: rotate 3s linear infinite;
    animation-fill-mode: forwards;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.switchover i{
    background: url("../images/yingwen-btn.png") no-repeat;
    background-size:45px 45px ;
}
.switchover.active i{
    background: url("../images/zhongwen-btn.png") no-repeat;
    background-size:45px 45px ;
}
.tansuo-btn i{
    background: url("../images/tansuo-btn.png") no-repeat;
    background-size:45px 45px ;
}
.bubble-wrap{
    width: 65px;
    height: 25px;
    background: rgba(255,255,255,.75);
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    position:relative;
    top:-91px;
    left:-5px;
    display: none;
}
.bubble-wrap p{
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:8px solid rgba(255,255,255,.75);
    position:absolute;
    bottom:-8px;
    left:23px;
}
.toolbar-icon-item:hover .bubble-wrap{
    display: block;
}


.scene-container{
    margin:25px 0 0 15px;
    display: none;
}

.scene-container{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.scene-slide{
    width: 134px;
    height: 77px;
}
.scene-swiper-img{
    width: 134px;
    height: 77px;
}






.scene-ul{
    display: flex;
    flex-direction: row;
    /*display: none;*/
}
.scene-item{
    /*width: 134px;*/
    height: 77px;
    margin-right:15px;
    position:relative;
    border: 1px solid rgba(255,255,255,0);
    cursor: pointer;
}
.scene-item:hover{
    border: 1px solid #fff;
}
.scene-item.active{
    border: 1px solid #fff;
}
.scene-img{
    width: 132px;
    height: 75px;
    margin:1px;

}
.scene-item.active .path{
    display: block;
}
.path{
    width: 25px;
    height: 17px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-18px -12px;
    display: none;
}
.scene-item i{
    width: 132px;
    height: 75px;
    background: rgba(0,0,0,.45);
    position:absolute;
    top:1px;
    left:1px;
}
.scene-item.active i{
    background: rgba(0,0,0,0);
}
.scene-name{
    position: absolute;
    bottom:0;
    line-height: 26px;
    width: 134px;
    text-align: center;
    color:#fff;
    font-size: 12px;
}
.share-container{
    position:absolute;
    bottom:80px;
    left:-114px;
    display: none;
}
.code{
    width: 280px;
    height: 285px;
    border-radius: 5px;
    background: rgba(0,0,0,.5);
    text-align: center;
    color:#fff;
    overflow: hidden;
    margin-bottom: 15px;
    /*display: none;*/
}
.code-title{
    font-size: 16px;
    margin:19px 0 12px;
    letter-spacing: 2px;
}
.code-img{
    width: 167px;
    height: 167px;
    border-radius: 5px;
}
.code-p{
    font-size: 12px;
    line-height: 17px;
    margin-top:20px;
    letter-spacing: 2px;
}
#qr-code-img-warp{
    width: 172px;
    height: 172px;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 2px;
}
.shareTo{
    width: 280px;
    height: 95px;
    border-radius: 5px;
    background: rgba(0,0,0,.5);
}
.shareTo-ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.shareTo-item{
    cursor: pointer;
}
.shareTo-item img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin:15px 0 3px 0 ;
}
.shareTo-item p{
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    color:#fff;
}
.share-arrow{
    width:0;
    height:0;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:13px solid rgba(0,0,0,.5);
    position:absolute;
    bottom:-13px;
    left:50%;
    margin-left:-9px;
}

/*探索展开*/
.explore-show{
    width: 100%;
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.6);
    z-index: 201;
    display: none;
    -moz-overflow-y: scroll;
}
.exp-swiper{
    width: 1000px;
    height: 450px;
    margin:60px auto 50px;
}
.twoswiper .tab-sweiper-img{
    width: 1000px;
    height: 450px;
}

.twoswiper .swiper-button-prev ,.twoswiper .swiper-button-next,
.viewswiper .swiper-button-prev, .viewswiper .swiper-button-next{
    width: 50px;
    height: 50px;
    background: url("../images/swiper-button-prev.png") no-repeat center;
    background-size: 50px 50px;
    transform: rotate(-90deg);
}
.twoswiper .swiper-button-next,.viewswiper .swiper-button-next{
    transform: rotate(90deg);
}
.swiper-button-next, .swiper-button-prev{
    -webkit-filter: brightness(100%); /* Chrome, Safari, Opera */
    filter: brightness(100%);
}
.swiper-button-next:hover ,.swiper-button-prev:hover{
    -webkit-filter: brightness(80%); /* Chrome, Safari, Opera */
    filter: brightness(80%);
}
.twoswiper .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.twoswiper .swiper-pagination-bullet-active{
    background: #d85959;
}
.twoswiper .exp-js{
    position:absolute;
    bottom:36px;
    left:30px;
    color:#fff;
}
.twoswiper .exp-js h1{
    line-height: 40px;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 5px;
}
.twoswiper .exp-js p{
    width: 576px;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 3px;
}
.exp-nav{
    width: 1000px;
    margin:0 auto;
}
.exp-nav-ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.exp-nav-ul li{
    margin:0 15px;
    font-size: 15px;
    color:#fff;
    letter-spacing: 2px;
    padding-bottom: 7px;
    cursor: pointer;
    position:relative;
}
.exp-nav-ul li.active{
    border-bottom: 2px solid #d85959;
    font-weight: bold;
}
.exp-nav-ul li::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    top: auto;
    right: auto;
    height: 2px;
    width: 100%;
    background-color: #d85959;
    display: none;
}
/*.exp-nav-ul li:hover {*/
    /*border-bottom: 2px solid #d85959;*/

/*}*/
.exp-nav-ul li:hover::before{
    display: block;
    animation: width .1s linear 1;
    animation-fill-mode: forwards;
}
@keyframes width {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.exp-container{
    width: 1000px;
    margin:35px auto;
}
.exp-con{
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content:center;
    justify-content:center;
    flex-wrap:wrap;
    padding-bottom: 50px;
    display: none;
}
.exp-item{
    width: 315px;
    height: 180px;
    margin-bottom: 35px;
    color:#fff;
    position:relative;
    cursor: pointer;
    margin-right:22px;
}
.exp-item:nth-child(3n){
    margin-right:0;
}
.exp-intro{
    position:absolute;
    bottom:0;
    left:0;
    padding:0 15px;
    z-index: 1;
}
.exp-img{
    width: 315px;
    height: 180px;
}
.exp-title{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}
.exp-p{
    display: none;
    padding-bottom: 5px;
    opacity: 0;
}
.exp-item i{
    width: 100%;
    height: 100%;
    display: block;
    position:absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,.7);
    z-index: 0;
    opacity: 0;
    transition: all .5s;
}
.exp-item:hover i{
    opacity: 1;
    transition: all .5s;

}
.exp-item:hover .exp-title{
    margin-bottom: 3px;
}
.exp-item:hover .exp-p{
    display: block;
    opacity: 1;
    transition: all .3s;
    height:38px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.exp-con.active{
    display: block;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content:center;
    justify-content:center;
    flex-wrap:wrap;
    padding-bottom: 50px;
    opacity: 1;
    animation: jianyin .3s linear 1;
    animation-fill-mode: forwards;
}
@keyframes jianyin {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.construction{
    width: 987px;
    height: 238px;
}
.construction img{
    width: 987px;
    height: 238px;
}
.back{
    position:absolute;
    top:48px;
    right:40px;
    cursor: pointer;
}
.back > img{
    width: 45px;
    height: 45px;
}

/*视频弹出层*/
.common-wrap{
    width: 100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.55);
    z-index: 20;
}
.video-wrap{
    display: none;
}
.paly-box{
    width: 880px;
    height: 495px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-247px;
    margin-left:-440px;
}
.player-container-id{
    width: 880px;
    height: 495px;
    border-radius: 5px;
    background: #eee;

}
.video-close{
    width: 40px;
    height: 40px;
    position:absolute;
    top:2%;
    right:50px;
    background: url("../images/close-v.png") no-repeat center;
    background-size: cover;
    cursor: pointer;
    z-index: 205;
}

/*图片弹出层*/
.img-wrap{
    display: none;
    overflow: hidden;
    -moz-overflow-y: scroll;
    z-index: 1000;
}
.pc-swiper{
    width: 70%;
    height: 100%;
    margin:8.5% auto 0;
}
.view{
    width:100%;
    position:relative;
}
.viewswiper{
    width: 100%;
    height: 80%;
    margin:0 auto;
}
.viewswiper .swiper-slide{
    width: 80%;
    margin:0 auto;
    text-align: center;
}
.viewswiper-img{
    width: 80%;
    height: 100%;
}
.preview{
    width: 80%;
    margin:35px auto 0;
}
.previewswiper > .swiper-wrapper{
    /*width: 880px;*/
    text-align: center;

}
.previewswiper > .swiper-wrapper > .swiper-slide{
    width: 120px;
    height: 69px;
    cursor: pointer;
}
.previewswiper-img{
    width: 120px;
    height: 65px;
    marign:2px;
}
.preview .swiper-slide.active img{
    border: 2px solid #fff;
}
.scenic{
    width: 880px;
    margin:0 auto;
    color:#fff;
    padding-bottom: 108px;
}
.scenic-name{
    font-size: 23px;
    line-height:32px ;
    font-weight: normal;
    margin:30px 0 20px;
}
.scenic-p{
    font-size: 17px;
    line-height: 32px;
}
.panoDiv{
    position:relative;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}


.access{
    width: 45px;
    height: 45px;
    display: block;
    border: 3px solid #fff;
    margin:5px auto;
    border-radius: 2px;
}
.panoName{
    color:#fff;
    text-align: center;
    font-size: 18px;
    text-shadow:0 1px #121212;
    font-family: "FZBeiWeiKaiShu-S19S";
}
.triangle{
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:8px solid #fff;
    position:absolute;
    bottom:66px;
    left:70px;
}

/*地图*/
.map-wrap{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    z-index: 200;
    display: none;
}
.sswy-map{
    width: 1200px;
    height: 80%;
    background: #eee;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.map-markerWrap{
    width: 55px;
    height: 32px;
    position:relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position:absolute;
    left:50%;
    top:50%;
    cursor: pointer;

}
.map-marker{
    width: 55px;
    height: 28px;
    background: linear-gradient(to bottom, #37c2b4 0%,#0a8781 100%);
    border-radius: 20px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    transition: all .5s;
    position:absolute;
    left:0;
    box-shadow: 4px 3px 17px rgba(8, 17, 39, .3);

}
.map-marker > img{
    width: 22px;
    height: 22px;
    margin-left:1px;
    position:absolute;
    left:0;
}
.map-marker > p{
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color:#fff;
    position:absolute;
    right:0;
    background: linear-gradient(to bottom, #37c2b4 0%,#0a8781 100%);
    border-radius: 20px;
    font-size: 18px;
}
.map-marker.active{
    width: 28px;
    left:14px;
}
.map-markerWrap:hover .map-marker{
    background: linear-gradient(to bottom, #37c2b4 0%,#37c2b4 100%);
}
.map-markerWrap:hover .map-marker p{
    background: linear-gradient(to bottom, #37c2b4 0%,#37c2b4 100%);
}

.map-markerImg{
    width: 250px;
    height: 141px;
    border-radius: 3px;
    position:absolute;
    top:-155px;
    left:50%;
    transform: translate(-50%,0);
    text-align: center;
    box-shadow: 0px 4px 13px #999;
    display: none;
    background: #fff;
    z-index: 1;
}
.map-markerImg > img{
    width: 250px;
    height: 109px;
    border-radius: 3px;

}
.map-markerImg p{
    margin-top:6px;
    font-size: 15px;
    /*font-family: "FZBeiWeiKaiShu-S19S";*/
}
.mapMarkerText{
    width: 250px;
    height: 32px;
    line-height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
.mapMarkerText > p{
    letter-spacing: 0.86px;
    font-size: 14px;
    color: #5B5B5B;
    margin-left:10px;
}
.mapMarkerText > img{
    width: 20px;
    height: 12px;
    margin-right: 10px;
    margin-top: 9px;
}
.map-markerImg .shadow{
    width: 250px;
    height: 109px;
    background: rgba(0,0,0,.1);
    position:absolute;
    top:0;
    left:0;
    border-radius: 3px;
}
.map-markerWrap:nth-child(2) {
    top: 30%;
    left:10%;
}

.map-markerWrap .map-markerArrow{
    width:0;
    height:0;
    border-right:5px solid transparent;
    border-left:5px solid transparent;
    border-top:5px solid #0a8781;
    position:absolute;
    bottom:0px;
    left:50%;
    transform: translate(-50%,0);
}
.map-markerWrap:hover .map-markerArrow{
    border-top:5px solid #37c2b4;
}

#xiachengqu{
    width: 100%;
    height: 100%;
    position: absolute;
}

.back-home{
    position: absolute;
    top: 48px;
    left: 40px;
    z-index: 100;
    display: flex;
    flex-direction: row;
    visibility:hidden;
    overflow: hidden;
}
.back-img{
    width: 19px;
    height: 25px;
    cursor: pointer;
}
.back-home p{
    font-size:20px;
    color:#fff;
    line-height: 22px;
    text-shadow:0px 1px 3px #999;
}
.p1{
    margin-left:10px;
    cursor: pointer;
}
.back-home i{
    width: 2px;
    height: 17px;
    background: #fff;
    margin:4px 20px 0;
    box-shadow: 0px 1px 3px #999;
}
.map-container{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
}



/*图文弹出层*/
.photo-wrap{
    display: none;
    overflow: hidden;
    -moz-overflow-y: scroll;
}
.photo-img{
    width: 880px;
    height: 495px;
    margin:73px auto 0;
    text-align: center;
}
.photo-img img{
    /* width: 880px;
    height: 495px; */
    max-width: 100%;
    max-height: 100%;
}
.identifying-wrap{
    height: 30px;
    width: 200px;
    text-align: center;
    position: absolute;
    bottom:50px;
    left:50%;
    z-index: 30;
    margin-left:-100px;
}
.identifying-item{
    width:12px;
    height:12px;
    background: #fff;
    z-index: 9999;
    display: inline-block;
    margin-right:5px;
    margin-top:9px;
    border-radius: 50%;
}
.identifying-item.active{
    background: #d85959;
}
.tab-container .bscroll-vertical-scrollbar .bscroll-indicator{
    border:1px solid #000;
}
#container{
    overflow: hidden;
}
.enter-marker{
    padding:10px 3px;
    width: 14px;
    background: rgba(0,0,0,.6);
    position:relative;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 20;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #fff;
    color:#fff;
    font-size: 13px;
}
.enter-marker p{

}
.enter-marker img{
    width: 15px;
    height: 15px;
    margin-top:5px;
}
.another-marker{
    padding:10px 4px 26px;
    width: 12px;
    background: rgba(255,255,255,.6);
    position:relative;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 20;
    text-align: center;
    border-radius: 20px;
    color:#000;
    font-size: 13px;

}
.another-marker .row{
    position:absolute;
    top:-24px;
    left:0;
    width: 20px;
    height: 15px;
}
.another-marker img{
    width: 20px;
    height: 20px;
    margin-top:5px;
    position: absolute;
    bottom:0;
    left:0;
}
.video-marker{
    width: 130px;
    height: 84px;
}
.video-marker img {
    width: 130px;
    height: 84px;
}
.img-marker,.imgs-marker{
    width: 45px;
    height: 45px;
    position:relative;
}
.imgs-marker img{
    width: 45px;
    height: 45px;
    border-radius: 2px;
    border-radius: 2px;
    border: 3px solid #fff;
}
.img-marker >.small-img{
    width: 45px;
    height: 45px;
    border-radius: 2px;
    border-radius: 2px;
    border: 3px solid #fff;
}
.imgs-marker img:last-child{
    position:absolute;
    top:8px;
    right:3px;
}
.img-marker-big{
    position:absolute;
    top:-100px;
    left:-215px;
    width: 264px;
    height: 148px;
    display: none;
    transition: all .3s;
    text-align: left;
}
.img-marker:hover .img-marker-big{
    display: block;
}
.img-marker-big > img{
    width: 264px;
    height: 148px;
    border: 3px solid #fff;
    border-radius: 5px;
}
.img-marker-big p{
    font-size: 16px;
    color:#fff;
    margin-top:5px;
}

.piaoxin{
    width: 20px;
    height: 20px;
    position:absolute;
    top:14px;
    right:12px;
    display: none;
}
.piaoxin1{
    display: block;
    animation: piaoxian .7s linear 1;
    animation-fill-mode: forwards;
}
@keyframes piaoxian {
    0% {
        transform: scale(1);
        right:12px;
        top:14px;
    }
    25%{
        transform: scale(.75);
        right:-5px;
        top:0px;
    }
    50% {
        transform: scale(.75);
        right:-8px;
        top:-13px;
    }
    75%{
        transform: scale(.5);
        right:0px;
        top:-36px;
    }
    100% {
        transform: scale(0);
        right:12px;
        top:-52px;
    }
}

.sswy-top{
    position: relative;
    width: 1040px;
    margin: 128px auto 0;
}
.sswy-swiper-container .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.sswy-swiper-container  .swiper-pagination-bullet-active{
    background: #2BC4B7;
}
.sswy{
    font-size: 20px;
    color: #FFFFFF;
    position:absolute;
    top:-55px;
    left:0;
    font-weight: normal;
    font-family: "FZBeiWeiKaiShu-S19S";
}
.sswy-top  .swiper-slide {
    width: 670px;
    height: 374px;
    /* background: #fff; */
    cursor: pointer;
    border-radius: 5px;
}
.sswy-top .swiper-pagination {
    width: 100%;
    bottom: 20px;
}
.sswy-top  .swiper-slide > img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.sswy-bottom{
    padding-bottom: 310px;
}
.sswy-menu{
    width: 1024px;
    margin:94px auto 32px;
}
.sswy-menu-ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.sswy-menu-li{
    width: 98px;
    height: 27px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.6);
    line-height: 27px;
    text-align: center;
    color:rgba(255,255,255,.6);
    margin-right:30px;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "FZBeiWeiKaiShu-S19S";
}
.sswy-menu-li.active{

    background: linear-gradient(to bottom, #37c2b4 0%,#0a8781 100%);
    border: none;
}
.sswy-list{
    width: 1040px;
    margin:0 auto;
    position:relative;
}
.sswyList-container{
    width: 1040px;
}
.sswy-list .swiper-slide{
    width: 200px;
    height: 110px;
    border-radius: 3px;
    cursor: pointer;
}
.sswy-list .sswy-sd{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
    display: none;
}
.sswy-list .text-sd{
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    position:absolute;
    bottom:0;
    left:0;
    z-index: 1;
    /*display: none;*/
}
.sswy-list .swiper-slide:hover .sswy-sd{
    display: block;
}
.sswy-list .swiper-slide img{
    width: 200px;
    height: 110px;
    border-radius: 3px;
}
.sswy-list .swiper-slide p{
    height: 17px;
    overflow: hidden;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.86px;
    position:absolute;
    left:10px;
    bottom:10px;
    z-index: 10;
    /*font-family: "FZBeiWeiKaiShu-S19S";*/
}

.sswy-list .swiper-button-prev, .sswy-list .swiper-button-next{
    width: 55px;
    height: 55px;
    background: url("../images/swiper-button-prev.png") no-repeat center;
    background-size: 55px 55px;
    z-index: 1000;
}
.sswy-list .swiper-button-prev{
    transform: rotate(-90deg);
    left:-100px;
}
.sswy-list .swiper-button-next{
    transform: rotate(90deg);
    right:-100px;
}
.sswy-swiper-box{
    width: 1156px;
    position:absolute;
    left:50%;
    bottom:20px;
    transform: translate(-50%,0);
    transition: all .5s;
    z-index: 10;
}
.sswy-shadow{
    width: 100%;
    height: 162px;
    position:absolute;
    bottom:0;
    left:0;
    /*background: linear-gradient(to bottom, rgba(8, 17, 39, .5) 0%,rgba(8, 17, 39, .1) 100%);*/
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}
.sswy-shadow.active{
    height: 62px;
}
.sswy-RecommendedLine{
    width: 1156px;
    margin:0 auto;
}
.sswy-RecommendedLine .swiper-slide{
    width: 200px;
    height: 72px;
    border-radius: 5px;
    border: 2px solid transparent;
    cursor: pointer;
}
.sswy-RecommendedLine .swiper-slide:hover{
    border: 2px solid #fff;
}
.sswy-RecommendedLine .swiper-slide.active{
    width: 200px;
    height: 72px;
    border-radius: 5px;
    border: 2px solid #fff;
}
.sswy-RecommendedLine .swiper-slide.active .shadow{
    display: block;
}
.sswy-RecommendedLine .swiper-slide img{
    width: 200px;
    height: 72px;
    border-radius: 5px;
}
.sswy-RecommendedLine .swiper-slide .shadow{
    width: 200px;
    height: 72px;
    background: #000;
    opacity:.25;
    position:absolute;
    top:0;
    left:0;
    border-radius: 5px;
    z-index: 1;
}
.sswy-RecommendedLine .swiper-slide p{
    width: 200px;
    position:absolute;
    top:50%;
    left:50%;
    text-align: center;
    transform: translate(-50%,-50%);
    color:#fff;
    font-size: 19px;
    z-index: 10;
    font-family: "FZBeiWeiKaiShu-S19S";
}
.sswy-swiper-box .RecommendedLine{
    width: 106px;
    height: 32px;
    background: #fff;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position:absolute;
    top: -50px;
    left:0%;
    z-index: 10;
    border-radius: 20px;
    transition: all .5s;
    cursor: pointer;
}
.RecommendedLine p{
    font-size:15px;
    color: #000000;
    letter-spacing: 2px;
    font-family: "FZBeiWeiKaiShu-S19S";
}
.RecommendedLine img{
    width: 11px;
    height: 6px;
    transition: all .5s;
}
.sswy-swiper-box.active .RecommendedLine img{
    transform: rotate(180deg);
}
.sswy-swiper-box.active{
    bottom:-75px;
}
.map-button{
    width: 90px;
    height: 90px;
    position:absolute;
    top:110px;
    left:37px;
    z-index: 10;
    display: none;
    box-shadow: 0px 0px 17px rgba(8,17,39,.3);
    border-radius: 50%;
    cursor: pointer;
}
.map-button img{
    width: 90px;
    height: 90px;
}
.map-button .shadow{
    width:90px;
    height: 90px;
    position:absolute;
    top:0px;
    left:0px;
    background: rgba(0,0,0,.1);
    border-radius: 50%;
    display: none;
}
.map-button:hover .shadow{
    display: block;
}
.zoom-button{
    position:absolute;
    right:20px;
    bottom:105px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.zoom-btnBox.active img{
    -webkit-filter: brightness(80%); /* Chrome, Safari, Opera */
    filter: brightness(80%);
}

.imitate{
    width: 1040px;
    height: 50px;
    position: absolute;
}
.imitate-left,.imitate-right{
    width: 55px;
    height: 55px;
    position:absolute;
    bottom:72px;
    z-index: 99999;
    cursor: pointer;
}
.imitate-left{
    left:-100px;
}
.imitate-right{
    right:-100px;
}
.img-imitate{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom:43%;
}
.img-imitate-left,.img-imitate-right{
    width: 55px;
    height: 55px;
    position:absolute;
    z-index: 99999;
    /*background: palevioletred;*/
    cursor: pointer;
}
.img-imitate-left{
    left:0;
}
.img-imitate-right{
    right:0;
}