@charset "utf-8";
/* CSS Document */
.Frame__chi_hu_nav ul,.Frame__chi_hu_nav li{ margin: 0; padding: 0; list-style: none;}
.Frame__chi_hu_nav .bottom {
    min-height: 100px;
    position: relative;
  }
  .Frame__chi_hu_nav .bottom .logo {
    max-width: 300px;
    max-height: 100px;
    width: auto;
    height: auto;
    vertical-align: bottom;
  }
  .Frame__chi_hu_nav .nav {
    min-height: 100px;
  }
  .Frame__chi_hu_nav .nav > ul {
    text-align: right;
    position: relative;
  }
  .Frame__chi_hu_nav .nav > ul > li {
    padding: 38px 0;
    height: 24px;
    line-height: 24px;
    float: left;
    position: relative;
    text-align: center;
    z-index: 1;
  }
  .Frame__chi_hu_nav .nav > ul > li > a {
    font-size: 16px;
    color: #999999;
    display: inline-block;
    /* line-height: 24px; */
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Frame__chi_hu_nav .nav > ul > li .sekuai {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    background: #eaba14;
    -webkit-background-size: 100% 100px;
    background-size: 100% 100px;
    position: absolute;
    bottom: 0;
    transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: 0;
  }
  .Frame__chi_hu_nav .nav > ul > li.on > a {
    color: #ffffff;
    font-size: 16px;
  }
  .Frame__chi_hu_nav .nav > ul > li.on .sekuai {
    min-height: 100px;
  }
  .Frame__chi_hu_nav .nav > ul #n_l {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #eaba14;
    z-index: 0;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .Frame__chi_hu_nav .nav > ul > li > ul {
    display: none;
    position: absolute;
    top: 100px;
    left: 0%;
    width: 100%;
    text-align: left;
    background: rgba(51, 51, 51, 0.9);
    z-index: 2;
    box-sizing: border-box;
    padding: 20px 0;
  }
  .Frame__chi_hu_nav .nav > ul > li > ul > li {
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: visible;
    white-space: nowrap;
    text-align: center;
    line-height: 30px;
    padding: 0px 10px;
  }
  .Frame__chi_hu_nav .nav > ul > li > ul > li > a {
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .Frame__chi_hu_nav .nav > ul > li > ul > li:hover {
    background: #eaba14;
  }
  .Frame__chi_hu_nav .nav > ul > li > ul > li:hover > a {
    color: #fff;
  }
  .Frame__chi_hu_nav .lang{padding: 38px 0;min-height: 100px;
    box-sizing: border-box;}
  .Frame__chi_hu_nav .lang  a {
    font-size: 16px;
    color: #999999;
    display: inline-block;
    /* line-height: 24px; */
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0px 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }