@charset "utf-8";


nav {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 70px;
    height: 490px;
    z-index: 10000;
    /* border: 1px solid red; */
}

nav div {
    width: 100%;
    height: calc(100% / 7);
}

nav div a {
    display: block;
    /* border: 1px solid red; */
    position: relative;
    width: 100%;
    height: 100%;
}

nav div a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 70px;
    /* width: 100%; */
    height: 100%;
    /* border: 1px solid red; */
}


nav div:nth-child(1) {
    background-color: #fff2d6;
}

nav div:nth-child(2) {
    background-color: #adc80b;
}

nav div:nth-child(3) {
    background-color: #007d63;
}

nav div:nth-child(4) {
    background-color: #004f9d;
}

nav div:nth-child(5) {
    background-color: #f19889;
}

nav div:nth-child(6) {
    background-color: #d8574a;
}

nav div:nth-child(7) {
    background-color: #d2d2d2;
}


/* ----------------------------------------------------------- */

#section05 {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/section05-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    overflow: hidden;
    z-index: 6000;
}


.sec5-tit {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.sec5-cont-box {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/section05-cont-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 82%;
    height: 65%;
    /* border: 1px solid red; */
}



.sec5-cont-box .notice {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 70px;
    border-radius: 20px;
    display: flex;
    background-color: #c08021;
    overflow: hidden;
    transition: all 0.5s;
    z-index: 6500;
}


.sec5-cont-box .notice:hover {
    height: 400px;
}


.sec5-cont-box .notice h2 {
    /* border: 1px solid red; */
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translate(-50%, -50%);
}

.sec5-cont-box .notice>a {
    /* line-height: 250%; */
    /* border: 1px solid red; */
    position: absolute;
    top: 50%;
    left: 12.5%;
    transform: translate(-50%, -50%);
}

.ul-bg {
    background-color: #fff;
    border-radius: 20px;
    width: 80%;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 6600;
}

.sec5-cont-box .notice:hover .ul-bg {
    height: 350px;
}


.sec5-cont-box .notice ul {
    width: 100%;
    height: 350px;
    /* border: 1px solid red; */
    position: absolute;
    font-size: 25px;
    line-height: 50px;
    z-index: 6700;
    text-align: center;
    white-space: nowrap;
    top: -50px;
    left: 50%;
    transform: translatex(-50%);
}

.sec5-cont-box .notice ul li {
    height: 50px;
}

.sec5-cont-box .notice ul.keyf {
    animation: keyf 20s infinite linear;
}

@keyframes keyf {
    0% {
        top: 0px;
        left: 50%;
        transform: translatex(-50%);
    }

    5.5% {
        top: 0px;
        left: 50%;
        transform: translatex(-50%);
    }

    13.5% {
        top: -50px;
        left: 50%;
        transform: translatex(-50%);
    }

    19% {
        top: -50px;
        left: 50%;
        transform: translatex(-50%);
    }

    27% {
        top: -100px;
        left: 50%;
        transform: translatex(-50%);
    }

    32.5% {
        top: -100px;
        left: 50%;
        transform: translatex(-50%);
    }

    40.5% {
        top: -150px;
        left: 50%;
        transform: translatex(-50%);
    }

    46% {
        top: -150px;
        left: 50%;
        transform: translatex(-50%);
    }

    54% {
        top: -200px;
        left: 50%;
        transform: translatex(-50%);
    }

    59.5% {
        top: -200px;
        left: 50%;
        transform: translatex(-50%);
    }

    67.5% {
        top: -250px;
        left: 50%;
        transform: translatex(-50%);
    }

    73% {
        top: -250px;
        left: 50%;
        transform: translatex(-50%);
    }

    81% {
        top: -300px;
        left: 50%;
        transform: translatex(-50%);
    }

    86.5% {
        top: -300px;
        left: 50%;
        transform: translatex(-50%);
    }

    94.5% {
        top: -350px;
        left: 50%;
        transform: translatex(-50%);
    }

    100% {
        top: -350px;
        left: 50%;
        transform: translatex(-50%);
    }
}



.sec5-cont-box .notice ul.po {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.sec5-cont-box .tablet-calendar {
    display: none;
}


.mobile-calendar {
    display: none;
}

.sec5-cont-box .calendar {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 70%;
    /* border: 1px solid red; */
}

.sec5-cont-box .calendar table {
    width: 100%;
    height: 100%;
    /* border: 1px solid green; */
}


.sec5-cont-box .calendar table tr {
    /* height: 50%; */
    /* border: 1px solid red; */
}


.sec5-cont-box .calendar table td {
    width: calc(100% / 6);
    overflow: hidden;
    border: 3px solid #c08021;
    vertical-align: top;
    padding: 15px;
    box-sizing: border-box;
}



.sec5-cont-box .calendar table td a h3 {
    width: 100%;
    font-size: 40px;
    color: #8c5b1b;
    /* border: 1px solid red; */
}

.sec5-cont-box .calendar table td ul {
    margin-top: 20%;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    /* border: 1px solid blue; */
    display: table;
    table-layout: fixed;
}



.sec5-cont-box .calendar table td ul li {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #444;
    /* border: 1px solid red; */
    /* display: table-cell; */
}


.sec5-cont-box .calendar table td ul li span {
    font-size: 18px;
    line-height: 35px;
    /* text-align: left; */
}






.bt-pop-manu {
    position: fixed;
    top: 5%;
    right: 3%;
    width: 60px;
    height: 46px;
    /* background-color: black; */
    z-index: 30000;
    cursor: pointer;
}

.bt-pop-manu span {
    position: absolute;
    width: 100%;
    height: 15%;
    background-color: black;
    transition: all 0.5s;
}


.bt-pop-manu .bt-pop-manu01 {
    position: absolute;
    top: 0;
    right: 0;
}

.bt-pop-manu .bt-pop-manu01.pop-be01 {
    top: 0;
    right: 0;
}


.bt-pop-manu .bt-pop-manu01.pop-af01 {
    top: 50%;
    right: 0;
    transform-origin: 50% 50%;
    transform: translateY(-50%) rotate(45deg);
}


.bt-pop-manu .bt-pop-manu02 {
    position: absolute;
}

.bt-pop-manu .bt-pop-manu02.pop-be02 {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}


.bt-pop-manu .bt-pop-manu02.pop-af02 {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
}


.bt-pop-manu .bt-pop-manu03 {
    position: absolute;
    bottom: 0;
    right: 0;
}


.bt-pop-manu .bt-pop-manu03.pop-be03 {
    bottom: 0;
    right: 0;
}


.bt-pop-manu .bt-pop-manu03.pop-af03 {
    top: 50%;
    right: 0;
    transform-origin: 50% 50%;
    transform: translateY(-50%) rotate(-45deg);
}






#pop-manu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    overflow: hidden;
    transition: all 0.1s;
    z-index: 20000;
}

#pop-manu.pop-manu-be {
    opacity: 0;
    visibility: hidden;
}


