@import url("https://fonts.googleapis.com/css?family=Inter:400,500,600,700|Playfair+Display:700,900&display=swap");

@font-face {
    font-family: 'Noto Sans SC';
    src: url('/fonts/SourceHanSansCN-Bold.otf') format('otf'),
         url('/fonts/SourceHanSansCN-ExtraLight.otf') format('otf'),
         url('/fonts/SourceHanSansCN-Heavy.otf') format('otf'),
         url('/fonts/SourceHanSansCN-Light.otf') format('otf'),
         url('/fonts/SourceHanSansCN-Medium.otf') format('otf'),
         url('/fonts/SourceHanSansCN-Normal.otf') format('otf'),
         url('/fonts/SourceHanSansCN-Regular.otf') format('otf');
  }
/* 按钮 */
.mybutton{
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    /* font-weight: 600; */
    font-size: 24px;
    padding: 11px 31px;
    width: 50px;
    height: 48px;
    text-decoration: none !important;
    color: #627183;
    /* background-color: #F3F5F8; */
    /* border-width: 1px; */
    /* border-style: solid; */
    /* border-color: #E7ECF2; */
    border-radius: 2px;
    cursor: pointer;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: inherit;
    white-space: nowrap;
    -webkit-transition: background .15s ease;
    transition: background .15s ease
}

