.header_top {
    width: 100%;
    height: 94px;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px 0px rgba(112, 96, 94, 0.08);
    position:fixed;
    top: 0px;
    z-index: 99999;
}
.width94{
    width: 100%;
    height: 94px;
}
.header_top img {
    width: 180px;
    height: 62px;
    margin-top: 14px;
}

.header_top .dbanxin {
    display: flex;
    justify-content: space-around;
}

.header_top .dbanxin .scroll_fl {
    width: 950px;
    margin-left: 70px;
}

.header_top .dbanxin .scroll_fl li {
    text-align: center;
    width: 130px;
    height: 94px;
    line-height: 94px;
    cursor: pointer;
    position: relative;
}

.header_top .dbanxin .scroll_fl li em {
    width: 14px;
    height: 14px;
    background-image: url(/static/newindex/image/glgz/select.png);
    background-size: cover;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 0px;
}

.header_top .dbanxin .scroll_fl li a:hover {
    color: #F67447;

}

.header_top .dbanxin .scroll_fl li a:hover em {
    width: 14px;
    height: 14px;
    background-image: url(/static/newindex/image/glgz/select_active.png);
    background-size: cover;
    vertical-align: middle;
    display: inline-block;
}

.value_box1 {
    width: 156px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0px 0 30px 0;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 2px 14px 0px rgba(112, 96, 94, 0.08);
    position: absolute;
    top: 80px;
    left: -10px;
    display: none;
    z-index: 99999;
}

.value_box1 .service {
    line-height: 22px;
    margin-top: 24px;
    border-left: 3px solid transparent;
}
.value_box1 .service:hover{
    color: #F67447;
    border-left: 3px solid #F67447;
    box-sizing: border-box;
}
