.layer-search-container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background: url("/statics/ynxcwv2/images/b_search/bg1.jpg") no-repeat left top;
    background-size: 100% 100%;
    height: 1080px;
    position: relative;
}

.search-site {
    width: 307px;
    height: 108px;
    margin: 0 auto;
    padding-top: 330px;
}

.header-search {
    width: 600px;
    margin: 0 auto;
    margin-top: 175px;
    height: 40px;
}

.ipt {
    background-color: #fff;
    display: inline-block;
    width: 450px;
    padding: 10px;
    font-size: 18px;
    color: #3f3f3f;
    line-height: 20px;
}
.header-btn {
    border: none;
    background-color: #1492ff;
    padding: 0 10px;
    margin-left: -10px;
    font-size: 18px;
    height: 41px;
    line-height: 41px;
}

.sr_frmipt {
    margin-left: 75px;
}
/* 底部开始 */
.layer-footer {
    max-width: 1920px;
    width: 1920px;
    height: 150px;
    margin: 0 auto;
    background-color: #1492ff;
}

.layer-footer-content {
    width: 425px;
    margin: 0 auto;
}

.layer-footer-content div {
    float: left;
    /* padding-top: 50px; */
}

.layer-footer-content div:nth-child(1) {
    padding-top: 30px;
}

.layer-footer-content div:nth-child(2) {
    padding-top: 45px;
}
.gov_web {
    margin-left: 25px;
}

/* .footer-text-list {
    margin-left: 25px;
} */

.mtgov {
    margin-left: 20px;
}

.footer-text li span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 4px;
}

.footer-text li span a {
    color: #fff;
}
/* 底部结束 */

@media screen and (max-width: 750px) {
    body {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #fff;
    }

    .layer-search-container {
        width: 100%;
        height: 300px;
    }

    .search-site {
        padding-top: 20px;
    }

    .search-site img {
        width: 100%;
        height: auto;
    }

    .header-search {
        width: 100%;
        margin-top: 40px;
    }

    .sr_frmipt {
        margin-left: 10px;
    }

    .ipt {
        width: 80%;
    }

    .layer-footer {
        width: 100%;
        height: 180px;
    }

    .layer-footer-content {
        width: 100%;
    }

    .layer-footer-content div {
        padding-top: 10px;
        display: inline-block;
        float: none;
    }

    /* .layer-footer-content div.footer-text-list {
        display: block;
    } */

    .layer-footer-content div:nth-child(2) {
        padding-top: 0px;
    }

    .layer-footer-content div:nth-child(1) {
        padding-top: 0px;
    }
}
