div {
    box-sizing: border-box;
}

.home-swiper {
    width: 100%;
    min-width: 1400px;
    height: 507px;
}
.home-top-slideshow-container {
    position: relative;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
}

.home-top-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background-size:cover;
background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease;
    cursor: pointer;
}

.home-top-slide.active {
    opacity: 1;
}
.home-top-slideshow-controls {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 33px;
    z-index: 2;
}

.home-top-slideshow-controls li {
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
    width: 30px;
    height: 8px;
    background: rgba(255,255,255,0.5);
    border-radius: 2px;
}

.home-top-slideshow-controls li.active {
    width: 30px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 2px ;
}
.home-new-main-swiper {
    width: 648px;
    height: 400px;
    border: 1px solid #d9d9d9;
    margin-right: 42px;
}
.home-new-slideshow-container {
    position: relative;
    margin: auto;
    height: 100%;

}

.home-new-slideshow-container > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background-size:cover;
background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease;
    cursor: pointer;
    /* 添加过渡效果 */
}

.home-new-slideshow-container > div.active {
    opacity: 1;
}

.home-new-slideshow-container > ul {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 23px;
    right: 20px;
}
.home-new-slide-desc{
    width: 432px;
    height: 27px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    bottom: 18px;
    left: 16px;
    white-space: nowrap; /* 设置为单行 */
    overflow: hidden; /* 隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.home-new-slideshow-container > ul li {
    display: inline-block;
    margin-right:10px;
    cursor: pointer;
    width: 11px;
    height: 11px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
}

.home-new-slideshow-container > ul li.active {
    width: 11px;
    height: 11px;
    background: #3F51B5;
    border-radius: 50%;
}
.home-new {
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background-size: cover;
}

.home-new-title {
    width: 215px;
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.home-new-title div {
    width: 48px;
    border: 1px solid #3645A8;
    margin-top: 8px;
}

.home-new-title p {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 40px;
    color: #262626;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
}

.home-new-title span {
    width: 150px;
    height: 30px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(180deg, #BFC4C8 0%, rgba(191, 196, 200, 0) 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.home-new-main {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 45px 0 42px 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}



.home-new-main-container {
    display: flex;
    flex-direction: column;
}

.home-new-main-container button {
    width: 136px;
    height: 46px;
    border-radius: 6px;
    background-color: #FFFFFF;
    font-family: Source Han Sans SC-Bold;
    font-size: 20px;
    line-height: 22px;
    margin-right: 20px;
    color: #404040;
    margin-bottom: 34px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.home-new-main-container button .icon{
  margin-right: 5px;
}
.home-new-main-container-li {
    width: 554px;
    font-family: Source Han Sans SC-Regular;
    font-weight: Regular;
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
    color: #404040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.home-new-main-container-li:hover {
    color: #3F51B5;
}
.home-new-main-container img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.home-product {
    width: 100%;
    height: 660px;
}
.home-product > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 0;
}

.home-product-title {
    width: 215px;
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    z-index: 2;
}

.home-product p {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
}

.home-product span {
    width: 150px;
    height: 30px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(191, 196, 200, 0) 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.home-product-title div {
    width: 48px;
    border: 1px solid #FFFFFF;
    margin-top: 8px;
}
.home-product-swiper{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.home-product-slideshow-container{
    height: 100%;
    max-width: 1920px;
    position: relative;
    display: flex;
}
.home-product-slideshow-slide{
    flex-shrink: 0;
    width: 100%;
    max-width: 1920px;
   background-size:cover;
background-repeat: no-repeat;
    cursor: pointer;
}
.home-product-slideshow-box{
    width: 100px;
    position: absolute;
    height: 100px;
    bottom: 27px;
    right: 290px;
}
.home-product-slideshow-navigation {
    position: absolute;
    bottom: 57px;
    right: 90px;
    display: flex;
    align-items: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 14px;
    width: 16px;
    color: #F0F0F0;
    line-height: 32px;
    font-style: normal;
    text-transform: none;
}
.home-product-slideshow-navigation button{
    width: 32px;
    background: none;
    border: none;
}
#currentIndex {
    font-family: Source Han Sans SC-Bold;
    font-weight: Bold;
    font-size: 20px;
    width: 24px;
    color: #FFFFFF;
    line-height: 32px;
    font-style: normal;
    text-transform: none;
    margin:0 0 5px 10px;
}
#totalSlides {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 14px;
    width: 16px;
    color: #F0F0F0;
    line-height: 32px;
    font-style: normal;
    text-transform: none;
    margin-right:10px;
}
.home-solution {
    width: 100%;
   background-size:cover;
background-repeat: no-repeat;
}
.home-solution > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    opacity: 0;
}
.home-solution-tabar {
    width: 1400px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #B9CBE7;
}

.home-solution-tabar div {
    width: 61px;
    height: 37px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    color: #404040;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: center;
    margin: 43px 62.5px 0 62.5px;
    white-space: nowrap;
    cursor: pointer;
}

.home-solution-content-main {
    width: 1400px;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
}

.home-solution-content-main-box {
    width: 452px;
    height: 443px;
    margin-bottom: 24px;
    cursor: pointer;
    transition: all 0.7s ease; /* 只使用transform进行过渡动画 */'
}
.home-solution-content-main-box:hover {
    transform: scale(1.04);
    box-shadow: 0 15px 10px -15px #B5CEFF;
}
.home-solution-content-main-bg {
    width: 100%;
    height: 263px;
    padding: 67px 180px 107px 0;
   background-size:cover;
background-repeat: no-repeat;
}

