html,
body {
    height: auto;
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    padding: 0;
    /*min-width: 1000px;*/
}
footer.footer{
    margin-top: 0;
}
main.content{
    padding: 0;
    min-height:0;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #3e3e3e;
}

a:hover,
a:focus {
    color: #666;
    text-decoration:none;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}
p{
    margin:0;
}
.mauto{
    margin: 0 auto;
}

.navbar-default {
    font-weight: 200;
    letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
    font-weight: 200;
    letter-spacing: 1px;
    color: #474157;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #474157;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #474157;
    padding: 8px 10px;
}

.navbar-default .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #7a798c;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #474157;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #474157 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;
    height: calc(100vh - 61px);
}

#mainbody .index-text {
    text-align: center;
    padding: 250px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody .index-text h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody .index-gallery {
    text-align: center;
    padding: 200px 0 50px;
    position: relative;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    .navbar-default {
        background-color: #f1f6fd;
        border-color: #f1f6fd;
    }

    .navbar-default .navbar-collapse {
        background: #f1f6fd;
        box-shadow: 5px 9px 5px rgba(0, 0, 0, 0.07);
    }

    #mainbody {
        height: unset;
    }

    #mainbody .index-text {
        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody .index-gallery {
        padding: 30px 0 50px 0;
    }

    #mainbody .index-text h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
}

footer {
    background-color: #191918;
    /*padding: 20px 0;*/
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    width: 100vw !important;
}
.footer{
    background: #191918 !important;
}
.footer-img{
    background-color: #191918;
}
.footer-img img{
    margin:0 auto;
}

footer p {
    font-size: 14px;
    margin: 0;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
}

.btn-xl {
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
}

