
#banner {
    text-align: center;
    overflow: hidden;
    position: relative;
}

#banner > div {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    transition: width 0.25s, margin-left 0.25s;
}

#banner > div img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: height 0.25s, width 0.25s;
}

@media (max-width: 1600px) {
    #banner > div {
        width: 1600px;
        margin-left: -800px;
    }
}

@media (max-width: 1440px) {
    #banner > div {
        width: 1440px;
        margin-left: -720px;
    }
}

@media (max-width: 1200px) {
    #banner > div {
        width: 1200px;
        margin-left: -600px;
    }
}

/*框架*/
#content {
    text-align: justify;
}

#content img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

#box {
    position: relative;
}

#box:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 350px;
    border-left: #e1e1e1 1px dotted;
}

#box.box2 .subl {
    width: 180px;
}

#box.box2 .subr {
    width: 948px;
    padding-top: 0.5rem;
}

#box.box2:after {
    right: 0;
    left: 216px;
}

.subl {
    width: 800px;
    float: left;
}

.subr {
    width: 310px;
    float: right;
    padding-bottom: 32px;
}

a.extLink {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
    border: #ebebeb 1px solid;
}

a.extLink img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a.extLink:hover {
    border-color: #c0c0c0;
}

/*公共样式*/
.titl {
    font-size: 20px;
    line-height: 150%;
    border-bottom: #e1e1e1 1px solid;
    padding: 0 0 12px 0;
    margin: 0 0 24px 0;
    position: relative;
    color: #181818;
}

.titl:after {
    content: "";
    display: inline-block;
    width: 25%;
    max-width: 120px;
    height: 2px;
    position: absolute;
    left: 0;
    top: auto;
    bottom: -1px;
    background: #5B0D11;
}

.h1 {
    color: #180000;
    font-size: 32px;
    text-align: center;
    line-height: 150%;
    padding: 0;
    margin: 0.5em 0;
}

.btLine {
    position: relative;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.btLine:after {
    content: "";
    display: inline-block;
    background: #ccc;
    width: 100px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

/*list左栏分类*/
.list_tit {
    margin: 0.5rem 0 1rem 0;
    font-size: 18px;
    color: #181818;
}

.list_tit img {
    max-width: 100%;
}

#list {
    margin: 0.5rem 0;
}

#list dt {
    border-top: #ebebeb 1px solid;
    line-height: 0;
}

#list dt a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #181818;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    padding-left: 36px;
    background: url(https://www.szhmmuseum.com/images/icos-list.png) 10px -40px no-repeat;
    margin: 6px 0;
}

#list dt.active a {
    background-color: #ba1942;
    border-color: #ba1942;
    background-position: 10px -140px;
    color: #fff;
}

#list dt a:hover {
    color: #ba1942;
}

/*#list dt a.active{ background-position:10px -40px; }
#list dt.active a.active{background-position:10px -180px;}*/
#list dd {
    margin: 0;
    padding: 10px 0 20px 0;
    border-top: #ebebeb 1px solid;
    line-height: 0;
    display: none;
}

#list dd a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #808080;
    margin-bottom: 2px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    background: url(https://www.szhmmuseum.com/images/icos-list.png) 23px -80px no-repeat;
    padding-left: 34px;
}

#list dd a:hover, #list dd a#curr {
    background-position: 23px -110px;
    color: #ec1e28;
}

/*当前位置*/
#posi {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    padding: 1rem 0;
    line-height: 2rem;
    border-bottom: rgba(128, 128, 128, 0.16) 1px solid;
    background: none;
    margin-bottom: 2rem;
    color: #fff;
    max-width: 1200px;
}

#posi, #posi a {
    color: #2b3240;
}

#posi a:hover {
    color: #5B0D11;
}

#posi em { /*color:#be1e1e;*/
    font-size: 1.5rem;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
}

/*#posi em:before{content:""; display:inline-block; width:2rem; height:2rem; background:url("../image/icos1.png") left -64px no-repeat; vertical-align:middle; margin:-3px 4px 0 0;}*/
.position {
    display: inline-block;
    padding-left: 24px;
}

.position i {
    color: #cccccc;
    padding: 0 0.5rem;
    font-family: "宋体";
    font-style: normal;
}

#posi.white, #posi.white a {
    color: #fff;
}

#posi_list {
    float: right;
    text-align: right;
}

