.swiper-indx {
    min-width: 1100px;
    overflow: hidden;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -22px;
    background-size: 25px 25px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../images/pic09.png");
    left: 40px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/pic10.png");
    right: 40px;
    left: auto;
}









.walkinto-bj {
    background-color: #ffffff;
    padding: 70px 0;
}

.walkinto-box {
    position: relative;
}

.walkinto-box>img {
    width: 100%;
    height: auto;
}

.walkinto-cnt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 50px;
}

.walkinto-cflex {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.walkinto-cflex h3 {
    font-size: 36px;
    color: #bc1f21;
    font-weight: 600;
}

.cflex-btm {
    width: 100%;
    padding: 45px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cflex-btm p {
    font-size: 16px;
    text-indent: 2em;
    line-height: 28px;
    font-weight: 600;
}

.cflex-btm a {
    width: 140px;
    font-size: 16px;
    color: #ffffff;
    margin: 25px 0 0;
    background-color: #ff9c52;
    padding: 15px 0;
    text-align: center;
    border-radius: 50px;
}







.drink-bj {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.drink-box {
    display: flex;
    justify-content: space-between;
}

.drink-blist {
    width: 23%;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ececec;
}

.drink-blist>h3 {
    font-size: 22px;
    background-color: #bc1f21;
    color: #ffffff;
    padding: 20px 30px;
    font-weight: 600;
}

.drink-blist>ul {
    padding: 13px 0;
}

.drink-blist>ul>li {
    padding: 13px 0;
}

.drink-blist>ul>li>a {
    width: 100%;
    padding: 0 30px;
    font-size: 18px;
    color: #666666;
    font-weight: 600;
}

.drinkasw {
    color: #bc1f21 !important;
    border-right: 4px solid #bc1f21;
}


.drink-bcnt {
    width: 74%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.drink-bcnt>img {
    width: 100%;
    height: auto;
}

.drink-bcbtn {
    width: 100%;
    position: absolute;
    bottom: 45px;
    left: 0;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
}

.drink-bcbtn a {
    border-radius: 50px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    padding: 15px 35px;
    border: 0;
    cursor: pointer;
}

.btnbjle {
    background-color: #ff9c52;
}

.btnbjri {
    background-color: #bc1f21;
}








.news-bj {
    padding: 70px 0;
}

.news-tit h2 {
    font-size: 36px;
    font-weight: 600;
    color: #bc1f21;
    padding-bottom: 20px;
}

.news-tit p {
    font-size: 16px;
    color: #666666;
    font-weight: 600;
}

.news-ul {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.news-ul>li {
    width: calc((100% - 90px)/4);
}

.news-ul>li>a {
    width: 100%;
}

.news-uimg {
    width: 100%;
}

.news-uimg img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.news-ubtm {
    padding: 15px 0;
}

.news-ubtm span {
    font-size: 16px;
    color: #999999;
}

.news-ubtm h3 {
    font-weight: 600;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #222222;
}

.news-ubtm p {
    margin-top: 5px;
    font-size: 16px;
    color: #666666;
}


.news-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.news-btn button {
    border-radius: 50px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    padding: 15px 35px;
    border: 0;
    cursor: pointer;
}



@media only screen and (max-width: 1340px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 50px;
        height: 50px;
        background-size: 20px 20px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 30px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 30px;
    }







    .walkinto-bj {
        padding: 50px 0;
    }

    .walkinto-cnt {
        padding: 40px 30px;
    }

    .walkinto-cflex h3 {
        font-size: 30px;
    }

    .cflex-btm {
        padding: 30px;
    }

    .cflex-btm p {
        font-size: 14px;
        line-height: 24px;
    }

    .cflex-btm a {
        width: 120px;
        font-size: 14px;
        margin: 20px 0 0;
        padding: 10px 0;
    }







    .drink-bj {
        padding: 60px 0;
    }

    .drink-blist>h3 {
        font-size: 18px;
        padding: 15px 20px;
    }

    .drink-blist>ul {
        padding: 10px 0;
    }

    .drink-blist>ul>li {
        padding: 10px 0;
    }

    .drink-blist>ul>li>a {
        padding: 0 20px;
        font-size: 16px;
    }

    .drink-bcbtn {
        bottom: 30px;
        padding: 0 40px;
    }

    .drink-bcbtn a {
        font-size: 14px;
        padding: 10px 25px;
    }










    .news-bj {
        padding: 50px 0;
    }

    .news-tit h2 {
        font-size: 30px;
        padding-bottom: 15px;
    }

    .news-tit p {
        font-size: 14px;
    }

    .news-ul {
        margin-top: 25px;
    }

    .news-ul>li {
        width: calc((100% - 70px) / 4);
    }

    .news-ubtm {
        padding: 10px 0;
    }

    .news-ubtm span {
        font-size: 14px;
    }

    .news-ubtm h3 {
        font-size: 16px;
    }

    .news-ubtm p {
        margin-top: 5px;
        font-size: 14px;
    }

    .news-btn {
        margin-top: 20px;
    }

    .news-btn button {
        font-size: 14px;
        padding: 10px 25px;
    }


}

@media only screen and (max-width: 768px) {

    .swiper-indx {
        min-width: 100%;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: .3rem;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: .3rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: .5rem;
        height: .5rem;
        background-size: .2rem .2rem;
    }




    .walkinto-bj {
        padding: .5rem .1rem;
    }

    .walkinto-box>img {
        width: 100%;
        height: 40vh;
    }

    .walkinto-cnt {
        padding: .2rem .1rem;
    }

    .walkinto-cflex h3 {
        font-size: 20px;
    }

    .cflex-btm {
        padding: .1rem;
    }

    .cflex-btm p {
        line-height: 20px;
    }

    .cflex-btm a {
        width: 100px;
        margin: .2rem 0 0;
        padding: .1rem 0;
    }









    .drink-bj {
        padding: .6rem .1rem;
    }

    .drink-box {
        flex-direction: column;
    }

    .drink-blist {
        width: 100%;
    }

    .drink-blist>h3 {
        font-size: 16px;
        padding: .15rem .2rem;
    }

    .drink-blist>ul {
        padding: .1rem 0;
    }

    .drink-blist>ul>li {
        padding: .1rem 0;
    }

    .drink-blist>ul>li>a {
        padding: 0 .2rem;
        font-size: 14px;
    }


    .drink-bcnt {
        width: 100%;
        margin-top: .1rem;
    }

    .drink-bcbtn {
        bottom: .3rem;
        padding: 0 .4rem;
    }

    .drink-bcbtn a {
        padding: .1rem .25rem;
    }







    .news-bj {
        padding: .5rem .1rem;
    }

    .news-tit h2 {
        font-size: 20px;
        padding-bottom: .15rem;
    }

    .news-ul {
        margin-top: .25rem;
        flex-wrap: wrap;
    }

    .news-ul>li {
        width: calc((100% - .3rem) / 2);
    }

    .news-btn {
        margin-top: .2rem;
    }

    .news-btn button {
        padding: .1rem .25rem;
    }



}