
.nav {
    width: 100%;
    height: 45px;
    min-width: 1200px;
    background: #585656;
    line-height: 45px;
    font-size: 16px;
    color: #ffffff
}

.nav > ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.nav > ul > li {
    width: 130px;
    float: left;
    background: url("../img/nav-bg.png") right center no-repeat;
    cursor: pointer;
    text-align: center;
}


.nav > ul > li:first-child {
    width: 250px;
    background-image: url("../img/nav-item-bg.png");
    background-position: 20px center;
    background-color: #4e4e4e;
}


.nav > ul > li:last-child {
}

.nav > ul > li:hover {
    background-color: #4e4e4e;
}

.head-list > ul {
    width: 800px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
   /* overflow: hidden;*/
}

    .head-list > ul > li {
        padding: 0 15px;
        float: left;
        cursor: pointer;
        text-align: center;
        font-size: 18px;
        color: #333;
    }
    .head-list > ul > li :hover{
        color: #cf152d;
        font-weight:bold;
    }


my-cart{
    width:100px;
    height:45px;
    line-height:45px;
    padding:0 10px;
    border:1px solid #333;
}

.round-nav {
    width: 100%;
    min-width: 1200px;
}


.round {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-left: 252px;
    box-sizing: border-box;
    border-radius:0 10px 10px 0;
}

.round > img {
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Safari and Chrome */
    -o-transform: translateX(-50%); /* Opera */
    -moz-transform: translateX(-50%);
}


.nav-rc-body > li:hover > p:first-child {
    font-weight: bold;
}
.nav-rc-body > li >.item:first-child{
    margin-left:10px;
}
.nav-rc-body > li:hover {
    border-right: 2px solid #cf152d;
}
.nav-rc-body-item-1 {
    background-image: url("../img/nav-1.png");
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}
    .nav-rc-body-item-1 .listbox {
        margin-left: 18px;
        width: 200px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color:#a9a9a9;
        margin-top:20px;
    }
    

    .nav-rc-body-item-2 {
        background-image: url("../img/nav-2.png");
    }

.nav-rc-body-item-3 {
    background-image: url("../img/nav-3.png");
}

.nav-rc-body-item-4 {
    background-image: url("../img/nav-4.png");
}

.nav-rc-body-item-5 {
    background-image: url("../img/nav-5.png");
}

.nav-rc-body-item-6 {
    background-image: url("../img/nav-6.png");
}

.nav-rc-body-item-7 {
    background-image: url("../img/nav-7.png");
}

.nav-rc-body-item-8 {
    background-image: url("../img/nav-8.png");
}

.nav-rc-body-item-9 {
    background-image: url("../img/nav-9.png");
}

.nav-rc-body-item-10 {
    background-image: url("../img/nav-10.png");
}

.nav-rc-body-item-11 {
    background-image: url("../img/nav-11.png");
}

.nav-rc-body-item-12 {
    background-image: url("../img/nav-12.png");
}

.nav-rc-body-item-1:hover {
    background-image: url("../img/nav-1-1.jpg");
}

.nav-rc-body-item-2:hover {
    background-image: url("../img/nav-2-1.jpg");
}

.nav-rc-body-item-3:hover {
    background-image: url("../img/nav-3-1.jpg");
}

.nav-rc-body-item-4:hover {
    background-image: url("../img/nav-4-1.jpg");
}

.nav-rc-body-item-5:hover {
    background-image: url("../img/nav-5-1.jpg");
}

.nav-rc-body-item-6:hover {
    background-image: url("../img/nav-6-1.jpg");
}

.nav-rc-body-item-7:hover {
    background-image: url("../img/nav-7-1.png");
}

.nav-rc-body-item-8:hover {
    background-image: url("../img/nav-7-1.png");
}

.nav-rc-body-item-9:hover {
    background-image: url("../img/nav-7-1.png");
}

