.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body.show a, body.show .transition, body.show .g-head .wal, .g-head body.show .wal, body.show :before, body.show img {
    -webkit-transition: All .5s ease;
    transition: All .5s ease;
}

.zoomImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

    .zoomImg:before {
        position: absolute;
        top: 0;
        left: -90%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .zoomImg:hover:before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

    .zoomImg:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100px;
}

body {
    font-size: .14rem;
    font-family: Arial,"微软雅黑";
    color: #333;
    -webkit-text-size-adjust: none;
    opacity: 0;
}

    body.show {
        opacity: 1;
    }

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

    a:active {
        star: expression(this.onFocus=this.blur());
    }

    a:link {
        text-decoration: none;
        outline: none;
    }

    a:visited {
        text-decoration: none;
        outline: none;
    }

    a:hover {
        text-decoration: none;
        color: #b28c32;
        outline: none;
    }

li {
    list-style: outside none;
}

h1 {
    font-size: 16px;
}

h2, h3, h4, h5 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

textarea, input {
    background: transparent;
    font-size: 12px;
    font-family: Arial,"微软雅黑";
    color: #888;
    outline: none;
    border: 0;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.wal {
    max-width: 14rem;
    margin: 0 auto;
}

@font-face {
    font-family: "iconfont";
    src: url(../images/iconfont.woff2) format("woff2"),url(../images/iconfont.woff) format("woff"),url(../images/iconfont.ttf) format("truetype");
}

.iconfont {
    font-family: "iconfont";
}

@font-face {
    font-family: "Palatino Linotype";
    src: url("../images/Palatino Linotype.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DINPro-Bold";
    src: url(../images/DINPro-Bold.woff2) format("woff2"),url(../images/DINPro-Bold.woff) format("woff"),url(../images/DINPro-Bold.ttf) format("truetype"),url(../images/DINPro-Bold.eot) format("embedded-opentype"),url(../images/DINPro-Bold.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}

.g-head .head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.4);
}

.g-head .wal {
    height: 1.05rem;
    position: relative;
}

.g-head a.logo {
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.73rem;
    background: url(../images/logo.png) center no-repeat;
    background-size: 100%;
}

.g-head .navA {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

    .g-head .navA i {
        font-family: "iconfont";
        font-style: normal;
        font-size: .2rem;
    }

.g-head .g-nav {
    position: absolute;
    top: 0;
    right: 1.1rem;
}

    .g-head .g-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .g-head .g-nav li {
        margin-left: .6rem;
    }

    .g-head .g-nav a.name {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 1.05rem;
        font-size: .12rem;
        color: #fff;
    }

        .g-head .g-nav a.name h5 {
            font-size: .16rem;
            font-weight: 400;
            white-space: nowrap;
        }

        .g-head .g-nav a.name .en {
            opacity: .5;
            white-space: nowrap;
            padding-top: .04rem;
        }

        .g-head .g-nav a.name:hover, .g-head .g-nav a.name.on {
            color: #fff;
        }

.g-head .ewm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

    .g-head .ewm .ico {
        border: #fff solid 1px;
        border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: .46rem;
        height: .46rem;
        background: url(../images/img31.png) center no-repeat;
        background-size: .31rem;
    }

        .g-head .ewm .ico img {
            width: .31rem;
            display: none;
        }

    .g-head .ewm .name {
        line-height: 1em;
        padding-top: .1rem;
    }

    .g-head .ewm .layer {
        position: absolute;
        right: 0;
        top: 100%;
        width: 2.63rem;
        background: rgba(0,0,0,.7);
        padding: .2rem .24rem;
        opacity: 0;
        visibility: hidden;
    }

        .g-head .ewm .layer .arrow {
            width: .2rem;
            height: .2rem;
            overflow: hidden;
            position: absolute;
            right: .1rem;
            bottom: 100%;
        }

            .g-head .ewm .layer .arrow:after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: .13rem;
                width: .2rem;
                height: .2rem;
                background: rgba(0,0,0,.7);
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

        .g-head .ewm .layer ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .g-head .ewm .layer li {
            width: 1rem;
            color: #fff;
            text-align: center;
        }

            .g-head .ewm .layer li .img {
                background: #fff;
                padding: .02rem;
            }

            .g-head .ewm .layer li .name {
                padding-top: .06rem;
            }

    .g-head .ewm:hover .layer {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

.p-head {
    height: 1.05rem;
}

    .p-head.on .head {
        box-shadow: 0 0 .1rem rgba(0,0,0,.1);
    }

    .p-head .head {
        background: #fff;
    }

    .p-head a.logo {
        background-image: url(../images/logo2.png);
    }

    .p-head .ewm {
        color: #333;
    }

        .p-head .ewm .ico {
            border-color: #999;
            background-image: url(../images/img31_1.png);
        }

    .p-head .g-nav a.name {
        color: #333;
    }

        .p-head .g-nav a.name:hover, .p-head .g-nav a.name.on {
            color: #b28c32;
        }

@media screen and (min-width: 800px) {
    .g-head .g-nav li {
        position: relative;
    }

        .g-head .g-nav li .list {
            position: absolute;
            left: 50%;
            top: -100vh;
            width: 1rem;
            background: rgba(0,0,0,.5);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            padding: .1rem 0;
            opacity: 0;
            visibility: hidden;
            margin-top: -0.1rem;
        }

            .g-head .g-nav li .list .arrow {
                width: .2rem;
                height: .2rem;
                overflow: hidden;
                position: absolute;
                left: 50%;
                margin-left: -0.1rem;
                bottom: 100%;
            }

                .g-head .g-nav li .list .arrow:after {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    top: .13rem;
                    width: .2rem;
                    height: .2rem;
                    background: rgba(0,0,0,.5);
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

            .g-head .g-nav li .list a {
                display: block;
                text-align: center;
                line-height: .36rem;
                color: #fff;
            }

                .g-head .g-nav li .list a:hover {
                    background: rgba(0,0,0,.6);
                }

        .g-head .g-nav li:hover a.name {
            color: #b28c32;
        }

            .g-head .g-nav li:hover a.name:before {
                left: -0.05rem;
                right: -0.05rem;
                opacity: 1;
            }

        .g-head .g-nav li:hover .list {
            opacity: 1;
            visibility: visible;
            -webkit-transition: opacity .5s ease;
            transition: opacity .5s ease;
            top: 100%;
        }
}

.g-foot {
    background: #000;
    position: relative;
}

    .g-foot:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: .6rem;
        height: 1px;
        background: #3b342d;
    }

    .g-foot .wal {
        min-height: 3rem;
        position: relative;
    }

    .g-foot .nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .g-foot .nav li {
        margin-right: .72rem;
    }

    .g-foot .nav a {
        display: block;
        line-height: .6rem;
        color: #938171;
    }

        .g-foot .nav a:hover, .g-foot .nav a.on {
            color: #c1afa0;
        }

    .g-foot .topA {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        background: #b28c32;
        width: 1.47rem;
        height: .62rem;
    }

        .g-foot .topA:hover {
            background: #d0ae69;
        }

        .g-foot .topA img {
            width: .33rem;
        }

    .g-foot .ewm {
        position: absolute;
        left: 50%;
        top: .96rem;
        margin-left: -1.415rem;
        width: 2.83rem;
    }

        .g-foot .ewm ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .g-foot .ewm li {
            width: 1.35rem;
        }

            .g-foot .ewm li .img {
                background: #483c32;
                padding: .06rem;
            }

            .g-foot .ewm li .name {
                font-size: .16rem;
                line-height: 1em;
                padding-top: .1rem;
                color: #938171;
                text-align: center;
            }

    .g-foot .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: .6rem;
    }

        .g-foot .row h5 {
            font-size: .16rem;
            color: #938171;
            padding-bottom: .2rem;
        }

        .g-foot .row li {
            line-height: .24rem;
            color: #615347;
            padding-bottom: .05rem;
        }

            .g-foot .row li em {
                font-size: .16rem;
            }

@media screen and (max-width: 800px) {
    html {
        font-size: 50px;
    }

    body {
        font-size: .24rem;
    }

    .wal, .wal-1200 {
        margin: 0 .6rem;
    }

    body.navShow {
        overflow: hidden;
    }

        body.navShow .g-head .head {
            background: #fff;
        }

        body.navShow .g-head a.logo {
            background-image: url(../images/logo2.png);
        }

        body.navShow .g-head a.navA {
            color: #333;
        }

            body.navShow .g-head a.navA i:nth-child(1) {
                display: none;
            }

            body.navShow .g-head a.navA i:nth-child(2) {
                display: block;
            }

        body.navShow .g-head .g-nav {
            right: 0;
            left: 0;
        }

        body.navShow .g-head .ewm {
            color: #333;
        }

            body.navShow .g-head .ewm .ico {
                border-color: #999;
                background-image: url(../images/img31_1.png);
            }

    .g-head .head {
        position: fixed;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

        .g-head .head .wal {
            height: 1.2rem;
        }

    .g-head .ewm {
        right: 1rem;
    }

        .g-head .ewm .name {
            font-size: .2rem;
        }

        .g-head .ewm .layer {
            width: 3rem;
        }

            .g-head .ewm .layer li {
                width: 1.2rem;
            }

                .g-head .ewm .layer li .name {
                    padding-top: .1rem;
                    font-size: .2rem;
                }

    .g-head .navA {
        right: -0.3rem;
        opacity: 1;
        visibility: visible;
        color: #fff;
    }

        .g-head .navA i {
            font-family: "iconfont";
            font-style: normal;
            font-size: .3rem;
        }

            .g-head .navA i:nth-child(2) {
                display: none;
            }

    .g-head .g-nav {
        position: fixed;
        bottom: 0;
        right: -100%;
        left: 100%;
        top: 1.2rem;
        overflow-y: auto;
        background: #fff;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        border-top: #eee solid 1px;
    }

        .g-head .g-nav ul {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .g-head .g-nav li {
            margin-left: 0;
            width: 100%;
            border-bottom: #eee solid 1px;
            position: relative;
        }

        .g-head .g-nav a.name {
            font-size: .24rem;
            padding-left: .5rem;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            color: #000;
            position: relative;
            height: 1rem;
        }

            .g-head .g-nav a.name h5 {
                font-size: .28rem;
                margin-right: .1rem;
            }

            .g-head .g-nav a.name:hover, .g-head .g-nav a.name.on {
                color: #b28c32;
            }

        .g-head .g-nav li.s-nav-li a.name:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: .5rem;
            font-family: "iconfont";
            line-height: 1rem;
        }

        .g-head .g-nav li.s-nav-li.open a.name:after {
            content: "";
        }

        .g-head .g-nav .list {
            border-top: #eee solid 1px;
            padding: .2rem 0 .2rem .5rem;
            display: none;
        }

            .g-head .g-nav .list dl {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            .g-head .g-nav .list dd {
                min-width: 25%;
            }

            .g-head .g-nav .list a {
                display: block;
                color: #333;
                line-height: .6rem;
                font-size: .24rem;
            }

    .p-head .navA {
        color: #000;
    }

    .g-foot:before {
        top: 1.5rem;
    }

    .g-foot .nav {
        padding: .2rem 1rem 0 .2rem;
    }

        .g-foot .nav ul {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .g-foot .nav li {
            margin-right: 0;
            width: 32%;
            padding-right: .5rem;
        }

    .g-foot .topA {
        right: -0.3rem;
        height: 1.5rem;
    }

        .g-foot .topA img {
            width: .5rem;
        }

    .g-foot .ewm {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto;
        width: 3.5rem;
        padding: .7rem 0 0 0;
    }

        .g-foot .ewm li {
            width: 1.55rem;
        }

            .g-foot .ewm li .name {
                font-size: .24rem;
            }

    .g-foot .row {
        padding: .2rem 0 .6rem .7rem;
    }

        .g-foot .row h5 {
            font-size: .28rem;
            padding-top: .4rem;
        }

        .g-foot .row li {
            line-height: .44rem;
            padding-bottom: .05rem;
        }

            .g-foot .row li em {
                font-size: .26rem;
            }

            .g-foot .row li br {
                display: none;
            }
}

@media screen and (max-width: 550px) {
    .wal, .wal-1200 {
        margin: 0 .3rem;
    }
}

.ellipsis, .index-news .list ul a .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-flash {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .index-flash .list li {
        height: 100vh;
        position: relative;
        background: center no-repeat;
        background-size: cover;
    }

        .index-flash .list li dl {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: 100vh;
            background: rgba(0,0,0,.1);
        }

            .index-flash .list li dl dd {
                width: 27%;
                position: relative;
            }

                .index-flash .list li dl dd:after {
                    content: "";
                    display: block;
                    position: absolute;
                    width: 1.02rem;
                    height: 100%;
                    top: 0;
                    background: center no-repeat;
                    background-size: 100%;
                }

                .index-flash .list li dl dd img {
                    width: 1.5rem;
                }

                .index-flash .list li dl dd.prev:after {
                    background-image: url(../images/prev102.png);
                    left: 50%;
                    margin-left: .9rem;
                }

                .index-flash .list li dl dd.next:after {
                    background-image: url(../images/next102.png);
                    right: 50%;
                    margin-right: .9rem;
                }

            .index-flash .list li dl dt {
                width: 3.5rem;
                height: 5.5rem;
                padding-bottom: .6rem;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                position: relative;
            }

                .index-flash .list li dl dt .bg {
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    background: rgba(0,0,0,.2);
                }

                .index-flash .list li dl dt .line {
                    position: absolute;
                    background: #f9d8ae;
                }

                    .index-flash .list li dl dt .line.line-t {
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: .1rem;
                    }

                    .index-flash .list li dl dt .line.line-r {
                        right: 0;
                        top: 0;
                        width: .1rem;
                        height: 100%;
                    }

                    .index-flash .list li dl dt .line.line-b {
                        right: 0;
                        bottom: 0;
                        width: 100%;
                        height: .1rem;
                    }

                    .index-flash .list li dl dt .line.line-l {
                        left: 0;
                        bottom: 0;
                        width: .1rem;
                        height: 100%;
                    }

                .index-flash .list li dl dt .img {
                    width: 2rem;
                    position: relative;
                    z-index: 2;
                    -webkit-transition-duration: 0s;
                    transition-duration: 0s;
                }

                .index-flash .list li dl dt .name {
                    color: #fff;
                    font-size: .2rem;
                    line-height: 1em;
                    padding-top: .6rem;
                    font-weight: 600;
                    letter-spacing: .04rem;
                    position: relative;
                    z-index: 2;
                }

                .index-flash .list li dl dt .btn {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    border: #fff solid 1px;
                    color: #fff;
                    font-size: .14rem;
                    width: 1.35rem;
                    height: .46rem;
                    position: absolute;
                    bottom: .3rem;
                    z-index: 5;
                    -webkit-transition-duration: 0s;
                    transition-duration: 0s;
                }

                    .index-flash .list li dl dt .btn:hover {
                        background: #fff;
                        color: #b28c32;
                    }

                    .index-flash .list li dl dt .btn.btn-1 {
                        left: .3rem;
                    }

                    .index-flash .list li dl dt .btn.btn-2 {
                        right: .3rem;
                    }

    .index-flash .arrow a {
        display: block;
        width: calc(50% - 1.75rem);
        position: absolute;
        z-index: 5;
        top: 0;
        bottom: 0;
    }

        .index-flash .arrow a.prev {
            left: 0;
        }

        .index-flash .arrow a.next {
            right: 0;
        }

.p-title {
    text-align: center;
    padding: .7rem 0;
}

    .p-title h2 {
        font-size: .32rem;
        line-height: 1em;
        padding-bottom: .42rem;
        position: relative;
        color: #b28c32;
    }

        .p-title h2:before {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            bottom: .2rem;
            width: .3rem;
            height: .02rem;
            background: #b28c32;
            margin-left: -0.15rem;
        }

    .p-title .en {
        text-transform: uppercase;
        font-size: .3rem;
        line-height: 1em;
        color: #bcbcbc;
        font-family: "Palatino Linotype";
    }

.p-title2 {
    border-bottom: #e3e2df solid 1px;
    padding: .65rem 0 .5rem 0;
}

.index-brand .btns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.index-brand .btns li {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    height: 2.85rem;
    background: #edebe6;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .index-brand .btns li:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        background: #b28c32;
        height: .1rem;
        width: 0;
    }

    .index-brand .btns li img {
        width: 1.6rem;
    }

    .index-brand .btns li:nth-child(1):before {
        right: 0;
    }

    .index-brand .btns li:nth-child(2):before {
        left: 0;
    }

    .index-brand .btns li.on {
        background: #000;
    }

        .index-brand .btns li.on:before {
            width: 100%;
        }

.index-brand .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .index-brand .list li img {
        display: block;
        width: 100%;
    }

    .index-brand .list .arrow a {
        display: block;
        width: 28%;
        background: center no-repeat;
        background-size: .26rem;
        position: absolute;
        z-index: 5;
        top: 0;
        bottom: 0;
        opacity: 0;
    }

        .index-brand .list .arrow a:hover {
            opacity: 1;
        }

        .index-brand .list .arrow a.prev {
            left: 0;
            background-image: url(../images/prev26.png);
        }

        .index-brand .list .arrow a.next {
            right: 0;
            background-image: url(../images/next26.png);
        }

    .index-brand .list .dots {
        position: absolute;
        z-index: 5;
        left: 0;
        right: 0;
        bottom: .24rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .index-brand .list .dots span {
            width: .12rem;
            height: .12rem;
            border: .04rem solid rgba(255,255,255,.8);
            border-radius: 50%;
            margin: 0 .125rem;
        }

            .index-brand .list .dots span.swiper-pagination-bullet-active {
                border-color: #b28c32;
            }

.index-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: .3rem;
}

    .index-news .list {
        width: 4rem;
        padding-bottom: .4rem;
    }

        .index-news .list .title {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-bottom: .3rem;
        }

            .index-news .list .title h2 {
                font-size: .2rem;
                line-height: 1em;
                color: #555;
            }

            .index-news .list .title a {
                color: #888;
            }

                .index-news .list .title a:hover {
                    color: #b28c32;
                }

        .index-news .list ul {
            padding: .16rem 0;
        }

            .index-news .list ul a {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                height: .36rem;
                padding-left: .16rem;
                position: relative;
            }

                .index-news .list ul a:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    width: .05rem;
                    height: .05rem;
                    background: #999;
                    border-radius: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

                .index-news .list ul a .name {
                    width: 75%;
                    height: .4rem;
                    line-height: .4rem;
                }

                .index-news .list ul a:hover {
                    color: #b28c32;
                }

                    .index-news .list ul a:hover:before {
                        background: #b28c32;
                    }

.index-photo {
    background: url(../images/index-news.jpg) center no-repeat;
    background-size: cover;
    min-height: 7.1rem;
    padding-bottom: 1rem;
}

    .index-photo .list {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .index-photo .list-wrapper {
        width: 20.2rem;
        position: relative;
        left: 50%;
        margin-left: -10.1rem;
    }

        .index-photo .list-wrapper li {
            padding: 0 .07rem;
            cursor: pointer;
        }

            .index-photo .list-wrapper li .zoomImg {
                background: #fff;
            }

                .index-photo .list-wrapper li .zoomImg img {
                    opacity: .5;
                }

            .index-photo .list-wrapper li .name {
                text-align: center;
                font-size: .18rem;
                line-height: 1em;
                padding-top: .15rem;
                color: #555;
            }

            .index-photo .list-wrapper li.swiper-slide-prev .zoomImg img, .index-photo .list-wrapper li.swiper-slide-next .zoomImg img, .index-photo .list-wrapper li.swiper-slide-active .zoomImg img {
                opacity: 1;
            }

    .index-photo .arrow a {
        display: block;
        width: 10%;
        position: absolute;
        z-index: 5;
        top: 0;
        bottom: 0;
        background: center no-repeat;
        background-size: .26rem;
        opacity: 0;
    }

        .index-photo .arrow a:hover {
            opacity: 1;
        }

        .index-photo .arrow a.prev {
            left: 0;
            background-image: url(../images/prev26.png);
        }

        .index-photo .arrow a.next {
            right: 0;
            background-image: url(../images/next26.png);
        }

.p-banner {
    height: 2.9rem;
    background: center no-repeat;
    background-size: cover;
}

.p-nav {
    background: #edebe6;
}

    .p-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .p-nav li {
        position: relative;
        line-height: .52rem;
    }

        .p-nav li:before {
            content: "";
            display: block;
            position: absolute;
            content: "|";
            left: 0;
            top: 0;
            color: #908f8c;
        }

        .p-nav li:first-child:before {
            display: none;
        }

        .p-nav li a {
            display: block;
            padding: 0 .6rem;
            font-size: .16rem;
            color: #666;
        }

            .p-nav li a:hover, .p-nav li a.on {
                color: #b28c32;
            }

.about {
    padding: .7rem 0 .3rem 0;
}

    .about .content {
        font-size: .16rem;
        line-height: .36rem;
        text-align: justify;
        text-indent: 2em;
        color: #666;
        padding-bottom: .7rem;
		padding-left:5em;
        padding-right:5em;
    }

    .about .item {
        max-width: 12rem;
        margin: 0 auto .7rem auto;
        position: relative;
    }

        .about .item .name {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 3.13rem;
            background: #edebe6;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: .16rem;
            color: #666;
            text-align: center;
            line-height: .56rem;
        }

    .about .item-even .name {
        right: auto;
        left: 0;
    }

.photo {
    padding: .68rem 0 .1rem 0;
}

    .photo ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -1.15rem;
    }

    .photo li {
        width: 33.333%;
        padding: 0 0 .62rem 1.15rem;
    }

    .photo a {
        display: block;
    }

        .photo a .zoomImg:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: -0.3rem;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,.3) url(../images/img27.png) center no-repeat;
            background-size: .27rem;
            content: "查看大图";
            color: #fff;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-top: .7rem;
            opacity: 0;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

        .photo a .name {
            line-height: .6rem;
            text-align: center;
            font-size: .18rem;
            color: #555;
            border: #e6e6e6 solid 1px;
            border-top: 0;
        }

        .photo a:hover .zoomImg:after {
            opacity: 1;
        }

.phone-layer, .book-layer, .room-layer, .trill-layer {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,.8);
}

    .phone-layer.show, .book-layer.show, .room-layer.show, .trill-layer.show {
        opacity: 1;
        visibility: visible;
    }

    .phone-layer .container, .room-layer .container {
        width: 12rem;
        background: #000;
        border-radius: .1rem;
        position: relative;
    }

        .phone-layer .container .close, .room-layer .container .close {
            display: block;
            position: absolute;
            z-index: 5;
            top: 0;
            right: 0;
            width: 1.1rem;
            height: 1.1rem;
            background: url(../images/close26.png) center no-repeat;
            background-size: .26rem;
        }

        .phone-layer .container .list, .room-layer .container .list {
            width: 100%;
            overflow: hidden;
            text-align: center;
            border-radius: .1rem;
        }

            .phone-layer .container .list img, .room-layer .container .list img {
                height: 6.8rem;
            }

        .phone-layer .container .arrow a, .room-layer .container .arrow a {
            display: block;
            width: .5rem;
            height: 1rem;
            background: center no-repeat;
            background-size: 100%;
            position: absolute;
            z-index: 5;
            top: 50%;
            margin-top: -0.5rem;
            opacity: .6;
        }

            .phone-layer .container .arrow a:hover, .room-layer .container .arrow a:hover {
                opacity: 1;
            }

            .phone-layer .container .arrow a.prev, .room-layer .container .arrow a.prev {
                left: 0;
                background-image: url(../images/prev50.png);
            }

                .phone-layer .container .arrow a.prev:hover, .room-layer .container .arrow a.prev:hover {
                    background-image: url(../images/prev50on.png);
                }

            .phone-layer .container .arrow a.next, .room-layer .container .arrow a.next {
                right: 0;
                background-image: url(../images/next50.png);
            }

                .phone-layer .container .arrow a.next:hover, .room-layer .container .arrow a.next:hover {
                    background-image: url(../images/next50on.png);
                }

.room-imgs {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .room-imgs:before, .room-imgs:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.7);
        z-index: 3;
        width: calc(50% - 4.9rem);
    }

    .room-imgs:before {
        left: 0;
    }

    .room-imgs:after {
        right: 0;
    }

    .room-imgs .list {
        width: 29.1rem;
        position: relative;
        left: 50%;
        margin-left: -14.55rem;
    }

        .room-imgs .list li {
            padding: 0 .05rem;
        }

    .room-imgs .arrow a {
        display: block;
        width: .5rem;
        height: 1rem;
        background: center no-repeat;
        background-size: 100%;
        position: absolute;
        z-index: 5;
        top: 50%;
        margin-top: -0.5rem;
        opacity: .6;
    }

        .room-imgs .arrow a:hover {
            opacity: 1;
        }

        .room-imgs .arrow a.prev {
            left: 50%;
            margin-left: -4.8rem;
            background-image: url(../images/prev50.png);
        }

            .room-imgs .arrow a.prev:hover {
                background-image: url(../images/prev50on.png);
            }

        .room-imgs .arrow a.next {
            right: 50%;
            margin-right: -4.8rem;
            background-image: url(../images/next50.png);
        }

            .room-imgs .arrow a.next:hover {
                background-image: url(../images/next50on.png);
            }

.room-show {
    padding-bottom: .5rem;
}

    .room-show .wal {
        max-width: 10.98rem;
    }

    .room-show .head {
        box-shadow: 0 1px .17rem 1px rgba(235,231,227,.84);
        margin-bottom: .8rem;
    }

        .room-show .head .wal {
            max-width: 11.63rem;
            height: .8rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .room-show .head .name {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            left: -0.26rem;
            width: 100%;
            position: relative;
            font-size: .2rem;
            color: #4e4d45;
        }

            .room-show .head .name img {
                width: .26rem;
                margin-right: .12rem;
            }

        .room-show .head .price {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            margin-right: .3rem;
            font-size: .16rem;
        }

            .room-show .head .price b {
                font-size: .36rem;
                color: #b28c32;
                font-family: "DINPro-Bold";
            }

        .room-show .head .btn {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 2.8rem;
            height: .8rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: .18rem;
            color: #fff;
            background: #d0ae69;
            border: 1px solid #b99d76;
        }

            .room-show .head .btn:hover {
                background: #b99d76;
            }

    .room-show .title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: .25rem;
        position: relative;
        line-height: 1em;
    }

        .room-show .title:before {
            content: "";
            display: block;
            position: absolute;
            left: -0.24rem;
            top: 50%;
            width: .1rem;
            height: .1rem;
            background: #d0ae69;
            -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
        }

        .room-show .title h2 {
            font-size: .18rem;
        }

    .room-show .content {
        line-height: .3rem;
        text-align: justify;
        padding-bottom: .4rem;
    }

    .room-show .list {
        padding-bottom: .36rem;
    }

        .room-show .list ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .room-show .list li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 1.2rem;
            height: .9rem;
            border: #a2a19c solid 1px;
            border-left: 0;
        }

            .room-show .list li:first-child {
                border-left: #a2a19c solid 1px;
            }

            .room-show .list li .ico {
                width: .4rem;
            }

            .room-show .list li .name {
                position: relative;
                top: .04rem;
            }

.book-layer .container, .trill-layer .container {
    width: 4rem;
    background: #fff;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

    .book-layer .container .close, .trill-layer .container .close {
        display: block;
        position: absolute;
        z-index: 5;
        top: 0;
        right: 0;
        width: .7rem;
        height: .6rem;
        background: url(../images/close26.png) center no-repeat;
        background-size: .16rem;
    }

    .book-layer .container .title, .trill-layer .container .title {
        text-align: center;
        line-height: .6rem;
        font-size: .18rem;
        background: #d0ae69;
        color: #fff;
    }

    .book-layer .container .box, .trill-layer .container .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: .42rem 0 .3rem 0;
    }

        .book-layer .container .box .ewm, .trill-layer .container .box .ewm {
            width: 1.78rem;
        }

        .book-layer .container .box .img, .trill-layer .container .box .img {
            width: 2.81rem;
        }

        .book-layer .container .box h5, .trill-layer .container .box h5 {
            font-size: .16rem;
            color: #b28c32;
            padding-top: .25rem;
        }

        .book-layer .container .box .msg, .trill-layer .container .box .msg {
            color: #999;
            padding: .1rem 0;
        }

        .book-layer .container .box li, .trill-layer .container .box li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 2.3rem;
            line-height: .28rem;
            color: #b28c32;
        }

            .book-layer .container .box li .name, .trill-layer .container .box li .name {
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
            }

            .book-layer .container .box li b, .trill-layer .container .box li b {
                font-family: "DINPro-Bold";
                font-size: .16rem;
            }

.room {
    padding: .76rem 0 .2rem 0;
}

    .room li {
        padding-bottom: .84rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .room li .img {
            width: 6.54rem;
            position: relative;
            overflow: hidden;
        }

            .room li .img:after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: -0.3rem;
                right: 0;
                bottom: 0;
                background: rgba(0,0,0,.3) url(../images/img27.png) center no-repeat;
                background-size: .27rem;
                content: "查看大图";
                color: #fff;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding-top: .7rem;
                opacity: 0;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
                cursor: pointer;
            }

            .room li .img:hover:after {
                opacity: 1;
            }

        .room li .col {
            width: 6.68rem;
        }

            .room li .col .name {
                font-size: .3rem;
                padding-bottom: .3rem;
                border-bottom: rgba(146,124,82,.2) solid 1px;
                line-height: 1em;
            }

            .room li .col dl.msg {
                padding-top: .24rem;
                line-height: 1em;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                color: #666;
                margin-left: -0.4rem;
            }

                .room li .col dl.msg dd {
                    padding-left: .4rem;
                    position: relative;
                }

                    .room li .col dl.msg dd:before {
                        display: block;
                        content: "|";
                        position: absolute;
                        left: .2rem;
                        top: 0;
                    }

                    .room li .col dl.msg dd:first-child:before {
                        display: none;
                    }

            .room li .col .content {
                line-height: .24rem;
                text-align: justify;
                color: #999;
                min-height: 2.06rem;
                padding: .6rem 0 .3rem 0;
            }

            .room li .col .more a {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                width: 1.4rem;
                height: .4rem;
                border: #d2a470 solid .02rem;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                color: #d2a470;
                position: relative;
            }

                .room li .col .more a:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 50%;
                    top: 100%;
                    width: 1.42rem;
                    background: url(../images/img142.png) center no-repeat;
                    background-size: 100% 100%;
                    height: .08rem;
                    margin-left: -0.71rem;
                    margin-top: .02rem;
                }

                .room li .col .more a:hover {
                    color: #fff;
                    background: #d2a470;
                }

