.home-discovery{
    display: block;
    padding-top: 30px;
}
.home-discovery a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 10px 15px 10px 23px;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
    letter-spacing: 8px;
    border: 1px solid #047201;
    position: relative;
}
.home-discovery a::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border:1px solid #787878;
}
.home-discovery a:hover{
    color: #f3e928;
    border: 1px solid #f3e928;
    transform: translateY(-5px);
}
.homebanner{
    display: block;
    width: 100%;
    height:100vh;
    min-height: 900px;
    max-height: 1080px;
    position: relative;
}
.homebanner .logo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 950px;
    transform: translate(-50%, -50%) !important;
    z-index: 10;
}
.homebanner .logo img{
    display: block;
    width: 100%;
    height: auto;
}
.homebanner .pic{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.homebanner .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homebanner .pic.fadeIns{
    animation: srmgani 4000ms 1 ease forwards;
}
@keyframes srmgani {
    0% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1.0);
    }
}

.homebanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.homebanner .swiper-button-prev{
    left: 30px;
}
.homebanner .swiper-button-next{
    right: 30px;
}
.homebanner .swiper-button-prev,.homebanner .swiper-button-next{
    width: 46px;
    height: 46px;
    margin-top: -50px !important;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0.6;
}
.homebanner .swiper-button-disabled{
    opacity: 0.2;
}
.homebanner .swiper-button-prev:hover,.homebanner .swiper-button-next:hover{
    opacity: 1;
}
.homebanner .swiper-button-next:after,.homebanner .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 18px;
}
.homebanner .swiper-pagination{
    bottom: 30px;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 6px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 3px;
    background: #FFFFFF;
    opacity: .3;
}
.homebanner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}

