body {
    margin: 0px;
    font-family: "微软雅黑";
    background-color: #F5F5F5;
}

.container {
    width: 1200px !important;
}

.pager-header {
    background-image: url("/_upload/tpl/0b/6d/2925/template2925/Images/header-background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .pager-header .main {
        padding: 50px 0px;
    }

    .pager-header .logo {
        display: inline-block;
    }

    .pager-header .right {
        float: right;
    }

    .pager-header .labels .label {
        font-size: 14px;
        color: #FFFFFF;
        text-decoration: none;
    }

        .pager-header .labels .label:hover {
            text-decoration: underline;
        }

        .pager-header .labels .label:not(:last-child):after {
            content: "|";
            padding: 0px 10px;
        }

    .pager-header .searcher {
        background: rgba(255,255,255,0.6);
        padding: 10px;
        border-radius: 10px;
        margin-top: 20px;
        font-size: 12px;
    }

    .pager-header .navs {
        background: #156DD9;
        text-align: center;
        min-height: 40px;
    }

        .pager-header .navs .nav {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
            display: inline-block;
            padding: 20px 45px;
        }

            .pager-header .navs .nav:hover {
                background: #1572D8;
            }

.pager-body {
    min-height: 800px;
}

.pager-footer .links {
    background: #EEEEEE;
    text-align: center;
    padding: 40px 0px;
}

    .pager-footer .links .link {
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        padding: 0px 20px;
        margin: 10px;
    }

.pager-footer .main {
    background: #0660AB;
    padding: 50px 0px;
}

.pager-footer .tags .tag {
    font-size: 13px;
    color: #FFFFFF;
    padding: 5px 0px;
}

    .pager-footer .tags .tag .pre:after {
        content: ":";
        margin-left: 1px;
        margin-right: 2px;
    }

.block {
    margin-top: 40px;
}

    .block .swipper {
        min-height: 390px;
        background: #EFEFEF;
    }

.panel:after,
.panel-header:after,
.panel-body:after {
    content: "";
    display: block;
    clear: both;
}

.panel-header,
.panel-body {
    position: relative;
}

.panel-header {
    background: #F0F0F0;
}

    .panel-header .main {
        margin-right: 60px;
    }

    .panel-header .title {
        min-height: 50px;
        line-height: 50px;
        background: #156DD9;
        color: #FFFFFF;
        display: inline-block;
        padding: 0px 20px;
    }

    .panel-header .more {
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        width: 60px;
        margin: 0px !important;
    }

        .panel-header .more a {
            display: block;
            width: 60px;
            line-height: 50px;
            text-align: center;
            color: #156DD9;
            font-size: 14px;
            text-decoration: none;
            margin: none !important;
        }

            .panel-header .more a:hover {
                text-decoration: underline;
            }

.panel-body .list {
    padding: 15px 0px;
}

    .panel-body .list .item {
        position: relative;
        min-height: 30px;
        line-height: 30px;
    }

        .panel-body .list .item:not(:first-child) {
            margin-top: 10px;
        }

        .panel-body .list .item a {
            text-decoration: none;
            font-size: 16px;
            color: #333333;
            margin-right: 5px;
        }

            .panel-body .list .item a:hover {
                text-decoration: underline;
            }

#sliders {
    position: relative;
    height: 450px;
    width: 100%;
    overflow: hidden;
    background: #2f2b2b;
}

    #sliders .swiper-wrapper {
        height: auto !important;
        overflow: hidden;
    }

    #sliders .swiper-slide {
        display: block;
        height: 450px !important;
        overflow: hidden;
        float: left;
    }

        #sliders .swiper-wrapper:after,
        #sliders .swiper-slide:after {
            content: "";
            display: block;
            clear: both;
        }

    #sliders img {
        display: block;
        margin: auto;
        height: 450px;
        max-width: 100%;
    }

    #sliders #sliders-pages {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 666;
        font-size: 0px;
        text-align: center;
        padding: 10px 0px;
    }

        #sliders #sliders-pages .swiper-pagination-switch {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #FFFFFF;
            border: 1px solid #FFFFFF;
            cursor: pointer;
        }

            #sliders #sliders-pages .swiper-pagination-switch:not(:first-child) {
                margin-left: 20px;
            }

        #sliders #sliders-pages .swiper-active-switch {
            background: #1A479B;
            border: 1px solid #1A479B;
        }


