@media only screen and (min-width: 1025px) {

    .tNavBox {
      width: 100%;
      height: auto;
      overflow: visible;
    }
  
    .navBtn {
      display: none;
    }
  
    .navSliBtn {
      display: none;
    }
  
  .tNavBox .iconJt {
      display: none;
    }
  
    .tNav {
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
    }
  
    .navUl {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      font-size: 0;
    }
  
    .navLi {
      padding: 0 0.5vw;
      display: inline-block;
      font-size: 1rem;
    }
  
    .navLi.nav09 {
      display: none;
    }
  
    .navLi:hover .tNavH::before {
      width: 100%;
      opacity: 1;
    }
  
    .tNavH {
      position: relative;
      margin-bottom: 0;
    }
  
    .tNavH::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 0;
      height: 2px;
      background-color: #e60013;
      opacity: 0;
      transition: all .5s ease;
    }
  
    .tNav .navName {
      position: relative;
      display: block;
      padding: 0 0.5vw;
      font-size: 15px;
      color: #404040;
      font-weight: bold;
      transition: all .5s ease;
      line-height: 110px;
    }
   .fixed .tNav .navName{
        line-height: 80px;
    }
  
    .tNav.fixed .navName {
      color: #222;
      padding: 1.5rem 0.5vw;
    }
  
    .navName::after {
      content: attr(data-title);
      position: absolute;
      top: 0;
      left: 0;
      transform: translateY(100%);
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #e60013;
    }
  
    .navLi:hover .navName {
      transform: translateY(-100%);
    }
  
    .slidBox {
      position: fixed;
      left: 0;
      right: 0;
      width: 100%;
      min-width: 1024px;
      height: 0;
      overflow: hidden;
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      flex-wrap: nowrap;
      z-index: 110;
      margin: 0 auto;
      padding: 0 18%;
      transition: all .5s ease;
      opacity: 0;
    }
  
    .navLi:hover .slidBox {
      height: auto;
      opacity: 1;
  
      background: rgba(255, 255, 255, 0.8);
  
    }
  
    .leftBox {
      flex: 0 0 45%;
      overflow: hidden;
      max-width: 520px;
      margin: 46px 0px;
      display: none !important;
    }
  
    .img100 {
      display: block;
      width: 100%;
    }
  
    .right_img .img100 {
      transition-duration: .5s;
    }
  
    .right_img:hover .img100 {
      transform: scale(1.1);
    }
  
    .rightBox {
      flex: 0 0 40%;
      margin: 46px 0px;
    }
  
    .left_text .onetitle {
      font-size: 18px;
      line-height: 1.1;
      color: #333;
      padding-bottom: 20px;
      padding-top: 20px;
      font-weight: bold;
      text-align: left;
    }
  
    .navSbox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  
    .oneName {
      font-size: 26px;
      padding-bottom: 15px;
      color: #000;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
  
    .tNavSummry {
      line-height: 24px;
      width: 100%;
      height: auto;
      overflow: hidden;
      color: #666666;
      font-size: 14px;
      max-width: 420px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
    }
  
    .tNavMore {
      display: block;
      position: relative;
      height: auto;
      padding-top: 25px;
      border-top: 1px dashed #cccccc;
      margin-top: 20px;
      cursor: pointer;
    }
  
    .txt {
      color: #000;
      transition: all .5s ease;
    }
  
    .leanMore {
      margin-left: 2rem;
      transition: all .5s ease;
  
    }
  
    .tNavMore:hover .txt {
      color: #015bbb;
      margin-left: 10px;
    }
  
    .tNavMore:hover .leanMore {
      color: #015bbb;
    }
  
    .navSli {
      flex: 0 0 50%;
    }
  
    .navSimg {
      position: relative;
      width: 100%;
      height: 160px;
      overflow: hidden;
    }
  
    .navImg {
      position: absolute;
      left: 50%;
      transform: translateX(-50%) scale(1);
      width: auto;
      height: 100%;
      transition: all .5s ease;
    }
  
    .navSbox .navSlink {
      display: block;
      font-size: 16px;
      line-height: 36px;
      color: #666;
      transition-duration: .3s;
    }
  
    .navSbox .navSlink:hover {
      color: #e60013;
      transform: translateX(6px);
    }
  
    .navSbox .navSlink:hover:before {
      background: #e60013;
    }
  
    .navSbox .navSlink:before {
      content: "";
      display: inline-block;
      vertical-align: top;
      margin-right: 6px;
      width: 4px;
      height: 4px;
      background: #000;
      position: relative;
      top: 16px;
    }
  
    .navSlink::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 3px;
      opacity: 0;
      background-color: #015bbb;
      transition: all .5s ease;
      display: none;
    }
  
    .navSli:hover .navImg {
      transform: translateX(-50%) scale(1.1);
    }
  
    .navSli:hover .navSlink::after {
      width: 100%;
      opacity: 1;
    }
  }
  
  @media only screen and (max-width: 1280px) and (min-width: 1025px) {
  
    .navName {
      padding: 2.25rem 0.5vw;
      font-size: 15px;
    }
  }
  
  @media only screen and (max-width: 1024px) {
  
    .leftBox {
      display: none;
    }
  
    .onetitle {
      display: none;
    }
  
    .navSimg {
      display: none;
    }
  
    .tNavBox {
      position: relative;
      overflow: hidden;
      height: 70px;
  
    }
  
    .navBtn {
      position: absolute;
      top: 1rem;
      right: 0rem;
      background: #e60013;
      width: 40px;
      height: 40px;
      padding: 10px;
      line-height: 70px;
    }
  
    .navLine {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      overflow: hidden;
  
    }
  
    .navBtnImg {
      display: block;
      width: 90%;
      height: 70%;
  
    }
  
    .tNav {
      position: fixed;
      top: 70px;
      left: 0;
      right: 0;
      height: 0;
      overflow: hidden;
      z-index: 999;
      background: rgba(0, 0, 0, .5);
      transition: all .5s ease;
    }
  
    .tNavHeight {
      height: calc(100vh - 80px);
      overflow: auto;
    }
  
    .slidBox {
      display: none;
    }
  
    .navUl {
      background: rgba(0, 0, 0, 0.8);
      overflow: hidden;
    }
  
    .navLi {
      border-bottom: 1px solid #696969;
      position: relative;
    }
  
    .tNavH {
  
      position: relative;
      height: 46px;
      line-height: 46px;
      padding: 0 5%;
      font-size: 1rem;
      transition: all .5s ease;
  
    }
  
    .tNavHBac {
      background-color: #e60013;
    }
  
    .navName {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
  
    }
  
    .tNavBox .iconJt {
      position: absolute;
      top: 0;
      right: 2%;
      display: flex;
      width: 46px;
      height: 46px;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 0.875rem;
      transition: all .5s ease;
    }
  
    .iconJtRotate {
      transform: rotate(-180deg);
    }
  
    .navSliBtn {
      height: 40px;
      width: 100%;
      text-align: center;
    }
  
    .hs {
      height: 100%;
    }
  
    .navSbox {
      padding-bottom: 30px;
    }
  
    .navSli {
      padding-left: 8%;
      font-size: 0.875rem;
      height: 38px;
      line-height: 38px;
    }
  
    .navSlink {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
    }
  }