@media screen and (max-width: 1200px) {
    .pc-tou {
        min-width: auto !important;
    }
    .pc-tou p{
        height: 2.5rem !important;
        line-height: 2.5rem !important;
        font-size: 0.6rem !important;
    }
    .pc-nav {
        min-width: auto !important;
    }
    .pccontent{
        width: 100%;
    }
    .pc-content table{
        width: 100%;
    }
    .pc-contentbg{
        width: 100% !important;
    }
    .pc-moreyear{
        width: 100% !important;
    }
    .pc-nav a{
        font-size:0.36rem !important;
        padding: 0 0.15rem !important;
    }
}
* {
    margin: 0;
    padding: 0;
}
body,html{
    width: 100%;
    height: auto !important;
}

.pc-tou {
    width: 100%;
    min-width: 1200px;
    background: linear-gradient(90deg,#3ca6ec, #175bc9);
    background-size: 1920px 150px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc-tou p {
    height: 150px;
    line-height: 150px;
    font-size: 48px;
    font-weight: bold;
    color: white;
}
.pc-nav {
    width: 100%;
    min-width: 1200px;
    background: linear-gradient(90deg,#89c1ee,#0f68ee );
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 150px;
    box-sizing: border-box;
}
.pc-zy {
    color: #fff;
    background: #189cda;
}
.pc-nav a{
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    cursor: pointer;
}
.pc-nav a:hover{
    color:#fff ;
    background: #189cda;
    text-decoration: none;
}
.pc-huizong{
    width: 100%;
    /* padding-bottom: 10px; */
    display: flex;
    flex-direction: column;
    font-size: 16px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.pc-huizong .pc-shuoming{
    color: #f14141;
    padding-bottom: 10px;
}
.pc-huizong p{
    padding: 5px 0;
}
.pc-contentbg{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 150px;;
    box-sizing: border-box;
}
.pccontent{
    width: 100%;
    background: #f2f2f2;
}
.pc-content{
    margin-top: 10px;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.pc-content .pc-req{
    display: flex;
    flex-direction: column;
}
.pc-content p{
    float: left;
    font-size: 16px;
    margin-right: 20px;
    line-height: 40px;
}

.pc-content .pc-butlist{
    float: left;
}

.pc-content .pc-butlist span{
    float: left;
    width: 120px;
    height: 40px;
    margin-right: 12px;
    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 #2e83e3 !important;
    color: #2e83e3;
}
.pc-content .pc-butlist span:hover{
    border: 1px solid #2e83e3;
    color: #2e83e3;
}
.pc-content .pc-input{
    padding-top: 10px;
    margin-left: 100px;
    display: flex;
    flex-direction: row;
}
.pc-content .pc-searInput{
    width: 400px;
    height: 40px;
    text-indent: 1em;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}
.pc-content .pc-searButton{
    height: 40px;
    width: 130px;
    margin-left: 15px;
    background: linear-gradient(90deg, #7f9cec,#189cda );
    border-radius: 5px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    text-align: center;
}
.pc-content .pc-searButton:hover{
    background: #189cda;
}
.pc-result{
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 10px;
}
.pc-result .pc-title{
    float: left;
    line-height: 40px;
}
.pc-result p{
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #189cda;
}
.pc-result span{
    float: left;
    margin-left: 10px;
    font-size: 16px;
    color: #333;
}
.pc-resInfo{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.pc-resInfo table {
    font-size: 16px;
    
}
.pc-resInfo table th{
    border: 1px solid #dedede;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-top: 2px solid #189cda;
    background: rgb(238, 237, 237);
}
.pc-resInfo table  td{
    border: 1px solid #dedede;
    line-height: 40px;
    text-align: center;
    
}
.pc-resInfo table  tr:hover{
    background: linear-gradient(90deg, #b3d4f3,#9cc0e0 );
    
}
.pc-zwSearchBut{
    display: inline-block;
    width: 80px;
    height: 26px;
    background-color: #2e83e3;
    color: #fff;
    border-radius: 16px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
.pc-zwSearchBut:hover{
    background-color: #fff;
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.pc-zt-foot{
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 10px;
}
.pc-zt-foot .m-foot,.pc-foot{
    margin-bottom: 0 !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    padding: 0 !important;
}

.m-tou {
    width: 100%;
    height: 3rem;
    background: linear-gradient(90deg,#7ca7f7, #0762eb);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-tou p {
    height: 100px;
    line-height: 100px;
    font-size: 0.6rem;
    font-weight: bold;
    color: white;
}
.m-nav {
    width: 100%;
    height: 1.2rem;
    background: linear-gradient(90deg,#89c1ee,#0f68ee );
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.m-zy {
    color: #fff;
    background: #189cda;
    height: auto;
}
.m-nav a{
    display: flex;
    height: 100%;
    font-size: 0.38rem;
    color: #fff;
    text-decoration: none;
    padding: 0 0.1rem;
    cursor: pointer;
    align-items: center;
}
.m-nav a:hover{
    color:#fff ;
    background: #189cda;
    text-decoration: none;

}
.m-contentbg{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-sizing: border-box;
}
.mcontent{
    width: 100%;
    margin-bottom: 0.3rem;
    background: #f2f2f2;
}
.m-huizong{
    margin-top: 0.2rem;
    padding-bottom: 0.3rem;
    display: flex;
    flex-direction: column;
    font-size: 0.42rem;
    padding: 0.3rem;
    background: #fff;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
}
.m-huizong .m-shuoming{
    color: #f14141;
    padding-bottom: 0.3rem;
}
.m-huizong p{
    padding: 2px 0;
}
.m-content{
    margin-top: 0.2rem;
    background: #fff;
    padding: 0.4rem 0;
    font-size: 0.42rem;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
}
.m-content .m-req{
    display: flex;
    flex-direction: column;
}
.m-content p{
    float: left;
    padding-left: 0.3rem;
    font-size: 0.42rem;
    margin-right: 0.6rem;
    line-height: 0.8rem;
}

.m-content .m-butlist{
    float: left;
}

.m-content .m-butlist span{
    float: left;
    width: 1.6rem;
    height: 0.8rem;
    margin-right: 0.5rem;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.36rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-clicked {
    border: 1px solid #2e83e3 !important;
    color: #2e83e3;
}
.m-content .m-butlist span:hover{
    border: 1px solid #2e83e3;
    color: #2e83e3;
}
.m-content .m-input{
    padding-top: 0.3rem;
    margin: 0 0.3rem;
    display: flex;
    flex-direction: row;
}
.m-content .m-searInput{
    width: 6rem;
    text-indent: 1em;
    font-size: 0.42rem;
    line-height: 1rem;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}
.m-content .m-searButton{
    width: 2rem;
    margin: 0 0.6rem;
    background: linear-gradient(90deg, #7f9cec,#189cda );
    border-radius: 5px;
    font-size: 0.42rem;
    line-height: 1rem;
    color: #fff;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    text-align: center;
}
.m-content .m-searButton:hover{
    background: #189cda;
}
.m-result{
    margin-top: 0.3rem;
    background: #fff;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
}
.m-result .m-title{
    float: left;
    line-height: 1rem;
    padding: 0.3rem;
}
.m-result p{
    float: left;
    font-size: 0.6rem;
    font-weight: bold;
    color: #189cda;
}
.m-result span{
    float: left;
    margin-left: 0.3rem;
    font-size: 0.42rem;
    color: #333;
}
.m-resInfo{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.m-resInfo table {
    margin:0.3rem;
}
.m-resInfo table th{
    border: 1px solid #dedede;
    line-height: 1rem;
    text-align: center;
    font-size: 0.28rem;
    border-top: 2px solid #2e83e3;
    background: rgb(238, 237, 237);
}
.m-resInfo table  td{
    border: 1px solid #dedede;
    font-size: 0.28rem;
    padding: 0 2px;
    line-height: 1rem;
    text-align: center;
    
}
.m-zwSearchBut{
    display: inline-block;
    width: 1rem;
    height: 0.8rem;
    background-color: #2e83e3;
    color: #fff;
    border-radius: 0.2rem;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.m-zwSearchBut:hover{
    text-decoration: none;
}
.m-zt-foot{
    width: 100%;
    margin-top: 0.3rem;
}
.m-zt-foot .m-foot{
    margin-bottom: 0 !important;
}