body,
html {
    min-width: 1000px;
    background: white;
    overflow-x: hidden;
}

.nv1 {
    position: absolute;
    left: -540px;
    top: 0;
    margin: auto;
}

.nv2 {
    position: absolute;
    right: -381px;
    top: 0;
    margin: auto;
}

#head-wrap {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 999;
    background: white;
}

#wrap {
    padding-top: 90px;
}

.head {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.head>img {
    height: 70px;
}

.navRoot {
    display: flex;
    align-items: center;
}

.navLink>div:nth-child(1) {
    display: none;
}

.navRoot>a {
    width: 120px;
    height: 50px;
    line-height: 50px;
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.banner {
    position: relative;
    width: 1920px;
    margin-left: -960px;
    left: 50%;
}

.banner>img {
    width: 100%;
}

.banner>img:nth-of-type(2) {
    display: none;
}

.content {
    position: relative;
    color: #aaa;
    font-size: 16px;
    width: 1000px;
    margin: 0 auto;
}

.content>p {
    line-height: 30px;
    padding: 0 10px;
}

table {
    width: 100%;
    text-align: center;
    margin: 10px auto;
}

table th {
    color: #85692E;
    line-height: 50px;
    font-weight: 400;
    background: #F8F1DB;
    border-width: 1px;
    border-style: solid;
    border-color: #EFE6D2;
    border-image: initial;
    font-size: 16px;
}

table td {
    line-height: 50px;
    color: #85692E;
    border-width: 1px;
    border-style: solid;
    border-color: #EFE6D2;
    border-image: initial;
    font-size: 16px;
}

.content p span {
    color: #85692E;
}

.title {
    text-align: center;
    padding: 30px 0;
}

.footer {
    margin-top: 20px;
    background: black url(../images/footer_bg.jpg) top center no-repeat;
    padding-top: 80px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    min-width: 1000px;
}

.footer p {
    color: white;
    line-height: 30px;
    padding: 0 10px;
}

@media screen and (max-width:500px) {
    .nv1,
    .nv2 {
        display: none;
    }
    body,
    html {
        width: 100%;
        overflow-x: hidden;
        min-width: auto;
        padding-bottom: 0.6rem;
    }
    #wrap {
        padding-top: 0.8rem
    }
    #head-wrap {
        padding: 10px 0;
        height: auto;
    }
    .head {
        width: 100%;
        margin: 0 auto;
        display: block;
        justify-content: space-between;
        text-align: center;
    }
    .head>img {
        height: 0.4rem;
        margin: 0 auto;
    }
    .navRoot {
        display: flex;
        align-items: center;
    }
    .navLink>div:nth-child(1) {
        display: block;
    }
    .navRoot>a {
        width: 120px;
        height: 50px;
        line-height: 50px;
        color: white;
        font-size: 16px;
    }
    .banner {
        position: relative;
        width: 100%;
        margin-left: 0;
        left: 0;
        height: auto;
    }
    .banner>img {
        width: 100%;
    }
    .banner>img:nth-of-type(1) {
        display: none;
    }
    .banner>img:nth-of-type(2) {
        display: block;
    }
    .content {
        width: 100%;
        font-size: 0.2rem;
    }
    .content>p {
        line-height: 0.4rem;
        padding: 0 0.1rem;
    }
    table {
        width: 100%;
        font-size: 0.12rem;
        text-align: center;
        margin: 10px auto;
    }
    table th {
        line-height: 0.3rem;
        font-weight: 400;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        font-size: 0.2rem;
    }
    table td {
        line-height: 50px;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        font-size: 0.2rem;
    }
    .content p span {
        color: #85692E;
    }
    .title {
        text-align: center;
        padding: 0.3rem 0;
        width: 2.3rem;
        margin: 0 auto;
    }
    .title>img {
        width: 100%;
    }
    .footer {
        background: black url(../images/footer_bg.jpg) top center no-repeat;
        padding: 0.6rem 0;
        width: 100%;
        text-align: center;
        background-size: 100%;
        min-width: auto;
    }
    .footer>img {
        width: 120%;
        margin-left: -10%;
    }
    .footer p {
        font-size: 0.2rem;
        line-height: 0.3rem;
        padding: 0 0.1rem;
    }
    .navRoot {
        position: fixed;
        z-index: 50;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        background-color: #d8cca6;
        padding: 0.1rem 0;
    }
    .navRoot .navLink {
        font-size: 12px;
        flex: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        line-height: 1;
        color: #fff;
    }
    .navRoot .navLink .navLinkIco {
        display: block;
        width: 0.46666667rem;
        height: 0.46666667rem;
        margin-bottom: 0.1rem;
    }
    .navRoot .navLink .navLinkIco img {
        width: 100%;
    }
}

.search {
    position: relative;
    width: 989px;
    margin: 30px auto 0;
}

.search>img {
    width: 100%;
}

.search input {
    width: 348px;
    height: 100%;
    position: absolute;
    left: 36%;
    margin: auto;
    top: -5px;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    color: black;
}

.search .search-btn {
    width: 140px;
    position: absolute;
    right: 11%;
    top: 0;
    height: 100%;
    cursor: pointer;
}

.modal_wrap {
    position: relative;
    background: #242424;
    border-radius: 10px;
}

.modal_header {
    background: #383737;
    height: 63px;
    line-height: 63px;
    text-indent: 20px;
    border-radius: 10px 10px 0 0;
    font-weight: 700;
    font-size: 22px;
    color: #F9D268;
}

#queryPop .main,
#querycon .main {
    padding: 30px 0;
}

.modal_wrap_box {
    width: 100%;
    height: auto;
}

.datatable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
    margin: auto;
    border: 1px solid #000;
    font: 14px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
}

.datatable th {
    background: #F44336;
    border: 1px solid #000;
    color: #fff;
}

.datatable td {
    border: 1px solid #000;
    color: #ababab;
    text-align: center;
    background: #3a3a3a;
    font-size: 14px;
    max-width: 320px;
}

@media screen and (max-width:500px) {
    .search {
        position: relative;
        width: 6rem;
        margin: 0.3rem auto 0;
        line-height: 0;
    }
    .search>img {
        width: 100%;
    }
    .search input {
        width: 2.2rem;
        height: 100%;
        position: absolute;
        left: 2.1rem;
        top: -2px;
        box-sizing: border-box;
    }
    .search .search-btn {
        width: 1.6rem;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        cursor: pointer;
    }
    .modal_header {
        font-size: 0.24rem;
        height: 0.6rem;
        line-height: 0.6rem;
    }
    #queryPop .main,
    #querycon .main {
        padding: 0.3rem 0;
        ;
    }
}