.layui-container{
    margin-top: 150px;
    background-color: #f6f6f6;
}
.head{
    background-color: #ffffff;
}
.head .nav_item{
    color: #000000;
}
.pro_wrap{
    width: 100%;
    height: auto;
}
.pro_wrap .title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d8d8d8;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
}
.pro_list{
    padding: 20px 0;
    width: calc(100% + 25px);
}
.pro_list .box{
    padding-right: 25px;
}
.pro_list .nothing{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 25px;
}
.pro_item{
    display: block;
    height: auto;
    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;
}
.pro_item:hover{
    background-color: #359c0f;
}
.pro_item .img{
    width: 100%;
    height: 245px;
    overflow: hidden;
}
.pro_item .img div{
    width: 100%;
    height: 100%;
}
.pro_item p{
    height: 55px;
    line-height: 55px;
    width: 100%;
    text-align: center;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    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;
}
.search_form{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.search_label{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 30px;
    letter-spacing: 1px;
    color: #009944;
}
.search_label:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46px;
    height: 1px;
    background-color: #74859f;
}
.search_inline{
    height: 50px;
    margin-top: 15px;
}
.search_input{
    display: block;
    width: 435px;
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #cdcdcd;
    padding: 0 15px;
    margin-right: 7px;
}
.search_input:hover{
    border: solid 1px #359c0f;
}
.search_btn{
    display: block;
    width: 129px;
    height: 100%;
    background-color: #359c0f;
    border-radius: 6px;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
}
@media only screen and (max-width: 750px){
    .layui-container{
        margin-top: 1.06rem;
        background-color: #ededed;
        padding: 0 .3rem .3rem !important;
    }
    .pro_wrap{
        width: 100%;
        height: auto;
    }
    .pro_wrap .title{
        width: 100%;
        height: .8rem;
        line-height: .8rem;
        border-bottom: 1px solid #d8d8d8;
        font-family: 'SourceHanSansCN-Regular';
        font-size: 0.3rem;
        letter-spacing: 1px;
        color: #359c0f;
    }
    .pro_list{
        padding: .3rem 0;
        width: calc(100% + .35rem);
    }
    .pro_list .box{
        padding-right: .35rem;
    }
    .pro_item{
        box-shadow: 0rem 0.08rem 0.21rem 0rem 
            rgba(0, 0, 0, 0.08);
        border-radius: 0.06rem;
        margin-bottom: .25rem;
    }
    .pro_item .img{
        height: 2.93rem;
    }
    .pro_item p{
        height: .65rem;
        line-height: .65rem;
        font-size: 0.24rem;
    }
    .pro_list .box{
        padding-right: 25px;
    }
    .pro_list .nothing{
        font-family: 'SourceHanSansCN-Regular';
        font-size: 24px;
        line-height: 1;
        letter-spacing: 1px;
        color: #000000;
        margin-top: 25px;
    }
    
    .search_form{
        padding-top: .2rem;
        overflow: hidden;
        margin-bottom: .2rem;
    }
    .search_label{
        height:.6rem;
        line-height: .6rem;
        font-size: 0.3rem;
        color: #000000;
    }
    .search_label:after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #74859f;
    }
    .search_inline{
        height: 0.89rem;
        margin-top: 0;
    }
    .search_input{
        display: block;
        width: 5.88rem;
        height: 100%;
        background-color: #fff;
        border-radius: 6px;
        border: solid 1px #cdcdcd;
        padding: 0 .36rem;
        margin-right: .1rem;
    }
    .search_btn{
        display: flex;
        width: 0.89rem;
        height: 0.89rem;
        background-color: #00a0e9;
        border-radius: 0.06rem;
        font-family: 'SourceHanSansCN-Regular';
        font-size: 14px;
        letter-spacing: 0px;
        color: #ffffff;
        justify-content: center;
        align-items: center;
    }
    .search_btn img{
        width: 0.38rem;
    }
}