body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    /* font-family: Didot LT W02 Roman, Garamond, Times New Roman, serif; */
    /*font-family: serif;*/
    font-family: "宋体";
}
@-moz-document url-prefix(){body{font-family:"宋体-简"}}
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

/* 联系我们 */
.contact {
    width: 100%;
    height: 49vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../image/lianxibot.jpg);
}

.contact .title {
    color: #616161;
    padding-bottom: 10vw;
}

.contact .title .title_span {
    font-size: 6.4vw;
    color: #616161;
    position: relative;
    text-align: center;
    font-weight: 300;
    padding-top: 10vw;
}

.contact .title .title_span::after {
    position: absolute;
    content: "";
    width: 28vw;
    height: 1vw;
    background-color: #dad6de;
    left: 50%;
    margin-left: -14vw;
    bottom: -5vw;
}


.contact_cont p {
    color: #616161;
    font-size: 4vw;
    text-align: center;
    line-height: 6vw;
    margin-top: 1vw;
}


/* 详情按钮 */
.explore {
    margin-top: 2vw;
    transition: opacity 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    padding: 1vw 2vw;
    display: inline-block;
    position: relative;
    font-size: 3.5vw;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
}

.explore:hover:not(.cta-brown):not(.cta-white) {
    opacity: 0.5;
}

.explore .cta-underline-line,
.explore .cta-underline-line2 {
    background-color: #7E6E64;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.explore .cta-underline-line2 {
    left: -200%;
}

.explore:hover .cta-underline-line {
    background-color: rgb(160, 140, 106)
}

.explore:hover .cta-underline-line2 {
    background-color: rgb(160, 140, 106);
}

.explore:hover .cta-underline-line,
.explore:hover .cta-underline-line2 {
    -webkit-transition: -webkit-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: -webkit-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

/* 底部 */
.bottom_one {
    width: 100%;
    height: 70px;
    color: #616161;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom_one .bottom_one_list {
    font-size: 3.2vw;
    padding: 0 5vw;
    position: relative;
    color: #616161;
}

.bottom_one .bottom_one_list:hover {
    color: #dda26d;
}

.bottom_one .bottom_one_list::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #aeaeae;
    left: 0;
    top: calc(50% - 8px);
}

.bottom_one .bottom_one_list:nth-child(1):before {
    display: none;
}
.bottom_two {
    width: 100%;
    padding: 3vw 5vw;
    box-sizing: border-box;
    font-size: 3.2vw;
    text-align: center;
    line-height: 5vw;
    background-color: #fff;
    color: #616161;
}

.bottom_two p {
    color: #999999;
    font-size: 3.2vw;
}
.bottom_two a{
    font-size: 3.2vw;
    color: #999999;
}
.bottom_two img{
    width: 3.5vw;
    transform: translateY(1vw);
    margin-right: 1vw;
}


/* 二级头部============================= */

/* 菜单--icon */
.isLight .hamburger,.fix-head .hamburger{
    position: absolute;
    height: 3.5vw;
    top: 4.5vw;
    left: 8vw;
    z-index: 1;
    border-radius: 0.5vw;
    font-size: 4vw;
    color: #4c4442;
    display: flex;
    align-items: center;
}

.isLight .list ,.fix-head .list{
    width: 5vw;
    height: 3.5vw;
}