.top{
    min-width: 1000px;
    height:92px;
    border-bottom: 1px solid #3a3737;
    background: url("../img/top1.png");
    background-repeat:no-repeat;
    /*background-size:100% 100%;*/
    /*-moz-background-size:100% 100%;*/
}
.nav-space{
    height: calc(3.6vw + 92px);
}
.navbar-inverse{
    background-color: #171616;
    box-shadow:0px 15px 15px -15px #000;
    width: 100%;
    position: fixed;
    top:0px;
    z-index: 999999;
}
.nav{
    height:3.6vw;
    text-align: center;
}
.logo{
    margin-left: 18.75vw;
    margin-top: 30px;
    width: 220px;
}
.logo-text{
    width: 21vw;
    /*height: 46px;*/
    margin-top: 25px;
    margin-left: 5.4vw;
}
.index-phone{
    margin-top: 46px;
    margin-right: 13.8vw;
    float: right;
}
.index-phone img{
    display: block;
    float: left;
    margin-right: 5px;
}
.index-phone span{
    color:#d9b765;
    font-weight: bold;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 16px;
}
.line{
    height: 0.1vw;
    border-radius: 0.1vw;
    width: 70%;
    margin:auto;
    margin-top: -0.78vw;
    background-color: #d9b765;
}
.color-r{
    color: #d9b765 !important;
}
.menu-text{
    display: inline-block;
    height: 3.6vw;
    line-height: 3.6vw;
    width: auto;
}
.menu{
    margin: auto;
    color:#ffffff;
    font-size: 1vw;
    /*min-width: 800px;*/
    /*font-weight: bold;*/
}
.menu-li{
    width: 8vw;
    line-height: 3.6vw;
    text-align: center;
    cursor: pointer;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.menu-li:hover .menu-child{
    display: block;
}

.menu-child{
    position: absolute;
    z-index: 9999;
    list-style: none;
    display: none;
}
.menu-child-li{
    margin-left: -45px;
    background-color: rgba(47,44,42,0.85);
    width: 8vw;
    height: 2.3vw;
    line-height: 2.3vw;
    border-top: 1px dashed #ffffff;
    font-size: 1vw;
    cursor: pointer;
    color:#ffffff;
}
.noborder{
    border:none;
}
.menu-li a{
    color:#ffffff;
    display: block;
}
.menu-li a:hover{
    color: #d9b765;
}
.menu-child-li a:hover{
     color: #d9b765;
}
.menu-li:hover{
    color: #d9b765;
}
.menu-child-li:hover{
     color: #d9b765;
}

.footer-content{
    /*height:415px;*/
    width: 100vw;
    background-color: #191918;
}
.footer-content-top{
    margin:0 auto;
    width: 63vw;
    /*min-width: 600px;*/
    padding-bottom: 1vw;
    border-bottom: 1px solid #8a8989;
}
.footer-content-top:after,.footer-content-top:before{
    content:"";
    display:table;
}
.footer-content-top:after{
    clear:both;
}
.footer-ul{
    width: 46vw;
}
.footer-ul:after,.footer-ul:before{
    content:"";
    display:table;
}
.footer-ul:after{
    clear:both;
}
.footer-ul-li{
    width: 9vw;
    /*height:50px;*/
    line-height: 2vw;
    margin-top: 2vw;
    color:#ffffff;
    font-size: 14px;
    font-weight: bold;
    float: left;
}
.footer-ul-child:after,.footer-ul-child:before{
    content:"";
    display:table;
}
.footer-ul-child:after{
    clear:both;
}

.footer-ul-li-child{
    height:30px;
    width: 9vw;
    margin-left: -45px;
    color:#7d7d7c;
    list-style: none;
}
.footer-ul-li-child a{
    color:#7d7d7c;
}
.footer-ul-li-child a:hover{
    color:#616160;
}
.footer-phone{
    margin-top: 2vw;
}
.footer-phone ul{
    list-style: none;
    padding:0;
    margin: 0;
    width: 12vw;
    height: 5vw;
}
.footer-phone li{
    color:#ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    height: auto;
    height: 2vw;
    line-height: 2vw;
}
.footer-phone-big img{
    height: 1.6vw;
    display: block;
    float: left;
    margin-right: 0.25vw;
}
.footer-phone-big span{
    color:#d9b765;
    font-weight: bold;
    display: block;
    float: left;
    font-size: 1.2vw;
    line-height: 2vw;
}
.footer-phone-min{
    height: 20px !important;
}
.footer-phone-min img{
    width: 1.5vw;
    display: block;
    float: left;
    width: 1vw;
    margin-right: 0.25vw;
    margin-top: 0.25vw;
}
.footer-phone-min span{
    color:#d9b765;
    font-weight: bold;
    display: block;
    float: left;
    font-size: 1vw;
    line-height: 1.25vw;
}
.qrcode{
    float: right;
    margin-top: 2vw;
    width: 5vw;
}
.footer-content-bottom{
    margin:0 auto;
    width: 63vw;
    text-align: left;
    /*margin-bottom: 15px;*/
    background-color: ##191918;
}
.footer-content-bottom-text{
    margin-left: 10px;
    margin-top: 10px;
    font-weight: bold;
    color:#ccc;
    float: left;
    cursor:pointer;
    /*width: 200px;*/
}
.cursion{
    color:#fff;
}
.footer-content-bottom-ul{
    margin-top: 5px;
    margin-left: 3px;
    margin-bottom: 40px;
    color:#9e9d9d;
}
.footer-content-bottom-ul a{
    color:#9e9d9d;
}
.footer-copyright{
    text-align: center;
}
.pb1vw{
    padding-bottom: 1vw;
}
.bottom-space{
    width: 100vw;
    height: 4.6875vw;
}
.bottom{
    width: 100vw;
    height: 4.6875vw;
    background-color: #3c3c3c;
    position: fixed;
    bottom: 0px;
    z-index: 999999;
}
.hexagon{
    position: absolute;
    top: -1.2vw;
    left:16.5vw;
    float: left;
}
.boxF, .boxS, .boxT, .overlay{
    width: 4.3vw;
    height: 5.375vw;
    overflow: hidden;
}
.boxF, .boxS{
    visibility: hidden;
}
.boxF{
    transform: rotate(120deg);
    float: left;
    margin-left: 10px;
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    background-color: #d9b765;
}
.boxS{
    transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    background-color: #d9b765;
}
.boxT{
    transform: rotate(-60deg);
    background: no-repeat 50% center;
    background-size: 125% auto;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
    background-color: #d9b765;
    line-height: 5.625vw;
    font-size: 1vw;
    color:#ffffff;
}
.bottom-logo-img{
    float: left;
    width: 9vw;
    margin-top: 1.5vw;
    margin-left: 7vw;
}
.input-apply{
    margin-left: 8vw;
    padding-top: 1vw;
    height: 100%;
    float: left;
}
.input-apply input{
    height: 2.5vw;
    width: 10.4vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    padding-left: 3.2vw;
    font-size: 0.85vw;
    color:#666666;
    border:none;
}
.input-apply .last-input{
    /*width:7.8vw;*/
}

.bg1 {background:#FFFFFF url("../img/logo-name.png") 0.96vw 0.75vw no-repeat; background-size: 1vw}
.bg2 {background:#FFFFFF url("../img/phone-logo2.png") 0.96vw 0.75vw no-repeat; background-size: 1vw}
.bg3 {background:#FFFFFF url("../img/logo-house.png") 0.96vw 0.75vw no-repeat; background-size: 1vw}

.space-div{
    width: 2.6vw;
    height: 2.5vw;
    float: right;
    background-color: #ffffff;
    z-index: 1;
}
.offer-btn{
    display: block;
    float: right;
    width: 9vw;
    height: 2.5vw;
    line-height: 2.5vw;
    color:#ffffff;
    font-size: 1.05vw;
    border-radius: 50px;
    background-color: #d9b765;
    margin-left: -2.6vw;
    z-index: 999;
    position: relative;
    left: -20px;
    cursor: pointer;

}
.footer-msg{
    float: right;
    height: 2.5vw;
    line-height: 2.5vw;
    margin-left: 1vw;
    color:#d9b765;
    font-size: 1vw;
    font-weight: bold;
}

/*分页样式*/
.page{
    padding: 1vw 0;
    text-align: center;
}
.pagination{
    text-align:center;
    margin: 0 auto;
    margin-top:1vw;
    margin-bottom: 1vw;
}
.pagination span ,.pagination a{
    padding: 0.5vw 1.2vw !important;
    margin:0 1vw;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color:#d9b765;
    border-color:#d9b765;
}
.pagination>li>a, .pagination>li>span{
    color: #474157;
}

/*内部页路径导航样式*/
.navigation{
    padding: 0 11.4vw;
    height: 3.8vw;
    border-bottom: 1px solid #eee;
    min-height: 40px;
}
.nav-ul{
    padding: 0;
    margin: 0;
    float: left;
    height: 3.8vw;
    border-bottom:1px solid #eee;
    min-height: 40px;
}

.nav-ul li{
    width: 9.8vw;
    border-right:1px solid #eee;
    height: 3.8vw;
    line-height: 3.8vw;
    text-align: center;
    font-size: 1vw;
    padding: 0;
    margin: 0;
    margin-left: -5px;
    min-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.nav-ul .check{
    background-color: #d9b765;
}
.nav-ul .check a{
    color: #fff;
}
.crumb{
    height: 3.8vw;
    line-height:3.8vw;
    float: right;
    margin: 0;
    font-size: 0.75vw;
}
.crumb>li{
    padding: 0 !important;
    margin: 0 !important;
}
.crumb>li:nth-child(n+3)::before{
    padding: 0 0.2vw;
    color: #ccc;
    content: ">";
}
.crumb li:nth-child(-n+1){
    font-size: 0.6vw;
}
.crumb li:nth-child(-n+2){
    color:#666 !important;
}
.more{
    color:#fff;
}
.more:hover{
    color: #ccc;
}

/*遮罩层*/
.cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.reservation{
    background-color: #fff;
    position: absolute;
    width: 600px;
    /*height: 730px;*/
    z-index: 99999;
    left: calc(50vw - 300px);
    display: none;
}
.top-yuan{
    background-color: #d9b765;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    left: calc(50% - 45px);
    top: -45px;
    text-align: center;
    color: #fff;
    padding:20px;
    line-height: 1.3;
    letter-spacing:2px;
    font-size: 18px;
    box-shadow: -1px 2px 5px #666;
}
.top-yuan p{
    margin-top: 3px;
}
.reservation-close{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0 0 0 50px;
    background-color: #333333;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}
.reservation-close a{
    color: #fff;
    margin-left: 8px;
    margin-top: -5px;
    display: block;
}
.reservation-close a:hover{
    color: #ccc;
}
.reservation-content{
    text-align: center;
}
.reservation-content .text1{
    color: #333333;
    font-size: 30px;
    font-weight: bold;
}
.reservation-content .text2{
    margin-top: 5px;
    color: #666666;
    font-size: 16px;
    font-style:italic;
    margin-bottom: 30px;
}
.reservation-content .text3{
    color: #acacac;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    letter-spacing:2px;
    margin-bottom: 50px;
}
.reservation-content .text2 span{
    color: #d9b765;
    margin-left: 4px;
}
.form-group{
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px !important;
}
.form-group label{
    display: block;
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 3%;
    color: #333333;
    font-weight: bold;
    font-size: 15px;
}
.form-group label i{
    padding-right: 2px;
    color: #d9b765;
}
.form-group .form-control{
    width: 45%;
    float: left;
    /*margin-right: 20%;*/
    height: 40px;
}
.reservation-submit{
    display: block;
    width: 70%;
    text-align: center;
    color: #fff;
    background-color: #d9b765;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    letter-spacing:5px;
    cursor: pointer;
    border:none;
}
.reservation .msg-box{
    float: left;
}