.block.middle {
    min-height: 500px;
    background-image: url("/_upload/tpl/0b/6d/2925/template2925/Images/block-background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .block.middle .panel-header {
        background: #FFFFFF;
    }

        .block.middle .panel-header.middle {
            background: #F0F0F0;
        }

    .block.middle .icons {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right: -10px;
        margin-left: -10px;
    }

    .block.middle .icon {
        display: block;
        background: #FFFFFF;
        font-size: 18px;
        text-decoration: none;
        font-weight: bold;
        color: #333333;
        margin: 10px;
        padding: 15px 5px;
        border-radius: 10px;
        height: auto;
        overflow: hidden;
    }

        .block.middle .icon:hover {
            background: #F6F6F6;
            text-decoration: none !important;
        }

        .block.middle .icon .text {
            text-align: center;
            line-height: 60px;
        }

        .block.middle .icon img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 40px;
            height: 40px;
            float: left;
            margin: 10px;
        }

.list-pager {
    min-height: 1000px;
}

.path {
    position: relative;
    z-index: 666;
    background: rgba(255,255,255,0.5);
    min-height: 60px;
    box-shadow: 0px 0px 5px rgba(85,85,85,0.5);
}

    .path .pre:after {
        content: ":";
        margin-left: 2px;
        margin-right: 5px;
    }

    .path .Column_Position {
        display: inline-block;
        line-height: 60px;
    }

        .path .Column_Position a {
            display: inline-block;
            line-height: 60px;
            color: #333333;
            text-decoration: none;
        }

            .path .Column_Position a:hover {
                text-decoration: underline;
            }

        .path .Column_Position .possplit {
            position: relative;
            top: 2px;
        }

