.container {
  margin: 0 auto;
  width: 1111px; }
  .container:after {
    display: table;
    content: "";
    clear: both; }

header {
  position: relative;
  width: 100%;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #e2e7ef;
  z-index: 1; }
  header:after {
    display: table;
    content: "";
    clear: both; }
  header .logo {
    float: left;
    margin-top: 8px;
    width: 94px;
    height: 42px;
    background: url(/Public/images/service/logo.png) no-repeat;
    background: url(/Public/images/service/ielogo.png) no-repeat\9;
    display: inline-block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0 100%;
    transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s; }
    header .logo:hover {
      background-position: 0 0;
      background-position: 100% 100% \9;
      transition: background 0.3s;
      -o-transition: background 0.3s;
      -ms-transition: background 0.3s;
      -moz-transition: background 0.3s;
      -webkit-transition: background 0.3s; }
  header .header-ul {
    float: right;
    font-size: 14px;
    line-height: 60px; }
    header .header-ul li {
      float: left;
      padding: 0 9px;
      color: #d8dfe4; }
      header .header-ul li a {
        color: #7D7D82; }
        header .header-ul li a:hover {
          color: #6F53FF; }

.footer-right .footer-right-info .f-r-club {
  text-align: left; }

/*# sourceMappingURL=newheader.css.map */
