/* CSS Document */
::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ::-webkit-scrollbar-thumb {
    background:rgba(32, 32, 52, 1);
    border-radius: 10px;
  }
  ::-webkit-scrollbar-track {
    background:rgba(32, 32, 52, 0.5);
    border-radius: 10px;
  }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  @font-face {
    font-family: 'SourceHanSerifJP';
    src: url('../fonts/SourceHanSerifJP.ttf') format('truetype');
  }
  @font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma.ttf') format('truetype');
  }
  @font-face {
    font-family: 'iconfont';  /* Project id 4983572 */
    src: url('//at.alicdn.com/t/c/font_4983572_e324oy7064f.woff2?t=1755090929856') format('woff2'),
         url('//at.alicdn.com/t/c/font_4983572_e324oy7064f.woff?t=1755090929856') format('woff'),
         url('//at.alicdn.com/t/c/font_4983572_e324oy7064f.ttf?t=1755090929856') 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;
}
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  html,body {
    margin: 0;
    padding: 0;
    outline: 0;
    /* text-align: justify; */
    color: #202034;
    font-family:'SourceHanSerifJP','Axiforma';
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    overflow-wrap: break-word;
  }
  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: #202034;
    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;
  }
  header{
    height: 48px;
    width: 100%;
    background: #000;
    padding-top:11px
  }
  header .lang{
    background: #FFF;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin-top:2px;
    padding:0 5px 0 2px;
    border-radius: 6px;
  }
  header .lang span{
    background: #202034;
    color: #FFF;
    height: 20px;
    line-height: 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: inline-block;
    padding:0 5px 0 5px;
    margin-right: 5px;
  }
  header img{
    width: 24px;
    height: 24px;
  }
  header .uk-search-default{
    width: 100% !important;;
  }
  header .uk-margin-small-left{
    margin-left:15px !important;
  }
  nav{
    height: 80px;
    position: fixed;
    top:50px;
    transition: all 0.2s ease-in-out;
    z-index: 2;
    width: 100%;
    box-shadow: 0 0 10px rgba(32, 32, 52, 0);
  }
  nav:hover,nav.active{
    background: rgba(255,255,255,1);
    box-shadow: 0 0 10px rgba(32, 32, 52, 0.1);
  }
  nav.active{
    top: 0;
  }
  .Moblog{
    background: url(../img/logo.webp) no-repeat bottom left;
    background-size: cover;
    width: 150px;
    height: 36px;
  }
  nav.active .item,nav:hover .item{
    color: #202034;
  }
  nav .log{
    width: 205px;
    height: 50px;
    background: url(../img/logo.webp) no-repeat top left;
    margin-top:15px;
    margin-right: 50px;
    background-size: cover;
  }
  nav:hover .log,nav.active .log{
    background: url(../img/logo.webp) no-repeat bottom left;
  }
  nav .meun{
    border-radius: 20px;
  }
  nav .uk-width-expand{
    margin-top:15px;
  }
  .Axiforma{
    font-family: 'Axiforma';
  }
  .item{
    background: linear-gradient(to right, #202034, #202034) no-repeat right bottom;
    background-size: 0 2px;
    transition: background-size .3s;
    text-align: center;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    display: inline-block;
    margin: auto;
  }
  .item:hover {
    background-size: 100% 2px;
    background-position: left bottom;
  }
  nav .icon img{
    width: 64px;
    padding-bottom: 5px;
  }
  nav .img{
    border-radius: 50px;
  }
  .banner button{
    background: #FFF;
    border: 2px solid #202034;
    border-radius: 10px;
    font-size: 18px;
    padding:0 12px;
  }
  .banner button:hover{
    color: #FFF;
    border-color: #FFF;
  }
  .banner .ban6{
    padding-left: 10%;
  }
.honeF{
  padding:90px 0 20px 0;
  color: #3A0707;
}
.honeF span{
  height: 90px;
  width: 1px;
  background: #3A0707;
  display:inline-block;
}
.honeF h2{
  font-size: 30px;
  line-height: 52px;
  padding:30px 0;
}
.honeF h3{
  font-size: 24px;
  line-height: 32px;
}
.honeF img{
  margin-top:50px;
}

.Tatle{
  text-align: center;
  padding: 50px 0;
  position: relative;
}
.Tatle div{
  position: absolute;
  width: 100%;
  padding-top:40px;
}
.Tatle div span{
  display: block;
  font-size: 16px;
}
.Tatle div h1{
  font-size: 32px;
}
.MainT{
  padding:0;
}
.vertical-text {
  writing-mode: vertical-rl; /* 垂直从右到左 */
  text-orientation: upright; /* 文本方向 */
}
.caseD{
  border: 1px #202034 solid;
  cursor: pointer;
}
.caseD button{
  background: #202034;
  color: #FFF;
  width: 24px;
  height: 24px;
  border-radius: 32px;
  border: none;
  line-height: 18px;
  margin-right:10px
}
.moer{
  padding-top:50px;
}
.moer button{
  border-width: 1px;
  border-color: #202034;
  font-size: 20px;
  color: #202034;
  border-radius: 10px;
  padding: 0 20px;
}
.moer button:hover{
  border-color: #202034;
  color: #FFF;
}
.moersmall button{
  border-width: 1px;
  border-color: #999;
  color: #999;
  border-radius: 4px;
  padding: 0 10px;
  text-transform:capitalize;
  line-height: 24px;
}
.moersmall button:hover{
  border-color: #202034;
  color: #FFF;
}
.moerW button{
  border-width: 1px;
  border-color: #FFF;
  font-size: 20px;
  color: #202034;
  border-radius: 10px;
  padding: 0 20px;
  background: #FFF;
}
.moerW button:hover{
  border-color: #FFF;
  color: #FFF;
}
.animated-button {
  position: relative;
  overflow: hidden;
  transition: background-color 0.5s;
}
.animated-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%; /* 初始位置在按钮左侧之外 */
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #202034, #202034); /* 从左到右的颜色渐变 */
  z-index: -1;
  transition: left 0.3s; /* 动画效果 */
}
.animated-button:hover::before {
  left: 0; /* 鼠标悬停时，移动到按钮内部 */
}
.moerbW button{
  border-width: 1px;
  border-color: #FFF;
  font-size: 20px;
  color: #FFF;
  border-radius: 8px;
  padding: 4px 15px 5px 15px;
  background:transparent;
}
.moerbW button:hover{
  border-color: #FFF;
  color: #202034;
}
.moerbB button{
  border-width: 1px;
  border-color: #202034;
  font-size: 20px;
  color: #202034;
  border-radius: 8px;
  padding: 4px 15px 5px 15px;
  background:transparent;
}
.moerbB button:hover{
  border-color: #202034;
  color: #FFF;
}
.animated-buttonW {
  position: relative;
  overflow: hidden;
  transition: background-color 0.5s;
}
.animated-buttonW::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%; /* 初始位置在按钮左侧之外 */
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #FFF, #FFF); /* 从左到右的颜色渐变 */
  z-index: -1;
  transition: left 0.3s; /* 动画效果 */
}
.animated-buttonW:hover::before {
  left: 0; /* 鼠标悬停时，移动到按钮内部 */
}
.video{
  width: 100%;
  background: url(../img/videobg.webp) center center;
  margin-top:50px;
  color: #202034;
}
.video .vertical-text{
  font-size: 24px;
  padding-left: 15px;
}
.video .uk-text-center i{
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
}
.video img{
  padding:30px 0;
  height: 370px;
}
.bannerx .uk-position-large {
  margin:50px 100px 0 100px;
}

