.site_header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 10;
}
.site_header .site_logo {
  display: block;
  float: left;
  width: 240px;
  height: 34px;
  background: url(../png/logo%402x.png) 0 no-repeat;
  background-size: contain;
  text-indent: -300px;
  overflow: hidden;
}
.site_header .yy-divider {
  height: 22px;
  margin: 0 16px;
}
.site_header .header-inner {
  height: 106px;
  width: 100%;
}
.site_header .absoulte-right-mod {
  position: absolute;
  right: 0;
}
.site_header .absoulte-right-mod a + a {
  margin-left: 40px;
}
.site_header .menus {
  display: flex;
  margin-left: 65px;
}
.site_header .menus a {
  color: #474747;
  text-decoration: none;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.site_header .menus a.active, .site_header .menus a:hover {
  color: #01C7CE;
}
.site_header .menus a + a {
  margin-left: 40px;
}

@media screen and (max-width: 991px) {
  .site_header .yy-container {
    width: 100%;
    padding: 0;
  }
  .site_header .header-inner {
    height: 60px;
    width: 100%;
  }
  .site_header .site_logo {
    width: 169px;
    height: 24px;
    margin: 18px 0 18px 20px;
  }
  .site_header .absoulte-right-mod {
    right: 20px;
  }
  .site_header .menus {
    width: 100%;
    height: 44px;
    padding: 0 20px;
    align-items: center;
    margin-left: 0;
    background-color: #F6F9FB;
  }
  .site_header .menus a {
    font-size: 14px;
  }
  .site_header .menus a:not(.active) strong {
    font-weight: 400;
    color: #999;
  }
  .menus-out .menus {
    display: none;
  }
}
