.banner {
    position: relative;
}

.banner_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.product_center {
    margin-top: 145px;
    margin-bottom: 208px;
}


.tab_list_box {
    overflow-x: scroll;
    margin-bottom: 60px;
    margin-top: 80px;
}

/* 整个滚动条 */
.tab_list_box::-webkit-scrollbar {
    width: 5px;
    /* 滚动条的宽度 */
    height: 5px;
    /* 滚动条的高度 */
}

/* 滚动条轨道 */
.tab_list_box::-webkit-scrollbar-track {
    background: transparent;
    cursor: pointer;
    /* 轨道颜色 */
}

/* 滚动条滑块 */
.tab_list_box::-webkit-scrollbar-thumb {
    background: rgba(225, 225, 225, 0.3);
    /* 滑块颜色 */
    border-radius: 10px;
    /* 滑块圆角 */
}

/* 滚动条滑块的hover状态 */
.tab_list_box::-webkit-scrollbar-thumb:hover {
    background: rgba(225, 225, 225, 0.7);
    cursor: pointer;
    /* 滑块hover颜色 */
}

.tab_list {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.tab_item {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #0D1012;
    cursor: pointer;
    white-space: nowrap;
    margin-right: 20px;
}

.tab_item:last-child {
    margin: 0;
}

.tab_item_show {
    color: #124B8B;
}

.tab_item_show::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 100%;
    height: 3px;
    background-color: #124B8B;
}

.tab_item:hover {
    color: #124B8B;
}

.product_list {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
}

.product_img_box {
    position: relative;
    padding-bottom: 100%;
    background-color: #ebe7e7;
    overflow: hidden;
}

.product_img_box .hide_go {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 89, 144, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

.product_item:hover .hide_go {
    transition: all .3s;
    top: 0;
}

.product_img_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_item_title {
    font-weight: 700;
    font-size: 24px;
    color: #0D1012;
    margin-top: 20px;
}

#pagination_el {
    margin-top: 155px;
}

.hide_go {
    padding: 20px;
    box-sizing: border-box;
}

.hide_go .hide_title {
    margin-bottom: 25px;
    font-size: 22px;
    color: #fff;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}

.hide_go .hide_tip,
.hide_go .hide_tip span {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
}

.hide_go .hide_tip {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.hide_btn_list {
    display: flex;
    gap: 28px;
    margin-top: 25px;
    justify-content: center;
}

.hide_btn_item {
    padding: 9px 32px;
    background-color: #fff;
    border-radius: 17px;
    font-size: 16px;
    color: #124B8B;
}

.product_center_two .product_list {
    margin-top: 80px;
}

.breadcrumb {
    background-color: #D3DCE6;
}

.breadcrumb_cont {
    height: 108px;
    display: flex;
    align-items: center;
}

.breadcrumb_cont img {
    width: 28px;
    height: auto;
    margin-right: 21px;
}

.breadcrumb_cont a,
.breadcrumb_cont span {
    font-size: 18px;
    color: #0D1012;
    white-space: nowrap;
}

.breadcrumb_cont a:hover {
    color: #0E5990;
}

.breadcrumb_cont .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 手机样式 */
@media screen and (max-width: 900px) {
    .breadcrumb_cont {
        height: 1.3rem;
    }

    .breadcrumb_cont img {
        width: 0.34rem;
        margin-right: 0.25rem;
    }

    .breadcrumb_cont a,
    .breadcrumb_cont span {
        font-size: 0.26rem;
    }

    .banner {
        height: 4.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner img {
        width: auto;
        height: 100%;
    }

    .banner_title {
        font-size: 0.58rem;
    }

    .product_center {
        margin-top: 1.09rem;
        margin-bottom: 1.72rem;
    }

    .tab_list_box {
        margin-top: 0.68rem;
        margin-bottom: 0.5rem;
    }

    .tab_item {
        font-size: 0.34rem;
    }

    .tab_item_show::after {
        bottom: -0.17rem;
        height: 0.04rem;
    }

    .product_list {
        grid-column-gap: 0.3rem;
        grid-row-gap: 0.4rem;
        grid-template-columns: 1fr 1fr;
    }

    .product_item_title {
        margin-top: 0.4rem;
        font-size: 0.34rem;
    }

    #pagination_el {
        margin-top: 1.24rem;
    }

    .product_img_box .hide_go {
        font-size: 0.26rem;
    }

    .hide_go .hide_title {
        font-size: 0.34rem;
        margin-bottom: 0.2rem;
    }

    .hide_go .hide_tip,
    .hide_go .hide_tip span {
        font-size: 0.26rem;
        line-height: 0.34rem;
    }

    .hide_btn_list {
        gap: 0.2rem;
        margin-top: 0.3rem;
    }

    .hide_btn_item {
        padding: 0.09rem 0.3rem;
        font-size: 0.26rem;
    }

    .product_center_two .product_list {
        margin-top: 1rem;
    }

}