.news-show .hd {
    text-align: center;
    border-bottom: #e6e6e6 solid 1px;
    padding: .5rem 0 .4rem 0;
}

    .news-show .hd .title {
        font-size: .2rem;
    }

    .news-show .hd .time {
        padding-top: .2rem;
        color: #999;
    }

.news-show .content {
    font-size: .18rem;
    line-height: 2em;
    text-align: justify;
    color: #666;
    padding: .5rem 0.8rem;
}

    .news-show .content h5 {
        font-size: .24rem;
        color: #d2a470;
    }

.p-num2 {
    border-top: #e6e6e6 solid 1px;
    padding: .5rem 0 .6rem 0;
    font-size: .16rem;
    line-height: .46rem;
}

    .p-num2 a {
        color: #666;
    }

        .p-num2 a:hover {
            color: #b28c32;
        }

.brand-1 .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .32rem;
}

    .brand-1 .hd h2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: .3rem;
        font-size: .2rem;
    }

    .brand-1 .hd ul {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .brand-1 .hd ul li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding-right: .4rem;
            position: relative;
            color: #666;
        }

            .brand-1 .hd ul li:before {
                display: block;
                content: "|";
                position: absolute;
                top: 0;
                right: .19rem;
                opacity: .6;
            }

            .brand-1 .hd ul li:last-child {
                padding-right: 0;
            }

                .brand-1 .hd ul li:last-child:before {
                    display: none;
                }

            .brand-1 .hd ul li img {
                width: .15rem;
                margin-right: .06rem;
            }

            .brand-1 .hd ul li:nth-child(3), .brand-1 .hd ul li:nth-child(4), .brand-1 .hd ul li:nth-child(5) {
                cursor: pointer;
            }

    .brand-1 .hd dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .brand-1 .hd dl dd {
            margin-left: .35rem;
        }

        .brand-1 .hd dl img {
            height: .29rem;
        }

