header{
    padding: 0;
    margin: 0;
}
.h_top{
    height: 25px;
    
}
.wig{
    width: 100%;
    background-color: rgb(233,77,38);
}
.h_top a{margin-right: 10px; width: 160px; height: 24px; font-size: 12px;  color: #fff; text-align: center; line-height: 24px; border-radius: 15px; padding: 0 }
.h_top a{

    margin-right: 0;
}
.h_top .head_btn{
    width: 80px;
    height: 24px;
    text-align: center;
    /* background-color: rgb(255,151,0); */
    border-radius: 5px;
    padding: 0 7px;
    margin-right: 10px;
}
.logos{
    flex: 8;
}
.logos a{
    width: 100%;
    height: 100%;
}
.flexs nav{
    flex: 8;
  margin-right: 40px;
    
}
.flexs nav ul{
    display: flex;
    height: 100%;
}
.flexs nav ul li{
    flex: 1;
    /* height: 100%; */

}
.flexs nav ul li a{

    color: black;
}
/* .flexs nav ul li  a.client_btn { margin-top: 10px; background: #fff;color: #8e172c; line-height: 22px; } */
.flexs nav ul li  a:hover { background: rgb(233,77,38) }
.flexs nav ul li  a.client_btn:hover { color: #fff; }
li a .menu_icon{
    top: 45px;
    right: 15px;
}


/*  */
.row .newscon{
    background-color: rgb(255,122,91);
}



/*  */

footer .fdown{
    padding: 0;
    color: #fff;
    background-color: #b52c22;
}
footer .fdown p{
}
.fdown .fdowm_info{
    text-align: center; 
    background:rgb(46,48,51);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.fdown .fdowm_info p:nth-child(2){
    margin-left: 1em;
}