.list-pager .list-pager-main {
    background-image: url("/_upload/tpl/0b/6d/2925/template2925/Images/list-pager-background.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}

.list-pager .row-table,
.list-pager tbody {
    width: 100%;
}

.list-pager .navs-list-header {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF;
    background-image: url("/_upload/tpl/0b/6d/2925/template2925/Images/navs-list-header-background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.list-pager .navs-list-body a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 60px;
}

.list-pager-main .navs-list-body a.selected,
.list-pager-main .navs-list-body a:hover {
    background: #1189EA;
    color: #FFFFFF;
}

.list-pager .navs-list-body ul,
.list-pager .navs-list-body li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

.list-pager .navs-list-body a {
    background: none;
    border: none;
}

    .list-pager .navs-list-body a span {
        display: block !important;
        text-align: center !important;
        line-height: 60px !important;
        padding: 0px !important;
    }

.list-pager .list-pager-body {
    min-height: 920px;
    padding: 10px 50px;
}

    .list-pager .list-pager-body .list-pager-body-header {
        font-size: 0px;
        padding: 26px 0px;
        position: relative;
    }

        .list-pager .list-pager-body .list-pager-body-header:after {
            content: "";
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            height: 2px;
            background: #156DD9;
        }

.list-pager-body-header .list-pager-body-header-icon,
.list-pager-body-header .list-pager-body-header-title {
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.list-pager-body-header .list-pager-body-header-icon {
    background: #156DD9;
    width: 20px;
}

.list-pager-body-header .list-pager-body-header-title {
    font-size: 20px;
    color: #136CD8;
    margin-left: 10px;
    font-weight: bold;
}

.list-pager .list-pager-body-main {
    padding: 20px 0px;
}

    .list-pager .list-pager-body-main:after {
        content: "";
        display: block;
        clear: both;
    }

.list-pager-body-main .item {
    font-size: 16px;
    text-decoration: none;
    color: #333333;
    padding: 10px 0px;
}

    .list-pager-body-main .item a {
        font-size: 16px;
        text-decoration: none;
        color: #333333;
        margin-right: 5px;
    }

        .list-pager-body-main .item a:hover {
            text-decoration: underline;
        }

.detail .detail-header {
    min-height: 60px;
    background: rgba(255,255,255,0.5);
    z-index: 666;
    box-shadow: 0px 0px 5px rgba(85,85,85,0.5);
}

    .detail .detail-header .address {
        font-size: 16px;
        color: #000000;
        display: inline-block;
        padding: 22px 0px;
    }

        .detail .detail-header .address:after {
            content: ":";
            margin-left: 5px;
            margin-right: 2px;
        }

    .detail .detail-header a {
        font-size: 16px;
        color: #000000;
        text-decoration: none;
    }

        .detail .detail-header a:not(:last-child):after {
            content: "|";
            padding-left: 4px;
        }

.detail .container.content {
    background: #FFFFFF;
    min-height: 800px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.detail .detail-body .detail-body-title {
    font-size: 30px;
    color: #214DA7;
    text-align: center;
    padding: 20px;
    padding-top: 40px;
    font-weight: bold;
}

.detail .detail-body .detail-body-values {
    min-height: 40px;
    background: #F5F5F5;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}

.detail .detail-body-values span {
    display: inline-block;
    font-size: 14px;
    color: #7F7F7F;
    padding: 10px 0px;
}

.detail .detail-body-values .pre:after {
    content: ":";
    padding-left: 4px;
}

.detail .detail-body-values span.value:not(:last-child) {
    margin-right: 20px;
}

.detail .detail-body-content {
    padding: 20px 50px;
}

    .detail .detail-body-content * {
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .detail .detail-body-content img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.detail div:after {
    content: "";
    display: block;
    clear: both;
}

#swipers {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #F5F5F5;
    position: relative;
}

    #swipers .swiper-wrapper {
        height: 432px;
    }

    #swipers .swiper-slide {
        display: block;
        height: 392px;
        color: #333333;
        text-decoration: none;
        background: #FFFFFF;
        float: left;
        position: relative;
    }

    #swipers .item {
        display: block;
        height: 400px !important;
        overflow: hidden;
        position: relative;
    }

        #swipers .item img {
            display: block;
            height: 400px !important;
        }

    #swipers .title {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 66;
        background-color: rgba(21,109,217,0.6);
        color: #FFFFFF;
        text-align: center;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    #swipers img {
        display: block;
        margin: auto;
        width: 100%;
        max-height: 100%;
        max-width: 100%;
        outline: none;
    }

    #swipers #swipers-pages {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 48px;
        z-index: 666;
        font-size: 0px;
        text-align: right;
        padding: 0px 10px;
    }

        #swipers #swipers-pages .swiper-pagination-switch {
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #FFFFFF;
            border: 1px solid #FFFFFF;
            cursor: pointer;
        }

            #swipers #swipers-pages .swiper-pagination-switch:not(:first-child) {
                margin-left: 10px;
            }

        #swipers #swipers-pages .swiper-active-switch {
            background: #1A479B;
            border: 1px solid #1A479B;
        }

.wp_paging {
    text-align: center;
    margin: auto;
    float: unset;
}

    .wp_paging li {
        float: unset;
        margin-top: unset;
        font-size: 16px;
        line-height: 60px;
        height: 60px;
    }

        .wp_paging li a {
            cursor: pointer;
            color: #666;
            line-height: 60px;
            height: 60px;
        }

.wp_entry {
    width: 100%;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}

@media (max-width:1000px) {
    .container {
        max-width: 90% !important;
    }

    .pager-header .navs .nav {
        padding: 20px 20px;
    }

    .pager-footer .links {
        padding: 20px 0px;
    }

        .pager-footer .links .link {
            padding: 0px 5px;
            margin: unset;
        }

    .list-pager .list-pager-body,
    .detail .container.content {
        min-height: 1500px;
    }

    .block.middle .icon img {
        float: unset;
        margin: 10px auto;
    }

    .block.middle .icon .text {
        line-height: 1;
        padding-bottom: 10px;
    }

    .panel.list {
        margin-top: 30px;
    }
}