.brand-1 .content {
    font-size: .16rem;
    line-height: .34rem;
    text-align: justify;
    color: #666;
    padding: .4rem 0 .35rem 0;
    text-indent: 2em;
}

.brand-1 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .brand-1 .list .img {
        width: 6.8rem;
    }

    .brand-1 .list ul {
        width: 6.9rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: -0.3rem;
    }

        .brand-1 .list ul li {
            width: 3.3rem;
            padding-bottom: .3rem;
        }

            .brand-1 .list ul li.li_01 {
                width: 100%;
            }

.brand-2 {
    position: relative;
    padding-bottom: .3rem;
}

    .brand-2 .list {
        width: 12rem;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .brand-2 .list-wrapper {
        margin-left: -0.075rem;
        margin-right: -0.075rem;
    }

        .brand-2 .list-wrapper li {
            padding: .62rem .075rem .84rem .075rem;
        }

        .brand-2 .list-wrapper a {
            display: block;
        }

            .brand-2 .list-wrapper a .zoomImg img {
                height: 2.92rem;
                width: 100%;
            }

            .brand-2 .list-wrapper a .bd {
                background: #f9f9f9;
                height: 3.08rem;
                position: relative;
                padding: .65rem .3rem 0 .3rem;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
            }

                .brand-2 .list-wrapper a .bd:after {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 100%;
                    height: .19rem;
                    background: url(../images/img19.png) center no-repeat;
                    background-size: auto 100%;
                }

                .brand-2 .list-wrapper a .bd .name {
                    position: relative;
                    padding-bottom: .45rem;
                }

                    .brand-2 .list-wrapper a .bd .name:before {
                        content: "";
                        display: block;
                        position: absolute;
                        left: 0;
                        bottom: .22rem;
                        width: .3rem;
                        height: .02rem;
                        background: #bababa;
                    }

                    .brand-2 .list-wrapper a .bd .name h5 {
                        font-size: .22rem;
                        color: #555;
                    }

                    .brand-2 .list-wrapper a .bd .name .en {
                        text-transform: uppercase;
                        color: #b3b3b3;
                        padding-top: .04rem;
                    }

                .brand-2 .list-wrapper a .bd .content {
                    line-height: .24rem;
                    color: #666;
                    text-align: justify;
                    height: .72rem;
                    overflow: hidden;
                }

                .brand-2 .list-wrapper a .bd .more {
                    position: absolute;
                    left: .35rem;
                    bottom: .09rem;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    width: 1.4rem;
                    height: .5rem;
                    background: #d0ae69;
                    color: #fff;
                    font-size: .16rem;
                    -webkit-transition: all .5s ease;
                    transition: all .5s ease;
                    opacity: 0;
                }

                    .brand-2 .list-wrapper a .bd .more:before {
                        content: "";
                        display: block;
                        position: absolute;
                        left: 50%;
                        top: 100%;
                        width: 1.42rem;
                        background: url(../images/img142.png) center no-repeat;
                        background-size: 100% 100%;
                        height: .08rem;
                        margin-left: -0.71rem;
                    }

            .brand-2 .list-wrapper a:hover .bd {
                padding-top: .25rem;
            }

                .brand-2 .list-wrapper a:hover .bd .more {
                    bottom: .39rem;
                    opacity: 1;
                }

    .brand-2 .arrow a {
        display: block;
        width: .5rem;
        height: 1rem;
        background: center no-repeat;
        background-size: 100%;
        position: absolute;
        z-index: 5;
        top: 3.13rem;
        opacity: .6;
    }

        .brand-2 .arrow a:hover {
            opacity: 1;
        }

        .brand-2 .arrow a.prev {
            left: 0;
            background-image: url(../images/prev50.png);
        }

            .brand-2 .arrow a.prev:hover {
                background-image: url(../images/prev50on.png);
            }

        .brand-2 .arrow a.next {
            right: 0;
            background-image: url(../images/next50.png);
        }

            .brand-2 .arrow a.next:hover {
                background-image: url(../images/next50on.png);
            }

    .brand-2 .more a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        width: 2.2rem;
        height: .58rem;
        border: 1px solid rgba(115,101,88,.5);
        font-size: .18rem;
        text-transform: uppercase;
        color: #736558;
    }

        .brand-2 .more a:hover {
            color: #fff;
            background: #b28c32;
            border-color: #b28c32;
        }

