#header {
  width: 100%;
  height: 60px;
  background: #434343;
  color: #FFFFFF; }
  #header .header {
    width: 1074px;
    height: 100%;
    margin: 0 auto;
    height: 60px; }
    #header .header li {
      float: left; }
      #header .header li a {
        color: #FFFFFF;
        display: inline-block;
        height: 100%;
        line-height: 60px;
        font-weight: bold; }
      #header .header li.logo {
        margin-left: 123px;
        margin-right: 35px; }
        #header .header li.logo a .logo-span {
          width: 0;
          height: 100%;
          vertical-align: middle; }
        #header .header li.logo a img {
          vertical-align: middle; }
        #header .header li.logo span {
          display: inline-block;
          margin-left: 8px;
          font-size: 12px; }
      #header .header li.head-list a {
        display: block;
        padding: 0 30px;
        font-size: 16px;
        position: relative; }
        #header .header li.head-list a.aHover {
          background: #363636;
          color: #6abbcc; }
        #header .header li.head-list a:hover {
          background: #363636;
          color: #6abbcc; }
      #header .header li.head-list dl {
        position: absolute;
        width: 124px;
        display: none;
        z-index: 100; }
        #header .header li.head-list dl dt {
          width: 100%;
          height: 40px; }
          #header .header li.head-list dl dt a {
            padding: 0;
            display: block;
            width: 100%;
            line-height: 40px;
            text-align: center;
            color: #B5B5B5;
            background: #707070; }
            #header .header li.head-list dl dt a:Hover {
              color: #FFFFFF;
              background: #959595; }

#footer {
  width: 100%;
  background: #02A5C3;
  /* height: 72px; */
  font-size: 12px;
  padding-bottom: 16px; }
  #footer ul {
    width: 625px;
    margin: 0 auto;
    overflow: hidden; }
    #footer ul li {
      float: left;
      margin-top: 16px; }
      #footer ul li a {
        display: block;
        padding: 0 30px;
        border-right: 1px solid #FFFFFF;
        font-size: 13px;
        color: #FFFFFF; }
        #footer ul li a.main4-noBorder {
          border-right: none; }
  #footer div {
    width: 625px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 8px; }

/*# sourceMappingURL=header.css.map */