.culure{
  padding-top:30px;
}
/* .culure button{
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background: #202034;
  color: #FFF;;
  margin-bottom: 8px;
  text-align: center;
  border: none;
} */
 .culure span{
  display: block;
  font-size: 26px;
 }
.culure h4{
  font-size: 18px;
  /* height: 52px; */
}
.workbg{
  width: 100%;
  background: url(../img/videobg.webp) center center;
  padding:80px 0;
}
.workbg .vertical-text{
  font-size: 18px;
  line-height: 28px;
}
.workbg .P5{
  padding-top:50px;
}
.workbg i{
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  line-height: 50px;
}
.workbg .uk-text-center div{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.workbg img{
  border-radius: 10px;
}
.BixDiv > div > div{
  position: relative;
}
.BixDiv > div > div::before{
  content: '';
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  height: 100%;
  border-bottom:1px #202034 solid;
}
.BixDiv > div > div::after{
  content: '';
  position: absolute;
  top: 3%;
  left: 0%;
  width: 100%;
  height: 97%;
  border-right:1px #202034 solid;
}
.BixDiv > div:nth-child(3) > div::after,.BixDiv > div:nth-child(6) > div::after{
  border-color: transparent;
}
.BixDiv > div:nth-child(4) > div::before,.BixDiv > div:nth-child(5) > div::before,.BixDiv > div:nth-child(6) > div::before{
  border-color: transparent;
}
.BixDiv h3{
  font-size: 19px;
}
.BixDiv h5{
  padding-top:12px;
  line-height: 21px;
  font-size: 14px;
}
.BixDivm > div:nth-child(2) > div::after, .BixDivm > div:nth-child(4) > div::after{
  border-color: transparent;
}
.BixDivm > div:nth-child(3) > div::after{
  border-right:1px #202034 solid;
}
.BixDivm > div:nth-child(4) > div::before{
  border-bottom:1px #202034 solid;
}
.user .img{
  width: 76px;
  height: 76px;
  border-radius: 76px;
  position: relative;
}
.user .img span{
  position: absolute;
  bottom: 0;
  font-size: 12px;
  background: #B7012F;
  color: #FFF;
  padding:0px 5px 1px 5px;
  border-radius: 3px;
}
.user .img span.cop{
  background: #12229B;
}
.user p{
  line-height: 20px;
  font-size: 14px;
  margin-top:15px;
}
.user h4{
  font-size: 16px;
}
.user h6{
  color: #777;
  font-size: 12px;
}
.user h5{
  line-height: 17px;
  font-size: 14px;
  padding: 5px 0;
}
.userP{
  padding:25px;
}
.new a{
  padding-top:10px;
  display: inline-block;
}
.new h4{
  line-height: 30px;
  color: #666;
  font-size: 16px;
}
.new .uk-h3{
  font-size: 18px;
  margin-bottom: 15px;
}
.mainF button{
  width: 32px;
  height: 32px;
  border: 1px #202034 solid;
  background: #FFF;
  border-radius: 32px;
  font-size: 20px;
  line-height: 20px;
  float: left;
}
.mainF span{
  padding: 4px 0 0 15px;
}
.mainF .uk-clearfix{
  margin-bottom: 20px;
}
.mainF h4{
  line-height: 30px;
  font-size: 18px;
}
.mainF h3{
  font-size: 20px;
}
.class li{
  padding:8px 0;
  font-size: 20px;
}
.class li a{
  padding:0 10px 10px 10px;
  background: linear-gradient(to right, #202034, #202034) no-repeat right bottom;
  background-size: 0 1px;
  transition: background-size .4s;
}
.class li span{
  width: 30px;
  height: 30px;
  border: 1px #202034 solid;
  display: inline-block;
  border-radius: 32px;
  text-align: center;
  margin: 6px 15px 0 0;
  line-height: 26px;
}
.class li.hover a{
  background: linear-gradient(to right, #202034, #202034) no-repeat right bottom;
  background-size: 100% 1px;
    background-position: left bottom;
}

 .class li a:hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }

.uk-thumbnav{
  padding-top:13px;
}
.uk-thumbnav .uk-active img{
border:1px #202034 solid;
}
.uk-thumbnav img {
  border: rgba(32, 32, 52, 0.2) 1px solid;
}
.uk-thumbnav > * > *::after{
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5));
}
.pvT p{
  margin: 15px 0;
  color: #666;
  line-height: 23px;
  font-size: 16px;
}
.pvT hr{
  border-top-color:#666;
  margin: 16px 0;
}
.pvT .Acc{
  font-size: 24px;
  border-bottom: 1px #202034 solid;
  padding-bottom: 15px;
}
.pvC h4{
  padding: 10px 0;
}
.pvC h6{
  padding: 5px 0;
  margin: 6px 0;
  border: 1px #202034 solid;
  border-radius: 4px;
}
.pvclass{
  padding-top:40px;
  line-height: 23px;
}
.pvclass img{
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
}
.pvclass span{
  font-size: 12px;
  font-family: 'Axiforma';
}
.page a{
  display: inline-block;
  height: 42px;
  width: 42px;
  border: 1px #CCC solid;
  line-height: 39px;
  border-radius: 5px;
  color: #666;
  margin: 0 2px;
}
.page a:hover{
  background: #F6f6f6;
}
.page a.page-num-current{
  background: #202034;
  color: #FFF;
  border-color: #202034;
}
#RitTop{
  position: fixed;
  right: 20px;
  bottom:80px;
  z-index: 0;
  transition: background-size .3s;
}
#RitTop svg{
  display: none
}
#RitTop img{
  width: 50%;
}
  footer{
    background: url(../img/footer.webp) no-repeat center center;
    background-size: cover;
    color: #FFF;
    margin-top:100px;
  }
  .footerM{
    background: url(../img/footer.webp) no-repeat center center;
    background-size: cover;
    color: #FFF;
    margin-top:40px;
    padding: 30px 20px;
  }
  .footerM .iconfont{
    font-size: 22px !important;
    line-height: 24px !important;
    height: 24px !important;
  }
  .footerM .log{
    margin-bottom: 20px;;
  }
  footer a{
    color: #FFF;
  }
  footer a:hover{
    color: rgba(255, 255, 255, 0.8);
  }
  footer .uk-list li a{
    font-size: 16px;
  }
  footer .log{
    width: 150px;
    margin-bottom:98px;
  }
  footer .uk-clearfix{
    line-height: 24px;
    font-size: 16px;
    margin-bottom:116px;
  }
  footer .uk-clearfix li{
    padding:0 8px
  }
  footer .tel{
    font-size: 20px;
  }
  footer .footc{
    height: 220px;
    width: auto;
    margin-bottom:30px;
  }
  footer .iconfont{
    font-size: 22px !important;
    line-height: 24px !important;
    height: 24px !important;
  }
  footer .uk-list{
    padding-left:100px;
  }
  .wor-m{
    padding-top:0
  }
  .uk-nav li a{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
  }
  .uk-nav li.Jp{
    display: inline-block;
    background: #FFF;
    padding: 0 3px;
    border-radius: 6px;
  }
  .uk-nav li.Jp a{
    color: #222;
    padding: 3px 0;
    font-size: 16px;
  }
  .uk-nav li.Jp a span{
    background: #222;
    padding:0 5px;
    color: #FFF;
    border-radius: 3px;
    font-size: 16px;
  }
  .uk-nav .uk-active a{
    color: #FFF;
  }
  .uk-nav-sub li a{
    font-size: 14px;
  }
  .mainNan a{
    /* border-bottom: 2px #202034 solid; */
    background: linear-gradient(to right, #202034, #202034) no-repeat right bottom;
    background-size: 0 2px;
    transition: background-size .3s;
    padding:8px 0;
    font-size: 20px;
  }
  .mainNan a:hover {
    background-size: 100% 2px;
    background-position: left bottom;
  }
  .visionh{
    margin-top:50px;
    font-size: 18px;
  }
  .mainT h3,.mainT .uk-h3{
    line-height: 36px;
  }
  .mainT h4,.mainT .uk-h4{
    line-height: 30px;
  }
  .mainT hr{
    border-color: #666;
  }
  .chooseus span{
    display: inline-block;
    background: #202034;
    color: #FFF;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .mainTet{
    font-size: 24px;
  }
  .mainTet span{
    background: #202034;
    color: #FFF;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 10px;
    border-radius: 6px;
    font-size: 18px;
    float: left;
    margin-top:5px;
  }
  .mainh4{
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
  }
  .mainh4 span{
    background: #202034;
    color: #FFF;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 10px;
    border-radius: 6px;
    font-size: 18px;
    margin-top:5px;
    display: inline-block;
  }
  .backT li{
    color: #FFF;
    padding: 5px 8px;
  }
  .backT li span{
    background: #FFF;
    color: #222;
    padding: 0 10px;
  }
  .TatleT{
    border: 1px #222 solid;
  }
  .TatleT div{
    padding:10px 20px;
  }
  .TatleT div:nth-child(1),.TatleT div:nth-child(2){
    background: #C9C6C5;
  }
  .TatleT div:nth-child(4),.TatleT div:nth-child(7),.TatleT div:nth-child(10){
    border-left: 1px #222 solid;
  }
  .TabTa li{
    margin: 0 30px;
    display: inline-block;
  }
  .TabTa li svg{
    fill:#B7B7B7
  }
  .TabTa li h5{
    border-bottom: 1px #B7B7B7 solid;
    padding: 0 10px;
    color: #B7B7B7;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }
  .TabTa li.uk-active h5{
    color: #222;
    border-color: #222;
  }
  .TabTa li.uk-active svg{
    fill:#222
  }
  .text-truncate{
    text-overflow: ellipsis;
 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
 
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
 
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  }
  .text-truncateT{
    text-overflow: ellipsis;
 
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
 
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
 
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  }
  .ContR{
    background: #FFF;
    position: fixed;
    right: 15px;
    bottom: 25px;
    border-top-right-radius: 5px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 8px 20px;
    box-shadow: 0 0 15px rgba(32, 32, 52, 0.2);
    cursor: pointer;
  }
  .newV{
    font-size: 20px;
    line-height: 46px;
    min-height: 500px;
  }
  .Tabs{
    padding: 30px 0;
  }
  .Tabs li{
      display: inline-block;
      font-size: 28px;
      position: relative;
      padding-left:30px;
      margin: 0 30px;
    }
  .Tabs li::before{
      content: '';
      position: absolute;
      width: 18px;
      height: 18px;
      background: #202034;
      left: 0;
      top:16px;
      border-radius: 16px;
    }
    .HeadMun{
      margin: 0 35px;
    }
    .Prv-Top{
      margin-top:50px;
    }
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background-color: white;
    padding: 40px 40px 60px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width:900px;
    width: 95%;
    position: relative;
}

.popup-close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s;
}

