.product-wrap{
    margin: 0 auto;
    margin-top: 0.8rem;
}
.product-list{
    display: flex;
    flex-wrap: wrap;
}
.product-item{
    width: 4.66rem;
    margin-right: 0.5rem;
    background: #ffffff;
    box-shadow: 0rem 0.06rem 0.12rem -0.05rem rgba(0, 0, 0, 0.1900);
    border: 0.01rem solid #dbdbdb;
}
.product-img-box{
    width: 100%;
    height: 3.79rem;
}
.product-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-item1{
    width: 5.68rem;
    margin-right: 0;
}
.product-p{
    font-size: 0.18rem;
    font-family: microsoftyahei-bold,
    microsoftyahei;
    font-weight: bold;
    color: #333333;
    padding: 0.21rem 0;
    text-align: center;
}
.product-content{
    font-size:var(--font18);
    font-family: microsoftyahei;
    color: #333333;
    line-height: 0.34rem;
    margin-top: 0.54rem;
    margin-bottom: 0.8rem;
}

.product-cx-wrap{
    margin: 0 auto;
}
.group-culture-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.6rem;
}
.group-culture-item {
    width: 8.05rem;
    display: flex;
}
.group-culture-img {
    width: 8.05rem;
    height: 4.03rem;
    object-fit: cover;
}
.group-culture-box {
    width: 7.21rem;
    height: 4.03rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.group-culture-box::after{
    content: '';
    width: 1.9rem;
    height: 0.01rem;
    background: #014098;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .365s;
}
.group-culture-list:nth-child(odd) .group-culture-box::after {
    left: 0 !important;
}
.group-culture-list:hover .group-culture-box::after {
    width: 100%;  
}
.group-culture-text {
    font-size: 0.3rem;
    font-family: microsoftyahei;
    color: #333333;
}
.group-culture-p {
   font-size:var(--font18);
   font-family: microsoftyahei;
   color: #333333;
   line-height: 0.31rem;
    margin-top: 0.25rem;
}

.product-lw-wrap{
    margin: 0 auto;
    margin-top: 1.5rem;
}
.product-lw-content{
    font-size:var(--font18);
    font-family: microsoftyahei;
    color: #333333;
    line-height: 0.3rem;
    margin: 0.5rem 0;
}

/* 市场领域 */
.index-market-wrap {
    margin-bottom: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-market {
    position: relative;
    width: 7.92rem;
    height: 4.07rem;
}

.index-market2 {
    width: 5.23rem;
    height: 3.74rem;
    margin-top: 0.15rem;
}

.index-market-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-market-box {
    width: 100%;
    height: 0.54rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 0.35rem;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-market-p {
    flex: 1;
    font-size: 0.2rem;
    font-family: microsoftyahei;
    color: #e0e0e0;
}

.index-market-icon {
    flex-shrink: 0;
    width: 0.15rem;
    height: auto;
    margin-left: 0.2rem;
}
@media only screen and (max-width: 1024px) {
    #yyly{
        margin-top: 0.8rem;
        padding-top: 0;
    }
    .product-wrap{
        padding: 0 0.25rem;
    }
    .product-item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.25rem;
    }
    .product-p{
        font-size: 0.26rem;
    }
    .product-content{
        text-align: justify;
        margin-top: 0.2rem;
        font-size: 0.26rem;
        line-height: 0.45rem;
    }
    .product-cx-wrap{
        padding: 0 0.25rem;
    }

    .group-culture-list{
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .group-culture-item{
        width: 100%;
    }
    .group-culture-img{
        width: 100%;
        height: 3rem;
        margin-bottom: 0.3rem;
    }
    .group-culture-box{
        width: 100%;
        height: auto;
    }
    .group-culture-p{
        text-align: justify;
        font-size: 0.26rem;
        line-height: 0.45rem;
        margin-bottom: 0.3rem;
    }

    .product-lw-wrap{
        margin-top: 0.8rem;
        padding: 0 0.25rem;
    }

    .product-lw-content{
        font-size: 0.26rem;
        line-height: 0.45rem;
    }

    .index-market-wrap {
    }
    .index-market,
    .index-market2 {
        width: 100%;
        height: 3rem;
        margin-bottom: 0.2rem;
    }

    .index-market-box {
        height: 0.6rem;
    }

    .index-market-p {
        font-size: 0.26rem;
    }

}