.home-solution-content-main-bg-desc {
    width: 272px;
    height: 89px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0px 0px 0px 0px;
    padding: 7px 7px 8px 19px;
    display: flex;
    flex-direction: column;
}

.home-solution-content-main-bg-desc-title {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 18px;
    color: #262626;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.home-solution-content-main-bg-desc-content {

    font-family: Source Han Serif SC, Source Han Serif SC;
    font-weight: 800;
    font-size: 14px;
    color: #101237;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;

}

.home-solution-content-main-desc {
    width: 452px;
    height: 180px;
    padding: 7px 19px 18px 13px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 0px 3px;
}

.home-solution-content-main-desc-title {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 18px;
    color: #262626;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;

}

.home-solution-content-main-desc-tip {
    width: 100%;
    height: 24px;
    display: flex;
}

.home-solution-content-main-desc-tip-content {
    height: 24px;
    background: #E0EBFF;
    border-radius: 3px;
    margin: 3px 5px 0 0;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #618DE2;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 2px 5px;
}

.home-solution-content-main-desc-content {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.home-solution-content-main-desc-content-a{
    display: flex;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 14px;
    color: #3F51B5;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 26px;
    cursor: pointer;
}

.home-customer {
    width: 100%;
    height: 1132px;
   background-size:cover;
background-repeat: no-repeat;

}
.home-customer >div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
}
.home-customer-main {
    width: 1400px;
    height: 878px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
    background: rgba(255,255,255,0.7);
    box-shadow: 0 12px 22px 0 rgba(158,176,219,0.17);
    border-radius: 9px;
}
.home-customer-main-top{
    width: 1400px;
    height: 190px;
    display: flex;
    align-items: center;
    padding: 0 123px;
    justify-content: space-between;
}
.home-customer-main-top svg {
    margin-bottom: 27px;
}
.home-customer-main-top-desc{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-customer-main-top-desc > div:nth-child(odd) > span {
    width: 16px;
    height: 23px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #3F51B5;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.home-customer-main-top-desc > div:nth-child(odd){
    width: 86px;
    height: 56px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 40px;
    color: #3F51B5;
    line-height: 47px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    white-space:nowrap;
}
.home-customer-main-top-desc > div:nth-child(even) {
    width: 128px;
    height: 23px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #8C8C8C;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.home-customer-main-table{
    width: 1312px;
    height: 608px;
    display: flex;
}
.home-customer-main-table-aside-menu::-webkit-scrollbar {
    display: none;
}
.home-customer-main-table-aside-menu{
    width: 300px;
    padding: 28px 11px 28px 12px;
    border-radius: 9px;
    background: rgba(248,250,255,0.48);
    border-image: linear-gradient(180deg, rgba(171, 200, 255, 1), rgba(177, 203, 255, 0.48)) 1 1;
    border: 1px solid #ABC8FF;
    overflow-y: auto;
}
.home-customer-main-table-aside-menu-BTN{
    width: 100%;
    height: 72px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    color: #404040;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.home-customer-main-table-aside-menu-BTN > img {
    width: 30px;
    height: 30px;
    background-size: cover;
    margin: 0 10px 0 0;

}
.home-customer-main-table-aside-menu-btn {
    height: 51px;
    padding: 12px 43px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #404040;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    border-radius: 8px;
}
.home-customer-main-table-aside-more {
    height:68px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #3F51B5;
    line-height: 19px;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
}
.home-customer-main-table-content{
    width: 1066px;
    height: 608px;
    display: flex;
    flex-direction: column;
    padding: 13px 54px 0 40px;
}
@keyframes fade-in-bck {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes roll-in-blurred-right {
    0% {
        transform: translateX(500px) ;
        filter: blur(20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0) ;
        filter: blur(0);
        opacity: 1;
    }
}
.home-customer-main-table-content-title{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #262626;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.home-customer-main-table-content-desc{
    height: 94px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #404040;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 15px 0 48px 0;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}
.home-customer-main-table-content-productBG{
    height: 30px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 20px;
    color: #262626;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.home-customer-main-table-content-productBG > img{
    width: 15px;
    height: 13px;
    margin-left: 8px;
}
.home-customer-main-table-content-productBG-desc {
    height: 145px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #404040;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 10px 0 73px 0;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}
.home-customer-main-table-content  button {
    width: 92px;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #3F51B5;
    margin-bottom: 49px;
    background: transparent;
    cursor: pointer;
    color: #3F51B5;
    transition: all 0.3s ease-in-out;
}
.home-customer-main-table-content  button:hover {
    color: #fff;
    transform: scale(1.2);
    background: #3F51B5;
}

.home-customer-main-table-content-imagelist {
    width: 100%;
    display: flex;
    gap: 17px;
}
.home-customer-main-table-content-imageList-img{
    width: 214px;
    height: 68px;
    border: 1px solid #D9D9D9;
    transition: all 0.3s ease-in-out;
}
.home-customer-main-table-content-imageList-img.active{
    border: 1px solid #3F51B5;
    transform: translateY(-9px);
    box-shadow: 0 15px 10px -15px #B5CEFF;
}
.boxsidebar{
    padding-top: 90px;
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slide-in-blurred-bottom {
    0% {
        transform: translateY(80px);
        transform-origin: 50% 100%;
        opacity: 0;
    }
    100% {
        transform: translateY(0) ;
        transform-origin: 50% 50%;
        opacity: 1;
    }
}