.myreadmore {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .2rem;
    padding: 10px 0;
    font-weight: 700;
    display: inline-block;
    position: relative;
  }
  
  .myreadmore:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
    bottom: 10px;
    width: 0%;
    -webkit-transition: .3s width ease-in-out;
    -o-transition: .3s width ease-in-out;
    transition: .3s width ease-in-out;
  }
  
  .myreadmore:hover {
    color: #000;
  }
  
  .myreadmore:hover:before {
    width: 100%;
  }
  
  .myreadmore.dark {
    color: #000;
  }
  
  .myreadmore.dark:before {
    background: #000;
  }
  
  .myreadmore.dark:hover {
    color: #000;
  }
  
  .myreadmore.primary {
    color: #ff896b;
  }
  
  .myreadmore.primary:before {
    background: #ff896b;
  }
  
  .myreadmore.primary:hover {
    color: #ff896b;
  }
  
  .myreadmore.reverse:before {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
  
  .myreadmore.reverse:hover:before {
    width: 0;
  }
  

/* 按钮 */

/* .myjuzhong{
    display: block;
} */
@media (max-width: 758px) {
    .myjuzhong{
        margin: 0 auto;
    }

}

/* 空白 */
.mywhitebox{
    width: auto;
    height: 1000px;

}
.myfooter-block{
    flex-basis: 0%;
}
@media (max-width: 1011px) {
    .myfooter-block {
      flex-basis: 160px;
    }
}
/* 空白 */
/* 导航栏手机端 */
.mydisplay{
    display: none;
}
@media (max-width: 640px) {
    .mydisplay {
       display: block;
    }
}
.unmydisplay{
    display: block;
}
@media (max-width: 640px) {
    .unmydisplay{
        display: none;
    }

}
.mytestclassificationdisplay{
    display: none;
}
@media (max-width: 1178px) {
    .mytestclassificationdisplay {
       display: block;
    }
}
.unmytestclassificationdisplay{
    display: block;
}
@media (max-width: 1178px) {
    .unmytestclassificationdisplay{
        display: none;
    }

}
/* 导航栏手机端 */
/* 黑色导航开始 */
.kongbai{
    padding-top: 82px;
    padding-bottom: 80px;
}
.mynblog-black-nav-d{
    display: none; 
}
@media (max-width: 1400px) {
    .mynblog-black-nav-d {
        margin-left: 30px;
        margin-right: 30px;
       display: block;
    }
}

@media (max-width: 1400px) {
    .mynblog-black-nav-font {
        font-size: 30px;
    }
}

.mynblog-black-nav-flex{
    padding-bottom: 100px;
    display: flex;
}
@media (max-width: 1400px) {
    .mynblog-black-nav-flex {
        display: block;
        padding-bottom: 30px;
    }
}

.mynblog-black-nav-n{
    display: block; 
}
@media (max-width: 1400px) {
    .mynblog-black-nav-n {
       display: none;
    }
}

.mynblog-black-nav{
    display: block; 
}
@media (max-width: 848px) {
    .myblogo-black-nav {
       display: none;
    }
}

.black-nav{
    width: 100%;
    height: 58px;
    line-height: 40px;
    background-color:#2174EA;
    font-size: 20px;   
    display: block; 
}
@media (max-width: 848px) {
    .black-nav {
       display: none;
    }
}
.black-nav .black-nav-wrap{
    width: 880px; 
    height: 58px;
    text-align: center;
    /* box-shadow: 0 1px 5px #aaa; */
    margin: 0 auto;
}
.black-nav .black-nav-wrap .black-nav-wrap-center{
    height: 58px;
    display: inline-block;

}
.black-nav .black-nav-wrap .black-nav-left{
    float: left;
    margin-left: 20px;
}
.black-nav .black-nav-wrap .black-nav-left li{
    float: left;
    margin-right: 50px;
}
.black-nav .black-nav-wrap li{
    float: left;
    position: relative;
}
.download{
    width: 1080px;
    height: 0px;
    background: #fff;
    box-shadow: 0 1px 5px #aaa;
    position: absolute;
    top: 58px;
    left: 50%;
    text-align: center;
    margin: 0 auto;
    margin-left: -340px;
    transition-duration: 0.3s;
    z-index: 1;
    overflow: hidden;
}
.download-2{
    width: 1080px;
    height: 0px;
    background: #fff;
    box-shadow: 0 1px 5px #aaa;
    position: absolute;
    top: 58px;
    left: 50%;
    text-align: center;
    margin: 0 auto;
    margin-left: -510px;
    transition-duration: 0.3s;
    z-index: 1;
    overflow: hidden;
}
.download-img{
    width: 200px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
} 
.download-word{
    line-height: 14px;
}
.download pw{
    color: #333;
    font-size: 14px;
    line-height: 14px;
}
.black-nav-left li:hover>.download{
    height: auto;
    padding-bottom: 40px;   
    padding-top: 30px;
}
.black-nav-left li:hover>.download-2{
    height: auto;
    padding-bottom: 40px;   
    padding-top: 30px;
}
.stri{
    width: 0;
    height: 0;
    border-bottom: 8px solid #840000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    display: none;
}
.black-nav-left>li:hover>.stri{
    display: block;
}
/* 黑色导航结束 */
/* mystyle */
.mytestcontainer{
    width: 100%;
    margin: 0 auto;
    max-width: 1648px;
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width:481px) {
    .mytestcontainer{
        padding-left: 24px;
        padding-right: 24px;
    }
    
}
.mytestsection-inner{
    position: relative;
    padding-top: 0px;
    padding-bottom: 48px;
}
@media (min-width:481px) {
    .mytestsection-inner{
        padding-top: 0px;
        padding-bottom: 80px;
    }
}
.mytestsection-header{
    padding-bottom: 0px;
}
@media (min-width:481px) {
    .mytestsection-header{
        padding-bottom: 60px;
    }
}
/* mystyle */
/* 产品内容 */
.mybox-shadow{
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    border:2px solid;
    border-radius:25px;
    box-shadow: 0px 0px 10px  #b7b7b7;
}
.mytext-center{
    text-align: center;
}
/* 产品内容 */
/* header */
.mytestimonial .tiles-wrap.push-left::after {
    flex-basis: 344px;
    max-width: 344px
}

.mytestimonial .tiles-item {
    flex-basis: 344px;
    max-width: 344px
}

.mytestimonial .tiles-item-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px
}

.mytestimonial-item-content {
    -webkit-box-flex: 1;
    flex-grow: 1
}

.mytestimonial-item-source {
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center
}
.mytestimonial.has-bg-color-cut {
    position: relative;
    background-color: transparent;
    z-index: auto
}

.mytestimonial.has-bg-color-cut::before {
    content: '';
    width: 100%;
    /* height: calc(100% - 140px); */
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    background: #101D2D;
    /* -webkit-clip-path: polygon(0 0, 5760px 0, 5760px calc(100% - 352px), 0 100%);
    clip-path: polygon(0 0, 5760px 0, 5760px calc(100% - 352px), 0 100%); */
    z-index: -3
}

