.pro_left{
    overflow: hidden;
}
.pro_left ul.pro_cate{
    padding-top: 10px;
}
.pro_left ul.pro_cate li h3{
    margin: 0;
}
.tit_item{
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #c9c9c9;
    height: 30px;
    margin-bottom: 1rem;
}
.tit_item b{
    height: 30px;
    border-bottom: 1px solid red;
    display: inline-block;
    color: #ff0000;
}
.pro_cat{
    overflow: hidden;
    padding: 5px;
}
.pro_cat ul.pro_cate li{
    padding-left: 5px;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
}
.pro_cat ul.pro_cate li h3{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}
.pro_cat ul.support li{
    text-align: center;
    margin-top: 15px;
}
.pro_cat ul.support li p{
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 5px;
}
.pro_cat ul.support li a{
    margin:0 5px;
}
.pro_cat ul.news_new li{
    width: 100%;
    float: left;
    margin: 10px 0;
    text-transform:lowercase;
}
.pro_cat ul.news_new li .news_new_img{
    border:3px solid #eee;
    width: 35%;
    float: left;
    margin-right: 10px;
}
.pro_cat ul.news_new li .news_new_img img{
    width: 100%;
}
.pro_cat .truycap p{
    padding: 5px 0;
    text-align: center;
}
.pro_list{
    padding: 15px;
    width: 97%;
    margin-left: 3%;
    overflow: hidden;
}
.pro_list ul.tabs{
border-bottom: 1px solid red;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.pro_list ul li{
    text-align: center;
    width: 20%;
    float: left;
    margin: 0;
}
.pro_list .col_4{
    width: 33.3%;
    margin: 0;
    padding: 5px;
}
.product{
    border: 1px solid #c9c9c9;
}
.product .product-image{
    height: 180px;
}
@media screen and (max-width: 699px) and (min-width: 320px) {
    .pro_list .col_4{
        width: 100%;
        margin: 0;
        padding: 5px;
    }
    .product .product-image{
        height: auto;
    }
}