#posi_list a {
    display: inline-block;
    padding: 0 1.5rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 4px;
}

#posi_list a.curr {
    background: #ba1942;
    color: #fff;
}

/*三宝十景*/
#scenic {
    overflow: hidden;
}

#scenic > div {
    width: 110%;
    padding-bottom: 2rem;
}

#scenic dl {
    width: 560px;
    height: 260px;
    background: url("../image/box-2.png") center top no-repeat;
    padding: 20px;
    position: relative;
    float: left;
    margin: 0 80px 3.5rem 0;
}

#scenic dl:after {
    content: '';
    display: inline-block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 0;
    transition: background-color 0.4s;
}

#scenic dt, #scenic dd {
    z-index: 1;
    position: relative;
}

#scenic dt {
    text-align: center;
    color: #5B0D11;
    line-height: 4rem;
    height: 4rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 1.5rem;
    font-family: "宋体";
    font-weight: bold;
}

#scenic dt:before, #scenic dt:after {
    content: "·";
    margin: 0 0.5em;
}

#scenic dd.pic {
    border-radius: 4px;
    overflow: hidden;
    width: 260px;
    height: 156px;
    float: left;
}

#scenic dd.pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: transform 0.25s;
}

#scenic dd.intro {
    display: inline-block;
    width: 240px;
    float: right;
    font-size: 12px;
    color: #2b3240;
    line-height: 1.8em;
    height: 12.6em;
    overflow: hidden;
    text-align: justify;
}

#scenic dl:hover:after {
    background-color: rgba(160, 28, 29, 0.75);
}

#scenic dl:hover dt, #scenic dl:hover dd.intro {
    color: #fff;
}

#scenic dl:hover dd.pic img {
    transform: scale(1.1);
}

/*三宝十景 详情*/
#albumInfo {
    min-height: calc(100vh - 630px);
}

#albumInfo_intro {
    text-align: center;
    color: #fff;
    max-width: 960px;
    margin: 0 auto 2rem auto;
}

#albumInfoBox .swiper-slide {
    border: rgba(255, 255, 255, 0.8) 4px solid;
    background: #000;
    overflow: hidden;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transition: transform 0.25s;
    line-height: 0;
    padding: 0;
    position: relative;
}

#albumInfoBox .swiper-slide .desc {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.5em;
    text-align: left;
}

#albumInfoBox .swiper-slide img {
    vertical-align: bottom;
    max-height: 600px;
}

#albumInfoBox .swiper-slide:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: background-color 0.25s;
}

#albumInfoBox .swiper-slide.swiper-slide-active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

#albumInfoBox .swiper-slide.swiper-slide-active:after {
    background: none;
}

#albumInfoBox .swiper-slide img {
    max-width: 100%;
    height: auto;
}

#album-pagination {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 2rem;
    line-height: 4rem;
    height: 4rem;
    padding: 0 1.5rem;
    text-align: center;
}

#album-pagination:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

#album-pagination span {
    width: 1rem;
    height: 1rem; /* background:#0d172b;*/
    opacity: 1;
    transition: width 0.25s, height 0.25s;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    margin: 0 1.5rem;
    border: #fff 1px solid;
    background: none;
}

#album-pagination span:after {
    content: "";
    display: inline-block;
    width: 60%;
    height: 60%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: background-color 0.25s;
}

#album-pagination span.swiper-pagination-bullet-active {
    border-color: #5B0D11;
}

#album-pagination span.swiper-pagination-bullet-active:after {
    background: #5B0D11;
}


/*馆藏精品*/
#album {
    position: relative;
    overflow: hidden;
    padding: 0;
}

#album ul {
    width: 105%;
    position: relative;
}

#album li {
    position: relative;
    width: 288px;
    float: left;
    margin: 0 16px 16px 0;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

#album li a {
    display: block;
    width: 100%;
    position: relative;
}

#album li a:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: transparent 0 solid;
    transition: border 0.25s;
    box-sizing: border-box;
}

#album li img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

#album li p {
    margin: 0;
    padding: 0.5rem 1rem;
    line-height: 2rem;
    color: #5B0D11;
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#album li:Hover {
    border-color: #d2c3a4;
}

#album li:Hover a:after {
    border-width: 6px;
}

#album li:Hover p {
    color: #92a0ac;
}

.fancybox-caption {
    padding: 0 20% 1rem 20% !important;
}

