.site-main{
   background: url(../../images/common/index/bg01.jpg) repeat-x;
}
/*------------ banner ------------*/
.banner {
    position: relative;
    display: block;
}
.banner_m{
    display: none;
}
 .banner .slider,
.banner_m .slider {
    position: relative;
}
.banner .slick-dots,
.banner_m .slick-dots {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    z-index: 10;
    position: absolute;
    left: 3%;
    bottom: 40%;
}
.banner .slick-dots li,
.banner_m .slick-dots li {
    display: block;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: rgb(214 214 214 / 50%);
    width: 10px;
    height:  10px;
    margin: 0 7px;
    border-radius: 50%;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button {
    background: #FFF;
}

.sect-title{
    margin: 0 0 15px;
    color: #333;
    position: relative;
}

.sect-title h2{
    font-family: "Noto Serif TC", serif;
    font-weight: 700;
    margin:0;
    font-size:38px;
    letter-spacing:6px;
    line-height:1.5;
}
.sect-title span{
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size:20px;
    color:#CC4D4D;
    letter-spacing:2px;
}
.sect-title span:before{
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #d6d6d6;
    margin: 0 12px 7px 0; 
}
.sect-title span:after{
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #d6d6d6;
    margin: 0 0 7px 8px; 
}
/*------------ sect01 ------------*/
.sect01 {
    padding: 90px 0 115px;
}
.about-sect{
    display:flex;
    background:#fff;
    position: relative;
}
.about-sect:before{
     content: '';
     width: 300px;
     height: 312px;
     display: block;
     left: -110px;
     bottom: 70px;
     margin:0 auto;
     position: absolute;
     background: url(../../images/common/index/aboutic.png) no-repeat;
     visibility: visible;
     z-index: 7;
     animation: dodo 2.5s  infinite normal;
     animation-delay: .3s;
     transform-origin: center center;
     transition-delay: 0.9s;
     background-size: contain;
}

@keyframes dodo{
  0%, 50%{
    transform: rotate(0deg);
  }
  62.5%, 87.5%{
    transform: rotate(-1deg) translateY(-3px);
  }
  75%, 100%{
    transform: rotate(0deg);
  }
}

.about-sect .about-pic{
    max-width:860px;
    height: 100%;
}
.about-sect .about-txt{
    width: 40%;
    box-sizing: border-box;
    padding: 85px 95px;
}
.about-sect .sect-title span:after{
    display: none;
}
.about-sect .title{
    margin: 0 0 15px;
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    color: #333;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 2px;
}
.about-sect .index-about-editor{
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
   
}
.about-sect .more a{
    width:160px;
    height:172px;
    position: absolute;
    background: url(../../images/common/index/morepic.png) no-repeat;
    font-size: 0;
    right: -26px;
    bottom: 66px;
}
.about-sect .more:hover a{
    animation: upup 2s infinite normal;
     transform-origin: center center;
     background-size: contain;
}

@keyframes upup{
   0%, 30%{
    transform: translateY(0);
  }
  42.5%, 67.5%{
    transform: translateY(-10px) scale(1.04);
  }
  55%, 100%{
    transform: translateY(0);
  }
   
}
/*------------ sect02 ------------*/
.sect02{
    position:relative;
}
.sect02:before{
    content: '';
    position: absolute;
    display: block;
    width: 1920px;
    height: 1108px;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../../images/common/index/bg02.jpg) 0 100% no-repeat;
    z-index: -1;
}
.sect02 .container{
    max-width:1800px;
    margin:0 auto;
    background:#fff;
    border-radius:70px;
    box-shadow: 0 0 50px rgb(0 0 0 / 5%);
    position: relative;
     padding: 85px 0 110px;
}
.marquee {
    width: 100%;
    height: 240px;
    line-height: 240px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 43.5%;
}

.marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee_left 30s linear infinite;
    height: 160px;
}
.marquee .track span {
    position: relative;
    padding: 0 50px 0 0;
    height: 160px;
    line-height: 160px;
    font-size: 160px;
    overflow: visible;
    white-space: nowrap;
    color: #f3f3f3;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    z-index: -1;
}

.marquee:hover .track {
    animation-play-state: paused;
}

