
@font-face{
    font-family:'PingFang-SC-ExtraLight';
    src:url('../fonts/PingFang-SC-ExtraLight.woff'),
    url('../fonts/PingFang-SC-ExtraLight.ttf'),
    url('../fonts/PingFang-SC-ExtraLight.eot');
}
@font-face{
    font-family:PingFang-SC-Regular;
    src:url('../fonts/PingFang-SC-Regular.woff'),
    url('../fonts/PingFang-SC-Regular.ttf');
}

@font-face{
    font-family:FZLTZHK;
    src:url('../fonts/FZLTZHK.woff'),
    url('../fonts/FZLTZHK.ttf');
}

@font-face{
    font-family:BarlowCondensed-Thin;
    src:url('../fonts/BarlowCondensed-Thin.woff');
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "PingFang-SC-ExtraLight";
    vertical-align: baseline
}


* {
    outline: none
}

a {
    color: #646464;
    text-decoration: none !important;
}

a:hover {
    color: #646464;
}

[hidden] {
    display: none
}

.bg-color{
    background-color: #F9F6F1;
}

body {
    line-height: 1;
    background-color: #F9F6F1;
    font-family: "PingFang-SC-ExtraLight";
}

ol, ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
.main-container, body, html {
    position: relative;
    min-width: 100%;
    min-height: 100%
}

.grid-wrapper {
    max-width: 1441px;
    padding: 0 47px;
    margin: auto;
}




.nav-link,.dropdown-item{
    font-family: PingFang-SC-Regular;
    font-size: 18px;
    font-weight: bold;
    color: #000000 !important;
}



.navbar {
    width: 100%;
}


.header-container{
    border-bottom: 1px solid #969696;
    width: 100%;
    z-index: 300;
    background-color: #F9F6F1;
}
.header{
    height: 50px;
    display: flex;
}
.logo{
    display: flex;
    font-size: 30px;
    align-items:center;
}
.menu-categories ul{
    display: flex;
    flex-direction: row;
}
.menu-categories ul li{
    font-size: 24px;
    margin: 10px 40px;
}
.menu-categories ul li:hover{

}

.menu-categories ul li a{
    font-family: PingFang-SC-Regular;
    font-weight: bold;
    color: #000000;
}
.sub-menu-container{
    position: fixed;
    z-index:99999;
    width:100%;
    height:0;
    overflow: hidden;
    background-color: #fff;
    transition:height 1s;
    -webkit-transition:height 1s; /* Safari */
}
.sub-menu-container-open{
    height: 345px;
}

.sub-menu ul li a{
    font-size: 19px;
    font-family: PingFang-SC-ExtraLight;
    font-weight: bold;
    text-align: center;
    color: #1e1c1e;
}



.mxname {
    font-size: 20px;
    font-family: PingFang, PingFang-SC-ExtraLight;
    font-weight: bold;
    text-align: left;
    color: #c2a896;
}

.navbar-light .navbar-toggler{
    border: none;
}




.footer-container{
    border-top: 1px solid #c2a896;
}
.footer-tit{
    font-size: 30px;
    text-align: center;
    color: #c2a896;
    font-weight: bold;
}
.footer-container-nav{
    max-width: 400px !important;
}
.footer-nav a{
    font-size: 18px;
    line-height: 3;
    font-weight: bold;
    color: #646464;
}
.copyright-container{
    text-align: center;
    color: #646464;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
}



.more-button{
    border: 1px solid #B99B87;
    background-color: #f9f6f1;
    padding: 5px 20px;
    color: #B99B87;
    font-weight: bold;
}

.more-button:hover{
    cursor:pointer;
    background-color: #B99B87;
    color: #f9f6f1;
}

.dropdown-menu{
    border: none;
}




.floor-tit{
    font-size: 47px;
    font-family: PingFang-SC-ExtraLight;
    font-weight: bold;
    text-align: center;
    color: #c2a896;
}

.img-fluid{
    max-height: 800px;
}

.floor-con{
    font-size: 16px;
    font-family: PingFang-SC-ExtraLight;
    font-weight: bold;
    text-align: left;
    color: #646464;
    line-height: 40px;
}

.tit-en{
    font-size: 118px;
    font-family: BarlowCondensed, BarlowCondensed-Thin;
    font-weight: bold;
    text-align: center;
    color: #000000;
    line-height:1;
    letter-spacing: 50px;
    text-indent: 50px;
}
.tit-cn{
    font-size: 59px;
    font-family: PingFang, PingFang-SC-Light;
    text-align: center;
    color: #000000;
    line-height: 2;
    letter-spacing: 30px;
    text-indent: 30px;
}
.brand-con{
    font-size: 21px;
    font-family: PingFang, PingFang-SC-ExtraLight;
    font-weight: bold;
    text-align: center;
    color: #646464;
    line-height: 2;
}
.yh{
    margin-top: 40px;
}

.jarallax{
    width: 100%;
}

.mb-200{
    margin-bottom: 200px;
}
.mt-200{
    margin-top: 200px;
}

.my-100{
    margin: 100px auto;
}

@media (min-width: 990px) {
    .dropdown-toggle::after{
        display: none;
    }
    .dropdown-menu{
        display: none !important;
    }
}

@media (max-width: 990px){
    .navbar-collapse{
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)
    }
    .grid-wrapper {
        padding: 0 15px;
    }
    .tit-en{
        font-size: 60px !important;
        letter-spacing: normal !important;
        text-indent: 0 !important;
        line-height:100% !important;
    }
    .tit-cn{
        font-size: 30px !important;
        line-height: 2 !important;
    }
    .floor {
        margin-top: 100px !important;
    }
    .floor-tit {
        font-size: 19px !important;
    }
    .floor-con {
        font-size: 16px !important;
        line-height: 2 !important;
    }
    .brand-con {
        font-size: 14px !important;
        line-height: 2 !important;
    }
    .yh{
    }

    .nav-link, .dropdown-item{
        font-weight: normal;
    }

    .footer-tit{
        font-size: 22px !important;
    }

    .footer-nav a {
        font-size: 15px !important;
    }
    .copyright-container{
        font-size: 12px !important;
    }
    .footer-container-nav{
        max-width: 300px !important;
    }
    .jarallax{
        min-height: 0;
    }

    .mb-100{
        margin-bottom: 100px;
    }

    .mt-100{
        margin-top: 100px;
    }
    .my-100{
        margin: 50px auto;
        padding-top: 30px;
    }
    .yh img{
        width: 22px;
    }
}

