.pc_show,
.mo_show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.index_banner {
    height: 100vh;
    position: relative;
}

.index_banner .swiper-slide {
    height: 100vh;
}

.mo_show {
    display: none;
}

@media screen and (max-width: 767px) {
    .mo_show {
        display: block;
    }

    .pc_show {
        display: none !important;
    }
}

.banner_mb {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9;
}

.banner_title1 {
    color: #FFF;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 16px;
}

.banner_title2 {
    color: #FFF;
    
    font-style: normal;
    font-weight: 600;
    line-height: 76px;
    /* 135.714% */
}

.banner_title3 {
    color: #FFF;
    
    font-style: normal;
    font-weight: 600;
    line-height: 76px;
    /* 135.714% */
    margin-bottom: 16px;
}

.banner_title4 {
    color: #FFF;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    text-transform: uppercase;
}

.ban-page {
    width: 100%;
    position: absolute;
    bottom: 55px;
    z-index: 10;
}

.ban-page .swiper-pagination {
    position: relative;
}




.ban-page .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255, 0.50);
    opacity: 1;
    margin-left: 8px;
}

.ban-page .swiper-pagination-bullet:nth-child(1) {
    margin-left: 0px;
}

.ban-page .swiper-pagination-bullet-active {
    width: 11px;
    height: 11px;
    background: #fff;
    opacity: 1;
}

.hua {
    position: absolute;
    bottom: -28px;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
}

