@charset "utf-8";
/* 藏品详情 */
.st-collections-banners{
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.st-collections-banners .collections-banner{
    width: 1920px;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.st-collections-banners a{
    display: table-cell;
    width: 1920px;
    height: 500px;
    text-align: center;
    vertical-align: middle;
}
.st-collections-banners a img{
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.banner-search{
    position: absolute;
    bottom: 44px;
    left: 50%;
    width: 600px;
    height: 66px;
    border: 1px solid #35725d ;
    margin-left: -300px;
}
.banner-search .search-input{
    float: left;
    padding: 0 16px;
    width: 470px;
    height: 66px;
    font-size: 16px;
    line-height: 66px;
}
.banner-search .search-btn{
    float: right;
    width: 98px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #35725d ;
}

.st-collections-detail-block{
    margin-top: 46px;
}
.collections-module-title{
    height: 42px;
    line-height: 42px;
    font-size: 32px;
    color: #333;
    text-align: center;
}
.collections-module-subs{
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 16px;
}
.collections-module-tools{
    margin-top: 36px;
}
.collections-module-tools a{
    float: right;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    margin-left: 20px;
    padding-left: 24px;
    position: relative;
}
.collections-module-tools a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url("../images/museum-collections-tools.png") no-repeat;
}
.collections-module-tools a.print:before{
    background-position: 0 0;
}
.collections-module-tools a.download:before{
    background-position: 0 -20px;
}
.collections-module-tools a.fullscreen:before{
    background-position: 0 -40px;
}
.collections-module-introduce{
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.collections-module-content{
    margin-top: 38px;
    overflow: hidden;
}
.collections-module-content *{
    max-height: 100%;
}

.layer-photo-container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 99;
    background-color: rgba(0,0,0,.8);
    overflow: hidden;
    display: none;
}
.close-layer-btn{
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 100;
    width: 48px;
    height: 48px;
    background: url("../images/layer-close-icon.png") no-repeat;
    cursor: pointer;

}
.layer-photo-banners{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    min-width: 1000px;
    background: #000;
}
.layer-photo-banners  ul{
    height: 100% !important;
    width: 100% !important;
}
.layer-photo-banners ul > li{
    display: block;
    height: 100vh;
    width: 100%!important;
    text-align: center;
    position: relative;
}
.layer-photo-banners ul > li img{
    height: 100%;
}
.layer-photo-banners .prev{
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: url("../images/museum-home-slider-icon.png") no-repeat rgba(0, 0, 0, 0.3);
    transition: all .3s;
}
.layer-photo-banners .next{
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: url("../images/museum-home-slider-icon.png") no-repeat -60px 0 rgba(0, 0, 0, 0.3);
    transition: all .5s;
}
.layer-photo-banners .prev:hover,
.layer-photo-banners .next:hover{
    background-color: #35725d ;
}