.isLight .list-item ,.fix-head .list-item{
    display: block;
    width: 100%;
    height: 0.133vw;
    background-color: #4c4442;
    margin-bottom: 1.5vw;
    border-radius: 0.1vw;
    -webkit-transition: background-color 1200ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: background-color 1200ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.isLight .hamburger-box ,.fix-head .hamburger-box{
    position: relative;
    vertical-align: middle;
    width: 5vw;
    height: 3.5vw;
    display: inline-block;
}
.isLight .hamburger-text ,.fix-head .hamburger-text{
    font-size: 4vw;
    color: #4c4442;
    margin-left: 1vw;
    display: none;
}
.fix-head{
    position: fixed;
    width: 100%;
    height: 12vw;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 0.133vw solid #ebebeb;
    z-index: 11;
    display: none;
}
.fix-head .head-wrap{
    margin-top: 2.5vw;
}
.fix-head .yuding{
    top: 2.5vw;
}
/* .fix-head .language{
    top: 2.5vw;
} */
.fix-head  .hamburger{
    top: 4.5vw;
}
.component-maison-head{
    position: relative;
    padding-bottom: 2vw;
}
.component-maison-head.isLight .head-wrap{
    position: relative;
    padding-bottom: 2vw;
    top: inherit;
    left: inherit;
    padding-top: 15vw;
}
.language{
    position: absolute;
    top: 4vw;
    left: 15vw;
    height: 4vw;
    z-index: 1;
    border-radius: 0.5vw;
    font-size: 4vw;
    color: #4c4442;
    display: flex;
    align-items: center;
}
.language a{
    margin: 0 2vw;
    font-size: 4vw;
    color: #4c4442;
}
.logosmall{
    width: 5.5vw;
    height: 4.5vw;
    display: block;
}
.logosmall img{
    width: 100%;
    height: 100%;
    display: block;
}
.yuding{
    position: absolute;
    width: 20vw;
    height: 7vw;
    top: 2.5vw;
    right: 5vw;
    z-index: 1;
    border-radius: 0.5vw;
    background-color: #d89f6a;
    font-size: 3.5vw;
    color: #fff;
    text-align: center;
    line-height: 7vw;
}
.head-logo{
    /* width: 25.067vw;
    height: 12.667vw; */
    width: 37.6005vw;
    height: 19.0005vw;
    /* width: 50.134vw;
    height: 25.334vw; */
    display: block;
    margin: 0 auto;
    position: relative;
}
.head-logo img{
    width: 100%;
    height: 100%;
    display: block;
}
.head-nav{
    text-align: center;
}
.head-nav-item{
    display: inline-block;
    margin: 0 20px;
    position: relative;
    color: #7e6e65;
}
.head-nav-item>p{
    margin-top: 10px;
    transition: opacity 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    color: #7e6e65;
    overflow: hidden;
    text-decoration: none;
}

.head-nav-item .head-nav-list {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #7e6e65;
    overflow: hidden;
    text-decoration: none;
    position: absolute;
    width: 48px;
    height: 100%;
    left: calc(50% - 24px);
}
.head-nav-item .head-nav-list p{
    opacity: 0;
}

.head-nav-item:hover:not(.cta-brown):not(.cta-white) {
    opacity: 0.5;
}

.head-nav-item .cta-underline-line,
.head-nav-item .cta-underline-line2 {
    background-color: #7E6E64;
    position: absolute;
    width: 48px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 24px);
    display: none;
}
.head-nav-item.active .cta-underline-line,
.head-nav-item.active .cta-underline-line2{
    display: block;
}
.head-nav-item .cta-underline-line2 {
    left: -200%;
}

.head-nav-item:hover .cta-underline-line {
    background-color: rgb(160, 140, 106);
}

.head-nav-item:hover .cta-underline-line2 {
    background-color: rgb(160, 140, 106);
}

.head-nav-item:hover .cta-underline-line,
.head-nav-item:hover .cta-underline-line2 {
    -webkit-transition: -webkit-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: -webkit-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}
/* 主菜单---------------------------------- */
/* 头大菜单----------------------------------------- */