.mytestimonial-item-image img {
    border-radius: 50%
}

.mytestimonial-item-name {
    color: #101D2D
}

.mytestimonial-item-footer {
    padding-top: 20px
}

.mytestimonial-item-link {
    color: #2174EA
}

.mytestimonial-item-link a {
    color: #2174EA;
    text-decoration: none
}

.mytestimonial-item-link a:hover {
    color: #5091EE
}
/* header */
/* 搜索栏 */
.mydl{
    padding-left: 5px;
    height: 50px;
    line-height: 50px;
    margin: 0 20px;
    border-bottom: 1px dashed #fad8e6;
    margin: 0;
}
.mydd{
    float: left;
    margin: 0;
    font-size: 14px;
    color: #252525;
    cursor: pointer;
    margin: 0 10px;
}
.mybox{
    width: 850px;
    background: rgba(255, 255, 255, 0.8);
    margin: 50px auto;
    padding-top: 20px;
    box-shadow: 0 0 10px #494242;
}
.mydt{
    float: left;
    color: #8a8a8a;
}
.myactive{
    color: #c4284d;
}
.myselect{
    background: #ebe4e4;
}
.myselect dd{
    border: 1px solid #c4284d;
    line-height: 25px;
    margin-top: 13px;
    padding: 0 2px 0 10px;
    cursor: auto;
}
.myselect dd span{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #c428ad;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}
/* 搜索栏 */
/* 分类栏 */
.mykongbaibox{
    opacity: 0;
}
.mytestclassification{
    margin-top: 100px;
    float: right;
    width: 300px; ;
    height: auto;
}
.mytestclassificationbox{
    border-radius: 25px;
    /* float: right; */
    /* background: #EEEEEE; */
    padding-top: 20px;
    box-shadow: 0 0 10px #494242;
}
.mytestclassification-font{
    margin-left: 20px;
}
/* 分类栏 */




.mysplit-wrap {
    margin-top: -24px
}

.mysplit-wrap:last-of-type {
    margin-bottom: -24px
}

.mysplit-wrap:not(:last-of-type) {
    margin-bottom: 24px
}

.mysplit-wrap .mysplit-item {
    padding-top: 24px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.mysplit-wrap .mysplit-item .mysplit-item-image {
    position: relative;
    width: 100%
}

.mysplit-wrap .mysplit-item .mysplit-item-image img,
.mysplit-wrap .mysplit-item .mysplit-item-image svg,
.mysplit-wrap .mysplit-item .mysplit-item-image video {
    width: auto;
    height: auto;
    max-width: 100%;
    overflow: visible
}

.mysplit-wrap .mysplit-item .mysplit-item-image.mysplit-item-image-fill img,
.mysplit-wrap .mysplit-item .mysplit-item-image.mysplit-item-image-fill svg,
.mysplit-wrap .mysplit-item .mysplit-item-image.mysplit-item-image-fill video {
    width: 100%
}

@media (max-width: 1400px) {
    .mysplit-wrap .mysplit-item .mysplit-item-content {
        margin-bottom: 40px
    }

    .mysplit-wrap.invert-mobile .mysplit-item .mysplit-item-content {
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin-bottom: 0 !important
    }

    .mysplit-wrap.invert-mobile .mysplit-item .mysplit-item-image {
        margin-bottom: 40px
    }
}

@media (min-width: 1401px) {
    .mysplit-wrap {
        margin-top: -40px
    }

    .mysplit-wrap:last-of-type {
        margin-bottom: -40px
    }

    .mysplit-wrap:not(:last-of-type) {
        margin-bottom: 40px
    }

    .mysplit-wrap .mysplit-item {
        padding-top: 40px;
        padding-bottom: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .mysplit-wrap .mysplit-item .mysplit-item-content {
        flex-shrink: 0;
        width: 396px;
        margin-bottom: 0;
        margin-left: 64px;
        margin-right: 0
        
    }

    .mysplit-wrap .mysplit-item .mysplit-item-image {
        min-width: 436px
    }

    .mysplit-wrap:not(.invert-desktop) .mysplit-item:nth-child(even),
    .mysplit-wrap.invert-desktop .mysplit-item:nth-child(odd) {
        -webkit-box-pack: end;
        /* justify-content: flex-end */
    }

    .mysplit-wrap:not(.invert-desktop) .mysplit-item:nth-child(even) .mysplit-item-content,
    .mysplit-wrap.invert-desktop .mysplit-item:nth-child(odd) .mysplit-item-content {
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin-right: 64px;
    }

    .mysplit-wrap:not(.invert-desktop) .mysplit-item:nth-child(odd) .mysplit-item-image img,
    .mysplit-wrap:not(.invert-desktop) .mysplit-item:nth-child(odd) .mysplit-item-image svg,
    .mysplit-wrap:not(.invert-desktop) .mysplit-item:nth-child(odd) .mysplit-item-image video,
    .mysplit-wrap.invert-desktop .mysplit-item:nth-child(even) .mysplit-item-image img,
    .mysplit-wrap.invert-desktop .mysplit-item:nth-child(even) .mysplit-item-image svg,
    .mysplit-wrap.invert-desktop .mysplit-item:nth-child(even) .mysplit-item-image video {
        margin-left: auto
    }

    .mysplit-wrap.align-top .mysplit-item {
        -webkit-box-align: start;
        align-items: flex-start
    }
}

@media (min-width: 1400px) {
    .container .mysplit-wrap .mysplit-item .mysplit-item-content {
        width: 488px
    }

    .container .mysplit-wrap .mysplit-item .mysplit-item-image {
        min-width: 528px
    }
}


@media (max-width: 1400px) {
    .myta-l-mobile {
        text-align: left
    }

    .myta-c-mobile {
        text-align: center
    }

    .myta-r-mobile {
        text-align: right
    }

    .mycenter-content-mobile {
        margin: 0 auto;
        text-align: center
    }

    .mycenter-content-mobile img,
    .mycenter-content-mobile svg,
    .mycenter-content-mobile video {
        margin-left: auto;
        margin-right: auto
    }

    .mycenter-content-mobile .button-group {
        -webkit-box-pack: center;
        justify-content: center
    }

    .myspacer-4-mobile {
        padding-top: 4px
    }

    .myspacer-8-mobile {
        padding-top: 8px
    }

    .myspacer-12-mobile {
        padding-top: 12px
    }

    .myspacer-16-mobile {
        padding-top: 16px
    }

    .myspacer-24-mobile {
        padding-top: 24px
    }

    .myspacer-32-mobile {
        padding-top: 32px
    }

    .myspacer-48-mobile {
        padding-top: 48px
    }

    .myspacer-64-mobile {
        padding-top: 64px
    }
}
ul.slides {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 380px;
    list-style: none;
    /* margin: 0; */
    padding: 0;
    /* background-color: #eee; */
    overflow: hidden;
  }
  
  li.slide {
    margin: 0;
    padding: 0;
    z-index: 50;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Helvetica;
    font-size: 120px;
    color: #fff;
    transition: .5s transform ease-in-out;
  }
  
  
  
  input[type="radio"] {
    position: relative;
    z-index: 100;
    display: none;
  }
  
  .controls-visible {
    /* position: absolute; */
    width: 100%;
    margin-top: 12px;
    text-align: center;
  }
  
  .controls-visible label {
    display: inline-block;
    width: 70px;
    height: 52.5px;
    overflow: hidden;
    /* border-radius: 50%; */
    margin: 10px 10px;
    /* border: 2px solid #fff; */
  }
  

  
  
  /* Left/Right Button Classes Below */
  
  .navigator {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    z-index: 51;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    display: none;
  }
  
  .navigator i {
    font-size: 32px;
  }
  


.product-samll-box{
    transition: transform 0.3s ease;
    position: relative;
}
.product-samll-box:hover{
    transform: scale(1.1);
    /* box-shadow: 0 4px 10px rgba(90, 65, 236, 0.582); */
    border: 1px solid red;
    cursor: pointer;
}

.product-samll-box-mid{
    position: absolute;
    top: 50%; transform:
    translateY(-50%);
}


.my-fa-box{
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.322);
}
.my-fa-box img{
    width: auto;
    height: auto;
}
.my-fa-box-img-wx{
    cursor: zoom-in;
}
.my-fa-box-img{
    width: auto;
    height: auto;
    cursor: zoom-in;
    margin: 20px;
}
.my-fa-box-out{
    position: fixed; 
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    z-index: 100;
}

.myslide-my-fa-box-img-bigimg{
    /* height: 360px; */
    max-height: 360px;
    width: auto;
}

@media(min-width:521px){
    .mymdflex{
      display: block;
    }
  }
  
  @layer utilities {
    .content-auto {
      content-visibility: auto;
    }
    .card-shadow {
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }
    .hover-lift {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .hover-lift:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(22, 93, 255, 0.15);
    }
  }

  @layer utilities {
    .content-auto {
        content-visibility: auto;
    }
    .text-shadow {
        text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .transition-custom {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scroll-smooth {
        scroll-behavior: smooth;
    }
    .bg-gradient-primary {
        background: linear-gradient(135deg, #165DFF 0%, #0E2E88 100%);
    }
}

.up-down-mid-father{   
    position: relative;
}
.up-down-mid-son{
    position: absolute;
    top: 50%; transform:
    translateY(-50%);
}
.my-flex-width-introduce{
    width:66.6666666666666666%;
}
@media (max-width: 1024px) {
    .my-flex-width-introduce{
        width: 100%;
    }
}
.my-flex-width-image{
    width:33.333333333333333%;
}
@media (max-width: 1024px) {
    .my-flex-width-image{
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .my-flex-row{
        flex-direction: column;
    }
}
@media (min-width: 1024px) {
    .my-flex-row{
        flex-direction: row;
    }
}
@media(min-width:1024px){
    .up-down-mid-son-s{
        position: absolute;
        top: 50%; transform:
        translateY(-50%);
    }
}
@media (min-width: 922px) {
    .up-down-mid-son-hidden-Product{
        position: absolute;
        top: 50%; transform:
        translateY(-50%);
    }

}
@media (min-width: 784px) {
    .up-down-mid-son-hidden-Company{
        position: absolute;
        top: 50%; transform:
        translateY(-50%);
    }
}
@media (min-width: 1268px) {
    .up-down-mid-son-hidden-Contact{
        position: absolute;
        top: 50%; transform:
        translateY(-50%);
    }
}
@media (max-width: 783px) {
    .font-mid{
        text-align: center;
    }
}
@media (max-width: 783px) {
    .font-mid-Subtitle{
        text-align: center;
    }
}
@media (max-width: 783px) {
    .flex-grid-hidden{
        display: grid;
    }
}
.font-mid{
    font-size: 20px;
}
.font-mid-Subtitle{
    font-size: 23px;
}
@media (min-width: 1268px) {
    .footer-block-Contact{
        display: inline-block;
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-basis: 298px;
        box-sizing: content-box;
        margin:12px 24px
    }
}
@media (max-width: 1267px) {
    .footer-block-Contact{
        display: inline-block;
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-basis: 298px;
        box-sizing: content-box;
        margin:12px 24px;
        padding-left: 24px;
        margin-left: auto;
        
    }
}
@media (max-width: 921px) {
    .footer-block-Company-hidden{
        display: inline-block;
        -webkit-box-flex: 1;
        flex-grow: 0;
        flex-basis: 200px;
        box-sizing: content-box;
        margin:12px 24px
    }
}
@media (max-width: 1267px) {
    .footer-block-logo-hidden{
        display: inline-block;
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-basis: 298px;
        box-sizing: content-box;
        margin:12px 24px;
        min-width: 320px;
    }
}
@media (max-width: 1267px) {
    .footer-block-Product-hidden{
        display: inline-block;
    -webkit-box-flex: 1;
    flex-basis: 160px;
    box-sizing: content-box;
    margin:12px 24px
    }
}
@media (max-width: 921px) {
    .footer-block-Contact{
        display: inline-block;
        -webkit-box-flex: 1;
        flex-grow: 0;
        flex-basis: auto;
        box-sizing: content-box;
        margin:12px 24px;
        padding-left: 0;        
    }
}
@media (max-width: 921px) {
    .footer-block-logo-hidden{
        display: none;
    }
}
@media (max-width: 921px) {
    .footer-block-Product-hidden{
     display: none;
    }
}
@media (max-width: 784px) {
    .footer-block-Company-hidden{
     display: none;
    }
}
.footer-block-Contact * {
    box-sizing: border-box
}

.footer-block-Contact ul li:not(:last-child) {
    margin-bottom: 15px
}

.footer-block-Contact a {
    text-decoration: none
}

.invert-color .footer-block-Contact-Contact a {
    text-decoration: none
}
@media (min-width: 921px) {
    .footer-block-Product{
        display: inline-block;
        -webkit-box-flex: 1;
        flex-basis: 160px;
        box-sizing: content-box;
        margin:12px 24px
        
    }
}
@media (max-width: 921px) {
    .footer-block-Product{
        display: inline-block;
        -webkit-box-flex: 1;
        flex-grow: 0;
        flex-basis: 160px;
        box-sizing: content-box;
        margin:12px 24px;
        margin-left: auto;
        
    }
}
@media (max-width: 783px) {
    .footer-block-Product{
        display: inline-block;
        -webkit-box-flex: 1;
        flex-grow: 0;
        flex-basis: 160px;
        box-sizing: content-box;
        margin:12px 24px;        
    }
}
.footer-block-Product * {
    box-sizing: border-box
}

.footer-block-Product ul li:not(:last-child) {
    margin-bottom: 20px
}

.footer-block-Product a {
    text-decoration: none
}

.invert-color .footer-block-Product a {
    text-decoration: none
}

.dynamic-image-Parent {
    display: inline-block;
}
.dynamic-image-child{
    object-fit: contain; 
    height: auto;
}
@media(max-width:400px){
    .display-block{
        display: block !important;
    }
}

@keyframes my-fadeinup {
    from {
      opacity: 0;
      transform: translateY(20px); /* 初始位置：下方20px */
    }
    to {
      opacity: 1;
      transform: translateY(0); /* 结束位置：原位置 */
    }
  }

  .my-fade-in-up {
    animation: fadeInUp 1.2s ease-out;
    opacity: 0; /* 初始透明 */
  }
  
    .my-video-h3{
        color: #4b5563 !important;
        margin-top: 0 !important;
    }
    .group:hover .my-group-hover\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .group:hover .my-group-hover\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgb(22 93 255 / var(--tw-bg-opacity, 1));
    }
    .group:hover .my-group-hover\:text-primary {
        --tw-text-opacity: 1;
        color: rgb(22 93 255 / var(--tw-text-opacity, 1));
    }

    .my-index-vedio-container{
        padding-top: 80px;
         max-width: none;
          margin: 0 auto;

    }
    .my-index-vedio-section-inner{
        margin: 0 auto;

    }
    .my-index-vedio-split-wrap{
        width: 60%;
        max-width: 1128px;
        margin: 0 auto;
    }
    @media(min-width:1180px){
        .my-index-vedio-split-wrap-min{
            min-width: 1080px;
        }
    } 
    @media(max-width:1180px){
        .my-index-vedio-split-wrap{
            width: 100%;
        }
    } 
    .my-index-vedio-split-item{
        gap: 2rem; width: 100%;
        max-width: 100%;
        height: auto;

    }
    @media(max-width:848px){
        .my-index-vedio-background-img{
          background-image: url(none);
        }
    } 
    @media(max-width:848px){
        .my-index-vedio-split-item{
            display: grid !important;
            -webkit-box-pack: center !important;
            justify-content: center !important;
        }
    } 
    .my-index-vedio-font-logo{
        min-width: 50%;
        padding-bottom: 30px;

    }
    @media(max-width:1128px){
        .my-index-inturduct-split-item{
            display: grid !important;
        }
    } 
    @media(max-width:1128px){
        .my-index-inturduct-split-item-row{
            display: grid !important;
        }
    } 
    @media(max-width:1128px){
        .my-index-inturduct-split-item-row-image{
            order: 0 !important;
        }
    } 
    
    @media(max-width:1128px){
        .my-index-inturduct-split-item-font-center{
            margin: 0 auto;
            text-align: center;
            max-width: 640px;
            margin-right: 50px;
            margin-left: 50px;
        }
    } 

    @media(max-width:1128px){
        .my-index-inturduct-split-item-box-show{
            margin-top: 50px !important;
            margin: 0 auto;
            max-width: 640px;
            border-radius: 0.75rem;
            --tw-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
            --tw-shadow-colored: 0 0 20px 5px var(--tw-shadow-color);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        }   
    }
    @media(max-width:1128px){
        .my-index-inturduct-split-item-img{
            margin: 0 auto;
            max-width: 640px;
            width:80% !important;
            margin-top: 20px;
        }   
    }
    
    @media(max-width:848px){
        .my-logo-font-center{
            margin: 0 auto;
            text-align: center;
            max-width: 640px;
            margin-right: 50px;
            margin-left: 50px;
        }
    } 

    @media(max-width:848px){
        .my-logo-button-center{
         display: block;
        }
    } 
    @media(max-width:848px){
        .my-logo-bottom{
            padding-bottom: 0 !important;
        }
    } 
    @media(max-width:848px){
        .my-tailwind-848set{
            max-width: 560px !important;
        }
    } 
    @media(max-width:640px){
        .my-red-box-black{
            position: relative;
            width: 100%;
            height: 248px;
            background-color: #101d2d;
        }
    } 
    @media(max-width:640px){
        .my-header-nav-toggle{
            top: auto !important;      
        }
    }

    .my-group:hover .my-my-group-hover\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
   
    .my-transition-transform {
        transition-property: transform !important;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition-duration: 150ms !important;
    }

    .my-duration-500 {
        transition-duration: 500ms;
    }

    .my-moving{
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

        .my-moving-basic-zoom {
            transition: transform 0.3s ease;
        }
        
        .my-moving-basic-zoom:hover {
            transform: scale(1.1);
        }
        
        /* .fancy-zoom {
            transition: all 0.3s ease;
        }
        
        .fancy-zoom:hover {
            transform: scale(1.05);
            filter: brightness(1.1);
            box-shadow: 0 8px 16px rgba(0,0,0,0.2);
        } */

        .my-fa-box-img-none{
            margin: 0 !important;
        }

        .my-img-veiw{
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .my-img-veiw-control-btn {
            margin-left: 0.25rem;
            margin-right: 0.25rem;
            display: flex;
            height: 2.5rem;
            width: 2.5rem;
            align-items: center;
            justify-content: center;
            border-radius: 9999px;
            background-color: rgb(255 255 255 / 0.2);
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 200ms;


            /* -webkit-appearance: button;
            background-color: transparent;
            background-image: none; */
        }
        .my-img-veiw-control-btn:hover {
            background-color: rgb(255 255 255 / 0.3);
            cursor: pointer;
        }
        .my-img-veiw-control-btn-bug{
            box-sizing: border-box;
            border-width: 0;
            border-style: solid;
            border-color: #e5e7eb;
        }
        .mt-text-ellipsis-detail{
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            max-height: 45px;
            min-height: 45px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .mt-text-ellipsis{
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            max-height: 75px;
            min-height: 75px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        /* 隐藏滚动条但保留功能 */
        .my-flex-nowrap{
        flex-wrap: nowrap;
        }
        .my-test-flex{
            max-height: 70px;
            overflow: auto;
            display: flex;
        }
        .my-product-container{
            width: 100%;
        }

        @media (min-width: 1024px) {
            .my-product-container {
                max-width: 1024px;
            }
        }
        @media (min-width: 1280px) {
            .my-product-container {
                max-width: 1280px;
            }
        }
        @media (min-width: 1536px) {
            .my-product-container {
                max-width: 1536px;
            }
        }
        .my-grid-cols-1 {
            grid-template-columns: repeat(1, minmax(0, 1fr));
        }
         @media (min-width: 640px) {
            .my-sm\:grid-cols-2 {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        @media (min-width: 1280px) {
            .my-lg\:grid-cols-3 {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }
        @media (min-width: 991px) {
            .my-md\:flex-row {
                flex-direction: row !important;
            }
        }
        .my-srech-flex{
            display: flex;
        }
        @media (max-width: 661px) {
            .my-srech-flex {
                display: grid;
                margin: 0 auto;
                width: 100%;
            }
        }
        @media (max-width: 661px) {
            .my-srech-flex-center {
             justify-content: center !important;
             text-align: center;
            }
        }
        @media (max-width: 640px) {
            #item1 {
                grid-area: 2 /span 1;
              }
              #item2 {
            }
        }
        /* @media (min-width: 640px) {
            .my-information-index-img{
                max-height: 280px !important;
            }
        } */
        .my-information-index-img{
            height: auto;
        }
        .my-height{
            height: 70px;
        }
        .mt-blog-index-text{
            padding-left: 40px;
            padding-right: 40px;
            height: auto;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .mt-blog-index-logo{
            /* height: auto; */
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .mt-blog-related-date{
            /* height: auto; */
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        @media (min-width: 640px) {
            .my-lianxi-2 {
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            }
        }
        @media (min-width: 1110px) {
            .my-lianxi-3 {
                grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            }
        }
        @media (max-width: 767px) {
            .my-lianxi-text-center {
                text-align: center;
            }
        }
        @media (max-width: 767px) {
            .my-lianxi-margin {
                margin: 0 auto;
            }
        }
        @media (max-width: 639px) {
            .my-lianxi-margin-640 {
                margin: 0 auto;
            }
        }
        @media (min-width: 400px) {
            .p-8-400 {
                padding: 2rem;
            }
        }
        .index-boxshow {
            padding-top: 15px !important;
            padding-bottom: 15px !important;
            padding-left: 25px !important;
            padding-right: 25px !important;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.39);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            background-color: white;
        }
        @media (max-width: 400px) {
            .my-index-set {
                margin-left: 0 !important;
                margin-right: 0 !important;
            }
        }
        @media (max-width: 1128px) {
            .about-us-background {
             background-color: white;
            }
        }
        .about-us-boxshow {
        
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.39);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            background-color: white;
        }
        .about-us-boxshow:hover {
            --tw-translate-y: -0.85rem;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            cursor: pointer;
            /* transform:  scale(1.05); */
        }
        .my-fa-box-bug{
            margin: auto !important;
            cursor: pointer;
        }
        
        @media (min-width: 768px) {
            .my-center-line {
                left: 51.1% !important;
            }
        }
        @media (min-width: 1023px) {
            .my-center-line {
                left: 50.6% !important;
            }
        }
        @media (min-width: 1535px) {
            .my-center-line {
                left: 50.5% !important;
            }
        }
        .about-us-boxshow-test {
        
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.39);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            background-color: white;
        }
        .about-us-boxshow-test:hover {
            cursor: pointer;
            transform:  scale(1.02);
        }
        .my-footer-text{
            text-align: center;
            font-family:'Noto Sans Sc',sans-serif;
            font-size: 20px;
            margin-top: 10px !important;
            margin-bottom: 8px !important;
            cursor: pointer;
        }
        .my-footer-text:hover{
            --tw-text-opacity: 1;
            color: rgb(22 93 255 / var(--tw-text-opacity, 1));    
            transition: transform 0.5s ease;
            transform:  scale(1.05);
        }
        .index-boxshow-blog {
            padding: 0 !important;
            margin: 20px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.39);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            background-color: white;
        }
        .index-boxshow-blog:hover{
            transform: scale(1.05) !important;
        }
        .my-index-button{
            margin-bottom: 60px !important;
            justify-content: center;
            margin-top: 30px;
        }
        @media (min-width: 1129px) {
            .my-index-button{
                float: right;
                 margin-bottom: 60px !important;
            }
        }
        .my-product-hover{
            transition: transform 0.5s ease;
        }
        .my-product-hover:hover{
            transform: scale(1.05);
        }
        .my-proudct-detail-font{
            text-align: left;
            font-size: 32px;
            color:black;
            font-weight: 500;
        }
        .my-proudct-detail-font-p{
            line-height: 50px;
            font-size: 22px;
        }
        .select-width{
            width: 350px !important;
        }
        @media (max-width: 640px) {
            .mydisplay-index{
                height: 120px;
                background-color: #101D2D ;
            }
        }
       






        