@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(to right,#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(to right,#08a8d4,#3374db );
    display: flex;
    justify-content: center;
    align-items: center;
}
.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{
    background-color:#20839e ;
    text-decoration: none;
}
.pc-clicked {
    background: #20839e;
}
.pc-huizong{
    width: 100%;
    border-bottom: solid 1px #2e83e3;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pc-curzk{
    color: #2e83e3;
    font-weight: bold;
    font-size: 18px;
}
.pc-more{
    font-size: 18px;
}
.pc-more a{
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.pc-more a:hover{
    color: #2e83e3;
    text-decoration: none;
}
.pc-contentbg{
    width: 1200px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

.pc-content{
    padding-top: 20px;
    font-size: 18px;
}
.pc-content table{
    border-collapse: collapse;
    display: block;
    margin: auto;
}
.pc-moreyear{
    width: 1200px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.pc-histroy{
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pc-histroy-title{
    font-weight: bold;
    font-size: 18px;
}
.pc-biaoge{
    width: 100%;
}
.pc-biaoge table{
    border-collapse: collapse;
    width: 100%;
}
.pc-biaoge .pc-highlight:hover{
    background-color: #fff
}
.pc-biaoge table th{
    border: 1px solid #dedede;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    border-top: 2px solid #2e83e3;
}
.pc-biaoge table tr:hover{
    background-color: #ddd;
    
}
.pc-biaoge table td{
    border: 1px solid #dedede;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
}
.pc-biaoge table td a{
    color: #2e83e3;
    text-decoration: none;
    cursor: pointer;
    
}
.pc-rightitem .item{
    color: #333;
    font-size: 16px;
    text-decoration: none;
    margin-right: 10px;
}
.pc-rightitem .item:hover{
    color: #2e83e3;
}

.m-tou {
    width: 100%;
    height: 2.67rem;
    background: linear-gradient(to right,#09b7e7,#3374db);
    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%;
    background: linear-gradient(to right, #038fb6, #3671cf);
}
.m-nav a{
    float: left;
    width: 25%;
    height: auto;
    font-size: 0.42rem;
    color: #fff;
    text-decoration: none;
    padding: 0.1rem 0;
    text-align: center;
}
.m-nav a:hover{
    background-color:#20839e ;
    text-decoration: none;
}
.mcontent{
    width: 100%;
    margin-bottom: 0.3rem;
}
.mcontent img {
    max-width: 100%;
    height: auto;
}
.m-huizong{
    width: 100%;
    border-bottom: solid 1px #ddd;
    padding-bottom: 0.3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.m-curzk{
    color: #2e83e3;
    font-weight: bold;
    font-size: 0.42rem;
}
.m-more{
    font-size: 0.42rem;
}
.m-more a{
    color: black;
    text-decoration: none;
}
.m-content{
    padding-top: 0.6rem;
    font-size: 0.42rem;
}
.m-content table{
    border-collapse: collapse;
    display: block;
    margin: auto;
}
.m-contentbg{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 0.6rem;
    box-sizing: border-box;
}

.m-content table{
    width: 100%;
    border-collapse: collapse;
    display: block;
    margin: auto;
    
}
.m-moreyear{
    width: 100%;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    padding: 0.6rem;
    box-sizing: border-box;
    margin-bottom: 0.3rem;
}
.m-histroy{
    border-bottom: solid 1px #ddd;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
}
.m-histroy-title{
    font-weight: bold;
    font-size: 0.42rem;
}
.m-biaoge{
    width: 100%;
}
.m-biaoge table{
    border-collapse: collapse;
    width: 100%;
    font-size: 0.42rem;
}
.m-biaoge table tr:hover{
    background-color: #ddd;
    
}
.m-biaoge table th{
    border: 1px solid #dedede;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.42rem;
}
.m-biaoge table td{
    border: 1px solid #dedede;
    line-height: 0.8rem;
    text-align: center;
    
}
.m-biaoge table td a{
    color: #2e83e3;
    text-decoration: none;
    cursor: pointer;
    
}