﻿#workboxs {
    width: 100%;
    height: auto;
}

.workboxs {
    position: relative;
    width: 100%;
    padding: 2em 0;
    overflow-y: scroll;
    min-height: 900px;
    overflow: hidden;
    padding-top: calc(3em + 76px) !important;
}

.workboxs:first-child {
    padding-top: calc(2em + 76px) !important;
}

.innerBox > div {
    padding: 10px;
}

.innerBox .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innerBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.culture .innerBox img {
    object-fit: contain;
}
.culture .innerContent p {
    margin-bottom: 5px;
    text-indent: 2em;
}
.culture .innerContent .innerTitle {
    text-indent: 0;
    font-weight: bold;
    color: #d19f63;
}


.innerBox .title, .phylogeny .title, .honer .title,.culture .title {
    font-size: 36px;
    font-weight: bold;
    height: 100px;
    line-height: 60px;
    padding: 20px 0;
    color: #d19f63;
}

.phylogeny .title, .honer .title,.culture .title {
    text-align: center;
}

.innerBox .content, .timelineBox {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
}

.speechBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/3.webp') no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.1;
}

.speech, .synopsis {
    background: linear-gradient(90deg,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
}

.synopsisBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/2.webp') no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.1;
}

.phylogenyBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/2.webp') no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.1;
}

.phylogeny, .honer, .culture {
    background: linear-gradient(90deg,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
}

.honerBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/honer0.png') no-repeat center center;
    background-size: contain;
    z-index: -1;
    opacity: 0.1;
}

.cultureBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/777.jpg') no-repeat center center;
    background-size: cover;
    z-index: -1;
    opacity: 0.1;
}

.mySwiper {
    height: 100%;
}

.phylogenyBox,.culture .innerBox {
    /*height: 100%;*/
    height: calc(100% - 200px);
}


.honerBox .swiper-slide {
    height: 500px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.honerBox .swiper-slide .image {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.honerBox .swiper-slide-active .image {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}


.honerBox .swiper-slide img {
    height: 250px;
}


.phylogenyBox .swiper-slide > div {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.phylogenyBox .swiper-slide > div > div {
    flex: 1 1 auto;
}

.phylogenyBox .swiper-slide > div > div.image {
    flex-shrink: 0;
    width: 100%;
    height: 30vw;
}

.phylogenyBox img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    position: relative;
    display: flex;
    bottom: 0 !important;
    height: auto;
    padding: 20px 0;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.swiper-pagination-bullet {
    height: 100%;
    border-radius: 12px;
    background: #fff;
    color: #d19f63;
    flex: 1 1 calc(50% - 10px);
    margin: 0 !important;
    opacity: 1 !important;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.swiper-pagination-bullet-active {
    background: #d19f63;
    color: #fff;
}

.timelineBox {
    padding: 2em 0;
    height: 400px;
    overflow-y: scroll;
    /*color: #d19f63;*/
}

.timelineBox .bi {
    font-size: 12px;
    padding-right: 5px;
}

.phylogenyBox .image {
    /*display: none;*/
}

.timelineBox .timelineTitle {
    color: #d19f63;
    font-weight: bold;
    padding-bottom: 20px;
}

.timelineBox .timeline {
    margin-bottom: 0;
    line-height: 30px;
    color: #333;
    line-height: 40px;
}

.timelineBox .timeline::before {
    position: absolute;
}

.timelineBox .timelineTitle {
    margin-bottom: 0;
    line-height: 30px;
}

@media (min-width: 992px) {
    .workboxs {
        padding: 3em;
        padding-top: calc(3em + 76px) !important;
        height: 100vh;
        min-height: 900px;
    }

    .innerBox .content, .timelineBox {
        font-size: 18px;
    }


    .speech, .synopsis {
        padding: 3em 6em;
    }

    .workboxs > .container {
        height: 100%;
        width: 100%;
        max-width: 100%;
    }

    .innerBox {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .innerBox .title, .phylogeny .title, .honer .title {
        padding-bottom: 30px;
    }

    .innerBox > .image {
        width: 30vw;
        /*height: 60vh;*/
        flex-shrink: 0;
    }

    .innerBox > .content {
        flex: 1 1 auto;
    }

    .speech .content, .culture .content {
        padding-left: 4em;
    }

    .synopsis .content {
        padding-right: 4em;
    }


    .timelineBox {
        height: 30vw;
        padding: 2em;
    }

    .phylogenyBox .swiper-slide > div {
        flex-direction: row;
    }

    .swiper-pagination-bullet {
        flex: 1 1 calc(25% - 10px);
    }

    .phylogenyBox .image {
        width: 35vw;
        max-width: 600px;
        /*display: block;*/
    }

    .honerBox .swiper-slide img {
        height: 25vw;
    }

}

@media (min-width: 1200px) {
    .workboxs > .container {
        height: 100%;
        width: 100%;
        max-width: 100%;
    }

    .innerBox .content, .timelineBox {
        font-size: 1.2vw;
    }
}

@media (min-width: 1400px) {
    .workboxs > .container {
        height: 100%;
        width: 100%;
        max-width: 100%;
    }
}