.brand-3 {
    padding-top: .5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .brand-3 .img-list {
        width: 8.98rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .brand-3 .img-list .list-wrapper {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            .brand-3 .img-list .list-wrapper img {
                width: 100%;
                height: 6.74rem;
            }

            .brand-3 .img-list .list-wrapper .dots {
                position: absolute;
                z-index: 5;
                left: 0;
                right: 0;
                bottom: .33rem;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .brand-3 .img-list .list-wrapper .dots span {
                    width: .12rem;
                    height: .12rem;
                    border: .04rem solid rgba(255,255,255,.8);
                    border-radius: 50%;
                    margin: 0 .125rem;
                }

                    .brand-3 .img-list .list-wrapper .dots span.swiper-pagination-bullet-active {
                        border-color: #b28c32;
                    }

    .brand-3 .list {
        width: 100%;
        background: #ebebeb;
        height: 6.74rem;
        overflow-y: auto;
    }

        .brand-3 .list::-webkit-scrollbar {
            width: .06rem;
            border-radius: .06rem;
        }

        .brand-3 .list::-webkit-scrollbar-thumb {
            background: #eec899;
            border-radius: .06rem;
        }

        .brand-3 .list::-webkit-scrollbar-track {
            background: #ebebeb;
            border-radius: .06rem;
        }

        .brand-3 .list li {
            height: 1.685rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding-left: .5rem;
            -webkit-transition: background-color .5s ease;
            transition: background-color .5s ease;
            position: relative;
        }

            .brand-3 .list li:after {
                content: "";
                display: block;
                position: absolute;
                left: .5rem;
                right: 0;
                bottom: 0;
                height: 1px;
                background: rgba(182,146,101,.2);
            }

            .brand-3 .list li .img {
                width: 1.2rem;
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                margin-right: .2rem;
            }

            .brand-3 .list li .col {
                width: 2.1rem;
            }

                .brand-3 .list li .col .name {
                    font-size: .16rem;
                    padding-bottom: .1rem;
                    font-weight: 400;
                    color: #2c2825;
                    -webkit-transition: color .5s ease;
                    transition: color .5s ease;
                }

                .brand-3 .list li .col p {
                    line-height: .24rem;
                    color: #5c5b52;
                    -webkit-transition: color .5s ease;
                    transition: color .5s ease;
                }

            .brand-3 .list li.on {
                background: #b69265;
            }

                .brand-3 .list li.on .col .name {
                    color: #fff9f2;
                }

                .brand-3 .list li.on .col p {
                    color: #f9e8d6;
                }

.brand-4 {
    padding: .9rem 0 .95rem 0;
}

    .brand-4 .list {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        .brand-4 .list:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            border: #d9d9d9 solid 1px;
        }

        .brand-4 .list li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-left: 1rem;
        }

            .brand-4 .list li .col {
                width: 6.1rem;
                padding-top: .78rem;
            }

                .brand-4 .list li .col .name {
                    position: relative;
                    margin-bottom: .45rem;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    padding-bottom: .02rem;
                }

                    .brand-4 .list li .col .name:before {
                        content: "";
                        display: block;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: .66rem;
                        height: .08rem;
                        background: rgba(208,174,105,.5);
                    }

                    .brand-4 .list li .col .name h5 {
                        position: relative;
                        font-size: .22rem;
                        line-height: 1em;
                    }

                .brand-4 .list li .col .content {
                    line-height: .3rem;
                    text-align: justify;
                    color: #4e4d45;
                }

            .brand-4 .list li .zoomImg {
                width: 6.13rem;
            }

                .brand-4 .list li .zoomImg img {
                    width: 100%;
                    height: 4.8rem;
                }

    .brand-4 .dots {
        position: absolute;
        z-index: 5;
        left: 1rem;
        bottom: .27rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .brand-4 .dots span {
            width: .11rem;
            height: .11rem;
            margin-right: .12rem;
            background: #d2d2d2;
            border-radius: 50%;
        }

            .brand-4 .dots span.swiper-pagination-bullet-active {
                background: #d0ae69;
            }

.news {
    padding-top: .4rem;
}

    .news li {
        padding-bottom: .45rem;
    }

        .news li a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

            .news li a .zoomImg {
                width: 3rem;
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
            }

            .news li a .col {
                width: 100%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 0 .75rem 0 .55rem;
                position: relative;
                box-shadow: 0 0 .08rem 0 rgba(0,0,0,.16);
            }

                .news li a .col:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    border: #b28c32 solid .02rem;
                    opacity: 0;
                }

                .news li a .col .name {
                    font-size: .2rem;
                }

                .news li a .col .time {
                    color: #999;
                    padding: .2rem 0;
                }

                .news li a .col p {
                    line-height: .34rem;
                    color: #666;
                }

            .news li a:hover .col:before {
                opacity: 1;
            }

.p-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: .45rem;
}

    .p-num a {
        margin: 0 .05rem;
        border-radius: .02rem;
        border: #ddd solid 1px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        height: .4rem;
        min-width: .4rem;
        padding: 0 .15rem;
    }

        .p-num a:hover, .p-num a.on {
            background: #d2a470;
            border-color: #d2a470;
            color: #fff;
        }

@media screen and (max-width: 800px) {
    .index-flash .list li {
        height: 6.5rem;
    }

        .index-flash .list li dl {
            height: 6.5rem;
            padding-top: 1rem;
        }

            .index-flash .list li dl dd {
                width: 1.2rem;
            }

                .index-flash .list li dl dd:after {
                    width: .8rem;
                }

                .index-flash .list li dl dd img {
                    width: 1rem;
                }

                .index-flash .list li dl dd.prev:after {
                    margin-left: .5rem;
                }

                .index-flash .list li dl dd.next:after {
                    margin-right: .5rem;
                }

            .index-flash .list li dl dt {
                width: 2.8rem;
                height: 3.8rem;
            }

                .index-flash .list li dl dt .line.line-t {
                    height: .05rem;
                }

                .index-flash .list li dl dt .line.line-r {
                    width: .05rem;
                }

                .index-flash .list li dl dt .line.line-b {
                    height: .05rem;
                }

                .index-flash .list li dl dt .line.line-l {
                    width: .05rem;
                }

                .index-flash .list li dl dt .img {
                    width: 1.5rem;
                }

                .index-flash .list li dl dt .name {
                    font-size: .24rem;
                    padding-top: .4rem;
                    letter-spacing: 0;
                }

                .index-flash .list li dl dt .btn {
                    font-size: .2rem;
                    height: .46rem;
                    width: 1rem;
                }

    .index-flash .arrow a {
        width: calc(50% - 1.4rem);
    }

    .p-title h2 {
        font-size: .42rem;
    }

    .index-brand .list li img {
        height: 5rem;
    }

    .index-brand .list .arrow a {
        width: .6rem;
        opacity: 1;
    }

    .index-news .list {
        width: 100%;
    }

        .index-news .list .img img {
            width: 100%;
        }

        .index-news .list .title h2 {
            font-size: .32rem;
        }

        .index-news .list ul {
            padding: .25rem .2rem;
        }

            .index-news .list ul a {
                height: .6rem;
            }

                .index-news .list ul a .name {
                    font-size: .28rem;
                }

    .index-photo .list-wrapper {
        width: 25rem;
        margin-left: -12.5rem;
    }

        .index-photo .list-wrapper li .name {
            font-size: .28rem;
            padding-top: .25rem;
        }

        .index-photo .list-wrapper li.swiper-slide-prev .zoomImg img, .index-photo .list-wrapper li.swiper-slide-next .zoomImg img {
            opacity: .5;
        }

    .p-nav.wal {
        margin: 0;
    }

    .p-nav ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -2px;
        padding: .2rem 0;
    }

    .p-nav li {
        width: 25%;
        text-align: center;
    }

        .p-nav li:before {
            left: -1px;
        }

        .p-nav li a {
            padding: 0;
            font-size: .26rem;
        }

    .p-nav-2 li {
        width: 50%;
    }

    .about .content {
        font-size: .26rem;
        line-height: 1.8em;
    }

    .about .item .name {
        width: 3rem;
        font-size: .26rem;
    }

    .about .item img {
        height: 4rem;
    }

    .photo ul {
        margin-left: -0.3rem;
    }

    .photo li {
        width: 50%;
        padding: 0 0 .62rem .3rem;
    }

    .photo a .name {
        line-height: .9rem;
        font-size: .26rem;
    }

    .phone-layer .container, .room-layer .container {
        width: 7rem;
    }

    .room-imgs:before, .room-imgs:after {
        width: calc(50% - 3rem);
    }

    .room-imgs .list {
        width: 18rem;
        margin-left: -9rem;
    }

    .room-imgs .arrow a.prev {
        left: 50%;
        margin-left: -2.95rem;
    }

    .room-imgs .arrow a.next {
        right: 50%;
        margin-right: -2.95rem;
    }

    .room-show .wal {
        padding-left: .3rem;
    }

    .room-show .head .wal {
        height: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: .1rem;
    }

    .room-show .head .name {
        left: -0.26rem;
        font-size: .32rem;
        height: .8rem;
    }

        .room-show .head .name img {
            width: .32rem;
        }

    .room-show .head .price {
        font-size: .26rem;
    }

        .room-show .head .price b {
            font-size: .44rem;
        }

    .room-show .head .btn {
        font-size: .24rem;
    }

    .room-show .title {
        margin-bottom: .3rem;
    }

        .room-show .title h2 {
            font-size: .3rem;
        }

    .room-show .content {
        line-height: .44rem;
        font-size: .26rem;
    }

    .room-show .list ul {
        border-left: #a2a19c solid 1px;
        border-top: #a2a19c solid 1px;
    }

    .room-show .list li {
        width: 33.333%;
        height: 1.5rem;
        border-left: 0;
        border-top: 0;
    }

        .room-show .list li:first-child {
            border-left: 0;
        }

        .room-show .list li .ico {
            width: .6rem;
        }

    .book-layer .container, .trill-layer .container {
        width: 5.6rem;
    }

        .book-layer .container .close, .trill-layer .container .close {
            width: .9rem;
            height: .8rem;
            background-size: .22rem;
        }

        .book-layer .container .title, .trill-layer .container .title {
            line-height: .8rem;
            font-size: .3rem;
        }

        .book-layer .container .box h5, .trill-layer .container .box h5 {
            font-size: .26rem;
        }

        .book-layer .container .box li, .trill-layer .container .box li {
            width: 4.6rem;
            line-height: .4rem;
        }

            .book-layer .container .box li b, .trill-layer .container .box li b {
                font-size: .28rem;
            }

    .room li .img {
        width: 100%;
    }

    .room li .col {
        width: 100%;
        padding: .5rem .3rem 0 .3rem;
    }

        .room li .col .name {
            font-size: .32rem;
            font-weight: 600;
        }

        .room li .col dl.msg {
            padding-top: .3rem;
        }

        .room li .col .content {
            line-height: .4rem;
            padding: .3rem 0;
        }

        .room li .col .more a {
            width: 1.8rem;
            height: .6rem;
        }

    .news-show .hd .title {
        font-size: .32rem;
    }

    .news-show .content {
        font-size: .28rem;
    }

        .news-show .content h5 {
            font-size: .32rem;
        }

    .p-num2 {
        font-size: .26rem;
        line-height: .6rem;
    }

    .brand-1 .hd {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: .5rem;
    }

        .brand-1 .hd h2 {
            margin-right: 0;
            font-size: .32rem;
        }

        .brand-1 .hd ul {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: .2rem 0;
        }

            .brand-1 .hd ul li {
                height: .5rem;
            }

                .brand-1 .hd ul li:before {
                    line-height: .5rem;
                }

                .brand-1 .hd ul li img {
                    width: .22rem;
                    margin-right: .06rem;
                }

                .brand-1 .hd ul li:nth-child(1) {
                    width: 100%;
                }

                    .brand-1 .hd ul li:nth-child(1):before {
                        display: none;
                    }

        .brand-1 .hd dl dd {
            margin-right: .35rem;
            margin-left: 0;
        }

        .brand-1 .hd dl img {
            height: .4rem;
        }

    .brand-1 .content {
        font-size: .26rem;
        line-height: .44rem;
    }

    .brand-1 .list .img {
        width: 100%;
    }

    .brand-1 .list ul {
        width: 100%;
        padding-top: .3rem;
    }

    .brand-2 .list {
        width: 6rem;
    }

    .brand-2 .list-wrapper li {
        padding: .62rem .2rem .84rem .2rem;
    }

    .brand-2 .list-wrapper a .zoomImg img {
        height: 3.2rem;
    }

    .brand-2 .list-wrapper a .bd {
        background: #f9f9f9;
        height: 3.5rem;
        padding: .5rem .3rem 0 .3rem;
    }

        .brand-2 .list-wrapper a .bd .name h5 {
            font-size: .3rem;
        }

        .brand-2 .list-wrapper a .bd .content {
            line-height: .4rem;
            height: 1.2rem;
        }

        .brand-2 .list-wrapper a .bd .more {
            display: none;
        }

    .brand-2 .list-wrapper a:hover .bd {
        padding-top: .5rem;
    }

    .brand-2 .more a {
        width: 2.6rem;
        height: .8rem;
        font-size: .26rem;
    }

    .brand-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .brand-3 .img-list {
            width: 100%;
        }

            .brand-3 .img-list .list-wrapper img {
                height: 5rem;
            }

        .brand-3 .list {
            height: 5rem;
        }

            .brand-3 .list li {
                height: 2.5rem;
            }

                .brand-3 .list li .img {
                    width: 1.8rem;
                }

                .brand-3 .list li .col {
                    width: 4rem;
                }

                    .brand-3 .list li .col .name {
                        font-size: .26rem;
                    }

                    .brand-3 .list li .col p {
                        line-height: .4rem;
                    }

    .brand-4 .list li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
    }

        .brand-4 .list li .col {
            width: 100%;
            padding: .5rem .35rem .8rem .35rem;
        }

            .brand-4 .list li .col .name {
                margin-bottom: .35rem;
            }

                .brand-4 .list li .col .name h5 {
                    font-size: .3rem;
                }

            .brand-4 .list li .col .content {
                line-height: .4rem;
            }

        .brand-4 .list li .zoomImg {
            width: 100%;
        }

    .brand-4 .dots {
        left: 0;
        right: 0;
        bottom: 5.2rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .brand-4 .dots span {
            margin: 0 .06rem;
        }

    .news li a {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .news li a .zoomImg {
            width: 100%;
        }

            .news li a .zoomImg img {
                width: 100%;
                height: 4rem;
            }

        .news li a .col {
            padding: .25rem .3rem;
        }

            .news li a .col .name {
                font-size: .3rem;
            }

            .news li a .col p {
                line-height: .44rem;
            }

    .p-num a {
        margin: 0 .05rem;
        height: .6rem;
        min-width: .6rem;
        padding: 0 .2rem;
    }
}


.fastorder {
                    border: #fff solid 1px;
                    color: #fff;
                    font-size: .14rem;
                    width: 1.25rem;
                    height: .36rem;
                    display:inline-block;
                     text-align:center;
                     line-height:.36rem;
                }

                    .fastorder:hover {
                        background: #fff;
                        color: #b28c32;
                    }
                     .p-title h2 a {
            color: #b28c32;
        }
                     .brand-1 .hd ul li a {
                color: #666;
            }