.bannermobile {
    display: none;
}

@media (max-width:768px) {
    .bannermobile {
        display: block;
    }

    .bannerpc {
        display: none;
    }
}

.banner .mySwiper {
    height: 100vh;
}

.bannerlist {
    position: absolute;
    left: 0px;
    top: 100px;
    width: 100%;

}

.bannerlist .top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.bannerlist .top .items {
    width: 360px;
    height: 360px;
    margin: 7.5px;
    position: absolute;
    overflow: hidden;
}

.bannerlist .items .imgs {
    position: relative;
    width: 100%;
    height: 100%;
}


.bannerlist .top .items:nth-child(1) {
    background: #8ac5c9;
    left: -55px;
    top: -100px;
    width: 50%;
    height: 50%;
    transform: rotate(45deg);
}

.bannerlist .top .items:nth-child(2) {
    background: yellow;
    left: 740px;
    top: -145px;
    transform: rotate(45deg);
}

.bannerlist .top .items:nth-child(3) {
    background: #5c64ad;
    left: 1705px;
    top: 40px;
    transform: rotate(45deg);
}

.bannerlist .top .items:nth-child(4) {
    background: #ae5ba3;
    left: 1440px;
    top: -225px;
    transform: rotate(45deg);
}

.bannerlist .top .items:nth-child(5) {
    background: #f5f5f5;
    left: 995px;
    top: 50px;
    width: 630px;
    height: 630px;
    transform: rotate(45deg);
}

.bannerlist .top .items:nth-child(6) {
    background: #d73731;
    left: 675px;
    top: 450px;
    transform: rotate(45deg);
}

.bannerlist .down {
    width: 100%;
}

.bannerlist .down .items {
    width: 250px;
    height: 250px;
    margin: 7.5px;
    position: absolute;
    overflow: hidden;
}

.bannerlist .down .items:nth-child(1) {
    background: #F8DB4F;
    position: absolute;
    left: 395px;
    top: 620px;
    transform: rotate(45deg);
}

.bannerlist .down .items:nth-child(2) {
    background: transparent;
    left: 940px;
    top: 715px;
    transform: rotate(45deg);
    width: 360px;
    height: 360px;
}

.bannerlist .down .items:nth-child(3) {
    background: #97588d;
    left: 580px;
    top: 805px;
    transform: rotate(45deg);
}

.bannerlist .down .items:nth-child(4) {
    background: #fff;
    left: 1450px;
    top: 505px;
    transform: rotate(45deg);
    width: 630px;
    height: 630px;
}

.bannerlist .down .items:nth-child(5) {
    background: #f0b743;
}

.bannerlist .down .items:nth-child(6) {
    background: transparent;
}


.bannerlist .items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerlist .items .imgs img {
    display: block;
    opacity: 0;
    transition: opacity 1s;
    position: absolute;

    transform: rotate(-45deg);
    width: 142%;
    height: 142%;
    top: -21%;
    left: -21%;
}

.bannerlist .items .imgs img.active {
    opacity: 1;
}

.bannerlist .items .imgs.bannerimg img {
    opacity: 1 !important;
}

.bannerlist .items .spanitems span {
    display: block;
    opacity: 0;
    transition: opacity 1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #82cddb;
}

.bannerlist .items .spanitems.span1 span:nth-child(1) {
    background: #ffdd00;
}

.bannerlist .items .spanitems.span1 span:nth-child(2) {
    background: #77cdda;
}

.bannerlist .items .spanitems.span1 span:nth-child(3) {
    background: #5c64ad;
}


.bannerlist .items .spanitems.span2 span:nth-child(1) {
    background: #ae5ba3;
}

.bannerlist .items .spanitems.span2 span:nth-child(2) {
    background: #5c64ad;
}

.bannerlist .items .spanitems.span2 span:nth-child(3) {
    background: #77cdda;
}


.bannerlist .items .spanitems.span3 span:nth-child(1) {
    background: #77cdda;
}

.bannerlist .items .spanitems.span3 span:nth-child(2) {
    background: #ffdd00;
}

