@font-face {
  font-family: 'iconfontlogo';  
  src: url('./DingTalkJinBuTi.ttf') format('woff');
}

.header_top  {
  width: 100%;
  height: 80px;
  background-color: #388FFD;
  color: #fff;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content:center;
}

.header_top .center  {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.header_top .left .name  {
  line-height: 50px;
  height: 50px;
  display: inline-block;
  text-align: center
}

.header_top .left .logo  {
  float: left;
  height: 50px;
  display: inline-block;
  padding: 5px
}

.rsks_logo_txt {
    font-size: 26px;
    line-height: 80px;
    color: #fff;
    background: url(../img/logo.png) no-repeat;
    padding-left: 30px;
    padding-bottom: 4px;
    background-position: 0 30px;
    font-family: 'iconfontlogo';
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}