html{
    font-size: 14px;
}
*{
    margin:0px;
    padding:0px;
}
a{
    color: black;
}
body{
    color: black;;
    font-style: normal;
    font-family: "黑体";
}
/*取消滚动条模块*/
::-webkit-scrollbar {
    display: none;
}
.qjing{
    position:absolute;
    z-index:0;
    width:100%;
    height:100%;
}
@keyframes zhuan {
    0%{
        transform: rotateZ(0deg);
    }
    100%{
        transform: rotateZ(360deg);
    }
}
.tmap{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: url("../img/background.png");
    background-size: 100% 100%;
    display: none;
}
.tmap_bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1280px;
    height: 600px;
    border:3px solid white;
    overflow: auto;
}
.tmap_bg img{
    width: 100%;
    height: 100%;
}
.clo_tmap{
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
}
.ycon{
    box-sizing: border-box;
    position: fixed;
    top: 5.2rem;
    left: 2.4rem;
    z-index: 15;
    width: 104px;
    height: 104px;
    background: rgba(255,255,255,0.45);
    border-radius: 50%;
    cursor: pointer;
}
.ymap{
    box-sizing: border-box;
    margin-top: 7px;
    margin-left: 7px;
    width: 90px;
    height: 90px;
    background: #D0E7C0;
    background-size: 100% 100%;
    border-radius: 50%;
    border: 1px solid white;
}
.ymap img{
    width: 100%;
    height: 100%;
    animation: zhuan 5s infinite;
    animation-delay: 5s;
    -webkit-animation: zhuan 5s infinite linear;
}
.return{
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 9999;
    width: 5.2rem;
    height: 2.2rem;
    display: none;
}
.return img{
    width: 100%;
    height: 100%;
}
.return img:hover{
    filter: brightness(2);
}
/*内容区域大盒子*/
.main{
    width:100%;
    height:100%;
    position:absolute;
    top: 0;
    left: 72%;
    z-index:1;
    overflow: hidden;
    transition: 1s;
}
/*顶部内容区域*/
.top{
    vertical-align: center;
    width:100%;
    height:160px;
}
/*左上角logo样式*/
.logo{
    position: fixed;
    top: 1.7rem;
    left: 2.1rem;
    z-index: 99;
}
.logo h2{
    color: white;
    font-size: 25px;
    text-shadow: black 1px 2px 3px;
}
/*关闭按钮样式*/
.close_show{
    position: absolute;
    margin-top: 35px;
    right: 3%;
    filter: brightness(0.7);
    cursor: pointer;
}
.close_show:hover{
    filter: brightness(1);
}
/*左滑动按钮设置*/
.left_btn{
    position: relative;
    width:4%;
    height:100%;
    float:left;
    /*background: #b6e8bb;*/
}
.img_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 45px;
    height:45px;
    filter: brightness(0.7);
    cursor: pointer;
}
.img_btn:hover{
    filter: brightness(1);
}
/*详情介绍模块*/
.info{
    position: relative;
    width:300px;
    height:100%;
    border-radius: 5px;
    background: url("../img/info_bgm7.png") no-repeat 0px 0px;
    background-size: 100% 100%;
}
/*模块标题*/
.title{
    margin: 0 auto;
    margin-top: 80px;
    width: 160px;
    height: 32px;
    background: url("../img/scene_title.png");
    background-size: 100% 100%;
}
.title h3{
    line-height: 32px;
    text-align: center;
    color: white;
    font-size: 15px;
}
.title1{
    margin: 0 auto;
    margin-top: 30px;
    width: 160px;
    height: 32px;
    background: url("../img/scene_title.png");
    background-size: 100% 100%;
}
.title1 h3{
    line-height: 32px;
    text-align: center;
    color: white;
    font-size: 16px;
}
.video_btn{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.video_btn img{
    width: 100%;
    height: 100%;
    filter:brightness(0.85);
}
.video_btn img:hover{
    width: 100%;
    height: 100%;
    filter:brightness(1.1);
}
.main-cover{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(4,20,32,.6);
    z-index: 100001;
    display: none;
}
.main-cover .video-box{
    width: 980px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -490px;
    margin-top: -250px;
}
.main-cover .close-btn{
    width: 40px;
    height: 40px;
    background: url("../img/close_btn.png") no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    right: 80px;
    top: 50px;
    cursor: pointer;
    z-index: 100001;
}
.main-cover .video-box video{
    width: 980px;
    height: 500px;
    background: #000;
}
/*地图模块的文字介绍*/
.p3{
    position: absolute;
    left: 20px;
    bottom: 18px;
    width: 340px;
    height: 60px;
    overflow: auto;
    text-align: justify;
    text-indent: 2.1rem;
    line-height: 1.5rem;
}
/*文字介绍样式*/
.info_content{
    position: absolute;
    left: 20px;
    bottom: 25px;
    width: 260px;
    height: 31rem;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}
.info_content img{
    width: 100%;
    height: auto;
    margin-top: 8px;
}
.info_content p{
    text-indent: 2.1rem;
    line-height: 1.7rem;
    text-align: justify;
}
/*地图模块样式*/
.map{
    width:380px;
    height:100%;
    border-radius: 5px;
    background: url("../img/map_bgm.png") no-repeat 0px 0px;
    background-size: 100% 100%;
}
/*文化展示模块样式*/
.con{
    width:300px;
    height:100%;
    border-radius: 5px;
    background: url("../img/con_img3.jpg") no-repeat 0px 0px;
    background-size: 100% 100%;
}
.con_content{
    width: 88%;
    height: 84%;
    margin: 2% auto;
    overflow-x: hidden;
    overflow-y: scroll;
}
.con_content p{
    text-indent: 2.1rem;
    line-height: 1.7rem;
    text-align: justify;
}
.con_content img{
    width: 100%;
}
.con_content::-webkit-scrollbar{
    display: none;
}
.mulu{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    margin-bottom: 9px;
    border-radius: 6px;
    /*border: 2px solid white;*/
    overflow: hidden;
}
.mulu:hover{
    border: 2px solid white;
}
.mulu p{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    line-height: 80px;
    text-align: center;
    text-indent: 0;
    font-size: 16px;
    color: white;
    pointer-events: none;
}
.mulu img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transition: all 0.8s;
    filter: brightness(0.5);
}
.mulu img:hover{
    transform: scale(1.2);
    filter: brightness(1);
}
.img_show{
    position: relative;
    margin-top: 3px;
 }
