/* 全局 */
*{padding:0;margin:0;font-family: SimSun,"宋体","思源黑体","黑体",SimHei}
body{padding:0;margin:0;text-align:left;background:#b44638;}
body,html{width:100%;background:#b44638;}
div,p,img,span,form,table,td,input{margin:0;padding:0}
a,textarea,button,input,ul,li,div,span,td{appearance: none;-webkit-appearance:none;}
.fl{float:left}
.fr{float:right}
.fc{text-align:center}
.ma{margin:0 auto;}
.clear{clear:both}
.clear::after{content: "";display: block;clear: both;}
a:link{text-decoration:none}
a:visited{text-decoration:none}
a:active{text-decoration:none}
a:hover{text-decoration:none}
.disnone{display: none !important;}
.display{display: block !important;}
img{width: 100%;display: block;}
ul li{list-style:none}
.fixed{position: fixed !important;}

.whole{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.mab50{
    margin-bottom: 50px;
}
.dh{
    width: 100%;
    /* height: 406px; */
    background: url("../images/dhbg.png") bottom center no-repeat;
    position: relative;
    display: inline-block;
    /* position: fixed;
    top:0;
    left: 0;*/
    z-index: 10000; 
    padding-bottom: 2.4%;
}
.dh-left{
    width: 35%;
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: 100;
}
.dhlist{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.dhlist li{
    font-size: 17px;
    color: #fef5d9;
}
.dhlist li a{
    font-size: 17px;
    color: #fef5d9;
}
.dhlist li a::after {
    display: block;
    content: "";
    height: 3px;
    width: 60%;
    margin: 5px auto;
    background: none;
    opacity: 0;
    color: #fef5d9;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01, 1);
}
.dhlist li:hover a::after ,.dhlist li.active a::after {
    background: #fef5d9;
    transform: scale(1, 1);
    opacity: 1;
}
.logo{
    width: 96%;
    margin: 2% auto;
}
.line{
    width: 100%;
    height: 230px;
    position: relative;
    display: flex;
    justify-content: center;
}
.line-nr{
    width: 100%;
    height: 100%;
    background: url("../images/line.png") center no-repeat;
    background-size: auto 100%;
    animation: widthshow ease-in-out 5s infinite;
    /* display: flex;
    justify-content: center; */
    overflow: hidden;
}
@keyframes widthshow{
    0%{
        width: 0.1%;
    }
    100%{
        width: 100%;
    }
}
/* .line-main{
    width: 1876px;
} */
.mainlogo{
    width: 10%;
    margin: 0 auto;
    display: block;
    margin-top:-4%;
}
.dh-right{
    width: 35%;
    position: absolute;
    top: 15%;
    right: 5%;
    z-index: 100;
}
.mob-dh{
    display: none;
}
.mob-menu{
    display: none;
}
.part1{
    width: 100%;
    height: 1140px;
    margin-top: -90px;
    background: url("../images/bg1.jpg") center no-repeat;
}
.toptab{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.tabbg1{
    background: url("../images/tabbg1.png?") top right no-repeat;
    background-position-x: 78%;
}
.tabbg2{
    background: url("../images/tabbg2.png") top right no-repeat;
    background-position-x: 78%;
}
.tabbg3{
    background: url("../images/tabbg3.png") top right no-repeat;
    background-position-x: 78%;
}
.toptabblock{
    width: 83%;
    height: 100%;
}
.toptab-content{
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
}
.toptab-content.active{
    display: block;
}
.toptab-title{
    width: 15%;
    max-width: 320px;
    margin-top:120px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
.toptabname{
    width: 100px;
}
.toptabname::after{
    display: block;
    content: "";
    height: 3px;
    width: 50%;
    margin: 5px auto;
    background: none;
    opacity: 0;
    color: #fef5d9;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01, 1);
}
.toptabname.active::after {
    background: #fef5d9;
    transform: scale(1, 1);
    opacity: 1;
}
.toptabname img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin:10px auto;
    display: block;
}
.toptabname img.big{
    width: 70px;
    height: 90px;
}
.toptabname p{
    text-align: center;
    font-size: 22px;
    color:#fffddd;
}
.toptab-nr{
    width: 90%;
    height: 88%;
    margin: 6% auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.toptab-nr p{
    font-size: 20px;
    color: #8a6942;
    line-height: 1.5;
}
.toptab-nr p.big{
    font-size: 30px;
/*     font-weight: bold; */
}
.mb30{
    margin-bottom: 30px;
}
.index-lead{
    width: 75%;
    margin-left: 25%;
}
.index-maintitle{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.index-info{
    width: 100%;
    /* margin: 0 auto; */
    padding: 0 15%;
    box-sizing: border-box;
    position: relative;
}
.index-info-ewm{
    width: 130px;
    position: absolute;
    right: 5%;
    top:250px;
}
.index-biaoyu{
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.by-shuoming{
    width: 85%;
    text-align: center;
    font-size: 12px;
    color: #a34c3c;
    animation: bysm 2s linear 3;
    animation-fill-mode: both;
}
@keyframes bysm {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
} 

.by-shuoming::after {
    display: block;
    content: "";
    height: 3px;
    width: 20%;
    margin: 5px auto;
    background: #a34c3c;
    color: #a34c3c;
}
.byblock{
    width: 100%;
    height: 80%;
    margin-top: 10%;
    position: relative;
}
.biaoyu1{
    width: 20%;
    max-width: 70px;
    position: absolute;
    top: 0;
    left: 32%;
}
.biaoyu2{
    width: 20%;
    max-width: 70px;
    position: absolute;
    top: 18%;
    left: 55%;
}
.biaoyu3{
    width: 20%;
    max-width: 74px;
    position: absolute;
    top: 35%;
    left: 32%;
}
.by-nr1{
    width: 23%;
    max-width: 59px;
    position: absolute;
    top: 3%;
    left: 0;
    display: none;
}
.by-nr2{
    width: 40%;
    max-width: 95px;
    position: absolute;
    top: 20%;
    left: 76%;
    display: none;
}
.by-nr3{
    width: 48%;
    max-width: 135px;
    position: absolute;
    top: 65%;
    left: 19%;
    display: none;
}
.toptab-nr p.red{
    color: #a64d3e;
}
.pad80{
    padding: 80px;
    box-sizing: border-box;
}
.jjvideo{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.videopart{
    width: 40%;
}
.videopic{
    width: 100%;
    margin-bottom: 30px;
}
.videopic video{
	border-radius:15px;
	vertical-align: middle;
}
.videoname{
    font-size: 22px;
    color: #a64d3e;
    text-align: center;
}
.geduan{
    width: 100%;
    height: 241px;
    background: url("../images/geduan.jpg") center top no-repeat;
}
.part2{
    width: 100%;
    height: 1286px;
    background: url("../images/bg2.jpg") center top no-repeat;
}
.tab{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.tabblock{
    width: 78%;
}
.tab-title{
    width: 16%;
    max-width: 220px;
    height: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.tabname{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.tabnum{
    width: 70px;
}
.tablanmu{
    width: 110px;
}
.tabname.active{
    justify-content: end;
    flex-wrap: wrap;
}
.tabname.active .tabnum{
    width: 110px;
    margin-bottom: 30px;
    padding-left: 45px;
    background: url("../images/jiantou.png") left center no-repeat;
}
.tabname.active .tablanmu{
    width: 212px;
}
.tablanmu::after{
    display: block;
    content: "";
    height: 5px;
    width: 50%;
    float: right;
    margin-top: 30px;
    background: none;
    opacity: 0;
    color: #fef5d9;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01, 1);
}
.tabname.active .tablanmu::after {
    background: #fef5d9;
    transform: scale(1, 1);
    opacity: 1;
}
.tab-content{
    width: 100%;
    height: 100%;
    border-top-left-radius: 100px;
    overflow: hidden;
    display: none;
    position: relative;
}
.tab-content.active{
    display: block;
    animation: show 1s linear;
}
@keyframes show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
} 
.tabbg{
    width: 100%;
    height: 100%;
    position: relative;
}
.tabbg img{
    width: auto;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    /* animation: move 30s infinite ease-in-out; */
}
/* @keyframes move {
    0%{
        left: 0
    }
    50%{
        left: -50%;
    }
    100%{
        left: 0;
    }
} */
.zhezhao{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
}
.sectab{
    width: 80%;
    max-width: 656px;
    position: absolute;
}
.pos1{
    top:250px;
    left: 13%;
}
.pos2{
    top:150px;
    left: 25%;
}
.sectab-title{
    width: 100%;
    display: flex;
    justify-content: end;
}
.sectab-point{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fffddd;
    margin: 10px;
}
.sectab-point.active{
    background: #a44d3d;
}
.sectabblock{
    width: 100%;
    margin-top: 15px;
}
.sectab-content{
    width: 100%;
    display: none;
}
.sectab-wenwu{
    width: 90%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.sectab-content p{
    font-size: 18px;
    line-height: 2;
    color: #fffddd;
}
.wwpic{
    width: 35%;
}
.ww-detai{
    width: 60%;
}
.ww-title{
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #fffddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #fffddd;
}
.ww-year{
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #fffddd;
}
.ww-year p{
    font-size: 18px;
    line-height: 1.5;
    color: #fffddd;
}
.sectab-wenwu.long{
    flex-wrap: wrap;
}
.sectab-wenwu.long .wwpic{
    width: 100%;
    margin-bottom: 15px;
}
.sectab-wenwu.long .ww-detai{
    width: 100%;
}
.foot{
    width: 100%;
    position: relative;
    background: #b44638;
    padding-bottom: 50px;
}
.footyuan{
    width: 654px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -327px;
}
.footdh{
    width: 94%;
    margin: 0 auto;
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}
.footdh-left{
    width: 40%;
}
.footdh-right{
    width: 40%;
}
.footdh-main{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #fef5d9;
}
.footdh-main ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footdh-main ul li{
    width: 18%;
    font-size: 18px;
    line-height: 2;
    color: #fef5d9;
}
.footdh-main ul li a{
    font-size: 18px;
    line-height: 2;
    color: #fef5d9;
}
.footdh-sub{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.footdh-sublist{
    width: 18%;
}
.footdh-sublist li{
    font-size: 16px;
    line-height: 2;
    color: #fef5d9;
    margin: 15px 0;
}
.footdh-sublist li a{
    font-size: 16px;
    line-height: 2;
    color: #fef5d9;
}
.footlogo{
    width: 12%;
}
.footbq{
    width: 100%;
    background: #a83c30;
}
.footbq-nr{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.foot-item{
    width: 70%;
}
.foot-item p{
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.foot-item p a{
    color: #fff;
}
span.ba{
    width: 18px;
    display: inline-block;
}
.foot-link{
    width: 30%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.foot-icon{
    width: 50px;
    position: relative;
}
.qrcode{
    width: 150px;
    position: absolute;
    top: -150px;
    left: 50%;
    margin-left: -75px;
    z-index: 1000;
    display: none;
}
.foot-icon:hover .qrcode{
    display: block;
}
/* 关于本馆 */
.secdh{
    width: 100%;
    height: 255px;
    background: url("../images/dhbg2.png") top center no-repeat;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
}
.secdh-left{
    width: 40%;
    height: 178px;
    padding: 50px 60px;
    box-sizing: border-box;
    position: relative;
}
.seclogo{
    width: 8%;
    margin: 25px 5%;
}
.secdh-right{
    width: 40%;
    height: 178px;
    padding: 50px 60px;
    box-sizing: border-box;
    position: relative;
}
.subdh{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.subdh-list{
    width: 442px;
    height: 54px;
    background: url("../images/subdhbg.png") no-repeat;
    background-size: contain;
    display: none;
}
.left1{
    margin-left: 0;
}
.left2{
    margin-left: calc((100% - 422px) / 5 * 1);
}
.left3{
    margin-left: calc((100% - 422px) / 5 * 2);
}
.left4{
    margin-left: calc((100% - 422px) / 5 * 3);
}
.left5{
    margin-left: calc((100% - 422px) / 5 * 4);
}
.subdh-list ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subdh-list ul li{
    font-size: 15px;
    color: #fef5d9;
    padding: 0 10px;
    border-right: 1px solid #fef5d9;
    line-height: 1;
}
.subdh-list ul li a{
    font-size: 15px;
    color: #fef5d9;
}
.subdh-list ul li:last-child{
    border: none;
}
.abouttab{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.aboutbg1{
    background: url("../images/aboutbg1.png") bottom right no-repeat;
    background-position-x: 78%;
}
.aboutbg2{
    background: url("../images/aboutbg2.png") bottom right no-repeat;
    background-position-x: 78%;
}
.aboutbg3{
    background: url("../images/aboutbg3.png") bottom right no-repeat;
    background-position-x: 78%;
}
.abouttabblock{
    width: 83%;
    height: 100%;
}
.abouttab-content{
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
}
.abouttab-content.active{
    display: block;
}
.abouttab-title{
    width: 15%;
    max-width: 320px;
    margin-top:180px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
.about-name{
    width: 100px;
}
.abouttabname{
    width: 140px;
}
.abouttabname::after{
    display: block;
    content: "";
    height: 3px;
    width: 50%;
    margin: 5px auto;
    background: none;
    opacity: 0;
    color: #fef5d9;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01, 1);
}
.abouttabname.active::after {
    background: #fef5d9;
    transform: scale(1, 1);
    opacity: 1;
}
.abouttabname img{
    height: 50px;
    object-fit: contain;
    margin:10px auto;
    padding: 0 40px;
    display: block;
}
.abouttabname.active img{
    background: url("../images/jianotu2.png") left center no-repeat;
}
.abouttabname p{
    text-align: center;
    font-size: 22px;
    color:#fffddd;
}
.abouttab-nr{
    width: 90%;
    height: 88%;
    margin: 6% auto;
    display: flex;
    justify-content: center;
}
.pad40{
    padding: 40px;
    box-sizing: border-box;
}
.abouttab-nr p{
    font-size: 20px;
    color: #5b4d41;
    line-height: 1.5;
    text-align: justify;
}
.about-h1{
    width: 100%;
    font-size: 46px;
    color: #a64d3e;
    /* line-height: 1.5; */
    text-align: center;
    font-weight: normal;
}
.about-h2{
    width: 100%;
    font-size: 40px;
    color: #a64d3e;
    line-height: 1.5;
    font-weight: normal;
}
.about-small{
    width: 60%;
}
.about-left{
    width: 188px;
    padding-right: 45px;
    background: url("../images/about-line.png") right center no-repeat;
}
.about-right{
    width: calc(100% - 188px - 3%);
    margin-left: 3%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-lingdao{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.lingdao-pic{
    width: 150px;
    border-radius: 20px;
    overflow: hidden;
}
.lingdao-detail{
    width: calc(100% - 195px);
}
.ld-name{
    font-size: 25px;
    line-height: 1.5;
    color: #a64d3e;
    font-weight: bold;
}
.ld-job{
    font-size: 18px;
    line-height: 1.5;
    color: #a64d3e;
}
.ld-jj{
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5;
    color: #a64d3e;
}
.ld-jj p{
    font-size: 18px;
    line-height: 1.5;
    color: #a64d3e;
}
.jg-jj{
    width: 100%;
}
.jg-icon{
    width: 25px;
    display: inline-block;
}
.jg-jj p{
    font-size: 20px;
    line-height: 1.5;
    color: #5b4d41;
}
.jg-jj p.red{
    font-size: 25px;
    line-height: 1.5;
    color: #a64d3e;
    font-weight: bold;
}
.aboutpart2{
    width: 100%;
    height: 1712px;
    display: inline-block;
    background: url("../images/aboutbg2.jpg") no-repeat top center;
}
.about-lanmu{
    width: 90%;
    margin: 0 auto;
    margin-top:30px;
    display: flex;
    justify-content: center;
    background: url("../images/guodu.png") top center no-repeat;
    padding-bottom: 125px;
    position: relative;
    z-index: 100;
}
.about-lmmane{
    width: 140px;
}
.kfxx{
    width: 100%;
    margin-top: -100px;
    position: relative;
    display: flex;
    justify-content: end;
}
.kfxx-nr{
    width: calc(100% - 200px);
    height: 1406px;
    background: url("../images/kfxxbg.png") left top no-repeat;
    position: relative;
}
.kfxx-content{
    width: 50%;
    height: 55%;
    position: absolute;
    top:0;
    left: 42%;
    padding-left: 50px;
    background: url("../images/kfxxline.png") no-repeat left top;
    display: flex;
    justify-content: end;
    flex-direction: column;
}
.kfxx-info{
    width: 550px;
    /* height: 165px; */
}
.kfxx-info.h1{
    height: 180px;
}
.kfxx-info.h2{
    height: 148px;
}
.kfxx-info.h3{
    height: 148px;
}
.kfxx-info.h4{
    height: 170px;
}
.kfxx-info h1{
    font-size: 35px;
    color: #a64d3e;
    line-height: 1.5;
}
.kfxx-info p{
    font-size: 20px;
    color: #595757;
    line-height: 1.5;
}
.cgxz{
    width: 80%;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    top: 15%;
    left: -72%;
}
.cgxz.noactive{
    animation: toleft 0.5s linear;
    animation-fill-mode: both;
}
.cgxz.active{
    animation: toright 0.5s linear;
    animation-fill-mode: both;
}
@keyframes toright{
    0%{
        left: -72%;
    }
    100%{
        left: 0;
    }
}
@keyframes toleft{
    0%{
        left: 0;
    }
    100%{
        left: -72%;
    }
}
.cgxz-content{
    width: calc(100% - 109px);
    padding: 30px 60px 30px 90px;
    background: #ac7255;
    border-bottom-right-radius: 30px;
}
.cgxz-content p{
    font-size: 20px;
    line-height: 1.5;
    color: #f2e4d4;
    text-align: justify;
}
.cgxz-title{
    width: 109px;
}
.aboutpart3{
    width: 100%;
    /* height: 1521px; */
    padding-bottom: 50px;
    display: inline-block;
    background: url("../images/aboutbgp3.jpg") no-repeat top center;
}
.about-lanmu2{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: url("../images/guodu2.png") top center no-repeat;
    padding-bottom: 125px;
    position: relative;
    z-index: 100;
}
.fwss{
    width: 100%;
    margin-top: -100px;
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.fwss-content{
    width: 85%;
    background: #f1e8e0;
    box-sizing: border-box;
    padding: 120px 90px 60px 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.fwss-but1{
    width: 13%;
    position: absolute;
    top: 180px;
    left: 82%;
}
.fwss-but2{
    width: 13%;
    position: absolute;
    top: 490px;
    left: 82%;
}
/* 藏品 */
.cangping{
    width: 100%;
    height: 1852px;
    margin-top: -80px;
    background: url("../images/cpbg_02.jpg") top center no-repeat;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
}
.cp-mainswipe{
    width: 1296px;
    height: 78%;
    margin: 0 auto;
    margin-top:135px;
    position: relative;
}
.cp-picgundong{
    width: 882px;
    margin: 0 auto;
    overflow: hidden;
}
.cp-button-next{
    width: 98px;
    position: absolute;
    top: calc(50% - 49px);
    right: 0;
}
.cp-button-prev{
    width: 98px;
    position: absolute;
    top: calc(50% - 49px);
    left: 0;
}
.cp-title{
    width: 100%;
    height: 200px;
}
.cp-title p{
    font-size: 24px;
    line-height: 1.5;
    color: #a34c3c;
    text-align: center;
}
.cp-title p.big{
    font-size: 44px;
}
.cp-pic{
    width: 720px;
    height: 890px;
    margin: 100px auto;
    position: relative;
}
.cp-pic-img{
    height: 100%;
    object-fit: scale-down;
}
.cp-listen{
    width: 64px;
    position: absolute;
    top: 0%;
    left: 0%;
}
.cp-jj{
    width: 100%;
    font-size: 22px;
    line-height: 1.5;
    color: #f2e4d4;
}
.cp-list{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -90%;
    z-index: 1000;
}
/* .cp-list.showout{
    animation: totop 0.5s linear;
    animation-fill-mode: both;
}
.cp-list.hidden{
    animation: todown 0.5s linear;
    animation-fill-mode: both;
}
@keyframes totop{
    0%{
        bottom: -90%;
    }
    100%{
        bottom: 0;
    }
}
@keyframes todown{
    0%{
        bottom: 0;
    }
    100%{
        bottom: -90%;
    }
} */
.cp-more{
    width: 100%;
}
.cp-more img{
    display: block;
}
.cp-list-detail{
    width: 100%;
    padding-top: 2%;
    /* height: 91%; */
    background: url("../images/cp-listbg.png") top center no-repeat;
}
.cp-nav{
    width: 100%;
    display: flex;
    justify-content: center;
}
.cp-nav ul{
    display: flex;
    justify-content: center;
}
.cp-nav ul li{
    width: 40px;
    color: #c36659;
    font-size: 30px;
    text-align: center;
}
.cp-nav ul li a.active{
    color: #f3e5d4;
}
.cp-nav ul li.nav-prev,.cp-nav ul li.nav-next{
    width: 10px;
    display: flex;
    align-items: center;
}
.cp-listnr{
    width: 100%;
    /* height: 100%; */
    padding-bottom: 100px;
    background: url("../images/cp-listbg2.png") no-repeat top center;
    background-size: 100% auto;
}
.cp-mainlist{
    width: 70%;
    margin: 0 auto;
    margin-top: 4%;
}
.cp-mainlist li{
    width: 100%;
    border: 1px solid #dfd0c0;
    padding: 15px;
    box-sizing: border-box;
    break-inside: avoid;
    margin-bottom: 15px;
}
.cp-list-pic{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.cp-list-pic img{
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.cp-list-title{
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #9b4336;
    margin-bottom: 15px;
}
.cp-list-jj,.cp-list-jj p{
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #595757;
}
.cp{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cp-content{
    width: 1238px;
    height: 1484px;
    padding: 5%;
    box-sizing: border-box;
    background: url("../images/cp-detail.png") no-repeat center;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.zhezhao2{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
.cp-close{
    position: absolute;
    top:0%;
    right: 0%;
    padding: 30px;
    background: #863227;
    border-bottom-left-radius: 80%;
}
.cp-detail-title p{
    font-size: 24px;
    line-height: 1.5;
    color: #fffddd;
    text-align: center;
}
.cp-detail-title p.big{
    font-size: 44px;
}
.cp-detail-pic{
    width: 100%;
    height: 930px;
    margin-top: 30px;
    position: relative;
}
.cp-listen.detailsp{
    top: 80%;
}
.cp-detail-text{
    width: 100%;
    margin-top: 30px;
}
.cp-detail-text p{
    font-size: 22px;
    line-height: 1.5;
    color: #fffddd;
}
/* 图文列表 */
.list{
    width: 100%;
    margin-top: -90px;
    background: #f3e5d4;
    display: flex;
    
}
.listblock{
    width: calc(100% - 250px);
    margin-top: 90px;
    position: relative;
    overflow: hidden;
}
.listdh{
    width: 250px;
    margin-top: 90px;
    background: url("../images/rightg.jpg") no-repeat top #964032;
    background-size: cover;
    border-top-left-radius: 150px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    position: relative;
    z-index: 500;
}
.listhead{
    width: 85%;
    margin: 0 auto;
    /* margin-bottom: 50px; */
}
.rightdhline{
    width: 1px;
    height: 80px;
    background: #f2e4d4;
    margin: 15px 0;
}
.listcontent{
    width: 85%;
    margin: 0 auto;
}
.twlist{
    width: 100%;
    margin-top: 30px;
}
.twlist li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #a95646;
}
.twlist li:last-child{
    border: none;
}
.listpic{
    width: 25%;
    border-radius: 15px;
    overflow: hidden;
}
.listdetail{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.listname{
    width: 100%;
    font-size: 25px;
    line-height: 1.5;
    color: #a95646;
}
.listname a{
    font-size: 25px;
    line-height: 1.5;
    color: #a95646;
}
.listzy{
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #595757;
}
.listmore{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.listdate{
    font-size: 18px;
    line-height: 1.5;
    color: #898989;
}
.readmore{
    width: 160px;
    height: 50px;
    border-radius: 25px;
    background: #a95646;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}
.readmore a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.listpage{
    width: 100%;
    margin: 30px 0;
}
.listpage ul{
    width: 100%;
    display: flex;
    justify-content: center;
}
.listpage ul li{
    width: 45px;
    font-size: 25px;
    color: #898989;
    line-height: 25px;
    padding-top: 30px;
    text-align: center;
    
}
.listpage ul li.active{
    color: #a95646;
    background: url("../images/pagenav.png") top no-repeat;
    background-size: contain;
}
.listpage ul li.active a,.listpage ul li:hover a{
	width:60px;
    color: #a95646;
}
.listpage ul li a{
    font-size: 25px;
    color: #898989;
    line-height: 25px;
}
.listpage ul li.prev,.listpage ul li.next{
    width: 10px;
}
/* 信息公开 */
.zctitle{
    font-size: 30px;
    color: #a95646;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 15px;
}
.zcmenu{
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 15px;
}
.zclist{
    width: 25%;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #c3a785;
}
.zclist:last-child{
    border: none;
    margin-right: 0;
    padding-right: 0;
}
.zcname{
    font-size: 20px;
    color: #595757;
    line-height: 1.5;
    margin: 15px 0;
    padding-left: 20px;
    cursor: pointer;
}
.zcname.active{
    color: #a95646;
    background: url("../images/redright.png") left center no-repeat;
}
.zctab{
    width: 100%;
    padding-top: 15px;
    border-top: 1px dashed #c3a785;
    margin-bottom: 30px;
}
.zccontent{
    font-size: 20px;
    color: #595757;
    line-height: 1.5;
}
.zctabblock{
    display: none;
}
.zctabblock.active{
    display: block;
}
.zccontent p{
    font-size: 20px;
    color: #595757;
    line-height: 1.5;
}
.xxgknews{
    width: 90%;
    margin-left: 10%;
    margin-top:30px;
    background: #f8efe2;
    border-top-left-radius: 150px;
    display: inline-block;
}
.xxgklist{
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
.xxgklist li{
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: 30px;
}
.xxgknews-time{
    width: 200px;
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 22px;
    /* line-height: 1.5; */
    color: #a95646;
}
.xxgnewskblock{
    display: flex;
    width: 100%;
}
.xxgknews-content{
    width: calc(100% - 200px);
    border-top: 1px solid #e1cfb9;
}
.xxgkicon2{
    width: 40px;
    display:block;
    margin-right: 10px;
}
.xxgknews-more{
    width: 85px;
    font-size: 14px;
    color: #c3a785;
    text-align: center;
    background: url("../images/xxgkmore.png") top no-repeat #f8efe2;
    background-size: contain;
    padding-top: 20px;
    margin-bottom: -1px;
    position: relative;
    z-index: 10;
}
.xxgknews-more a{
    font-size: 14px;
    color: #c3a785;
}
.xxgknews-title{
    font-size: 28px;
    color: #a95646;
    line-height: 1.5;
}
.xxgknews-title a{
    font-size: 28px;
    color: #a95646;
    line-height: 1.5;
}
.xxgknews-jj{
    font-size: 22px;
    line-height: 1.5;
    color: #595757;
    margin-top: 15px;
}
.xxgkline{
    width: 1px;
    height: 100%;
    border-left: 1px dashed #d9d1c6;
    position: absolute;
    left: 20px;
}
/* 常设展览 */
.cszl{
    width: 100%;
    margin-top: -90px;
}
.cszlmain{
    width: 100%;
    background: url("../images/cszlbg.jpg") no-repeat center;
    background-size: 100% 100%;
    padding-top: 120px;
    padding-bottom: 90px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.cszltitle{
    width: 15%;
    margin-right: 5%;
}
.cszlblock{
    width: 68%;
    padding: 0 40px;
    box-sizing: border-box;
}
.cszlswiper{
    width: 100%;
    overflow: hidden;
}
.cszlnrtype1{
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-bottom: 15px;
}
.cszl-left{
    width: 60%;
    padding: 30px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.05);
    box-shadow: 10px 5px 10px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.cszl-jj{
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    color: #f3e5d4;
    margin-bottom: 30px;
    text-shadow: 2px 2px #781e14;
}
.cszl-part{
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    color: #f3e5d4;
    margin-bottom: 30px;
    text-shadow: 2px 2px #781e14;
    font-weight: bold;
}
.cszl-part p{
    font-size: 20px;
    line-height: 1.5;
    color: #f3e5d4;
    font-weight: bold;
    margin-bottom: 30px;
}
.cszltishi{
    width: 200px;
    margin-bottom: 30px;
}
.cszl-right{
    width: 30%;
}
.cszl-wwyear{
    width: 200px;
    padding: 15px;
    box-sizing: border-box;
    background: #af5441;
    box-shadow: 10px 5px 10px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
    color: #f3e5d4;
    text-shadow: 2px 2px #781e14;
}
.cszl-wwyear p{
    font-size: 18px;
    line-height: 1.5;
    color: #f3e5d4;
    text-shadow: 2px 2px #781e14;
}
.cszl-wwpic{
    max-width: 100%;
    max-height: 250px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    /* box-shadow: 10px 5px 10px rgba(0,0,0,0.2); */
    margin-bottom: 30px;
}
.cszl-wwpic img{
    height: 100%;
    object-fit: contain;
}
.cszl-wwname{
    font-size: 18px;
    line-height: 1.5;
    color: #f3e5d4;
    text-shadow: 2px 2px #781e14;
    text-align: center;
}
.cszlnrtype2{
    width: 100%;
    height: 100%;
}
.cszlswiper .swiper-slide{
    height: auto;
}
.cszl-nav{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}
.cszl-navname{
    width: 95px;
    position: relative;
}
.cszlline{
    width: 50px;
    height: 1px;
    border-top: 1px dashed #fff;
    margin: 0 10px;
}
.cszl-icon{
    width: 30px;
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -15px;
}
/* 其他展览 */
.zhanlan{
    width: 100%;
    margin-top: -80px;
    background: url("../images/zhanlan.jpg") no-repeat top center #b3493b;
    /* background-size: contain; */
    display: flex;
    justify-content: flex-start;
}
.zhanlanmain{
    width: 85%;
    background: #f3e5d4;
    padding-top: 120px;
    padding-bottom: 50px;
    border-top-right-radius: 150px;
    box-shadow: 10px 10px 20px #954032;
    position: relative;
    z-index: 10;
}
.zllist-time{
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #898989;
    display: flex;
    justify-content: end;
    align-items: center;
}
.zllist-time .red{
    color: #a95646;
    margin-right: 10px;
}
.xzlist{
    width: 93%;
    margin-top: 50px;
}
.xzlist li{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.xztitleblock{
    padding-left: 5%;
    padding-right: 5%;
}
.xztitle{
    font-size: 40px;
    line-height: 1.5;
    color: #a95646;
    padding-left: 30px;
    font-weight: bold;
    background: url("../images/redsanjiao.png") left no-repeat;
    background-position-y: 16px;
}
.xzsubtitle{
    font-size: 30px;
    line-height: 1.5;
    color: #a95646;
    padding-left: 30px;
}
.xz-more{
    width: 100%;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 15px;
}
.xz-more a{
    display: inline-block;
    width: 60px;
    height: 30px;
    border: 1px solid #a95646;
    border-radius: 15px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #a95646;
}
.xz-detail{
    width: 93%;
    margin-left: 7%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a95646;
}
.xz-pic{
    width: 30%;
    display: none;
}
.xz-jj{
    width: 65%;
    font-size: 24px;
    color: #a95646;
    line-height: 1.5;
    text-align: justify;
    display: none;
}
.xzlist li.active .xz-pic,
.xzlist li.active .xz-jj{
    display: block;
}
.xzlist li.active .xztitleblock{
    background: url("../images/zltitle.png") no-repeat left #a83c30;
    background-size: contain;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}
.xzlist li.active .xztitle{
    background-image: url("../images/whitesanjiao.png");
    color: #f3e5d4;
}
.xzlist li.active .xzsubtitle{
    color: #f3e5d4;
}
/* 图片列表 */
.tplist{
    width: 100%;
    margin-top: 30px;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3,30%);
}
.tplist li{
    width: 100%;
    margin-bottom: 30px;
}
.tplist-pic{
    width: 100%;
    margin-bottom: 15px;
}
.tplist-name{
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    color: #a95646;
    text-align: center;
}
.tplist-name a{
    color: #a95646;
}
/* 宣传视频 */
.ydzhibo{
    width: 80%;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    border-radius: 35px;
}
.ydzhibo-poster{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ydzhibo-poster img{
    height: 100%;
    object-fit: cover;
}
.ydzhibo-play{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.playbut{
    width: 130px;
}
.ydzhibo-kuang{
    width: 100%;
    position: relative;
    z-index: 20;
}
.ydzhibo-title{
    width: 65%;
    position: absolute;
    right: 0;
    bottom: 2%;
    z-index: 30;
    font-size: 28px;
    line-height: 2;
    color: #f3e5d4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xcpsp{
    width: 80%;
    height: 713px;
    background: url("../images/xcpbg.png") no-repeat left top;
    display: flex;
    justify-content: start;
    align-items: center;
    position: absolute;
    top: 200px;
    right: -71%;
    z-index: 100;
}
.xcptitle{
    width: 73px;
    height: 663px;
    margin-right: 55px;
    margin-top: 50px;
    margin-left: 25px;
}
.xcpkuang{
    width: 77%;
    height: 64%;
    background: #000;
}
.xcpsp.noactive{
    animation: xcptoleft 0.5s linear;
    animation-fill-mode: both;
}
.xcpsp.active{
    animation: xcptoright 0.5s linear;
    animation-fill-mode: both;
}
@keyframes xcptoright{
    0%{
        right: -71%;
    }
    100%{
        right: 0;
    }
}
@keyframes xcptoleft{
    0%{
        right: 0;
    }
    100%{
        right: -71%;
    }
}
.splistnav{
    width: 80%;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    position: relative;
}
.spnav-block{
    width: 278px;
    height: 278px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
}
.spnav-block a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.spnav-icon1{
    width: 50px;
    height: 50px;
    background: url("../images/spicon.png") no-repeat center;
    background-size: contain;
}
.spnav-icon2{
    width: 50px;
    height: 50px;
    background: url("../images/spicon2.png") no-repeat center;
    background-size: contain;
}
.spnav-icon3{
    width: 50px;
    height: 50px;
    background: url("../images/spicon3.png") no-repeat center;
    background-size: contain;
}
.spnav-name{
    font-size: 30px;
    line-height: 2;
    color: #a64d3e;
    text-align: center;
    margin-top: 20px;
}
.spnav-name-sm br{
	display: none;
}
.spnav-block.active{
    background: url("../images/spnav.png") center no-repeat;
    background-size: contain;
}
.spnav-block.active .spnav-name{
    color: #f3e5d4;
}
.spnav-block.active .spnav-icon1{
    background-image: url("../images/spicon-a.png");
}
.spnav-block.active .spnav-icon2{
    background-image: url("../images/spicon2-a.png");
}
.spnav-block.active .spnav-icon3{
    background-image: url("../images/spicon3-a.png");
}
.spnavline{
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background: #ebd0bf;
    position: absolute;
    left: 0;
    top: 145px;
}
/* 文字列表 */
.wzlist{
    width: 100%;
    margin-top: 50px;
}
.wzlist li{
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #a95646;
}
.wzlist li:last-child{
    border: none;
}
.wzlistname{
    width: 100%;
    font-size: 25px;
    line-height: 1.5;
    color: #a95646;
    margin-bottom: 30px;
}
.wzlistname a{
    font-size: 25px;
    line-height: 1.5;
    color: #a95646;
}
.wzlistzy{
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #595757;
    margin-bottom: 30px;
}
.article{
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    color: #5b4d41;
    padding-bottom: 50px;
    margin-top: 50px;
}
.article p{
    font-size: 20px;
    line-height: 1.5;
    color: #5b4d41;
    margin-bottom: 30px;
}
/* 学术年件 */
.xsnjbg{
    background-color: #f0dec9;
}
.xsnjblock{
    width: calc(100% - 250px);
    /* margin-top: 80px; */
    position: relative;
    overflow: hidden;
    background: url("../images/xsnjbg.png") no-repeat top center #b94f3f;
    background-size: 100%;
}
.xsnjhead{
    width: 18%;
    margin: 0 auto;
    margin-top: 220px;
}
.xsnjmian{
    width: 1024px;
    margin: 0 auto;
    margin-top: 33%;
}
.xsnjlist{
    width: 100%;
    display: grid;
    justify-content: space-around;
    grid-template-columns: repeat(4,20%);
    background: url("../images/table.png") no-repeat top;
    background-size: 100%;
}
.xsnjlist li{
    width: 100%;
    margin-bottom: 50px;
}
.xsnj-pic{
    width: 165px;
    height: 217px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.xsnj-pic img{
    height: 100%;
    object-fit: contain;
}
.xsnj-title{
    width: 100%;
    font-size: 20px;
    line-height: 1;
    color: #9b4336;
    text-align: center;
}
/* 周公馆 */
.zgg{
    width: 100%;
    margin-top: -80px;
    position: relative;
    overflow: hidden;
}
.zggheadswiper{
    width: 100%;
}
.zgghead{
    width: 100%;
}
.view360{
    width: 96px;
    position: absolute;
    right: 5%;
    bottom: 5%;
}
.zggblock{
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
}
.zggleft{
    width: 40%;
    padding: 50px 0;
    background: url("../images/zggleft.jpg?202507301400") no-repeat right top;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.zggright{
    width: 60%;
    /* padding: 50px 0; */
    background: url("../images/zggright.jpg?202507301400") no-repeat right top;
    background-size: cover;
    position: relative;
}
.zggline{
    width: 13px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}
.zggline-part1{
    width: 0;
    height: 180px;
    /* border-left: 1px solid #f3e5d4; */
}
.zgg-jiantou{
    width: 13px;
    height: 13px;
    /* border-top: 1px solid #f3e5d4;
    border-right: 1px solid #f3e5d4; */
    background: #9f1e15;
    transform: rotate(45deg);
    transform-origin: 0 0;
    margin-bottom: 5px;
}
.zggline-part2{
    width: 0;
    height: calc(100% - 193px);
    /* border-left: 1px solid #f3e5d4; */
}
.zggnav{
    width: 80%;
    margin: 30px auto;
}
.zggnavtitle{
    width: 100%;
    text-align: right;
    font-size: 30px;
    color: #f3e5d4;
    text-shadow: 3px 3px 5px #000;;
}
.zggnum{
    width: 100%;
    text-align: right;
    font-size: 70px;
    color: #f3e5d4;
    text-shadow: 3px 3px 5px #000;
    display: none;
}
.zggnav.active .zggnavtitle{
    display: none;
}
.zggnav.active .zggnum{
    display: block;
}
.zggdetailswiper{
    width: 100%;
    height: 100%;
}
.zggcontent{
    width: 100%;
    height: 100%;
    padding: 150px 50px 200px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zgg-title{
    width: 100%;
    font-size: 50px;
    color: #a95646;
    /* text-shadow: 3px 3px 5px #000; */
    font-weight: bold;
    margin-bottom: 30px;
}
.zgg-jj{
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    color: #595757;
}
.zgg-jj p{
    font-size: 20px;
    line-height: 1.5;
    color: #595757;
    margin-bottom: 15px;
    text-align: justify;
}
.zggpage{
    width: 300px;
    display: flex;
    justify-content: space-around;
    position: absolute;
    right: 5%;
    bottom: 15%;
    z-index: 10;
}
.zggpageprev,.zggpagenext{
    font-size: 30px;
    color: #f3e5d4;
    text-shadow: 3px 3px 5px #000;
    font-weight: bold;
    cursor: pointer;
}

.zggcp-list{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -93.5%;
    z-index: 50;
}
.zgg-more{
    width: 30%;
    margin: 0 auto;
    background: url("../images/yuan2.png") top center no-repeat;
    background-size: 100%;
    padding-top: 40px;
}
.zgg-more img{
    width: 25%;
    margin: 0 auto;
}
.zgg-list-detail{
    width: 100%;
    background: url("../images/zggcpbg.jpg") top center no-repeat;
    background-size: cover;
    display: inline-block;
    /* padding: 50px 0; */
}
.zgg-listnr{
    width: 80%;
    margin: 50px auto;
    padding: 50px;
    background: #f3e5d4;
    border-radius: 30px;
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.5);
}
.zgg-mainlist{
    width: 100%;
}
.zgg-mainlist li{
    width: 100%;
    border: 1px solid #dfd0c0;
    padding: 15px;
    box-sizing: border-box;
    break-inside: avoid;
    margin-bottom: 15px;
}
.kaifangzhinan{
    width: 95px;
    position: absolute;
    top: 5%;
    left: 5%;
    cursor: pointer;
    z-index: 10;
}
#kfzn{
    position: absolute;
    top: 40%;
}
.zhinan-content{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.zhinan-content::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: auto;
}
.zhinan-content::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    background: #fff;
}
.zhinantitle{
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 1.5;
    color: #f2e4d4;
    font-weight: bold;
    margin-bottom: 50px;
}
.zhinan-detail{
    width: 100%;
    font-size: 22px;
    line-height: 1.5;
    color: #f2e4d4;
    text-align: justify;
}
.zhinan-detail p{
    font-size: 22px;
    line-height: 1.5;
    color: #f2e4d4;
    text-align: justify;
}
/* 一大文创 */
.wcblock{
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: end;
}
.wc-leftpart{
    width: 13%;
    margin-right: 3%;
}
.wcline{
    width: 0px;
    height: calc(100% - 85px);
    border: 1px dashed #c88f7f;
    margin: 0 auto;
}
.wcline.short{
    height: 70px;
}
.wcicon{
    width: 69px;
    margin: 0 auto;
}
.wctitle{
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #a95646;
    line-height: 1.5;
    font-weight: bold;
}
.wc-rightpart{
    width: 76.2%;
}
.wc-jj{
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    color: #595757;
    margin-bottom: 50px;
    text-align: justify;
}
.wc-jj p{
    font-size: 20px;
    line-height: 1.5;
    color: #595757;
    text-align: justify;
}
.wc-jj p.red{
    color: #a95646;
    font-weight: bold;
}
.wccpblock{
    width: 80%;
    margin:0 auto;
    margin-bottom: 50px;
    overflow: hidden;
    display: flex;
}
.wccpblock .swiper{
    width: calc(100% - 20px);
}
.wcpic{
    width: 100%;
    margin-bottom: 30px;
}
.wccp-name{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #a95646;
    line-height: 1.5;
    font-weight: bold;
}
.wccpblock .swiper-pagination{
    width: 20px;
    position: relative;
    bottom: 0;
}
.wccpblock .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    border: 1px solid #a64d3e;
    background: none;
    opacity: 1;
}
.wccpblock .swiper-pagination-bullet-active{
    background: #a64d3e;
}
.lmdw{
    width: 100%;
    border-bottom: 1px solid #a95646;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.lmdwtitle{
    font-size: 20px;
    color: #a95646;
    line-height: 1.5;
    font-weight: bold;
}
.lmdw-change{
    width: 100px;
    height: 30px;
    font-size: 18px;
    color: #a95646;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #a95646;
    text-align: center;
    cursor: pointer;
}
.lmdwswpier{
    width: 100%;
    margin-bottom: 50px;
}
/* 一咖啡 */
.yicoffee{
    width: 100%;
    margin-top: -80px;
    background: url("../images/coffeebg.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.coffeeheadswiper{
    width: 100%;
}
.coffeehead-jjblock{
    width: 27%;
    height: 100%;
    background: url("../images/coffeebg1.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 100;
}
.coffee-jj{
    width: 100%;
    height: 73%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.coffee-logo{
    width: 90px;
    margin-bottom: 30px;
}
.coffee-jjwz{
    width: 80%;
    font-size: 20px;
    line-height: 1.5;
    text-align: justify;
    color:#f3e5d4;
}
.coffee-place{
    width: 100%;
    height: 27%;
}
.coffee-place-wz{
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 1.5;
    color:#f3e5d4;
    padding: 8% 5%;
    box-sizing: border-box;
}
.coffee-jiantou{
    width: 13px;
    display: inline-block;
    margin-right: 5px;
}
.coffee-zhaopai{
    width: 100%;
    padding: 80px 0;
    position: relative;
}
.coffee-biaoyu{
    width: 35%;
    position: absolute;
    top: 5%;
    right: 5%;
}
.coffee-zp-title{
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.coffee-icon{
    width: 69px;
    margin-bottom: 15px;
}
.coffee-name{
    font-size: 35px;
    color: #a64d3e;
    font-family: "楷体";
    letter-spacing: 0.2em;
    font-weight: bold;
    margin-bottom: 15px;
}
.coffee-line{
    width: 100px;
    height: 6px;
    background: #a64d3e;
    border-radius: 3px;
}
.coffee-list{
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.coffee-item{
    width: 17%;
    max-width: 242px;
    max-height: 420px;
    background: url("../images/coffee-zhaopai.png") no-repeat bottom center;
    background-size: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.coffee-item-pic{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.coffee-item-name{
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    color: #a95646;
    text-align: center;
    font-weight: bold;
}
.coffee-item-subname{
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #a95646;
    text-align: center;
    margin-bottom: 15px;
}
.coffee-item-price{
    width: 100%;
    font-size: 50px;
    line-height: 1;
    color: #a95646;
    text-align: center;
    font-weight: bold;
}
.coffee-item:hover{
    transform: scale(1.3);
    background-image: url("../images/coffee-zhaopai2.png");
}
.coffee-item:hover .coffee-item-name,
.coffee-item:hover .coffee-item-subname,
.coffee-item:hover .coffee-item-price{
    color: #f3e5d4;
}
.coffee-master{
    width: 100%;

}
.coffee-master-title{
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: end;
}
.coffee-tab-name{
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.coffee-tab-name .coffee-icon,
.coffee-tab-name .coffee-line{
    opacity: 0;
}
.coffee-tab-name .coffee-name{
    color: #dcbfa7;
    cursor: pointer;
}
.coffee-tab-name.active .coffee-icon,
.coffee-tab-name.active .coffee-line{
    opacity: 1;
}
.coffee-tab-name.active .coffee-name{
    color: #a95646;
}
.coffee-tab-block{
    width: 100%;
}
.coffee-tab-item{
    width: 100%;
    display: none;
}
.coffee-tab-item.active{
    display: block;
}
.ydyxlogo{
    width: 30%;
    margin: 0 auto;
    margin-top: 50px;
}
.ydyx-jj{
    width: 100%;
    font-size: 22px;
    line-height: 1.5;
    color: #a95646;
    text-align: justify;
    margin: 50px 0;
}
.ydyx-list{
    width: 100%;
    margin-bottom: 30px;
}
.ydyx-list li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.ydyx-list-pic{
    width: 30%;
}
.ydyx-detail{
    width: 65%;
}
.ydyx-title{
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a95646;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.ydyx-title-zw{
    width: 100%;
    font-size: 25px;
    line-height: 1.5;
    color: #a95646;
}
.ydyx-more{
    width: 60px;
    height: 30px;
    border: 1px solid #a95646;
    border-radius: 15px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #a95646;
}
.ydyx-more a{
    color: #a95646;
}
.ydyx-subtitle{
    width: 100%;
    font-size: 20px;
    color: #a95646;
    text-align: right;
}
.ydyx-list-zy{
    width: 100%;
    font-size: 18px;
    color: #595757;
    line-height: 1.5;
}
/* 稿件 */
.position{
    width: 100%;
    font-size: 16px;
    color: #595757;
    line-height: 1.5;
    margin-bottom: 50px;
}
.position a{
    color: #595757;
}
.article-title{
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #a64d3e;
    line-height: 1.5;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #a64d3e;
}
.article-content{
    width: 100%;
    margin-bottom: 50px;
    font-size: 18px;
    color: #595757;
    line-height: 1.5;
}
.article-content p{
    font-size: 18px;
    color: #595757;
    line-height: 2;
    margin-bottom: 0;
}
.article-content img{
    max-width: 100%;
    
}

/* 藏品new */
.cangpingnew{
    width: 100%;
    margin-top: -80px;
    background: url("../images/cpbg_02.jpg") top center no-repeat;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
}
.cpnewslist{
    width: 100%;
    margin-top: 135px;
}
.cp-listnew-detail{
    width: 100%;
    padding-top: 2%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: url("../images/cp-listbg.png") top center no-repeat;
}
.cp-listnrnew{
    width: 90%;
    margin: 0 auto;
    padding: 100px;
    background: #f3e5d4;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    display: flex;
    margin-top: 30px;
    box-shadow: 0 0 20px #000;
}
.cp-mainlistnew{
    width: 90%;
    margin: 0 auto;
    margin-top: 4%;
    column-count: 4;
}
.cp-mainlistnew li{
    width: 100%;
    border: 1px solid #dfd0c0;
    padding: 15px;
    box-sizing: border-box;
    break-inside: avoid;
    margin-bottom: 15px;
}
.cangpingdh{
    width: 100%;
    display: flex;
    justify-content: center;
}
.cangping-second{
    width: 300px;
    font-size: 36px;
    text-align: center;
    line-height: 2;
    color: #9b4336;
}
.cangping-second a{
    color: #9b4336;
}
.cangping-second.active{
    background: url("../images/cpactive.png") no-repeat top center;
    background-size: 100%;
    color: #f3e5d4;
}
.cangping-second.active a{
    color: #f3e5d4;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
/* notebook */
@media screen and (max-width: 1441px) {
    .toptab-nr p{
        font-size: 16px;
    }
    .toptab-nr p.big{
        font-size: 26px;
    }
    .videoname{
        font-size: 20px;
    }
    .ww-title{
        font-size: 16px;
    }
    .footdh-main ul li a{
        font-size: 16px;
    }
    .footdh-sublist li a{
        font-size: 14px;
    }
    .sectab-content p{
        font-size: 16px;
    }
    .about-h1{
        font-size: 36px;
    }
    .about-h2{
        font-size: 36px;
    }
    .abouttab-nr p{
        font-size: 16px;
    }
    .abouttabname p{
        font-size: 20px;
    }
    .cgxz-content p{
        font-size: 16px;
    }
    .kfxx-info h1{
        font-size: 33px;
    }
    .kfxx-info p{
        font-size: 16px;
    }
    .ld-name{
        font-size: 23px;
    }
    .ld-job{
        font-size: 16px;
    }
    .ld-jj p{
        font-size: 16px;
    }
    .jg-jj p.red{
        font-size: 23px;
    }
    .listname{
        font-size: 21px;
    }
    .listzy{
        font-size: 16px;
    }
    .listdate{
        font-size: 16px;
    }
    .readmore{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .zcname{
        font-size: 18px;
    }
    .zccontent p{
        font-size: 18px;
    }
    .xxgknews-time{
        font-size: 20px;
    }
    .xxgknews-title a{
        font-size: 24px;
    }
    .xxgknews-jj{
        font-size: 18px;
    }
    .cszl-jj{
        font-size: 18px;
    }
    .cszl-part p{
        font-size: 18px;
    }
    .cszl-wwyear p{
        font-size: 16px;
    }
    .cszl-wwname{
        font-size: 16px;
    }
    .xztitle{
        font-size: 36px;
    }
    .xzsubtitle{
        font-size: 24px;
    }
    .xz-jj{
        font-size: 20px;
    }
    .cp-title p{
        font-size: 20px;
    }
    .cp-title p.big{
        font-size: 36px;
    }
    .cp-jj{
        font-size: 20px;
    }
    .cp-list-title{
        font-size: 16px;
    }
    .cp-list-jj, .cp-list-jj p{
        font-size: 14px;
    }
    .wc-jj p{
        font-size: 18px;
    }
    .wctitle{
        font-size: 21px;
    }
    .ydzhibo-title{
        font-size: 26px;
    }
    .spnav-name{
        font-size: 28px;
    }
    .tplist-name{
        font-size: 18px;
    }
    .wzlistname{
        font-size: 23px;
    }
    .wzlistzy{
        font-size: 16px;
    }
    .xsnj-title{
        font-size: 18px;
    }
    .article p{
        font-size: 18px;
    }
    .wc-jj{
        font-size: 18px;
    }
    .wccp-name{
        font-size: 18px;
    }
    .coffee-jjwz{
        font-size: 18px;
    }
    .coffee-place-wz{
        font-size: 18px;
    }
    .coffee-item-name{
        font-size: 22px;
    }
    .coffee-item-subname{
        font-size: 16px;
    }
    .coffee-item-price{
        font-size: 40px;
    }
    .coffee-name{
        font-size: 31px;
    }
    .ydyx-jj{
        font-size: 20px;
    }
    .ydyx-title-zw{
        font-size: 21px;
    }
    .ydyx-subtitle{
        font-size: 18px;
    }
    .ydyx-list-zy{
        font-size: 16px;
    }
    .zggnavtitle{
        font-size: 24px;
    }
    .zggnum{
        font-size: 55px;
    }
    .zgg-title{
        font-size: 40px;
    }
    .zgg-jj{
        font-size: 18px;
    }
    .zgg-jj p{
        font-size: 18px;
    }
    .cp-detail-title p.big{
        font-size: 40px;
    }
    .cp-detail-title p{
        font-size: 20px;
    }
    .cp-detail-text p{
        font-size: 20px;
    }
}

/* mob */
@media screen and (max-width: 750px){
    .dh{
        display: none;
    }
    .mob-dh{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 60px;
        padding: 0 10px;
        box-sizing: border-box;
        background: #b44638;
        position: fixed;
        z-index: 1000;
    }
    .mob-logo{
        width: 70px;
    }
    .mob-bar{
        width: 30px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .border1,.border2,.border3{
        width: 100%;
        height: 5px;
        position: relative;
        background: #fffddd;
        transition: all 0.1s ease-out;
    }
    .mob-bar.open .border1{
        transform: rotate(45deg);
        transform-origin: 0 0;
    }
    .mob-bar.open .border2{
        opacity: 0;
    }
    .mob-bar.open .border3{
        transform: rotate(-45deg);
        transform-origin: 0 100%;
    }
    .mob-menu{
        width: 100%;
        height: calc(100vh - 60px);
        background: #b44638;
        position: fixed;
        top:60px;
        left: 0;
        z-index: 10000;
        overflow-y: auto;
    }
    .dhlist{
        width: 100%;
        flex-wrap: wrap;
    }
    .dhlist li{
        width: 100%;
        padding: 10px 6px;
        box-sizing: border-box;
    }
    .mob-sub{
        width: 100%;
        background: #781e14;
    }
    .mob-sub ul{
        display: flex;
    }
    .mob-sub ul li{
        width: auto;
    }
    .dhlist li a::after{
        display: none;
    }
    .part1{
        margin-top: 0;
        height: auto;
    }
    .toptab{
        flex-direction: column-reverse;
    }
    .tabbg1{
        background-image: url("../images/tabbg2.png");
    }
    .toptab-title{
        margin-top: 60px;
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        background: url("../images/bg1.jpg") center no-repeat;
    }
    .toptabname{
        width: 60px;
    }
    .toptabname img{
        width: 30px;
        height: 30px;
    }
    .toptabname img.big{
        width: 50px;
        height: auto;
    }
    .toptabname p{
        font-size: 14px;
    }
    .toptabblock{
        width: 100%;
    }
    .index-biaoyu{
        display: none;
    }
    .index-lead{
        width: 100%;
        margin-left: 0;
    }
    .index-info{
        padding: 0;
    }
    .index-info-ewm{
        position: relative;
        right: 0;
        top: 0;
        margin: 0 auto;
    }
    .h260{
        display: none;
    }
    .toptab-nr p.big{
        font-size: 22px;
    }
    .toptab-nr.pad80{
        padding: 0;
    }
    .videopart{
        width: 45%;
    }
    .videopic{
        border-radius: 15px;
        margin-bottom: 15px;
    }
    .videoname{
        font-size: 14px;
    }
    .geduan{
        height: 100px;
        background-size: cover;
    }
    .part2{
        height: 643px;
    }
    .tab{
        flex-wrap: wrap;
    }
    .tab-title{
        width: 100%;
        max-width: 100%;
        height: auto;
        flex-direction: row;
        margin-bottom: 15px;
    }
    .tabname{
        width: 16%;
    }
    .tabblock{
        width: 100%;
        height: 100%;
    }
    .tabnum{
        padding-left: 45px;
        margin-bottom: 10px;
    }
    .tabname.active .tabnum{
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .tab-content{
        border-radius: 0;
    }
    .tablanmu,.tabname.active .tablanmu{
        width: 100%;
    }
    .tablanmu::after{
        margin-top: 10px;
    }
    .tabname{
        justify-content: end;
        flex-wrap: wrap;
    }
    .pos1,.pos2{
        top: 3%;
        left: 10%;
    }
    .sectab-point{
        width: 15px;
        height: 15px;
    }
    .sectab-content p{
        font-size: 14px;
    }
    .sectab-wenwu{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .ww-title{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .footyuan,.footdh{
        display: none;
    }
    .footbq-nr{
        flex-wrap: wrap;
    }
    .foot-item,.foot-link{
        width: 100%;
    }
    .foot-item p{
        font-size: 14px;
    }
    .foot-icon{
        width: 30px;
    }
    .secdh{
        display: none;
    }
    .abouttab{
        flex-direction: column-reverse;
    }
    .abouttab-title{
        width: 100%;
        max-width: 100%;
        margin-top: 60px;
        background: url("../images/bg1.jpg") center no-repeat;
        flex-direction: row;
        padding-bottom: 15px;
    }
    .about-name{
        width: 60px;
    }
    .abouttabname{
        width: 80px;
    }
    .abouttabname img{
        padding: 0;
    }
    .abouttabname.active img{
        background: none;
    }
    .abouttabname p{
        font-size: 14px;
    }
    .abouttabblock{
        width: 100%;
        height: auto;
    }
    .about-left{
        display: none;
    }
    .about-right{
        width: 100%;
    }
    .about-right.pad40{
        padding: 0;
    }
    .about-h1,.about-h2{
        font-size: 18px;
    }
    .abouttab-nr p{
        font-size: 14px;
    }
    .about-small{
        width: 100%;
    }
    .aboutbg1,.aboutbg2,.aboutbg3{
        background-position: center;
    }
    .lingdao-pic{
        width: 80px;
    }
    .lingdao-detail{
        width: calc(100% - 100px);
    }
    .ld-name{
        font-size: 20px;
    }
    .ld-jj{
        margin-top: 10px;
    }
    .aboutpart3{
    	padding-top: 10px!important;
    	padding-bottom:10px!important;
    }
    .about-lingdao{
        margin-bottom: 10px;
    }
    .about-lanmu,.about-lanmu2{
        background: none;
        margin-top: 10px!important;
        padding-bottom: 20px!important;
    }
    .about-lmmane{
        width: 70px;
    }
    .cgxz{
        display: none;
    }
    .kfxx,.fwss,.cszl{
        margin-top: 0;
        display: inline-block;
    }
    .kfxx-nr{
        width: 100%;
        height: 775px;
        background-position: 10% top;
    }
    .kfxx-content{
        width: 90%;
        height: 100%;
        top:0!important;
        left: 5%;
        box-sizing: border-box;
    }
    .kfxx-info{
        width: 100%;
    }
    .aboutpart2{
        height: auto;
    }
    .fwss-content{
        width: 100%;
        padding: 10px;
        border-radius: 0!important;
    }
    .fwss-but1,.fwss-but2{
        display: none;
    }
    .zhanlan{
        margin-top: 0;
    }
    .zhanlanmain{
        width: 100%;
        border-radius: 0;
        padding-top:70px;
    }
    .article{
        margin-top: 15px;
    }
    .position{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .article-title{
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .article p{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .cangping{
        margin-top: 0;
        background-size: cover;
        height: 1300px;
    }
    .cp-mainswipe{
        width: 100%;
    }
    .cp-picgundong{
        width: 100%;
    }
    .cp-pic{
        width: 80%;
        height: 600px;
        margin: 100px auto;
    }
    .cp-title p.big{
        font-size: 24px;
    }
    .cp-title p{
        font-size: 16px;
    }
    .cp-mainswipe{
        margin-top: 70px;
    }
    .cp-title{
        height: 150px;
    }
    .cp-button-next,.cp-button-prev{
        width: 40px;
        z-index: 100;
    }
    .cp-jj{
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
    }
    .cp-content{
        width: 90%;
        height: auto;
        padding: 30px;
    }
    .cp-close{
        padding: 12px;
    }
    .cp-close img{
        width: 16px!important;
    }
    .cp-detail-title p.big{
        font-size: 26px;
    }
    .cp-detail-title p,.cp-detail-text p{
        font-size: 16px;
    }
    .cp-detail-pic{
        height: 270px;
    }
    .cp-listen{
        width: 30px;
    }
    .cszlmain{
        flex-wrap: wrap;
        padding-top: 60px;
        justify-content: center;
        background-size: cover;
    }
    .cszlhead{
        margin-top: 60px;
    }
    .cszlblock{
        width: 100%;
    }
    .cszltitle{
        width: 30%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .cszlnrtype1{
        flex-direction: column;
    }
    .cszl-left,.cszl-right{
        width: 100%;
        margin-bottom: 15px;
        box-shadow: none;
    }
    .cszl-wwyear,.cszl-wwpic{
        margin-bottom: 15px;
    }
    .cszltishi.fr{
        float: none;
    }
    .cszlnrtype2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cszl-nav{
        margin-top: 0px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cszlline{
        display: none;
    }
    .cszl-navname{
        width: 40%;
        margin-top: 55px;
    }
    .list{
        margin-top: 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .listdh{
        width: 100%;
        border-radius: 0;
        flex-direction: row;
        justify-content: space-around;
        padding: 0;
        margin-top: 60px;
    }
    .about-name{
        display: none;
    }
    .abouttabname img{
        width: 40px;
        height: 40px;
    }
    .rightdhline{
        display: none;
    }
    .listblock{
        width: 100%;
        margin-top: 30px;
    }
    .listname{
        font-size: 18px;
    }
    .listdate{
        margin-top:20px;
        font-size: 14px;
    }
    .readmore{
        font-size: 14px;
        width: 95px;
        height: 30px;
        line-height: 30px;
    }
    .twlist li{
        flex-wrap: wrap;
        justify-content: center;
    }
    .listdetail{
        width: 100%;
    }
    .listpic{
        width: 100%;
        margin-bottom: 10px;
    }
    .listpage ul li{
        width: 30px;
        font-size: 18px;
    }
    .listpage ul li a{
        font-size: 18px;
    }
    .listpage ul li.prev, .listpage ul li.next{
        width: 8px;
    }
    .wcicon{
        width: 40px;
    }
    .wctitle{
        font-size: 18px;
    }
    .wc-jj{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .wccpblock{
        width: 100%;
    }
    .wcpic{
        margin-bottom: 10px;
    }
    .wccp-name{
        font-size: 16px;
    }
    .wcline.short{
        height: 30px;
    }
    .xcpsp{
        display: none;
    }
    .ydzhibo{
        border-radius: 10px;
        margin: 30px auto;
    }
    .ydzhibo-title{
        font-size: 18px;
        bottom: 0;
    }
    .playbut{
        width: 50px;
    }
    .splistnav{
        width: 90%;
        margin: 30px auto;
    }
    .spnav-name{
        font-size: 16px!important;
        line-height: 1.5;
        margin-top: 0px;
    }
    .spnav-name-sm{
    	font-size: 12px!important;
    }
    .spnav-name-sm br{
    	display: block;
    }
    .spnav-icon1,.spnav-icon2,.spnav-icon3{
        width: 30px;
        height: 30px;
    }
    .spnav-block{
        width: 100px;
        height: 100px;
    }
    .spnavline{
        height: 20px;
        top:55px;
    }
    .tplist-name{
        font-size: 16px;
    }
    .tplist{
        grid-template-columns: repeat(2, 45%);
    }
    .tplist li{
        margin-bottom: 15px;
    }
    .xzlist{
        margin-top: 30px;
    }
    .xztitle{
        font-size: 26px;
        background-size: 16px;
        background-position-y:11px;
    }
    .xzsubtitle{
        font-size: 20px;
    }
    .xz-more a{
        font-size: 16px;
    }
    .xzlist li.active .xz-pic{
        display: none;
    }
    .xz-jj{
        width: 100%;
        font-size: 16px;
    }
    .xsnjblock{
        width: 100%;
        background-color: #f5e3cf;
    }
    .xsnjmian{
        width: 100%;
    }
    .xsnjlist{
        background: none;
        grid-template-columns: repeat(1, 80%);
    }
    .zctitle{
        font-size: 20px;
    }
    .zcmenu{
        flex-wrap: wrap;
    }
    .zclist{
        width: 100%;
        margin-right: 0%;
        border-right: none;
        border-bottom: 1px solid #c3a785;
    }
    .zcname{
        font-size: 16px;
        margin: 10px 0;
    }
    .xxgknews{
        width: 100%;
        margin:0 auto;
        border-radius: 0;
    }
    .xxgnewskblock{
        flex-wrap: wrap;
        justify-content: end;
    }
    .xxgknews-time{
        width: 100%;
        font-size: 16px;
        height: 30px;
        border-top: 1px solid #e1cfb9;
    }
    .xxgkicon2{
        width: 30px;
    }
    .xxgknews-content{
        width: 90%;
        border: none;
    }
    .xxgkline{
        left: 15px;
    }
    .xxgknews-title,.xxgknews-title a{
        font-size: 20px;
    }
    .xxgknews-jj{
        font-size: 16px;
    }
    .ydyxlogo{
        width: 40%;
        margin: 15px auto;
    }
    .ydyx-jj{
        margin-top: 15px;
        font-size: 18px;
    }
    .ydyx-list li{
        flex-wrap: wrap;
        justify-content: center;
    }
    .ydyx-right{
        margin-bottom: 25px;
    }
    .ydyx-list-pic{
        width: 80%;
        margin-bottom: 15px;
    }
    .ydyx-detail{
        width: 100%;
    }
    .ydyx-title-zw{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .ydyx-more{
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        width: 50px;
    }
    .ydyx-subtitle{
        font-size: 16px;
    }
    .yicoffee{
        margin-top: 60px;
        display: inline-block;
    }
    .coffeehead-jjblock{
        width: 40%;
        background-size: cover;
        left: 0;
    }
    .coffee-jj{
        height: 100%;
    }
    .coffee-jjwz{
        font-size: 14px;
        line-height: 1;
    }
    .coffee-logo{
        display: none;
    }
    .coffee-place,.coffee-biaoyu{
        display: none;
    }
    .coffee-zhaopai{
        padding: 30px 0;
    }
    .coffee-name{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .coffee-icon{
        width: 40px;
        margin-bottom: 10px;
    }
    .coffee-line{
        width: 60px;
    }
    .coffee-zp-title{
        margin-bottom: 30px;
    }
    .coffee-list{
        flex-wrap: wrap;
    }
    .coffee-item{
        width: 45%;
    }
    .coffee-item-pic{
        margin-bottom: 15px;
    }
    .coffee-item-price{
        font-size: 25px;
    }
    .coffee-master-title{
        width: 100%;
    }
    .coffee-item-name{
        font-size: 20px;
    }
    .coffee-tab-name{
        margin-right: 10px;
    }
    .zgg{
        margin-top: 60px;
        display: inline-block;
    }
    .zhinantitle{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .zhinan-detail p{
        font-size: 16px;
    }
    .kaifangzhinan{
        width: 40px;
    }
    .zgg-jj p{
        font-size: 16px;
    }
    .zggnavtitle{
        font-size: 20px;
    }
    .zggnav{
        display: none;
    }
    .zggright{
        width: 100%;
    }
    .zggnav{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .zggcontent{
        padding: 50px;
        justify-content: start;
    }
    .zggpage{
        width: 150px;
        top: 10px;
        bottom: auto;
    }
    .zggpageprev, .zggpagenext{
        font-size: 16px;
    }
    .view360{
        width: 40px;
    }
    .zgg-title{
        font-size: 25px;
    }
    .zggline{
        display: none;
    }
    .wc-leftpart{
        width: 20%;
    }
    .wctitle br{
        display: block;
    }
    #kfzn{
        top: 20%;
    }
    .ydyx-icon{
        width: 25px;
    }
    .cangpingnew{
        margin-top: 0;
    }
    .cangping-second{
        width: 40%;
        font-size: 18px;
    }
    .cp-listnew-detail,.cp-listnrnew{
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
    .cpnewslist{
        margin-top: 90px;
    }
    .cp-mainlistnew{
        column-count:2;
    }
    .cp-nav ul li{
        width: 25px;
        font-size: 16px;
    }
    .cp-nav ul li.nav-prev, .cp-nav ul li.nav-next{
        width: 8px;
    }
    .cp-listnrnew{
        margin-top: 15px;
    }
    .zgg-mainlist{
        column-count:1;
        margin: 0;
    }
    .zgg-more{
    	display:none;
        padding-top: 20px;
    }
    .zgg-more img{
        width: 60%;
    }
    .toptab-content-suggestion .toptab-nr p.big{
    	font-size: 16px;
    }
    .toptab-content-suggestion .option-wrap {
	    width: 90%;
	}
	.toptab-content-suggestion .input-group {
		align-items: center;
	}
	.toptab-content-suggestion .input-group-addon{
		padding: 0 20px;
    	line-height: calc(1.5em + .75rem);
    	height: calc(1.5em + .75rem);
	}
	.toptab-content-suggestion .operater .btn {
	    padding: .5rem 2rem;
	    margin: 0 1rem;
	    border-radius: 4rem;
	}
	.jg-line-1-1{
		height: 28px!important;
	}
	.jg-line-2-1{
		height: 28px!important;
	}
	.jg-item-wrap{
		margin-left: -14px!important;
		margin-right: -14px!important;
	}
	.jg-item {
	    font-size: 14px!important;
	    width: 28px!important;
	    line-height: 28px!important;
	}
	.jg-jj{
		margin-top:32px;
	}
	.jg-jj p.red {
        font-size: 16px;
    }
    .fwss-content-title-wrap{
    	margin-top:20px!important;
    	margin-bottom: -30px!important;
    }
    .fwss-content-title{
    	font-size: 10px!important;
    }
    .cp-listnrnew{
    	padding:20px;
    }
    .col-md-3 {
        width: 100%;
    }
    .zggcontent{
    	padding:20px!important;
    }
    .zggcp-list {
	    margin-top: 220px!important;
	}
	.zgg-list-detail {
	    padding: 20px 0!important;
	}
	.zgg-listnr {
	    width: 90%;
	    margin: 20px auto;
	    padding: 20px;
	    background: #f3e5d4;
	    border-radius: 10px;
	    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
	}
	.listcontent .article .operater .btn{
		font-size: 16px!important;
	}
	.zhezhao2{
	    position: fixed;
	}
	.cp{
	    padding: 0 !important;
	}
	.cp-content {
        width: 90%;
        height: 90%;
        padding: 20px;
    }
    .cp-detail-pic {
        height: 170px;
    }
    .cp-detail-text {
        height: 35%;
        overflow-y: auto;
    }
}