.nav {
    width: 100%;
    background: rgba(48, 19, 21, .9);
    height: 100px;
    padding: 0 63px 0 60px;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.nav li {
    height: 100px;
    width: 115px;
}

.nav ul a {
    font-stretch: normal;
    letter-spacing: 0px;
    height: 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
    color: #e2d0b9;
    align-items: center;
}

.navFirst:hover {
    color: #e7bd88;
    background: #614338;
    font-weight: bold;
}

.navFirst>a>img {
    display: none;
}

.showFly {
    display: inline!important;
}

.nav-main {
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 5px;
}

.nav a>span:last-child {
    font-size: 12px;
    font-weight: 400;
}

#active {
    color: #e7bd88;
    background: #614338;
    font-weight: bold;
}

.nav-phone img {
    margin-right: 10px;
    vertical-align: bottom;
}

.nav-phone {
    color: #e2d0b9;
    font-size: 15px;
}

.navSecond {
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .8);
    padding: 0 10px;
    display: none;
}
.secondBox:hover{
    border-bottom: 1px solid #c7a681;
}
.navSecond dd {
    padding: 10px 0;
    border-bottom: 1px solid #3a2812;
}

.navSecond dd:last-child {
    margin-bottom: 5px;
}

.navSecond dd a {
    color: #966E38;
    font-size: 15px;
    border: none;
}