.warp_cont {
    height: 100%;
}

.down_app {
    position: fixed;
    width: 189px;
    height: 59px;
    /* background:rgba(177,148,107,.76);
      box-shadow:0px 7px 6px 0px rgba(118,95,59,0.71);
      border-radius:0px 30px 30px 0px; */
    bottom: 120px;
    z-index: 999;
    left: 0;
    cursor: pointer;
    display: none;
}

.down_app img {
    height: 100%;
    object-fit: contain;
}

.topbj {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    filter: blur(5px);
    background-size: 100%;
}
.topbj img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.center_cont {
    min-width: 1300px;
    max-width: 1300px;
    min-height: 100%;
    height: 100%;
    z-index: 101;
    position: absolute;
    left: 50%;
    margin-left: -650px;
}

.center_cont::-webkit-scrollbar {
    display: none;
}

.center_cont .floor_one {
    padding: 0 10px;
    background: rgba(251, 251, 251, 0.5);
    margin-bottom: 10px;
    padding-top: 60px;
}

.center_cont .floor_one .floo_warp {
    width: 100%;
    height: 100%;
    background: rgba(251, 251, 251, 1);
    padding-bottom: 68px;
}

.center_cont .floor_one .topbar {
    width: 1280px;
    height: 60px;
    background: rgba(251, 251, 251, 1);
    box-shadow: 2px 3px 7px 1px rgba(5, 5, 5, 0.11);
    position: fixed;
    top: 0;
    z-index: 9999;
}

.center_cont .floor_one .topbar .logoimg {
    width: 165px;
    height: 52px;
    margin-left: 65px;
    padding-top: 2.5px;
}

.center_cont .floor_one .topbar .logoimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.center_cont .floor_one .topbanner {
    width: 100%;
    text-align: center;
    padding-bottom: 64px;
}

.center_cont .floor_one .topbanner img {
    width: 90%;
    max-height: 400px;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    box-shadow: 0px 12px 14px 0px rgba(12, 9, 4, 0.2);
}

.center_cont .floor_one .topbanner .Notice {
    width: 630px;
    margin: 0 auto;
    margin-top: 30px;
    display: none;
}

.center_cont .floor_one .topbanner .Notice h2 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.center_cont .floor_one .topbanner .Notice p {
    text-align: justify;
    font-size: 16px;
    color: #333333ff;
    line-height: 30px;
    margin-bottom: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.center_cont .floor_one .topbanner .Notice .detBtn {
    background: rgba(153, 124, 82, 1);
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 90px;
    height: 30px;
    text-align: center;
    position: relative;
}

.center_cont .floor_one .topbanner .Notice .detBtn a {
    text-decoration: none !important;
    color: #fff !important;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    width: 90px;
    height: 30px;
    margin-left: 0;
    position: absolute;
    left: 0;
    line-height: 30px;
    top: 0;
}

.exInfo h2 {
    width: 85%;
    border-bottom: 1px solid rgba(237, 226, 209, 1);
    margin: 0 auto;
    text-align: center;
    color: #997c52;
    margin-bottom: 26px;
    font-size: 26px !important;
    font-weight: 400;
    letter-spacing: 3px;
    padding-bottom: 14px;
}

.exInfo h3 {
    color: #997c52;
    font-size: 18px;
    text-align: center;
    margin-bottom: 58px;
    letter-spacing: 3px;
}

.text_info,
.text_info_top {
    width: 1097px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.exInfo .slideDown {
    position: absolute;
    right: 92px;
    font-size: 17px;
    color: #997c52;

    background: inherit;
    padding-right: 25px;
    cursor: pointer;
}
.exInfo .slideDown::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/slidDown.png;vpn_img) right center no-repeat;
    background-size: contain;
    position: absolute;

    right: 0;
    top: 5.7px;
}
.exInfo .slideDown.active::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -m-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.text_info p,
.text_info_top p {
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    text-align: justify;
}

.text_info p .time,
.text_info_top p .time {
    display: inline-block;
    min-height: 19px;
    background: url(../img/time.png;vpn_img) no-repeat;
    padding-left: 25px;
    background-position: 0 center;
    font-size: 19px;
    color: #666666;
}

.text_info p .time em,
.text_info_top p .time em {
    display: inline-block;
    font-size: 17px;
    margin-left: 10px;
}

