@charset "utf-8";


/*0824更新*/

/*走进我们*/
.a1_right .a1_rimg {
    background-position: left top;
    background-size: auto 100%;
}

.a2_tlone_l p:nth-child(1) {
    font-weight: bold;
}

.a2_bone_more {
    display: none;
}

.a2_bone_tdesc.over5 {

    overflow: auto;
    display: inline-block;
    text-overflow: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    height: 140px;
    width: calc(100% + 50px);
    padding: 0 25px;
    margin-left: -25px;
}

.a3_bone {
    padding-bottom: 10px;
}


/*滚动条样式*/
/*滚动条样式*/
.a2_bone_tdesc::-webkit-scrollbar {
    width: 2px;
    /*height: 4px;*/
}

.a2_bone_tdesc::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    background: #D10D0D;
}

.a2_bone_tdesc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    border-radius: 2px;
    background: transparent;

}


/*养生哲学*/
.zx_con .zx_01.zx_01_new_zx {
    flex-wrap: wrap;
    align-items: center;
}


.zx_con .zx_01.zx_01_new_zx .p_con01_r {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zx_con .zx_01.zx_01_new .p_con01_r img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.zx_con .zx_03 {
    align-items: center;
}

.zx_con .zx_03 .zx03_left {
    width: 50%;
    padding-right: 20px;
}

.zx_con .zx_03 .zx03_right {
    width: 46%;
    max-width: 570px;
    min-width: 420px;
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
}

.zx_con.zx_con_qj .zx_01.zx_01_new .p_con01_r {
    align-items: center;
    height: unset;
}

.zx_con .zx_01.zx_01_new .p_con01_l .pp_wh_desc {

    height: auto;
    overflow: visible;
    padding-right:50px;
}

.zx_con.zx_con_qj .zx_01.zx_01_new {
    align-items: center;
}

/*品牌形象*/
.pp_con01 .pp_wh_box .p_con01_r img {
    display: inline-block;
    height: auto;
    width: auto;
    max-width: 100%;
}

/*首页*/
.ms_bone {
    overflow: hidden;
}

.ms_bone .ms_boimg .msimg {
    transition: all 1s;
}

.ms_bone:hover .ms_boimg .msimg {
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
}


.header_search {
    width: 100%;
    position: fixed;
    top: -60px;
    z-index: 99;
    background: #fff;
    height: 140px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 20px 1px;
    transition: .5s;

}

.headall.search_show .pc_header {
    box-shadow: none;
}

.headall.search_show .header_search {
    transition: .5s;
    top: 100px
}

.search_box {
    width: 54%;
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_con {
    width: 100%;
    height: 60px;
    border: 1px solid #A40000;
    border-radius: 10px;
    margin-top: 32px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_con input {
    width: calc(100% - 80px);
    display: inline-block;
    height: 60px;
    outline: none;
    padding: 0 25px;
    font-size: 16px;
    color: #333;
    border: none;
    background: transparent;
}

.search_con a {
    display: inline-block;
    width: 80px;
    height: 60px;
    background: url(../images/about/search.png) no-repeat center center;
    background-size: 30px auto;
}

.search_con input::-webkit-input-placeholder {
    color: #BFBFBF;
}

.search_con input:-moz-placeholder {
    color: #BFBFBF;
}

.search_con input:-ms-input-placeholder {
    color: #BFBFBF;
}

@media screen and (max-width: 1024px) {
    .a1_right .a1_rimg {
        background-position: center bottom;
        background-size: 100% auto;
    }

    .header_search {
        display: none;
    }

    .certify .swiper-slide img {
        display: inline-block;

        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {


    .a2_bone_more {
        display: none;
    }

    .a2_bone_tdesc.over5 {

        overflow: auto;
        display: inline-block;
        text-overflow: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        height: 4.8rem;
        width: calc(100% + 2rem);
        padding: 0 1rem;
        margin-left: -1rem;
    }

    /*养生哲学*/
    .zx_con .zx_03 .zx03_left {
        width: 100%;
        padding-right: 0;
    }

    .zx_con .zx_03 .zx03_right {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .zx_con .zx_03 .zx03_right img {
        display: inline-block;
        width: 100%;
        height: auto;
    }
    .zx_con .zx_01.zx_01_new .p_con01_l .pp_wh_desc {padding-right:0px}
}