/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/innovation.css ***!
  \********************************************************************************************************************/

.floor-text-en {
    font-size: 1.042vw;
}

.floor-container1 img {
    aspect-ratio: 1920 / 1157;
}

.floor-container1 .wrapper {
    position: absolute;
    bottom: 1.39583vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.floor-container1-en .wrapper {
    bottom: 0;
}

.floor-container1 .floor1-bars {
    width: 100%;
    height: 2px;
    background: #85898E;
    position: relative;
}

.floor-container1 .floor1-bars .floor1-bar-drag {
    width:12.5%;
    height: 4px;
    background-color: var(--theme-color);
    position: absolute;
    top: -1px;
    transition: left 0.3s ease-in-out;
}

.floor-container1 .floor1-boxs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.floor-container1 .floor1-box {
    width: 20%;
    padding: 1.45833vw 1.042vw 1.45833vw 0;
    text-align: left;
}

.floor-container1-en .floor1-box {
    padding: 0.83333vw 1.25vw 0.88542vw 0;
}

.floor-container1 .floor1-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.floor-container1 .floor1-box a:hover .floor1-title {
    color: var(--theme-color);
}

.floor-container1 .floor1-box .floor1-title {
    color: #24282B;
    font-size: 1.04167vw;
    font-weight: 500;
}

.floor-container1-en .floor1-box .floor1-title {
    line-height: 1.4;
}

.floor-container1 .floor1-box .floor1-desc {
    font-size: 0.833333vw;
    margin-top: 0.20833vw;
    color: #777777;
}

.floor-container1-en .floor1-box .floor1-desc {
    line-height: 1.46875;
}

.floor-container1 .floor1-box.is-active .floor1-title {
    color: var(--theme-color);
}



.floor-container2 {
    margin: 0;
    padding: 2vw 0;
    /* background: #000; */
    /* background: url('/static/picture/矩阵_06.jpg') no-repeat center center fixed; */
    background-size: cover;
    height: 1300px;
  }
  .floor-container2 .wrapper{
    text-align: left;
    margin: 2vw auto;
  }

  .map-container {
    position: relative;
    width: 100%;
    max-width: 2200px;
    margin: 0 auto;
    background: url('/static/picture/map.png') no-repeat center center;
    background-size: contain;
    height: 1000px;
  }



  .hotspot {
    position: absolute;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
  }

  .hotspot::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    background-color: #F37021;
    border-radius: 50%;
    box-shadow: #F37021;
    animation: pulse 2s infinite;
  }

  .hotspot-z {
    position: absolute;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
  }

  .hotspot-z::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-color: #2ad2a9;
    border-radius: 50%;
    box-shadow: #2ad2a9;
    animation: pulse 2s infinite;
  }

  /* 闪动动画 */
  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.8);
      opacity: 0.3;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  /* 示例：几个国家的热点坐标点（百分比相对于地图容器） */
  .zongbu { top: -14%; left: 75%; }
  .jingxiaos { top:-14%; left: 85%; }
  
  .china { top: 50%; left: 74%; }
  .usa { top: 40%; left: 30%; }
  .germany { top: 33%; left: 50%; }
  .brazil { top: 67%; left: 37%; }
  .malaysia { top: 62%; left: 72%; }
  .korea { top: 42%; left: 76.5%; }
  .japan { top: 41%; left: 78.5%; }
  .thailand { top: 56.5%; left: 71.5%; }
  .britain { top: 31%; left: 47.5%; }
  .dubai { top: 50%; left: 59.5%; }
  .canada { top: 30%; left: 30%; }





.floor2-wrap .floor2-top{
    width: 100%;
}


.floor-container3 {
    padding: 2.91667vw 0 4.2vw;
    background-color: var(--bg-grey);
}

.floor-container3 .floor3-video {
    margin-top: 2.7083vw;
    border-radius: var(--border-radius-6);
}


.floor-container5 .wrapper {
    position: absolute;
    left: 50%;
    top: 3.33333vw;
    transform: translate(-50%, 0);
    width: 100%;
}