.text_info p .adress,
.text_info_top p .adress {
    display: inline-block;
    min-height: 19px;
    background: url(../img/adress.png;vpn_img) no-repeat;
    padding-left: 25px;
    background-position: 0 center;
    font-size: 19px;
    color: #666666;
    margin-left: 83px;
}
.text_info_top .lianjie {
    background: url(../img/lianjie.png;vpn_img) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 10px;
}
.text_info_top .adressUl {
    display: inline-block;
    vertical-align: text-top;
    width: 1000px;
}
.text_info_top .adressUl li {
    width: 33.33%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 400;
    text-decoration: underline;
}
.text_info_top .adressUl li a {
    color: #666666 !important;
    cursor: pointer;
}
.text_info p .time,
.text_info_top p .time,
.adress em {
    display: inline-block;
    font-size: 17px;
    margin-left: 10px;
}

.footerBar {
    width: 100%;
    height: 110px;
    background: rgba(177, 148, 107, 0.1);
    position: fixed;
    bottom: 0;
    z-index: 104;
    overflow: inherit !important;
}

.footerBar .footerCnter {
    width: 1280px;
    height: 110px;
    margin: 0 auto;
    background: rgba(177, 148, 107, 0.9);
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 110px;
    position: relative;
    overflow: inherit !important;
}

.footerBar .footerCnter .download {
    position: absolute;
    width: 122px;
    height: 141px;
    background: rgba(177, 148, 107, 0.9);
    right: 175px;
    bottom: 0;
}

.footerBar .footerCnter .download dt {
    width: 104px;
    height: 104px;
    background: #fff;
    margin: 10px;
}

.footerBar .footerCnter .download dd {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #fff;
    height: 20px;
    line-height: 9px;
}

.footerBar .footerCnter .download dt img {
    width: 100%;
    height: 100%;
}

.footerBar .footerCnter .close {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    /* background:;background:rgba(177,148,107,.9); */
    background: url(../img/clone1.png;vpn_img) no-repeat;
    position: absolute;
    top: -55px;
    right: 110px;
    cursor: pointer;
}

/* 楼层二 */
.floor_tow {
    padding: 0 10px;
    background: rgba(251, 251, 251, 0.5);
    margin-bottom: 10px;
}

.center_cont .floor_tow .floo_warp {
    width: 100%;
    height: 100%;
    background: rgba(251, 251, 251, 1);
    padding-bottom: 10px;
    padding-top: 64px;
}

.floor_tow_title {
    text-align: center;
    font-size: 26px;
    color: #997c52ff;
    margin-bottom: 50px;
    font-weight: 400;
    margin-top: 20px;
    letter-spacing: 3px;
}

.Relevant_info {
    margin-bottom: 70px;
}

.Relevant_info dl {
    margin-left: 40px;
    margin-bottom: 20px;
}

.Relevant_info dl dt {
    float: left;
    width: 524px;
    height: 262px;
}

.Relevant_info dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Relevant_info dl dd {
    float: left;
    margin-left: 50px;
}

