*{ margin: 0; padding: 0;}
body {
    font-size: 14px;
    background: #f6f6f6;
    font-family: 'Microsoft YaHei';
}
/*header  */
.logo-container {
    width: 100%;
    background: url(../images/top_backimg.png) no-repeat left top;
    background-size: 100% 100%;
  }
  
  .logo-header {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: space-between;
  }
  .header_left {
    display: flex;
    align-items: center;
    position: relative;
  }
  .index-logo-img {
    margin-right: 20px;
  }
  .index-logo-img > img {
    width: 97px;
  }
  
  .logo-text {
    color: rgba(21, 52, 142, 1);
    font-size: 24px;
  }
  .logo-text img {
    height: 68px;
  }
