@media screen and (max-width: 1199px) {
    .index_pc_wrap {
        display: none;
    }

    .index_view_wrap {
        display: block;
    }

    .section_page1 {
        position: relative;
        width: 100%;
        height: 100vh;
    }

    .section_page1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section_page1_title {
        position: absolute;
        left: 0;
        right: 0;
        top: 2.36rem;
        font-size: 0.24rem;
        line-height: 0.35rem;
        text-align: center;
        color: #FFFFFF;
    }

    .section_page1_title p:first-child {
        font-size: 0.36rem;
        line-height: 0.48rem;
        margin-bottom: 0.3rem;
        font-family: Literary-Black;
    }

    .section_page_betweenTxt_left, .section_page_betweenImg_right {
        padding: 1.4rem 0 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.24rem;
        line-height: 0.35rem;
    }


    .section_page_betweenTxt_txt, .section_page_betweenImg_txt {
        width: 5.4rem;

    }

    .section_page_betweenTxt_txt p:first-child, .section_page_betweenImg_txt p:first-child {
        font-size: 0.36rem;
        line-height: 0.48rem;
        font-family: Literary-Black;
        margin-bottom: 0.28rem;
        text-align: center;
    }

    .section_page_betweenTxt_txt p:nth-child(3), .section_page_betweenImg_txt p:nth-child(3) {
        width: 2rem;
        height: 0.48rem;
        background: #FF5E24;
        border-radius: 0.24rem;
        margin: 0.55rem auto 0;
        color: #FFFFFF;
        font-family: SourceHanSansCN-Medium;
        font-size: 0.2rem;
        text-align: center;
        line-height: 0.48rem;
        cursor: pointer;
    }


    .section_page_betweenTxt_right, .section_page_betweenImg_left {
        height: 7.5rem;
        width: 100%;

    }

    .section_page_betweenTxt_right img, .section_page_betweenImg_left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section_page_betweenImg {
        padding-bottom: 1.5rem;
    }


    .page_banner {
        width: 100%;
        height: 2.98rem;
        position: relative;
    }

    .page_banner span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0.36rem;
        margin: auto;
        color: #ffffff;
        font-size: 0.36rem;
        line-height: 0.48rem;
        text-align: center;
        font-family: Literary-Black;

    }

    .page_banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .news_detail_mainWrap {
        padding: 0.65rem 0 1.5rem;
        text-align: justify;

    }

    .news_detail_main {
        display: flex;

        align-items: center;
        flex-direction: column;
        font-size: 0.2rem;
        line-height: 0.29rem;
    }

    .news_detail_main > p {
        margin-bottom: 0.5rem;
    }

    .news_detail_txt {
        width: 5.4rem;
    }


    .shuju_list {
        display: flex;
        flex-wrap: wrap;
        color: #FF5E24;
        font-size: 0.22rem;
        line-height: 0.26rem;
        margin-bottom: 1.09rem;
        margin-top: 0.6rem;
        text-align: left;
        justify-content: space-between;
    }

    .shuju_list p {
        width: 48%;
        margin-bottom: 0.6rem;
    }
    .shuju_list p:nth-child(2),.shuju_list p:nth-child(4) {
       width: 48%;
       /* width: 2.63rem; */
    }

    .shuju_list p > span {
        display: block;
    }

    .shuju_list p > span:nth-of-type(2) {
        font-size: 0.48rem;
        line-height: 0.64rem;
        font-family: SourceHanSansCN-Medium;
        margin-top: 0.16rem;

    }

    .shuju_list p > span:nth-of-type(2) span {
        font-size: 0.17rem;
        line-height: 0.2rem;
        font-family: SourceHanSansCN-Regular;
        display: block;
        margin-top: 0.05rem;
        text-align: left;
    }



    .margin_bottom18 {
        margin-bottom: 0.18rem !important;
    }

    .margin_top106 {
        margin-top: 1.06rem !important;
    }

    .news_detail_main_span span:first-child {
        font-size: 0.3rem;
        line-height: 0.4rem;
        font-family: Literary-Black;
        display: block;
        text-align: center;
        margin-bottom: 0.29rem;
    }

    .news_detail_main_imgs {
        display: block;
        width: 7.5rem;
        overflow-x: auto;
        margin-bottom: 0.35rem;
    }

    .news_detail_main_img img {
        width: auto;
        height: 6.2rem;
        display: block;
    }

    .news_detail_main_img {
        text-align: center;
    }

}