@keyframes marquee_left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.sect02 .container:before{
     content: '';
     width: 320px;
     height: 199px;
     display: block;
     left: 0px;
     right:0;
     top: -157px;
     margin:0 auto;
     position: absolute;
     background: url(../../images/common/index/pdic.png) no-repeat;
     visibility: visible;
     z-index: 7;
     background-size: contain;
}
.sect02 .container:hover::before{
      animation: upup 2s infinite normal;
     transform-origin: center center;
     background-size: contain;
}
.products-sect{
    max-width:1440px;
    margin:0 auto;
    text-align: center;   
}
.foodsect{
    max-width:1190px;
    margin:0 auto;
     position: relative;
    z-index: 1;
}
.food-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -135px;
    margin-right: -100px;
}
.food-list .slick-track {
    padding-top: 130px;
}
.food-list .box {
    max-width: 300px;
    text-align: center;
    position: relative;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.food-list .box .pic.new:after{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    z-index: 15;
    left: 0;
    background: url(../../images/common/index/new.png);
    transition: all .3s ease;
}
.food-list .box:before {
    content: '';
    display: block;
    position: absolute;
    top: -118px;
    left: 0;
    z-index: 21;
    width: 100%;
    height: 70%;
    background: url(../../images/common/index/hot_smoke.png) 50% 0% repeat-y;
    background-size: 100%;
    pointer-events: none;
    animation-name: runtop, smoke_opacity;
    animation-duration: 45s, 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
}
@-webkit-keyframes runtop {
    0% {
        background-position-y: 0;
    }
    100% {
        background-position-y: 100%;
    }
}
@keyframes runtop {
    0% {
        background-position-y: 0;
    }
    100% {
        background-position-y: 100%;
    }
}
@-webkit-keyframes smoke_opacity {
    0% {
        opacity: .6;
    }
    30% {
        opacity: .3;
    }
    70% {
        opacity: .2;
    }
    100% {
        opacity: .6;
    }
}
@keyframes smoke_opacity {
    0% {
        opacity: .6;
    }
    30% {
        opacity: .3;
    }
    70% {
        opacity: .2;
    }
    100% {
        opacity: .6;
    }
}
.food-list .box .pic {
    overflow: visible;
    position: relative;
    height: auto;
    aspect-ratio: 1/ 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px;
    transition: all .3s ease;
}
.food-list .box .pic img{
    transform-origin: bottom;
    transition: all .3s ease;
}
.food-list .box:hover .pic img{
    transform: scale(1);
}
.food-list .item.slick-current .pic img{
    transform: scale(1.4);
    transition-delay: 0.5s;
}
.food-list .item.slick-current .box .pic.new:after{
    top: -100px;
    left: -40px;
}
.food-list .box:hover .pic:after {
    opacity: 1;
}
.food-list .box .txt {
    position: relative;
}
.food-list .box .txt:before {
    left: -25px;
    transform: scale(0.7);
}
.food-list .box .txt:after {
    right: -25px;
    transform: scale(0.7);
}
.food-list .box:hover .txt:before {
    bottom: 0;
    opacity: 1;
}
.food-list .box:hover .txt:after {
    bottom: 0;
    opacity: 1;
}
.food-list .box .txt{
    display:none;
}
.food-list .item.slick-current .box .txt{
    display:block;
    -webkit-animation: ani_slideIn 1s both;
    animation: ani_slideIn 1s both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}
.food-list .box .name {
    color: #333;
    font-weight: 600;
    font-family: "Noto Serif TC", serif;
    transition: all .3s ease;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    margin-bottom: 10px;
     display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.food-list .box .name:after{
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #d6d6d6;
    margin: 18px auto 5px;
}
.food-list .box .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@-webkit-keyframes ani_slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ani_slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.food-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.food-list .box:hover .name {
    color:#CC4D4D;
}
.p-arrow{
    position: absolute;
    width: 565px;
    margin: 0 auto;
    bottom: 70px;
    left:0;
    right:0;
}
.p-arrow .slick-arrow{
    width: 58px;
    height: 58px;
    display: inline-block !important;
    z-index: 100;
    font-size: 0;
    position: absolute;
    cursor: pointer;
    border: 4px solid#122C54;
    background: #fff;
    border-radius: 50%;
    left: 0;
    transition: all .3s ease;
}
.p-arrow .slick-arrow:hover{
    border: 4px solid #CC4D4D;
}
.p-arrow .slick-next {
    right: 0;
    left: auto;
}
.p-arrow .slick-arrow.slick-prev:before{
     content: "\e095";
     font-family: 'icon-font' !important;
     transition: all 0.3s ease;
     color:#122C54;
     font-size: 22px;
     font-weight: bold;
}

.p-arrow .slick-arrow.slick-prev:hover:before{
    color:#CC4D4D;
}

.p-arrow .slick-arrow.slick-next:before{
    content: "\e094";
    font-family: 'icon-font' !important;
    transition: all 0.3s ease;
    color:#122C54;
    font-size: 22px;
    font-weight: bold;
}

.p-arrow .slick-arrow.slick-next:hover:before{
     color:#CC4D4D;
}

.products-sect .slick-dots{
    text-align: center;
    padding: 0;
    position: absolute;
    top: -45px;
    right: 0;
}
.products-sect .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: #d6d6d6;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 8px;
    border-radius:100%;
}
.products-sect .slick-dots li.slick-active button{
    background: #122C54;
}
.products-sect .slick-dots > li{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    list-style-type: none;
}

/*------------ news ------------*/

/*------------ sect03 ------------*/
.sect03 {
    padding: 80px 0 100px;
}

.news-sect{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.news-sect .sect-title{
    background: url(../../images/common/index/newsic.png) no-repeat;
    width: 331px;
    height: 300px;
    padding: 60px 40px 60px 168px;
    box-sizing: border-box;
    text-align: center;
    background-size: contain;
}
.news-sect .more a{
    width: 120px;
    height: 93px;
    position: absolute;
    background: url(../../images/common/index/morepic2.png) no-repeat;
    font-size: 0;
    left: -40px;
    top: -15px;
}
.news-sect .more:hover a{
    animation: upup 2s infinite normal;
     transform-origin: center center;
     background-size: contain;
}
.news-sect .news-list{
    width: 73%;
    padding: 0 15px;
}
.news-sect  .sect-title span:before {
    display: block;
    margin: 10px auto;
}
.news-sect .sect-title span:after{
    display:none;
}
.news-list .item .box{
     position: relative;
     transition: all .3s ease;
     margin: 0 auto;
     max-width: 300px;
     padding: 0 12px;
}
.news-list .item .box .name{
     transition: all .3s ease;
     font-family: "Noto Serif TC", serif;
     font-weight: 600;
     color:#333;
     font-size:18px;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     letter-spacing: 1.5px;
     line-height: 1.5;
}
.news-list .item .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .txt {
    position: relative;
    z-index: 5;
   
}
.news-list .date {
     transition: all .3s ease;
     font-size: 16px;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 135px;
     height: 32px;
     line-height:32px;
     color: #fff;
     background: #122c54;
     margin: -16px 15px 16px;
     border-radius: 60px;
     box-sizing: border-box;
     letter-spacing: 1px;
     font-family: "Jost", sans-serif;
    
}
.news-list .box:hover .date{
    background: #cc4d4d;
}
.n-arrow{
    position: relative;
    width: 58px;
    margin: 0 auto;
    bottom: -50px;
    left:0;
    right:0;
}
.n-arrow .slick-arrow{
    width: 58px;
    height: 58px;
    display: block;
    z-index: 100;
    font-size: 0;
    cursor: pointer;
    border: 4px solid#122C54;
    background: #fff;
    border-radius: 50%;
    left: 0;
    transition: all .3s ease;
    margin: 1px 0;
}
.n-arrow .slick-arrow:hover{
    border: 4px solid #CC4D4D;
}
.n-arrow .slick-next {
    right: 0;
    left: auto;
}
.n-arrow .slick-arrow.slick-prev:before{
     content: "\e096";
     font-family: 'icon-font' !important;
     transition: all 0.3s ease;
     color:#122C54;
     font-size: 22px;
     font-weight: bold;
}

.n-arrow .slick-arrow.slick-prev:hover:before{
    color:#CC4D4D;
}

.n-arrow .slick-arrow.slick-next:before{
    content: "\e097";
    font-family: 'icon-font' !important;
    transition: all 0.3s ease;
    color:#122C54;
    font-size: 22px;
    font-weight: bold;
}

.n-arrow .slick-arrow.slick-next:hover:before{
     color:#CC4D4D;
}

/*------------ rwd ------------*/
@media screen and (max-width: 1400px) {
    .products-sect .slick-dots {
        position: relative;
        top: 0;
        right: 0;
        padding: 20px 0;
    }
   .news-sect .news-list{
        width:60%;
    }
    .about-sect .about-txt{
        width: 55%;
        padding: 37px 50px;
    }
    .about-sect .title {
        font-size: 18px;
    }
    .about-sect .more a {
        width: 160px;
        height: 172px;
        position: absolute;
        background: url(../../images/common/index/morepic.png) no-repeat;
        font-size: 0;
        right: -10px;
        bottom: -100px;
    }
}
@media screen and (max-width: 1100px) {
    .marquee {
        height: 240px;
        line-height: 240px;
        top: 35%;
    }
    .marquee .track span {
        height: 120px;
        line-height: 120px;
    }
    .sect-title h2 {
        font-size: 30px;
        letter-spacing: 3px;
    }
    .sect01 {
        padding: 30px 0 160px;
    }
    .about-sect{
        flex-direction:column;
        padding: 20px 20px 40px;
    }
    .about-sect:before{
         width: 100px;
         height: 100px;
         left: 0;
         bottom: inherit;
         top: 50px;
    }
    .about-sect .more a {
        width: 100px;
        height: 130px;
        position: absolute;
        background: url(../../images/common/index/morepic.png) no-repeat;
        font-size: 0;
        right: -7px;
        bottom: -70px;
        background-size: contain;
    }
    .about-sect .about-pic{
        max-width: initial;
        text-align: center;
    }
    .about-sect .about-txt{
        width: 100%;
        box-sizing: border-box;
        padding: 20px 0;
        text-align:center;
        margin: 0 auto;
        max-width:300px;
    }
    .about-sect .index-about-editor{
        display:block;
        text-align:left;
        font-size: 15px;
    }
    .sect02 .container:before{
         width: 200px;
         height: 125px;
         top: -109px;
    }
    .sect02 .container{
        border-radius:30px;
        padding: 40px 0 140px;
    }
    .news-sect{
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .news-sect .sect-title{
        width: 250px;
        height: 230px;
        padding: 35px 27px 53px 125px;
    }
    .news-sect .more a{
        width: 120px;
        height: 93px;
        position: absolute;
        background: url(../../images/common/index/morepic2.png) no-repeat;
        font-size: 0;
        left: -30px;
        top: -30px;
    }
   .sect03{
        padding: 60px 0 50px;
    }
    .news-sect .news-list{
        width:100%;
        padding: 0 15px;
    }
    .n-arrow{
        width: 120px;
        margin: 0 auto;
        bottom: 0px;
        display: flex;
        justify-content: center;
    }
    .n-arrow .slick-arrow.slick-prev:before{
         content: "\e095";
    }
    .n-arrow .slick-arrow.slick-next:before{
        content: "\e094";
    }

}
@media screen and (max-width: 767px) {
    .food-list .item.slick-current .pic img{
        transform: scale(1);
    }
    .food-list .item.slick-current .box .pic.new:after{
        top: 0;
        left: 0;
    }
    .p-arrow {
        position: relative;
        width: 120px;
        margin: 0 auto;
        bottom: 0px;
        left: 0;
        right: 0;
    }
      .food-list .slick-track {
        padding-top: 20px;
    }
    .banner{
        display: none;
    }
    .banner_m{
        display: block;
    }
   
}
@media screen and (max-width: 600px) {
    .service-box {
        padding: 35px 25px 30px;
    }
    .service-box .title:after {
        background: url(../../images/common/index/service-ic-m.png);
    }
    .hot-arrow {
        position: relative;
        left: 50%;
        margin: 0 0 0 -40px;
    }
    .products-box .title {
        margin: 10px 0 75px;
    }
    .news-list {
        margin: 0;
    }
    .news-list li {
        width: 100%;
        padding: 0 0 30px;
    }
    .links-box {
        max-width: 240px;
    }
}
@media screen and (max-width: 480px) {
    .album-list {
        margin: 0;
    }
    .album-list li {
        width: 100%;
        padding: 0 0 15px;
    }
}
