/*导航*/
.index-nav{
    height: 69px;
    line-height: 69px;
}
.index-nav-height{
    min-width: 1000px;
    height: 69px;
}
.index-nav-ul{
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    
}
.index-nav-li{
    position: relative;
    display: inline-block;
    width:auto;
    text-align: center;
    font-size: 1.8rem;
    margin-left: 140px;
}
.download_products{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: -80px;
    left: -1.2rem;
    z-index: 999;
    width: 87px;
    height: 80px;
    background:url('../../Image/header/xiala.png') no-repeat center;background-size: 100% 100%;
    /* transition: all 3s; */
}
.index-nav-li a{ 
    color: #000000;
    text-decoration: none;
}
.menu-title.on{
    color:#2C9B39;
}
/*end导航*/
.menu-title.on:before {
    content: ' ';
    width: calc(100% + 3rem);
    height: 6px;
    position: absolute;
    left: -1.5rem;
    bottom: 0px;
    z-index: 4;
	background-color: #2C9B39;
}








.menu{
    position: relative;
}

.menu-title {
    display: block;
    width: auto;
    line-height: 69px;
    padding: 12px 0 0;
    background: #ffffff;
    text-align: center;
    color: black;
    text-transform: uppercase;
    margin-left: 100px;
    position: relative;
  }
  .hList{
    height: 69px;
    margin: 0;
  }
  .hList li{
    height: 69px;
  }
  .menu-title{
    display: inline-block;
    padding: 0;
    height: 69px;
    line-height: 69px;
  }
  
  
  .menu:hover > .menu-title:before {
    border-top-width: 0;
    transition: 0.2s border-top-width ease-in, 0.3s border-top-color;
  }
  
  
  
  .menu:hover > .menu-title:after {
    border-bottom-width: 5px;
    transition: 0.2s 0.2s border-bottom-width ease-out;
  }
  
  
  
  .menu-dropdown {
    min-width: 84px;
    position: absolute;
    background:url('../../Image/header/xiala.png') no-repeat center;background-size: 100% 100%;
    z-index: 100;
    right:-1rem;
    padding: 0;
    transition: 0.5s padding, 0.5s background;
    margin-top: -1px;
  }
  .menu-dropdown ul{
    height: 69px;
    display: flex;
    flex-direction: column;
  }
  .menu-dropdown li{
    min-width: 80px;
    line-height: 20px;
    text-align: left;
    color: white !important;
  }
  
  .menu:not(:hover) > .menu-dropdown {
    z-index: 99;
  }
  
  .menu-dropdown > * {
    overflow: hidden;
    height: 30px;
    padding: 5px 10px;
   
    white-space: nowrap;
    transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
  }
  
  .menu-dropdown > *:hover {
    color: white;
  }
  
  .menu:not(:hover) > .menu-dropdown > * {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    color: white;
    transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
    z-index: 99;
  }
  .hList > * {
    float: left;
  }
  
  .hList > * + * {
    margin-left: 0;
  }
  