.header-booking{
    position: absolute;
    top: 5vw;
    right: 5vw;
}
.booking-btn{
    display: block;
    width: 20vw;
    font-size: 3.5vw;
    height: 7vw;
    line-height: 7vw;
    text-align: center;
    color: #fff;
    background-color: #d89f6a;
    border-radius: 0.5vw;
}
.header-main{
    position: absolute;
    z-index: 1;
    width: 100%;
}
.header-main-wrapper{
    padding-left: 8vw;
    padding-right: 8vw;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.header-left{
    display: flex;
    align-items: center;
    margin-top: 6vw;
}
.header-left .navbar_toggle{
    width: 5vw;
    height: 5vw;
    display: block;
}
.header-left .navbar_toggle img{
    width: 100%;
    height: 100%;
    display: block;
}
.header-left  .header-logo{
    width: 8vw;
    height: 6.5vw;
    margin-left: 5vw;
}
.header-left  .header-logo img{
    width: 100%;
    height: 100%;
    display: block;
}
.header-right{
    margin-top: 70px;
}
.sidebar-navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity .2s;
    opacity: 0;
    top: 0;
    left: -9999px;
    visibility: hidden;
    background-color: rgba(0,0,0,.75);

}
.sidebar-navigation.opened {
    opacity: 1;
    visibility: visible;
    left: 0
}

.sidebar-navigation.to-front {
    z-index: 600
}

.sidebar-navigation.dragging {
    transition: none
}

.sidebar-navigation .sidebar-nav-wrapper {
    text-align: left;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.sidebar-navigation .sidebar-nav-wrapper .sidebar-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    display: flex;
    justify-content: center
}

.sidebar-navigation .sidebar-nav-wrapper .sidebar-background img {
    width:100%;
    position: relative;
    width: auto;
    height: 100%;
    object-fit: cover
}


.sidebar-navigation .sidebar-nav-wrapper .bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.sidebar-navigation .sidebar-nav-wrapper .bg-overlay.solid {
    background: rgba(0,0,0,.7)
}

.sidebar-navigation .sidebar-nav-wrapper .bg-overlay.gradient {
    background: #000;
    background: linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0) 30%,hsla(0,0%,100%,0)) no-repeat border-box,linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0) 20%,hsla(0,0%,100%,0)) no-repeat border-box
}

.sidebar-navigation .sidebar-nav-wrapper .sidebar-nav-container {
    height: calc(100% - 15vw);
    width: 100%;
    margin-top: 15vw;
    overflow: hidden;
    padding-left: 8vw;
    padding-right: 8vw;
    box-sizing: border-box;
}

.sidebar-navigation .sidebar-nav-wrapper .sidebar-nav-container .sidebar-nav-scroller {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.desktop-wrapper{
    margin-top: 8vw;
}
.desktop-wrapper .links-list{
    display: block;
    color: #fffefe;
    font-size: 5vw;
    margin-bottom: 4vw;
}
.desktop-wrapper .links-list:hover{
    color: #d79e6c;
}
.desktop-wrapper .links-list.active{
    color: #d79e6c;
}
.desktop-language{
    margin-top: 5vw;
    font-size: 4vw;
    color: #fffefe;
}
.desktop-language a{
    color: #fffefe;
    margin: 0 15px;
}
.desktop-language a:nth-child(1){
    margin-left: 0;
}
.desktop-language a:hover,.desktop-language a.active{
    color: #d89f6c;
}
/* 大菜单右边信息 */
.property-info{
    margin-left: auto;
    padding-right: 0;
    padding-bottom: 0;
    background-color: rgba(0,0,0,0);
    color: #fffefe;
    margin-top: 5vw;
}
.property-info .title{
    font-size: 4.5vw;
    color: #fffefe;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 1vw;
}
.property-info .address{
    font-size: 3.5vw;
    line-height: 1.5;
}
.property-ah div{
    display: flex;
    align-items: center;
    color: #fffefe;
    text-align: left;
    padding: 1.2vw 0;
}
.property-ah div img{
    width: 16px;
    height: 15px;
}
.property-ah div p{
    margin-left: 8px;
    font-size: 14px;
}
.property-info .erweima{
    width: 15vw;
    height: 15vw;
    margin-top: 1vw;
}
.property-info .erweima img{
    width: 100%;
    display: block;
}
.property-info .erweima p{
    font-size: 3.5vw;
    color: #fffefe;
    text-align: center;
    margin-top: 1.5vw;
}