.product-menu {
    background-color: white;
    padding: 20px 80px 60px 80px;
    background-image: none;

}

.secondpro {
    background-color: #86abdf;
    color: white !important;
    width: 240px;
    padding: 13px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 10px;
}

.second_menu {
    color: #333333;
    float: left;
    width: 25%;
    padding: 0px 18px 8px 8px;
    font-size: 15px;
    font-weight: 600;
}

.mall .second_menu {
    width: 20%;
}

.second_menu .title {
    border-bottom: 1px #DFDFDF solid;
    clear: both;
    vertical-align: middle;
    line-height: 40px;
    padding-top: 6px;
    padding-bottom: 5px;
}

.second_menu .title>img {
    margin-right:0px;
    width: 20px;
    height: 20px;
}

.product-menu a img {
    margin-right: 10px;
}

.three_menu_wrap {
    margin-top: 11px;
}

.three_menu {
    line-height: 30px;
    font-weight: lighter;
    font-size: 14px;
}

.second_menu>a:hover,
.three_menu>a:hover {
    color: #1656ac !important;
}

.second_menu>a,
.three_menu>a {
    display: block;
    line-height: 30px;
}

.second_menu>a>div,
.three_menu>a>div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}