
.module-content-list {
    width: 856px;
    height: 290px;
}

.module-content-list-small {
    width: 330px;
    height: 290px;
}

.index-floor2-item:nth-child(2n+1) {
    background: #F5F6F8;
}

.index-floor2-itembox {
    margin: 0 auto;
    min-height: 640px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

}

.index-floor2-itembox img {
    width: 40%;
    min-width: 260px;
    max-height: 500px;
    object-fit: contain;
}

.index-floor2-itembox a {
    width: 120px;
    line-height: 54px;
    border-radius: 33px;
    border: 1px solid #0064FF;
    display: block;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}
.index-floor2-itembox a:hover ,.index-floor3 a:hover{
    background: #0064ff;
    color: #fff;
}
.index-floor2-itembox>div {
    width: 50%;
    padding: 0 2%;
    min-width: 350px;
}

.index-floor2-itembox h2 {
    font-size: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 20px;
}

.index-floor2-itembox p {
    font-size: 18px;
    max-height: 150px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    margin-bottom: 30px;
}
.index-floor3 {
    background: #F5F6F8;
    margin-top: 80px;
    margin-bottom: 200px;
    position: relative;
}
.index-floor3>div {
    height: 640px;
    margin: 0 auto;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.index-floor3>div>h2 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 38px;
    line-height: 46px;
}
.index-floor3 p {
    max-width: 50%;
    min-width: 300px;
    font-size: 18px;
}

.index-floor3 .img {
    margin-bottom: 40px;
    width: 4176px;
    display: block;
    animation: move 30s linear infinite both;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.index-floor3 .img img {
    margin-left: 40px;
}

.index-floor3 .img:nth-child(2) {
    animation-direction: reverse;
    animation-delay: -15s;
}

.index-floor3>div>div {
    position: absolute;
    transform-origin:left;
    transform: rotate(-45deg);
    overflow: hidden;
    top: 100%;
    left: 50%;
}

.index-floor3 h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.index-floor3 a {
    font-size: 20px;
    width: 160px;
    line-height: 54px;
    border-radius: 33px;
    border: 1px solid #0064FF;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 40px auto 0;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-2088px);
    }
}

.home-solution {
    height: 260px;
}

.home-solution .solution-bg a {
    background-color: #fff;
    transition: all .3s;
}

.home-solution .solution-bg a:hover {
    background-color: #0064FF;
    color: #fff;
}

.home-solution .solution-bg a:hover::after {
    background: #fff;
}

.swiper-container-case .case-item {
    width: 420px;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 10px;
    position: relative;
}

.swiper-container-case .case-item .title {
    width: 420px;
    height: 140px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    border-radius: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 60px 20px 0;
}


.swiper-container-case .case-item h2,
.swiper-container-case .case-item p {
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper-container-case .case-item p {
    font-size: 16px;
    opacity: .6;
}

.swiper-container-case .case-item img {
    width: 420px;
    height: 280px;
    object-fit: cover;
}

.index-floor5 {
    height: 920px;
    background: #000;
    position: relative;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    z-index: 1;
}

.index-floor5::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/homepage/5.jpg) center/cover no-repeat;
    opacity: .5;
    z-index: -1;
    animation: zoomOutIn 10s linear infinite;
}

@keyframes zoomOutIn {

    0%,
    100% {
        background-size: 100% 100%;
    }

    50% {
        background-size: 120% 120%;
    }
}

.index-floor5 p {
    width: 760px;
    text-align: center;
}

.index-floor5 a {
    width: 120px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 33px;
    border: 2px solid #FFFFFF;
    margin-top: 40px;
    text-decoration: none;
}
/* 这是案例分析 */
.new-view {
    margin: 0 auto;
    overflow: hidden;
}

.new-content .new-content-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 10px;
}
.new-content .new-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.new-content .new-item img:hover {
    transform: scale(1.1);
}

.new-content .new-item p {
    font-size: 16px;
    color: #999;
}

.new-content .new-item h2 {
    font-size: 24px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #33333A;
}

.new-content .new-item {
    display: inline-block;
    float: left;
    text-decoration: none;
    width: 33.333%;
    min-width: 200px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.new-content .new-item:nth-child(3n) {
    padding-right: 0;
}