html, body {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%
}

body {
    font-size: 14px;
    color: #666666;
    line-height: 24px
}

a:hover {
    text-decoration: none
}

.padding-left0 {
    padding-left: 0 !important
}

.padding-right0 {
    padding-right: 0 !important
}

.margin-bottom30 {
    margin-bottom: 30px
}

.loading {
    width: 100%;
    height: 100%;
    background-color: #333333;
    text-align: center;
    position: relative;
    z-index: 9999;
    opacity: 1
}

    .loading img {
        vertical-align: middle
    }

.banner-box {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    position: relative
}

    .swiper-slide > img {
        width: 1903px;
        height: 495px
    }

.pagination-wrap {
    position: absolute;
    bottom: 5%;
    right: 7%;
    z-index: 100;
    width: 100px;
    height: 20px
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5
}

.swiper-button-prev {
    display: inline-block;
    background: url("../images/banner-icon01.png") center no-repeat;
    position: relative;
    z-index: 100;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    left: 0
}

.swiper-button-next {
    display: inline-block;
    background: url("../images/banner-icon04.png") center no-repeat;
    position: relative;
    z-index: 100;
    width: 10px;
    height: 20px;
    position: relative;
    top: 0;
    right: 0
}

.swiper-pagination {
    display: inline-block;
    top: -22px;
    left: 20px;
    margin-left: 10px
}

    .swiper-pagination span {
        display: inline-block;
        width: 20px;
        height: 20px;
        cursor: pointer;
        margin-right: 5px;
        opacity: 1
    }

        .swiper-pagination span.swiper-pagination-bullet {
            background: url("../images/banner-icon02.png") center no-repeat;
            opacity: 1
        }

            .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: url("../images/banner-icon03.png") center no-repeat;
                opacity: 1
            }

.banner-wrap {
    position: relative;
    top: 0;
    left: 0
}

.banner-bg {
    z-index: 0
}

.banner-fluid {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99
}

.banner-word {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 30%
}

.logo {
    margin: 0;
    padding: 9% 5%
}

.nav-btn-wrap {
    padding: 5% 3.2% 0 0
}

.about {
    margin-right: 15px;
    color: #ffffff;
    font: bold 18px/56px Microsoft YaHei
}

.nav-btn-show {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url("../images/nav-btn01.png") center no-repeat;
    cursor: pointer
}

    .nav-btn-show:hover {
        background: url("../images/nav-btn01-1.png") center no-repeat
    }

    .nav-btn-show.open {
        background: url("../images/nav-btn01-1.png") center no-repeat
    }

.banner-btn {
    text-align: center;
    position: absolute;
    top: 52%;
    left: 0
}

    .banner-btn a {
        font: bold 24px/24px SimHei;
        color: #ffffff;
        display: inline-block;
        width: 105px;
        margin-right: 10px
    }

        .banner-btn a i {
            display: inline-block;
            width: 89px;
            height: 89px;
            background: url("../images/btn01.png") center no-repeat;
            margin-bottom: 15px
        }

    .banner-btn .nav-btn02 i {
        background: url("../images/btn02.png") center no-repeat
    }

    .banner-btn .nav-btn03 i {
        background: url("../images/btn03.png") center no-repeat
    }

.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

    .hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
    }

.nav-wrap {
    position: fixed;
    top: 0;
    z-index: 99;
    height: 100%;
    overflow-y: auto;
    background-color: #222c35;
    padding: 15px 30px
}

.nav-btn-close {
    display: inline-block;
    width: 30px;
    height: 35px;
    background: url("../images/close.png") center no-repeat;
    z-index: 99;
    cursor: pointer
}

.list_ul {
    width: 260px;
    padding: 50px 0 0 0
}

    .list_ul > li {
        padding: 6% 0
    }

        .list_ul > li > a {
            font-size: 14px;
            color: #ffffff;
            border-bottom: 1px solid #ffffff;
            display: inline-block;
            width: 100%;
            margin-bottom: 5px
        }

            .list_ul > li > a.current span {
                display: none
            }

.in_ul {
    display: none;
    padding: 0;
    margin: 0
}

    .in_ul a {
        font-size: 14px;
        color: #aaaaaa;
        padding: 5px 0;
        display: inline-block
    }

        .in_ul a:hover {
            color: #ffffff
        }

.nav-share a {
    display: inline-block
}

