.list-nav{
    width: 100%;
    height: 500px;
}
.child-company {
  display: none;
  color: #fff;
}
.child-company li a{
  font-size: 0.8rem;
}
.el-menu--horizontal>.el-menu-item{
  min-width: 120px;
  text-align: center;
}

.list-nav img{
    width: 100%;
    height: 100%;
}
.block{
    display: flex;
}
.list-content{
    width: 100%;
    min-height: 1494px;
    display: flex;
    flex-direction: column;
    font-weight: normal;
	font-style: normal;
    font-stretch: normal;
    font-family: MicrosoftYaHei;
}
.list-content .list-title{
    width: 1200px;
    margin: 0 auto;
    height: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	line-height: 1px;
	letter-spacing: 2px;
    font-size: 26px;
	color: #393939;
    text-indent: 14px;
}
.list-content .hot-list{
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
}
.list-content .hot-list .wrap{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.list-content .hot-list .wrap .hot-listItem{
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-content .hot-list .wrap .hot-listItem .hotBg{
    display: block;
    width: 300px;
    height: 200px;
}
.list-content .hot-list .wrap .hot-listItem .hotBg img{
    width: 100%;
    height: 100%;
}
.list-content .hot-list .wrap .hot-listItem .hotItem{
    display: block;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* align-items: center; */
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0px 0 2px 40px;
    color: #393939;
}
.hot-listItem .hotItem .item-title{
    font-weight: bold;
    font-weight: bold;
    font-size: 22px;
}
.hot-listItem .hotItem .item-time{
    line-height: 1px;
    letter-spacing: 1px;
    color: #393939;
    padding-top: 58px;
}
.hot-listItem .hotItem .item-content{
    height: 41px;
    width: 854px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #9e9e9e;
}
#btn {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 65px;
    bottom: 10px;
    background: url(../../../index.html) no-repeat left top;
    background-size: 100% 100%;
  }
  /* #btn:hover {
    width: 100px;
    height: 100px;
  } */
  .list-nav-h5{
    display: none;
}
.list-content-h5{
    display: none;
}
.menu {
    position:absolute;
    z-index:999;
    width:1200px;
    height: 6rem;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
  }
  .menu .sub-menu{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu .sub-menu .logo {
    height: 4.4rem;
    width: 10rem;
    color: #fff;
    line-height:40px;
    background: url(../../../index.html) no-repeat;
    background-size: 100% 100%;
  }
  .menu .sub {
    display:block;
    height: 2.5rem;
   
  }
  .menu .sub.on{
    display:block;
  }
  .menu .toggle-menu {
    display:none;
    float:right;
  }
  .menu .sub > li {
    float: left;
    width: 7rem;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    letter-spacing: 0.06rem;
  }
  #backTop{
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    width: 100px;
    height: 100px;
    background: url(../../../index.html) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 333;
  }
  .menu .sub > li>span a{
    color: #fff;
    text-decoration: none;
  }
  
  .menu .sub>li span{
    display:block;
    height:40px;
    line-height:40px;
  }
  .menu .sub>li ul {
    height:0;
    transition: all 2s;
    overflow: hidden;
    /* background:#eee; */
  }
  .menu .sub>li ul.on {
    height: auto;
    transition: all 2s;
  }
  .menu .sub>li ul li {
    height:40px;
    line-height:40px;
  }
  .menu .sub>li ul li a{
    color: #fff;
    text-decoration: none;
  }
  /* .menu .sub>li:hover ul{
    height: auto;
    transition: all 2s;
  } */
   
  .menu ul.toggle li {
    height: 2px;
    width: 35px;
    background: blue;
    margin-bottom: 10px;
    list-style: none;
    transition: all .2s;
    opacity: 1;
  }
   
  .menu .active li:nth-of-type(2) {
    opacity: 0;
  }
   
  .menu .active li:nth-of-type(1) {
    transform: translateY(12px) rotate(45deg);
  }
   
  .menu .active li:nth-of-type(3) {
    transform: translateY(-12px) rotate(-45deg);
  }
  
   
  @media screen and (max-width: 768px) {
    .menu {
      width: 100%;
      box-shadow: 0 1px 2px #eee;
    }
    .menu .sub {
      display: none;
      width:100%;
    }
    .menu .sub>li {
      width: 100%;
      /* border-bottom:1px solid #eee; */
    }
    .menu .toggle-menu {
      position:relative;
      top:5px;
      right:5px;
      display: block;
    }
  }
  .menu .sub-menu .logo {
    height: 3rem;
    width: 8rem;
    color: #fff;
    line-height: 40px;
    background: url(../images/logo.png) no-repeat;
    background-size: 100% 100%;
}
.menu .sub-menu .logo2{
  display: none;
}
.menu .sub-menu .logoBlue{
  display: none;
}
.menuH5{
  display: none;
}
.blockH5{
    display: none;
}
.menu{
    display: none;
}

  @media screen and (max-width: 479px){
    .menu{
        display: block;
    }
    .navWrap{
        display: none;
    }
    .homeApp .header-nav  .nav-advice .advice-more{
        display: none;
      }
      .homeApp .header-nav .wraper{
        width: 100%;
      }
      /* .menu{
        display: none;
      } */
      .menuH5{
        display: block;
      }
      .menu .sub-menu .logo{
        display: none;
      }
      .menu .sub-menu .logo2 {
        display: block;
        height:2.1rem;
        width: 7rem;
        color: #fff;
        line-height: 40px;
        background: url(../images/LOGO3.png) no-repeat;
        background-size: 100% 100%;
    }
    .menu .sub-menu .logoBlue{
      display: none;
      height:2.1rem;
      width: 7rem;
      color: #fff;
      line-height: 40px;
      background: url(../images/logo1.png) no-repeat;
      background-size: 100% 100%;
    }
    .menu .toggle-menu {
      position: absolute;
      top: 1.5rem;
      left: 0.7rem;
      display: block;
    }
      .menu ul.toggle li{
        background-color: #fff;
      }
      .menu .sub{
        background-color: #fff;
        width: 38%;
        /* position: absolute; */
        left: 0px;
        top: 4rem;
        position: fixed;
        z-index: 66;
        height: 100%;
        overflow: auto;
      }
      .menu .sub > li{
        border: 0;
      }
      .menu .sub > li > span a{
        color: #000;
      }
      .menu .sub > li span{
        background-color: #fff;
      }
      .menu .sub > li ul li{
        background-color: #fff;
        
      }
      .menu .sub > li ul li a{
        color: #666;
      }
      .menu {
        position:absolute;
        z-index:999;
        width:100%;
        height: 4rem;
        top: 0;
        bottom:0;
        left:0;
        right:0;
        margin: 0 auto;
        box-sizing: border-box;
        box-shadow: none;
        /* padding-top: 1.5rem; */
      }
      .menu .sub-menu{
        width: 100%;
        height: 4rem;
        /* text-align: center; */
        justify-content: center;
        flex-direction: row;
        align-items: center;
        position: absolute;
      }
    .list-nav{
        display: none;
    }
    .list-nav-h5{
        display: block;
        width: 100%;
        height: 11rem;
        background: url(../images/medieH5/banner.webp) no-repeat;
        background-size: 100% 100%;
        margin-top: 17%;
    }
    .list-content{
        display: none;
    }

    .list-content-h5{
        display: block;
    }
    .list-content .list-title {
        width: 100%;
        margin: 0 auto;
        height: 6rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        line-height: 1px;
        letter-spacing: 2px;
        font-size: 26px;
        color: #393939;
        text-indent: 14px;
    }
    .list-content .hot-list .wrap{
        width: 100%;
        box-sizing: border-box;
        padding: 0 1rem;
    }
    .hot-listItem .hotItem .item-title{
        font-weight: 700;
        font-size: 0.8rem;
        letter-spacing: 0px;
        color: #393939;
        line-height: 20px;
        /* flex-wrap: wrap; */
        width: 12.6rem;
        height: 2.5rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        
    }
    .hot-listItem .hotItem .item-time{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #9e9e9e;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .list-content .hot-list{
      box-sizing: border-box;
      padding: 1rem;
      background-color: #fff!important;
    }
    .list-content .hot-list .wrap .hot-listItem .hotBg{
        width: 7rem;
        height: 5rem
    }
    .list-content .hot-list .wrap .hot-listItem{
        height: auto;
        padding: 1rem 0!important;
    }
    .list-content .hot-list .wrap .hot-listItem .hotItem{
        height: auto!important;
        
    }
    .hot-listItem .hotItem .item-time{
        padding: 0;
    }
    .list-content .hot-list .wrap{
      background-color: #fcfcfc!important;
    }
    .list-content .hot-list .wrap .hot-listItem{
        padding: 2rem 0;
        border-bottom: 1px solid#e0e0e0;
    }
    .list-content .hot-list .wrap .hot-listItem .hotItem{
      padding-left: 21px!important;
    }
    .hot-listItem .hotItem .item-title{
      margin-bottom: 0.9rem;
      font-size: 0.88rem;
      line-height: 1.3rem;
      letter-spacing: 1px;
      font-style: normal;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      color: #222!important;
      font-weight: normal;
      margin-bottom: 1.3rem;
    }
    .list-content .hot-list .wrap .hot-listItem .hotBg{
      width: 8rem!important;
    }
    .list-content{
      min-height: 0!important;
    }
    .block{
        display: none;
    }
    .blockH5{
        display: block;
        padding: 2rem 0;
    }
    #Tab2{
      display: block;
    }
    #container-content .companyFooter .footerWrap .attentionAs .attentionTitle ul li{
      text-align: left;
    }
    .menu .sub > li ul li a{
      color: #8c8c8c;
      font-size: 0.8rem;
    }
    #MOKE{
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.75);
      z-index: 31;
      display: none;
    }
    body {-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;}
    a {outline: none!important;-moz-outline-style: none!important; }
  }