.img_show img{
    display: block;
    width: 98%;
    margin-left: 1%;
    margin-bottom: 5px;
    height: auto;
    filter: brightness(0.5);
    transition: all 1s;
}
.img_show img:hover{
    filter: brightness(1);
}
.img_show1{
    margin-top: 1px;
}
.img_show1 img{
    width: 100%;
    height: 130px;
    filter: brightness(0.7);
}
.img_show1 img:hover{
    filter: brightness(1);
}
.img_con{
    position: absolute;
    top: 64px;
    left: 0;
    font-size: 18px;
    text-shadow: black 1px 2px 3px;
    text-align: center;
    width: 100%;
    /*font-weight: bold;*/
}
.img_show p{
    text-indent: 1.75rem;
    height: 40px;
    line-height: 1.4rem;
    text-align: justify;
    overflow: auto;
    color: white;
}
.content{
    width: 100%;
    height: 41rem;
}
.swiper-container {
    width: 96%;
    height: 100%;
    float: left;
}
.swiper-wrapper{
    transform: translate3d(0,0,0);
}
.swiper-slide {
    height: 100%;
    border-radius: 5px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide:nth-child(1n) {
    width: 300px;
}
.swiper-slide:nth-child(2n) {
    width: 350px;
}
.swiper-slide:nth-child(3n) {
    width: 300px;
}
.swiper-slide:nth-child(4n) {
    width: 300px;
}
.swiper-slide:nth-child(5n) {
    width: 300px;
}
.swiper-slide:nth-child(6n) {
    width: 300px;
}
.gongneng{
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 35px;
    height: auto;
}
.gongneng p{
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    color: white;
    margin-top: 0;
    margin-bottom: 10px;
}
.gongneng img{
    width: 100%;
    height: auto;
    cursor: pointer;
}
.share-code{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1000;
    width: 100%;
    max-width: 480px;
    height: 320px;
    background: white;
    border-radius: 6px;
    color: rgb(100,100,100);
    overflow: hidden;
    display: none;
}
.share-clo{
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
}
.share-title{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid lightgrey;
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
    text-indent: 1rem;
    background: rgb(246,246,246);
}
#qrcode{
    width: 200px;
    height: 200px;
    background: red;
    margin: 32px auto;
}
.notice{
    position: absolute;
    top: 56px;
    left: 20px;
    right: 50px;
    z-index: 10;
    height: 32px;
    overflow: hidden;
    pointer-events: none;
}
.notice-con{
    width: 100%;
    height: auto;
    transform: translateX(100%);
    display: flex;
    align-items: center;
    justify-content: start;
    color: white;
    animation: 30s notico-scroll linear infinite normal;
    animation-delay: 2s;
}
.notice img{
    width: auto;
    height: 25px;
}
.notice p{
    white-space: nowrap;
}
@keyframes notico-scroll{
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(-100%);
    }
}