/* CSS Document */
::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background:rgba(0, 0, 0, 1);
    border-radius: 10px;
  }
  ::-webkit-scrollbar-track {
    background:rgba(0, 0, 0, 0.5);
    border-radius: 10px;
  }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .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;
}
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  html,body {
    margin: 0;
    padding: 0;
    outline: 0;
    /* text-align: justify; */
    color: #000;
    font-family: 'Microsoft Yahei', Helvetica, Arial, sans-serif;
    /* font-family: "Helvetica Neue",'Microsoft YaHei', Helvetica, Arial, sans-serif; */
    font-size: 14px !important;
    line-height: 1.5;
    position: relative;
    overflow-wrap: break-word;
    overflow-x: hidden;
  }
  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: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;
  }
  h1{
    font-size: 40px;
  }
  h2{
    font-size: 24px;
  }
  h3{
    font-size: 22px;
  }
  h4{
    font-size: 18px;
  }
  h5{
    font-size: 16px;
  }
header{
    background: #000;
    line-height: 60px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
}
header span{
    padding-right: 30px;
}
nav{
    height: 100px;
    background: #FFF;
    padding-top:30px;
}
nav .log{
    height: 40px;
}
nav ul{
    text-align: center;
}
nav ul li{
    display: inline-block;
    padding:0 10px;
}
nav ul li .navli{
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
}
nav ul li .navli::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: width 0.3s ease, left 0.3s ease;
}
nav ul li .navli:hover::after {
    width: 100%;
    left: 0;
}
nav .search{
    padding-top:3px;
}
nav .search input{
    height: 37px;
    border: none;
    width: 120px;
    position: relative;
    background: linear-gradient(to right, #000, #000) no-repeat left bottom;
    background-size: 0% 1px;
    transition: background-size 0.2s ease;
}
nav .search input:focus {
    outline: none;
    background-size: 100% 1px;
}
nav .us{
    background: #000;
    color: #FFF;
    padding: 8px 12px;
    margin-top: 3px;
    display: inline-block;
}
nav .Lang{
    margin-top: 12px;
}
.navX{
  min-width: 100%;
  left: 0 !important;
  padding: 50px 15%;
  /* background: #FFF; */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.navX hr{
  border-bottom: 1px solid #ccc;
  margin:10px 0;
}
.navX .hr{
  border-bottom: 3px solid #666;
}
.navX ul li{
  text-align: left;
  padding:3px 0px;
  width: 100%;
}
.navX ul li a{
  font-size: 16px;
}
.navClass h1, .navClass h3, .navClass a{
  color: #999;
  transition: all 0.2s ease-in-out;
}
.navClass div:hover h1, .navClass div:hover h3, .navClass div:hover a{
  color: #000;
}
.Baer{
    height: 100px;
    background: #Fafafa;
    position: relative;
}
.BaerF{
    background: #FFFFFF;
}
.Baer span{
    font-size: 24px;
    background: #000;
    display: inline-block;
    color: #FFF;
    height: 100px;
    padding: 15px 50px 0 50px;
    position: absolute;
    z-index: 1;
}
.Baer ul{
    left:400px;
    position: absolute;
    width:100%;
    top:25px
}
.Baer .ul{
    left:0px;
}
.scroll {
			width: 100%;
			overflow: hidden;
}
.scroll ul {
  white-space: nowrap;
}
.scroll ul li {
  display: inline-block;
  padding: 0 30px;
}
.Num {
  margin-top:70px;
}
.Num h1{
  font-size: 120px;
  font-weight: bold;
  position: relative;
}
.Num h1 sup{
  font-weight:normal;
  top: -80px;
  font-size: 42px;
}
.More{
  margin-top: 70px;
}
.More button{
  color: #999;
  background-color: #FFF;
  padding: 12px 24px;
  border: 2px #ccc solid;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
}
.More button:hover{
  color: #FFF;
  background-color: #000;
  border: 2px #000 solid;
}
.Moresmall{
  margin-top: 20px;
}
.Moresmall button{
  color: #999;
  background-color: #FFF;
  padding: 8px 20px;
  border: 1px #ccc solid;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}
.Moresmall button:hover{
  color: #FFF;
  background-color: #000;
  border: 1px #000 solid;
}
.LayerD:hover .Layer{
  visibility: visible;
  opacity: 1;
}
.Layer{
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.Layer h2{
padding-top:10%;
color: #000;
}
.Layer h3{
padding-top:20px;
color: #000;
}
.uk-light .More{
  margin-top: 70px;
}
.uk-light .More button{
  color: #999;
  background-color: transparent;
  padding: 12px 24px;
  border: 2px #ccc solid;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
}
.uk-light .More button:hover{
  color: #000;
  background-color: #FFF;
  border: 2px #FFF solid;
}
.uk-light hr{
  border-bottom: 2px solid #FFF;
  margin-top: 70px;
  margin-bottom: 50px;
}
.Xnav{
  width: 240px;
  padding: 10px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.Xnav li{
  display: block;
}
.Xnav li a{
  display: block;
  font-size: 16px;
  padding: 8px 0;
  color: #777;
}
.Xnav li a:hover{
  color: #000;
}
.Messbg{
  padding-bottom: 120px;
}
.MessFrom{
  background: rgba(255, 255, 255, 0.7);
  padding: 50px;
  font-size: 24px;
  font-weight: normal;
  border-radius: 20px;
}
.MessFrom .uk-input{
  border: 1px #000 solid;
  height: 52px;
  line-height: 50px;
  border-radius: 6px;
  padding-left:15px;
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
.MessFrom .uk-textarea{
  border: 1px #000 solid;
  border-radius: 6px;
  padding-left:15px;
}
.MessFrom ::placeholder{
  font-size: 18px;
  font-weight: normal;
}
.MessFrom .uk-radio,
.MessFrom .uk-checkbox {
  height: 24px;
  width: 24px;
}
.ClassL{
  margin-left: 15%;
}
.ClassL li a{
  font-size: 20px;
  display: inline-block;
  padding: 10px 15px;
  width: 188px;
  color: #999;
  border-bottom: 2px solid transparent;
}
.ClassL li a:hover{
  color: #000;
  border-bottom: 2px solid #000;
}
.ClassL li a.hover{
  color: #000;
  border-bottom: 2px solid #000;
}
.Uback{
  left: -35px;
}
.prView{
  padding-left:80px;
}
.prView ul li{
  font-size: 16px;
}
.prView ul li span{
  background: #000;
  color: #FFF;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 20px;
}
.prView .prNo li{
  border-right: 1px #000 solid;
}
.prView .prNo li:last-child{
  border-right: none;
}
.prView .prInfo{
  border-bottom: 1px rgba(8, 35, 67, 0.2) solid;
  padding: 5px 0;
}
.prView .prInfo li{
  padding: 0 10px;
}
.prView h4{
  font-size: 20px;
  line-height: 30px;
}
.prView p{
  font-size: 16px;
  margin: 10px 0;
}
.Uback{
  left: -35px;
}
.prView .color i{
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 24px;
  margin-right: 5px;
  border: #000 1px solid;
  position: relative;
}

.AbNaN li{
 border-bottom: 2px solid #ccc;
 color: #999;
 font-size: 24px;
 padding: 12px 0;
 transition: all 0.3s ease-in-out;
}
.AbNaN li:hover{
  color: #000;
  border-bottom: 2px solid #000;
}

footer{
  padding-bottom: 20px;
}
footer .Rights{
  border-top:1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding-top:20px;
}
footer .uk-width-1-5{
  border-right:1px solid rgba(255, 255, 255, 0.3);
  padding-top:30px;
  padding-bottom:30px;
  padding-left:40px;
}
footer .uk-width-2-5{
  padding-top:30px;
  padding-bottom:30px;
  padding-left:40px;
}
footer .logoW{
  height: 32px;
  width: 172px;
  background: url(../img/logoW.webp) no-repeat left center;
}
footer .uk-position-bottom{
  padding-left: 40px;
}
footer .wx{
  height: 100px;
  width: 100px;
  background: url(../img/wx.jpg) no-repeat center center;
  background-size: 100% 100%;
}
footer .uk-inline{
  padding-top:0;
}
footer .uk-width-2-5 span{
  background: #FFF url(../img/whatsapp.svg) no-repeat center center;
  background-size: 80% 80%;
  height: 40px;
  display: inline-block;
  width: 130px;
  border-radius: 8px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}
footer ul li{
  padding:2px 0;
  font-size: 16px;
}
footer ul li a{
  color: rgba(255, 255, 255, 1) !important;
}
footer ul li a:hover{
  color: rgba(255, 255, 255, 0.6) !important;
}
footer .prO{
  padding-left:40px
}
footer .prT{
  padding-left:40px;
  border-top:1px solid rgba(255, 255, 255, 0.3);
  padding-top:10px;
}
footer .wxImg{
  position: absolute;
  bottom: 30px;
  right: 0;
}
footer i{
  transform: rotate(-45deg);
}
footer .uk-totop{
  width: 38px;
  height: 38px;
  background: #FFF;
  border-radius: 38px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  bottom: 30px;
}
footer .uk-totop svg{
  color: #000;
}
.UpT{
  position: fixed;
  bottom: 90px;
  left: 22px;
}
.UpT .UpTBtn{
  background: #000;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  text-align: center;
  line-height: 30px;
  z-index: 2;
  margin-left: 15px;
}
.UpT .UpTBtn svg{
  color: #FFF;
}
.UpT ul{
  background: #FFF;
  padding:10px 15px;
  border-radius: 4px;
  margin: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.UpT ul li{
  padding: 4px 0;
}
.prD .uk-padding{
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.prD:hover .uk-padding{
  top: -8px;
}