@charset "UTF-8";

.button {
    position: absolute;
    cursor: pointer;
    top: 63px;
    font-size: 40px;
    color: #004884;
}

/* .big-button.prev {
  width: 0;
  height: 0;
  border-right: 20px solid #e4e4e4;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.big-button.next {
  width: 0;
  height: 0;
  border-left: 20px solid #e4e4e4;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
} */

.big-button {
    position: absolute;
    cursor: pointer;

    top: -58px;
    font-size: 20px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}

.big-button.prev,
.big-button.next {
    position: absolute;
    top: -8px;
    /* color: #000; */
}

.prev {
    left: -70px;
    transform: rotate(-90deg);
}

.next {
    right: -70px;
    transform: rotate(90deg);
}

.color-yellow {
    color: #fdc300;
}

.time-container {
    margin: 0 auto;
    position: relative;
}

.slide_wrap {
    position: relative;
    transform-style: preserve-3d;
}

.slide_wrap ul {
    position: relative;
    left: 0px;
    margin-left: 80px;
    margin-right: 80px;
    display: flex;
    justify-content: space-between;
}

.slide_wrap::before {
    width: 100%;
    height: 2px;
    background: #C5C5C5;
    content: '';
    position: absolute;
    top: 16px;
    left: 0px;
    z-index: -1;
}

.slide_items li a {
    display: block;
}

.slide_items li span {
    margin-bottom: 26px;
    display: block;

    font-size: 24px;
    font-family: 'Source Han Sans SC, Source Han Sans SC-Medium';
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 36px;
}


.slide_items li i {
    width: 24px;
    height: 24px;
    background: #8BB7D0;
    border-radius: 50%;
    background-size: 100% 100%;
    z-index: 999;
}

.slide_items li.on i {
    background: #EE843A;
}

.circle_wrap {
    display: flex;
    justify-content: center;
}

.slide_items li .circle {
    width: 32px;
    height: 32px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid transparent;
}

.slide_items li.on .circle {
    border: 2px solid #8BB7D0;
}

.circle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-content {
    margin-top: 50px;
    /* padding-bottom: 58px; */
}

.slide-content ul {
    display: none;
}

.slide-content ul.on {
    display: block;
}

/* .slide-content .every-content {
  padding-top: 50px;
  padding-bottom: 50px;
} */

.slide-content .every-content img {
    /* width: 100%; */
    height: 366px;
    max-width: 550px;
    max-height: 366px;

    object-fit: contain;
}

.history_content_img {
    flex: 4;

    background: #fff;
    text-align: center;
}

.img19 {
    padding: 0 10px;
}

.slide-content .every-content:not(:last-child) {
    border-bottom: 1px solid #8B8B8B;
}

.history_content_wrap {
    display: flex;
}

.right_content {
    background: #fff;
    padding: 44px 66px;
    flex: 5;
}

.right_content span {
    font-size: 30px;
    font-family: 'Source Han Sans SC, Source Han Sans SC-Medium';
    font-weight: 500;
    color: #000000;
}

.right_content .content_dec .dic {
    background: #000;
}

.right_content .content_dec {
    font-size: 20px;
    line-height: 36px;
    font-family: 'Alibaba-Regular';
    font-weight: 300;
    font-style: normal;
    /* height: 100%; */
    color: #000000;
    margin-top: 16px;
    text-align: justify;
    letter-spacing: inherit;
    display: flex;
}


@media (max-width: 767px) {
    .time-container {
        padding: 10px;
    }

    .slide_wrap ul {
        margin-left: 30px;
        margin-right: 30px;
    }

    .slide_items li {
        width: 80px;
    }

    .slide_items li span {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        margin-top: 16px;
        text-align: center;
    }

    .slide-content .every-content {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .slide-content .every-content img {
        /* margin-top: 20px; */
        width: 100%;
        height: auto;
    }

    .right_content {
        padding: 30px;
    }

    .slide_items li i {
        width: 20px;
        height: 20px;
    }

    .slide_wrap::after {
        top: 45px;
    }

    .slide-content {
        margin-top: 30px;
    }

    .history_content_wrap {
        display: block;
    }

    .right_content .content_dec,
    .right_content span {
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
        text-align: left;
    }

    .right_content span {
    }

    /* .slide-content .every-content .left-content {
      font-size: 20px;
      line-height: 30px;
    } */
    .slide_items .on span {
        font-size: 24px;
        line-height: 20px;
    }

    .button {
        top: 28px;
        font-size: 28px;
    }

    .prev {
        left: -20px;
    }

    .next {
        right: -20px;
    }

    .big-button {
        top: 21px;
    }

    .history-container .container-title {
        margin-bottom: 30px;
    }

    .investor-container .container-title {
        font-size: 28px;
        padding-top: 52px;
        margin-bottom: 30px;
    }
}