.header {
   min-width:1200px;
    background: url('../../img/scslfmh/heaer-background.jpg') no-repeat center top;
  }
  .header-content{
    position: relative;
    display: flex;
    height: 277px;
    width: 1200px;
    min-width: 1100px;
    margin: 0 auto;
  }
  .header .header-top-right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
  }
  .header .header-top-right span {
    margin: 2px 10px 0 0;
  }
  .header .header-top-right ul {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
  }
  .header .header-top-right ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 10px;
    font-size: 14px;
  }
  .header .header-top-right ul li a {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .header .header-top-right ul .wechat {
    position: relative;
  }
  .header .header-top-right ul .wechat > a > .qr-code {
    position: absolute;
    top: 30px;
    left: 0;
    transition: 0.3s;
    display: none;
    pointer-events: none;
  }
  .header .header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header .header-menu .menu-search {
    display: flex;
  }
  .header .header-menu .menu-search > input {
    border: 2px solid #186ca8;
    width: 265px;
    height: 34px;
  }
  .header .header-menu .menu-search > .button {
    height: 40px;
    width: 40px;
    background: #186ca8;
    margin-left: 4px;
    cursor: pointer;
  }
  .header .header-menu .menu-search > .button > i {
    color: white;
    font-size: 24px;
    margin: 8px;
  }
  .menu {
    width: 100%;
    min-width:1200px;
    height: 72px;
    background-color: #186CA8;
  }
  .menu > ul {
    width: 1200px;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
  }
  .menu > ul > li {
    display: flex;
    align-items: center;
    height: 72px;
  }
  .menu > ul > li > a {
    color: white;
    font-size: 26px;
  }
  .menu > ul > li > a:hover {
    color: #fdcb6e;
  }
.foot{
  min-width:1200px;
}
.foot-container{
    display: flex !important;
    align-items: center !important;
    background-image: none !important;
    background: #186ca8 !important;
    height: 254px !important;
}
.foot .float-menu {
    position: fixed !important;
    top: 250px !important;
    width: 130px !important;
    overflow-x: hidden !important;
    transition: .5s !important;
}
.foot .float-menu.float-menu-right {
    left: calc(55% + 570px) !important;
}
.foot .float-menu.float-menu-right> ul > li > img{
  display:none !important;
}
