.carousel-indicators li {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    margin: 0 10px !important;
}

.carousel-indicators .active {
    width: 2.125rem;
    height: 2.125rem;
    background: #FFFFFF00;
}

.carousel-indicators {
    align-items: center;
}

.carousel-inner .carousel-item img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.container-1st {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.h1-title {
    font-size: 2rem;
    font-family: Microsoft YaHei, serif;
    font-weight: bold;
    color: #595757;
    line-height: 2rem;
}

.container-line {
    width: 3.125rem;
    height: 4px;
    margin-top: 1.125rem;
}

.container-2nd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.container-2nd-back {
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.container-2nd .h1-title {
    color: #FFFFFF;
}

.container-2nd .container-text {
    color: #ffffff;
}

.news-center {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 2.125rem;
}

.news-center > .h1-title {
    color: #010101;
}


.learn-about-more {
    display: block;
    text-align: center;
    width: 8.75rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #C30D23;
    border-radius: 20px;
    margin: 6.25rem auto 0;
    font-family: "Microsoft YaHei UI", serif;
    font-weight: 300;
    font-size: 1rem;
    color: #FFFFFF !important;
}

.container-learn-about-more {
    display: block;
    text-align: center;
    width: 8.75rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 20px;
    margin: 2.5rem auto 0;
    font-family: "Microsoft YaHei UI", serif;
    font-weight: 300;
    font-size: 1rem;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
}

.news-learn-more {
    width: 8.75rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    border: 1px solid #7F7F7F;
    font-weight: 300;
    font-size: 1rem;
    color: #7F7F7F;
    text-align: center;
    line-height: 2.5rem;
    cursor: pointer;
}

.news-learn-more:visited,.news-learn-more:active {
    text-decoration: none;
    color: #7F7F7F;
}

.learn-about-more:visited,.learn-about-more:active,.container-learn-about-more:visited,.container-learn-about-more:active {
    border-color: #FFFFFF
}

.news-learn-more:hover,.learn-about-more:hover,.container-learn-about-more:hover{
    color: #FFFFFF !important;
    text-decoration: none;
    cursor: pointer;
    background: #C30D23;
    border-color: #C30D23 !important;
}

.swiper-slide-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 20px 15px 18px;
}

.swiper-slide-middle {
    font-weight: 300;
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 14px;
    width: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.swiper-slide-learn-more {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    color: #9A9A9A;
    height: 40px;
    border-radius: 20px;
    padding: 0 38px;
    line-height: 40px;
    margin: 34px 0 53px;
}

.swiper-slide-learn-more:hover,.swiper-slide-learn-more:active,.swiper-slide-learn-more:visited {
    color: #9A9A9A;
    text-decoration: none;
}

.swiper-pagination {
    position: static;
    margin: 32px 0 42px;
}

.swiper-pagination-bullet-active {
    background: #C30D23;
}

.swiper-slide-content {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    color: #9A9A9A;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (min-width: 1200px) {
    .menu-hr {
        position: absolute;
        bottom: 60px;
    }
    .menu-copyright {
        position: absolute;
        bottom: 0;
    }
    .image-grid {
        display: grid;
        grid-template-columns: repeat(2, 590px);
        width: 1200px;
        margin: 0 auto;
        grid-row-gap: 10px;
        justify-content: space-between;
        margin-top: 70px;
    }
    .image-item {
        width: 100%;
        height: 328px;
        position: relative;
        cursor: pointer;
    }
    
    .image-item:hover {
        transform: scale(1.1);
    }

    .image-item-img {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
    }

    .image-item-title {
        font-size: 24px;
        font-weight: bold;
        margin: 20px 0 10px 20px;
    }
    
    .image-item-subtitle {
        font-size: 20px;
        font-weight: 500;
        margin-left: 20px;
    }
    
    .carousel-inner .carousel-item img {
        height: 100vh;
    }
    .banner-content {
        opacity: 0;
        position: absolute;
        top: 418px;
        left: 50%;
        transform: translateX(-50%);
        transition: top;
        animation: fadeInOut 2s 0.5s 1 forwards;
    }

    @keyframes fadeInOut {
        0% { top: 418px;opacity: 0; }
        100% { top: 318px;opacity: 1; }
    }

    .banner-content div {
        width: 100%;
        text-align: center;
    }

    .banner-content-title {
        font-family: "Microsoft YaHei UI", serif;
        font-weight: bold;
        font-size: 64px;
        line-height: 64px;
        color: #ffffff;
    }

    .banner-content-text {
        font-family: "Microsoft YaHei UI", serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 24px;
        color: #ffffff;
        margin-top: 30px;
    }

    .container-1st, .container-2nd, .news-center {
        padding-top: 100px;
        box-sizing: border-box;
    }
    
    .news-center {
        padding-top: 80px !important;
    }

    .container-animation {
        width: 1487px;
        height: 660px;
        margin-top: -28px;
    }

    .container-text {
        width: 852px;
        font-family: Microsoft YaHei, serif;
        font-weight: 400;
        font-size: 20px;
        color: #666666;
        text-align: center;
        margin-top: 54px;
        line-height: 28px;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
    }

    .container-2nd-about-content .container-text {
        margin-top: 48px;
    }

    .container-2nd-back {
        width: 1920px;
    }

    .container-2nd-about-content {
        top: 220px;
        position: absolute !important;
        z-index: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .container-3rd-about-content {
        top: 300px;
        position: absolute !important;
        z-index: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .container-2nd-data {
        display: flex;
    }

    .container-2nd-data > div {
        width: 300px;
        height: 472px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-end;
        color: #FFFFFF;
        padding-bottom: 133px;
        box-sizing: border-box;
    }

    .container-2nd-data > div:hover {
        background: linear-gradient(to top, rgba(44, 88, 189, 1) 0%, rgba(255,255,255,0) 75%);
    }

    .container-2nd-data-title {
        line-height: 20px;
        margin-top: 22px;
        margin-bottom: 0;
        font-size: 16px;
    }

    .container-2nd-data-count {
        font-family: Swiss721BT;
        font-weight: bold;
        font-size: 50px;
        display: flex;
        align-items: center;
    }

    .container-2nd-data-count > span {
        font-size: 64px;
    }

    .news-tab {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 48px;
        font-weight: 400;
        font-size: 16px;
        color: #787878;
        line-height: 16px;
        margin-top: 48px;
    }

    .news-tab > div {
        cursor: pointer;
    }
    
    .news-tab > div:hover {
        font-weight: bold;
        color: #494949;
    }

    .news-tab-check {
        font-weight: bold;
        color: #494949;
    }

    .news-swiper {
        width: 1080px;
        position: relative;
    }

    .swiper {
        width: 100%;
        margin-top: 40px;
    }

    .swiper-slide {
        font-size: 18px;
        background: #fff;
        box-shadow: 4px 5px 16px 0px rgba(0,0,0,0.1);
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
    }

    .swiper-slide:hover {
        background-color: #F4F4F4;
    }

    .swiper-slide:hover > .swiper-slide-learn-more {
        background: #C30D23;
        color: #FFFFFF !important;
    }

    .swiper-slide-title {
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        padding: 20px 15px 18px;
    }

    .swiper-slide-middle {
        font-weight: 300;
        font-size: 14px;
        color: #595959;
        line-height: 20px;
        padding-left: 15px;
        margin-bottom: 14px;
        width: 100%;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 240px;
        object-fit: cover;
    }

    .swiper-slide-learn-more {
        display: inline-block;
        font-weight: 300;
        font-size: 16px;
        color: #9A9A9A;
        height: 40px;
        border-radius: 20px;
        padding: 0 38px;
        line-height: 40px;
        margin: 34px 0 53px;
    }

    .swiper-slide-learn-more:hover,.swiper-slide-learn-more:active,.swiper-slide-learn-more:visited {
        color: #9A9A9A;
        text-decoration: none;
    }

    .swiper-pagination {
        position: static;
        margin: 32px 0 42px;
    }

    .swiper-pagination-bullet-active {
        background: #C30D23;
    }

    .before-btn {
        width: 60px;
        height: 52px;
        background: url("../static/index/before.png") no-repeat;
        background-size: 100% 100%;
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        left: -60px;
        cursor: pointer;
    }
    .before-btn:hover {
        background: url("../static/index/before-hover.png") no-repeat;
    }

    .after-btn {
        width: 60px;
        height: 52px;
        background: url("../static/index/after.png") no-repeat;
        background-size: 100% 100%;
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        right: -60px;
        cursor: pointer;
    }
    .after-btn:hover {
        background: url("../static/index/after-hover.png") no-repeat;
    }
}

@media (max-width: 1200px) {
    .carousel-inner,.carousel-item {
        height: 100vh;
    }

    .banner-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }

    .banner-content > div {
        text-align: center;
        color: #FFFFFF;
    }

    .d-block {
        height: 100%;
        object-fit: cover;
    }

    .banner-content-title {
        font-size: 2.4rem;
        margin-bottom: 8px;
    }

    .banner-content-text {
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .container-1st {
        padding-top: 40px;
    }

    .container-text {
        font-size: 1.6rem;
        line-height: 1.6;
        color: #666666;
        padding: 0 20px;
        text-align: center;
        margin: 10px 0 22px;
    }

    .container-2nd {
        height: 42rem;
    }

    .container-2nd-back {
        object-fit: cover;
    }

    .container-2nd-about-content,.container-3rd-about-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 200px;
        opacity: 0;
    }
    .container-3rd-about-content {
        top: 300px;
    }

    .container-2nd-content {
        transition: top;
        animation: fadeInOut2nd 2s 0.5s 1 forwards;
    }



    @keyframes fadeInOut2nd {
        0% { top: 200px;opacity: 0; }
        100% { top: 40px;opacity: 1; }
    }

    .container-2nd-data {
        display: flex;
        width: 100%;
    }

    .container-2nd-data > div {
        width: 25%;
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        color: #FFFFFF;
        box-sizing: border-box;
        padding-bottom: 30px;
    }

    .container-2nd-data > div:hover {
        background: linear-gradient(to top, rgba(44, 88, 189, 1) 0%, rgba(255,255,255,0) 75%);
    }

    .container-2nd-data-title {
        line-height: 40px;
        margin-bottom: 0;
        text-align: center;
        padding: 0 6px;
        box-sizing: border-box;
    }

    .container-2nd-data-title-2 {
        line-height: 20px !important;
    }

    .container-2nd-data-count {
        font-family: Swiss721BT, serif;
        font-weight: bold;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .container-2nd-data-count > span {
        font-size: 20px;
    }

    .container-3rd-content {
        transition: top;
        animation: fadeInOut3rd 2s 0.5s 1 forwards;
    }

    @keyframes fadeInOut3rd {
        0% { top: 300px;opacity: 0; }
        100% { top: 100px;opacity: 1; }
    }

    .news-center {
        padding-top: 40px;
    }

    .news-tab {
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 10px 0 20px;
    }

    .news-tab-item {
        padding: 7px 10px;
    }

    .news-tab-check {
        font-weight: bold;
        color: #FFFFFF;
        background: #C30D23;
        border-radius: 20px;
    }

    .news-swiper {
        width: 100%;
    }

    .swiper-wrapper {
        width: 350px;
    }

    .swiper-pagination-mobile {
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }

    .swiper-pagination-mobile .swiper-slide {
        width: 100% !important;
        font-size: 18px;
        background: #fff;
        box-shadow: 4px 5px 16px 0 rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        margin: 0 20px;
    }



    .swiper-slide {
        font-size: 18px;
        background: #fff;
        box-shadow: 4px 5px 16px 0px rgba(0,0,0,0.1);
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
    }

    .swiper-slide{
        background-color: #F4F4F4;
    }

    .swiper-slide > .swiper-slide-learn-more {
        background: #C30D23;
        color: #FFFFFF !important;
    }
}