#pop-manu.pop-manu-af {
    opacity: 1;
    visibility: visible;
}



#pop-manu ul {
    position: absolute;
    top: 24%;
    right: 10%;
    font-size: 50px;
    color: #fff;
    z-index: 28000;
    text-align: right;
    line-height: 80px;
}



.cir1-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform-origin: 0% 100%;
    /* transform: translateX(50%); */
    transition: all 0.2s;
    transition-delay: 0.4s;
    z-index: 25000;
}


.cir1-box.cir1-box-be {
    transform: translateX(100%) rotate(0deg);
}

.cir1-box.cir1-box-af {
    transform: translateX(100%) rotate(-90deg);
}



.cir1-box .cir1 {
    width: 100%;
    padding-bottom: 100%;
    background-color: #d8574a;
    border-radius: 50%;
    transform: translateX(-50%);
}


.cir2-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform-origin: 0% 100%;
    /* transform: translateX(50%); */
    transition: all 0.2s;
    transition-delay: 0.2s;
    z-index: 24000;

}


.cir2-box.cir2-box-be {
    transform: translateX(0%) rotate(-90deg) scale(1.2);
}

.cir2-box.cir2-box-af {
    transform: translateX(0%) rotate(0deg) scale(1.2);
}



.cir2-box .cir2 {
    width: 100%;
    padding-bottom: 100%;
    background-color: #fff2d6;
    border-radius: 50%;
    transform: translateX(-50%);
}




