/* CSS Document */
::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  @font-face {
  font-family: 'Helveticaneue';
  src:url('../fonts/helveticaneue.ttf');
}
  @font-face {
  font-family: 'HelveticaneueM';
  src:url('../fonts/helveticaneue-medium.otf');
}
  @font-face {
  font-family: 'HelveticaneueB';
  src:url('../fonts/helveticaneue-bold.ttf');
}
.font {
  font-family: "Helveticaneue" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.fontM {
  /* font-weight: medium; */
  font-family: "HelveticaneueM" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fontB {
  /* font-weight: bold; */
  font-family: "HelveticaneueB" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 
  html,body {
    margin: 0;
    padding: 0;
    font: 16px "Helveticaneue", Helvetica, Arial;
    /* font: 16px "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif; */
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
    /* overflow-x: hidden; */
    color: #000;
  }
  html,body{
    position: relative;
    height: 100%;
  }
  button,
  input,
  optgroup,
  select,
  textarea,
  a {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: medium !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  a{
    color: #333;
  }
  a:hover {
    color: #000;
    text-decoration: none;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
  }
  ul, li, dd, dl {
    padding: 0;
    margin: 0;
    list-style: none;
  }
@font-face {
  font-family: 'iconfont';  /* Project id 4382677 */
  src: url('//at.alicdn.com/t/c/font_4382677_i8zw24ycems.woff2?t=1766285127907') format('woff2'),
       url('//at.alicdn.com/t/c/font_4382677_i8zw24ycems.woff?t=1766285127907') format('woff'),
       url('//at.alicdn.com/t/c/font_4382677_i8zw24ycems.ttf?t=1766285127907') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  }
header{
  height: 90px;
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  position: fixed;
  width: 100vw;
  z-index: 11 !important;
  top: 0;
  .logo{
    height: 26px;
    margin-top:30px;
    cursor: pointer;
  }
  ul{
    display: flex;
    justify-content: center;
  }
  .nav{
        line-height: 90px;
        color: #FFF;
        font-size: 18px;
        display: inline-block;
        padding: 0 35px;
        &:hover{
          color: rgba(255,255,255,0.7);
        }
      }
  .abLi{
    width: 150px;
    padding:10px 0 !important;
      a{
        display: block;
        padding: 12px 0px;
        text-align: center;
        color: rgba(255,255,255,0.8);
        &:hover{
          color: #FFF;
          background: #000;
        }
      }
  }
  .search{
    width: 120px;
    position: relative;
    height: 26px;
    margin-top:30px;
    button{
      position: absolute;
      right: 15px;
      top: 5px;
      cursor: pointer;
      &:hover{
        color: rgba(255,255,255,0.8);
      }
    }
    input{
      border: none;
      border-bottom: 1px solid rgba(255,255,255,0.5);
      width: 100%;
      color: rgba(255,255,255,0.5);
      font-size: 14px;
      height: 26px;
      &::placeholder{
        color: rgba(255,255,255,0.5);
        font-size: 14px;
      }
    }
  }
  .us{
    margin-top:30px;
    height: 26px;
    line-height: 26px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    border: none;;
    padding: 0 10px;
    border-radius: 4px;
    cursor: pointer;
    &:hover{
      background: rgba(255,255,255,0.8);
    }
  }
  .Enl{
    .uk-drop{
      width: 100px;
      padding: 5px;
      a{
        display: block;
        padding: 8px 0px;
        text-align: center;
        color: rgba(255,255,255,0.8);
        &:hover{
          color: #FFF;
        }
      }
    }
  }
  #menu1, #menu2, #menu3, #menu4, #menu5 {
    transition: opacity 0.2s ease;
  }

}
  .PrClass{
    max-width: 1480px;
    margin: auto;
    position: relative;
    overflow: hidden;
    height: 200px;
  }
  .PrTwo{
    display: flex;
    position: absolute;
    left: 140px;
    z-index: 2;
    div>div{
      margin-right: 65px;
      h3{
         font-size: 24px;
         font-family: "HelveticaneueM";
         padding: 3px 0;
      }
      a{
        padding: 3px 0;
        display:inline-block;
        border-bottom: 1px solid transparent;
        transition: all 0.2s ease-in-out;
        &:hover{
          color: rgba(0, 0, 0, 0.8);
          border-color: rgba(0, 0, 0, 1);
        }
      }
    }
  }
  .PrImg{
    width: 1400px;
    position: absolute;
    left: 100px;
    z-index: 1;
  }
  .all{
    float: left;
    margin-right: 45px;
    a{
      border: 1px #000 solid;
      border-radius: 50px;
      padding: 5px 10px;
      display: inline-block;
      transition: all 0.2s ease-in-out;
      &:hover{
        border-color: rgba(0, 0, 0, 0.6);
        color: rgba(0, 0, 0, 0.6);
      }
    }
  }
  .PrImg div{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  
  .PrImg div.show{
    opacity: 1;
  }
  
 .bannerT{
  color: #FFF;
  .py-6{
    line-height: 1.6;
  }
  a{
    border: 2px solid #FFF;
    padding: 8px 18px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    color: #FFF;
    background:rgba(255,255,255,0.1);
    &:hover{
      background: #FFF;
      color: #000;
    }
  }
 }
 .mainbg{
  background: url(../img/bg.jpg) no-repeat top center;
  background-size: cover;
 }
 .IndCl{
  cursor: pointer;
  .uk-inline-clip{
    border-radius: 20px;
  }
  .uk-position-absolute{
    border-radius: 20px;
    visibility: hidden;
    background: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0);
    font-size: 38px;
    transition: all 0.2s ease-in-out;
    z-index: 2;
  }
  &:hover .uk-position-absolute{
    visibility: visible;
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 1);
  }
  .mt-4{
    font-family: "HelveticaneueM";
  }
 }
 .more{
  font-size: 20px;
  border: 2px #000 solid;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.03);
  color: #000;
  transition: all 0.2s ease-in-out;
  &:hover{
    background: rgba(0, 0, 0, 0.1);
    /* cursor: pointer; */
  }
 }
 .moreW{
  font-size: 16px;
  border: 2px #FFF solid;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.03);
  color: #FFF;
  transition: all 0.2s ease-in-out;
  &:hover{
    background: rgba(255, 255, 255, 0.2);
    color: #FFF;
  }
 }
 .cert{
  background: url(../img/cert.jpg) no-repeat top center;
  background-size: cover;
 }
 .contB{
  background: url(../img/contbg.jpg) no-repeat top center;
  background-size: cover;
  .Cform{
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    input{
      height: 60px;
      border: 1px #CCC solid;
      width: 100%;
      font-size: 20px;
      padding: 0 15px;
      border-radius: 8px;
      &:hover{
        border-color: rgba(0, 0, 0, 0.6);
      }
    }
    textarea{
      border: 1px #CCC solid;
      width: 100%;
      font-size: 20px;
      padding: 15px;
      border-radius: 8px;
      &:hover{
        border-color: rgba(0, 0, 0, 0.6);
      }
    }
    button{
      cursor: pointer;
      border: 1px #333 solid;
      font-size: 20px;
      padding: 10px 15px;
      border-radius: 8px;
      &:hover{
        border-color: rgba(0, 0, 0, 1);
      }
    }
  }
 }
 footer{
  background: #000;
  color: #FFF;
  .uk-totop{
    display: inline-block;
    height: 42px;
    width: 42px;
    background: #FFF;
    border-radius: 42px;
    padding: 15px 0 0 12px;
  }
  .uk-width-1-5{
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .Rig{
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px;
    text-align: center;
  }
  .whast{
    background: rgba(255, 255, 255, 1);
    padding: 6px 15px;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    &:hover{
      background: rgba(255, 255, 255, 0.9);
    }
    img{
      height: 22px;
    }
  }
  a{
        color: rgba(255, 255, 255, 1);
        font-size: 18px;
        &:hover{
          color: rgba(255, 255, 255, 0.8);
        }
      }
  ul{
    padding-top: 10px;
    li{
      padding: 6px 0;
      overflow: hidden;
      i{
        float: right;
        font-size: 20px !important;
        color: rgba(255, 255, 255, 0.6);
      }
      
    }
  }
  dd{
    overflow: hidden;
    margin-top:20px;
    dl{
      display: inline-block;
      width: 23px;
      height: 23px;
      background: url(../img/foob.png) no-repeat top center;
      background-size: cover;
      margin-right: 10px;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      &:hover{
        opacity: 0.8;
      }
    }
    .line{
      background-image: url(../img/line.png);
    }
    .in{
      background-image: url(../img/in.png);
    }
    .x{
      background-image: url(../img/x.png);
    }
    .yot{
      background-image: url(../img/yot.png);
    }
    .int{
      background-image: url(../img/int.png);
    }
  }
}
.prList{
  width: 210px;
  li{
    padding-right: 50px;
    a{
      font-size: 18px;
      color: #000;
      padding: 10px 0 10px 10px;
      margin: 5px 0;
      display: block;
      border-bottom: 1px transparent solid;
      &.hover{
        color: rgba(0, 0, 0, 0.6);
        border-bottom: 1px #000 solid;
      }
      &:hover{
        color: rgba(0, 0, 0, 0.6);
        border-bottom: 1px #000 solid;
      }
    }
  }
}
.Mbtn{
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  float: right;
  padding-top: 7px;
  margin-top:16px;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  display: none;
}
.uk-offcanvas-bar{
  background: #000;
}
.uk-offcanvas-overlay::before{
  background: rgba(0, 0, 0, 0.5);
}
#meun .uk-accordion-title::before{
  display: none;
}
#meun .uk-accordion > :nth-child(n+2){
  margin-top:15px;
}
#meun .uk-offcanvas-bar .uk-accordion-title{
  color: rgba(255, 255, 255, 0.7);
}
#meun .meunl{
  font-size: 20px;
  display: block;
  margin-bottom:20px;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
}
#meun .hover{
  color: rgba(255, 255, 255, 1) !important;
  font-size: 20px !important;
}
#meun dd li{
  padding:5px 0 5px 20px;
  position: relative;
}
#meun dd li::before{
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
}
#meun .uk-accordion-content{
  margin-top: 10px;
}
#meun .Men{
  overflow: hidden;
  a{
    display: inline-block;
    padding: 5px 15px;
    &.auto{
      background: #FFF;
      color: #000;
    }
  }
}
#meun .Msearch{
  overflow: hidden;
  position: relative;
  input{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    line-height: 32px;
  }
  i{
    position: absolute;
    right: 0px;
    top:0px;
    height: 32px;
    width: 32px;
    text-align: center;
    padding-top: 8px;
    display: inline-block;
    cursor: pointer;
  }
}
#meun .Mus{
  button{
    cursor: pointer;
    border: 1px #FFF solid;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    &:hover{
      border-color: rgba(255, 255, 255, 0.8);
    }
  }
}
.page{
  text-align: center;
  padding-top:25px;
  a{
    display: inline-block;
    margin: 0 15px;
  }
}
.Prli{
  border-top:1px #CCC solid;
  /* margin-bottom: 80px; */
  li{
    overflow: hidden;
    padding: 9px 0;
    border-bottom: 1px #CCC solid;
  }
}
.PrFrom{
  input{
    background: #f2f2f2;
    height: 46px;
    width: 100%;
    border-radius: 4px;
    padding:0 15px;
    &:hover{
      background: #e9e9e9;
    }
  }
  textarea{
    background: #f2f2f2;
    width: 100%;
    border-radius: 4px;
    padding:15px;
    &:hover{
      background: #e9e9e9;
    }
  }
  button{
    border:1px #000 solid;
    padding: 5px 10px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    &:hover{
      background: rgba(255, 255, 255, 0.8);
    }
  }
}
.FootFrom{
  input{
    background: #f2f2f2;
    height: 58px;
    width: 100%;
    border-radius: 10px;
    padding:0 15px;
    font-size: 18px;
    &:hover{
      background: #e9e9e9;
    }
  }
  textarea{
    background: #f2f2f2;
    width: 100%;
    border-radius: 10px;
    padding:10px;
    font-size: 18px;
    &:hover{
      background: #e9e9e9;
    }
  }
  button{
    border:1px #000 solid;
    padding: 5px 10px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    &:hover{
      background: rgba(255, 255, 255, 0.8);
    }
  }
}
.Mnauv{
  width: 100%;
  height: 43px;
  background: rgba(0, 0, 0, 0.7);
  line-height: 43px;
  text-align: left;
  ul{
    li{
      display: inline-block;
      margin-right: 40px;
    }
  }
  a{
    color:rgba(255, 255, 255, 0.5);
    line-height: 28px;
    display: inline-block;
    &:hover{
      color: #FFF;
    }
    &.hover{
      color: #FFF;
      border-bottom: 1px #FFF solid;
    }
  }
}
.calist{
  font-size: 20px;
  li{
    padding: 6px 0 6px 18px;
    position: relative;
    &::before{
      content: '';
      position: absolute;
      left: 0px;
      top: 15px;
      width: 6px;
      height: 6px;
      background: #000;
      border-radius: 50px;
    }
  }
}
.calistmi{
  font-size: 20px;
  li{
    padding: 6px 0 6px 0;
    position: relative;
  }
}
.AbTime{
  border-left: 1px #000 solid;
}
.TatLi{
  width: 100%;
  td{
    border: 1px #000 solid;
    padding: 12px;
    text-align: center;
  }
  .tabT{
    vertical-align: top;
  }
  .vertical-text {
  writing-mode: vertical-rl; /* 从右向左 */
  /* 或使用 vertical-lr; 从左向右 */
}
}
.Nview{
  p{
    line-height: 34px;
    font-size: 20px;
  }
  strong, h3{
    font-weight: bold;
    font-size: 28px;
  }
}
.PrTd{
  font-size: 16px;
  color: #666;
  text-align: center;
  p{
    margin: 5px 0;
    line-height: 23px;
  }
  b{
    font-size: 20px;
    color: #333;
    display: block;
    padding-bottom: 10px;
  }
}
.PtTI{
  li{
    border: 1px #EEE solid;
    border-radius: 8px;
    margin: 0 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    img{
      width: 110px;
      border-radius: 8px;
      filter: grayscale(100%);
      filter: brightness(70%); 
      transition: all 0.2s ease-in-out;
    }
    &.uk-active img{
      filter: grayscale(0%);
      filter: brightness(100%);
    }
  }
}
@media only screen and (max-width: 1380px){
  header{
    .nav{
        padding: 0 10px;
      }
  }
}
@media only screen and (max-width: 1240px){
  header{
    height: 72px;
    .logo{
    height: 24px;
    margin-top:24px;
  }
    ul, .uk-text-right{
      display: none;
    }
  }
  .Mbtn{
    display: block;
  }
}
@media only screen and (max-width: 768px){
  footer{
    .uk-padding{
      padding: 20px 10px;
    }
    & ul {
        li {
            padding: 3px 0;
            overflow: hidden;
        }
    }
    .Rig{
      padding: 20px 0;
    }
  }
  .Mnauv{
  height: auto;
  text-align: center;
  }
  .prList{
  width: 100%;
  li{
    padding-right: 0px;
    width: 50%;
    float: left;
  }
}
}

.textTwo {
  display: -webkit-box; /* 将容器以弹性盒子形式布局 */
  -webkit-line-clamp: 2; /* 限制文本显示为两行 */
  -webkit-box-orient: vertical; /* 将弹性盒子的主轴方向设置为垂直方向 */
  overflow: hidden; /* 隐藏容器中超出部分的内容 */
  text-overflow: ellipsis; /* 超出容器范围的文本显示省略号 */
}