.block6 {
    padding: 100px 0;
    background: #fafbfc
}

.block6 .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    width: 1200px;
    margin: 0 auto
}

.block6 .inner .indicator {
    display: flex;
    flex-direction: column;
    align-items: center
}

.block6 .inner .indicator .indicator-item {
    box-sizing: border-box;
    cursor: pointer;
    overflow: visible;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 8px solid #fafbfc;
    background: #f5f6f8
}

.block6 .inner .indicator .indicator-item:hover {
    transform: scale(.9)
}

.block6 .inner .indicator .indicator-item.active {
    border: 8px solid #f2fff3;
    background: #fff
}

.block6 .inner .indicator .indicator-item.active .circle {
    stroke-dasharray: 251;
    stroke-dashoffset: 251;
    animation: 10s svgcircle linear infinite
}

.block6 .inner .indicator .indicator-item.active .svg {
    display: block
}

.block6 .inner .indicator .indicator-item .icon {
    width: 32px;
    height: 32px
}

@keyframes svgcircle {
    0% {
        stroke-dashoffset: -251
    }
    100% {
        stroke-dashoffset: 0
    }
}

.block6 .inner .indicator .indicator-item .svg {
    display: none;
    box-shadow: 0 4px 40px #00b03e33;
    z-index: 1;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    position: absolute;
    width: 88px;
    height: 88px
}

.block6 .inner .indicator .indicator-item .svg svg {
    width: 100%;
    height: 100%
}

.block6 .inner .indicator .line {
    opacity: .05;
    width: 1px;
    height: 45px;
    background: #00001c
}

.block6 .inner .block-wrap {
    width: 1049px
}

.block6 .inner .block-wrap .block {
    display: flex;
    align-items: center
}

.block6 .inner .block-wrap .block .info.slick-current .he_syp1tu1 p {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: .4s
}

.block6 .inner .block-wrap .block .he_syp1txgk.slick-current .he_syp1tu2 p {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: .5s
}

.block6 .inner .block-wrap .block .he_syp1txgk.slick-current .he_syp1mokpc {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: .6s
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.block6 .inner .block-wrap .block.slick-current .info .title {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: .4s
}

.block6 .inner .block-wrap .block.slick-current .info .desc {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: .5s
}

.block6 .inner .block-wrap .block.slick-current .info .btn {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: .6s
}

.block6 .inner .block-wrap .block .info .title {
    font-weight: 600;
    font-size: 24px;
    color: #00001c
}

.block6 .inner .block-wrap .block .info .desc {
    width: 294px;
    margin-top: 24px;
    text-align: justify;
    font-size: 14px;
    color: #9999a4
}

.block6 .inner .block-wrap .block .info .btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 137px;
    height: 41px;
    margin-top: 40px;
    background: #00b03e
}

.block6 .inner .block-wrap .block .info .btn .text {
    margin-right: 4px;
    font-size: 12px;
    color: #fff
}

.block6 .inner .block-wrap .block .info .btn .more {
    width: 13px;
    height: 13px
}

.block6 .inner .block-wrap .block .img {
    display: block;
    width: 697px;
    height: 541px;
    margin-left: 58px
}