@charset "UTF-8";
#nav {
  width: 1300px;
  height: 75px;
  margin: 0 auto;
  padding: 35px 0 25px 0;
  z-index: 9999;
  position: relative; }
  #nav * {
    padding: 0;
    margin: 0;
    outline: 0;
    border: none;
    font-weight: 400;
    font-family: Microsoft Yahei,'微软雅黑'; }
  #nav a {
    text-decoration: none;
    color: #000; }
  #nav li {
    list-style: none; }
  #nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6, #nav a, #nav i, #nav p {
    font-size: 12px;
    font-weight: 400 !important; }
  #nav a.logo {
    width: 140px;
    height: 45px;
    display: block;
    float: left; }
    #nav a.logo img {
      width: 140px;
      height: 45px; }
  #nav .nav {
    width: 1160px;
    height: 45px;
    float: right; }
    #nav .nav .list {
      width: auto;
      border: 1px solid #FFF;
      border-radius: 5px;
      line-height: 45px;
      font-size: 20px;
      font-weight: 700;
      float: left;
      position: relative; }
      #nav .nav .list:hover ul {
        display: block;
        border-radius: 5px;
        border: 1px solid #ccc; }
      #nav .nav .list a.first {
        width: auto;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        font-weight: 700 !important;
        padding: 0 22px; }
      #nav .nav .list ul {
        width: auto;
        height: auto;
        overflow: hidden;
        background-color: #fff;
        display: none;
        position: absolute;
        left: 0;
        z-index: 99999; }
        #nav .nav .list ul li {
          width: auto;
          height: 35px; }
          #nav .nav .list ul li a {
            width: auto;
            height: 35px;
            white-space: nowrap;
            padding: 5px;
            line-height: 35px;
            font-size: 18px;
            display: block;
            text-align: center;
            font-weight: 400 !important; }

/*# sourceMappingURL=nav.css.map */
  /* i i s 7 . c o m */