.header{
    /* background:#2D2E43; */
    background:RGBA(45, 46, 67, 0.95);
    color:#fff;
    min-width:  1600px;
    height:80px;
    font-size:19px;
    /* font-family:"PingFangSC-Regular", sans-serif; */
    font-family:"PingFangSC-Regular", sans-serif;
    position: fixed;
    width:100%;
    top:0;
    left:0;
    z-index:998;
}


.header-nav{

}

.header a:link {
    color:#ffffff;
    /* color:transparent; */
    text-decoration:none; 
}
.header a:visited {
    color:transparent;
    color:#ffffff;
    text-decoration:none; 
}

.header-logo{
    width:144px;
    height:40px;
    position: absolute;
    top:23px;
    left:114px;
    background:url('http://image.banbansx.com/head-logo.png') center center no-repeat;
    
}

.header-logo-img{
   
}

.header-menu{
    width:100%;
    text-align: center;    
    
}

.header-menu-item{
    position: relative;
    display:inline-block;
}

.header-menu-item-active{
    color:#2CDBA0 !important;
}

.header-menu-item-active a:visited{
    
    color:#ffffff !important;
}

.header-menu-item .header-item-title{
    padding:0 32px;
    line-height:80px;
}