.fancybox-content {
    border: #fff 4px solid;
}


/*联系我们——地图*/
.my-map {
    margin: 0 auto;
    height: 400px;
    padding-top: 0;
    background: url("../image/loading1.gif") center center no-repeat #101010;
    border-bottom: #fff 1px solid;
}

.my-map .icon { /*background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;*/
}

.my-map .icon-cir { /*height:48px; width:52px;*/
    width: 30px;
    height: 30px;
    background: url("../image/location.png") center center no-repeat;
}

.my-map .icon-cir-yellow {
    background-position: -11px -105px;
}

.amap-container {
    height: 100%;
}


/*加载按钮*/
#loadMore {
    position: relative;
    text-align: center;
    font-size: 1.1em;
    height: 2em;
    width: 100%;
    margin: 0.5em auto;
    line-height: 200%;
    cursor: hand;
    cursor: pointer;
    color: #bababa;
    display: none;
    background: #fff;
}

#stores #loadMore {
    position: absolute;
    top: 8rem;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#loadMore img#loading {
    vertical-align: middle;
    margin: 0 0.5em;
}

#load_span {
    display: inline-block;
    vertical-align: middle;
}

/*新闻列表*/
#News {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

#News dl {
    padding: 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 1em;
    position: relative;
    transition: box-shadow 0.25s;
}

#News dl:nth-child(3n+0) {
    margin-right: 0;
}

#News dl a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/blank.gif);
    z-index: 3;
}

#News dl a.viewMore {
    z-index: 2;
    left: auto;
    top: auto;
    bottom: 1.8rem;
    right: 1rem;
    width: auto;
    height: 1.6rem;
    padding: 0 1rem;
    color: #808080;
    font-size: 12px;
    border-radius: 3px;
    background: #f0f0f0;
    transition: background-color 0.25s;
}

#News dl:hover a.viewMore {
    background: #5B0D11;
    border-color: #ba1942;
    color: #fff;
}

#News dt {
    position: relative;
    width: 100%;
    max-height: 440px;
    min-height: 198px;
    overflow: hidden;
}

#News dt img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}

#News dd {
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 24px;
}

#News dd .p1 {
    margin: 1rem 0 0.5rem 0;
    padding: 0;
    height: 48px;
    overflow: hidden;
    font-size: 15px;
    color: #181818;
    vertical-align: top;
    font-weight: bold;
}

#News dd .p2 {
    margin: 1.5rem 0 1rem 0;
    padding: 0;
    color: #c0c0c0;
    font-size: 12px;
    vertical-align: top;
}

#News dd .p3 {
    margin: 0;
    padding: 0;
    color: #808080;
    height: 72px;
    overflow: hidden;
    text-align: justify;
    font-size: 12px;
}

#News dl:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 1em;
}

#News dl:hover dd .p1 {
    color: #5B0D11;
}

.ico-news {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../image/ico-news1.png) left top no-repeat;
    vertical-align: middle;
    margin: -2px 2px 0 12px;
}

.ico-news:first-child {
    margin-left: 0;
}

.ico-news2 {
    background-position: left -24px;
}

/*资讯板块*/
.newsSeries {
    padding-bottom: 24px;
}

.newsSeries dl {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 8px;
    position: relative;
    min-height: 80px;
    border-bottom: #ebebeb 1px dotted;
}

.newsSeries dt {
    width: 64px;
}

.newsSeries dt img {
    max-width: 64px;
    height: auto;
    vertical-align: bottom;
}

.newsSeries dd {
    padding-top: 8px;
    color: #c0c0c0;
    position: absolute;
    left: 88px;
    top: 0;
    line-height: 24px;
    font-size: 13px;
}

.newsSeries dd b {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #181818;
    letter-spacing: 1px;
}

.newsSeries dd b:after {
    content: ">";
    font-family: "宋体";
    display: inline-block;
    float: right;
    color: #c0c0c0;
    font-size: 12px;
}

.newsSeries dl:hover dd b {
    color: #ba1942;
}

/*最新资讯*/
#hotNews {
    padding-bottom: 2rem;
}

#hotNews a {
    display: inline-block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#hotNews a span {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    border: #808080 1px solid;
    color: #808080;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    margin: -1px 8px 0 0;
}

#hotNews a.highlight span {
    border-color: #5B0D11;
    background: #5B0D11;
    color: #fff;
}