.nav-share span {
    width: 40px
}

    .nav-share span.jiathis_txt.jtico {
        height: 40px !important;
        transition: all 0.3s
    }

        .nav-share span.jiathis_txt.jtico.jtico_cqq {
            background: url("../images/nav-icon01.png")
        }

            .nav-share span.jiathis_txt.jtico.jtico_cqq:hover {
                background: url("../images/nav-icon01-1.png")
            }

        .nav-share span.jiathis_txt.jtico.jtico_weixin {
            background: url("../images/nav-icon02.png")
        }

            .nav-share span.jiathis_txt.jtico.jtico_weixin:hover {
                background: url("../images/nav-icon02-1.png")
            }

        .nav-share span.jiathis_txt.jtico.jtico_douban {
            background: url("../images/nav-icon03.png")
        }

            .nav-share span.jiathis_txt.jtico.jtico_douban:hover {
                background: url("../images/nav-icon03-1.png")
            }

        .nav-share span.jiathis_txt.jtico.jtico_qzone {
            background: url("../images/nav-icon04.png")
        }

            .nav-share span.jiathis_txt.jtico.jtico_qzone:hover {
                background: url("../images/nav-icon04-1.png")
            }

        .nav-share span.jiathis_txt.jtico.jtico_tsina {
            background: url("../images/nav-icon05.png")
        }

            .nav-share span.jiathis_txt.jtico.jtico_tsina:hover {
                background: url("../images/nav-icon05-1.png")
            }

.nav-wechat {
    margin: 25px 0
}

.tit {
    color: #333333;
    font: bold 30px/30px SimHei;
    border-left: 1px solid #e0c7ac;
    padding-left: 3.5%;
    margin-top: 9.3%;
    margin-bottom: 0
}

.tit-china {
    margin-right: 10px
}

.tit-icon {
    margin-right: 10px
}

    .tit-icon img {
        position: relative;
        top: -3px
    }

.tit .tit-english {
    color: #c18f59
}

.floor2 {
    width: 100%;
    background: #fff url("../images/floor2-bg.png")
}

.floor2-content {
    margin-top: 9%;
    margin-bottom: 24%
}

.btn-common {
    color: #ffffff;
    font: normal 16px/16px SimHei;
    border: none;
    background-color: #c18f59;
    padding: 12px 31px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s
}

    .btn-common:hover {
        background-color: #223555
    }

.floor2 .btn-common {
    margin-bottom: 11%
}

.tit-wrap2 .tit-china {
    color: #ffffff
}

.floor3 {
    width: 100%;
    background: #fff url("../images/floor3-bg.png")
}

.floor3-content {
    margin: 4.1% 0;
    overflow: hidden
}

.floor3-left-content-wrap {
    background-color: #ffffff
}

.floor3-left-img {
    width: 100%;
    overflow: hidden
}

    .floor3-left-img img {
        width: 100%;
        overflow: hidden
    }

.floor-content-bottom-wrap {
    padding: 15px 25px 25px 25px
}

.author-wrap .heart {
    color: #c18f59
}

.sub-tit {
    margin-top: 25px;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

    .sub-tit a {
        color: #333333;
        font: bold 22px/24px SimHei
    }

        .sub-tit a:hover {
            color: #c18f59
        }

.date {
    color: #c18f59;
    font: normal 14px/14px SimHei
}

.floor-left-bottom-content {
    margin: 25px 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 118px
}

.floor-btn-wrap .btn-common {
    padding: 12px 15px
}

a.jiathis.jiathis_txt.jtico.jtico_jiathis {
    width: 40px;
    height: 40px !important;
    background: url("../images/icon04.png") center no-repeat !important;
    margin-right: 15px;
    transition: all 0.3s
}

    a.jiathis.jiathis_txt.jtico.jtico_jiathis:hover {
        width: 40px;
        height: 40px !important;
        background: url("../images/icon04-1.png") center no-repeat !important;
        opacity: 1
    }

.floor3-right {
    background-color: #ffffff
}

    .floor3-right .floor-left-bottom-content {
        height: 120px
    }

    .floor3-right .btn-common {
        padding: 6px 15px
    }

    .floor3-right a.jiathis.jiathis_txt.jtico.jtico_jiathis {
        width: 28px;
        height: 28px !important;
        background: url("../images/icon05.png") center no-repeat !important
    }

        .floor3-right a.jiathis.jiathis_txt.jtico.jtico_jiathis:hover {
            background: url("../images/icon05-1.png") center no-repeat !important
        }

.floor4 .tit {
    margin-top: 4.5%;
    padding-left: 2%
}

.floor4 .tit-bottom {
    margin: 0
}

.swiper-container2 {
    width: 100%;
    overflow: hidden;
    margin: 4.5% 0
}

    .swiper-container2 .swiper-wrapper {
        width: 3360px !important;
        overflow: hidden
    }

        .swiper-container2 .swiper-wrapper:last-child {
            margin-right: 0
        }

    .swiper-container2 .swiper-slide.swiper-slide-visible {
        margin-right: 30px;
        overflow: hidden
    }

.footer.container-fluid {
    background-color: #eaeaea;
    padding: 30px 15px
}

.col-md-4:nth-of-type(1) {
    padding-left: 0
}

.col-md-4:nth-of-type(3) {
    padding-right: 0
}

.footer-share {
    width: 100%;
    height: 55px;
    line-height: 55px
}

    .footer-share .jiathis_style {
        display: inline-block
    }

        .footer-share .jiathis_style a {
            display: inline-block;
            transition: all 0.3s;
            margin-right: 15px;
            width: 17px;
            height: 17px !important
        }

            .footer-share .jiathis_style a.jiathis_button_cqq {
                background: url("../images/footer-icon01.png") center no-repeat
            }

                .footer-share .jiathis_style a.jiathis_button_cqq:hover {
                    background: url("../images/footer-icon01-1.png") center no-repeat;
                    opacity: 1
                }

            .footer-share .jiathis_style a.jiathis_button_weixin {
                width: 20px;
                background: url("../images/footer-icon02.png") center no-repeat
            }

                .footer-share .jiathis_style a.jiathis_button_weixin:hover {
                    background: url("../images/footer-icon02-1.png") center no-repeat;
                    opacity: 1
                }

            .footer-share .jiathis_style a.jiathis_button_douban {
                background: url("../images/footer-icon03.png") center no-repeat
            }

                .footer-share .jiathis_style a.jiathis_button_douban:hover {
                    background: url("../images/footer-icon03-1.png") center no-repeat;
                    opacity: 1
                }

            .footer-share .jiathis_style a.jiathis_button_qzone {
                background: url("../images/footer-icon04.png") center no-repeat
            }

                .footer-share .jiathis_style a.jiathis_button_qzone:hover {
                    background: url("../images/footer-icon04-1.png") center no-repeat;
                    opacity: 1
                }

            .footer-share .jiathis_style a.jiathis_button_tsina {
                width: 22px;
                background: url("../images/footer-icon05.png") center no-repeat
            }

                .footer-share .jiathis_style a.jiathis_button_tsina:hover {
                    background: url("../images/footer-icon05-1.png") center no-repeat;
                    opacity: 1
                }

.message p {
    position: relative;
    margin: 0;
    line-height: 33px;
    text-indent: 22px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .message p:nth-of-type(1)::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 12px;
        height: 16px;
        background: url("../images/pin.png")
    }

    .message p:nth-of-type(2)::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 17px;
        height: 16px;
        background: url("../images/call.png")
    }

    .message p:nth-of-type(3)::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 16px;
        height: 16px;
        background: url("../images/website.png")
    }

