@media screen and (max-width: 1200px) {
    .pc-tou {
        min-width: auto !important;
        background-size: 22rem 100% !important;
        background-position: 62% center !important;
        flex-direction: column !important;
    }
    .pc-tou p {
        font-size: 0.6rem !important;
        padding: 0 !important;
    }
    .pc-tou .one {
        padding-top: 0.5rem !important;
    }
    .pc-tou .two {
        padding-bottom: 0.5rem !important;
    }
    .pc-nav {
        min-width: auto !important;
        padding: 0 0.3rem !important;
    }
    .pccontent {
        width: 100%;
    }
    .pc-content {
        padding: 0.6rem 0 !important;
    }
    .pc-content table {
        width: 100%;
    }
    .pc-contentbg {
        width: 100% !important;
        padding: 0.3rem 0.3rem !important;
    }
    .pc-nav a {
        font-size: 0.4rem !important;
        padding: 0 0.15rem !important;
    }
    .pc-huizong {
        padding-bottom: 0.1rem !important;
        font-size: 0.3rem !important;
    }
    .pc-huizong .pc-shuoming {
        padding-bottom: 0.1rem !important;
    }
    .pc-content .pc-tiaojian {
        width: 100%;
        display: flex;
        flex-direction: column !important;
    }
    .pc-content .pc-input {
        /* margin-left: 1.7rem !important; */
        padding-top: 0.5rem !important;
    }
    .pc-content .pc-searInput {
        font-size: 0.35rem !important;
        padding: 0.2rem 0 !important;
        margin-left: 1.82rem !important;
        border-radius: 0.1rem !important;
    }
    .pc-content .pc-butlist {
        padding-top: 0.2rem !important;
    }
    .pc-content .pc-butlist p {
        padding: 0 0.4rem !important;
        font-size: 0.35rem !important;
    }
    .pc-content .pc-butlist span {
        padding: 0.1rem 0.4rem !important;
        margin-right: 0.2rem !important;
        border-radius: 0.1rem !important;
        font-size: 0.35rem !important;
    }
    .pc-content .pc-searButton {
        margin-left: 0.3rem !important;
        font-size: 0.35rem !important;
        padding: 0 0.4rem !important;
    }
    .pc-result .pc-title {
        padding: 0.3rem 0 !important;
    }
    .pc-result p {
        font-size: 0.5rem !important;
    }
    .pc-result span {
        font-size: 0.4rem !important;
    }
    .pc-resInfo table {
        font-size: 0.35rem !important;
    }
    .pc-resInfo table th {
        font-size: 0.35rem !important;
        padding: 0.2rem 0 !important;
    }
    .pc-resInfo table td {
        padding: 0.2rem 0 !important;
    }
    .pc-resInfo .pc-zwSearchBut {
        padding: 0.1rem 0.2rem !important;
        border-radius: 0.3rem !important;
        font-size: 0.35rem !important;
    }
    .pageItem {
        padding: 0 0.2rem !important;
        height: 0.6rem !important;
        font-size: 0.3rem !important;
        line-height: 0.6rem !important;
    }

    .curPage {
        padding: 0 0.2rem !important;
        height: 0.6rem !important;
        font-size: 0.35rem !important;
        line-height: 0.6rem !important;
        width: 1.5rem !important;
    }
}
* {
    margin: 0;
    padding: 0;
}
body,
html {
    width: 100%;
    height: auto !important;
    font-size: 16px;
}

