@charset "utf-8";

/*内页公共*/
:root {
    --main-color: #CB523E;
    --white-color: #FFFFFF;
}

.mobile-show {
    display: none !important;
}

.high100 {
    height: 100px;
    width: 100%;
    display: none;
}

.page_ban {
    position: relative;
    width: 100%;
    height: 510px;
    z-index: 1;
}

.page_ban .page_ban_mask {
    position: absolute;
    padding-top: 116px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
}

.page_ban_mask .container {
    height: 100%
}

.page_ban .pc_ban {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.m_house a {
    opacity: 0.5;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.m_house a:first-child {
    padding-left: 30px;
    background-image: url(../images/home.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left;
}

.m_house a:nth-child(n+2) {
    padding-left: 16px;
    margin-left: 10px;
    background-image: url(../images/page_jt.svg);
    background-repeat: no-repeat;
    background-size: 6px 24px;
    background-position: left center;
}

.m_house a:hover {
    opacity: 0.8;
}

.page_ban .ban_text {
    position: relative;
    width: 100%;
    height: 100%;
}

.page_ban .ban_text:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 100px;
    background-color: #fff;
}

.page_ban .ban_title {
    position: relative;
    display: inline-block;
    padding-top: 126px;
    padding-right: 75px;
    background-image: url(../images/ban_wl.svg);
    background-repeat: no-repeat;
    background-size: 153px 38px;
    background-position: right 95%;
}

.page_ban .ban_title h2 {
    color: #FFF;
    font-weight: 600;
    line-height: 1.4;
}

.page_ban .ban_title p {
    padding-top: 5px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

.page_ban .flower {
    position: absolute;
    right: 0;
    bottom: 47px;
}

.page_ban .flower i {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
}

.page_ban .flower i img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    animation: moveArrows 3s ease-in-out infinite;
}

@keyframes moveArrows {
    0% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, -30%);
    }

    100% {
        transform: translate(-50%, -50%);
    }

}

.page_menu {
    padding-top: 27px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}

.page_menu ul li {
    opacity: 0;
}

.page_menu.animated ul li {
    opacity: 1;
}

.page_menu ul li {
    padding-right: 32px;
    padding-bottom: 27px;
    float: left;
}

.page_menu ul li a {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.page_menu a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -27px;
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    transition: all .4s;
}

.page_menu a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 10px;
    height: 1px;
    background-color: #999;
    transition: all .3s;
}

.page_menu .active a, .page_menu ul li a:hover {
    color: var(--main-color);
}

.page_menu .active a:before, .page_menu ul li a:hover:before {
    background-color: var(--main-color);
}

.page_menu .active a:after, .page_menu ul li a:hover:after {
    width: 100%;
}

@media (max-width:991px) {
    .high100 {
        height: 80px;
    }

}

@media (max-width:767px) {
    .mobile-show {
        display: block !important;
    }

    .pc_show {
        display: none !important;
    }

    .page_ban {
        height: auto;
    }

    .page_ban .page_ban_mask {
        padding-top: 96px;
    }

    .m_house a {
        font-size: 14px;
    }

    .m_house a:first-child {
        padding-left: 20px;
        background-size: 16px 16px;
    }

    .m_house a:nth-child(n+2) {
        padding-left: 12px;
        margin-left: 6px;
        background-size: 6px 20px;
    }

    .page_ban .ban_title {
        padding-top: 7%;
    }

    .page_ban .ban_text::before {
        height: 30px;
    }

    .page_ban .ban_title p {
        padding-top: 0px;
        font-size: 14px;
        line-height: 20px;
    }

    .page_ban .flower {
        bottom: 15px;
    }

    .page_ban .flower i {
        width: 36px;
        height: 36px;
    }

    .page_ban .flower i img:nth-child(2) {
        width: 16px;
        height: 16px;
    }

    .page_menu ul li {
        padding-right: 32px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .page_menu a::after {
        bottom: -10px;
    }

}

@media (max-width:375px) {
    .page_menu ul li {
        padding-right: 24px;
    }

}

/*header*/
header {
    position: fixed;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
}

.white-bg {
    background-color: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}

.menu {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    z-index: 9;
}

.menu .logo {
    width: 240px;
    float: left;
}

.menu .logo img {
    width: 100%;
}

#gnb {
    display: inline-block;
    float: right;
    padding-right: 193px;
}

#gnb>ul>li, #gnb .li {
    display: inline-block;
    padding-left: 24px;
    padding-right: 28px;
    background-image: url(../images/menu_line.svg);
    background-repeat: no-repeat;
    background-position: right;
}

#gnb>ul>li:last-child {
    background-image: none;
}

#header #gnb>ul>li>a {
    position: relative;
    z-index: 100;
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#header #gnb>ul>li>a:after {
    width: 100%;
    content: "";
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 12px;
    height: 12px;
    -ms-transform: translateX(-50%);
    -o-transform: translateXXX(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateX(-50%);
    background-image: url(../images/menu_icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: opacity .4s;
    opacity: 0;
}

#header #gnb>ul>li.active>a:after, #header.over #gnb>ul>li.on>a:after, #header #gnb>ul>li>a:hover:after {
    opacity: 1;
}

#header #gnb>ul>li>a:hover {
    color: var(--main-color);
}

#header #gnb>ul>li.active>a {
    color: var(--main-color);
}

/* GNB */
#gnbBg {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 0;
    background-color: #f8f8f8;
    z-index: 98;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    -ms-transition: height 0.3s;
    transition: height 0.3s;
}

#gnbBg.open {
    height: 55px;
}

#gnb.total-menu>ul>li .gnb-2dep {
    visibility: hidden;
    opacity: 0;
    filter: Alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 100px;
    min-height: 55px;
    z-index: 99;
    width: 100%;
    text-align: left;
    -webkit-transition: all 0s 0s;
    -moz-transition: all 0s 0s;
    -o-transition: all 0s 0s;
    -ms-transition: all 0s 0s;
    transition: all 0s 0s;
}

#gnb.total-menu>ul>li .gnb-2dep.show {
    visibility: visible;
    opacity: 1.0;
    filter: Alpha(opacity=100);
    -webkit-transition: all 0.3s 0.1s;
    -moz-transition: all 0.3s 0.1s;
    -o-transition: all 0.3s 0.1s;
    -ms-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s
}

.gnb-2dep-menu-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gnb-2dep-menu-list>div>ul {
    text-align: center;
}

.gnb-2dep-menu-list li {
    position: relative;
    padding-right: 30px;
    display: inline-block;
}

