.product-wrap {
    padding-bottom: .7rem;
}

.product-title {
    margin: .7rem 0 .4rem 0;
}

.product-box {
    margin: 0 auto;
    margin-top: .5rem;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .3rem;
}

.product-item {
    width: 3.8rem;
    background: #FFFFFF;
    opacity: 1;
    border: 0.02rem solid #F5F5F5;
    margin-right: .26rem;
    margin-bottom: .3rem;
    padding: .1rem;
}

.product-item:nth-child(4n) {
    margin-right: 0;
}

.product-img {
    width: 100%;
    height: 2.3rem;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: .2rem 0 .1rem 0;
    text-align: center;
}

.product-item:hover {
    background: #F18F29;
    box-shadow: 0.1rem 0.1rem 0.2rem 0.01rem rgba(0, 0, 0, 0.1);
}

.product-item:hover .product-text {
    color: #fff;
}

/* 推荐产品 */
.recom-box {
    margin: 0 auto;
    margin-top: .5rem;
    position: relative;
}

.recomSwiper .product-item {
    width: 100%;
}

.recom-next::after,
.recom-prev::after {
    font-size: .4rem;
    color: #333;
}

.recom-next {
    right: -0.7rem;
}

.recom-prev {
    left: -0.7rem;
}

/* 案例 */
.case-wrap {
    margin: 0 auto;
    margin-top: .5rem;
}

.case-box {
    display: flex;
}

.case-left {
    width: 7.2rem;
    height: 5.92rem;
    flex-shrink: 0;
}

.case-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.case-img-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-des {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    padding: .3rem;
    opacity: 0;
    transition: all .365s;
}

.case-text {
    font-size: 0.24rem;
    font-family: SegoeUI-Bold-, SegoeUI-Bold;
    font-weight: normal;
    color: #FFFFFF;
}

.case-img:hover .case-des {
    opacity: 1;
}

.case-right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.case-item {
    width: 4.2rem;
    height: 2.86rem;
    margin-left: .2rem;
    margin-top: .2rem;
}

.case-item:nth-child(1),
.case-item:nth-child(2) {
    margin-top: 0;
}

/* 荣誉资质 */
.honor-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .3rem;
}

.honor-item {
    width: 3rem;
    height: 4rem;
    background: #EFEFEF;
    opacity: 1;
    margin-right: .25rem;
    margin-bottom: .34rem;
}

.honor-item:nth-child(5n) {
    margin-right: 0;
}

.honor-img {
    width: 100%;
    height: 100%;
}

.honor-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}