.nav-rc-body-item-10:hover {
    background-image: url("../img/nav-7-1.png");
}

.nav-rc-body-item-11:hover {
    background-image: url("../img/nav-7-1.png");
}

.nav-rc-body-item-12:hover {
    background-image: url("../img/nav-7-1.png");
}


.nav-rc-body > li > .font-16 {
   float:left;
    margin-left: 74px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 160px;
    overflow: hidden;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    margin-left: 55px;
}

.nav-rc-body > li > p > a {
    text-indent: 12px;
    padding-right: 5px;
    cursor: pointer;

}


.col-c5b {
    color: #c5b5a1;
}


.font-16 {
    font-size: 16px;
}

.nav-popup {
    width: 760px;
    /*height: auto;*/
    height: 468px;
    background: #fff;
    position: absolute;
    left: 250px;
    z-index: 999 !important;
    top: -18px;
    display: none;
    overflow: auto;
    overflow-behavior: none;
    border-left: 1px solid #ccc;
   
}
    .nav-popup::-webkit-scrollbar{
        
        width:8px;
        padding-right:20px;

    }
    .nav-popup::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #ccc;
        position: absolute;
        right: 5px;
        top:20px;
    }
    .nav-popup::-webkit-scrollbar-track{
        background-color:transparent;
    }
    .nav-rc-body > li:nth-child(2) .nav-popup {
        top: -90px;
    }
.nav-rc-body > li:nth-child(3) .nav-popup {
    top: -162px;
}
.nav-rc-body > li:nth-child(4) .nav-popup {
    top: -234px;
}
.nav-rc-body > li:nth-child(5) .nav-popup {
    top: -306px;
    /*bottom: -90px;
    top: auto;*/
}
.nav-rc-body > li:nth-child(6) .nav-popup {
    top: -378px;
    /* bottom: -18px;
    top: auto;*/
}
.nav-popup-1 {
    /*top: 100%;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);*/ /* IE 9 */
    /*-webkit-transform: translateY(-100%);*/ /* Safari and Chrome */
    /*-o-transform: translateY(-100%);*/ /* Opera */
    /*-moz-transform: translateY(-100%);*/
}



.nav-popup-visible {
    display: block;
}


.nav-rc-body li:hover {
    background-color: #fff;
    color: #cf152d;
}

/*.nav-rc-body li:hover > p{*/
/*    color: #8c6f4b;*/
/*}*/


.promotion {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    padding: 15px 0;
    overflow: hidden;
}

.promotion-header {
    width: 1200px;
    overflow: hidden;
    height: auto;
    margin: 10px 0;
}

.promotion-header > li:first-child {
    font-size: 24px;
    float: left;
    text-indent: 47px;
    line-height: 40px;
    background-image: url("../img/promotion-head-1.png");
    background-position: left center;
    background-repeat: no-repeat;
}

/*.promotion-header > li:last-child {*/
/*    font-size: 12px;*/
/*    float: right;*/
/*    text-indent: 24px;*/
/*    line-height: 28px;*/
/*    margin-top: 10px;*/
/*    background-image: url("../img/promotion-head-2.png");*/
/*    background-position: left center;*/
/*    background-repeat: no-repeat;*/
/*    cursor: pointer;*/
/*}*/

/*.promotion-header > li:last-child:hover {*/
/*    text-decoration: underline;*/
/*}*/

.promotion-section {
    width: 770px;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    float: left;
}

.promotion-section-item {
    flex-grow: 0;
    flex-shrink: 0;
    width: 375px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    margin: 15px 0;

    box-shadow: 0 0 0 #ccc;

    transition: box-shadow .5s;
    -moz-transition: box-shadow .5s; /* Firefox 4 */
    -webkit-transition: box-shadow .5s; /* Safari 和 Chrome */
    -o-transition: box-shadow .5s;
}

.promotion-section-item:hover {
    box-shadow: 0 0 8px #ccc;

}

