.topcl,
.header,
.con1,
.footerArea,
.navBox,
.mainArea {
    min-width: 1440px;
    margin: 0 auto;
}

body {
    min-width: 1440px;
    overflow-x: hidden;
    margin: auto;
}

.navArea .menu {
    display: none;
}

.navArea .m-mask {
    display: none;
}

@media screen and (max-width: 750px) {

    body {
        min-width: 100%;
    }

    body::before {
        content: "";
        display: block;
        height: 50px;
    }

    .navBox {
        position: fixed;
        top: 0;
        left: 0;
    }

    .navBox .navArea {
        width: 100%;
        height: 44px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
        border-bottom: solid 1px rgba(0, 0, 0, 0.06);
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .navArea .logo {
        flex: 1;
        margin-left: 15px;
        display: block;
        width: auto;
        height: auto;
        float: none;
        padding: 0;
    }

    /* .navArea::after {
        padding:5px 15px 5px 15px;
        content: "\2261";
        display: block;
        font-size:30px;
        color:rgba(0,0,0,0.5);
    } */

    .navArea .menu {
        padding: 5px 15px 5px 15px;
        content: "\2261";
        display: block;
        font-size: 24px;
        color: rgba(0, 0, 0, 0.5);
        position: relative;
        z-index: 99999;
    }

    .navArea .m-mask {
        display: block;
        position: fixed;
        z-index: 9998;
        top: 0;
        left: -100vw;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        transition: 0.2s;
    }

    .nav {
        float: none;
        padding: 0px;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: -64vw;
        background: rgba(255, 255, 255, 1);
        width: 64vw;
        height: 100vh !important;
        padding-top: 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
        overflow-y: scroll;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
        transition: 0.5s;
    }

    .nav.on {
        left: 0;
    }

    .subNavArea {
        left: -100vw;
        top: -100vh;
    }

    .subNavup {
        display: none;
    }

    .m-mask.on {
        left: 0;
    }

    .topnav>li {
        float: none;
        max-width: 100%;
        height: auto;
    }

    .topnav li a {
        height: auto;
        padding: 10px 15px 15px 15px;
        font-size: 15px;
        text-align: left;
    }

    .topnav li.active a {
        background-image: none;
        background: none;
    }

    .logo img {
        height: 28px;
        width: auto;
    }

    .topcl,
    .header,
    .con1,
    .footerArea,
    .navBox,
    .mainArea {
        min-width: 100% !important;
    }

    .topcl {
        display: none;
    }

    .topcl table {
        width: 100% !important;
    }

    .topcl table tr td:first-child {
        display: none !important;
    }

    .topcl table tr td:last-child {
        width: 100%;
    }

    .topcl table tr td .tel {
        display: none;
        width: 100%;
        float: none;
    }

    .tel p {
        padding-left: 12px;
        padding-right: 12px;
    }


    .header {
        height: 33vw !important;
        overflow: hidden;
        display: none;
    }

    .header .hy_rw1 {
        width: 100%;
        height: auto;
        position: relative;
    }

    .header .hdp1 {
        height: auto;
    }

    .header .hdp1 ul li {
        width: 100vw;
        position: relative;
        height: 33vw;
        background-size: 100% 100% !important;
    }

    .reportAea {
        width: 100vw;
    }

    .reportAea .report {
        width: 100vw;
        height: auto;
        margin-top: 0;
        float: none;
    }

    .comBox {
        width: 100vw;
        height: auto;
    }

    .comBox .comleft {
        width: 100vw;
        height: auto;
        float: none;
        padding: 0px 15px 0px 15px;
        box-sizing: border-box;
    }

    .nTab-hd {
        height: auto;
        line-height: 1;
        overflow: hidden;
        background-image: none;
        /* box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.06); */
    }

    .nTab-hd dt {
        font-size: 16px;
        padding: 0;
        height: 40px;
        line-height: 40px;
    }

    .nTab-hd dt.active {
        height: 40px;
        border-bottom: 2px solid #7490da;
    }

    .nTab-hd dt a {
        font-size: 16px !important;
    }

    .comleft .nTab-bd {
        margin-top: 15px !important;
    }

    .comleft .arclit {
        padding: 0px;
    }

    .arclit ul li {
        line-height: 1.4;
        font-size: 15px !important;
        margin-bottom: 10px;
    }

    .arclit ul li a {
        padding-left: 0px;
        font-size: 15px;
    }

    .arclit ul li span {
        display: block;
        float: none;
        font-size: 14px;
        padding: 0px;
        margin-right: 6px;
    }

    .conghtBox {
        height: auto;
        clear: both;
        padding-bottom: 15px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.06);
    }

    .Artt1 {
        padding: 0;
    }

    .conghtimg {
        width: 40%;
        height: auto;
    }

    .conghtimg img {
        width: 100%;
        height: auto;
    }

    .conghtlist {
        width: 55%;
        height: auto;
        float: right;
    }

    .conghtlist.Mleft {
        margin-left: 0px;
    }

    .conghtlist a h1 {
        font-size: 15px;
        line-height: 1.4;
        color: rgba(0, 0, 0, 0.7);
    }

    .conghtlist a p {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 10px;
    }

    .conghtlist a span {
        font-size: 14px;
        margin-top: 10px;
    }

    .conright {
        width: 100vw;
        height: auto;
        float: none;
        padding: 0px 15px 0px 15px;
        box-sizing: border-box;
    }

    .conright.Mleft {
        margin-left: 0px;
    }

    .conright .cheImg {
        width: 100%;
        height: auto;
    }

    .conright .cheImg img {
        width: 100%;
        height: auto;
    }

    .conright .chebox {
        width: 100%;
        height: auto;
        padding: 15px 15px;
        box-sizing: border-box;
    }

    .conright .chebox p {
        font-size: 14px;
        line-height: 1.6;
        padding-top: 0px;
        text-align: justify;
    }

    .conright .menuArea {
        padding: 15px 0 15px 0;
        display: none;
    }

    .menuArea a.menu_1 {
        width: 48%;
        float: left;
        height: auto;
        margin-right: 0;
    }

    .menuArea a.menu_2 {
        width: 48%;
        float: right;
        height: auto;
    }

    .menuArea a img {
        width: 100%;
        height: auto;
    }

    .con1 {
        margin-top: -10px;
        width: 100vw;
        padding: 20px 0;
    }

    .titles {
        width: 100%;
        height: auto;
    }

    .titles h1 {
        font-size: 17px;
    }

    .titles p {
        font-size: 13px;
    }

    .con1 .pc-banner {
        width: 100%;
        height: auto !important;

    }

    .pc-banner .swiper-container {
        width: 98%;
        height: auto;
        padding-top: 0;

    }

    .pc-banner .swiper-container .swiper-wrapper {
        height: 40vw;
        padding-top: 15vw;
        box-sizing: border-box;
    }

    .pc-banner .swiper-slide {
        -webkit-transform: scale(0.98) !important;
        transform: scale(0.98) !important;
    }

    .pc-banner .swiper-slide-active,
    .pc-banner .swiper-slide-duplicate-active {
        -webkit-transform: scale(1.7) !important;
        transform: scale(1.7) !important;
        z-index: 1002 !important;
    }

    .pc-banner .swiper-button-next,
    .pc-banner .swiper-button-prev {
        top: 50%;
        margin-top: -35px;
    }

    .whBox {
        width: 100vw;
    }

    .whBox .ztwhlb_boxs {
        width: 100%;
        padding-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .whBox .boxArea1 {
        width: 48%;
        margin-bottom: 20px;
    }

    .whBox .boxArea1 .inner {
        margin: 0;
        border-radius: 6px;
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.03);
    }

    .titles_titels {
        height: 40px;
    }

    .titles_titels h1 {
        font-size: 15px;
        line-height: 40px;
    }

    .Artt1 li {
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .Artt1 li a {
        font-size: 14px;
        padding-left: 16px;
        font-weight: normal;
    }

    .nTab-bd2 .xxpt {
        padding-top: 0px !important;
    }

    .xxpt {
        width: 100%;
        padding-top: 10px;
    }

    .xxpt ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-left: 15px;
        padding-right: 15px;
    }

    .xxpt ul li {
        width: 31%;
        height: auto;
        float: none;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 15px;
        background: rgba(255, 255, 255, 1);
        border-radius: 6px;
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.03);

    }

    .xxpt ul li a span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        height: 42px;
    }

    .xxpt ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .xxpt ul li a img {
        height: 70px;
        width: auto;
    }

    .yqljArea {
        width: 100%;
    }

    .yqlj {
        width: 100%;
        padding: 0px 15px;
        box-sizing: border-box;
    }

    .yqlj ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
    }

    .yqlj ul li {
        width: 31%;
        height: auto;
        float: none;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        padding: 10px;
        box-sizing: border-box;
    }

    .yqlj ul li a img {
        width: 100%;
        height: auto;
    }

    .footer {
        width: 100vw;
    }

    .footer .bottom {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .footer .icode {
        position: relative;
        margin-top: 30px;
        width: 140px;
        height: auto;
        z-index: 99;
    }

    .bottom p {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.8);
    }

    .mainArea {
        background: none;
    }

    .mainArea .nysBox {
        width: 100%;
    }

    .nysBox .nTab-hd1 {
        display: flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .nysBox .nTab-hd1 dt {
        float: none;
        margin: 0;
        width: 48%;
        height: 45px;
        line-height: 45px;
        font-size: 17px;
        text-align: center;
        cursor: pointer;
    }

    .nTab-hd1 dt.active1 {
        border-bottom: none 0px;
        position: relative;
    }

    .nTab-hd1 dt.active1::after {
        position: absolute;
        display: block;
        content: "";
        background: #7490da;
        width: 5vw;
        height: 3px;
        border-radius: 3px;
        bottom: 0;
        left: 50%;
        margin-left: -2.5vw;
    }

    .nTab-hd1 dt a {
        font-size: 17px !important;
    }

    .nysBox .nTab-bd1 {
        clear: both;
        padding-top: 0px;
    }

    .nTab-bd1 .jjscon {
        width: 100vw;
        padding: 0px 15px 15px 15px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .jjscon p {
        font-size: 14px;
        line-height: 1.7;
    }

    .jjscon img {
        max-width: 100%;
        height: auto !important;
    }

    .cplist ul {
        display: flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .cplist ul li {
        width: 44vw;
        float: none;
        height: auto;
        margin-left: 0px;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .cplist ul li a img {
        width: 100%;
        height: 31vw;
    }

    .cplist ul li a p {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .imgs_titels {
        height: 20vw;
    }

    .imgs_titels img {
        width: 100%;
        height: 20vw;
    }

    .fzseArea {
        height: auto;
    }

    .fzseArea img {
        max-width: 100%;
        height: auto;
    }

    .nysBox .conUs {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .nysBox .conUs .conImg {
        width: 100%;
        height: auto;
        float: none;
    }

    .nysBox .conUs .conImg img {
        display: block;
        width: 100%;
        height: auto;
    }

    .nysBox .conUs .conInfo {
        width: 100%;
        height: auto;
        float: none;
        padding-left: 0px;
        padding: 15px;
        box-sizing: border-box;
    }

    .nysBox .conUs .conInfo h1,
    .nysBox .conUs .conInfo h2,
    .nysBox .conUs .conInfo h3,
    .nysBox .conUs .conInfo h4 {
        font-size: 16px;
        color: #333;
        line-height: 2;
        font-family: "Microsoft YaHei";
        margin: 0;
        /* padding: 0; */
    }


    .nysBox .nTab-hd2 {
        display: flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
        height: auto;
        margin-bottom: 15px;
    }

    .nysBox .nTab-hd2 dt {
        float: none;
        margin: 0;
        width: 48%;
        height: 45px;
        line-height: 45px;
        font-size: 17px;
        text-align: center;
        cursor: pointer;
    }

    .nTab-hd2 dt.active2 {
        border-bottom: none 0px;
        position: relative;
    }

    .nTab-hd2 dt.active2::after {
        position: absolute;
        display: block;
        content: "";
        background: #7490da;
        width: 5vw;
        height: 3px;
        border-radius: 3px;
        bottom: 0;
        left: 50%;
        margin-left: -2.5vw;
    }

    .nTab-hd2 dt a {
        font-size: 17px !important;
    }

    .nysBox .nTab-bd2 {
        clear: both;
    }

    .dtlist ul {
        padding-left: 15px;
        padding-right: 15px;
    }

    .dtlist ul li {
        padding: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #eee;
        width: 100%;
        box-sizing: border-box;
    }

    .dtlist ul li a img {
        width: 100%;
        height: auto;
        max-height: 60vw;
        margin-bottom: 15px;
        border-radius: 6px;
    }

    .dtinfo {
        width: 100%;
        height: auto;
        float: none;
        margin-left: 0px
    }

    .dtinfo h1 {
        font-size: 17px;
        line-height: 1.4;
    }

    .dtinfo p {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 10px;
        text-align: justify;
    }

    .dtinfo span {

        font-size: 14px;
        line-height: 1.4;
        margin-top: 15px;

    }

    .jjfanglist {
        overflow: hidden;
        padding-top: 0px;
        width: 100%;
    }

    .jjfanglist ul li {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .jjfanglist ul li a img {
        width: 100%;
        height: auto;
    }

    .bar2 {
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .bar2 h1 {
        font-size: 17px;
        font-weight: bold;
    }

    .bar2 span {
        display: none;
    }

    #contentArea {
        text-justify: inter-ideograph;
        text-align: justify;
        word-wrap: break-word;
        padding: 20px 0;
        min-height: 380px;
        font-size: 15px;
        line-height: 1.7;
    }

    #contentArea img {
        max-width: 100%;
        height: auto !important;
    }

    .showpage span,
    .showpage a {
        font-size: 14px !important;
    }

    .cpyclist {
        box-sizing: border-box;
        padding: 10px 15px;
        width: 100%;
    }

    .cpyclist ul li {
        padding: 0px 0;
        height: auto;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        width: 100%;
    }

    .cpyclist ul li h1 {
        font-size: 16px;
        line-height: 1.5;
        font-weight: bold;
    }

    .cpyclist ul li p {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.5;
        text-align: justify;
    }

    .cpyclist ul li span {
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.5;
    }

    .menu_right {
        width: 100%;
    }

    .ArticleArea {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contentTitle {
        font-size: 19px;
        line-height: 1.5;
        color: #333;
        margin: 20px 0px 20px 0px;
    }

    .contentMessage {
        border-bottom: 1px #eee solid;
        font-size: 14px;
        padding-bottom: 10px;
        margin: 0;

    }

    .jjfanglist ul li a span {
        font-size: 16px;
    }

    .contentLink {
        margin: 0;
    }

    .comBox .blank {
        height: 10px;

        /* display: none; */
    }

    .whBox .blank {
        display: none;
    }

    .xxptArea {
        padding: 15px 0;
    }


    /* 报告查询 */
    .reportAea {
        display: none;
    }

    .report .iframes {
        width: 100vw;
        height: 290px;
        margin-top: 0;
        margin-left: 0;
    }

}