* {
    outline: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

@font-face {
    font-family: myfont1;
    src: url(../PingFang_fonts/pingfang.ttf);
}
@font-face {
    font-family: myfont2;
    src: url("../PingFang_fonts/DINCond-BoldAlternate.otf");
}
@font-face {
    font-family: myfont3;
    src: url("../PingFang_fonts/PingFangLight.ttf");
}

@font-face {
    font-family: myfont4;
    src: url("../PingFang_fonts/PingFangRegular.ttf");
}

@font-face {
    font-family: myfont5;
    src: url("../PingFang_fonts/DINCond-Medium.otf");
}


.container{
    width: 1520px;
    margin: auto;

}
a{
    text-decoration: none;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nav-box{
    position: fixed;
    width: 100%;
    height: 150px;
    line-height: 150px;
    top: 0;
    padding-left: 200px;
    left: 0;
    z-index: 9999;
    /* overflow: hidden; */
}
.nav-box>ul li{
    display: inline-block;
    font-size: 18px;
    color:#fff;
    font-family:'pingfang.ttf';
    position: relative;
    overflow: visible;
}
.nav-box>ul li>a{
    color:#fff;
    position: relative;
    z-index: 1000;
    overflow: hidden;
    text-transform: uppercase;
}
.nav-box>ul li>a>i{
    transition: all .4s;
    opacity: 0;
}
.nav-box >ul>li:hover > a > i {
    opacity: 1;
}
.nav-box li:hover .nav-child{
    opacity: 1;
    width: 200px;
    z-index: 100;
    height: 100%;
}
.nav-child>ul>li:hover .nav-grandson{
    opacity: 1;
    width: 360px;
    height: 100%;
    z-index: 100;
}
.nav-box>ul>li:not(:last-child){
    margin-right: 100px;
}


.nav-child{
    position: fixed;
    width: 0px;
    height: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    left: 180px;
    opacity: 0;
    transition: all .4s;
    padding-top: 60px;
    padding-left: 20px;

}

.nav-child ul{
    display: block;
    height: 0px;
    padding-top:60px
}
.nav-child ul li{
    height: 40px;
    float: left;
    line-height: 40px;
    display: block;
    width: 100%;
}

.nav-child li a>i{
    opacity: 0;
    transition: all .4s;
}
.nav-child>ul>li:hover a > i{
    opacity: 1;
}
.nav-grandson{
    position: fixed;
    width: 0px;
    height: 0 ;
    top: 0;
    background: rgba(0,0,0,.5);
    left: 380px;
    opacity: 0;
    transition: all .4s;
    overflow: hidden;
    padding-top: 60px;
    padding-left: 20px;
}

.i-dian{
    opacity: 0!important;
    transition: all .4s;
}
.nav-grandson li:hover .i-dian{
    opacity: 1!important;
}
.nav-grandson a{
    margin-bottom: 20px;
}


.nav-right{
    position: absolute;
    right: 200px;
    top:0px;
    text-align: center;
}
.nav-right a{
    display: inline-block;
    margin-left:5px ;
    margin-right:5px ;
    color:#fff;
}
.nav-right a:hover{
    color:#bc9d27
}






@media screen and (max-width: 1600px){
    .nav-box{
        padding-left: 100px;
    }
    .nav-right{
        right: 100px;
    }
    .container{
        width: 1200px
    }
}
@media screen and (max-width:1199px){
    .container{
        width: 1000px
    }
}
/* 移动端 */


.mobile-hidden {
    position: fixed;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    top: 0;
    left: 0;
    z-index: 100;
}

.top-nav-mobile {
    width: 100%;
    height: 45px;
    background-color: #fff;
    padding: 5px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.top-nav-mobile .child1 img {
    margin-top: 10px
}

.top-nav-mobile .child2 {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    width: 60px;
}

.top-xiala a {
    text-transform: uppercase;
}

.top-nav-mobile .child2 img {
    margin-top: 6px;
    width: 100%
}

.top-nav-mobile .child3 a {
    display: inline-block;
    margin: 8px 3px 0;
    color: #626262;
    font-family: 'myfont1';
}

.top-nav-mobile .child3 {
    color: #626262;
    font-size: 14px;
}

.top-nav-mobile .child3 a.active {
    color: #9d814f
}

.top-xiala {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .95);
    transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transition: all .4s;
    -webkit-transition: all .4s;
    /* Safari */
    transform-origin: top;
    z-index: 200;
}

.son {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    transition: all .5s;
    transform: translateX(100%);
    z-index: 1100;
}

.son2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    transition: all .5s;
    transform: translateX(100%);
    z-index: 1300;
}

.son>li:first-of-type,
.son2>li:first-of-type {
    position: absolute;
    top: 0px;
    left: 20px;
    color: #9d814f;
    
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
}
.son>li:first-of-type img,
.son2>li:first-of-type img{
    width: 100%
}

.sonshow {
    transform: translateX(0)
}

.fath-none {
    transform: translateX(-100%)
}

.fath {
    transition: all .5s;
}

.top-cha {
    position: absolute;
    top: 13px;
    left: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.top-cha img {
    width: 100%;
    float: none;
    display: block
}

.top-xiala>div:first-of-type {
    width: 100%;
    padding-top: 30px
}

.top-xiala>div li {
    display: block;
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.top-xiala>div li>a {
    color: #777777;
    font-size: 16px;
    font-family: 'myfont1';
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.top-xiala>div li.active a {
    color: #9d814f;
}

.top-xiala>div li.active a::after {
    content: '';
    position: absolute;
    background: url("../img/mobile1.png") no-repeat;
    width: 10px;
    height: 10px;
    background-size: cover;
    left: -22px;
    top: 6px
}

.top-xiala>div li.active a::before {
    content: '';
    position: absolute;
    background: url("../img/mobile1.png") no-repeat;
    width: 10px;
    height: 10px;
    background-size: cover;
    right: -22px;
    top: 6px
}

.top-show {
    transform: scale(1, 1);
}
/* end */


@media screen and (max-width:991px) {
    .pc-hidden {
        display: none !important
    }

    body canvas:first-of-type {
        display: none !important;
    }

 
   
}
@media screen and (min-width:992px){
    .mobile-hidden{
        display: none!important
    }
    
}


#gototop{
	bottom: 90px!important;
}