.footer-right-content {
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    margin: 11px 0
}

.footer-right-bottom {
    font-size: 12px;
    color: #555555
}

.footer-bottom {
    background-color: #dddddd;
    position: relative
}

.footer-bottom-link ul {
    margin: 0;
    padding: 0
}

.footer-bottom-link li {
    float: left
}

    .footer-bottom-link li:last-child a {
        border-right: none
    }

.footer-bottom-link a {
    font-size: 13px;
    line-height: 13px;
    color: #555555;
    border-right: 1px solid #6d6d6d;
    padding: 0 15px;
    margin: 27px 0;
    display: inline-block
}

    .footer-bottom-link a:hover {
        color: #223555
    }

.footer-bottom-right {
    font-size: 14px;
    color: #555555;
    text-align: right;
    padding: 22px 0
}

    .footer-bottom-right a {
        color: #555555
    }

        .footer-bottom-right a:hover {
            color: #223555
        }

.gotop {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 66px;
    height: 66px;
    background: url("../images/gotop.png") center no-repeat
}

#dituContent1 {
    width: 100%;
    height: 160px
}

#dituContent2 {
    width: 100%;
    height: 160px
}

#dituContent3 {
    width: 100%;
    height: 160px
}

#dituContent4 {
    width: 100%;
    height: 160px
}

#dituContent5 {
    width: 100%;
    height: 160px
}

#dituContent6 {
    width: 100%;
    height: 160px
}

.iw_poi_title {
    color: #CC5522;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.list-main {
    padding-bottom: 90px
}

.list-banner-wrap {
    height: auto
}

    .list-banner-wrap .banner-wrap {
        height: 100%
    }

.list-word {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0
}

.list-nav {
    text-align: center;
    padding: 15px 0
}

    .list-nav li {
        float: left
    }

    .list-nav a {
        font-size: 14px;
        color: #cccccc
    }

        .list-nav a:hover {
            color: #ffffff
        }

        .list-nav a.current {
            color: #ffffff
        }

.navbar {
    border: none
}

.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px
}

    .navbar-default .navbar-nav > li > a:hover {
        background-color: #c18f59;
        color: #ffffff
    }

.navbar-default .navbar-nav li a:hover {
    background-color: #c18f59;
    color: #ffffff
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #c18f59;
    color: #ffffff
}

.dropdown-menu {
    border: none
}

    .dropdown-menu > li > a {
        white-space: normal;
        padding: 10px 20px;
        transition: all 0.3s
    }

.list-tit {
    background: url("../images/list-icon01.png") left center no-repeat;
    padding: 20px 35px
}

    .list-tit .tit-china {
        color: #333333;
        font: bold 30px/40px Microsoft YaHei
    }

    .list-tit .tit-english {
        color: #c18f59;
        font: normal 24px/24px Arial
    }

.list-content h3 {
    color: #223555;
    font: bold 18px/30px Microsoft YaHei
}

.list-content p {
    margin: 25px 0
}

.photo {
    margin-bottom: 30px
}

    .photo img {
        width: 100%
    }
