.ul-inline{font-size: 0;}
.ul-inline li{display: inline-block;*display: inline;*zoom:1;font-size: 14px;vertical-align: top;width: 100%;}
.ul-inline a{display: block;}
.marboxg{display: flex;}
.h3h{font-size:20px;
    font-size: 2.0rem;
    padding: 0 10px;
    color: #fff;
    background: #129261;text-align: center;height: 50px;line-height: 50px;
    font-weight: normal;
    font-family:'Microsoft YaHei';
}
.index_001 {
    /* width: calc(100% - 20px); */
    overflow: hidden;
    white-space: nowrap;
    background-color: #e0efec;
    height: 50px;
    line-height: 50px;
    margin-left: 7px;
}

.index_001 ul {
    display: inline-block;
    vertical-align: middle;
}

.index_001 li {
    width: auto;
}

.index_001 .title {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 50px 0 18px;
    position: relative;
}

.index_001 .title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #00572d;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

@media screen and (max-width:992px) {
   .h3h{font-size:18px;font-size: 1.8rem; height:40px;line-height:40px;}
   .index_001{height:40px;line-height:40px;}
   .index_001 .title{font-size:16px;font-size: 1.6rem; }
}
