
/* @font-face {
  font-family: 'SourceHanSansCN';
  src: url('../assets/font/SourceHanSansCN-Normal-2.otf') format('opentype');
} */
@font-face {
  font-family: 'source_han_sans_cnnormal';
  src: url('../assets/font/sourcehansanscn-normal-2-webfont.woff2') format('woff2'),
       url('../assets/font/sourcehansanscn-normal-2-webfont.woff') format('woff');
}
@font-face {
  font-family: 'InterMedium8';
  src: url('../assets/font/Inter-Medium-8.otf') format('opentype');
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: "source_han_sans_cnnormal", Helvetica, Arial, sans-serif !important;
    vertical-align: baseline;
}
@keyframes topToDown {
  0%{
    top: 0.1rem;
    bottom: auto;
  }
  100%{
    top: 0.25rem;
    bottom: auto;
  }
}
:focus {
    outline: 0;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
a{
    outline: none;
    background: none;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
a:hover{
    text-decoration: none !important;
}
body {
    line-height: 1;
    color: black;
    background: white;
    font-size: 0.16rem;
     /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; */
     font-family: "source_han_sans_cnnormal", Helvetica, Arial, sans-serif !important;
    /* min-width: 1260px; */
}


ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
html,body{
    width: 100%;
    height: 100%;
}
 /* 随滚动条淡入 */
 @keyframes fade-in {
    from{
        opacity: 0;
        transform: translateY(0.2rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
  }
  .fadeIn{
    animation: fade-in ease 1.5s;
    animation-fill-mode: forwards;
  }
  .fadeInQuk{
    animation: fade-in ease 0.5s;
    animation-fill-mode: forwards;
  }
  .fadeInDiv{
    animation: fade-in ease 1.5s;
    animation-fill-mode: forwards;
  }
  .hover-effect {
    position: relative;
    overflow: hidden;
    /* transition: box-shadow 0.3s, transform 0.3s; */
    transition: transform 1s ease, box-shadow 1s ease ,translateY  1s ease;
  }
  
  .hover-effect img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持图片比例，裁剪不变形 */
  }
  
  .hover-effect:hover {
    transform: scale(1.05) translateY(-0.1rem); 
    box-shadow: 0 0.08rem 0.16rem rgba(0, 0, 0, 0.2); /* 添加阴影效果 */
    /* transform: translateY(-0.1rem);  */
  }
  .hover-effect *{
    transition: all 0.1s ease;
  }
  .hover-effect:hover img {
    transform: scale(1.05); /* 图片稍微放大 */
  }
  
  .overlay {
    position: absolute;
    top: 10%;
    left: 0;
    width: 0;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: width 0.5s ease;
    background: linear-gradient(94deg, #01BEFE 0%, rgba(1,190,254,0.1) 100%);
  }
  
  .hover-effect:hover .overlay {
    width: 100%;
  }
  .line {
    /* position: absolute;
    top: 56%;
    left: 20%; */
    width: 0;
    /* padding: 0 40%; */
    height: 2px; /* 线条高度 */
    background-color: #fff; /* 线条颜色 */
    margin: 0.08rem 0;
    transition: width 0.5s ease;
  }
  
  .hover-effect:hover .line {
    width: 60%;
  }
  .theme-color:hover{
    color: #0066FF;
  }
  .index-wrap-item .hover-effect:hover {
    top: -0.2rem;
  }
  .mod-tab-container {
    width: 100%;
    height: 0.62rem;
    position: relative;
}
.mod-tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: white;
}
.mod-tab .clearfix {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    height: 0.62rem;
}
.mod-con {
    width: 13.6rem;
    margin: 0 auto;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.mod-tab .clearfix ul {
    position: absolute;
    left: 0.16rem;
    top: 0;
    height: 0.62rem;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
}
.mod-tab li {
    float: none;
    display: inline-block;
    margin-right: 0.62rem;
    position: relative;
    cursor: pointer;
}
.mod-tab li a {
    height: 0.62rem;
    line-height: 0.62rem;
    padding: 0;
    font-size: 0.16rem;
}
.mod-tab li.active-tab a {
    color: #2a2e2e;
}
.mod-tab li.active-tab a:after {
    content: ' ';
    height: 2px;
    width: 100%;
    background: #0066FF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    color: #0066FF;
}
.mod-tab.fixed {
    position: fixed;
    z-index: 99;
}
.mod-tab{
    border-bottom: 1px solid #e6e6e6;
}
.active-tab a{
    color: #0066FF !important;
}
/* footer */
footer{
  width: 100%;
  padding: 0.38rem 0;
  /* margin-top: 0.5rem; */
  /* height: 0.8rem;
  line-height: 0.8rem; */
  background-color: #252525;
  color: rgba(255,255,255,0.6);
  font-size: 0.14rem;
}
footer .footer-info{
  text-align: center;
  margin: 0 auto;
  display: flex;
  max-height: 0.14rem;
}

footer .footer-info>div{
  padding: 0 0.15rem;
  border-right: 1px solid #324366;
}
footer .footer-info>div:last-child{
  border: none;
}
footer .footer-info>div:nth-child(2){
  border: none;
}
footer .footer-info>div:nth-last-child(2){
  border: none;
}
footer .footer-info a{
  color: rgba(255,255,255,0.6);
  transition: color 0.05s linear;
}
footer .footer-info a:hover{
  color: rgba(255,255,255,1);
}
footer .img-bottom{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0!important;
}
footer .img-bottom img{
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  margin-top: -0.01rem;
}
footer .img-bottom span{
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: white;
}

#menu .child-menu{
  display: none;
  position: absolute;
  top: 60px;
  /* right: calc(60px + (32px + 0.16rem * 4) * 3) - 100%; */
  /* width: 4.8rem; */
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  flex-direction: column;
  background-color: white;
  z-index: 888;
  box-shadow: 0rem 0.04rem 0.06rem -0.02rem rgba(0,0,0,0.16);
}
#menu .child-menu .menu-item{
  width: 100%;
}
#menu .child-menu .menu-item details-menu{
  font-size: 0.16rem;
}
#menu .child-menu .menu-item ul{
  width: 100%;
  display: flex;
  flex-direction: column;
}
#menu .child-menu .menu-item ul h1{
  color: black;
  margin: 0.05rem 0;
  font-size: 0.20rem;
  font-weight: bold;
}
#menu .child-menu .menu-item ul li{
  line-height: 0.30rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.17rem;
  padding: 0;
  color: rgba(1,1,1,.6);
  cursor: pointer;
}
#menu ul li{
  color: #222222;
  font-weight: bold;
  font-size: 0.20rem;
}
#menu .child-menu *{
  transition: all 0.1s linear;

}
#menu .child-menu .menu-item ul li:hover{
  color: #0066FF;
}
#menu .child-menu .menu-item ul li.need-color{
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-content: center;
  align-items: center;
}
#menu .child-menu .menu-item ul li.need-color img{
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
  margin-right: 0.05rem;
}
#menu .child-menu .menu-item ul li.need-color:hover{
  color: rgba(1,1,1,.6);
  cursor: text;
}
#menu .child-menu .menu-item ul li a{
  color: inherit;
}
#menu .child-menu .menu-item ul li:hover a{
  color: inherit;
}
#menu .child-menu .menu-item:not(:last-child){
  margin-bottom: 0.15rem;
}
#menu ul .solution-page:hover ~ .show-box1, #menu ul .product-page:hover ~ .show-box2, #menu ul .call-us:hover ~ .show-box3{
  display: flex;
}
#menu .show-box1:hover, #menu .show-box2:hover, #menu .show-box3:hover{
  display: flex;
}

