/* 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: 'NotoSansJP';
    src: url('../fonts/NotoSansJP.ttf') format('truetype');
  }
  /* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4983572 */
  src: url('//at.alicdn.com/t/c/font_4983572_nzz1mt3b6m.woff2?t=1753359947789') format('woff2'),
       url('//at.alicdn.com/t/c/font_4983572_nzz1mt3b6m.woff?t=1753359947789') format('woff'),
       url('//at.alicdn.com/t/c/font_4983572_nzz1mt3b6m.ttf?t=1753359947789') 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','NotoSansJP','Axiforma',sans-serif;
    font-size: 16px;
    line-height: 1.8;
    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: 50px;
    width: 100%;
    background: url(../img/top.webp) no-repeat center center;
    /* background-size: cover; */
    padding-top:9px
  }
  header .lang{
    background: #FFF;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    margin-top:3px;
    padding:0 5px 0 2px;
    border-radius: 6px;
  }
  header .lang span{
    background: #202034;
    color: #FFF;
    height: 22px;
    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: 26px;
    height: 26px;
  }
  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.06);
  }
  nav.active{
    top: 0;
  }
  nav.prov{
    background: rgba(255,255,255,1);
    box-shadow: 0 0 10px rgba(32, 32, 52, 0.06);
  }
  nav.prov .item{
    color: #202034;
  }
  nav.prov .log{
    background: url(../img/logo.webp) no-repeat bottom left;
  }
  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;
  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;
}
.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: 5px;
  padding: 0 10px;
}
.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; /* 鼠标悬停时，移动到按钮内部 */
}
.video{
  width: 100%;
  background: url(../img/videobg.webp) no-repeat 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;
}

.culure{
  padding-top:30px;
}
.culure button{
  border: 1px #202034 solid;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  line-height: 22px;
  background: #FFF;
  margin-bottom: 8px;
  text-align: center;
}
.culure h4{
  font-size: 18px;
}
.workbg{
  width: 100%;
  background: url(../img/videobg.webp) no-repeat center center;
  padding:80px 0;
}
.workbg .vertical-text{
  font-size: 18px;
  line-height: 30px;
}
.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:15px;
  line-height: 23px;
  font-size: 15px;
}
.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;
  font-family: 'SourceHanSansSC';
}
.user .img span.cop{
  background: #12229B;
}
.user p{
  line-height: 20px;
  font-family: 'SourceHanSansSC';
  font-size: 14px;
  margin-top:15px;
}
.user h4{
  font-size: 16px;
}
.user h6{
  color: #777;
  font-family: 'SourceHanSansSC';
  font-size: 12px;
}
.user h5{
  font-family: 'SourceHanSansSC';
  line-height: 17px;
  font-size: 14px;
  padding: 5px 0;
}
.userP{
  padding:25px;
}
.new{
  border-bottom: 1px #ccc solid;
  padding-bottom: 30px;
  font-family: 'NotoSansJP';
}
.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;
}
.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{
  border-bottom: 1px #202034 solid;
}
.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{
  font-family: 'SourceHanSansSCR';
}
.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.hover{
  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: #ccc;
    margin-top:100px;
  }
  footer a{
    color: #ccc;
  }
  footer a:hover{
    color: #FFF;
  }
  footer .uk-list li a{
    font-size: 16px;
  }
  footer .log{
    width: 150px;
    margin-bottom:118px;
  }
  footer .uk-clearfix{
    line-height: 22px;
    font-size: 22px;
    margin-bottom:70px;
  }
  footer .uk-clearfix li{
    padding:0 8px
  }
  footer .footc{
    height: 240px;
    width: auto;
    margin-bottom:29px;
  }
  footer .iconfont{
    font-size: 25px !important;
    line-height: 30px !important;
    height: 30px !important;
  }
  footer .uk-list{
    padding-left:100px;
  }