.pc-tou {
    width: 100%;
    min-width: 1200px;
    /* background: linear-gradient(90deg,#7ca7f7, #0762eb); */
    background: url('/static/zt/img/pc-gkzyml-banner.jpg') no-repeat top center;
    background-size: 1920px 150px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.pc-tou p {
    /* height: 150px;
        line-height: 150px; */
    font-size: 48px;
    font-weight: bold;
    color: white;
    padding: 43px 0;
    box-sizing: border-box;
}
.pc-nav {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 150px;
    box-sizing: border-box;
}
.pc-zy {
    color: #f14141 !important;
    font-weight: bold;
    border-bottom: 2px solid #f14141;
    /* background: #1c73b9; */
}
.pc-nav a {
    /* display: block; */
    font-size: 18px;
    line-height: 50px;
    color: black;
    text-decoration: none;
    padding: 0 20px;
    cursor: pointer;
}
.pc-nav a:hover {
    color: #f14141;
    border-bottom: 2px solid #f14141;
}
.pc-huizong {
    width: 100%;
    border-bottom: solid 1px gray;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.pc-huizong .pc-shuoming {
    color: #f14141;
    padding-bottom: 10px;
}
.pc-huizong p {
    padding: 5px 0;
}
.pc-contentbg {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 10px 100px;
    box-sizing: border-box;
    margin-top: 20px;
}
.pccontent {
    width: 100%;
}
.pc-content {
    padding: 20px 0;
    box-sizing: border-box;
}
.pc-content .pc-req {
    display: flex;
    flex-direction: column;
}
.pc-content .pc-butlist p {
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc-content .pc-butlist {
    /* float: left; */
    display: flex;
    flex-direction: row;
}

.pc-content .pc-butlist span {
    padding: 10px 30px;
    box-sizing: border-box;
    margin-right: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc-clicked {
    border: 1px solid #f14141 !important;
    color: #f14141;
}
.pc-content .pc-butlist span:hover {
    border: 1px solid #f14141;
    color: #f14141;
}
.pc-content .pc-tiaojian {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
}
.pc-content .pc-input {
    display: flex;
    flex-direction: row;
}
.pc-content .pc-searInput {
    /* float: left; */
    text-indent: 1em;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}
.pc-content .pc-searButton {
    margin-left: 15px;
    background: linear-gradient(90deg, #ee4e4e, #f75321);
    border-radius: 5px;
    font-size: 16px;
    padding: 0 40px;
    color: #fff;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc-content .pc-searButton:hover {
    background: linear-gradient(90deg, #f16441, #f14141);
    /* background: #189cda; */
}
.pc-result .pc-title {
    float: left;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pc-result p {
    font-size: 24px;
    font-weight: bold;
    color: #f14141;
}
.pc-result span {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    color: #333;
    margin: auto 0;
}
.pc-resInfo {
    width: 100%;
    /* height: 50px; */
    display: flex;
    flex-direction: column;
}
.pc-resInfo table {
    font-size: 16px;
}
.pc-resInfo table th {
    border: 1px solid #dedede;
    text-align: center;
    font-size: 16px;
    border-top: 2px solid #f07f7f;
    background: rgb(238, 237, 237);
    padding: 10px 0;
    box-sizing: border-box;
}
.pc-resInfo table td {
    border: 1px solid #dedede;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
}
.pc-resInfo table tr:hover {
    background: #e8f0fe;
}
.pc-zwSearchBut {
    display: inline-block;
    background-color: #36a3dd;
    color: #fff;
    padding: 2px 10px;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
.pc-zwSearchBut:hover {
    background-color: #f14141;
    /* color: black; */
    text-decoration: none;
    cursor: pointer;
}
.pageItem {
    padding: 0px 12px;
    height: 28px;
    background: #fff;
    text-decoration: none;
    color: #0b9bec;
    border: 1px solid #0b9bec;
    font-size: 12px;
    line-height: 28px;
    box-sizing: border-box;
}

.curPage {
    padding: 0px 12px;
    height: 28px;
    background: #fff;
    text-decoration: none;
    color: #0b9bec;
    border: 1px solid #0b9bec;
    font-size: 14px;
    line-height: 28px;
    box-sizing: border-box;
    width: 80px;
    text-align: center;
}

.pageItem:disabled {
    border: 1px #cccccc solid;
    background: #fff;
    color: #aaaaaa;
}
.m-foot,
.pc-foot {
    margin-bottom: 0 !important;
    box-shadow: 0 0 0 rgba(184, 142, 142, 0) !important;
    padding: 0 !important;
}