@media screen and (min-width: 1200px) {
    .index_pc_wrap {
        display: block;
    }

    .index_view_wrap {
        display: none;
    }
    .news_info_top {
        padding-top:35px;
        width: 1226px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 22px;
    }

    .news_info_list img {
        width: 15px;
        height: 15px;
        margin: 0 6px;
    }

    .news_info_list {
        display: flex;
        align-items: center;
    }

    .news_info_list:nth-child(2){
        cursor: pointer;
    }
    .section_page1 {
        position: relative;
        width: 100%;
        height: 810px;
    }

    .section_page1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section_page1_title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 70px;
        font-size: 20px;
        line-height: 28px;
        width: 972px;
        margin: auto;
        text-align: center;
        color: #FFFFFF;
    }

    .section_page1_title p:first-child {
        font-size: 46px;
        line-height: 60px;
        margin-bottom: 25px;
        font-family: Literary-Black;
    }

    .section_page_betweenTxt, .section_page_betweenImg {
        display: flex;
    }

    .section_page_betweenImg {
        margin-bottom: 200px;
    }

    .section_page_betweenTxt_left, .section_page_betweenTxt_right, .section_page_betweenImg_left,
    .section_page_betweenImg_right {
        width: 50%;
        min-height: 810px;
    }

    .section_page_betweenTxt_left {
        padding: 240px 136px 250px;
        display: flex;
        justify-content: flex-end;

    }

    .section_page_betweenTxt_txt {
        max-width: 448px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 18px;
        line-height: 29px;
    }

    .section_page_betweenTxt_txt p:first-child {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 27px;
        font-family: Literary-Black;
    }

    .section_page_betweenTxt_txt p:nth-child(3) {
        width: 160px;
        height: 48px;
        background: #FF5E24;
        border-radius: 24px 24px 24px 24px;
        margin-top: 50px;
        color: #ffffff;
        font-family: SourceHanSansCN-Medium;
        font-size: 18px;
        text-align: center;
        line-height: 48px;
        cursor: pointer;
    }


    .section_page_betweenTxt_right, .section_page_betweenImg_left {
        overflow: hidden;
    }

    .section_page_betweenTxt_right img, .section_page_betweenImg_left img {
        width: 100%;
        height: 100%;
        min-height: 810px;
        object-fit: cover;
        transition: All 1s ease-in-out;
    }

    .section_page_betweenTxt_right img:hover {
        transform: scale(1.05);
    }

    .section_page_betweenImg_left img:hover {
        transform: scale(1.05);
    }


    .section_page_betweenImg_right {
        padding: 235px 136px;

    }

    .section_page_betweenImg_txt {
        max-width: 448px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 18px;
        line-height: 29px;
    }

    .section_page_betweenImg_txt p:first-child {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 27px;
        font-family: Literary-Black;
    }

    .section_page_betweenImg_txt p:nth-child(3) {
        width: 160px;
        height: 48px;
        background: #FF5E24;
        border-radius: 24px 24px 24px 24px;
        margin-top: 50px;
        color: #ffffff;
        font-family: SourceHanSansCN-Medium;
        font-size: 18px;
        text-align: center;
        line-height: 48px;
        cursor: pointer;
    }

    .page_banner {
        width: 100%;
        height: 510px;
        position: relative;
    }

    .page_banner span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 55px;
        margin: auto;
        color: #ffffff;
        font-size: 46px;
        line-height: 70px;
        text-align: center;
        font-family: Literary-Black;

    }

    .page_banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news_detail_mainWrap {
        display: flex;
        justify-content: center;
        padding: 130px 0 200px;
        text-align: justify;
    }

    .news_detail_main {
        width: 1040px;
        font-size: 18px;
        line-height: 31px;
    }

    .news_detail_main > p {
        margin-bottom: 36px;
    }


    .shuju_list {
        display: flex;
        justify-content: space-between;
        color: #FF5E24;
        /* font-size: 20px; */
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 26px;
        text-align: left;
    }
    .shuju_list p{
        /* width: 25%; */
        width: 24%;
    }
    .shuju_list p > span {
        display: block;
    }

    .shuju_list p > span:nth-of-type(2) {
        font-size: 46px;
        line-height: 46px;
        font-family: SourceHanSansCN-Medium;
        margin-top: 18px;
    }

    .shuju_list p > span:nth-of-type(2) span {
        font-size: 12px;
        line-height: 14px;
        font-family: SourceHanSansCN-Regular;
        display: block;
        margin-top: 10px;
        text-align: left;
    }

    .news_detail_main_span {
        margin: 80px 0   49px!important;
    }

    .margin_bottom18 {
        margin-bottom: 18px !important;
    }

    .margin_top106 {
        margin-top: 106px !important;
    }

    .news_detail_main_span span:first-child {
        font-size: 30px;
        line-height: 42px;
        font-family: Literary-Black;
        display: block;
        text-align: center;
        margin-bottom: 32px;
    }

    .news_detail_main_img img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 34px;
    }

    .news_detail_main_img {
        text-align: center;
    }

}