/*新闻详细*/
.c_tit {
    font-size: 2rem;
    margin: 0 auto 1.5rem auto;
    font-weight: bold;
    line-height: 42px;
    color: #181818;
}

.c_info {
    font-size: 12px;
    color: #c0c0c0;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: #e1e1e1 1px dotted;
}

#newsContent {
    overflow: hidden;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

#newsContent img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*新闻按钮*/
#btns {
    position: absolute;
    left: -70px;
    width: 40px;
}

#btns.fixed_this {
    position: fixed;
    top: 110px;
    margin-top: 0;
    z-index: 999;
}

#btns a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(../image/btn.png) left top no-repeat;
    cursor: hand;
    cursor: pointer;
    margin-bottom: 5px;
}

#btns a.prevone:hover {
    background-position: left -40px;
}

#btns a.nextone {
    background-position: -50px top;
}

#btns a.nextone:hover {
    background-position: -50px -40px;
}

#btns a.back {
    background-position: -100px top;
}

#btns a.back:hover {
    background-position: -100px -40px;
}

#newsNav a {
    display: inline-block;
    line-height: 2.5rem;
    text-align: center;
    width: 100%;
    border: #ebebeb 1px solid;
    color: #808080;
    cursor: hand;
    cursor: pointer;
}

#newsNav a:hover {
    background: #5B0D11;
    color: #fff;
    border-color: #ba1942;
}

/*文章*/
#service_article {
    position: relative;
}

#service_article:after {
    content: "";
    width: 1px;
    height: 100%;
    border-left: #e1e1e1 1px dotted;
    position: absolute;
    left: 50%;
    top: 0;
}

#service_article .service_article {
    width: 41%;
}

.service_article dl {
    text-align: center;
    margin-bottom: 1.5rem;
}

.service_article dt {
    font-size: 2rem;
    color: #181818;
    letter-spacing: 0.3em;
}

.service_article dd a {
    color: #808080;
    line-height: 3rem;
    letter-spacing: 0.3em;
}

.service_article dd a:hover {
    color: #5B0D11;
}

#service_article .service_article ul {
    border-top: #e1e1e1 1px dotted;
}

.service_article li {
    border-bottom: #e1e1e1 1px dotted;
    width: 100%;
}

.service_article li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.service_article li a:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    background: url("../image/icos1.png") -32px -64px no-repeat;
}

.service_article li a:hover:before {
    background-position: -64px -64px;
}

.service_article li a span {
    display: inline-block;
    font-size: 13px;
    margin-left: 1rem;
    color: #a0a0a0;
    float: right;
}

/*站点地图*/
#sitemap {
    margin: 1rem auto;
}

#sitemap dl {
    display: inline-block;
    max-width: 100%;
    min-width: 24%;
    padding: 0.5rem 0;
}

#sitemap dt a {
    font-size: 1rem;
}

#sitemap dt a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid #808080;
    border-top: 4px transparent solid;
    border-bottom: 4px transparent solid;
    margin-right: 0.5rem;
}

/*翻页*/
.pages {
    margin: 1.5rem auto 0 auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding-top: 20px;
    max-width: 1200px;
}

.pages a, .pages a:visited {
    padding: 0 20px;
    height: 32px;
    font-size: 14px;
    margin: 0 0;
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #5B0D11;
    font-family: "宋体", "Times New Roman", Times, serif;
    border: #ebebeb 1px solid;
    border-radius: 2px;
}

.pages a:hover {
    background: #5B0D11;
    border-color: #5B0D11;
    color: #fff;
}

.pages span {
    margin: 0 3px;
    font-family: "宋体", "Times New Roman", Times, serif;
    color: #999;
    display: inline-block;
    height: 32px;
    text-align: center;
}

.pages .thisp {
    background: #5B0D11;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    height: 32px;
    font-weight: bold;
    border-radius: 2px;
}

.pages a.disabled {
    color: #a0a0a0;
}

.pages a.disabled:hover {
    background: #fff;
    border-color: #fff;
}

#AspNetPager1 .pages {
    margin-top: 0;
}



/*分页样式*/
.fenye {
    text-align: center;
    margin-bottom: 20px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
    margin-top: 10px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: white;
    text-decoration: none;
    background-color: #5B0D11;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: black;
    cursor: default;
    background-color: white;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}