.floor-container5 .floor5-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.floor-container5 .floor5-iso {
    width: 11.458vw;
    display: block;
    height: auto;
    margin-top: 0.8854167vw;
    margin-right: 5.7vw;
}

.floor-container5 .floor5-iso-en {
    margin-right: 0;
    margin-left: 2.8546vw;
}

.floor-container5 .floor5-content {
    width: 43.07292vw;
}

.floor-container5 .floor5-content-en {
    width: auto;
    flex: 1;
}

.floor-container5 .floor-title {
    text-align: center;
    color: #ffffff;
}

.floor-container5 .floor-text {
    color: #ffffff;
    text-align: center;
    width: 60%;
    margin: 3% auto;
}



.floor-container5 .floor5-text-en {
    font-size: 0.9375vw;
    line-height: 1.6667;
}

.floor-container5 .floor-nums {
    color: #ffffff;
    margin-top: 1.302083vw;
}

.floor-container5 .floor5-flex-en .floor5-iso {
    display: none;
}

.floor-container .floor-nums-en {
    margin-top: 1.875vw;
}

.floor-container6 .wrapper {
    text-align: center;
    margin: 2vw auto;
}

.floor-container7{
    padding: 3vw 0;
    /* background-image: url("../picture/矩阵_07.jpg"); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.floor-container7 .wrapper {
    text-align: center;
    margin: 2vw auto;
}


.certificate-section {
    width: 80%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 40px 0;
  }
  
  .certificate-swiper img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
  }
  .certificate-swiper img:hover {
    transform: scale(1.05);
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    color: #333;
  }
  .swiper-pagination-bullet-active {
    background: #0078ff;
  }

  
.floor-container4 {
    background-color: var(--bg-grey);
    padding: 4.16667vw 0 7.08333vw;
}

.floor-container4 .floor-dark-title {
    text-align: center;
}

.floor-container4 .floor3-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 2.65625vw;
}

.floor-container4 .floor3-imgs {
    width: 49.33%;
    border-radius: var(--border-radius-4);
    overflow: hidden;
    position: relative;
    margin-right: 2.1875vw;
}

.floor-container4 .floor3-imgs .floor3-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    aspect-ratio: 71 / 65;
    transition: all 0.3s ease;
}

.floor-container4 .floor3-imgs .floor3-img1 {
    position: relative;
}

.floor-container4 .floor3-imgs .floor3-img.is-active {
    opacity: 1;
}

.floor-container4 .floor3-content {
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.floor-container4 .floor3-box {
    border-top: 1px solid #707070;
    transition: all 0.3s linear;
    overflow: hidden;
}

.floor-container4 .floor3-box:last-child {
    border-bottom: 1px solid #707070;
}

.floor-container4 .floor3-box.is-active {
    padding-bottom: 3.125vw;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.floor-container4 .floor3-box-en.is-active {
    padding-bottom: 4.91667vw;
}

.floor-container4 .floor3-box .floor3-title {
    font-size: 1.25vw;
    color: #4A4A4A;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    height: 3.125vw;
}

.floor-container4 .floor3-box .floor3-title-en {
    line-height: 1.3;
    height: 4.91667vw;
}

.floor-container4 .floor3-box.is-active .floor3-title {
    color: #010101;
}

.floor-container4 .floor3-box.is-active .floor3-title p {
    opacity: 0;
}

.floor-container4 .floor3-box .floor3-title span {
    margin-right: 0.52083vw;
}

.floor-container4 .floor3-box .floor3-title i {
    font-size: 1.09375vw;
    color: #000000;
}

.floor-container4 .floor3-box.is-active .floor3-title i:before {
    content: '\e905';
}

.floor-container4 .floor3-box .floor3-toggle {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 0;
    overflow: hidden;
}

.floor-container4 .floor3-box.is-active .floor3-toggle {
    height: auto;
}

.floor-container4 .floor3-box.is-active .floor3-toggle .floor3-title p {
    opacity: 1;
}

.floor-container4 .floor3-text {
    font-size: 1.04167vw;
    line-height: 1.5;
    padding-right: 1.46667vw;
}

.floor-container4 .floor3-text-en {
    font-size: 0.9375vw;
    line-height: 1.3;
    min-height: 6.0905vw;
}

.floor-container4 .floor3-imgContent {
    margin-top: 1.66667vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.floor-container4 .floor3-imgContent .floor3-img-box {
    margin-right: 3.125vw;
}

.floor-container4 .floor3-imgContent .floor3-img-box:last-child {
    margin-right: 0;
}

.floor-container4 .floor3-imgContent .floor3-img-text {
    font-size: 0.83333vw;
    text-align: center;
    margin-top: 0.52083vw;
}

.floor-container4 .floor3-imgContent-en .floor3-img-text {
    min-height: 2.5vw;
}

.floor-container4 .floor3-imgContent .floor3-img-icon {
    display: block;
    width: 3vw;
    height: 3vw;
    margin: 0 auto;
}

.floor-container8 .wrapper {
    text-align: center;
    margin: 5vw auto;
}

.floor-container9 .wrapper {
    position: absolute;
    left: 50%;
    top: 3.33333vw;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
}

.floor-container9 .floor-text {
    max-width: 70%;
    margin: 1.0417vw auto 0;
}

.floor-container9 .floor-nums {
    margin: 1.302083vw auto;
    justify-content: center;
}

.floor-container9 .nums-box:first-child .nums-name {
    text-align: left;
    padding-left: 1.575vw;
}

.floor-container9 .nums-box-en:first-child .nums-name {
    padding-left: 0;
}

@media (max-width: 1440px) {
    .floor-container4 {
        height: 320vh;
    }
}

@media (max-width: 1440px) {
    .floor-container4 {
        height: 320vh;
    }
}

@media (max-width: 828px), (orientation:portrait) {
    .floor-text-en {
        font-size: 3.38164vw;
    }

    .floor-container1 img {
        aspect-ratio: 9 / 16;
    }

    .floor-container1 .wrapper {
        display: none;
    }

    

    .floor-container3 {
        padding: 8.57488vw 0 4.71012vw;
    }

    .floor-container3 .floor3-video {
        margin-top: 7.6087vw;
    }

    .floor-container4 .wrapper {
        padding-top: 14.49275vw;
        padding-bottom: 18.47826vw;
    }

    .floor-container4 .floor3-wrapper {
        margin-top: 7.24638vw;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .floor-container4 .floor3-imgs {
        margin-right: 0;
        width: 100%;
        margin-top: 6.28019vw;
    }

    .floor-container4 .floor3-box .floor3-title {
        height: 8.2124vw;
        font-size: 3.38164vw;
    }

    .floor-container4 .floor3-box .floor3-title-en {
        height: 12.657vw;
    }

    .floor-container4 .floor3-box .floor3-title i {
        font-size: 1.93237vw;
    }

    .floor-container4 .floor3-box {
        border-top: 0.5px solid #707070;
    }
    
    .floor-container4 .floor3-box:last-child {
        border-bottom: 0.5px solid #707070;
    }

    .floor-container4 .floor3-text {
        font-size: 2.89855vw;
    }

    .floor-container4 .floor3-imgContent {
        margin-top: 4.83092vw;
    }

    .floor-container4 .floor3-imgContent .floor3-img-box {
        margin-right: 7.24638vw;
    }

    .floor-container4 .floor3-imgContent .floor3-img-icon {
        width: 7vw;
        height: 7vw;
    }

    .floor-container4 .floor3-imgContent .floor3-img-text {
        font-size: 2.41546vw;
        margin-top: 1.207729vw;
    }

    .floor-container4 .floor3-imgContent-en .floor3-img-text {
        min-height: auto;
    }

    .floor-container4 .floor3-box.is-active {
        padding-bottom: 8.2124vw;
    }

    .floor-container4 .floor3-box-en.is-active {
        padding-bottom: 12.657vw;
    }

    .floor-container5 .wrapper {
        top: 7.6087vw;
    }

    .floor-container5 .floor5-content {
        width: 52.29469vw;
    }

    .floor-container5 .floor-text {
        margin-top: 1.93237vw;
    }

    .floor-container5 .floor5-text-en {
        font-size: 2.657vw;
    }

    .floor-container5 .floor5-iso-en {
        display: none;
    }

    .floor-container5 .floor5-flex-en {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 6.03825vw;
    }

    .floor-container5 .floor5-flex-en .floor5-iso-en {
        display: block;
        margin-top: 0;
    }

    .floor-container5 .floor-nums {
        margin-top: 5.193227vw;
        flex-direction: column;
    }

    .floor-container5 .floor-nums-en {
        margin-top: 0;
    }

    .floor-container5 .floor-nums .nums-box {
        margin-right: 0;
        margin-bottom: 2.53623vw;
    }

    .floor-container5 .floor5-iso {
        width: 26.81159vw;
        margin-top: 7.1256vw;
        margin-right: 0;
    }

    .floor-container6 .wrapper {
        text-align: center;
        margin: 2vw auto;
    }

    .floor-container6-en .wrapper {
        top: 13.16425vw;
    }

    .floor-container6 .floor-text {
        margin: 1.08696vw auto 0;
        max-width: 100%;
    }

    .floor-container6 .floor-title-en {
        text-align: left;
    }

    .floor-container6 .floor-text-en {
        text-align: left;
    }

    .floor-container6 .nums-box-en {
        margin-bottom: 2.53623vw;
    }

    .floor-container6 .floor-nums {
        margin: 4.22705vw auto;
    }

    .floor-container6 .floor-nums-en {
        flex-direction: column;
        text-align: left;
        margin-top: 6.4vw;
    }

    .floor-container6 .nums-box:first-child .nums-name {
        padding-left: 2.34783vw;
    }

    .floor-container6 .nums-box-en:first-child .nums-name {
        text-align: left;
        padding-left: 0;
    }


    .floor-container9 .wrapper {
        top: 7.1256vw;
    }

    .floor-container9-en .wrapper {
        top: 13.16425vw;
    }

    .floor-container9 .floor-text {
        margin: 1.08696vw auto 0;
        max-width: 100%;
    }

    .floor-container9 .floor-title-en {
        text-align: left;
    }

    .floor-container9 .floor-text-en {
        text-align: left;
    }

    .floor-container9 .nums-box-en {
        margin-bottom: 2.53623vw;
    }

    .floor-container9 .floor-nums {
        margin: 4.22705vw auto;
    }

    .floor-container9 .floor-nums-en {
        flex-direction: column;
        text-align: left;
        margin-top: 6.4vw;
    }

    .floor-container9 .nums-box:first-child .nums-name {
        padding-left: 2.34783vw;
    }

    .floor-container9 .nums-box-en:first-child .nums-name {
        text-align: left;
        padding-left: 0;
    }

    .floor-container4{
        height: 110vh;
    }

    /*手机地图*/
    /* 示例：几个国家的热点坐标点（百分比相对于地图容器） */
    .floor-container2{
        height: 400px;
    }
    .map-container{
        height: 300px;
    }
    .hotspot {
        font-size: 10px;
    }
    .hotspot::before{
        width: 5px;
        height: 5px;
    }
    .hotspot-z::before{
        width: 10px;
        height: 10px;
    }
    .hotspot-z{
        font-size: 15px;
    }
    .zongbu { top: -10%; left: 56%; }
    .jingxiaos { top:-10%; left: 75%; }
    
    .china { top: 46%; left: 79%; }
    .usa { top: 40%; left: 22%; }
    .germany { top: 26%; left: 52%; }
    .brazil { top: 59%; left: 32%; }
    .malaysia { top: 53%; left: 80%; }
    .korea { top: 38%; left: 83%; }
    .japan { top: 39%; left: 86%; }
    .thailand { top: 50%; left: 78%; }
    .britain { top: 24%; left: 48.5%; }
    .dubai { top: 52%; left: 60.5%; }
    .canada { top: 29%; left: 22%; }
}

@media (max-width: 480px) {

    .floor-container4 .floor3-box .floor3-title {
        font-size: 15px;
    }

    .floor-container4 .floor3-box .floor3-title i {
        font-size: 12px;
    }

    .floor-container4 .floor3-text {
        font-size: 13px;
    }

    .floor-container4 .floor3-imgContent .floor3-img-text {
        font-size: 11px;
    }
}