.promotion-s-i-left {
    width: 140px;
    height: 197px;
    float: left;
    overflow: hidden;


}


.promotion-s-i-center {
    width: 165px;
    margin-left: 30px;
    margin-top: 22px;
    float: left;
    position: relative;
}

.promotion-s-i-center li {
    font-size: 14px;
}

.promotion-s-i-center span {
    font-weight: normal;
    font-size: 30px;
    color: #000;

    transition: font-weight .5s, color .5s;
    -moz-transition: font-weight .5s, color .5s; /* Firefox 4 */
    -webkit-transition: font-weight .5s, color .5s; /* Safari 和 Chrome */
    -o-transition: font-weight .5s, color .5s;
}


.promotion-s-i-center .promotion-4 {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-top: solid 1px #f5f2ef;
    margin-top: 24px;
    color: #c2c2c2;
    opacity: 1;

    transition: opacity .5s, transform .5s;
    -moz-transition: opacity .5s, -moz-transform .5s; /* Firefox 4 */
    -webkit-transition: opacity .5s, -webkit-transform .5s; /* Safari 和 Chrome */
    -o-transition: opacity .5s, -o-transform .5s;
}

.promotion-s-i-center .promotion-3 {
    margin-top: 10px;
    font-size: 18px;

    transition: transform .5s;
    -moz-transition: -moz-transform .5s; /* Firefox 4 */
    -webkit-transition: -webkit-transform .5s; /* Safari 和 Chrome */
    -o-transition: -o-transform .5s;
}

.promotion-s-i-center .promotion-2:hover {
    text-decoration: underline;
}

.promotion-s-i-center .promotion-2 {
    /*height: 40px;*/
    overflow: hidden;

    transition: transform .5s;
    -moz-transition: -moz-transform .5s; /* Firefox 4 */
    -webkit-transition: -webkit-transform .5s; /* Safari 和 Chrome */
    -o-transition: -o-transform .5s;
}

.promotion-s-i-center .promotion-1 {
    opacity: 1;

    transition: opacity .5s, transform .5s;
    -moz-transition: opacity .5s, -moz-transform .5s; /* Firefox 4 */
    -webkit-transition: opacity .5s, -webkit-transform .5s; /* Safari 和 Chrome */
    -o-transition: opacity .5s, -o-transform .5s;

}

.promotion-section-item:hover .promotion-1 {
    opacity: 0;

    transform: translateY(-30px);
    -ms-transform: translateY(-30px); /* IE 9 */
    -webkit-transform: translateY(-30px); /* Safari and Chrome */
    -o-transform: translateY(-30px); /* Opera */
    -moz-transform: translateY(-30px);
}

.promotion-section-item:hover span {
    font-weight: bold;
    font-size: 30px;
    color: #bc7f33;
}

.promotion-section-item:hover .promotion-2 {


    transform: translateY(-25px);
    -ms-transform: translateY(-25px); /* IE 9 */
    -webkit-transform: translateY(-25px); /* Safari and Chrome */
    -o-transform: translateY(-25px); /* Opera */
    -moz-transform: translateY(-25px);
}

.promotion-section-item:hover .promotion-3 {

    transform: translateY(-25px);
    -ms-transform: translateY(-25px); /* IE 9 */
    -webkit-transform: translateY(-25px); /* Safari and Chrome */
    -o-transform: translateY(-25px); /* Opera */
    -moz-transform: translateY(-25px);
}


.promotion-section-item:hover .promotion-4 {
    opacity: 0;
    transform: translateY(-30px);
    -ms-transform: translateY(-30px); /* IE 9 */
    -webkit-transform: translateY(-30px); /* Safari and Chrome */
    -o-transform: translateY(-30px); /* Opera */
    -moz-transform: translateY(-30px);
}


