@charset "utf-8";

.quality_wrapper{
    padding:60px 0;
}
.quality_wrapper .quality_item{
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    margin-bottom: 15px;
}
.quality_wrapper .quality1_item img{
    margin:0 auto;
}
.quality_wrapper h4{
    margin-bottom: 15px;
    font-weight: bold;
    color: #000000;
}
.quality_wrapper h5{
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
}
.inner_wrapper .quality_show{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}
.inner_wrapper .quality_show .show_item{
    padding-top: 40px;
    padding-bottom: 30px;
    width: 20%;
    text-align: center;
}
.inner_wrapper .quality_show .show_item:nth-child(even){
    background-color: #f8f8f8;
}
.inner_wrapper .quality_show .show_item:nth-child(odd){
    background-color: #496da9;
}
.inner_wrapper .quality_show .show_item:nth-child(odd) .show_name{
    color: white;
}
.inner_wrapper .quality_show .show_item:nth-child(odd) .show_det{
    color: white;
}
.inner_wrapper .quality_show .show_item .show_name{
    font-size: 22px;
    font-weight: bold;
}
.inner_wrapper .quality_show .show_item .show_det{
    font-size: 16px;
}
.detection_img{
    display: flex;
    justify-content: space-between;
}
.detection_img .detection_item{
    width: calc(50% - 3px);
}

@media screen and (max-width: 768px){
    .quality_wrapper{
        padding:15px 0;
    }

    .inner_wrapper .quality_show{
        flex-wrap: wrap;
        border-radius: 4px;
        overflow: hidden;
    }
    .inner_wrapper .quality_show .show_item{
        padding-top: 8px;
        padding-bottom: 8px;
        width: 100%;
    }
    .inner_wrapper .quality_show .show_item .show_name{
        font-size: 14px;
    }
    .inner_wrapper .quality_show .show_item .show_det{
        font-size: 12px;
    }
    .inner_wrapper .quality_show .show_item:nth-child(even){
        border-left: 1px solid  #496da9;
        border-right: 1px solid  #496da9;
    }
}