.banner {
    width: 100%;
    height: 530px;
    background: #f8f8fb;
}

.banner-center {
    width: 1200px;
    height: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.banner-center .left {
    width: 484px;
}

.banner-center .left .txt1 {
    font-weight: 500;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.8);
    padding-top: 198px;
}

.banner-center .left .txt2 {
    font-weight: 500;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.8);
    padding-top: 8px;
}

.banner-center .left .free-btn {
    margin-top: 35px;
    display: block;
}

.banner-center .right {
    padding-top: 64px;
    width: 690px;
    position: relative;
    overflow: hidden;
}

.banner-center .right .box {
    display: flex;
    overflow: hidden;
}

.banner-center .right .fc1 {
    width: 690px;
    height: 131px;
    background-image: linear-gradient(
        180deg,
        #f8f8fb 42%,
        rgba(252, 252, 253, 0) 92%
    );
    position: absolute;
    top: 49px;
    right: 0;
    z-index: 9;
}

.banner-center .right .fc2 {
    width: 690px;
    height: 131px;
    transform: scaleY(-1);
    background-image: linear-gradient(
        180deg,
        #f8f8fb 42%,
        rgba(252, 252, 253, 0) 92%
    );
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.banner-center .right .ul {
    width: 120px;
    height: auto;
    display: block;
    margin-left: 10px;
    animation: scrollmove 80s linear infinite;
}

.banner-center .right .second {
    margin-top: -30px;
    animation: scrollmove2 25s linear infinite;
}

.banner-center .right .ul li {
    width: 100px;
    height: 75px;
    padding: 0 10px;
    background: #ffffff;
    box-shadow: 0 2px 7px 0 rgba(204, 204, 204, 0.5);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.banner-center .right .ul li img {
    width: 100%;
    height: auto;
    background-size: 100%;
}

.anli {
    width: 100%;
    height: auto;
    padding-top: 88px;
}

.anli-center {
    width: 1200px;
    display: block;
    margin: 0 auto;
}

.selcont {
    width: 865px;
    display: flex;
    margin: 0px auto 48px;
    justify-content: space-between;
}

.selcont .btns {
    padding: 0 20px;
    height: 44px;
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}

.selcont .btns.on {
    background-image: linear-gradient(270deg, #1890ff 0%, #53acff 100%);
    color: #ffffff;
}

.anli-center .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.anli-center .content .item {
    display: block;
    padding: 29px 35px 21px 35px;
    margin-bottom: 24px;
    width: 518px;
    height: 166px;
    background: #ffffff;
    box-shadow: 0 1px 7px 0 rgba(204, 204, 204, 0.5);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.anli-center .content .item:hover {
    border: 1px solid #1890ff;
}
.anli-center .content .item .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.anli-center .content .item .itemfoot {
    width: 87%;
    position: absolute;
    bottom: 28px;
}
.anli-center .content .item .itemfoot .itembox {
    width: 100%;
    display: flex;
    height: 28px;
    align-items: center;
    flex-wrap: nowrap;
}
.anli-center .content .item .itemfoot .line {
    height: 1px;
    background: #d8d8d8;
    flex: 1;
}
.anli-center .content .item .itemfoot .txt1 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: right;
    padding-left: 20px;
    flex-shrink: 1;
    /* flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.content .item .left {
    width: 102px;
    height: 102px;
    overflow: hidden;
    margin-right: 16px;
    overflow: hidden;
    position: relative;
}

.content .item .left img {
    width: auto;
    height: 100%;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.content .item .right {
    width: 400px;
}

.content .item .right .txt1 {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-bottom: 14px;
}

.content .item .right .txt2 {
    width: 400px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.content .item .right .btn-know {
    font-weight: 400;
    font-size: 16px;
    color: #1890ff;
    display: block;
}

/* 他们都选择了新创数科 */
.choose {
    width: 100%;
    padding-top: 150px;
    overflow: hidden;
    margin-bottom: 124px;
}

.choose .title {
    width: 100%;
    font-weight: 600;
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 64px;
}

.choose .box {
    width: 100%;
}

.aniitem {
    width: 100%;
    height: 83px;
    margin-bottom: 24px;
    animation: move 150s linear infinite;
    white-space: nowrap;
}

.aniitem li {
    display: inline-block;
    width: 168px;
    height: 72px;
    margin-right: 54px;
}

.aniitem2 li:nth-child(1) {
    margin-left: -330px;
}

.aniitem2 li:nth-child(2) {
    margin-left: -230px;
}

/* logo 滚动动画 */

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

    100% {
        transform: translate3d(-3613px, 0, 0);
    }
}

@-moz-keyframes move {
    /* Firefox */
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-3613px, 0, 0);
    }
}

@-webkit-keyframes move {
    /* Safari 和 Chrome */
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-3613px, 0, 0);
    }
}

/* 头图滚动 */
@keyframes scrollmove {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0px, -910px, 0);
    }
}

@-moz-keyframes scrollmove {
    /* Firefox */
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0px, -910px, 0);
    }
}

@-webkit-keyframes scrollmove {
    /* Safari 和 Chrome */
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0px, -910px, 0);
    }
}

/* 头图滚动 */
@keyframes scrollmove2 {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0px, -1091px, 0);
    }
}

@-moz-keyframes scrollmove2 {
    /* Firefox */
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0px, -1091px, 0);
    }
}

@-webkit-keyframes scrollmove2 {
    /* Safari 和 Chrome */
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0px, -1091px, 0);
    }
}
