
.jst_product {
    width: 100%;
}

.jst_pro_list {
    width: 100%;
    height: 120px;
}

.jst_product_title {
    padding: 50px 0;
}

.pro_line {
    width: 8px;
    height: 42px;
    background: #c64a28;
    float: left;
}

.proclassif_title {
    font-size: 36px;
    color: #c64a28;
    padding: 0 12px;
    line-height: 42px;
    float: left;
}

.proclassif_title span {
    color: #292929;
    font-family: "思源黑体 CN Heavy";
    font-size: 18px;

}

.pro_biglist {
    width: 100%;
}

.marginleft0 {
    margin-left: 0 !important;
}

.pro_bigitem {
    width: 49%;
    margin-left: 2%;
    float: left;
}

.pro_bigitem_img {
    width: 100%;
    background: #fff;
}

.pro_bigitem_img img {
    max-width: 100%;
}

.pro_title {
    width: 100%;
    line-height: 50px;
    font-family: "思源黑体 CN Normal";
    font-size: 18px;
    text-align: center;
    /*margin-top: -50px;*/
    color: #121212;
    background: white;
}

.pro_smalllist {
    width: 100%;
    margin-top: 2%;
}

.pro_smallitem {
    width: 32%;
    margin-left: 2%;
    float: left;
}

.pro_smallitem img {
    max-width: 100%;
}

.pro_2 {
    background: #fff;
}

.pro_2 .pro_smallitem {
    background: #f2f2f2;
}

.morebox {
    width: 100%;
    padding: 20px 0;
}

.more_box {
    border: 1px solid #c64a28;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #c64a28;
}

@media (max-width: 1200px) {

    .title_1 {
        display: none;
    }

    .title_2 {
        display: none;
    }

    .pro_smalllist {
        display: none;
    }

    .proclassif_title span {
        color: #292929;
        font-family: "思源黑体 CN Heavy";
        font-size: 18px;
        display: none;
    }

    .pro_title {
        width: 100%;
        line-height: 20px;
        font-family: "思源黑体 CN Normal";
        font-size: 18px;
        text-align: center;
        margin-top: 00px;
    }

    .hideInMobile {
        display: none;
    }
    .pro_2 .pro_smalllist{
        display: block;
    }
    .pro_2 .pro_smallitem{
        background: #fff;
    }
    .pro_line {
        width: 8px;
        height: 32px;
        background: #c64a28;
        float: left;
    }
    .jst_pro_list{
        height: auto;
        margin-top: 20px;
    }
    .jst_product_title{
        padding: 10px 0;
    }

    .pro_biglist {
        width: 100%;
        margin-top: 20px;
    }

    .proclassif_title {
        font-size: 25px;
        color: #c64a28;
        padding: 0 12px;
        line-height: 32px;
        float: left;
    }

}