/*banner*/
#subBanner {
    overflow: hidden;
    position: relative;
    min-height: 5rem;
    background: url(../image/loading1.gif) center center no-repeat #2b3240;
}

#subBanner img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*框架*/
.content {
    min-height: calc(100vh - 24em);
}

.info-content img {
    max-width: 100% !important;
    height: auto !important;
}

#posi {
    color: #808080;
    height: 3em;
    line-height: 3em;
    padding-left: 2.6em;
    background: url(../image/index.png) 0.4em center no-repeat;
    background-color: #f2f2f2;
    margin: 0 auto;
    background-size: auto 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#posi a {
    color: #808080;
}

#posi a:hover {
    color: #ec1e28;
}

/*相册*/
#cache {
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}

#cache li {
    width: 10%;
    float: left;
}

#album {
    width: calc(100% - 1rem);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.25rem;
}

#album li {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    margin: 0;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

#album li a {
    display: inline-block;
    width: 100%;
    position: relative;
}

#album li img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

#album li p {
    margin: 0;
    padding: 0.25rem 0.5rem;
    line-height: 1.6em; /*color:#92a0ac;*/
    font-size: 0.875rem;
    color: #5B0D11;
    text-align: left;
}

/*相册详情*/
.lg-sub-html {
    font-size: 0.8rem;
    padding: 1rem;
}

/*三定十景 详情*/
#albumInfo_intro {
    text-align: center;
    color: #fff;
    margin: 0 auto 1rem auto;
}

#albumInfo {
    text-align: center;
}

#albumInfoBox .swiper-slide {
    border: rgba(255, 255, 255, 0.8) 2px solid;
    background: #000;
    overflow: hidden;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transition: transform 0.25s;
    font-size: 0;
    line-height: 0;
    padding: 0;
}

#albumInfoBox .swiper-slide img {
    vertical-align: bottom;
    max-height: 400px;
}

#albumInfoBox .swiper-slide .desc {
    display: none;
}

#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: 0 auto 0 auto;
    line-height: 2.5rem;
    height: 2.5rem;
    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: 0.6rem;
    height: 0.6rem;
    opacity: 1;
    transition: width 0.25s, height 0.25s;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    margin: 0 0.4rem;
    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-desc {
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

/*加载按钮*/
#loadMore, #loading_Msg {
    position: relative;
    text-align: center;
    font-size: 1.1em;
    height: 2em;
    width: 100%;
    margin: 0.5em auto 0 auto;
    line-height: 200%;
    cursor: hand;
    cursor: pointer;
    color: #bababa;
    display: none;
}

#waterfall-message { /*background: #f0f0f0;*/
}

img#loading, #loading_Msg img {
    vertical-align: middle;
    margin: 0 0.5em;
}

#load_span {
    display: inline-block;
    vertical-align: middle;
}

/*新闻详情*/
#NewsTit {
    margin: 0.5em auto 1em auto;
    padding-bottom: 1em;
    border-bottom: #e1e1e1 1px dotted;
}

#NewsTit h1 {
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5em;
}

#NewsTit span {
    color: #c0c0c0;
    font-size: 0.9em
}

#newsNav {
    margin-top: 1rem;
}

#newsNav a {
    display: inline-block;
    line-height: 2rem;
    text-align: center;
    width: 33%;
    border: #ebebeb 1px solid;
    border-left: none;
    color: #808080;
}

#newsNav a:first-child {
    width: 34%;
    border-radius: 1rem 0 0 1rem;
    border-left: #ebebeb 1px solid;
}

#newsNav a:last-child {
    border-radius: 0 1rem 1rem 0;
}

#newsNav a:hover {
    background: #ba1942;
    color: #fff;
    border-color: #ba1942;
}

/*文章*/
.service_article {
    padding-bottom: 1rem;
}

.service_article li {
    border-bottom: #e1e1e1 1px dotted;
    width: 100%;
}

.service_article li a {
    position: relative;
    display: inline-block;
    font-size: 0.875rem;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.service_article li a:before {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    background: url("../image/ico_list.png") center top;
    background-size: 100% auto;
}

.service_article li a:hover:before {
    background-position: center -100%;
}

.service_article li a span {
    display: inline-block;
    font-size: 0.75rem;
    margin-left: 1em;
    color: #a0a0a0;
    float: right;
}

/*联系我们——地图*/
.my-map {
    margin: 0 auto;
    height: 16rem;
    padding-top: 0;
    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 {
    width: 1.5rem;
    height: 1.5rem;
    background: url("../image/location.png") center center no-repeat;
    background-size: 100% auto;
}

.my-map .icon-cir-yellow {
    background-position: -11px -105px;
}

.amap-container {
    height: 100%;
}

#load {
    text-align: center;
    color: #a5a5a5;
    line-height: 2rem;
}