.Relevant_info dl dd p {
    font-size: 16px;
    color: #666666;
    width: 560px;
    text-align: justify;
    line-height: 35px;
    margin-bottom: auto !important;
    line-height: 30px;
    margin-bottom: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.Relevant_info dl dd .Relevant_info_title {
    font-size: 24px;
    color: #333333 !important;
    font-weight: 400px;
    margin-bottom: 20px;
    font-weight: 400;
}

.Exhibits_one_list {
    margin-left: 40px;
}

.Exhibits_one_list dl {
    width: 390px;
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 44px;
}

.Exhibits_one_list dl:last-child {
    position: relative;
}

.Exhibits_one_list dl:last-child:after {
    position: absolute;
    content: "查看更多展品";
    width: 100%;
    height: 265px;
    background: rgba(15, 15, 16, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    text-align: center;
    line-height: 265px;
}

.Exhibits_one_list dl:last-child:before {
    position: absolute;
    width: 21px;
    height: 21px;
    content: "";
    background: url(../img/more.png;vpn_img) no-repeat;
    top: 122px;
    left: 265px;
    z-index: 9;
}

.Exhibits_one_list dl dt {
    width: 390px;
    height: 265px;
    margin-bottom: 18px;
}

.Exhibits_one_list dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Exhibits_one_list dl dd {
    font-size: 16px;
    color: #333333ff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Exhibits_tow {
    padding: 0 40px;
    margin: 20px auto;
    clear: both;
}

.Exhibits_banner {
    width: 1200px;
    height: 400px;
    padding-top: 25px;
    position: relative;
    margin-bottom: 15px;
}

.Exhibits_banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Exhibits_banner .gd {
    position: absolute;
    width: 210px;
    height: 54px;
    background: url(../img/gd.png;vpn_img) no-repeat;
    right: 0;
    bottom: 25px;
    cursor: pointer;
}

.Exhibits_tow_list dl {
    margin-right: 15px;
    width: 390px;
    cursor: pointer;
}

.Exhibits_tow_list dl dt {
    width: 390px;
    height: 265px;
    margin-bottom: 18px;
}

.Exhibits_tow_list dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Exhibits_tow_list dl dd {
    font-size: 20px;
    color: #333333ff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Exhibits_tow_list dl:last-child {
    margin-right: 0;
}

.panorama {
    margin-bottom: 0px;
    text-align: center;
}

.panorama_img {
    width: 1200px;
    height: 536px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.panorama_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.panorama_img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.panorama_img:before {
    position: absolute;
    content: "";
    width: 132px;
    height: 48px;
    background: url(../img/360.png;vpn_img) no-repeat;
    z-index: 9;
    left: 50%;
    margin-left: -66px;
    top: 50%;
    margin-top: -24px;
}

.floor_three {
    padding: 0 10px;
    background: rgba(251, 251, 251, 0.5);
    margin-bottom: 10px;
}

.center_cont .floor_three .floo_warp {
    width: 100%;
    height: 100%;
    background: rgba(251, 251, 251, 1);
    padding-bottom: 90px;
    padding-top: 33px;
}

.leaving_list {
    padding-left: 72px;
}

.leaving_list dl {
    position: relative;
    margin-bottom: 25px;
}

.leaving_list dl .thumbs_up {
    position: absolute;
    width: 160px;
    height: 26px;
    background: url(../img/up.png;vpn_img) no-repeat;
    padding-left: 35px;
    line-height: 34px;
    font-size: 17px;
    right: 0px;
    top: 5px;
    cursor: pointer;
    color: #666666;
}

.leaving_list dl dt {
    width: 53px;
    height: 53px;
}

.leaving_list dl dt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.leaving_list dl dd {
    margin-left: 15px;
}

.leaving_list dl dd p {
    width: 602px;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    margin-bottom: 8px;
    /* font-weight: bold; */
}
.backIfo_times {
    color: #999999 !important;
}

.user_name {
    font-size: 20px;
    color: #333333ff;
    margin-bottom: 3px;
    font-weight: 400;
    letter-spacing: 3px;
}

.leaving_list dl dd .leaving_time {
    font-size: 16px;
    color: #999999;
}
.relateNewWrap {
    padding-left: 40px;
}
.relateNewWrap ul {
    height: 300px;
}
.relateNewWrap ul li {
    float: left;
    width: 390px;
    margin-right: 15px;
}
.relateNewWrap ul li a {
    display: block;
    text-decoration: none;
}
.relateNewWrap ul li .picWrap {
    height: 265px;
    overflow: hidden;
}
.relateNewWrap ul li .picWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.relateNewWrap ul li .botRow {
    position: relative;
    height: 28px;
    margin-top: 10px;
}
.relateNewWrap ul li .videoType:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    width: 28px;
    height: 28px;
    background: url("../img/video_icon.png;vpn_img") no-repeat;
}
.relateNewWrap ul li .botRow h3 {
    width: 220px;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.videoPop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 999;
}
.videoPop .contentWrap {
    position: absolute;
    width: 1072px;
    height: 560px;
    top: 50%;
    left: 50%;
    margin-left: -536px;
    margin-top: -280px;
}
.videoPop .contentWrap .cls {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: url("../img/cls.png;vpn_img") no-repeat;
    cursor: pointer;
}
.videoPop .contentWrap h3 {
    font-size: 18px;
    color: #f8f8f8;
    line-height: 50px;
    margin-bottom: 0;
}
.videoPop .contentWrap .videoWrap {
    width: 1012px;
    height: 506px;
    background: #000000;
}
.videoPop .contentWrap .videoWrap video {
    width: 1012px;
    height: 506px;
}
.share-index {
    z-index: 100;
}
