.swiper-banner-pagination {
    display: none;
}
.index-floor2-item:nth-child(2n+1) {
    background: #F5F6F8;
}

.index-floor2-itembox {
    margin: 0 auto;
    min-height: 64rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.index-floor2-itembox>img {
    width: 46%;
    min-width: 26rem;
    max-height: 51rem;
    object-fit: contain;
}

.more-btn {
    width: 12rem;
    line-height: 5.4rem;
    border-radius: 3.3rem;
    border: 1px solid #0064FF;
    display: block;
    text-align: center;
    font-size: 2rem;
    text-decoration: none;
    transition: all 0.3s;
}
.more-btn:hover {
    background-color: #0064FF;
    color:#F5F6F8;
    text-decoration: none;
}

.index-floor2-itembox>div {
    width: 46%;
    min-width: 35rem;
}

.index-floor2-itembox h2 {
    font-size: 3.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 2rem;
}

.index-floor2-itembox p {
    font-size: 1.8rem;
    max-height: 15rem;
    line-height: 3rem;
    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: 3rem;
}

.index-floor3 {
    margin-top: 8rem;
    margin-bottom: 12rem;
    position: relative;
}
.index-floor3>div {
    height: 64rem;
    margin: 0 auto;
    border-radius: 4rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.index-floor3>div>h2 {
    margin-bottom: 2rem;
    text-align: left;
    font-size: 3.8rem;
    line-height: 4.6rem;
}
.index-floor3 p {
    max-width: 50%;
    min-width: 30rem;
    font-size: 1.8rem;
}

.index-floor3 .img {
    margin-bottom: 4rem;
    width: 417.6rem;
    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: 4rem;
}

.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: 3.8rem;
    margin-bottom: 2rem;
}

.index-floor3 a {
    width: 16rem;
    line-height: 5.4rem;
    border-radius: 3.3rem;
    border: 1px solid #0064FF;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 2rem auto 0;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-208.8rem);
    }
}

.index-floor4 {
    background: url(../image/homepage/5.jpg) center/cover no-repeat;
    height: 91.3rem;
}
.index-floor4 > div {
    width: 100%;
    height: 100%;
    padding-top: 33rem;
    background: rgba(0,0,0,.5);
}
.index-floor4 p{
    color: #ffffff;
    width: 50%;
    font-size: 2rem;
    min-width: 30rem;
    display: block;
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin: 4rem auto;
    text-align: center;
}
.index-floor4 a {
    width: 16rem;
    line-height: 5.4rem;
    border-radius: 3.3rem;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}

.index-floor4 a:hover {
    border: 0;
}

.new-view>a {
    width: 12rem;
    line-height: 5.4rem;
    border-radius: 3.3rem;
    text-align: center;
    color: #007bff !important;
    border: 1px solid #0064FF;
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-size: 2rem;
    margin: 6rem auto 8rem;
}

.new-view {
    margin: 0 auto;
    overflow: hidden;
}
.new-content .new-content-img {
    width: 100%;
    height: 30rem;
    overflow: hidden;
    border-radius: 1.6rem;
    margin-bottom: 1rem;
}
.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: 1.6rem;
    color: #999;
}

.new-content .new-item h2 {
    font-size: 2.4rem;
    line-height: 4rem;
    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: 20rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
}

.new-content .new-item:nth-child(3n) {
    padding-right: 0;
}