.cir3-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform-origin: 0% 100%;
    /* transform: translateX(50%); */
    transition: all 0.2s;
    z-index: 23000;

}


.cir3-box.cir3-box-be {
    transform: translateX(100%) rotate(0deg) scale(2.5);
}

.cir3-box.cir3-box-af {
    transform: translateX(100%) rotate(-90deg) scale(2.5);
}




.cir3-box .cir3 {
    width: 100%;
    padding-bottom: 100%;
    background-color: #adc80b;
    border-radius: 50%;
    transform: translateX(-50%);
}


.pop-img {
    position: absolute;
    top: 0%;
    z-index: 28000;
    transition: all 0.6s;
}


.pop-img.pop-img-be {
    opacity: 0;
    visibility: hidden;
    left: -20%;
}


.pop-img.pop-img-af {
    opacity: 1;
    visibility: visible;
    left: -1%;
}

.logo-pop {
    position: absolute;
    top: 5%;
    left: 3%;
    font-size: 50px;
    color: #fff;
    z-index: 28000;
    text-align: right;
    line-height: 80px;
}





@media all and (max-width:1200px) {

    .sec5-tit {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
    }

    .sec5-tit img {
        width: 350px;
    }

    .sec5-cont-box {
        position: absolute;
        top: 21%;
        left: 50%;
        transform: translateX(-50%);
        background-image: url(../images/section05-cont-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 94.2%;
        height: 65%;
        /* border: 1px solid red; */
    }

    .sec5-cont-box .notice h2 {
        /* border: 1px solid red; */
        position: absolute;
        top: 50%;
        left: 8%;
        transform: translate(-50%, -50%);
        font-size: 18px;
    }

    .sec5-cont-box .notice>a {
        /* line-height: 250%; */
        /* border: 1px solid red; */
        position: absolute;
        top: 54%;
        left: 17%;
        transform: translate(-50%, -50%);
        width: 20px;
    }


    .sec5-cont-box .notice:hover>a {
        top: 50.5%;
    }


    .sec5-cont-box .notice>a img {
        width: 100%;
    }


    .ul-bg {
        background-color: #fff;
        border-radius: 15px;
        width: 77%;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 59%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        z-index: 6600;
    }


    .sec5-cont-box .notice ul {
        width: 100%;
        height: 350px;
        /* border: 1px solid red; */
        position: absolute;
        font-size: 18px;
        line-height: 50px;
        z-index: 6700;
        text-align: center;
        white-space: nowrap;
    }

    .sec5-cont-box .notice ul li {
        height: 50px;
    }




    @keyframes keyf {
        0% {
            top: 0px;
            left: 50%;
            transform: translatex(-50%);
        }

        5.5% {
            top: 0px;
            left: 50%;
            transform: translatex(-50%);
        }

        13.5% {
            top: -50px;
            left: 50%;
            transform: translatex(-50%);
        }

        19% {
            top: -50px;
            left: 50%;
            transform: translatex(-50%);
        }

        27% {
            top: -100px;
            left: 50%;
            transform: translatex(-50%);
        }

        32.5% {
            top: -100px;
            left: 50%;
            transform: translatex(-50%);
        }

        40.5% {
            top: -150px;
            left: 50%;
            transform: translatex(-50%);
        }

        46% {
            top: -150px;
            left: 50%;
            transform: translatex(-50%);
        }

        54% {
            top: -200px;
            left: 50%;
            transform: translatex(-50%);
        }

        59.5% {
            top: -200px;
            left: 50%;
            transform: translatex(-50%);
        }

        67.5% {
            top: -250px;
            left: 50%;
            transform: translatex(-50%);
        }

        73% {
            top: -250px;
            left: 50%;
            transform: translatex(-50%);
        }

        81% {
            top: -300px;
            left: 50%;
            transform: translatex(-50%);
        }

        86.5% {
            top: -300px;
            left: 50%;
            transform: translatex(-50%);
        }

        94.5% {
            top: -350px;
            left: 50%;
            transform: translatex(-50%);
        }

        100% {
            top: -350px;
            left: 50%;
            transform: translatex(-50%);
        }
    }





    .sec5-cont-box .tablet-calendar {
        display: block;
        position: absolute;
        top: 23%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 70%;
        /* border: 1px solid red; */
    }

    .sec5-cont-box .tablet-calendar table {
        width: 100%;
        height: 100%;
        /* border: 1px solid green; */
    }


    .sec5-cont-box .tablet-calendar table tr {
        /* height: 50%; */
        /* border: 1px solid red; */
    }


    .sec5-cont-box .tablet-calendar table td {
        width: calc(100% / 6);
        overflow: hidden;
        border: 3px solid #c08021;
        vertical-align: top;
        padding: 15px;
        box-sizing: border-box;
    }



    .sec5-cont-box .tablet-calendar table td a h3 {
        width: 100%;
        font-size: 40px;
        color: #8c5b1b;
        /* border: 1px solid red; */
    }

    .sec5-cont-box .tablet-calendar table td ul {
        margin-top: 20%;
        width: 100%;
        overflow: hidden;
        font-size: 12px;
        font-weight: bold;
        text-align: right;
        /* border: 1px solid blue; */
        display: table;
        table-layout: fixed;
    }



    .sec5-cont-box .tablet-calendar table td ul li {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #444;
        /* border: 1px solid red; */
        /* display: table-cell; */
    }


    .sec5-cont-box .tablet-calendar table td ul li span {
        font-size: 18px;
        line-height: 35px;
        /* text-align: left; */
    }






    .sec5-cont-box .calendar {
        display: none;
    }

    nav {
        position: fixed;
        top: 100%;
        left: 0;
        transform: translateY(-70px);
        width: 100vw;
        height: 70px;
        display: flex;
        z-index: 10000;
        /* border: 1px solid red; */
    }

    nav div {
        width: calc(100% / 7);
        height: 100%;
    }



    .bt-pop-manu {
        display: none;
    }
}


@media all and (max-width:768px) and (min-width:0px) {

    .sec5-tit {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
    }

    .sec5-tit img {
        width: 250px;
    }

    .sec5-cont-box {
        position: absolute;
        top: 21%;
        left: 50%;
        transform: translateX(-50%);
        background-image: url(../images/section05-cont-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 94.2%;
        height: 65%;
        /* border: 1px solid red; */
    }

    .sec5-cont-box .notice {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 50px;
        border-radius: 20px;
        display: flex;
        background-color: #c08021;
        overflow: hidden;
        transition: all 0.5s;
        z-index: 6500;
    }

    .sec5-cont-box .notice:hover {
        height: 265px;
    }

    .sec5-cont-box .notice h2 {
        /* border: 1px solid red; */
        position: absolute;
        top: 50%;
        left: 12.5%;
        transform: translate(-50%, -50%);
        font-size: 14px;
    }

    .sec5-cont-box .notice>a {
        /* line-height: 250%; */
        /* border: 1px solid red; */
        position: absolute;
        top: 52%;
        left: 25%;
        transform: translate(-50%, -50%);
        width: 15px;
    }


    .sec5-cont-box .notice:hover>a {
        top: 50.5%;
    }


    .sec5-cont-box .notice>a img {
        width: 100%;
    }


    .ul-bg {
        background-color: #fff;
        border-radius: 13px;
        width: 68%;
        height: 35px;
        position: absolute;
        top: 50%;
        left: 63%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        z-index: 6600;
    }

    .sec5-cont-box .notice:hover .ul-bg {
        height: 245px;
    }


    .sec5-cont-box .notice ul {
        width: 100%;
        height: 245px;
        /* border: 1px solid red; */
        position: absolute;
        font-size: 14px;
        line-height: 35px;
        z-index: 6700;
        text-align: center;
        white-space: nowrap;
    }

    .sec5-cont-box .notice ul li {
        height: 35px;
    }




    @keyframes keyf {
        0% {
            top: 0px;
            left: 50%;
            transform: translatex(-50%);
        }

        5.5% {
            top: 0px;
            left: 50%;
            transform: translatex(-50%);
        }

        13.5% {
            top: -35px;
            left: 50%;
            transform: translatex(-50%);
        }

        19% {
            top: -35px;
            left: 50%;
            transform: translatex(-50%);
        }

        27% {
            top: -70px;
            left: 50%;
            transform: translatex(-50%);
        }

        32.5% {
            top: -70px;
            left: 50%;
            transform: translatex(-50%);
        }

        40.5% {
            top: -105px;
            left: 50%;
            transform: translatex(-50%);
        }

        46% {
            top: -105px;
            left: 50%;
            transform: translatex(-50%);
        }

        54% {
            top: -140px;
            left: 50%;
            transform: translatex(-50%);
        }

        59.5% {
            top: -140px;
            left: 50%;
            transform: translatex(-50%);
        }

        67.5% {
            top: -175px;
            left: 50%;
            transform: translatex(-50%);
        }

        73% {
            top: -175px;
            left: 50%;
            transform: translatex(-50%);
        }

        81% {
            top: -210px;
            left: 50%;
            transform: translatex(-50%);
        }

        86.5% {
            top: -210px;
            left: 50%;
            transform: translatex(-50%);
        }

        94.5% {
            top: -245px;
            left: 50%;
            transform: translatex(-50%);
        }

        100% {
            top: -245px;
            left: 50%;
            transform: translatex(-50%);
        }
    }




    .sec5-cont-box .mobile-calendar {
        display: block;
        position: absolute;
        top: 27%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 69%;
        padding: 5%;
        box-sizing: border-box;
        border: 3px solid #c08021;
    }

    .sec5-cont-box .mobile-calendar a h3 {
        width: 100%;
        font-size: 40px;
        color: #8c5b1b;
        /* border: 1px solid red; */
    }

    .sec5-cont-box .mobile-calendar ul {
        margin-top: 4%;
        width: 100%;
        overflow: hidden;
        font-size: 14px;
        /* font-weight: bold; */
        text-align: left;
        /* border: 1px solid blue; */
        display: table;
        table-layout: fixed;
    }


    .sec5-cont-box .mobile-calendar ul li {
        margin-top: 8%;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #444;
        /* border: 1px solid red; */
        /* display: table-cell; */
    }


    .sec5-cont-box .mobile-calendar ul li span {
        font-size: 22px;
        line-height: 35px;
        font-weight: bold;
        /* text-align: left; */
    }





    .sec5-cont-box .calendar {
        display: none;
    }

    .sec5-cont-box .tablet-calendar {
        display: none;
    }



    nav {
        position: fixed;
        top: 100%;
        left: 0;
        transform: translateY(-50px);
        width: 100vw;
        height: 50px;
        display: flex;
        z-index: 10000;
        /* border: 1px solid red; */
    }

    nav div {
        width: calc(100% / 7);
        height: 100%;
    }



    .bt-pop-manu {
        display: none;
    }


}