.nav-pic {
    width: 100%;
    height: 500px;
    background-image: url(../../imgs/products.png);
    background-position: center;
    background-repeat:  no-repeat;
    background-size: cover;
}
.actives {
    color: #9A0101;
}
.information-content {
    padding: 50px;
    box-sizing: border-box;
}
.news .informations-title  p {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
.informations-title::before {
    width: 0;
}
.guran-flow {
    margin-bottom: 100px;

}
.guran-flow ul.nav-left {
    width: 300px;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #999;
}
.guran-flow ul.nav-left li {
    height: 100px;
    line-height: 100px;
    cursor: pointer;
}
.guran-flow ul.nav-left li:last-of-type {
    margin-bottom: 200px;
}
.guran-content {
    counter-reset: show-list;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}
.bus-more  {
    margin: 20px 0;
}
.bus-more ul li {
    position: relative;
    border: none;
    padding: 20px;
    font-size: 14px;
    box-sizing: border-box;
}
.bus-more ul li span{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #9A0101;
    line-height: 30px;
    margin: 8px 20px 0  0;
}
/* .bussiness-wrap {
    ma
} */
