.banner-wrap {
    position: relative;
    width: 100%;
    height: 700px;
}
.banner-img0{
    background: url('../images/v20251030/common/wenxue_bg.png') no-repeat center;
    background-size: cover;
}
.banner-img1{
    background: url('../images/v20251030/common/video_bg.png') no-repeat center;
    background-size: cover;
}
.banner-img2{
    background: url('../images/v20251030/common/jingji_bg.png') no-repeat center;
    background-size: cover;
}


.products-tab-box {
    position: relative;
    padding: 77px 136px 0;
    height: 190px;
    box-sizing: border-box;
    top: -190px;
    /*background: rgba(255,255,255,1);*/
    /*border: 1px solid rgba(230, 232, 245, 1);*/
    background: rgba(250, 250, 253, 0.9);
    margin-bottom: -190px;
    cursor: pointer;
}

.common-title-content {
    text-align: center;
    position: relative;
}
.products-tab-box .common-title-content.active::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 88px;
    height: 4px;
    transform: translateX(-50%);
    background: #0059F9;
}
.common-content-title {
    font-weight: 600;
    font-size: 28px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 12px;
}

.common-content-desc {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    line-height: 22px;
}

.products-content-item-box{
    margin-top: 120px;
}
.img_products_icon {
    width: 160px;
    height: 160px;
    margin-right: 80px;
    object-fit: contain;
}

.products-title {
    font-weight: 400;
    font-size: 32px;
    color: #000000;
    line-height: 45px;
}

.products-desc {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin-top: 16px;
}
.products-content-list-box{
    min-height: 960px;
    overflow: hidden;
}
.products-content-list-container{
    display: none;
}
.products-content-list-container.show{
    display: block;
}