/*案例分类*/
.aplicacion_top{
    padding-left:0.32rem;
    background: #fff;
    padding-right:0.3rem;
    display: flex;
    justify-content: space-between;
}
.product_title{
    padding-top:0.2rem;
    display: flex;
    width: 100%;
    background-size: 1.5%;
    justify-content: space-between;
}
.product_title h1 {
    font-weight: bold;
    font: 0.45rem/0.64rem "Arial";
    color: #3a3c3e;
    margin-bottom: 0.3rem;
}
.solution,.pro_kinds02{
    padding:0.24rem;
    background: #fff;
}
.solution{
    margin-bottom: 0.2rem;
    padding-top:0;
}
.solution_list{
    margin-bottom: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solution_list_a{
    display: block;
    width: 48%;
}
.solution_list_a img{
    width: 100% !important;display: block;
    overflow: hidden;
    height:3rem;
}
.solution_list_a p{
    font: 0.35rem/0.55rem "Arial";
    color:#3a3c3e;
    padding-left:0.18rem;
}
.pro_kinds02{
    margin:0.2rem 0;
}
/*案例分类*/

.pro_kinds02{
    background: #fff;
    padding:0.65rem  0.26rem 0 0.26rem;
    margin-bottom: 0.2rem;
}
.pro_kinds02 ul li{
    margin-bottom: 0.65rem;
    height:0.8rem;
    background: #3a3c3e;
    float: left;
    border-radius: 0.1rem;
    border: 1px solid #000;
    margin-right:0.35rem;
}
/*.pro_kinds02 ul li:nth-child(2n){
    margin-right:0 !important;
}*/
.pro_kinds02 ul a{
    font:0.4rem/0.8rem "Arial";
    color: #fff;
    padding:0 0.1rem;
}
.hover{
    background: #ff1744 !important;
}
/*案例分类*/