.banner_ {
    width: 100%;
    height: 760px
}

.tab_nav {
    width: 100%;
    background-color: #f9f4e7;
    position: relative
}

.tab-content_ {
    position: relative;
    z-index: 1;
    padding-bottom: 30px
}

.lefttop {
    width: 3px;
    height: 180px;
    background: #8c5518;
    opacity: 0;
    transition: opacity .3s ease
}

.famoustree {
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-bottom: 30px
}

    .famoustree:hover .famoustree_content {
        background-color: #fff;
        background-image: url('/imgs/cypresscontent/dragon.png');
        width: 100%;
        height: auto;
        background-size: 100% auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 40px;
        color: #8c5518
    }

    .famoustree:hover .footer_wy {
        background: url('/imgs/cypresscontent/selected.png') no-repeat;
        width: 88px;
        height: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: 88px 26px;
        font-size: 14px
    }

    .famoustree:hover .leftbottom {
        width: 100%;
        height: 3px;
        background: #8c5518;
        opacity: 1;
        transition: opacity .3s ease
    }

.mmcontent {
    max-width: 1320px
}

.famoustree_ img {
    max-width: 100%;
    height: auto
}

.famoustree_content {
    background-color: #fff;
    width: 100%;
    height: auto;
    background-size: 100% auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    color: #333
}

.footer_wy {
    background: url('/imgs/cypresscontent/unselected.png') no-repeat;
    width: 88px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 88px 26px;
    font-size: 14px
}

.leftbottom {
    width: 100%;
    height: 3px;
    background: #8c5518;
    opacity: 0;
    transition: opacity .3s ease
}

.famoustree_ {
    background-color: #fff;
    padding: 10px
}

.list_content:hover .text-muted {
    color: #333 !important
}

.contenta {
    display: flex
}

.list_content:hover .lefttop {
    width: 3px;
    height: 180px;
    background: #8c5518;
    opacity: 1;
    transition: opacity .3s ease
}

.list_content {
    background: var(--bs-whites) !important;
    margin: 10px 0
}

.list {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    display: flex;
    border-radius: 15px
}
    .list:hover .list_image {
        transform: scale(1.05);
    }

.search-container {
    display: flex;
    align-items: center;
    border: 1px solid #a37746;
    border-radius: 5px;
    background-color: #f0f8ff;
    padding: 5px;
    width: 435px;
    margin: 0 auto;
    margin-bottom: 50px
}

.search-input {
    border: 0;
    outline: 0;
    background-color: #f0f8ff;
    border-radius: 3px;
    padding: 5px 10px;
    flex-grow: 1;
    margin-right: 5px
}

.search-button {
    background-color: #8c5518;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 13px 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 5px
}

.form-control:focus {
    background-color: transparent
}

.btnsearch {
    width: 40px;
    font-size: 16px
}

.search-icon {
    margin-right: 5px
}

.cypresss {
    width: 82px;
    height: 23px;
    border-radius: 11.5px;
    padding: 9px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.list_left {
    padding: 32px 38px;
    display: flex;
    align-items: center;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px
}

.list_right {
    padding: 32px 38px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}

.list_image {
    width: 150px;
    height: 150px;
    transition: all .5s ease-in-out
}

.title-style {
    border-bottom: 1px dashed #999999;
    padding-bottom: 5px;
    font-weight: 400;
    color: #333
}

.renlist {
    display: flex;
    margin: 30px 0 29px 0;
    flex-wrap: wrap;
    gap: 10px 40px;
}

/*    .renlist > div:not(:first-child) {
        margin-left: 10px
    }*/

.listtop_ {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
}

.listbottom {
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 20px;
}

.listzuo {
    position: absolute;
    top: 0;
    right: 21px;
    width: 20px;
    height: 20px;
}

.listyou {
    position: absolute;
    bottom: 0;
    right: 21px;
    width: 20px;
    height: 20px;
}

.footer_ck {
    background: url('/imgs/cypresscontent/borderli.png') no-repeat;
    width: 252px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    margin: 0 auto;
    margin-top: 50px;
    color: #a66314;
    font-size: 24px;
    position: relative;
    z-index: 2
}

.auspicious_ {
    height: 18px
}

.auspicious {
    height: 18px
}

.dashedline {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 66px
}

.dashedline_ {
    width: 2px;
    height: 100%;
    border: 1px dashed #8c5518;
    margin: 5px 0
}

.haeder_nav {
    width: 100%;
    height: 140px;
    background: url('/imgs/cypresscontent/border.png') no-repeat;
    background-size: 100% 140px;
    position: relative;
    top: -70px;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: center
}

#pills-tab {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 100%
}

    #pills-tab li {
        margin: 0 20px
    }

.nav-pills .nav-link {
    position: relative;
    border-bottom: 0 !important;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center
}

    .nav-pills .nav-link:hover {
        color: #ffe37a
    }

    .nav-pills .nav-link.active {
        color: #ffe37a
    }

        .nav-pills .nav-link.active::before, .nav-pills .show > .nav-link::before {
            content: '';
            position: absolute;
            left: -18px;
            top: 50%;
            transform: translateY(-50%);
            width: 22px;
            height: 14px;
            background: url('/imgs/cypresscontent/tab.png') no-repeat;
            background-size: 22px 14px;
            z-index: 10
        }

        .nav-pills .nav-link.active::after, .nav-pills .show > .nav-link::after {
            content: '';
            position: absolute;
            right: -18px;
            top: 50%;
            transform: translateY(-50%);
            width: 22px;
            height: 14px;
            background: url('/imgs/cypresscontent/tab.png') no-repeat;
            background-size: 22px 14px;
            z-index: 10
        }

@media(max-width:1400px) {
    .banner_ {
        width: 100%;
        height: 616px
    }
}

@media(max-width:1200px) {
    .banner_ {
        width: 100%;
        height: 516px
    }
}

@media(max-width:992px) {
    .banner_ {
        width: 100%;
        height: 200px
    }

    .haeder_nav {
        width: 100%;
        height: 80px;
        background: url('/imgs/cypresscontent/border.png') no-repeat;
        background-size: 100% 80px;
        position: relative;
        top: -40px;
        z-index: 1;
        display: flex;
        justify-content: space-around;
        align-items: center
    }

    .dashedline {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 6px
    }

    .nav-pills .nav-link {
        position: relative;
        border-bottom: 0 !important;
        color: #fff;
        font-size: 24px;
        display: flex;
        align-items: center
    }

        .nav-pills .nav-link.active::before, .nav-pills .show > .nav-link::before {
            content: '';
            position: absolute;
            left: -18px;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 12px;
            background: url('/imgs/cypresscontent/tab.png') no-repeat;
            background-size: 20px 12px;
            z-index: 10
        }

        .nav-pills .nav-link.active::after, .nav-pills .show > .nav-link::after {
            content: '';
            position: absolute;
            right: -18px;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 12px;
            background: url('/imgs/cypresscontent/tab.png') no-repeat;
            background-size: 20px 12px;
            z-index: 10
        }
}

@media(max-width:767.98px) {
    .contenta {
        display: flex;
        flex-direction: column
    }
}
