/* 16行 */

.logo-img {
    width: 100%;
    position: relative;
    top: -10px;
}
.padding-0 {
    padding: 0px;
}
.category {
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    padding: 0px;
}
#rootUL, #rootUL ul{
    list-style: none;
    /*padding: .5rem 0rem 1rem 1rem;*/
    padding-left: 0px;
}
#rootUL i {
    width: 5%;
    color: white;
}
#rootUL a {
    color: white;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 10px 5px !important;
    position: relative;
}
.well {
    /*margin-top: 2rem;*/
    border: none;
    background-color: white;
    padding: 0px;
}
.product-info {
    /*text-align: center;*/
    /*box-shadow: 0 4px 10px rgba(0,0,0,.1);*/
    /*margin: 1rem 1rem;*/
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    text-align: center;
    margin: 0 .95rem 3rem .95rem;
    padding-bottom: 1rem;
    /*margin-bottom: 3rem;*/
}
.product-info img {
    width: 100%;
}
.product {
    margin-bottom: 3rem;
}
.son_li,.grand_li {
    padding-left: 15px;
}
.product li {
    padding-top: 10px;
    /*padding-bottom: 10px;*/
}
.product li span {
    display: inline-block;
    width: 100%;
}
.product-info .p1 {
    margin: 20px 10px 10px 10px;
}
.product-des {
    color: #6c6a74;
    font-size: 12px;
    padding: 0px 15px;
    max-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.parent_li {
    white-space: nowrap;
    background: #0f56bc;
    margin-bottom: 2px;
    margin-top: 0;
    display: block;
    font-size: 16px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    display: block;
    padding: 10px 20px !important;
    position: relative;
    color: #ffffff;
}
.son_li {
    border-top: 1px solid rgba(0,0,0,0.1);
    font-size: 13px;
    padding: 10px 0px !important;
}
.solution_info {
    padding: 4rem 6rem;
}
@media (max-width: 767px) {
    .category {
        display: none;
    }
    .solution_info {
        box-shadow: none !important;
        padding: 0px !important;
    }
    .padding-short {
        padding: 2rem 1.5rem 0rem 1.5rem !important;
    }
}
