.header_search {
    width: 660px;
    margin: 0px auto 0 auto;
}

.swiper-slide>a {
    width: 100%;
    height: 100%
}

.header_search_inputli {
    height: auto;
    width: auto;
    overflow: hidden;
    

}

.header_search input {
    outline: none;
    border: none;
}

.header_search .search_input {
    color: #838383;
    float: left;
    /* height: 56px; */
    font-size: 18px;
    background: url(http://hyj.yantai.gov.cn/picture/51/2112041040576281986.png) no-repeat;
}

.search_input .input_text {
    float: left;
    width: 528px;
    font-size: 18px;
    color: #cbcbcb;
    border-left: 1px solid #cbcbcb;
    padding-left: 18px;
    margin-top: 16px;
}

@media screen and (max-width: 992px) {
    .search_input .input_text {
        width: 208px
    }
}

.header_search .search_submit {
    position: relative;
    left: 2px;
    float: left;
    width: 103px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
    /* background: url(http://dag.yantai.gov.cn/picture/104/2112291033487619926.png) no-repeat; */
    /* background-size: cover; */
    background-color: rgb(38,115,213);
}

@media screen and (max-width: 992px) {
    .header_search .search_submit {
        width: 90px
    }
}

@media screen and (max-width: 400px) {
    .header_search .search_submit {
        width: 90px
    }
}

@media screen and (max-width: 414px) {
    .header_search .search_submit {
        width: 90px
    }
}

@media screen and (max-width: 375px) {
    .header_search .search_submit {
        width: 60px
    }
}

.mobile-more {
    display: none;
}