.popup-close:hover {
    color: #333;
}
.popup-content .linkee{
background: url(../img/linee.webp) no-repeat center center;
height: 27px;
margin: 60px 0 20px 0;
}
.popup-content button{
  border-width: 1px;
  border-color: #202034;
  font-size: 20px;
  color: #202034;
  border-radius: 10px;
  padding: 0 20px 0 65px;
  transition: background-color 0.5s;
  overflow: hidden;
  margin-top:20px;
  position: relative;
}
.popup-content button:hover{
  background: #202034;
  color: #FFF;
}
.popup-content button i{
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  margin-right: 10px;
  left: 20px;
  top: 11px;
  background: url(../img/InBtn1.webp) no-repeat top center;
}
.popup-content button:hover i{
  background: url(../img/InBtn1.webp) no-repeat bottom center;
}
.popup-content button i.img{
  background: url(../img/InBtn2.webp) no-repeat top center;
}
.popup-content button:hover i.img{
  background: url(../img/InBtn2.webp) no-repeat bottom center;
}
  @media only screen and (max-width: 1300px) {
    .item{
      font-size: 16px;
    }
    .HeadMun{
      margin: 0 30px;
    }
  }
  @media only screen and (max-width: 1080px) {
    .item{
      font-size: 14px;
    }
    .honeF h2{
      font-size: 24px;
      line-height: 42px;
    }
    .honeF h3{
      font-size: 18px;
      line-height: 30px;
    }
  }
  @media only screen and (max-width: 960px) {
    .BixDiv > div > div::after{
      border-right: none;
    }
    .BixDiv > div:nth-child(4) > div::before,.BixDiv > div:nth-child(5) > div::before,.BixDiv > div:nth-child(6) > div::before{
      border-color: #202034;
    }
    .TabTa li{
          margin: 0 10px;
    }
    .Prv-Top{
      margin-top:0px;
    }
  }
  @media only screen and (max-width: 768px) {
    .honeF{
      padding:30px 0
    }
    .workbg{
      padding:40px 0
    }
    .vertical-text{
      writing-mode: inherit;
    }
    .workbg .P5{
      padding-top:0px;
    }
    .moer button{
      font-size: 16px;
      padding: 0 15px;
    }
    .moer .uk-button-large{
      line-height: 42px;
    }
    .wor-m{
      padding-top:30px
    }
    .Tatle{
      padding:20px 0;
    }
    .video{
      margin-top:20px
    }
    .culure{
      padding-top：10px;
    }
    .workbg .vertical-text{
      font-size: 16px;
    }
    .user .img{
      width: 60px;
      height: 60px;
    }
    .honeF span{
  height: 60px;
}
.honeF h2{
  font-size: 18px;
  line-height: 32px;
  padding:10px 0;
}
.honeF h3{
  font-size: 14px;
  line-height: 22px;
}
.honeF img{
  margin-top:20px;
}
.uk-padding{
  padding: 15px;
}
.Tatle div h1 {
    font-size: 24px;
}
.Tatle img{
  width: 33%;
}
.Tatle div {
    padding-top: 30px;
}
.uk-padding-large{
  padding: 20px;
}
h3, .uk-h3{
  font-size: 1.3rem;
}
h2, .uk-h2{
    font-size: 1.4rem;
}
h4, .uk-h4 {
    font-size: 1.2rem;
}
h1, .uk-h1{
  font-size: 2.0rem;
}
.mainT h3, .mainT .uk-h3 {
    line-height: 28px;
}
.uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin{
  margin-top: 15px;
}
.uk-margin-large-top{
  margin-top: 20px !important;
}
.Tabs li{
      font-size: 18px;
    position: relative;
    padding-left: 18px;
    margin: 5px;
}
.Tabs li::before{
  width: 12px;
  height: 12px;
  top: 8px;
}
.mainTet{
  font-size: 20px;
}
.mainTet span {
    height: 26px;
    width: 26px;
    font-size: 16px;
    margin-top: 2px;
}
.chooseus span {
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 15px;
}
.newV {
    font-size: 18px;
    line-height: 36px;
}
.new h4 {
    line-height: 23px;
    font-size: 14px;
}
.new .uk-h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
* + .uk-margin-medium {
    margin-top: 20px !important;
}
.uk-margin-medium {
    margin-bottom: 20px !important;
}
.moer {
    padding-top: 30px;
}
  }