@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.32rem !important;
        padding: 0 0.15rem !important;
    }
}
* {
    margin: 0;
    padding: 0;
}
body,
html {
    width: 100%;
    height: auto !important;

    /* filter: opacity(90%);  */
}

.pc-tou {
    width: 100%;
    height: 200px;
    min-width: 1200px;
    background-size: 1920px 150px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #f45b49, #f03d39);
}
.pc-tou p {
    height: 150px;
    line-height: 150px;
    font-size: 48px;
    font-weight: bold;
    color: white;
}
.pc-nav {
    width: 100%;
    min-width: 1200px;
    /* background:#05bdad; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc-nav a {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    /* border: 1px solid #eee; */
    border-radius: 5px 5px 0 0;
    text-decoration: none;
    padding: 0 20px;
    margin: 10px 5px 0;
    cursor: pointer;
    box-sizing: border-box;
    background: #e6343d;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
}

.pc-nav a:hover {
    background-color: #f14141;
    text-decoration: none;
}
.pc-nav-title {
    background: #ff5f2f !important;
}
.pc-clicked {
    background: #ff5f2f;
}
.pc-huizong {
    width: 100%;
    border-bottom: solid 1px #e6343d;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #ff5f2f !important;
}
.pc-curzk {
    color: #f2f2f2;
    font-weight: bold;
    font-size: 18px;
    padding-left: 20px;
}
.pc-more {
    font-size: 18px;
    padding-right: 20px;
}
.pc-more a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.pc-more a:hover {
    color: #f2f2f2;
    font-weight: bold;
    text-decoration: none;
}
.pc-contentbg {
    width: 1200px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    /* padding: 0 20px 20px; */
    box-sizing: border-box;
    /* margin-top: 20px; */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.pc-content {
    /* padding-top: 20px; */
    font-size: 18px;
    padding: 20px;
}
.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;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.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 #ff5f2f;
}
.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;
}
.pc-foot {
    width: 1200px !important;
}
.m-tou {
    width: 100%;
    height: 2.67rem;
    background: linear-gradient(to right, #f45b49, #f03d39);
    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;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23%;
    height: auto;
    font-size: 0.38rem;
    color: #fff;
    text-decoration: none;
    padding: 0.1rem;
    box-sizing: border-box;
    text-align: center;
    background: #e6343d;
    margin: 0.1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.m-nav-title {
    background: #ff5f2f !important;
}
.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;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.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;
}
