@charset "UTF-8";



#wrap{
    max-width: 1920px;
    width: 100%;
    margin: auto;
}

header{
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}
header > div{
    width: 1200px;
    margin: auto;
    position: relative;
}
header>div > div > ul:after{
    content: "";
    display: block;
    clear: both;
}
header>div > div > ul{
    height: 82px;
    /*margin-right: 120px;*/
    margin-right:0;
}
header>div > div > ul > li.on{
    /*background-color: #b3936c;*/

}
header>div > div > ul > li.on>a{
    /*color: white!important;*/
}
header>div > div > ul > li:hover{
    background-color: #b3936c;
}
header>div > div > ul > li{
    position: relative;
    float: left;
    width: 82px;
    text-align: center;
    font-size: 14px;
    line-height: 82px;
}
header>div > div > ul > li + li{
    margin-left: 19px;
}
header>div > div > ul > li > a.on{
    /*color: white!important;*/
}
header>div > div > ul > li:hover > a{
    color: white!important;
}
header>div > div > ul > li > a{
    color: #666;
}
header>div > div > ul .logo{
    padding: 10px 70px 0;
}
header>div > div > ul .logo:hover{
    background-color: transparent;
}
header>div > div > ul > li ul{
    display: none;
    position: absolute;
    top: 100%;
    left: -65%;
    width: 190px;
    z-index: 2;
}
header>div > div > ul > li ul li:hover>a{
    background-color: #333333;
    /*background-color: #b3936c;*/
}
header>div > div > ul > li ul li{
    min-height: 48px;
    background-color: white;
    font-size: 14px;
    text-align: center;

}
header>div > div > ul > li ul li:hover>a{
    color: white;
    display: block;
    width: 100%;
}
header>div > div > ul > li ul li a{
    color: #999;
    line-height: 48px;
    display: block;
    width: 100%;
}
header .banner{
    position: relative;
    width: 100%;
    margin-top: 82px;
}
header .banner > div{
    position: absolute;
    bottom: 20%;
    right: 25%;
    width: 300px;
    height: 125px;
    background: url("../img/kuang.png") no-repeat top right;
}
header .banner div div{
    position: absolute;
    right: 60px;
    bottom: 0;
    text-align: right;
    color: white;
    font-size: 26px;
    /*margin-bottom: 10px;*/
}
header .banner div div h3{
    margin-bottom: 10px;
    color: #333;
    font-size: 26px;
}
header .banner div div p{
    color: #999;
    font-size: 14px;
}
header .home{
    width: 1200px;
    height: 60px;
    margin: auto;
    line-height: 60px;
    font-size: 14px;
}
header .home > div{
    display: inline-block;
    vertical-align: middle;
}
header .home > div:nth-child(1) i{
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background: url("../img/home.png") no-repeat center/100%;
}
header .home > div:nth-child(1) span{
    vertical-align: middle;
}
header .home > div a:hover{
    color: #b3936c;
}
header .home > div a.on{
    color: #b3936c;
}
header .home > div a{
    color: #999;
}
header .home > .i{
    margin: 0 10px 0 15px;
    border: 4px solid transparent;
    border-left-color: #999;
}
.flexnav{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: white;
}
.flexnavg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.erji{
    display: none;
}
.erji a{
    display: block;
    height: 30px;
    color: #999;
    line-height: 30px;
}
.erji a:hover{
    color:white ;
    background-color:#333333 ;
}
.erji p:hover{
    background-color: #333333;
    color: white;
}
header .banner > div {
    background: url(../img/kuangb.png) no-repeat top right;
}
header .banner div div h3 {
    color: white;
}
@media screen and (max-width: 1200px){
    .erji a{
        color: white;
    }
}