.homecontent{
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 125px;
    background: url('../img/bg-homefood.jpg') no-repeat center top;
    background-size: cover;
}
.homeabout{
    display: block;
    width: 100%;
    height: auto;
    min-height: 865px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.homeabout .about-desc{
    display: flex;
    justify-content: flex-start;
}
.homeabout .about-desc .pic{
    flex: 0 0 1030px;
    width: 1030px;
    height: 570px;
}
.homeabout .about-desc .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeabout .about-desc .text {
    width: 553px;
    padding: 25px 0 0 50px;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}
.homeabout .about-desc .subtitle{
    width: 100%;
    font-size: 24px;
    color: #a04d18;
    font-family: Microsoft YaHei;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20%;
}
.homeabout .about-desc .title{
    width: 100%;
    font-size: 30px;
    color: #FFFFFF;
    font-family: Microsoft YaHei;
    margin-top: 12px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    padding-left: 12px;
    padding-right: 20%;
    text-shadow: 0 0 10px #ff0000,0 0 15px #ff0000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homeabout .about-desc .title::after{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 2px;
    height: 95%;
    background-color: #FFF;
    box-shadow: 0 1px 3px #ff0000,0 1px 5px #ff0000;
    z-index: 10;
}
.homeabout .about-desc .desc{
    padding-top: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #d2d2d2;
    font-size: 18px;
    width: 100%;
    line-height: 1.66;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.homeabout .about-desc .home-discovery{
    padding-top: 22px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.about-title{
    position: absolute;
    top: 370px;
    left: 1030px;
    width: 555px;
    min-height: 490px;
}
.about-title .home-title,.about-desc .home-title{
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;/*70*/
    height: 116px;
    background: linear-gradient(-90deg, #cb0cbf, #c20000);
    z-index: 10;
    flex-direction: column;
    align-items: flex-end;
}
.about-title .home-title strong,.about-desc .home-title strong{
    display: block;
    font-size: 106px;
    color: #04fcfc;
    font-weight: normal;
    letter-spacing: 14px;
    line-height: 1;
    padding-right: 23px;
    font-family: 'New Press Eroded';
}
.pagewrap.en .about-title .home-title {
    padding-bottom: 30px;
}
.pagewrap.en .about-title .home-title strong {
    font-size: 126px;
}
.about-title .home-title span,.about-desc .home-title span{
    display: block;
    font-size: 30px;
    color: #FFF;
    line-height: 1;
    font-weight: bold;
    padding-right: 40px;
    padding-bottom: 15px;
}
.about-title .img {
    display: block;
    width:100%;
    height: 376px;
}
.about-title .img img{
    display: block;
    width:100%;
    height: 100%;
    object-fit: cover;
}
.homefood{
    max-width: 1920px;
    margin: 0 auto;
}
.homefood .food-desc{
    display: block;
    width: 560px;
    position: relative;
    margin-left: 0;
    padding-top: 23px;
    z-index: 100;
}
.about-box{
    display: flex;
    justify-content: flex-start;
    height: 295px;
    position: relative;
}
.about-box .text{
    flex: 0 0 50%;
    width: 50%;
    height: auto;
    position: relative;
}
.about-box .about-graphics{
    position: absolute;
    left: 0;
    top: 45px;
    display: block;
    width: 369px;
    height: auto;
}
.homefood-title{
    padding-left: 0;
    padding-top: 0;
}
.homefood-title .home-title {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 603px;/*70*/
    height: 116px;
    background: linear-gradient(-90deg, #cb0cbf, #c20000);
    z-index: 10;
    flex-direction: column;
    align-items: flex-end;
}
.homefood-title .home-title strong{
    display: block;
    font-size: 106px;
    color: #04fcfc;
    font-weight: normal;
    letter-spacing: 14px;
    line-height: 1;
    padding-right: 23px;
    font-family: 'New Press Eroded';
}
.pagewrap.en .homefood-title .home-title {
    padding-bottom: 30px;
}
.pagewrap.en .homefood-title .home-title strong {
    font-size: 126px;
}
.homefood-title .home-title span{
    display: block;
    font-size: 30px;
    color: #FFF;
    line-height: 1;
    font-weight: bold;
    padding-right: 40px;
    padding-bottom: 15px;
}
.homefood .food-desc .subtitle{
    width: 100%;
    font-size: 24px;
    color: #a04d18;
    font-family: Microsoft YaHei;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homefood .food-desc .title{
    width: 100%;
    font-size: 30px;
    color: #FFFFFF;
    font-family: Microsoft YaHei;
    margin-top: 12px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    padding-left: 12px;
    text-shadow: 0 0 10px #ff0000,0 0 15px #ff0000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homefood .food-desc .title::after{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 2px;
    height: 95%;
    background-color: #FFF;
    box-shadow: 0 1px 3px #ff0000,0 1px 5px #ff0000;
    z-index: 10;
}
.homefood .food-desc .desc{
    padding-top: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #d2d2d2;
    font-size: 18px;
    line-height: 1.875;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.homefood .home-discovery {
    display: flex;
    justify-content: flex-start;
    padding-top: 30px;
}
.homefood .side-item{
    display: block;
    padding-left: 50%;
    width: 100%;
    position: relative;
    margin-top: 227px;
}
.homefood .side-item.s01{
    height: 935px;
}
.homefood .side-item.s02{
    height: 1380px;
    margin-top: -205px;
}
.homefood-desc{
    width: 605px;
    position: absolute;
    left: 50%;
    margin-left: -604px;
    top: -173px;
}
.homefood .side-item .item {
    display: flex;
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
}
.homefood .side-item .item .pic{
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #7f0a11;
}
.homefood .side-item .item .pic::after{
    display: none;
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    width: 15px;
    height: 15px;
    background: url('../img/icon-homefood-boxleft.png') no-repeat center center;
    background-size: 15px 15px;
    z-index: 10;
}
.homefood .side-item .item .pic::before{
    display: none;
    content: '';
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 15px;
    height: 15px;
    background: url('../img/icon-homefood-boxright.png') no-repeat center center;
    background-size: 15px 15px;
    z-index: 10;
}
.homefood .side-item .item.p01{
    width: 340px;
    top: -57px;
    left: 50%;
    margin-left: -1px;
}
.homefood .side-item .item.p02{
    width: 380px;
    left: 50%;
    margin-left: -380px;
    top: 287px;
    flex-direction: column-reverse;
}
.homefood .side-item .item.p02 .text {
    position: absolute;
    left: -255px;
    top: 50%;
    width: 255px;
    margin-top: -50px;
}
.homefood .side-item .item.p03{
     width: 638px;
     left: 50%;
     top: 500px;
     margin-left: 2px;
}
.homefood .side-item .item.p04{
     width: 635px;
     top: 185px;
     left: 50%;
     margin-left: -635px;
}
.homefood .side-item .item.p04 .text{
    width: 255px;
}
.homefood .side-item .item.p05{
     width: 511px;
     left: 50%;
     top: 933px;
     margin-left: -511px;
}
.homefood .side-item .item.p05 .text{
    padding-left: 175px;
}
.homefood .side-item .item.p06{
     width: 616px;
     left: 50%;
     top: 560px;
     margin-left: 2px;
}
.homefood .side-item .item .pic img{
     display: block;
     width: 100%;
    height: 100%;
    object-fit: cover;
}
.homefood .side-item .item .text{
    display: block;
    padding: 18px 5px;
    color: #FFF;
    height: 100px;
    text-align: center;
}
.homefood .side-item .item .text .title{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homefood .side-item .item .text .desc{
    font-size: 18px;
    font-family: 'Mini Hotpot';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homefood .side-item .hometitle {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 160px;
    padding: 0 45px;
    background: linear-gradient(-90deg, #cb0cbf, #c20000);
    background: #C20001;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    line-height: 1;
}
.homefood .side-item .hometitle strong{
    font-size: 80px;
    letter-spacing: 2px;
    margin-bottom: -5px;
    font-weight: normal;
    font-family: 'New Press Eroded';
}
.homefood .side-item .hometitle span{
    font-size: 30px;
    font-weight: bold;
}
.homefood .item-attribute{
    position: absolute;
    left: 340px;
    top: 180px;
    display: block;
    width: 300px;
    height: 200px;
    background-color: #C20001;
    z-index: 10;
}
.homefood .item-attribute img{
    display: block;
    width: 100%;
    height: 113px;
}
.homefood .side-item .item .item-attribute .text{
    text-align: left;
    padding: 25px 35px 10px;
}
.homefood .s02 .item-attribute {
    left: -125px;
    top: unset;
    bottom: -200px;
}

.homeevents{
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-top: 235px;
    position: relative;
}
.homeevents .wrap{
    display: block;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.homeevents .home-title {
    display: flex;
    justify-content: center;
    z-index: 10;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}
.homeevents .home-title strong{
    display: block;
    font-size: 106px;
    color: #04fcfc;
    font-weight: normal;
    letter-spacing: 33px;
    padding-left: 33px;
    line-height: 1;
    font-family: 'New Press Eroded';
}
.homeevents .home-title span{
    display: block;
    font-size: 30px;
    color: #FFF;
    line-height: 1;
    font-weight: bold;
    padding-top: 20px;
    letter-spacing: 10px;
    padding-left: 10px;
    text-shadow: 0 0 10px #ff0000, 0 0 15px #ff0000;
}
.homeevents .home-desc{
    display: block;
    padding-top: 30px;
    font-size: 22px;
    line-height: 1.45;
    color: #D2D2D2;
    text-align: center;
    font-family: 'Mini Hotpot';
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}
.homeevents .events-list{
    display: flex;
    justify-content: space-between;
    padding-top: 110px;
}
.homeevents .events-list .item {
    display: block;
    width: 215px;
    height: 810px;
    position: relative;
    transition: All 0.3s ease-in-out;
}
.homeevents .events-list .item a{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
}
.homeevents .events-list .item:nth-child(2) a,.homeevents .events-list .item:nth-child(4) a,.homeevents .events-list .item:nth-child(2):hover a,.homeevents .events-list .item:nth-child(4):hover a,.homeevents .events-list .item.cur a{
    flex-direction: column-reverse;
}
.homeevents .events-list .item:nth-child(3){
    margin-top: -60px;
}
.homeevents .events-list .item .pic{
    display: block;
    width: 215px;
    height: 620px;
}
.homeevents .events-list .item .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeevents .events-list .item .text{
    display: block;
    color: #FFF;
    padding: 10px 5px;
    text-align: right;
}
.homeevents .events-list .item .title{
    font-size: 24px;
    font-weight: bold;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}
.homeevents .events-list .item .desc{
    font-size: 18px;
    font-family: 'Mini Hotpot';
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}
.homeevents .events-list .item:hover,.homeevents .events-list .item.cur{
    padding-bottom: 155px;
}
.homeevents .events-list .item:hover .pic,.homeevents .events-list .item.cur .pic{
    height: 653px;
    margin-top: -80px;
}
.homeevents .events-list .item:nth-child(1):hover .pic,.homeevents .events-list .item:nth-child(1).cur .pic,.homeevents .events-list .item:nth-child(3):hover .pic,.homeevents .events-list .item:nth-child(3).cur .pic,.homeevents .events-list .item:nth-child(5):hover .pic,.homeevents .events-list .item:nth-child(5).cur .pic{
    margin-top: 0 !important;
}
.homeevents .events-list .item:hover .text,.homeevents .events-list .item.cur .text {
    display: flex;
    width: 92%;
    height: 45px;
    padding: 10px 10px 0;
    position: absolute;
    left: 0;
    bottom: 177px;
    text-align: left;
    background: linear-gradient(-90deg, #cb0cbf, #c20000);
    z-index: 1;
    flex-direction: column;
    justify-content: flex-end;
}
.homeevents .events-list .item:hover .date,.homeevents .events-list .item.cur .date{
    display: block;
}
.homeevents .events-list .item .date{
    position: absolute;
    left: 0;
    display: none;
    bottom: 15px;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1;
    transition: All 0.3s ease-in-out;
}
.homeevents .events-list .item .date .day{
    font-size: 57px;
}
.homeevents .events-list .item .date .month{
    font-size: 32px;
    padding-top: 5px;
}
.homeevents .events-list .item .date .year{
    font-size: 25px;
    padding-top: 5px;
}
.homeevents .home-discovery{
    display: flex;
    justify-content: center;
    padding-top: 60px;
}
.homeevents .homeevents-img{
    position: absolute;
    right: 8px;
    bottom: 140px;
    width: 411px;
    height: auto;
    z-index: 1;
}
.homeevents .homeevents-img img{
    display: block;
    width: 100%;
    height: auto;
}
.homevision{
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 900px;
    max-height: 1080px;
    position: relative;
}
.homevision .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    display: block;
    width: 115px;
    height: 115px;
    opacity: 0.6;
    cursor: pointer;
    margin: 0 auto 0 auto;
    background: url(../img/icon-play.png) no-repeat center center;
    background-size: 115px 115px;
    transition: all 0.5s ease-in-out;
    z-index: 10;
}
.homevision .icon-play:hover{
    opacity: 1;
}
.homevision img{
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.homevision video{
    position: absolute;
    object-fit: cover;
    display: block;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-position: center;
}
.home-privacy {
    width: 100%;
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1001
}
.home-privacy .wrap {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}
.home-privacy .text {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    font-family: 'Mini Hotpot';
    letter-spacing: 0.25px
}
.home-privacy .text a {
    color: #a41f24;
    display: inline-block;
    margin-top: 8px;
    text-decoration: underline
}
.home-privacy .btn {
    width: 100%;
    max-width: 400px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px
}
.home-privacy .btn button {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    margin: 0 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Mini Hotpot';
    color: #FFF;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid #FFF;
    cursor: pointer;
}
.home-privacy .btn button:hover{
    background-color: #A30012;
    border: 1px solid #A30012;
}
.homefood .side-item .item.p01 .pic{
    height: 345px;
}
.homefood .side-item .item.p02 .pic{
    height: 542px;
}
.homefood .side-item .item.p03 .pic{
    height: 486px;
}
.homefood .side-item .item.p04 .pic{
    height: 589px;
}
.homefood .side-item .item.p05 .pic{
    height: 332px;
}
.homefood .side-item .item.p06 .pic{
    height: 805px;
}
/* PC*/
@media (min-width: 768px) and (max-width: 1800px) {
.home-discovery{
    padding-top: 1.5789473684210527vw;
}
.home-discovery a{
    padding: 0.5263157894736842vw 0.7894736842105263vw 0.5263157894736842vw 1.2105263157894737vw;
    letter-spacing: 0.42105263157894735vw;
}
.home-discovery a:hover{
    transform: translateY(-0.2631578947368421vw);
}
.homebanner{
    min-height: 47.36842105263158vw;
    max-height: 56.8421052631579vw;
}
.homebanner .logo{
    width: 50vw;
}
.homebanner .swiper-button-prev{
    left: 1.5789473684210527vw;
}
.homebanner .swiper-button-next{
    right: 1.5789473684210527vw;
}
.homebanner .swiper-button-prev,.homebanner .swiper-button-next{
    width: 2.4210526315789473vw;
    height: 2.4210526315789473vw;
}
.homebanner .swiper-button-next:after,.homebanner .swiper-button-prev:after{
    font-size: 0.9473684210526315vw;
}
.homebanner .swiper-pagination{
    bottom: 1.5789473684210527vw;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 2.526315789473684vw;
    height: 0.3157894736842105vw;
    margin: 0 0.2631578947368421vw;
    border-radius: 0.15789473684210525vw;
}
.homecontent{
    padding-bottom: 6.578947368421052vw;
}
.homeabout{
    min-height: 45.526315789473685vw;
}
.homeabout .about-desc .pic{
    flex: 0 0 54.21052631578947vw;
    width: 54.21052631578947vw;
    height: 30vw;
}
.homeabout .about-desc .text {
    width: 29.105263157894736vw;
    padding: 1.3157894736842106vw 0 0 2.6315789473684212vw;
    font-size: 0.9473684210526315vw;
}
.homeabout .about-desc .title{
    margin-top: 0.631578947368421vw;
    padding-left: 0.631578947368421vw;
}
.homeabout .about-desc .title::after{
    top: 0.10526315789473684vw;
    width: 0.10526315789473684vw;
    box-shadow: 0 0.05263157894736842vw 0.15789473684210525vw #ff0000,0 0.05263157894736842vw 0.2631578947368421vw #ff0000;
}
.homeabout .about-desc .desc{
    padding-top: 1.1578947368421053vw;
}
.homeabout .about-desc .home-discovery{
    padding-top: 1.1578947368421053vw;
}
.about-title{
    top: 21.473684210526315vw;
    left: 54.21052631578947vw;
    width: 29.210526315789473vw;
    min-height: 25.789473684210527vw;
}
.about-title .home-title {
    height: 6.105263157894737vw;
}
.about-title .home-title strong{
    font-size: 5.578947368421052vw;
    letter-spacing: 0.7368421052631579vw;
    padding-right: 1.2105263157894737vw;
}
.pagewrap.en .about-title .home-title {
    padding-bottom: 1.57894736842105vw;
}
.pagewrap.en .about-title .home-title strong {
    font-size: 6.63157894736842vw;
}
.about-title .home-title span{
    font-size: 1.5789473684210527vw;
    padding-right: 2.1052631578947367vw;
    padding-bottom: 0.7894736842105263vw;
}
.about-title .img {
    height: 19.789473684210527vw;
}
.homefood .food-desc{
    width: 29.473684210526315vw;
    margin-left: 0;
    padding-top: 1.2105263157894737vw;
}
.about-box{
    height: 15.526315789473685vw;
}
.about-box .about-graphics{
    top: 2.3684210526315788vw;
    width: 19.42105263157895vw;
}
.homefood-title .home-title {
    width: 31.736842105263158vw;
    height: 6.105263157894737vw;
}
.homefood-title .home-title strong{
    font-size: 5.578947368421052vw;
    letter-spacing: 0.7368421052631579vw;
    padding-right: 1.2105263157894737vw;
}
.pagewrap.en .homefood-title .home-title {
    padding-bottom: 1.57894736842105vw;
}
.pagewrap.en .homefood-title .home-title strong {
    font-size: 6.63157894736842vw;
}
.homefood-title .home-title span{
    font-size: 1.5789473684210527vw;
    padding-right: 2.1052631578947367vw;
    padding-bottom: 0.7894736842105263vw;
}
.homefood .food-desc .title{
    margin-top: 0.631578947368421vw;
    padding-left: 0.631578947368421vw;
    text-shadow: 0 0 0.5263157894736842vw #ff0000,0 0 0.7894736842105263vw #ff0000;
}
.homefood .food-desc .title::after{
    top: 0.10526315789473684vw;
    width: 0.10526315789473684vw;
    box-shadow: 0 0.05263157894736842vw 0.15789473684210525vw #ff0000,0 0.05263157894736842vw 0.2631578947368421vw #ff0000;
}
.homefood .food-desc .desc{
    padding-top: 0.5263157894736842vw;
}
.homefood .home-discovery {
    padding-top: 1.5789473684210527vw;
}
.homefood .side-item{
    margin-top: 11.947368421052632vw;
}
.homefood .side-item.s01{
    height: 49.21052631578947vw;
}
.homefood .side-item.s02{
    height: 72.63157894736842vw;
    margin-top: -10.789473684210526vw;
}
.homefood-desc{
    width: 31.842105263157894vw;
    margin-left: -31.789473684210527vw;
    top: -9.105263157894736vw;
}
.homefood .side-item .item .pic::after{
    left: -0.10526315789473684vw;
    top: -0.10526315789473684vw;
    width: 0.7894736842105263vw;
    height: 0.7894736842105263vw;
    background: url('../img/icon-homefood-boxleft.png') no-repeat center center;
    background-size: 0.7894736842105263vw 0.7894736842105263vw;
}
.homefood .side-item .item .pic::before{
    right: -0.10526315789473684vw;
    bottom: -0.10526315789473684vw;
    width: 0.7894736842105263vw;
    height: 0.7894736842105263vw;
    background: url('../img/icon-homefood-boxright.png') no-repeat center center;
    background-size: 0.7894736842105263vw 0.7894736842105263vw;
}
.homefood .side-item .item.p01{
    width: 17.894736842105264vw;
    top: -3vw;
    margin-left: -0.05263157894736842vw;
}
.homefood .side-item .item.p02{
    width: 20vw;
    margin-left: -20vw;
    top: 15.105263157894736vw;
}
.homefood .side-item .item.p02 .text {
    left: -13.421052631578947vw;
    width: 13.421052631578947vw;
    margin-top: -2.6315789473684212vw;
}
.homefood .side-item .item.p03{
     width: 33.578947368421055vw;
     top: 26.31578947368421vw;
     margin-left: 0.10526315789473684vw;
}
.homefood .side-item .item.p04{
     width: 33.421052631578945vw;
     top: 9.736842105263158vw;
     margin-left: -33.421052631578945vw;
}
.homefood .side-item .item.p04 .text{
    width: 13.421052631578947vw;
}
.homefood .side-item .item.p05{
     width: 26.894736842105264vw;
     top: 49.10526315789474vw;
     margin-left: -26.894736842105264vw;
}
.homefood .side-item .item.p05 .text{
    padding-left: 9.210526315789474vw;
}
.homefood .side-item .item.p06{
     width: 32.421052631578945vw;
     top: 29.473684210526315vw;
     margin-left: 0.10526315789473684vw;
}
.homefood .side-item .item .text{
    padding: 0.9473684210526315vw 0;
    height: 5.2631578947368425vw;
}
.homefood .side-item .item .text .title{
    padding-bottom: 0.15789473684210525vw;
}
.homefood .side-item .hometitle {
    height: 8.421052631578947vw;
    padding: 0 2.3684210526315788vw;
}
.homefood .side-item .hometitle strong{
    font-size: 4.2105263157894735vw;
    letter-spacing: 0.10526315789473684vw;
    margin-bottom: -0.2631578947368421vw;
}
.homefood .side-item .hometitle span{
    font-size: 1.5789473684210527vw;
}
.homefood .item-attribute{
    left: 17.894736842105264vw;
    top: 9.473684210526315vw;
    width: 15.789473684210526vw;
    height: 10.526315789473685vw;
}
.homefood .item-attribute img{
    height: 5.947368421052632vw;
}
.homefood .side-item .item .item-attribute .text{
    padding: 1.3157894736842106vw 1.8421052631578947vw 0.5263157894736842vw;
}
.homefood .s02 .item-attribute {
    left: -6.578947368421052vw;
    bottom: -10.526315789473685vw;
}
.homeevents{
    padding-top: 12.368421052631579vw;
}
.homeevents .wrap{
    width: 63.1578947368421vw;
}
.homeevents .home-title strong{
    font-size: 5.578947368421052vw;
    letter-spacing: 1.736842105263158vw;
    padding-left: 1.736842105263158vw;
}
.homeevents .home-title span{
    padding-top: 1.0526315789473684vw;
    letter-spacing: 0.5263157894736842vw;
    padding-left: 0.5263157894736842vw;
    text-shadow: 0 0 0.5263157894736842vw #ff0000, 0 0 0.7894736842105263vw #ff0000;
}
.homeevents .home-desc{
    padding-top: 1.5789473684210527vw;
}
.homeevents .events-list{
    padding-top: 5.7894736842105265vw;
}
.homeevents .events-list .item {
    width: 11.31578947368421vw;
    height: 42.63157894736842vw;
}
.homeevents .events-list .item .pic{
    width: 11.31578947368421vw;
    height: 32.63157894736842vw;
}
.homeevents .events-list .item .text{
    padding: 0.5263157894736842vw 0.2631578947368421vw;
}
.homeevents .events-list .item:hover,.homeevents .events-list .item.cur{
    padding-bottom: 8.157894736842104vw;
}
.homeevents .events-list .item:hover .pic,.homeevents .events-list .item.cur .pic{
    height: 34.36842105263158vw;
    margin-top: -4.2105263157894735vw;
}
.homeevents .events-list .item:hover .text,.homeevents .events-list .item.cur .text {
    height: 2.3684210526315788vw;
    padding: 0.5263157894736842vw 0.5263157894736842vw 0;
    bottom: 9.31578947368421vw;
}
.homeevents .events-list .item .date{
    bottom: 0.7894736842105263vw;
}
.homeevents .events-list .item .date .day{
    font-size: 3vw;
}
.homeevents .events-list .item .date .month{
    font-size: 1.6842105263157894vw;
    padding-top: 0.2631578947368421vw;
}
.homeevents .events-list .item .date .year{
    font-size: 1.3157894736842106vw;
    padding-top: 0.2631578947368421vw;
}
.homeevents .home-discovery{
    padding-top: 3.1578947368421053vw;
}
.homeevents .homeevents-img{
    right: 0.42105263157894735vw;
    bottom: 7.368421052631579vw;
    width: 21.63157894736842vw;
}
.homevision{
    min-height: 47.36842105263158vw;
    max-height: 56.8421052631579vw;
}
.homevision .icon-play {
    width: 6.052631578947368vw;
    height: 6.052631578947368vw;
    background: url(../img/icon-play.png) no-repeat center center;
    background-size: 6.052631578947368vw 6.052631578947368vw;
}
.homebanner,.homevision{
    min-height: 47.36842105263158vw;
    max-height: 64.5vw;
}
.homefood .side-item .item.p01 .pic{
    height: 18.157894736842106vw;
}
.homefood .side-item .item.p02 .pic{
    height: 28.526315789473685vw;
}
.homefood .side-item .item.p03 .pic{
    height: 25.57894736842105vw;
}
.homefood .side-item .item.p04 .pic{
    height: 31vw;
}
.homefood .side-item .item.p05 .pic{
    height: 17.473684210526315vw;
}
.homefood .side-item .item.p06 .pic{
    height: 42.36842105263158vw;
}

}
/* PC*/
@media (min-width: 1441px) and (max-width: 1800px) {
.homebanner .logo {
    width: 55%;
}
.homeevents .events-list .item .title {
    font-size: 22px;
}
.homeevents .events-list .item .desc {
    font-size: 16px;
}
}

/* PC*/
@media (min-width: 768px) and (max-width: 1440px) {
.homeabout .about-desc .subtitle {
    font-size: 22px;
}
.homeabout .about-desc .title {
    font-size: 26px;
}
.homeabout .about-desc .desc {
    font-size: 16px;
}
.home-discovery a {
    font-size: 14px;
}
.homefood .food-desc .subtitle {
    font-size: 22px;
}
.homefood .food-desc .title {
    font-size: 26px;
}
.homefood .food-desc .desc {
    font-size: 16px;
}
.homefood .side-item .item .text .title {
    font-size: 22px;
}
.homefood .side-item .item .text .desc {
    font-size: 16px;
}
.homeevents .home-title span {
    font-size: 26px;
}
.homeevents .home-desc {
    font-size: 20px;
}
.homeevents .events-list .item .title {
    font-size: 20px;
}
.homeevents .events-list .item .desc {
    font-size: 15px;
}
}

/* PC */
@media (min-width: 768px) and (max-width: 1280px) {
.homeabout .about-desc .subtitle {
    font-size: 20px;
}
.homeabout .about-desc .title {
    font-size: 24px;
}
.homeabout .about-desc .desc {
    font-size: 15px;
}
.home-discovery a {
    font-size: 13px;
}
.homefood .food-desc .subtitle {
    font-size: 20px;
}
.homefood .food-desc .title {
    font-size: 24px;
}
.homefood .food-desc .desc {
    font-size: 15px;
}
.homefood .side-item .item .text .title {
    font-size: 20px;
}
.homefood .side-item .item .text .desc {
    font-size: 15px;
}
.homeevents .home-title span {
    font-size: 22px;
}
.homeevents .home-desc {
    font-size: 18px;
}
.homeevents .events-list .item .title {
    font-size: 18px;
}
.homeevents .events-list .item .desc {
    font-size: 14px;
}
}

/* iPad */
@media (min-width: 768px) and (max-width: 1024px){
.homeabout .about-desc .subtitle {
    font-size: 18px;
}
.homeabout .about-desc .title {
    font-size: 22px;
}
.homeabout .about-desc .desc {
    font-size: 14px;
}
.home-discovery a {
    font-size: 12px;
}
.homefood .food-desc .subtitle {
    font-size: 18px;
}
.homefood .food-desc .title {
    font-size: 22px;
}
.homefood .food-desc .desc {
    font-size: 14px;
}
.homefood .side-item .item .text .title {
    font-size: 18px;
}
.homefood .side-item .item .text .desc {
    font-size: 14px;
}
.homeevents .home-title span {
    font-size: 20px;
}
.homeevents .home-desc {
    font-size: 16px;
}
.homeevents .events-list .item .title {
    font-size: 14px;
}
.homeevents .events-list .item .desc {
    font-size: 10px;
}
.about-title {
    top: 22.873684210526315vw;
}
}

/* iPad横屏 */
@media (min-width: 1024px) and (max-width: 1194px) and (orientation: landscape) {

}
/* 手机 */
@media only screen and (max-width:768px){
.homebanner {
    height: 280px;
    min-height: auto;
    max-height: auto;
}
.homebanner .logo {
    width: 70%;
}
.homeabout .about-desc {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 90px;
}
.homebanner .swiper-pagination {
    bottom: 20px;
}
.homebanner .swiper-button-prev,.homebanner .swiper-button-next{
    display: none;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
}
.homecontent {
    padding: 30px 5% 80px;
}
.homeabout {
    min-height: auto;
    max-width: 100%;
}
.about-title {
    position: relative;
    top: 50px;
    left: 0;
    width: 100%;
    min-height: auto;
}
.about-title .img img {
    height: auto;
}
.about-title .img {
    display: block;
    width: 60%;
    margin-left: 40%;
    height: auto;
}

.homefood-desc {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    top: 0;
    margin-bottom: -50px;
}
.homefood-title .home-title {
    position: relative;
    right: 0;
    left: 0%;
    bottom: 0;
    width: 80%;
    height: 60px;
    margin-bottom: 25px;
}
.homefood-title .home-title strong {
    font-size: 45px;
    letter-spacing: 3px;
    padding-right: 10px;
}
.homefood-title .home-title span {
    font-size: 24px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.homeabout .about-desc .pic {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
}
.homeabout .about-desc .text {
    width: 100%;
    padding: 0 0 0;
    font-size: 15px;
}
.homeabout .about-desc .subtitle {
    font-size: 20px;
    padding: 0 0 0;
}
.homeabout .about-desc .title {
    font-size: 26px;
}
.homeabout .about-desc .desc {
    width: 100%;
    padding-top: 30px;
    font-size: 15px;
    padding-right: 0;
}
.home-discovery a {
    font-size: 14px;
    letter-spacing: 3px;
}
.homeabout .about-box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 50px;
}
.homeabout .about-box .text {
    flex: 0 0 100%;
    width: 100%;
}
.homeabout .home-title {
    position: relative;
    right: 0;
    left: 20%;
    bottom: 0;
    width: 80%;
    height: 60px;
    margin-top: 30px;
    margin-bottom: 25px;
}
.homeabout .home-title .bg-box {
    right: unset;
    left: 20%;
    width: 80%;
    height: 60px;
}
.homeabout .home-title strong {
    font-size: 45px;
    letter-spacing: 3px;
    padding-right: 10px;
}
.homeabout .home-title span {
    font-size: 24px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.homeabout .about-box .pic img {
    width: 100%;
    height: auto;
}
.homeabout .about-box .about-graphics {
    left: -10px;
    top: -150px;
    width: 36%;
    height: auto;
}
.homeabout .home-discovery {
    display: flex;
    padding-top: 30px;
    width: 100%;
    justify-content: flex-end;
}
.homefood {
    max-width: 100%;
}
.homefood .food-desc {
    display: block;
    width: 100%;
    position: relative;
    margin-left: 0;
    padding-top: 23px;
    margin-bottom: 45px;
    z-index: 100;
}
.homefood .food-desc .subtitle {
    font-size: 20px;
}
.homefood .food-desc .title {
    font-size: 26px;
}
.homefood .food-desc .desc {
    font-size: 15px;
}
.homefood .side-item {
    padding-left: 0;
    width: 100%;
    margin-top: 0;
    height: auto !important;
}
.homefood .side-item.s01{
    margin-bottom: -70px;
}
.homefood .side-item .item {
    position: relative;
    width: 100%;
    top: 0 !important;
    margin-left: 0 !important;
    flex-direction: column !important;
    margin-bottom: 20px;
}
.homefood .side-item .item.p01 {
    width: 50%;
    left: 50%;
}
.homefood .side-item .item.p02 {
    width: 50%;
    left: 0;
    top: -30px !important;
    display: flex;
    flex-direction: column-reverse !important;
    justify-content: flex-end;
    z-index: 10;
}
.homefood .side-item .item.p02 .text {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 0;
}
.homefood .side-item .item.p03 {
    width: 80%;
    left: 20%;
    top: -80px !important;
    z-index: 1;
}
.homefood .side-item .item .text {
    padding: 18px 0;
    height: auto;
}
.homefood .side-item .item .text .title {
    font-size: 15px;
    padding-bottom: 8px;
}
.homefood .side-item .item .text .desc {
    font-size: 12px;
}
.homefood .item-attribute {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-left: 0;
    height: auto;
}
.homefood .item-attribute img {
    height: auto;
}
.homefood .side-item .item .item-attribute .text {
    text-align: left;
    padding: 10px 15px 10px;
}
.homefood .side-item .hometitle {
    height: 100px;
    padding: 0 35px;
}
.homefood .side-item .hometitle strong {
    font-size: 45px;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.homefood .side-item .hometitle span {
    font-size: 20px;
}
.homefood .side-item.s02{
    margin-top: 0 !important;
}
.homefood .side-item .item.p04 {
    width: 100%;
    left: 0%;
    margin-top: 0;
}
.homefood .side-item .item.p05 {
    width: 50%;
    left: 0;
    margin-top: -40px;
}
.homefood .side-item .item.p06 {
    width: 80%;
    left: 20%;
    top: 20px !important;
}
.homefood .s02 .item-attribute {
    left: unset;
    right: 0;
    top: 100%;
    bottom: unset;
    margin-right: 0;
}
.homeevents {
    padding-top: 60px;
}
.homeevents .wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.homeevents .home-title strong {
    font-size: 45px;
    letter-spacing: 5px;
    padding-left: 5px;
}
.homeevents .home-title span {
    font-size: 24px;
    padding-top: 20px;
    letter-spacing: 5px;
    padding-left: 5px;
}
.homeevents .home-desc {
    padding-top: 30px;
    font-size: 15px;
}
.homeevents .events-list {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    flex-direction: row;
    flex-wrap: wrap;
}
.homeevents .events-list .item {
    width: 30%;
    height: auto;
    margin-top:0 !important;
    margin-bottom: 30px;
}
.homeevents .events-list .item:hover .text, .homeevents .events-list .item.cur .text {
    width: 100%;
    height: 45px;
    padding: 0 5px 0;
    bottom: 135px;
}
.homeevents .events-list .item:hover, .homeevents .events-list .item.cur {
    padding-bottom: 115px;
}
.homeevents .events-list .item:hover .pic, .homeevents .events-list .item.cur .pic {
    height: auto;
    margin-top: -30px;
}
.homeevents .events-list .item .date{
    zoom: 0.75;
}
.homeevents .events-list .item:nth-child(4),
.homeevents .events-list .item:nth-child(5) {
  display: none;
}
.homeevents .events-list .item .pic {
    display: block;
    width: 100%;
    height: auto;
}
.homeevents .homeevents-img {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 30%;
    height: auto;
    z-index: 1;
}
.homeevents .homeevents-img img{
    display: block;
    width: 100%;
    height: auto;
}
.homeevents .home-discovery {
    padding-top: 30px;
}
.homeevents .events-list .item .title {
    font-size: 15px;
}
.homeevents .events-list .item .desc {
    font-size: 10px;
}
.homevision {
    width: 100%;
    height: 280px;
    min-height: auto;
    max-height: auto;
}
.homevision .icon-play {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
}
.pagewrap.en .homefood-title .home-title strong {
    font-size: 60px;
}
.pagewrap.en .about-desc .home-title strong {
    font-size: 60px;
}
.pagewrap.en .homefood-title .home-title {
    padding-bottom: 20px;
}
.pagewrap.en .about-desc .home-title {
    padding-bottom: 20px;
}
.homefood .side-item .item.p01 .pic{
    height: auto;
}
.homefood .side-item .item.p02 .pic{
    height: auto;
}
.homefood .side-item .item.p03 .pic{
    height: auto;
}
.homefood .side-item .item.p04 .pic{
    height: auto;
}
.homefood .side-item .item.p05 .pic{
    height: auto;
}
.homefood .side-item .item.p06 .pic{
    height: auto;
}
}