html{
    min-width: 992px;
    overflow-x: hidden
}
p{
    margin-bottom: 0;
}
a:focus{
    text-decoration: none;
}
.content.container-fluid{
    position: relative;
    z-index: 1;
}
.add-position{
    position: relative;
}
.add-padding{
    padding-left: 18%;
    padding-right: 18%;
}


@media (max-width:1440px){
  .navbar-default .add-pdRights > li > a{word-break: break-all;font-size: 16px}
  .add-pdRights{padding-right: 30px !important}
}
@media (max-width:1440px){
  .navbar-default .add-pdRights > li > a{word-break: break-all;font-size: 14px}
  .add-pdRights{padding-right: 10px !important}
}
@media (max-width: 768px) {
    .add-margin{
        width: 740px;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .add-margin{
        width: 740px;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .add-margin{
        width: 960px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .add-margin{
        width: 1160px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .add-pdLeft{
        padding-left: 17%;
    }
    .add-pdRight{
        padding-right: 17%;
    }
}
/*.swiper-container img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}*/
.font-color-1{
    color: rgba(51,51,51,1);
}
.font-color-2{
    color: rgba(68,68,68,1);
}
.font-color-3{
    color: rgba(255,255,255,1);
}
.article-btn-radius{
    margin-top: 10px;
    font-size: 14px;
    padding: 5px 50px;
    border-radius: 17px;
    border: none;
}

/*侧边导航 QR*/
.QR{
    position: fixed;
    top: 60%;
    right: 0;
    width: 150px;
    z-index: 999;
}
.QR img{
    width: 100%;
    box-shadow:  0 0 10px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
    .QR{
        display: none;
    }
}

/*block2*/

.article-block2{
    overflow: hidden;
    margin-bottom: 15px;
}

.article-block2,.article-block2>div,.article-block2-css,.article-block2-img-box,.article-block2-content{
    height: 100%;
}
.article6-btn{
    cursor: pointer;
}
.article-block2-img-box{
    float: left;
    overflow: hidden;
}
.article-block2-content{
    float: right;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.12);
}
.article-block2-mask{
    border: 4px solid #1b6d85;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.article-block2-css:hover .article-block2-mask{
    opacity: 1;
}
.article-block2-css>div{
    display: inline-block;
}

.article-block2-title{
    line-height: 200%;
    font-weight: 600;
}
@media (max-width: 992px) {
    .article-block2-introduce{
        display: none;
    }
    .article-block2-title{
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .article-block2-title{
        font-size: 16px;
        line-height: 150%;
    }
    .article-block2-introduce{
        font-size: 12px;
        font-weight: 300;
    }
}
@media (min-width: 1200px) {
    .article-block2-title{
        font-size: 18px;
        line-height: 150%;
    }
    .article-block2-introduce{
        font-size: 14px;
    }
}
.article-block2-btn>span{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

}
.article-block2-btn{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) , rgba(255,255,255,1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(255,255,255,0) , rgba(255,255,255,1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(255,255,255,0) , rgba(255,255,255,1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(255,255,255,0) , rgba(255,255,255,1)); /* 标准的语法 */
}
.article-block2-css:hover .article-block2-btn{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

/*禁止换行  */
.no_wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*scroll样式*/
.scroll::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width:10px;
    height:10px;
}
.scroll::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
    display:none
}
.scroll::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
    display:none
}
.scroll::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/
    background:#fff;
}
.scroll::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/
    background:#E5E5E5;
    border-radius:4px;
}
.scroll::-webkit-scrollbar-corner {/*边角（位置6）*/
    background:#fff;
}

.add_hand{
    cursor: pointer;
}
.add_box_shadow {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.more-btn {
  background: rgba(172, 139, 74, 1)
}

/*yonyu 视频向下移动*/
.article3-py {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

/*宣传册*/
@media (min-width: 992px) {
  .article8-transform-bottom {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  .article8-transform-top {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.article8-img {
  width: 100%;
  height: auto;
}

.article6-bg {
  background-image: url("../img/index/article6-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.article4-bg {
  background-image: url("../img/index/article4-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.article6-new-block {
  background-image: url("../img/index/article6-block-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 335px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  margin-bottom: 30px;
}

.article6-new-block-img-box {
  height: 155px;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.right_img{flex:1;margin-left: 50px}
.right_img img{width: 100%}
.main_s{display: flex;padding:150px 0;align-items: center}
.w1400{max-width: 1400px;margin: 0 auto}
.lf_img{width: 60%;position: relative}
.swiper-button-next, .swiper-button-prev{color: #da251c !important}
.article6-new-block-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.article6-new-block-dashed {
  border-top: 3px dashed #eee;
  margin-bottom: 20px;
}

.article6-new-block-content {
  height: 80px;
}

.article6-new-block-money {
  font-size: 16px;
  color: #C8554B;
}

.article6-new-block-title {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}

.article6-new-block-subtitle, .article6-new-block-addr {
  font-size: 12px;
  margin-bottom: 10px;
}
.w1200{max-width: 1200px;margin: 0 auto}
.article6-btn-icon {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 2px;
}

#article1 img{width: 100%}
@media (min-width: 768px) {
  .article10_title {
    padding-top: 70px;
  }
}

.article10_title_text_cn {
  font-size: 30px;
  color: #333;
}

.article10_line {
  width: 30px;
  border-bottom: 2px solid #0C3696;
}

.article10_title_text_en {
  margin: 30px 0;
  font-size: 16px;
  color: #999999;
}

.article10_title_seemore {
  font-size: 16px;
  color: #333;
}

.article10_title_seemore > span {
  color: #0C3696;
}

.article10_news_list {
  padding: 0 45px;
}

.article10_news_img {
  width: 18px;
  height: 18px;
  margin-right: 20px;
}

.article10_news_detail {
  margin-top: 45px;
}

.zx {
  background: url('https://www.szmuseum.com/StaticFile/Images/zx.jpg') no-repeat center center;
  position: relative;
}
ul{
  padding: 0;
}
ul li{list-style:none;float: left;}
ol li{list-style:none;}
em{ font-style: normal;}
a{ color:#2a2a2a; outline:none;  text-decoration:none}
a{ color:#2a2a2a; outline:none;  text-decoration:none}
a:active{ border: 0;}
a:hover{text-decoration:none}
.continner {
  width: 100%;
  margin: 0 auto;
}
.yellowbtn{background: #f2670b;font-family:"微软雅黑";color:#FFF;}
.yellowbtn:hover{cursor: pointer;background:#f95725;}
.yellowbtn a{color:#FFF;}
.graybtn{background: #c7c7c7;color:#030000;}
.graybtn:hover{cursor: pointer;background:#c2bbb8;}
.graybtn a{color:#030000;}
.both{ clear: both;}
.cent100{ width: 1004px;margin: 0 auto;}
.clearfix { *zoom: 1;}
.clearfix:after {content: ''; display: table;clear: both;}
i{ font-style: normal;}
.contcent {
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.contleft {
  width: 100%;
  background-color: #f3f3f3;
  border-bottom: 2px solid #e2e2e2;
  height: 68px;
}

.leftlist {
  text-align: center;
}

.leftlist li {
  height: 68px;
  line-height: 70px;
  font-size: 15px;
  margin: 0 17px;
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.leftlist li a {
  color: #2a2a2a;
  padding: 23px 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  letter-spacing: 1px;
}

.leftlist li:hover {
  cursor: pointer;
}

.leftlist li:hover a {
  color: #da251c;
  border-bottom: 2px solid #da251c;
}

.leftlist li.current a {
  color: #da251c;
  border-bottom: 2px solid #da251c;
}
/*===============详细页2016-08-25 zwq===============*/
.mincontright{width: 850px;margin:0 auto;}
.contright{width:1152px;margin: 0 auto;position: relative;}
.contrightlist{height:auto!important;  _height:615px;}
.contip{width:100%; text-align:left;margin-top: 20px; color:#6a6969;position: relative;}

.contip span{padding:0 10px;margin-right: 30px;}
.contip span.right3d{position: absolute;right: 0;top: 8px;}
.contip span.right3d a{color: #F65229;}
.divContent{width: 100%;margin-top:15px;color: #2a2a2a;line-height: 28px;position: relative;}
.divContent img{ max-width: 100%;height: auto;margin: 20px auto;display: block;}
.divContent video{max-width: 100%;height: auto;margin: 20px  auto;display: block;}
.divContent p{ text-indent: 2em;}
.divContent table{text-align: center;max-width: 100%;margin: 15px auto;}
.divContent table td{ border: 1px solid #ddd;padding: 5px 10px;}
/*===============内页2016-08-25 zwq===============*/
.contwraptop{display:block;width:100%;padding-top: 50px;float: left;}
.content{display:block;width:100%;padding: 50px 0 80px 0;}
.content h1{text-align:left;font-size: 20px;font-weight: normal;color: #2a2a2a;position: relative;}
.content h1 .threed{ top: -6px;right: 0;}
.continner{width:100%; margin:0 auto;}
.contcent{width:100%;background:#fff;overflow: hidden;position: relative;}
.navimg{width:100%; margin:0 auto;position: relative;}
.bgjs_navimg{ width: 100%;height: 380px;margin:0 auto;}

/*========================================================
	珍贵古籍书影
========================================================*/
.allcenter{width: 1150px;margin-left: auto;margin-right: auto;}
/*.pubpiclist li .imgstyle{ height: 260px;}
.pubpiclist li p{ height: 44px;}
.collectlist.pubpiclist li .imgstyle img{transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);max-width: none;max-height: none;}
.pubpiclist li:hover .imgstyle img{ transform: scale(1.1, 1.1);}*/
.pubpiclist{overflow: hidden;margin-top: 35px;margin-right: -23px;}
.pubpiclist li{/* background: url(../Images/inner/publibg.png) no-repeat; *//* background-size: contain; */width: 366px;float: left;margin-bottom: 25px;margin-right: 25px;border: 1px solid #c5c5c5;box-sizing: border-box;border-radius: 3px;cursor: pointer;}
.pubpiclist li .imgstyle{ width: 110px;height: 143px;float: left;margin: 31px 14px 31px 19px;text-align: center;}
.pubpiclist li .imgstyle img{transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);max-width: 100%;max-height: 100%;}
.pubpiclist li:hover .imgstyle img{ transform: scale(1.1, 1.1);}
.pubpiclist li .cont{float: left;margin: auto;margin-top: 39px;padding: 0;width: 200px;background: none;}
.pubpiclist li .cont h3:first-child{font-size: 16px;font-weight: normal;color: #636363;margin-bottom: 7px;line-height: 23px;}
.pubpiclist li .cont div{ height: 72px;overflow: hidden;}
.pubpiclist li .cont a:first-child+a{ display: block;margin: 15px 5px 0 0;text-align: right;color: #a5a5a5;transition:color .5s ease;}
.pubpiclist li .cont a:first-child+a:hover{ color: #da251c;}
.pubpiclist li .cont p{ font-size: 14px;line-height: 24px;color: #5e5e5e;}

/*========================================================
	珍贵古籍书影详情
========================================================*/
.publicinfo{overflow:hidden;padding-top: 20px;}
.publicinfo .briefinfo{position: relative;width: 280px;float: left;margin-right: 50px;}
.publicinfo .briefinfo .imgstyle{max-height: 400px;overflow: hidden;text-align:center;margin-bottom: 20px;}
.publicinfo .briefinfo .imgstyle img{max-height:100%;max-width: 100%;}
.publicinfo .info{font-size: 14px;line-height: 28px;text-align: left;}
.publicinfo .info h3{font-size:16px;font-weight: normal;line-height: 25px;margin-bottom: 5px;}
.publicinfo .publicdetail{/* background: url(../Images/inner/pubdetail-line.png) repeat-y; */margin:0;padding: 25px 0 40px 69px;float: left;width: 690px;min-height: 500px;border-left: 1px solid #d8d8d8;color: #444;}
.publicinfo .publicdetail .cont{width: auto;margin: auto;margin-top:0;padding: 0;line-height: 26px;font-size: 14px;background: none;overflow: hidden;}
.publicinfo .publicdetail .cont img{ max-width: 100%;height: auto;}
.maindetail .cont p{ text-indent: 2em;margin: 5px 0;}

.appreciation_page { position: relative; }
.appreciation_page .content .img_list { display: flex;flex-wrap: wrap; }
.appreciation_page .content .img_list li { width: calc((100% - 90px) / 4);height: 307px;margin-right: 30px;margin-bottom: 50px;padding: 10px;background: #fff;text-align: center;cursor: pointer;box-sizing: border-box; }
.appreciation_page .content .img_list li:nth-child(4n) { margin-right: 0; }
.appreciation_page .content .img_list li > div { height: 235px;line-height: 235px;background: linear-gradient(#929298, #b8bac1);text-align: center; }
.appreciation_page .content .img_list li > div img { max-width: 100%; max-height: 100%;object-fit: contain;vertical-align: middle; }
.appreciation_page .content .img_list li h3 { line-height: 60px;color: #595757;font-size: 14px;overflow: hidden;text-overflow: ellipsis;width: 100%;white-space: nowrap; }
.appreciation_page .hide1 { display: none;position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;padding: 80px 0;box-sizing: border-box;background-color: rgba(0, 0, 0, 0.5);overflow: auto;align-items: center; z-index: 999;}
.appreciation_page .hide1 .allcenter { padding-bottom: 0; }
.appreciation_page .hide1 .gundong { height: 100%;overflow-y: auto; }
.appreciation_page .hide1 .detail { position: relative;/* height: calc(100vh - 80px); */box-sizing: border-box;background-color: #fff;padding: 55px;color: #898989;font-size: 14px; }
.appreciation_page .hide1 .detail p { line-height: 1.65; }
.appreciation_page .hide1 .detail h3 { color: #595757; }
.appreciation_page .hide1 .detail .topbox { display: flex;padding-right: 40px;text-align: justify; }
.appreciation_page .hide1 .detail .topbox .right { width: 100%; }
.appreciation_page .hide1 .detail .topbox .right > h3 { font-size: 24px;line-height: 1.5;padding: 15px 0 20px; }
.appreciation_page .hide1 .detail .topbox .img { flex-shrink: 0;width: 465px;height: 345px;margin-right: 60px;line-height: 345px;text-align: center;background: linear-gradient(#eeeeee, #eee); }
.appreciation_page .hide1 .detail .topbox .img img { max-width: 100%;max-height: 100%;object-fit: contain;vertical-align: middle; }
.appreciation_page .hide1 .detail .bottom { margin-top: 30px; }
.appreciation_page .hide1 .detail .bottom h3 { font-size: 18px;margin-bottom: 15px;text-align: left; }
.appreciation_page .hide1 .detail .bottom p { margin-bottom: 12px;color: #898989; }
.appreciation_page .hide1 .detail .close { position: absolute;top: 0;right: -50px;width: 50px;height: 50px;line-height: 50px;text-align: center;cursor: pointer; }
.openbigimg { position: absolute;z-index: 1000;width: 50px;height: 50px;left: 60px;top: 60px;background: url(../images/openbigimg.png) no-repeat center;cursor: pointer; }

  /*===============资讯列表页面2016-08-25 zwq===============*/
  .newslistmin {
    min-height: 400px;
  }

  .list {
    width: 1152px;
    margin: 0 auto;
  }

  .list ul {
    width: 100%;
    overflow: hidden;
  }

  .list ul li {
    border-bottom: 1px solid #dcdcdc;
    cursor: default;
    width: 1152px;
    margin: 0 auto;
    float: none;
  }

  .list ul li.list_first {
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: none;
  }

  .list ul li.list_first a {
    color: #767676;
    font-size: 18px;
  }

  .list ul li.list_first .newsdate {
    position: relative;
  }

  .list ul li.list_first .newsdate span.newsMonth {
    position: absolute;
    top: 10px;
    left: 180px;
    line-height: 28px;
  }

  .list ul li.list_first .newsdate span.newsDay {
    font-size: 48px;
    padding-bottom: 8px;
    border-bottom: 5px solid #2a2a2a;
  }

  .list ul li.list_first .newslistdetail {
    width: 74%;
    float: left;
  }

  .list ul li.list_first .newslistdetail p {
    line-height: 23px;
    color: #555555;
  }

  .list ul li div.newsdate {
    display: inline-block;
    float: left;
    width: 24%;
    text-align: center;
  }

  .list ul li h3 {
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
  }

  .list ul li h3 a {
    color: #767676;
    font-size: 15px;
    padding: 20px 0;
    display: inline-block;
    transition: 0.2s;
    -webkit-transition: 0.3s;
  }

  .list ul li h3 a:hover {
    color: #ee9d10
  }

  .list ul li span.newsDay {
    font-size: 30px;
    font-weight: bold;
    color: #2a2a2a;
    line-height: 60px;
  }

  .list ul li span.newsMonth {
    font-size: 18px;
    color: #9a9a9a;
  }

  .list ul li span.lsday {
    float: right;
    margin-right: 5px;
    padding: 20px 0;
    color: #767676;
  }

  .zxlist ul li {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    cursor: default;
  }


  /*===============基本陈列主页2016-08-9 zwq===============*/
  .exjblb {
    padding: 30px 0 80px 0;
  }

  .exjblb ul {
    overflow: hidden;
    margin-right: -40px;
  }

  .exjblb ul li {
    width: 554px;
    float: left;
    margin: 30px 40px 0 0;
    cursor: pointer;
    color: #2a2a2a;
  }

  .exjblb ul li a {
    display: block;
  }

  .exbindexdivimg {
    width: 100%;
    height: 248px;
  }

  .exbindexdivimg img {
    width: 100%;
    height: 100%;
  }

  .exhindexList_content {
    padding-bottom: 20px;
    height: 110px;
    padding: 5px 25px
  }

  .exhindexList_content h1 {
    padding-top: 11px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
  }

  .exhindexList_content p {
    height: 60px;
    line-height: 28px;
    text-indent: 2em;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .exjblb ul li:hover .exhindexList_content {
    color: #fff;
    background: #ffae00;
    transition: 0.3s;
  }

  /*===============基本陈列主页end===============*/

    /*====临时展览列表2016-08-11zwq====*/
.temmin{ min-height: 400px;height:auto!important; }
.extemwrap{ margin-top: 10px;}
.extemwrap ul{ width: 100%;overflow: hidden;}
.extemwrap ul li{padding-bottom:30px;border-bottom: 1px solid #ccc;margin:30px 0 0 0;float: none;position: relative;display: flex}
.extemwrap ul li i{float: left;width: 556px;height: 249px;margin-right:35px;overflow: hidden;}
.extemwrap ul li i img{ width: 100%;height: auto;}
/*.exblist_r{ padding-top: 10px;}*/
.exblist_r h1{font-size: 20px;color:#2a2a2a;font-weight: normal;}
.exblist_r .h11 a{ transition: 0.3s;font-family: Source Han Serif SC, Source Han Serif SC;
font-weight: bold;
padding-bottom: 10px;
display: block;
font-size: 28px;
line-height: 32px;
}
.exblist_r .h111 a{
  font-size: 32px;
  color: #DD494A;
}
.pl{
      color: #333;
    line-height: 36px;
    margin-bottom: 10px;
}

.activity_r_detail{line-height: 24px;font-size: 14px}
.exblist_r h1 a:hover{color: #f8ac28;}
.exblist_r_detail{ line-height: 26px;margin-top: 10px;}
.exblist_r_detail p{color:#2a2a2a;}
.exblist_r_detail p span{color:#6a6969;}
.extemwrap .order{
    left: 575px;
}
/*====end临时展览列表=====*/

/*=================================馆藏==================================*/
/*===============主页2016-08-11zwq===============*/
.colwrap{ width: 100%;min-height: 710px;padding-top: 35px;background: url(../Images/colindexbg.jpg) no-repeat top center;background-attachment:fixed;}

.collectcont{display: flex;flex-wrap: wrap}
.collectconts{height: auto !important}
.collectcont a{width:25%;margin-bottom: 30px}
/*.collectcont a:nth-child(even){margin-top: 30px}*/
.collectcont{position:relative;/*width:1152px;height:600px;position:relative;margin: 0 15% auto;*/}/*margin:15px auto;*/
/*.indexcenterdiv{position:absolute;text-align: center;margin-right:19px;}*/
.indexcenterdiv span{display: block;font-size:16px;color:#333333;padding-top: 20px;text-align: center;font-family: Source Han Serif SC, Source Han Serif SC;}
.indexcenterdiv:hover span{ color: #ee9d10;}

.indexcenterdiv img{width: 150px;height: 150px;border-radius: 75px;display: block;margin: 0 auto}
.collectcont .ltgb{}
.collectcont .ltgb i{background-position: 0 0;}
.collectcont .ltgb:hover i{background-position: 0 -86px;}
.collectcont .sh{left:195px;top:20px;}
.collectcont .sh i{background-position: -86px 0;}
.collectcont .sh:hover i{background-position: -86px -86px;}
.collectcont .sh i.collectcur{background-position: -86px -86px;}
.collectcont .tc{left:390px;top:40px;}
.collectcont .tc i{background-position: -172px 0;}
.collectcont .tc:hover i,.collectcont .tc i.collectcur{background-position: -172px -86px;}
.collectcont .gyp{left:585px;top:0;}
.collectcont .gyp i{background-position: -258px 0;}
.collectcont .gyp:hover i,.collectcont .gyp i.collectcur{background-position: -258px -86px;}
.collectcont .tq{left:780px;top:60px;}
.collectcont .tq i{background-position: -344px 0;}
.collectcont .tq:hover i,.collectcont .tq i.collectcur{background-position: -344px -86px;}
.collectcont .zwfch{right:0;top:45px;}
.collectcont .zwfch i{background-position: -430px 0;}
.collectcont .zwfch:hover i,.collectcont .zwfch i.collectcur{background-position: -430px -86px;}
/*苏州工艺美术馆*/
.indegycpenterdiv{position:absolute;text-align: center;margin-left:15px;margin-right:15px;}
.indegycpenterdiv span{display: block;font-size:16px;color:#7e7c7c;padding-top: 20px;}
.indegycpenterdiv:hover span{ color: #ee9d10;}
.indegycpenterdiv i{display:inline-block;width:86px;height:86px;}
.indegycpenterdiv img{padding-top:45px;width:220px;height:414px;}
.collectcont .dk{left:110px;top:33px;}
.collectcont .zhixiu{left:339px;top:33px;}
.collectcont .ss{left:567px;top:33px;}
.collectcont .jj{left:796px;top:33px;}
/*.collectcont .dk{left:0px;top:33px;}
.collectcont .zhixiu{left:229px;top:33px;}
.collectcont .ss{left:457px;top:33px;}
.collectcont .qq{left:686px;top:33px;}
.collectcont .jj{right:0;top:33px;}*/
.collectcont .yyh{left:0px;top:33px;}
.collectcont .jxzm{left:230px;top:33px;}
.collectcont .msfl{left:460px;top:33px;}
.collectcont .yysb{left:690px;top:33px;}
.collectcont .hsdy{left:920px;top:33px;}
.collectcont .dsxxjy{left:1150px;top:33px;}
.collectcont .hxhd{left:85px;top:33px;}
.collectcont .sbdyj{left:345px;top:33px;}
.collectcont .kgzg{left:582px;top:33px;}
.collectcont .sylf{left:1052px;top:33px}
.collectcont .sbhy{right:85px;top:33px}
.collectcont .gfdh{left:101px;top:543px}
.collectcont .gzlfxh{left:340px;top:543px}
.collectcont .sbbqb{left:582px;top:543px}

/*列表*/
.gcimglist{margin-top: 35px;margin-right: -30px;min-height: 270px;}
.gcimglist li{width: 206px;height: 230px;margin-right: 30px;margin-top: 20px;cursor: pointer;transition: box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);position: relative;}
/*.gcimglist li:hover{ box-shadow: 1px 1px 9px 1px #b0afaf;}*/
.gcimglist li i{width: 100%;height: 190px;overflow: hidden;display: block;position: relative;background-color: #EEEEEE;}
.gcimglist li i img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;max-width: 100%;max-height: 100%;margin: auto;}
.gcimglist li p{color: #414141;text-align: center;padding: 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height: 40px;line-height: 40px;transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1)}
.gcimglist li:hover p{ color: #ee9d10;}
.threed{width: 40px;height: 40px;position: absolute;top: 5px;right: 5px;background: url(../Images/3d.png) no-repeat center;z-index: 2;}
/*==================留言簿2015-09-01 lix==================*/
.newleavwrap{ width: 650px;margin: 0 auto;}
.leavetitle{font-size: 20px;font-weight: normal;text-indent: 20px;background: url("../Images/leftnavchose.png") 6px 10px no-repeat;color: #2a2a2a;float: left;}
.newleav{ width: 100%;line-height: 30px;float: left;margin-top: 30px;}
.newleav_form p input { /*width: 70%;*/line-height:20px;}
.newleav_form p textarea{width: 70%; line-height: 20px; padding-top: 5px;}
.newleav_que{ width: 50%;margin: 10px 0;float: left;height: 43px;}
.newleav_que label{ padding: 3px 20px 3px 21px;cursor: pointer;}
.newleav font{ padding: 0 4px;}
.newleav_quetitle{width:100px; color:#666; text-align:right; float:left; margin-right:15px; height:40px; line-height:40px; float:left}
.newleav_label{background: url(../Images/leav_type.png) no-repeat;}
.newleav_label1{background-position: -32px -7px; }
.newleav_label2{background-position: -103px -7px; }
.newleav_label3{background-position: -172px -7px;  }
.newleav_label4{background-position: -239px -7px; }
.newleavbtn{padding: 8px 40px;float: left;border: none;}
.newleavbtnr{ margin-left: 38px;}
/*==================留言簿end===================*/
/*==================留言列表2016-08-17 zwq==================*/

.leaveformbtn{ width: 263px;overflow: hidden;padding-top: 35px;margin-left:155px;}
.newleavlist{ width: 100%;padding: 10px 3%;float: left;background: #f6f5f4;line-height: 26px;margin-top: 10px;}
.newleavlist .newleavlist_title{ color: #262626;font-size: 16px;line-height: 30px;}
.newleavlist .newleavlist_cont{ color: #5d5b5c;}
.newleavlist .newleavlist_cont span{ padding-left: 5px;}
.newleavlist .newleavlist_answer{ color: #ea5223;}
.newleavlist_searchdiv{ width: 217px;position: absolute;right:0;top: 50px;color: #ea5223;}
.newleavlist_searchtxt{ width: 175px;height: 25px;text-indent: 10px;float: left;border: 1px solid #c8c5c5;color: #7A7575;line-height: 25px\9;}
.newleavlist_searchbtn{ width: 42px;height: 25px;line-height: 25px;float: right;border: 1px solid #c8c5c5;border-left: none;text-align: center;}
/*==================留言列表end===================*/
*===============注册页面样式2016-09-21 lix===============*/
#user_form_register .leaveformbtn{ margin-left: 147px;}
.contnav{ width: 100%;text-align: center;font-size: 20px;}
.contnav h3{ font-weight: normal;}
.cont-register{width: 100%;margin:35px auto 10px;position:relative}
.cont-register form{ width:60%;}
.user_form{ margin: -20px auto 0;width: 79%;}
.user_form>p{width:100%;margin-top:20px; float:left;}
.user_form>p>label{display:block; width:100px; color:#666; text-align:right; float:left; margin-right:15px; height:40px; line-height:40px;}
.user_form span.blank{width:116px; height:44px;display:block; float:left;}
.user_form>p>input{width:310px; height:40px; border:1px solid #d4d2d2; outline:0; text-indent:0.4em; float:left;line-height: 40px\9;}
.user_form>p>input.yzm_btn{width:100px;margin: 0 0 0 5px; height: 42px;}
.user_form p textarea{width:350px;height: 120px; border:1px solid #d4d2d2; outline:0; text-indent:0.4em; float:left;line-height:25px;font-family: '微软雅黑';}
.user_form>p .radiobox{display:inline-block;line-height: 40px;margin-right: 8px;}
.user_form>p .radiobox input{display:inline-block;vertical-align: middle;margin-right: 3px;}
.user_form>p .radiobox label{display:inline-block;vertical-align: middle;cursor: pointer;}
.user_form .container{ margin-left: 115px;position: relative;float: left;margin-top: 20px;width: 310px;}
span.tips{color:#c7c5c5; padding-left:8px; line-height:40px;}
/*p i{width:23px; float:left; height:23px; margin-top:10px; margin-left:5px; background:url(../images/sprit.png) no-repeat; }*/
p i.truetip{background-position:0 0;}
p i.falsetip{background-position:-25px 0;}
.logtip{ width: 54%;margin: 40px auto 0;text-align:center}
.logtip p{ color: #b0b0b0;font-size: 12px;}
.logtip p a.big-link:hover{ color: #f58c47;}
.big-link{ color: #f2670b;cursor: pointer;transition: 0.2s;-webkit-transition: 0.2s; }
.logtip>span{ float: left; margin: -5px 5px 0 5px;}
.logtip>div{ float: left; margin: -5px 5px 0 5px;}
.relogin{width:160px; float:left; height:40px; line-height:40px; text-align:center; margin-top:20px;cursor:pointer; font-size:16px;}
.resigterbtn{ margin-left: 153px;padding-top: 20px;}
.resigterbtn .first_resigter{ margin-right: 20px;}
.otherlogin{ float: left;margin-left: 10px;}
.otherlogin img{ width: 32px;height: auto;margin-top: -8px;}
#Masklayer>.Masklayerbox{ width: 760px;height: 626px;margin-left: -380px;margin-top: -318px;}
#Masklayer>.Masklayerbox>.Masklayerboxbotsf{ margin-top: 10px;}
/*===============注册页面样式end===============*/
/**下载附件*/
.downloadbox{}
.downloadbox.showall .download{ max-height: none;}
.downloadbox.showall .getmore{ display: none}
.downloadbox .download{ margin-top: 50px;}
.downloadbox .download h3{ font-weight: bold;font-size: 16px;color: #444;}
.downloadbox .download li{ border-bottom: 1px dashed #C7C7C7;font-size: 14px;padding: 10px 0;position: relative;float:none;}
.downloadbox .download li a{ color: #c00202;position: absolute;top: 10px;right: 0;}
.downloadbox .download li .ellipsis{ display: block;margin-right: 100px;color: #646363;position: static;}
.downloadbox .download li .ellipsis:hover{ color: #c00202;transition: all .3s;}
.downloadbox .getmore{height: 50px;text-align: center;line-height: 50px;font-size: 14px;margin-top: 20px;background: #eceaea;cursor: pointer;}
.yy{
  padding-top: 10px;
  padding-right: 20px;
  font-size: 14px;
}