.layui-container{
    background-color: #f6f6f6;
    overflow: hidden;
}
.subBanner .img{
    height: 350px;
}
.subTitle{
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%,0);
}
.subTitle h1,.subTitle p{
    color: #fff;
}
.pro_list{
    padding: 50px 0;
    width: calc(100% + 20px);
}
.pro_list .box{
    padding-right: 20px;
}
.pro_item{
    display: block;
    height: 245px;
    background-color: #ffffff;
    box-shadow: 0px 8px 21px 0px 
    		rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 0;
    margin-bottom: 25px;
    overflow: hidden;
    z-index: 99;
    padding: 15px 15px 0;
}
.pro_item:hover{
    background-color: #359c0f;
}
.pro_item .img{
    width: 100%;
    height: 173px;
    background-color: #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
}
.pro_item .img div{
    width: 100%;
    height: 100%;
}
.pro_item p{
    height: 55px;
    line-height: 55px;
    width: 100%;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
}
.pro_item:hover .bgs{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.pro_item:hover p{
    color: #fff;
}
@media only screen and (max-width: 750px){
    .layui-container{
        background-color: #f6f6f6;
        overflow: hidden;
        padding:1.06rem 0 .3rem !important;
    }
    .subBanner .img{
        height: 4.75rem;
    }
    .subTitle{
        top: 1.25rem;
    }
    .pro_list{
        margin-top: -1.8rem;
        padding: 0 .3rem.5rem;
        width: calc(100% + .24rem);
    }
    .pro_list .box{
        padding-right: .24rem;
    }
    .pro_item{
        height: auto;
        box-shadow: 0rem 0.08rem 0.21rem 0rem 
            rgba(0, 0, 0, 0.08);
        border-radius: 0.06rem;
        margin-bottom: .15rem;
        padding: .15rem .15rem 0;
    }
    .pro_item .img{
        height: 1.85rem;
        border-radius: .06rem
    }
    .pro_item p{
        height: .65rem;
        line-height: .65rem;
        font-size: 0.24rem;
    }
}