.navbar{
    max-width: 1240px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin: 0 auto;
    position: relative;
}
.navbar-header{max-height: 69px; padding: 10px;}
.navbar-default{
    background-color: #fff;
    margin: 0 auto;
    border: none;
}
#check-label{position: absolute; right: 20px; top: 23px;}

.nav>li{
    float: left;
    background-image : linear-gradient(#d7bb95, #d7bb95);
    background-size : 0 4px;
    background-position: center 94%;
    background-repeat: no-repeat;
}

.nav>li>a{
    display: block;
    padding: 35px 35px;
    /*color: white;*/
    font-size: 16px;

    background-image : linear-gradient(#d7bb95, #d7bb95);
    background-size : 0 4px;
    background-position: center 94%;
    background-repeat: no-repeat;
}

.nav>li:hover,.nav>li>a:hover{
    transition: 0.3s all ease-in-out;

    background-size : 100% 4px;
    background-color: #ffffff;
    color: black;
    border-radius: 3px;
}
/*.navchoice{*/
/*    background-color: #ffffff;*/
/*    color: white;*/
/*}*/

.fatherNav{position: relative;}

.childNav{
    position: absolute;
    z-index: 99;
    background-color: rgba(102, 102, 102, 0.6);
    border-radius: 3px;
    width: auto;
}
.childNav>li{
    float: left;
}

.childNav>li>a{
    display: block;
    padding: 20px 15px;
    color: white;
}
.childNav>li>a:hover{
    /*background-color: #507dff;*/
    /*opacity: 0.7;*/
    background-color: black;
    color: white;
}
.n3{
    position: absolute;
    width: 86px;
}
.n3 a{
    display: block;
    padding: 10px 15px;
    text-align: center;
    color: white;
    background-color: rgba(71, 71, 71, 0.7);
}
.n3 a:hover{
    color: white;
    background-color: rgba(17, 17, 17, 0.9);
}

.navbar-right{margin-right: 0;}


.phone-nav{
    width: 100%;
    height: 100%;
    background-color: white;
}
.layui-layer-setwin .layui-layer-maxmin{display: none;}

/*#check-for-nav:checked ~ ul{*/
/*    display: block !important;*/
/*}*/
@media screen and (max-width: 991px) {
    .navbar-header img{height: 51px;}
    .nav>li{float: none; }
    .childNav{position: static;padding-left: 20px;width: 100% !important;}
    .childNav>li{float: none;}
}



.phone-top-box{
    height: 100%;
    width: 80%;
    background-color: white;
    color: #707070;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 100%;
}

.phone-nav-content{
    margin-top: 10px;
}
.phone-nav-header{
    height: 60px;
    position: relative;
}
.close-btn{
    position: absolute;
    right: 20px;
    top: 15px;
}
.phone-nav-content>li{
    border-bottom: 1px solid #efefef;
}
.phone-nav-content>li>a{
    padding: 5px 20px;

}
.phone-top-box li>a{
    font-size: 16px;
    height: 35px;
    line-height: 25px;
    color: #707070;
    display: block;
}
.phone-top-box .n2{
    display: none;
}
.phone-top-box .n2 a{
    display: block;
    padding-left: 40px;
    font-size: 14px;

}