.entrance_title1 {
    padding-top: 124px;
    margin-bottom: 13.27px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/* .entrance_title1 img:nth-child(1) {
    margin-right: 17.59px;
} */

.entrance_title2 {
    color: #CB523E;
    text-align: center;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    margin-bottom: 55px;
}

.entrance_box {
    display: flex;
}

.entrance_ever {
    flex: 1;
    margin-right: 24px;
    /* height: 200px; */
    background-color: #fff;
}

.entrance_ever:last-child {
    margin-right: 0;
}

.entrance_ever_con {
    background: #261D1D;
    position: relative;
}

.entrance_ever_conbj {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.entrance_ever_conbox {
    padding: 36px 45px 37px 46px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.entrance_ever_conbox1 {
    color: #FFF;
    
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    /* 150% */
    margin-bottom: 16px;
}

.entrance_ever_conbox2 {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    margin-bottom: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.entrance_ever_conbox_imghover {
    display: none;
}

.entrance_ever:hover .entrance_ever_conbox_imghover {
    display: block;
    transition: .3s;
}

.entrance_ever:hover .entrance_ever_conbox_img {
    display: none;
    transition: .3s;
}

.index_entrance {
    padding-bottom: 95px;
}

.tea_con {
    position: relative;
    overflow: hidden;
}

.tea_conmb {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.tea_conbj {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;

}

.tea_conbjever {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tea_conbj img {
    width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.tea_conbj.active {
    opacity: 1;
    transition: .3s;
    /* transition-property: transform; */
    /* transition-duration: 1.5s; */
    /* transition-timing-function: ease; */
    /* transform: scale(1.1); */
    animation-name: teaAnimation;
    animation-duration: 4s;
    animation-timing-function: ease;

}
@keyframes teaAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1); 
    }
  }

.tea_tabtime {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.tea_tabtimeever {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
}



.tea_tabtimeever1 {
    color: #FFF;
    text-align: center;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
    margin-bottom: 24px;
}

.tea_tabtimeever2 {
    width: 2px;
    height: 16px;
    background-color: #fff;
    transition: .3s;
}

.tea_tabtimeever:hover .tea_tabtimeever1 {
    transform: rotateY(360deg);
    transition: 1s;

}

.tea_tabtimeever.active .tea_tabtimeever1 {
    transform: rotateY(360deg);
    transition: 1s;

}

.tea_tabtimeever:hover .tea_tabtimeever2 {
    height: 46px;
    transition: .3s;

}

.tea_tabtimeever.active .tea_tabtimeever2 {
    height: 46px;
    transition: .3s;

}

.left_tea {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 28px;
    transform: rotateY(180deg) translateY(-50%);
    cursor: pointer;
}

.right_tea {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    cursor: pointer;
}

.right_tea_imghover {
    display: none;
}

.right_tea:hover .right_tea_imghover {
    display: block;

}

.right_tea:hover .right_tea_img {
    display: none;
}

.left_tea_imghover {
    display: none;
}

.left_tea:hover .left_tea_imghover {
    display: block;

}

.left_tea:hover .left_tea_img {
    display: none;
}

.tea_botp {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}

.tea_botpever p {
    color: #333;
    text-align: center;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.tea_botpever {
    display: none;
}

.tea_botpever.active {
    display: block;
}

.tea_gobox {
    text-align: center;
}

.tea_go {
    color: #CB523E;
    text-align: center;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    position: relative;
    margin-bottom: 105px;
    display: inline-block;

}

.tea_go::after {
    content: '';
    position: absolute;
    bottom: -4px;
    height: 2px;
    background: #CB523E;
    left: 0;
    transform-origin: center top;
    transform: scaleX(1);
    /* transform-origin: right; */
    transition: transform .5s cubic-bezier(.77, 0, .175, 1), background-color .3s ease;
    transition-delay: 0s;
    width: 100%;

}

.tea_go::before {
    content: '';
    position: absolute;
    bottom: -4px;
    height: 2px;
    background: #CB523E;
    left: 0;
    transform-origin: center top;
    transform: scaleX(0);
    transform-origin: inherit;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1), background-color .3s ease;
    transition-delay: 0s;
    width: 100%;
}

.tea_go:hover::after {
    transform: scaleX(0);
    transform-origin: right;
    transition-delay: .1s;
}

.tea_go:hover::before {
    transform: scaleX(1);
    transform-origin: left;
    transition-delay: .3s;
}

.musical {
    display: flex;
    flex-wrap: wrap;
}

.musical_ever {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    cursor: pointer;

}

.musical_evermb {

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.50);
    transition: .3s;
}

@media (any-hover:hover) {
    .musical_ever:hover .musical_evermb {
        background: rgba(150, 71, 58, 0.90);
        transition: .3s;
    }
}

.musical_evermr {

    text-align: center;
    padding: 189px 0;
    position: relative;

}

@media (any-hover:hover) {
    .musical_ever:hover .musical_evermr {
        display: none;
    }
}

.musical_evermrbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.musical_evermrbox1 {
    color: #FFF;
    text-align: center;
    
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
    /* 150% */
    margin-bottom: 2px;
}

.musical_evermrbox2 {
    color: #FFF;
    text-align: center;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 171.429% */
}

.musical_everhover {
    flex-direction: column;
    justify-content: center;
    align-items: center;



    display: none;
}

@media (any-hover:hover) {
    .musical_ever:hover .musical_everhover {
        display: flex;
        position: relative;
        z-index: 1;

    }
}

.musical_everhover p {
    color: #FFF;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
    margin-bottom: 16px;
}

.musical_everhover>div{
    margin-top:44px;
}

.musical_everhover div {
    display: flex;
    align-items: center;
}

.musical_everhover div img {
    margin-left: 5px;
}

.musical_everhover div span {
    color: #FFF;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.mainland_box {
    position: relative;
}

.mainlandbox_mb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #000;
}

.mainland_boxcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;

}

.mainland_boxconever {
    cursor: pointer;
    position: relative;
    width: 18.12%;
    padding: 42px 32px 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
}

.mainland_boxconever:nth-child(2){
    border-left: 1px solid rgba(255, 255, 255, 0.50);
}

.mainland_boxconever::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: #fff;
    left: 0;
    top: 0;
    transition: .3s;
    opacity: 0;

}

@media (any-hover:hover) {
    .mainland_boxconever:hover::after {
        height: 100%;
        opacity: 1;
        transition: .5s;

    }
}

.mainland_boxconevercon {
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;

}

.mainland_boxconeverconmr2 {
    color: #FFF;
    
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 150% */
    margin-top: 24px;
}

.mainland_boxconeverconmr3 {
    color: #FFF;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-top: 16px;

}

.mainland_boxconeverconhover_img {
    display: none;
}

@media (any-hover:hover) {
    .mainland_boxconever:hover .mainland_boxconeverconhover_img {
        display: block;
    }

    .mainland_boxconever:hover .mainland_boxconeverconmr1 {
        display: none;
    }

    .mainland_boxconever:hover .mainland_boxconeverconmr2 {
        color: #333;
    }

    .mainland_boxconever:hover .mainland_boxconeverconmr3 {
        color: #999;
    }
}

.mainland_boxconeverconhover_2 {
    margin-top: 29px;
    display: none;

}

.mainland_boxconeverconhover1 {
    color: #D8D8D8;
    text-align: center;
    
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    display: none;
}

@media (any-hover:hover) {
    .mainland_boxconever:hover .mainland_boxconeverconhover1 {
        display: block;
    }
}

.mainland_boxconeverconhover3 {
    width: 1px;
    height: 15.5%;
    background-color: #D8D8D8;
    margin-bottom: 6px;
    height: 0%;
    transition: .3s;
}

@media (any-hover:hover) {
    .mainland_boxconever:hover .mainland_boxconeverconhover3 {
        height: 15.5%;
        transition: .3s;
    }

    .mainland_boxconever:hover .mainland_boxconeverconhover_2 {
        display: block;
    }
}

/* keep */
.keep_con {
    display: flex;
    width: 100%;
}

.keep_conleft {
    flex: 1;
    margin-right: 24px;
    position: relative;
}

.keep_conright {
    flex: 1;
    position: relative;
}

.keep_conleftnr {
    position: absolute;
    height: 100%;
    opacity: 0.8;
    background: #261D1D;
    top: 0;
    right: 0;
    width: 45%;
    padding: 0 38px 38px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.keep_conleftnr1 {
    color: #FFF;
    
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 150% */
    position: relative;
    margin-top: 38px;
}

.keep_conleftnr1::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 1px;
    background-color: #fff;
    bottom: -16px;
    left: 0;

}

.keep_conleftnr2 {
    margin-top: 83px;
}

.keep_conleftnr2 span {
    color: #FFF;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    margin-left: 10px;
    -webkit-line-clamp: 1;/*设置了最大显示行数为2行，超出的内容将被隐藏。*/
display: -webkit-box;/*声明将元素以flex盒子布局方式显示*/
-webkit-box-orient: vertical;/*设置了盒子的主轴方向为垂直方向*/
overflow: hidden;/*声明当内容溢出容器时进行隐藏。*/
text-overflow: ellipsis;/*声明当文本溢出容器时使用省略号表示*/
}

.keep_conleftnr2 a p {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.keep_conleftnr2 a:last-child p{
    margin-bottom: 0;
}

.keep_conleftnr3 {
    /* margin-top: 94px; */
    text-align: right;
}

.about_swiper {
    overflow: initial;
}

.scenery {
    overflow: hidden;
}

.scenery_box {
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 22.42%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    color: #FFF;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* 162.5% */
}

.about_swiper .swiper-slide {
    opacity: 0.5;
}

.about_swiper .swiper-slide-active,
.about_swiper .swiper-slide-next,
.about_swiper .swiper-slide-next+.swiper-slide {
    opacity: 1 !important;
}

.about_prev {
    background: url('../images/index7_left.png');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    left: -91.5px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}

.about_prev:hover {
    background: url('../images/index7_lefthover.png');
}

.about_next {
    background: url('../images/index7_right.png');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    right: -91.5px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: .3s;



}

.scenery:hover .about_prev {
    opacity: 1;
    transition: .3s;
}

.scenery:hover .about_next {
    opacity: 1;
    transition: .3s;
}

.about_next:hover {
    background: url('../images/index7_righthover.png');




}

.scenery_go {
    margin-top: 40px;
    margin-bottom: 13px;
}

.new {
    position: relative;
    overflow: hidden;
}

.new>img {
    position: absolute;
    left: 0;
    top: -129px;
}

.new_con1 {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    /* 150% */
    margin: 24px 0 16px 0;
    -webkit-line-clamp: 1;
    /*设置了最大显示行数为2行，超出的内容将被隐藏。*/
    display: -webkit-box;
    /*声明将元素以flex盒子布局方式显示*/
    -webkit-box-orient: vertical;
    /*设置了盒子的主轴方向为垂直方向*/
    overflow: hidden;
    /*声明当内容溢出容器时进行隐藏。*/
    text-overflow: ellipsis;
    /*声明当文本溢出容器时使用省略号表示*/
    min-height: 33px;
}

.new_con2 {
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    -webkit-line-clamp: 2;
    /*设置了最大显示行数为2行，超出的内容将被隐藏。*/
    display: -webkit-box;
    /*声明将元素以flex盒子布局方式显示*/
    -webkit-box-orient: vertical;
    /*设置了盒子的主轴方向为垂直方向*/
    overflow: hidden;
    /*声明当内容溢出容器时进行隐藏。*/
    text-overflow: ellipsis;
    /*声明当文本溢出容器时使用省略号表示*/
    margin-bottom: 24px;
    min-height: 56px;
}

.new_con3 {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.new_con3 span {
    color: #999;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    margin-left: 7px;
}

.new_swiper {
    padding-bottom: 80px;
    /* margin-bottom: 80px; */
}

.about_pagination {
    width: 100%;
    height: 1px;
    bottom: 40px;
}

.about_pagination.swiper-pagination-progressbar {
    background-color: #E5E5E5;
}

.about_pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #CB523E;
}

.new_icon_right {
    display: inline-block;
    padding: 11px 14px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #FFF;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}




.new_prev {
    background: url('../images/index8_left.png');
    position: absolute;
    top: calc(50% - 80px);
    /* transform: translateY(-50%); */
    width: 48px;
    height: 48px;
    left: -91.5px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}

.new_prev:hover {
    background: url('../images/index8_lefthover.png');
}

.new_next {
    background: url('../images/index8_right.png');
    position: absolute;
    top: calc(50% - 80px);
    /* transform: translateY(-50%); */
    width: 48px;
    height: 48px;
    right: -91.5px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: .3s;



}

.new_con:hover .new_prev {
    opacity: 1;
    transition: .3s;
}

.new_con:hover .new_next {
    opacity: 1;
    transition: .3s;
}

.new_next:hover {
    background: url('../images/index8_righthover.png');




}

@media(max-width:1067px) {
    .entrance_ever_conbox {
        padding: 36px 30px 37px 30px;
    }
}

@media(max-width:900px) {
    .entrance_ever_conbox {
        padding: 36px 30px 37px 30px;
    }
}

@media (max-width:767px) {
    .entrance_ever_conbox {
        padding: 15px;
    }

    .entrance_ever_conbox1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .entrance_ever_conbox2 {
        margin-bottom: 10px;
    }

    .entrance_title1 {
        padding-top: 60px !important;
    }

    .index_entrance {
        padding-bottom: 60px;
    }

}

@media (max-width:612px) {

    .entrance_box {
        flex-wrap: wrap;
    }

    .entrance_ever {
        flex: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .entrance_title2 {

        margin-bottom: 30px;
    }

}

@media(max-width:1580px) {
    .keep_conleftnr1 {

        margin-top: 20px;
    }

    .keep_conleftnr2 {
        margin-top: 45px;
    }

    .keep_conleftnr {

        padding: 0 20px 20px;
    }
}

@media(max-width:1440px) {
    .keep_conleftnr1 {

        margin-top: 20px;
    }

    .keep_conleftnr2 {
        margin-top: 45px;
    }

    .keep_conleftnr {

        width: 50%;
    }

}

@media(max-width:1260px) {

    .keep_conleftnr {

        width: 100%;
    }

    .keep_conleftnr2 p {

        margin-bottom: 10px;
    }


}

@media(max-width:1004px) {

    .keep_conleftnr2 {
        margin-top: 30px;
    }
}

@media(max-width:894px) {

    .keep_con {
        flex-wrap: wrap;
    }

    .keep_conleft {
        flex: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .keep_conright {
        flex: 100%;

    }

    .keep_conleftnr {
        padding: 0 15px 15px;
    }
}

@media(max-width:400px) {
    .keep_conleftnr1 {
        margin-top: 15px;
    }

    .keep_conleftnr1::after {

        bottom: -10px;
    }

    .keep_conleftnr2 {
        margin-top: 25px;
    }

    .keep_conleftnr2 p {
        margin-bottom: 5px;
    }
}

@media(max-width:1065px) {
    .mainland_boxconever {

        padding: 15px;
    }

    .mainland_boxconeverconhover1 {

        margin-bottom: 15px;
    }

    .mainland_boxconeverconhover3 {
        display: none;
    }

    .mainland_boxconeverconmr2 {

        margin-top: 15px;
    }

    .mainland_boxconeverconhover_2 {
        margin-top: 15px;
    }

}

@media(max-width:969px) {
    .mainland_boxcon {

        flex-direction: column;
    }

    .mainland_boxconever {
        width: 100%;
        flex: 1;
    }

    .mainland_boxconevercon {
        flex-direction: row;
    }

    .mainland_boxconeverconmr1 {
        margin-right: 20px;
    }

    .mainland_boxconeverconmr2 {
        margin-right: 20px;
    }

    .mainland .entrance_title1 {
        padding-top: 60px !important;
    }

    .index_tea .tea_go {
        margin-bottom: 45px !important;
    }

    .new .tea_go {
        margin-bottom: 30px !important;
    }




}
.about_swiper .swiper-pagination {
    display: none;
}
@media(max-width:767px) {
    .about_swiper .swiper-pagination {
        display: block;
        bottom: -40px;
    }
.scenery  .tea_go {
    margin-top: 70px;
}
    .about_swiper .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        background: #D9D9D9  ;
        opacity: 1;
        margin-left: 8px;
    }

    .about_swiper .swiper-pagination-bullet-active {
        width: 11px;
        height: 11px;
        background: #CB523E  ;
        opacity: 1;
    }
}
@media(max-width:815px) {
  
}
@media(max-width:500px) {
    .banner_title2 {
      
        line-height: 57px;
    }
        .musical_evermr {
            padding: 20px 0;
        }
        .musical_evermrbox2{
            font-size: 10px !important;
        }
        .left_tea {
          
            left: 15px;
           
        }
        .right_tea {
          
            right: 15px;
           
        }
        .left_tea img{
            width: 45px;
        }
        .right_tea img{
          
            width: 45px;
           
        } 
        .banner_title {
            top: 40%;
           
        }
        .banner_title p{
          text-align: center;
           
        }
}
.entrance_ever .entrance_ever_hover{
    overflow: hidden;
}
.entrance_ever_hover>div{
    transition: 1.5s;
}
.entrance_ever:hover .entrance_ever_hover>div{
    transition: 1.5s;
    transform: scale(1.1);
}
.banner_title2 {
    margin-bottom: 16px;
}
/* .tea_con:hover .tea_conbj{
    transition: 1s;
    transform: scale(1.1);
} */