.gnb-2dep-menu-list li a {
    display: table;
    position: relative;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.gnb-2dep-menu-list li a span {
    font-style: normal;
    background-image: url(../images/menu_icon2.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}

.gnb-2dep-menu-list li a:hover {
    color: var(--main-color);
}

.gnb-2dep-menu-list li.active a:hover {
    width: 100%;
}

/*search*/
.head_search {
    position: absolute;
    right: 50px;
    top: 0;
    width: 185px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head_search  form {
    display: flex;
    padding: 6px 16px;
    width: 100%;
    align-items: center;
    border-radius: 60px;
    border: 1px solid #BCBCBC;
}

.head_search .input {
    width: calc(100% - 24px);
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.head_search .submit {
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.head_search .input::-webkit-input-placeholder {
    color: #999;
    font-family: Noto Serif CJK SC;
    font-size: 14px;
}

.head_search .input::-moz-placeholder {
    color: #999;
    font-family: Noto Serif CJK SC;
    font-size: 14px;
}

.head_search .input:-moz-placeholder {
    color: #999;
    font-family: Noto Serif CJK SC;
    font-size: 14px;
}

.head_search .input:-ms-input-placeholder {
    color: #999;
    font-family: Noto Serif CJK SC;
    font-size: 14px;
}

.head_search .pc-screen {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #BCBCBC;
    cursor: pointer;
    display: none
}

.head_search .search_up {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screen1 {
    position: fixed;
    top: 100px;
    padding-right: 50px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    height: 0;
    transition: .3s;
    overflow: hidden;
    z-index: 9999;
}

.screen1 form {
    display: flex;
    padding: 6px 16px;
    width: 90%;
    max-width: 300px;
    background-color: white;
    align-items: center;
    border-radius: 60px;
    border: 1px solid #BCBCBC;
}

.screen1 .input {
    width: calc(100% - 24px);
    color: rgb(153, 153, 153);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.screen1 .submit {
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.screen1>span {
    font-size: 30px;
    color: #999;
}

.x1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.x1 img {
    width: 20px;
    height: 20px;
}

.screen1 .input::-webkit-input-placeholder {
    color: #999;
    font-family: Noto Serif CJK SC;
    font-size: 14px;
}

.screen1 .input::-moz-placeholder {
    color: #999;
    font-family: Noto Serif CJK SC;
    font-size: 14px;
}

.screen1 .input:-moz-placeholder {
    color: #999;
    font-family: Noto Serif CJK SC;
    font-size: 14px;
}

.screen1 .input:-ms-input-placeholder {
    color: #999;
    font-family: Noto Serif CJK SC;
    font-size: 14px;
}

.ys_navph2_navfr {
    display: none;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.ys_navph2_msc_boxr img {
    width: 100%;
    line-height: 40px;
}

.ys_navph2_menu_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 22px;
}

.ys_navph2_menu_line, .ys_navph2_menu_line::before, .ys_navph2_menu_line::after {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all .36s;
    cursor: pointer;
}

.ys_navph2_menu_line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ys_navph2_menu_line::before {
    content: "";
    position: absolute;
    top: 10px;
}

.ys_navph2_menu_line::after {
    content: "";
    position: absolute;
    top: -10px;
}

/*mobile*/
.white-bg .ys_navph2_menu_line, .white-bg  .ys_navph2_menu_line::before, .white-bg  .ys_navph2_menu_line::after {
    background-color: rgba(0, 0, 0, 0.8);
}

.ys_navph2_list {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 100px;
    width: 100%;
    height: calc(100% - 100px);
    padding: 0 0 30px 0;
    background: var(--main-color);
    color: #fff;
    overflow: hidden;
    transform: translateX(100%);
    transition: all .5s ease-out;
}

.ys_navph2_subnav {
    padding: 0 20px;
    height: 100%;
    overflow: auto;
}

.ys_navph2_subnav li>div {
    position: relative;
}

.ys_navph2_subnav_lisbox {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 5px 0;
}

.ys_navph2_subnav a {
    line-height: 24px;
    padding: 8px 0;
    color: #ffffff;
    display: inline-block;
}

.ys_navph2_subnav_a {
    font-size: 18px;
}

.ys_navph2_nav_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}

.ys_navph2_nav_icon::before {
    transform: rotate(90deg);
}

.ys_navph2_nav_icon::before, .ys_navph2_nav_icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #fff;
    transition: all .36s;
}

.ys_navph2_thirnav_a {
    font-size: 14px;
}

.ys_navph2_nav_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.ys_navph2_lang {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.ys_navph2_subnav {
    padding: 0 20px;
    padding-top: 30px;
    height: 100%;
    overflow: auto;
}

.ys_navph2_search_btn {
    width: 74px;
    cursor: pointer;
}

.modal-open {
    overflow: hidden;
}

.ys_navph2_list.act {
    transform: translateX(0);
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line {
    background: transparent;
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line::before {
    top: 0;
    transform: rotate(45deg);
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line::after {
    top: 0;
    transform: rotate(-45deg);
}

.ys_navph2_nav_icon::before {
    transform: rotate(90deg);
}

.ys_navph2_subnav li.act>div .ys_navph2_nav_icon::after {
    transform: rotate(90deg);
}

.ys_navph2_lang_modal.act {
    transform: translateX(0);
}

.ys_navph2_subnav_a {
    font-size: 18px;
}

.ys_navph2_thirnav_a {
    font-size: 14px;
}

.ys_navph2_subnav_a.yxnav_active1, .ys_navph2_thirnav_a.yxnav_active2, .ys_navph2_fournav_a.yxnav_active3 {
    color: rgba(255, 255, 255, .7);
}

.ys_navph2_thirnav {
    display: none;
}

.ys_navph2_thirnav li {
    padding-left: 10px;
}

.ys_navph2_thirnav_lisbox a {
    position: relative;
    padding-left: 5px;
}

.ys_navph2_thirnav_lisbox a:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
}

@media(max-width:1680px) {
    #gnb > ul > li, #gnb .li {
        padding-left: 18px;
        padding-right: 24px;
    }

}

@media(max-width:1560px) {
    .menu .logo {
        width: 200px;
    }

    #gnb {
        padding-right: 70px;
    }

    #gnb > ul > li, #gnb .li {
        padding-left: 16px;
        padding-right: 22px;
    }

    .head_search {
        right: 50px;
        width: 50px;
    }

    .head_search form {
        display: none !important;
    }

    .head_search .pc-screen {
        display: inline-block;
    }

}

@media(max-width:1440px) {
    .menu .logo {
        width: 180px;
    }

    #gnb {
        padding-right: 50px;
    }

    #gnb > ul > li, #gnb .li {
        padding-left: 12px;
        padding-right: 18px;
    }

}

@media(max-width:1260px) {
    #gnb {
        display: none !important;
    }

    .menu {
        z-index: 999;
    }

    .head_search {
        right: 70px;
    }

    .ys_navph2_navfr {
        display: inline-block;
    }

}

@media(max-width:991px) {
    header, .menu {
        height: 80px;
    }

    .menu {
        padding-left: 20px;
    }

    .menu .logo {
        width: 160px;
    }

    .head_search {
        right: 50px;
        height: 100%;
    }

    .screen1 {
        top: 80px;
    }

    .ys_navph2_navfr {
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .white-bg .ys_navph2_list {
        top: 80px;
        height: calc(100% - 80px);
    }

}

/*茶知识*/
.n_content {
    width: 100%;
    overflow: hidden;
    min-height: 70vh;
}

.tea_bg {
    padding-bottom: 50px;
    background-image: url(../images/mountain.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.tea_list {
    padding-top: 38px;
}

.tea_list ul {
    margin-left: -12px;
    margin-right: -12px;
}

.tea_list ul li {
    width: 33.33%;
    float: left;
    padding: 22px 12px;
}

.tea_list a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 28px;
}

.tea_list a:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    transform: translateX(-50%);
    height: 1px;
    bottom: 0;
    opacity: 0;
    background: var(--main-color);
    transition: width .6s;
}

.tea_list .thumb {
    overflow: hidden;
}

.tea_list .thumb i {
    display: inline-block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.tea_list a:hover .thumb i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.tea_list a:hover:after {
    opacity: 1;
    width: 100%;
}

.tea_list a:hover .new_con1 {
    color: var(--main-color);
}

@media (max-width:767px) {
    .tea_bg {
        background-size: contain;
    }

    .tea_list a {
        padding-bottom: 0;
    }

    .tea_list a::after {
        display: none;
    }

}

@media (max-width:640px) {
    .tea_list ul li {
        width: 50%;
    }

    .tea_list .new_con1 {
        font-size: 20px;
        line-height: 28px;
        margin: 20px 0 10px 0;
        min-height: 28px;
    }

    .tea_list .new_con2 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .tea_list .new_con3 {
        margin-top: 10px;
    }

}

@media (max-width:540px) {
    .tea_list ul li {
        width: 100%;
        padding: 22px 12px;
    }

}

/*page*/
.paged {
    padding: 30px 0 30px 0;
    text-align: center;
    overflow: hidden;
}

.paged .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paged .pagination li {
    display: inline-block;
}

.paged:after {
    clear: both;
    content: '';
    width: 0px;
    display: block;
    height: 0px;
    visibility: hidden;
}

.paged a {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    margin: 0 3px;
    padding: 4px;
    height: 40px;
    width: 40px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50%;
}

.paged a:hover, .paged .active span {
    color: #fff;
    background-color: var(--main-color);
}

.paged span {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    margin: 0 3px;
    padding: 4px;
    height: 40px;
    width: 40px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50%;
}

.paged ul li:first-child span, .paged ul li:last-child a, .paged ul li:first-child a, .paged ul li:last-child span {
    background: none;
}

@media (max-width:767px) {
    .paged span, .paged a {
        font-size: 14px;
        padding: 0 10px;
        margin: 0 2px;
    }

}

/*生活禅*/
.live_bg {
    padding-bottom: 50px;
    background: #F5F5F5;
    background-image: url(../images/live_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.live_list {
    padding-top: 84px;
}

.live_list ul li {
    width: 100%;
    padding-bottom: 24px;
}

.live_list ul li a {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    width: 100%;
}

.live_list .thumb {
    width: 41%;
    position: relative;
    overflow: hidden;
}

.live_list .thumb:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 22px;
    background-image: url(../images/white_jt.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.live_list .thumb i {
    display: inline-block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.live_list a:hover .thumb i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.live_list .live_r {
    width: 59%;
    padding: 44px;
    background-color: #fff;
    transition: background-color .3s;
}

.live_r .live_title {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live_r .live_des {
    margin-top: 16px;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live_time {
    margin-top: 16px;
    display: flex;
    align-items: center;
}

.live_time span {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    background-image: url(../images/tea_time.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 23px;
}

.live_r .cont {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.live_r .cont .more {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 41px;
    width: 112px;
    height: 41px;
    background-image: url(../images/red_kuang.png);
    background-size: contain;
    color: #999;
    font-size: 18px;
    font-weight: 400;
}

.live_list a:hover .thumb:after {
    background-image: url(../images/red_jt.svg);
}

.live_list a:hover .live_r {
    background-color: var(--main-color);
}

.live_list a:hover .live_title, .live_list a:hover .live_des {
    color: #fff;
}

.live_list a:hover .live_time span {
    color: rgba(255, 255, 255, 0.40);
    background-image: url(../images/live_time.svg);
}

.live_list a:hover .cont .more {
    background-image: url(../images/white_kuang.png);
    color: #fff;
}

@media (max-width:1280px) {
    .live_list .thumb {
        width: 48%;
    }

    .live_list .live_r {
        width: 52%;
    }

}

@media (max-width:1200px) {
    .live_list .live_r {
        padding: 30px 40px;
    }

}

@media (max-width:991px) {
    .live_list {
        padding-top: 50px;
    }

    .live_list .thumb {
        width: 50%;
    }

    .live_list .live_r {
        width: 50%;
        padding: 20px 30px;
    }

}

@media (max-width:900px) {
    .live_r .live_des, .live_time {
        margin-top: 10px;
    }

}

@media (max-width:767px) {
    .live_list {
        padding-top: 40px;
    }

    .live_bg {
        background-size: contain;
    }

    .live_list .thumb {
        width: 100%;
    }

    .live_list .live_r {
        width: 100%;
        padding: 30px 20px;
    }

    .live_r .cont .more {
        position: inherit;
        margin-top: 20px;
    }

    .live_r .live_title {
        font-size: 20px;
    }

    .live_r .live_des {
        font-size: 18px;
    }

    .live_time span {
        font-size: 14px;
    }

    .live_list .thumb::after {
        content: "";
        position: absolute;
        left: 50%;
        top: inherit;
        bottom: -5px;
        transform: translate(-50%, 0) rotate(90deg);
        width: 12px;
        height: 22px;
        background-image: url(../images/white_jt.svg);
    }

}

/*琴*/
.qin_bg {
    position: relative;
    width: 100%;
    padding-top: 62px;
    padding-bottom: 50px;
    background-image: url(../images/qin_bg03.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.qin_bg .bg1 {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    width: 404px;
    height: 214px;
    background-image: url(../images/qin_bg01.png);
    background-repeat: no-repeat;
}

.qin_list ul {
    margin-left: -12px;
    margin-right: -12px;
}

.qin_list ul li {
    float: left;
    padding: 12px;
    width: 33.33%;
}

.qin_list ul li a {
    display: inline-block;
    padding: 32px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    transition: background .4s;
}

.qin_list .new_con1, .qin_list .new_con2 {
    text-align: center;
}

.qin_list .new_con3 {
    justify-content: center;
}

.qin_list .new_con3 img:nth-child(2) {
    display: none;
}

.qin_list .thumb {
    position: relative;
    overflow: hidden;
    margin-top: 24px;
}

.qin_list .thumb i {
    display: inline-block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.qin_list a:hover {
    background: linear-gradient(180deg, #CB523E 0%, #FFF 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.qin_list a:hover .thumb i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.qin_list a:hover .new_con1, .qin_list a:hover .new_con2 {
    color: #fff;
}

.qin_list a:hover .new_con3 img:nth-child(1) {
    display: none;
}

.qin_list a:hover .new_con3 img:nth-child(2) {
    display: inline-block;
}

.qin_list a:hover .new_con3 span {
    color: rgba(255, 255, 255, 0.40);
}

@media (max-width:1100px) {
    .qin_list ul li a {
        padding: 32px 25px;
    }

}

@media (max-width:991px) {
    .qin_list ul li {
        width: 50%;
    }

}

@media (max-width:767px) {
    .qin_bg {
        background-size: contain;
    }

    .qin_bg .bg1 {
        width: 70%;
        height: 214px;
        background-size: contain;
    }

}

@media (max-width:640px) {
    .qin_bg {
        padding-top: 50px;
    }

    .qin_list ul li {
        width: 100%;
    }

}

/*详情*/
.article_bg {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.article_bg .bg01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 507px;
    background-image: url(../images/article_bg01.png);
    z-index: -1;
}

.article_bg .bg02 {
    position: fixed;
    right: 0;
    bottom: 5%;
    width: 785px;
    height: 352px;
    background-image: url(../images/article_bg02.png);
    z-index: -1;
}

.article_left .bg01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 507px;
    background-image: url(../images/article_bg01.png);
}

.article_cont {

    /*padding-bottom: 50px;*/
}

.article_position {
    width: 335px;
    float: right;
}

.article_position .tea_list {
    padding-top: 32px;
}

.article_position .tea_list ul {
    margin-left: 0;
    margin-right: 0;
}

.article_position .tea_list li {
    width: 100%;
    padding: 0;
    margin-bottom: 36px;
}

.article_position .tea_list a {
    display: flex;
    padding-bottom: 0;
}

.article_position .tea_list a:after {
    display: none;
}

.article_position .tea_list li  .thumb {
    width: 120px;
    padding-right: 16px;
    float: left;
}

.article_position .tea_list a>div:nth-child(2) {
    width: calc(100% - 120px);
}

.article_position .tea_list li .new_con1 {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    height: 56px;
}

.article_bg {
    padding-bottom: 60px;
    background-image: url(../images/mountain.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.po_title {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.article_cont {
    padding-top: 70px;
}

.article_cont .article_right {
    float: left;
    width: calc(100% - 335px);
    padding-right: 100px;
}

.article_cont .article_right p {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 24px;
}

.article_cont .article_right p img {
    padding-bottom: 10px;
}
.article_cont .article_right video {
    width: 100% !important;
}
.article_cont .article_left h2 {
    color: #333;
    font-weight: 600;
    line-height: 1.4;
}

.article_cont .article_left .line_two {
    padding-top: 16px;
}

.article_cont .article_left .line_two span {
    padding-right: 16px;
    display: inline-block;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.article_cont .article_left .line_two span:last-child {
    padding-right: 0;
}

.article_cont .article_bg2 {
    padding-bottom: 16px;
    margin-bottom: 45px;
    border-bottom: 1px solid #CCC;
    background-image: url(../images/article_bg03.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.article_cont .article_left .line_three {
    padding-top: 18px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.article_cont .article_left .line_three span {
    display: flex;
    align-items: center;
    padding-right: 16px;
    font-size: inherit;
}

.article_cont .article_left .line_three span img {
    margin-right: 7px;
}

.x_share ul {
    display: flex;
    padding-top: 0;
    margin-left: -4px;
    margin-right: -4px;
}

.x_share ul li {
    padding: 0 4px;
}

.x_share>ul>li>a {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.x_share .tip_text {
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    word-break: keep-all;
    transition: opacity .5s;
    z-index: 9;
}

.x_share .tip_text:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    border-right-color: #fff;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.x_share>ul>li>a:hover {
    overflow: initial;
}

.x_share>ul>li>a:hover .tip_text {
    opacity: 1;
}

.x_share .sharex_bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #EEE;
    border-radius: 50%;
    transition: background-color .3s;
}

.x_share .sharex_bg img {
    width: 18px;
    height: 18px;
}

.x_share .sharex_bg img:nth-child(2) {
    display: none;
}

.x_share .sharex_bg:hover {
    background-color: var(--main-color);
}

.x_share .sharex_bg:hover img:first-child {
    display: none;
}

.x_share .sharex_bg:hover img:nth-child(2) {
    display: inline-block;
}

.x_sharecopy {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 42px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 6px 6px 6px 6px;
    font-size: 14px;
    padding: 6px 20px;
    color: #FFFFFF;
    z-index: 9999;
}

.x_copyIcon {
    background: url(../images/new_link_w.svg) center center / contain no-repeat;
    width: 20px;
    height: 30px;
    float: left;
}

.x_copyDesc {
    font-size: 14px;
    padding-left: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    float: left;
}

.article_cont .article_right img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.ar_line {
    width: 100%;
    height: 1px;
    background-color: #CCC;
    display: none;
}

.news_show_more {
    margin-top: 30px;
}

.news_show_more .prev {
    float: left;
    width: 50%;
    padding-right: 80px;
    position: relative;
}

.news_show_more .prev:before {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    background: #CCCCCC;
    height: 62px;
    width: 1px;
}

.news_show_more .next {
    float: left;
    width: 50%;
    padding-left: 80px;
}

.news_show_more .n {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
}

.news_show_more .t {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.news_show_more .t a {
    font-size: inherit;
    color: inherit;
}

.news_show_more .t:hover {
    color: var(--main-color);
}

@media screen and (max-width:991px) {
    .article_cont .article_right {
        padding-right: 60px;
    }

    .article_cont .article_bg2 {
        padding-bottom: 28px;
        margin-bottom: 35px;
    }

    .x_share .sharex_bg {
        width: 40px;
        height: 40px;
    }

    .x_share .sharex_bg img {
        width: 20px;
        height: 20px;
    }

}

@media screen and (max-width:767px) {
    .article_cont {
        padding-top: 50px;
        display: block;
    }

    .article_cont .article_left {
        width: 100%;
    }

    .article_cont .article_right {
        padding-right: 0;
        width: 100%;
        padding-top: 0px;
    }

    .article_cont .article_left .line_two span {
        font-size: 14px;
    }

    .article_cont .article_left .line_three {
        flex-flow: row wrap;
        align-items: stretch;
    }

    .article_cont .article_left .x_share {
        padding-top: 20px;
        width: 100%;
    }

    .article_position .tea_list {
        padding-top: 20px;
    }

    .article_position .tea_list ul li {
        width: 100%;
    }

    .x_share .tip_text {
        display: none !important;
    }

    .news_show_more .n {
        font-size: 16px;
    }

    .news_show_more .prev {
        padding-right: 30px;
    }

    .news_show_more .next {
        padding-left: 30px;
    }

    .news_show_more .t {
        font-size: 16px;
    }

    .article_position {
        padding-top: 30px;
        width: 100%;
    }

}

/*footer*/
.back-top {
    position: fixed;
    right: 10px;
    display: none;
    bottom: 10%;
    z-index: 99;
}

.back-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #261D1D;
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.back-top a:hover {
    background-color: #CB523E;
}

.footer {
    background-color: #261D1D;
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 85%;
}

.foot_top {
    justify-content: center;
    padding: 32px 0;
}

.foot_top span {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 5.28px;
}

.foot_top i {
    display: flex;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
}

.foot_mid {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.foot_mid .fl {
    flex: 1;
}

.foot_mid .f_address {
    padding-top: 24px;
}

.foot_mid .f_address p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.foot_mid .f_menu ul li {
    float: left;
    position: relative;
    padding-right: 24px;
    margin-right: 24px;
}

.foot_mid .f_menu ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.foot_mid .f_menu ul li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 10px;
}

.foot_mid .f_menu ul li:last-child:before {
    display: none;
}

.foot_mid .f_menu a {
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.foot_mid .f_menu a:hover {
    color: var(--white-color);
}

.foot_mid .top_img {
    display: flex;
    justify-content: flex-end;
}

.foot_mid .top_img>div {
    padding-left: 18px;
}

.foot_mid .top_img>div img {
    border-radius: 6px;
    max-width: 100px;
}

.foot_mid .top_img p {
    padding-top: 8px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.foot_bottom {
    padding-top: 25px;
    padding-bottom: 24px;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.foot_bottom  a {
    font-style: normal;
    color: inherit;
}

.foot_bottom  a:hover {
    color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width:991px) {
    .foot_bottom {
        line-height: 1.4;
    }

    .foot_bottom .fl {
        width: 100%;
        line-height: 1.6;
    }

    .foot_bottom .fr {
        float: left;
        width: 100%;
        line-height: 1.4;
    }

}

@media screen and (max-width:767px) {
    .foot_top i {
        padding-left: 4px;
        padding-right: 4px;
    }

    .foot_mid {
        display: block;
    }

    .foot_mid .f_menu ul li {
        padding-right: 12px;
        margin-right: 12px;
        margin-bottom: 5px;        /*text-align: center;*/
        width: calc(33.33% - 12px);
    }

    .foot_mid .f_menu ul li:nth-child(3n):before {
        display: none;
    }

    .foot_mid .top_img {
        padding-top: 25px;
        width: 100%;
        justify-content: flex-start;
    }

    .foot_mid .top_img > div {
        padding-left: 0;
        padding-right: 18px;
    }

    .foot_bottom {
        padding: 15px 0;
        margin-top: 30px;
        font-size: 14px;
    }

    .foot_mid .top_img p {
        font-size: 14px;
    }

}

@media screen and (max-width:360px) {
    .foot_top span {
        font-size: 22px;
        letter-spacing: 4px;
    }

}

/*禅院简介*/
.fo_bg {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/live_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 1;
}

.fo_bg .bg01 {
    position: absolute;
    left: 0;
    top: 8%;
    width: 50%;
    max-width: 496px;
    height: 424px;
    background-image: url(../images/fo_bg02.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.fo_bg .bg02 {
    position: absolute;
    right: 0;
    top: 38%;
    width: 50%;
    max-width: 404px;
    height: 214px;
    background-image: url(../images/fo_bg03.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.fo_title {
    padding-top: 60px;
    position: relative;
}

.fo_title {
    border-bottom: 1px solid #CCC;
}

.fo_title .fl {
    padding-top: 20px;
    background-image: url(../images/fo_bg5.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 64px;
    padding-bottom: 24px;
}

.fo_title .fr {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40%;
}

.fo_title h3 {
    color: #333;
    font-weight: 600;
    line-height: 1.4;
}

.fo_title span {
    padding-left: 12px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.fo_text {
    margin-top: 68px;
    position: relative;
    z-index: 2;
}

.fo_text .fl {
    display: flex;
    align-items: center;
    width: 51%;
    position: absolute;
    height: 100%;
    padding-right: 80px;
}

.fo_text .fl .text {
    max-height: 100%;
    overflow-y: auto;
}

.m_scoll::-webkit-scrollbar {
    width: 4px;
    height: 2px
}

.m_scoll::-webkit-scrollbar-button:vertical {
    display: none
}

.m_scoll::-webkit-scrollbar-corner, .m_scoll::-webkit-scrollbar-track {
    background-color: #ccc;
}

.fo_text .fl .text::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #999;
}

.fo_text .fl p {
    padding-top: 25px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.fo_text .fl p:first-child {
    padding-top: 0;
}

.fo_text .fr {
    width: 49%;
}

.fo_bg .fo_pic {
    position: relative;
    z-index: 1;
}

.fo_bg .fo_pic img {
    margin-top: -13%;
}

@media screen and (max-width:1280px) {
    .fo_text .fl {
        padding-right: 60px;
    }

}

@media screen and (max-width:1100px) {
    .fo_text .fl {
        padding-right: 40px;
    }

}

@media screen and (max-width:991px) {
    .fo_text {
        display: block;
    }

}

@media screen and (max-width:767px) {
    .fo_title {
        padding-top: 40px;
    }

    .fo_title .fl {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .fo_text .fl {
        position: inherit;
        width: 100%;
        padding-right: 0;
    }

    .fo_text .fr {
        padding-top: 30px;
        width: 100%;
        text-align: center;
    }

}

/*主持介绍*/
.zc_title {
    padding-top: 68px;
    padding-bottom: 15px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #CCC;
}

.zc_title .fl {
    width: 100%;
    background-image: url(../images/zc_bg01.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.zc_title h3 {
    color: #333;
    font-weight: 600;
    line-height: 1.4;
}

.zc_title p {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.zc_title .fr {
    position: absolute;
    bottom: 0;
    right: 0;
}

.zcinfor_top {
    padding-bottom: 75px;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/zc_bg02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

.zcinfor_bottom {
    padding-top: 120px;
    padding-bottom: 120px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url(../images/zc_bg03.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.zcinfor_bottom .bg01 {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 40%;
    max-width: 379px;
    height: 208px;
    background-image: url(../images/zc_bg04.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.zcinfor_bottom .title {
    color: #333;
    font-weight: 600;
    line-height: 1.6;
}

.zcinfor_bottom .cont {
    position: relative;
}

.zcinfor_bottom .fl {
    display: flex;
    align-items: center;
    padding-right: 9%;
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 94px);
}

.zcinfor_bottom .fr {
    width: 40%;
}

.zcinfor_bottom .fl .scroll {
    max-height: 100%;
    overflow-y: auto;
}

.zcinfor_bottom .fr .bg {
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
    padding-left: 30px;
    z-index: 1;
}

.zcinfor_bottom .fr .bg:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 172px;
    height: 318px;
    background: #F3F4F7;
    z-index: -1;
}

.zcinfor_bottom .fr .bg span {
    display: inline-block;
    position: relative;
}

.zcinfor_bottom .fr .bg span img:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    max-width: 74%;
}

.zcinfor_bottom .text {
    padding-top: 50px;
}

.zcinfor_bottom .fl p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 30px;
}

.zcinfor_bottom .fl p:last-child {
    padding-bottom: 0;
}

.zcinfor_bottom .shc_more {
    position: absolute;
    left: 0;
    bottom: 40px;
}

.zcinfor_bottom .shc_more a {
    padding: 10px 0;
    padding-right: 30px;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background-image: url(../images/more_icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 17px 24px;
}

.zcinfor_bottom .shc_more a:hover {
    color: var(--main-color);
}

@media screen and (max-width:1366px) {
    .zcinfor_bottom .fl {
        padding-right: 6%;
    }

}

@media screen and (max-width:1280px) {
    .zcinfor_bottom .fl {
        padding-right: 6%;
    }

}

@media screen and (max-width:767px) {
    .zcinfor_bottom {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .zcinfor_bottom .fl {
        position: inherit;
        height: inherit;
        width: 100%;
        padding-right: 0;
    }

    .zcinfor_bottom .shc_more {
        position: inherit;
        bottom: inherit;
        display: none !important;
    }

    .zcinfor_bottom .fr {
        width: 100%;
        padding-top: 30px;
    }

    .zcinfor_bottom .fr .bg {
        padding-bottom: 20px;
        padding-left: 20px;
    }

}

/*佛力加持*/
.fo_one {
    position: relative;
    padding: 100px 0 140px 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.fo_one:before {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    width: 80%;
    max-width: 700px;
    height: 100%;
    background-image: url(../images/jc_bgz.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.fo_one:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    max-width: 316px;
    height: 100%;
    background-image: url(../images/jc_bgy.png);
    background-repeat: no-repeat;
    background-position: right 10%;
    background-size: contain;
    z-index: -1;
}

.fo_one_cont .fl>div {
    background-image: url(../images/flower.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.fo_one_cont .fr {
    flex: 1;
    padding-left: 130px;
    padding-top: 55px;
}

.fo_one_cont .title_l {
    float: left;
}

.fo_one_cont .title_l h3 {
    color: #333;
    font-weight: 600;
    line-height: 1.4;
}

.fo_one_cont .title_l p {
    padding-top: 4px;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

.fo_one_cont .fr p {
    padding-bottom: 24px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.fo_one_cont .fr p:last-child {
    padding-bottom: 0;
}

.fo_one_cont .ht_text {
    float: left;
    margin-top: 8px;
}

.fo_one_cont .ht_text span {
    display: inline-block;
    border-left: 1px solid var(--main-color);
    padding-left: 24px;
    margin-left: 24px;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 4px;
    writing-mode: vertical-rl;
}

.fo_two {
    background-image: url(../images/jc_bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.fo_two .two_cont {
    position: relative;
}

.fo_two .two_cont .fl {
    display: flex;
    align-items: center;
    width: 50%;
    position: absolute;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 12px;
}

.fo_two .two_cont .fr {
    width: 50%;
    padding-left: 110px;
}

.fo_two .two_cont .fl .text {
    max-height: 100%;
    overflow-y: auto;
}

.fo_two .two_cont .title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 34px;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    max-width: 396px;
    background-image: url(../images/zc_icon.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 18px 24px;
}

.fo_two .two_cont p {
    padding-bottom: 25px;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.fo_two .two_cont p:last-child {
    padding-bottom: 0;
}

.fo_three {
    position: relative;
    overflow: hidden;
}

.fo_three:before, .fo_three:after {
    content: "";
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.fo_three:before {
    top: 0;
    height: 70%;
    max-height: 1150px;
    background-image: url(../images/jc_bg3.png);
    background-position: top center;
    z-index: 1;
}

.fo_three:after {
    height: 50%;
    max-height: 767px;
    left: 0;
    bottom: 0;
    background-image: url(../images/jc_bg4.png);
    background-position: bottom center;
    z-index: 2;
}

.three_list {
    position: relative;
    z-index: 9;
}

.fo_three {
    padding-top: 114px;
    padding-bottom: 120px;
}

.fo_three .three_list {
    position: relative;
    margin-bottom: 150px;
}

.fo_three .three_list:last-child {
    margin-bottom: 0;
}

.fo_three .three_list .fl {
    display: flex;
    align-items: center;
    padding: 36px 0;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.fo_three .three_list .fr {
    width: 50%;
    float: left;
    padding-right: 140px;
}

.fo_three .three_list:nth-child(2n) .fl {
    left: 0;
    right: inherit;
}

.fo_three .three_list:nth-child(2n) .fr {
    float: right;
    padding-left: 140px;
    padding-right: 0;
}

.fo_three .three_list .text {
    max-height: 98%;
    overflow-y: auto;
}

.fo_three .three_list .text p {
    padding-bottom: 25px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.fo_three .three_list .text p:last-child {
    padding-bottom: 0;
}

@media screen and (max-width:1440px) {
    .fo_one_cont .ht_text span {
        padding-left: 20px;
        margin-left: 20px;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 2px;
    }

}

@media screen and (max-width:1366px) {
    .fo_three .three_list .fr {
        padding-right: 100px;
    }

    .fo_three .three_list:nth-child(2n) .fr {
        padding-left: 100px;
    }

}

@media screen and (max-width:1280px) {
    .fo_two .two_cont .fr {
        padding-left: 80px;
    }

    .fo_three .three_list .fr {
        padding-right: 80px;
    }

    .fo_three .three_list:nth-child(2n) .fr {
        padding-left: 80px;
    }

}

@media screen and (max-width:991px) {
    .fo_one_cont .fr {
        padding-top: 20px;
    }

    .fo_two .two_cont .fr {
        padding-left: 40px;
    }

    .fo_three .three_list .fr {
        padding-right: 40px;
    }

    .fo_three .three_list:nth-child(2n) .fr {
        padding-left: 40px;
    }

}

@media screen and (max-width:767px) {
    .fo_one {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .fo_one_cont {
        display: block;
    }

    .fo_one_cont .fl {
        width: 100%;
    }

    .fo_one_cont .fr {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }

    .fo_one_cont .fl>div {
        display: block;
    }

    .fo_one_cont .title_l {
        width: 100%;
    }

    .fo_one_cont .title_l p {
        font-size: 12px;
    }

    .fo_one_cont .ht_text span {
        writing-mode: inherit;
        margin-left: 0;
    }

    .fo_two .two_cont .fl {
        position: inherit;
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .fo_two .two_cont .fr {
        width: 100%;
        padding-left: 0;
    }

    .fo_three {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .fo_three .three_list {
        margin-bottom: 30px;
    }

    .fo_three .three_list .fl {
        position: inherit;
        padding-top: 18px;
        display: block;
        width: 100%;
    }

    .fo_three .three_list .fr {
        padding-right: 0;
        width: 100%;
    }

    .fo_three .three_list:nth-child(2n) .fr {
        padding-left: 0;
    }

}

/*禅院风景*/
.cyfj_bg {
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    background-image: url(../images/fj_bg1.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.cyfj_bg .bg01 {
    position: absolute;
    left: 0;
    top: 40%;
    width: 50%;
    max-width: 628px;
    height: 428px;
    background-image: url(../images/fj_bg2.png);
    background-repeat: no-repeat;
}

.fc_one {
    position: relative;
    margin-top: 100px;
    padding-bottom: 60px;
}

.fc_one .swiper-slide {
    position: relative;
    height: 100%;
}

.fc_one .thumb {
    position: relative;
    overflow: hidden;
}

.fc_one  .thumb i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fc_one .swiper-slide p {
    position: absolute;
    height: 74px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 74px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 30;
}

.fc_one .swiper-slide-prev, .fc_one .swiper-slide-next {
    height: 100%;
    opacity: .5;
}

.fc_one .swiper-slide-prev .thumb i, .fc_one .swiper-slide-next .thumb i {
    top: 55px;
    height: calc(100% - 110px);
}

.fc_one .swiper-slide-prev p, .fc_one .swiper-slide-next p {
    display: none;
}

.fc_one .swiper-pagination {
    height: 20px;
    width: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fc_one .swiper-pagination-bullet {
    background-color: #a6a6a6;
    opacity: 1;
    margin: 0 8px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.fc_one .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background-color: #CB523E;
}

.fj_click {
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
    margin-top: -21px;
    height: 0;
    z-index: 9;
}

.fj_click>div {
    display: flex;
    justify-content: space-between;
}

.fj_click>div>div {
    width: 44px;
    height: 44px;
    background-image: url(../images/w_flower.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fj_list {
    border-top: 1px solid #cccccc;
    padding-top: 50px;
    margin-top: 62px;
}

.fj_list ul {
    margin-left: -12px;
    margin-right: -12px;
}

.fj_list ul li {
    padding: 12px;
    width: 33.33%;
    float: left;
}

.fj_list .thumb {
    position: relative;
    overflow: hidden;
    transition: transform .4s;
}

.fj_list .thumb i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fj_list a {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fj_list p {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    height: 74px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    z-index: 9;
}

.fj_list a:hover .thumb {
    transform: scale(1.05);
}

@media screen and (max-width:767px) {
    .fc_one {
        margin-top: 50px;
        padding-bottom: 30px;
    }

    .fj_list ul li {
        width: 50%;
    }

}

@media screen and (max-width:540px) {
    .fj_list ul li {
        width: 100%;
    }

}

/*本土味道*/
.bt_p_top {
    width: 100%;
    padding-top: 100px;
    height: 100vh;
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bt_p_top .pr, .bt_p_top .container {
    height: 100%;
}

.bt_p_top .bt_p_cont {
    position: absolute;
    padding: 0 180px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.bt_p_top .flower {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -27px;
    z-index: 9;
}

.bt_p_top .flower i {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
}

.bt_p_top .flower i img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    animation: moveArrows 3s ease-in-out infinite;
}

.bt_p_top .m_house {
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 99;
}

.bt_p_cont .bt_list {
    width: 100%;
    height: 100%;
}

.bt_p_cont .bt_list .swiper-container {
    width: 100%;
    height: 100%;
}

.bt_list .swiper-slide .bg {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bt_list .swiper-slide .bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    transition: opacity .4s;
}

.bt_list .bg .title {
    position: relative;
    margin-top: 40px;
    padding-top: 5px;
    color: var(--white-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    transition: all .5s;
}

.bt_list .bg .title:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    background-color: #D8D8D8;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .8s;
}

.bt_list .bg .icon {
    display: inline-block;
}

.bt_list .bg .icon img {
    width: 60px;
}

.bt_list .bg p {
    padding-top: 10px;
    color: var(--white-color);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.bt_list .bg .click_icon {
    display: none;
}

.bt_list .bg .click_icon img {
    opacity: 0;
    transition: opacity .4s;
}

.bt_list .swiper-slide .bg:hover:before {
    opacity: 0.5;
}

.bt_list .bg:hover .click_icon {
    display: inline-block;
    padding-top: 70px;
}

.bt_list .bg:hover .click_icon img {
    opacity: 1;
}

.bt_list .bg:hover .title {
    padding-top: 180px;
}

.bt_list .bg:hover .title:before {
    height: 130px;
    opacity: 1;
    top: 0;
}

.main_list {
    overflow: hidden;
    width: 100%;
    padding-bottom: 119px;
}

.main_list ul li {
    position: relative;
    margin-top: 80px;
}

.main_list ul li:before {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.main_list ul li:nth-child(2n+1):before {
    right: 0;
    background-image: url(../images/bt_bg01.png);
}

.main_list ul li:nth-of-type(even):before {
    left: 0;
    background-image: url(../images/bt_bg02.png);
}

.main_list ul li a {
    display: block;
    width: calc(100% - 160px);
    height: auto;
    margin-left: 80px;
    margin-right: 80px;
    position: relative;
}

.main_list ul li .pic {
    position: relative;
    width: 50%;
}

.main_list ul li .pic .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.main_list ul li .pic span {
    display: inline-block;
    overflow: hidden;
    max-width: 569px;
}

.main_list ul li .pic span img {
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.main_list ul li a:hover .pic span img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.main_list ul li .main_text {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    width: 50%;
    height: 100%;
}

.main_list ul li:nth-child(2n+1) .pic {
    float: left;
    text-align: left;
}

.main_list ul li:nth-child(2n+1) .pic .icon {
    left: -80px;
}

.main_list ul li:nth-of-type(2n+1) .main_text {
    right: 0;
    padding-left: 24px;
}

.main_list ul li:nth-of-type(even) .pic {
    float: right;
    text-align: right;
}

.main_list ul li:nth-child(even) .pic .icon {
    right: -80px;
}

.main_list ul li:nth-of-type(even) .main_text {
    left: 0;
    padding-right: 24px;
}

.main_list .main_text h3 {
    color: #333;
    font-weight: 600;
    line-height: 36px;
}

.main_list .main_text .eng {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.main_list .main_text .des {
    margin-top: 36px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main_list .main_text .more {
    padding-top: 55px;
}

.main_list .main_text .more span {
    display: inline-block;
    padding: 10px 0;
    padding-right: 25px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background-image: url(../images/more_icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 17px 23px;
}

.main_list a:hover .main_text .more span {
    color: var(--main-color);
    background-image: url(../images/more_red_icon.svg);
}

.bt_list .bt_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/w_flower.svg);
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0;
    outline: 0;
    z-index: 9;
}

.bt_list .bt_button:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-size: 100%;
}

.bt_list .s-prev {
    left: 0;
}

.bt_list .s-prev:before {
    left: 12px;
    background-image: url(../images/red_left.svg);
}

.bt_list .s-next:before {
    right: 12px;
    background-image: url(../images/red_right.svg);
}

.bt_list .s-next {
    right: 0;
}

@media screen and (max-width:991px) {
    .bt_p_top {
        padding-top: 80px;
    }

    .bt_list .bg .icon img {
        width: 50px;
    }

    .main_list ul li .pic .icon {
        width: 35%;
    }

    .main_list ul li:nth-child(2n+1) .pic .icon {
        left: -60px;
    }

    .main_list ul li:nth-child(2n) .pic .icon {
        right: -60px;
    }

    .main_list .main_text .des {
        margin-top: 20px;
    }

    .main_list .main_text .more {
        padding-top: 25px;
    }

}

@media screen and (max-width:767px) {
    .bt_p_top {
        min-height: inherit;
    }

    .bt_p_top .bt_p_cont {
        padding: 0 20px;
    }

    .bt_p_top .flower {
        bottom: -18px;
    }

    .bt_p_top .flower i {
        width: 36px;
        height: 36px;
    }

    .bt_p_top .flower i img:nth-child(2) {
        width: 16px;
        height: 16px;
    }

    .bt_list .bg .icon img {
        width: 40px;
    }

    .bt_list .bg:hover .title {
        padding-top: 100px;
    }

    .bt_list .bg:hover .title:before {
        height: 70px;
    }

    .bt_list .bg .title {
        font-size: 22px;
    }

    .bt_list .bg p {
        font-size: 18px;
    }

    .bt_list .bg:hover .click_icon {
        padding-top: 30px;
    }

    .main_list {
        padding-bottom: 50px;
    }

    .main_list ul li a {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .main_list ul li .pic {
        width: 100%;
    }

    .main_list ul li .main_text {
        padding-top: 20px;
        width: 100%;
        position: inherit;
    }

    .main_list ul li .pic .icon {
        position: absolute;
        width: 100px;
        top: -20%;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .main_list ul li:nth-of-type(2n+1) .main_text {
        padding-left: 0;
    }

    .main_list ul li:nth-of-type(2n) .main_text {
        padding-right: 0;
    }

    .main_list .main_text .des {
        font-size: 18px;
    }

    .main_list .main_text .eng {
        font-size: 18px;
    }

    .bt_list .bt_button {
        opacity: 1;
    }

}

/*网站地图*/
.mt50 {
    margin-top: 50px;
}

.sitemapz {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
}

.sitemapy {
    width: 300px;
    float: left;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
}

.sitemapy h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.sitemapy h3 a {
    color: #fff;
    font-size: inherit;
    display: block;
    line-height: 45px;
}

.wzdt_xt {
    float: left;
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
}

.wzdt_xt ul li {
    float: left;
    padding-left: 20px;
    line-height: 45px;
}

.wzdt_xt ul li a {
    font-size: 18px;
    color: #666;
}

.wzdt_xt ul li a:hover {
    color: var(--blue);
}

@media (max-width:767px) {
    .sitemapy h3 a {
        font-size: 18px;
    }

    .sitemapy {
        width: 100%;
    }

    .wzdt_xt {
        padding: 10px 0;
        width: 100%;
    }

    .wzdt_xt ul li {
        line-height: 30px;
        padding-left: 15px;
    }

    .wzdt_xt ul li a {
        font-size: 18px;
    }

}

/*本土味道*/
.bt_bgz {
    padding-bottom: 70px;
    width: 100%;
    background-image: url(../images/bt_bg03.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
}

.bt_bgz .title {
    padding-top: 80px;
    text-align: center;
}

.bt_bgz .title .ch {
    padding-top: 10px;
    color: #333;
    font-weight: 600;
    line-height: 1.2;
}

.bt_bgz .title .b {
    padding-top: 10px;
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 3.52px;
}

.bt_bgz .title .line {
    padding-top: 24px;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
}

.bt_bgz .text {
    padding-top: 15px;
    max-width: 808px;
    margin: 0 auto;
}

.bt_bgz .text p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding-top: 25px;
}

.bt_bgtom {
    position: relative;
    padding-top: 108px;
    padding-bottom: 98px;
    width: 100%;
    background-image: url(../images/bt_bg04.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
}

.bt_bgtom:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 42px;
    height: 28px;
    background-image: url(../images/bt_jt.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.bt_bgtom .thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bt_bgtom .thumb i {
    display: inline-block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.bt_bgtom .a:hover .thumb i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.bt_bgtom .fs_swiper {
    overflow: visible;
    margin-bottom: 45px;
}

.bt_bgtom .fs_swiper .a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.bt_bgtom .title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}

.bt_bgtom .title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -1px;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(4, 4, 4, 0.00) 0%, #000 100%);
    transition: background .4s;
}

.bt_bgtom .a:hover .title:before {
    opacity: 0.9;
    background: #CB523E;
}

.bt_bgtom .title .bt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 188px;
    background-image: url(../images/fs_border.png);
}

.bt_bgtom .title .bt:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 1px;
    height: 50px;
    transform: translateX(-50%);
    background-color: #fff;
}

.bt_bgtom .bt span {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    color: var(--white-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    writing-mode: vertical-rl;
    letter-spacing: 10px;
}

.bt_bgtom .bt span:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    width: 9px;
    height: 10px;
    background-image: url(../images/fs_cicle.png);
    background-size: 100%;
}

.bt_bgtom .swiper-pagination {
    position: relative;
}

.bt_bgtom .swiper-pagination span {
    margin: 0 4px;
    width: 8px;
    height: 8px;
    background-color: #D9D9D9;
    outline: 0;
}

.bt_bgtom .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

@media (max-width:991px) {
    .bt_bgz .title .b {
        font-size: 20px;
    }

}

@media (max-width:767px) {
    .bt_bgz .title .b {
        font-size: 18px;
    }

    .bt_bgtom {
        position: relative;
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .bt_bgtom:before {
        background-size: 70%;
    }

}

/*生活禅理念*/
.shc_bg {
    position: relative;
    padding-bottom: 116px;
    width: 100%;
    background-image: url(../images/shc_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.shc_bg .bg01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    max-width: 559px;
    height: 887px;
    background-image: url(../images/shc_bg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.shc_bg .bg02 {
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 40%;
    max-width: 319px;
    height: 359px;
    background-image: url(../images/shc_bg3.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    z-index: -1;
}

.shc_bg  .live_title {
    padding-top: 80px;
    text-align: center;
    background-image: url(../images/sgc_btwl.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 335px 69px;
}

.shc_bg .live_title h3 {
    color: #333;
    font-weight: 600;
    line-height: 1.2;
}

.shc_bg .live_title p {
    padding-top: 10px;
    color: #CB523E;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.live_one {
    padding-top: 55px;
    text-align: center;
}

.live_two {
    position: relative;
    margin-top: 50px;
    margin-bottom: 24px;
    padding-bottom: 56px;
    background-image: url(../images/shc_line2.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.live_two:before {
    content: "";
    position: absolute;
    top: 29px;
    left: 50%;
    transform: translateX(-50%);
    width: 24%;
    height: 1px;
    background-color: #999;
}

.live_two  ul li {
    text-align: center;
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
}

.live_two ul li>div {
    width: 100%;
}

.live_two .title {
    margin: 0 auto;
    width: 184px;
    height: 58px;
    background-image: url(../images/shc_kuang.png);
    color: #CB523E;
    font-weight: 500;
    line-height: 58px;
}

.live_two .small_t {
    position: relative;
    margin-top: 12px;
    padding-top: 50px;
    color: #333;
    font-weight: 500;
}

.live_two .small_t:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 38px;
    background-color: #999;
}

.live_two .line {
    width: 100%;
    margin-top: 45px;
    padding-top: 40px;
    background-image: url(../images/shc_line1.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 316px 24px;
}

.live_two .line .two_list {
    position: relative;
    width: 50%;
}

.live_two .two_list .t {
    color: #CB523E;
    font-weight: 500;
}

.live_two .line .des {
    position: relative;
    margin-top: 16px;
    padding-top: 16px;
}

.live_two .line .des:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 16px;
    background-color: #999;
}

.live_two .des span {
    display: inline-block;
    padding: 0 12px;
}

.live_two .des p {
    padding-top: 16px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.live_three {
    padding-bottom: 38px;
    margin-bottom: 24px;
    position: relative;
    text-align: center;
    background-image: url(../images/shc_icon.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 22px 14px;
}

.live_three p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.live_three span {
    display: flex;
    padding: 12px;
    color: #333;
    font-size: 22px;
    font-weight: 400;
}

.live_last {
    text-align: center;
    color: #333;
    font-weight: 600;
    line-height: 1.2;
}

.live_four {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 24px;
}

@media (max-width:1580px) {
    .live_two {
        background-size: 75%;
    }

}

@media (max-width:1280px) {
    .live_two .line {
        background-size: 50% 24px;
    }

}

@media (max-width:767px) {
    .live_two {
        background-image: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .live_two::before {
        display: none;
    }

    .live_two ul li {
        width: 100%;
        margin-bottom: 50px;
    }

}

/*contact*/
.contact_bg {
    position: relative;
    background: #F7F7F7;
}

.contact_bg .bg01 {
    position: absolute;
    left: 0;
    top: 10%;
    width: 30%;
    max-width: 189px;
    height: 67px;
    background-image: url(../images/lx_bg02.png);
}

.contact_bg .contact_pic {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact_bg .contact_pic img {
    display: none;
}

.contact_cont {
    position: relative;
    z-index: 1;
}

.contact_cont:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/lx_bg01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    z-index: -1;
}

.contact_cont .contact_left {
    width: 50%;
    padding-top: 270px;
    padding-right: 50px;
    padding-bottom: 210px;
}

.contact_left .title {
    background-image: url(../images/lx_bg03.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: top center;
}

.contact_left .title h3 {
    color: #333;
    font-weight: 600;
    line-height: 1.4;
}

.contact_left .email span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 1px solid #CB523E;
    border-radius: 50%;
}

.contact_left .r {
    width: calc(100% - 64px);
    padding-left: 16px;
}

.contact_left .email {
    padding-top: 30px;
}

.contact_left .email .red_one {
    color: #CB523E;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.contact_left .email .red_two {
    color: #CB523E;
    font-weight: 400;
    line-height: 1.4;
}

.contact_left .address {
    padding-top: 50px;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.contact_left .address p {
    padding-left: 8px;
}

.contact_left .shc_more {
    margin-top: 30px;
}

.contact_left .shc_more a {
    display: inline-block;
    padding: 10px 0;
    padding-right: 30px;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background-image: url(../images/more_icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 17px 24px;
}

.contact_left .shc_more a:hover {
    color: var(--main-color);
    background-image: url(../images/more_red_icon.svg);
}

.contact_left .top_img {
    padding-top: 35px;
}

.contact_left .top_img>div {
    padding-right: 18px;
}

.contact_left .top_img>div img {
    border-radius: 6px;
    max-width: 100px;
}

.contact_left .top_img p {
    padding-top: 8px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

@media (max-width:991px) {
    .contact_cont .contact_left {
        padding-top: 200px;
        padding-right: 50px;
        padding-bottom: 160px;
    }

    .contact_left .email span {
        padding: 15px;
        width: 50px;
        height: 50px;
    }

    .contact_left .r {
        width: calc(100% - 50px);
    }

    .contact_left .email .red_two {
        font-size: 28px;
    }

}

@media (max-width:767px) {
    .contact_cont .contact_left {
        width: 100%;
        padding-top: 70px;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .contact_bg .contact_pic {
        position: inherit;
        height: auto;
        width: 100%;
    }

    .contact_bg .contact_pic img {
        display: inline-block;
    }

    .contact_left .email span {
        padding: 10px;
        width: 36px;
        height: 36px;
    }

    .contact_left .r {
        width: calc(100% - 36px);
    }

    .contact_left .email .red_one {
        font-size: 18px;
    }

    .contact_left .email .red_two {
        font-size: 20px;
    }

    .contact_left .address {
        font-size: 18px;
    }

    .contact_left .top_img p {
        font-size: 14px;
    }

}