html{
    font-size: 14px;
}
*{
    margin:0px;
    padding:0px;
}
a{
    color: white;
}
p{
    font-size: 14px;
}
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);
    }
}
.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: rgb(216,194,179);
    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(1.3);
}
/*内容区域大盒子*/
.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{
    position: fixed;
    top: 1.7rem;
    left: 2.7rem;
    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_bgm.png") no-repeat 0px 0px;
    background-size: 100% 100%;
}
.video_btn{
    position: absolute;
    top: 98px;
    right: 15px;
    width: 30px;
    height: 30px;
    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;
}
/*文字介绍样式*/
.info_content{
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 270px;
    height: 29.8rem;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}
.info_content img{
    width: 100%;
    height: auto;
    margin-top: 8px;
}
.info_content p{
    text-indent: 1.8rem;
    line-height: 1.8rem;
    text-align: justify;
}
/*文化展示模块样式*/
.con{
    position: relative;
    width:300px;
    height:100%;
    border-radius: 5px;
    background: url("../img/con_img.png") no-repeat 0px 0px;
    background-size: 100% 100%;
}
.title{
    width: 180px;
    height: 38px;
    margin: 0 auto;
    margin-top: 25px;
    background: url("../img/title.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.title h3{
    line-height: 38px;
    text-align: center;
}
.conn{
    width: 260px;
    height: 500px;
    margin-left: 20px;
    margin-top: 5px;
    overflow: auto;
}
.conn h4{
    text-align: center;
    line-height: 22px;
}
.conn p{
    text-align: justify;
    line-height: 1.6rem;
    text-indent: 1.8rem;
}
.conn img{
    width: 100%;
    margin: 5px auto;
    height: auto;
}
.mulu{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    color: white;
    margin-bottom: 9px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}
.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;
    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);
}
.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: 300px;
}
.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;
}
.swiper-slide:nth-child(7n) {
    width: 300px;
}
.content_con{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000000;
    background: rgb(218,10,11);
    width: 100%;
    /*min-width: 320px;*/
    /*max-width: 480px;*/
    height: 100%;
    display: none;
}
.content_title{
    box-sizing: border-box;
    width: 200px;
    height: 35px;
    margin: 0 auto;
    margin-top: 25px;
    background: url("../img/title.png") no-repeat;
    background-size: 100% 100%;
}
.content_title h3{
    text-align: center;
    line-height: 35px;
}
.content_close{
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 25px;
    cursor: pointer;
}
.content_detail{
    width: 90%;
    height: 86%;
    min-width: 320px;
    max-width: 480px;
    margin: 0 auto;
    margin-top: 12px;
    overflow: auto;
}
.content_detail h4{
    font-size: 15px;
    text-align: center;
    line-height: 2rem;
}
.content_detail p{
    text-indent: 1.8rem;
    text-align: justify;
    line-height: 1.8rem;
}
.content_detail img{
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
    max-width: 480px;
    height: auto;
}
.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%);
    }
}