#menu .call-us{
  position: relative;
  cursor: pointer;
}

#menu .call-us:hover{
  color: #0056b3;
}

#menu .call-us img{
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
  top: 0.1rem;
  right: 0.1rem;
  animation: topToDown 1.5s linear alternate;
  animation-iteration-count: infinite;
}


#container .header-title{
  position: fixed;
  top: 0;
  background-color: white;
  border-bottom: 1px solid #e6e6e6;
}
#container header .menu-fixed{
  top:-68px !important;
}
.ten_totop--float--show {
  bottom: 40px;
}
.ten_totop--float {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 0.4rem;
  z-index: 98;
  width: 0.6rem;
  height: 0.6rem;
  transition: ease all 0.3s;
  background: #FFF;
  border-radius: 50%;
  border: 1px solid #0066FF;
  cursor: pointer;
  padding: 0px;
}
.ten_totop--float:after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  top: calc(50% - 0.03rem);
  left: calc(50% - 0.06rem);
  transform: rotate(-135deg);
  border-bottom: 0.01rem solid #0066FF;
  border-right: 0.01rem solid #0066FF;
}
.ten_totop--float:hover:after {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.ten_totop--float:hover {
  background: #0066FF;
}
main{
  margin-top: 68px !important;
}
.carousel-indicators{
  display: none !important;
}