.bannerlist .items .spanitems.span3 span:nth-child(3) {
    background: #5c64ad;
}



.bannerlist .items .spanitems span.active {
    opacity: 1;
}



.bannertext {
    position: absolute;
    top: 270px;
    left: 170px;
    color: #fff;
}


.bannertext span {
    font-weight: 100;
    font-family: 'system-ui';
}

.bannertext h1 {
    font-size: 5.2rem;
    margin-bottom: 10px;
    line-height: 0.9;
    position: relative;
    -webkit-transition: color 0s 0.5s;
    transition: color 0s 0.5s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}




.bannertext p {
    font-size: 2.2rem;
    line-height: 1.2;
    position: relative;
    -webkit-transition: color 0s 0.5s;
    transition: color 0s 0.5s;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
    margin-bottom: 0;
}

.bannertext p::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f0b743;
    -webkit-animation: textOverlay 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: textOverlay 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;

}




.home-banner {
    min-height: 160vh;
    background: #dceeef;
}

.bannerdown {
    width: 100%;
    padding-bottom: 12vh;
    padding-top: 10vh;
    position: relative;
    background-color: #fff;
    z-index: 999;
    background: #dceeef;
}

.bannerdown .container-fluid-px-mw {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.bannerdown .desc {
    font-size: 24px;
    line-height: 1.6;
    color: #000;
    width: 75%;
}

.bannerdown a {
    font-size: 18px;
    color: #fff;
    background: #5c5ca7 !important;
    padding: 20px 35px;
    border-radius: 30px;
}

.bannerdown a.btn::before {
    background: #97588e !important;
}


.filmswi {
    height: 85vh;
}

.mySwiper {
    height: 100%;
}

.mySwiper .Text {
    position: absolute;
    z-index: 99;
    width: 70%;
    color: #fff;
    left: 6vw;
    bottom: 120px;
}

.mySwiper .boximg {
    width: 100%;
    height: 100%;
}

.mySwiper .boximg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.mySwiper .Text h3 {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 1.22;
    margin-bottom: 35px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.mySwiper .Text p {
    line-height: 1.6;
    font-size: 18px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1440px) {
    .mySwiper .Text p br {
        display: none;
    }
}

.mySwiper .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background-color: #fff;
}

.mySwiper .swiper-pagination {
    bottom: 25px;
}



@media (max-width: 960px) {
    .bannerdown {
        flex-direction: column;
        padding-bottom: 5vh;
        padding-top: 5vh;
        padding-left: 15px;
        padding-right: 15px;
        align-items: flex-start !important;
    }

    .bannerdown p {
        font-size: 20px !important;
    }

    .bannerdown a {
        margin-top: 20px;
        margin-left: 0;
    }


}

.title-level-2-alt svg,
.title-level-2-alt .title-chevron {
    display: none;
}

@media (max-width:900px) {
    .bannerdown .container-fluid-px-mw {
        display: block;
    }

    .bannerdown .desc {
        width: 100%;
    }

    .btn.btn-right {
        margin-top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width:600px) {
    .mySwiper .Text {
        width: 95%;
        left: 3.5%;
        bottom: 0px;
    }

    .filmswi {
        height: 60vh;
    }

}

@media (max-width: 420px) {
    .bannerdown {
        padding-top: 3vh;
    }
}

.page-container-inner {
    background: #dceeef;
}

.sectionCenter {
    display: flex;
    background: #fff;
    color: #222;
    flex-wrap: wrap;
}

.sectionCenter .sectionCenterImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sectionCenterList {
    display: flex;
    width: 48%;
    padding: 60px 0px;
    box-sizing: border-box;
    justify-content: center;
}

.sectionCenterList .sectionCenterItem:first-child {
    margin-right: 10%;
}

.sectionCenterList .sectionCenterItem .sectionCenterItemTitle {
    text-align: right;
    color: #7770b4;
    line-height: 30px;
    font-size: 18px;
    border-bottom: 2px solid #7770b4;
    margin-bottom: 0;
    margin-left: auto;
    width: 100px;


}

.sectionCenterList .sectionCenterItem .sectionCenterItemTime {
    color: #a85792;
    text-align: right;
    font-size: 18px;
    margin: 1.2rem 0 0.7rem 0;
}

.sectionCenterList .sectionCenterItem .sectionCenterItemText {
    text-align: right;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 0.2rem;
    color: #575757;
}

.sectionCenterRight {
    flex: 1;
    margin-top: auto;
    margin-bottom: 90px;
}

.sectionCenterRight .sectionCenterRightTitle {
    color: #fff;
    text-align: left;
    font-size: 18px;

}

.sectionCenterRight .btn.btn-right {
    color: #fff;
}

.sectionCenterRight .sectionCenterRightBtn {
    text-align: center;
    color: #fff;
    background: #a85792;
    width: 160px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin: 0 auto;
}

.sectionCenter .left {
    position: relative;
    width: 35%;
    height: 100%;
}

.sectionCenter .left a {
    position: absolute;
    bottom: 20px;
    right: 4%;
    color: #fff;
}

.sectionCenter .left a:hover {
    color: #fff;
}

.sectionCenter .right {
    position: relative;
    flex: 1;
    height: 630px;
    overflow-y: scroll;
    padding-right: 40px;
    height: 100%;
}

.sectionCenter .right>ul {
    padding: 50px 0 0;


}

.sectionCenter .right::-webkit-scrollbar {
    width: 8px;
    height: 630px;
}

.sectionCenter .right::-webkit-scrollbar-track {
    background-color: #b6a68a;
}

.sectionCenter .right::-webkit-scrollbar-thumb {
    background-color: #f3c300;
}


.sectionCenter .right>ul>li {
    border-top: 3px solid #fdb913;
    list-style: none;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sectionCenter .right>ul>li:last-child {
    /* border-bottom: 3px solid #fdb913; */
}

.sectionCenter .right>ul>li .left-date {
    width: 35%;
    background-color: #fdb913;
    margin-top: -52px;
    color: #fff;
    font-size: 26px;
    text-align: right;
    padding-top: 35px;
    padding-right: 50px;
}

.sectionCenter .right>ul>li:last-child .left-date {}

.sectionCenter .right>ul>li .right-data {
    flex: 1;
    padding-left: 50px;
    padding-top: 10px;
}

.sectionCenter .right>ul>li .right-data>ul>li {
    list-style: none;
}

.sectionCenter .right>ul>li .right-data>ul>li .time {
    color: #b4539b;
    margin-bottom: 10px;
}

.sectionCenter .right>ul>li .right-data>ul>li .text {
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.sectionCenter .right>ul>li .right-data>ul>li .des {
    color: #333;
    margin-bottom: 10px;
}

.sectionCenter .right>ul>li .right-data>ul>li .more {
    text-align: right;
    color: #727272;
    margin-bottom: 10px;
    margin-top: 40px;
}

.sectionCenter .right>ul>li .right-data>ul>li .more a {
    text-decoration: underline;
}

@media screen and (max-width: 1455px) {
    .sectionCenterList {
        display: flex;
        width: 40%;
        padding: 60px 0px;
        box-sizing: border-box;
        justify-content: center;
    }
}

@media screen and (max-width: 1280px) {
    .sectionCenter .sectionCenterImg {
        width: 100%;
        height: 100%;
    }

    .sectionCenterList {
        display: flex;
        width: 65%;
        padding: 60px 0px;
        box-sizing: border-box;
        justify-content: center;
    }
}

@media screen and (max-width: 900px) {
    .sectionCenterList {
        display: flex;
        width: 100%;
        padding: 60px 0px;
        box-sizing: border-box;
        justify-content: center;
    }

    .sectionCenterRight {
        flex: 1;
        margin-top: auto;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 550px) {
    .sectionCenterList {
        display: flex;
        width: 100%;
        padding: 40px 25px;
        box-sizing: border-box;
        justify-content: center;
    }

    .sectionCenterList .sectionCenterItem:first-child {
        margin-right: 5%;
    }
}

.hightlights {
    background: #feeab8;
    ;
}

.festival {
    height: 630px;
}

.festival .sectionCenter {
    height: 100%;
}

@media screen and (max-width: 1600px) {
    .festival {
        height: 560px;
    }

    .sectionCenter .right::-webkit-scrollbar {
        height: 560px;
    }

    .bannertext {
        top: 200px;
        left: 140px;
    }

    .bannertext h1 {
        font-size: 5rem;
    }

    .home-banner {
        min-height: 140vh;
    }

}

@media screen and (max-width: 1400px) {
    .sectionCenter .left {

        width: 40%;

    }
}

@media screen and (max-width: 1400px) {
    .bannertext {
        top: 170px;
        left: 120px;
    }

    .bannertext h1 {
        font-size: 4.5rem;
    }

    .home-banner {
        min-height: 120vh;
    }
}

@media screen and (max-width: 1200px) {
    .festival {
        height: 400px;
    }

    .bannertext {
        top: 150px;
        left: 80px;
    }

    .bannertext h1 {
        font-size: 4.1rem;
    }

    .home-banner {
        min-height: 100vh;
    }


}

@media screen and (max-width: 1000px) {
    .festival {
        height: 380px;
    }
}

@media screen and (max-width: 991px) {
    .festival {
        height: auto;
    }

    .sectionCenter .left {
        width: 100%;
    }

    .sectionCenter .right {
        /* overflow-y: unset; */
        max-height: 500px;
    }

    .bannertext {
        top: 120px;
        left: 80px;
    }

    .bannertext h1 {
        font-size: 3.5rem;
    }

    .home-banner {
        min-height: 80vh;
    }

    .sectionCenter .right>ul>li .left-date {
        margin-top: -53px;
    }
}

@media screen and (max-width: 850px) {
    .bannertext {
        top: 100px;
        left: 60px;
    }

    .bannertext h1 {
        font-size: 3rem;
    }

}

@media screen and (max-width: 700px) {
    .bannertext {
        top: 90px;
        left: 40px;
    }

    .bannertext h1 {
        font-size: 2.5rem;
    }

    .home-banner {
        min-height: 55vh;
    }
}

@media screen and (max-width: 650px) {
    .sectionCenter .right>ul>li .left-date {
        font-size: 18px;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sectionCenter .right>ul>li .right-data {
        padding-left: 15px;
    }

    .sectionCenter .right>ul>li .right-data>ul>li .more {
        margin-top: 20px;
    }

    .sectionCenter .right>ul>li .right-data>ul>li {
        margin-bottom: 20px;
    }

    .bannerlist {
        left: 50px;
        top: 105px;
    }

    .bannertext {
        top: 115px;
        left: 40px;
    }

    .bannertext h1 {
        font-size: 2rem;
    }

    .home-banner {
        min-height: 60vh;
    }


    .brnone br {
        display: none;
    }

    .bannerlist .top .items:nth-child(1) {
        width: 225px !important;
        height: 225px !important;
        left: -72.4062px !important;
        top: -69.375px !important;
    }

    .bannerlist .down .items:nth-child(2) {
        width: 128.5px !important;
        height: 128.5px !important;
        left: -120px !important;
        top: 140.762px !important;
    }

    .bannerlist .top .items:nth-child(6) {
        width: 100.5px !important;
        height: 100.5px !important;
        left: 40.6562px !important;
        top: 152.125px !important;
        z-index: 9;

    }

    .bannerlist .top .items:nth-child(5) {
        width: 150.562px !important;
        height: 150.562px !important;
        left: 140.531px !important;
        top: 65.8125px !important;
    }

    .bannerlist .top .items:nth-child(2) {
        width: 137.75px !important;
        height: 137.75px !important;
        left: 162px !important;
        top: -100.3438px !important;
    }

    .bannerlist .down .items:nth-child(3) {
        width: 120.9375px !important;
        height: 120.9375px !important;
        left: 271.125px !important;
        top: -2.275px !important;
    }

    .bannerlist .down .items:nth-child(4) {
        width: 120.562px !important;
        height: 120.562px !important;
        left: 274.438px !important;
        top: 161.0938px !important;
    }

    .bannerlist .top .items:nth-child(4) {
        width: 77.75px !important;
        height: 77.75px !important;
        left: 207px !important;
        top: 240.8438px !important;
        z-index: 9;
    }

    .bannerlist .down .items:nth-child(1) {
        width: 77.9375px !important;
        height: 77.9375px !important;
        left: 127.5438px !important;
        top: 220.938px !important;
    }

    .bannerlist .top .items:nth-child(3) {
        width: 58.625px !important;
        height: 58.625px !important;
        left: 0px !important;
        top: 230.664px !important;
    }



}


.mobileimages {
    display: none;
}

@media screen and (max-width: 768px) {

    .pcimages {
        display: none;
    }

    .mobileimages {
        display: block;
    }

    .mySwiper .Text {
        width: calc(100% - 18vw);
        left: 9vw;
        bottom: 0px;
    }

}


@media screen and (max-width: 500px) {

    .home-banner {
        min-height: 450px;
    }

    .mySwiper .Text {
        width: 93%;
        left: 3.5%;
        bottom: 50px;
    }


}

@media screen and (max-width: 414px) {
    .bannerlist {
        transform: scale(1.15);
    }
}

@media screen and (max-width: 390px) {
    .bannerlist {
        transform: scale(1);
    }
}

.footer-main .container-fluid-px-mw {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
    align-items: center;
}

.footer-main .container-fluid-px-mw .left {
    width: 33%;
}

.footer-main .container-fluid-px-mw .left .footlogo img {
    width: 200px;
}

.footsns {
    padding-left: 5px;
}

.footer-main .container-fluid-px-mw .left .footlogo {
    margin-bottom: 15px;
}

.footer-main .container-fluid-px-mw .right {
    width: 65%;
}

.footer-main .container-fluid-px-mw .right h4 {
    color: #222222;
    font-weight: bold;
    font-size: 2rem;
}

.footer-main .container-fluid-px-mw .right strong {
    color: #333;
    font-size: 1.6rem;
}

.footer-main .container-fluid-px-mw .right p {
    margin: 10px 0;
}

.footer-main .container-fluid-px-mw .right .address {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.footer-main .container-fluid-px-mw .right p {
    color: #000;
    font-size: 1rem
}

.footer-main .container-fluid-px-mw .right p i {
    color: #000;
}

.copys {
    background: #fff;
    padding: 20px 0;
    text-align: center;
    color: #000;
}

.copys p {
    margin-bottom: 0;
}

@media (max-width: 960px) {

    .bannerdown a {
        padding: 0 25px;
    }

    .footer-main .container-fluid-px-mw .left {
        width: 38%;
    }

    .footer-main .container-fluid-px-mw .left .footlogo img {
        width: 180px;
        padding-left: 15px;
    }

    .footsns {
        padding-left: 5px;
    }


    .footer-main .container-fluid-px-mw .left .footlogo {
        margin-bottom: 15px;
    }

    .footer-main .container-fluid-px-mw .right {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .footer-main .container-fluid-px-mw {
        flex-direction: column;
        padding: 80px 0 30px;
    }

    .footer-main .container-fluid-px-mw .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-main .container-fluid-px-mw .left .footlogo img {
        width: 180px;
        padding-left: 5px;
    }

    .footsns {
        padding-left: 0;
    }

    .footer-main .container-fluid-px-mw .left .footlogo {
        margin-bottom: 15px;
    }

    .footer-main .container-fluid-px-mw .right {
        width: 100%;
    }
    .footer-main .container-fluid-px-mw .right h4{
        font-size: 1.6rem;
    }
    .footer-main .container-fluid-px-mw .right strong{
        font-size: 1.3rem;
    }
}

@media (max-width: 600px) {

    .myb {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mya {
        padding-left: 3.5% !important;
        padding-right: 3.5% !important;
    }

    .footer-main .container-fluid-px-mw .left .footlogo img {
        padding-left: 0px !important;
    }

    .mySwiper .Text h3 {
        font-size: 2.6rem !important;
    }

    .bannerdown .desc {
        font-size: 18px !important;
    }

}