.promotion-5 {
    width: 176px;
    height: 44px;
    position: absolute;

    bottom: -30px;
    left: 0;
    border: 1px solid #eee;
    border-radius: 24px;
    overflow: hidden;
    opacity: 0;

    transition: opacity .5s, bottom .5s;
    -moz-transition: opacity .5s, bottom .5s; /* Firefox 4 */
    -webkit-transition: opacity .5s, bottom .5s; /* Safari 和 Chrome */
    -o-transition: opacity .5s, bottom .5s;
}


.promotion-5 p {
    width: 32%;
    height: 16px;
    float: left;
    border-left: 1px solid #ccc;
    margin-top: 14px;
}

.promotion-bg1 {
    background: url("../img/promotion-5.png") no-repeat center center;
}

.promotion-bg2 {
    background: url("../img/promotion-6.png") no-repeat center center;
}

.promotion-bg3 {
    background: url("../img/promotion-7.png") no-repeat center center;
}

.promotion-5 p:first-child {
    border-left: 0;
}


.promotion-section-item:hover .promotion-5 {
    opacity: 1;
    bottom: 15px;
}


.nav-popup-body {
    width: 100%;
    height: auto;
    margin: 14px 0;
    font-size: 14px;
    line-height: 34px;
    display: flex;
}

.nav-popup-body > p {
    width: 102px;
    /*height: 34px;*/
    margin: 0 10px;
    /*background-color: #f1f1f1;*/
    text-align: center;
    color: #333;
    font-weight: bold;
    float: left;
    cursor: pointer;
}
.nav-popup > .nav-popup-body > p ::after {
    content: '>';
    color: black;
    /*background-color: aqua;*/
    display: inline-block;
    position: absolute;
    width: 10px;
    /*height: 34px;*/
    /*top: 0;*/
    left: 112px;
}

.nav-popup > .nav-popup-body > p > a {
    display: block;
    width: 98px;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    /*word-break:break-all;*/
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav-popup-body > p:hover {
    /*text-decoration: underline;*/
}

.nav-popup-body > ul {
    width: 580px;
    float: left;
}

.nav-popup-body li {
    /*height: 34px;*/
    line-height: 24px;
    float: left;
    /*padding: 0 17px;*/
    padding-left: 17px;
    /*background-image: url("../img/nav-popup.png");*/
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    color: #3a3a3a;
}

    .nav-popup-body li:hover {
        /*text-decoration: underline;*/
        color: #cf152d;
    }

.nav-popup-body li:last-child {
    background-image: none;
}


.nav-round {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.nav-r-center {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  
}

.nav-rc-body-div {
    width: 250px;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color:#fff;
    border-top-left-radius:30px;
}

.nav-rc-body {
    width: 250px;
    height: auto;
    padding:18px 0;
    box-sizing:border-box;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.nav-rc-body > li {
    width: 250px;
    padding: 10px ;
    box-sizing:border-box;
    color: #333;
    background-repeat: no-repeat;
    background-position: 30px 20px;
    position: relative;
    cursor: pointer;
}
   /* .nav-rc-body > li:hover {
        color:#333;
        background-image: url("../img/top-right.png") !important;
    }*/

    .nav-popup-index {
        width: 100%;
        height: auto;
        position: relative;
        z-index:2;
        display:flex;
        justify-content:space-between;
    }

.nav-popup-index-black {
    width: 250px;
    height: 100%;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow:hidden;
    border-top-left-radius:30px;
}


.col-BB8C52 {
    color: #BB8C52;

}


.nav-popup-body > p > {
    color:#333;
}


.index-news {
    width: auto;
    float: right;
    font-size: 12px;
    text-indent: 68px;
    background-image: url(../img/promotion-head-2.png);
    background-position: left center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 46px;
}

.index-news > ul {
    overflow: hidden;
}

.index-news > li {
    width: 100%;
    float: left;
}

.index-news > ul > li:first-child {
    line-height: 14px;
}

.index-news > ul > li:last-child {
    font-size: 24px;
}

.promotion-news {
    width: 370px;
    height: 424px;
    float: right;
    margin-top: 15px;
    background-color: #ffffff;
    padding: 26px 26px;
    box-sizing:border-box;
}

.pro-news-head {

}

.pro-news-head > ul {
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}

.pro-news-head > ul > li {
    float: left;
    padding: 0 20px;
    cursor: pointer;
    color: #313131;
}

.pro-news-head > ul > li:hover {
    color: #9e6c2f;
    font-weight: bold;
}

.pro-news-head > ul > .curr {
    color: #9e6c2f;
    font-weight: bold;
}

.pro-news-head > ul > li:first-child {
    background: url("../img/pro-new.png") no-repeat center right;
    padding-left: 0;
}

.pro-news-head > ul > li:last-child {
    float: right;
    font-size: 12px;
    color: #414141;
    height: 24px;
    line-height: 28px;
    padding: 0;
}


.pro-news-list > ul {
    overflow: hidden;
    overflow-y: auto;
    height: 340px;
    padding: 12px 0;
}

.pro-news-list > ul > li {
    width: 100%;
    float: left;
    text-indent: 2em;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #646464;
    line-height: 42px;
    overflow: hidden;
    cursor: pointer;
}

.pro-news-list > ul > li:hover {
    color: #9e6c2f;
    text-decoration: underline;
}

.pro-news-list > ul > li > span {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 3px;
    background-color: #9e6c2f;
    float: left;
    margin-top: 18px;
}

.record {

    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #cdcccc;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.record > ul {
    overflow: hidden;
    
}

.record .record-title {
    font-size: 20px;
    color:#333;
}

    .record .record-num {
        font-size: 24px;
        color: #cf152d;
        position: relative;
        font-weight:bolder;
    }


    .record . .record-num img {
        height: 24px;
        height: 24px;
        position: absolute;
        top: 0px;
        right: 5px;
    }

.record > ul > li {
    float: left;
    width: 33.3%;
    text-align: center;
    padding: 30px 0;
    background: url("../img/record-bg.png") no-repeat right center;
   
}

.record > ul > li:last-child {
    background: none;
}

.round-notice-btn{
    width: 96px;
    height: 30px;
    display: block;
    position: absolute;
    top: 330px;
    left: 320px;
    background: #be976a;
    text-align: center;
    color: #ffffff !important;
    line-height: 30px;
    cursor: pointer;
}

.round-notice-btn:hover{
    background: #9f6b2f;
}

.round-content{
    width: 1200px;
    height: 100%;
    position: relative;
}

.page{
}

.brands{
width:1200px;
height:380px;
margin:0px auto;
background-color:#fff;
border-radius:40px;
position:relative;
overflow:hidden;
padding:40px 0 ;
z-index:1;
}
    
    .brands > .position {
        margin-top:40px;
        z-index:5;
        position: absolute;
        left: 0px;
        top: 0px;
        box-sizing:border-box;
    }
       
        .brands > .position a, .brands > .position li {
            overflow: hidden;
            width: 299px;
            height: 170px;
            float: left;
            border-radius: 2px;
            box-sizing: border-box;
        }
.position .link:hover {
    width: 240px;
    height: 170px;
    border: 2px solid #cf152d;
    box-sizing: border-box;
}
.position a .imglogo{
    max-height:170px;
    max-width:240px;
    line-height:170px;
    margin:0 auto;
}
.brands .itemlogo {
    width: 240px;
    height: 170px;
    line-height: 170px;
}
.brands .popup-hotel-brand{
    width:1200px;
}
.brands .itemlogo img {
    width: 100%;
    height: 100%;
    margin: 30px auto;
}

        .mid {
            width: 100%;
            height: 24px;
            background-color: #f2f2f2;
        }
.logo-wall{
    width:1200px;
    margin:10px auto;
    text-align:center;
}












