@media screen and (max-width: 1199px) {
    .index_pc_wrap {
        display: none;
    }

    .index_view_wrap {
        display: block;
    }


    .section_page2 {
        width: 100%;
        height:10.16rem;
        position: relative;

    }

    .section_page2>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section_page2_txt {
        position: absolute;
        left: 0;
        right: 0;
        top: 1.03rem;
        margin: auto;
        font-size: 0.24rem;
        line-height: 0.38rem;
        width: 5.4rem;

    }


    .section_page2_txt p:first-child {
        font-size: 0.36rem;
        line-height: 0.48rem;
        margin-bottom: 0.3rem;
        text-align: center;
    }

    .section_page2_txt_bot {
        position: relative;
        z-index: 1;
        background: #FFFFFF;
        font-size: 0.24rem;
        line-height: 0.29rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0.57rem 0.75rem 0.08rem;

    }

    .section_page2_txt_bot p {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;

    }



    .section_page2_txt_bot p span  {
        display: block;

    }

    .section_page2_txt_bot p span:nth-of-type(2) {
        text-align: center;

    }
    .section_page2_txt_bot p span:nth-of-type(3) {
        text-align: center;
        font-size: 0.19rem;
        line-height: 0.29rem;

    }
    .section_page2_txt_bot p:nth-child(1), .section_page2_txt_bot p:nth-child(2){
        margin-bottom: 0.08rem;
    }
    .section_page2_txt_bot p span b{
        font-size: 0.6rem;
        font-weight: normal;
        font-family: SourceHanSansCN-Medium;
        line-height: 0.8rem;
        color: #00473A;
        margin-right: 0.21rem;

    }


    .section_page3_left {
        padding: 1.4rem 0 1.2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.24rem;
        line-height: 0.38rem;
    }

    .section_page3_txt {
        width: 5.4rem;
    }

    .section_page3_txt p:first-child {
        font-size: 0.36rem;
        line-height: 0.48em;
        font-family: SourceHanSansCN-Medium;
        margin-bottom: 0.32rem;
        text-align: center;
    }

    .section_page3_txt p:nth-child(3) {
        width: 2rem;
        height: 0.48rem;
        background: #00473A;
        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_page3_right,
    .section_page4_right {
        width: 100%;
        height: 7.5rem;
    }

    .section_page3_right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section_page4 .section_page4_right {
        background: #E6EDEB;
        width: 100%;
        height: 7.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section_page4 .section_page4_right img {
        width: 5.43rem;
    }

    .section_page5_main {
        width: 5.4rem;
    }

    .section_page5 {
        padding: 1.45rem 0 1.5rem;
        display: flex;
        justify-content: center;
    }

    .section_page5_main>p {
        font-size: 0.36rem;
        line-height: 0.48rem;
        text-align: center;
        margin-bottom: 0.35rem;
    }

    .section_page5_list li {
        width: 5.4rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.2rem 0 0.17rem;
        font-size: 0.2rem;
        line-height: 0.27rem;
        border-bottom: 1px solid #C9CACA;
    }

    .section_page5_list li span:nth-child(2) {
        width: 0.3rem;
        height: 0.3rem;
        cursor: pointer;
    }

    .section_page5_list li span a {
        width: 0.3rem;
        height: 0.3rem;
        display: flex;
        align-items: center;
    }

    .section_page5_list li span  img {
        width: 0.3rem;
        height: 0.3rem;

    }

    .section_page5_list li .about_icon2 {
        display: none;
    }

    .section_page5_list li span:nth-child(2):hover .about_icon1 {
        display: none;
    }

    .section_page5_list li span:nth-child(2):hover .about_icon2 {
        display: block;
    }
    .page_banner_news_bot {
        position: relative;
        z-index: 1;
        height: 60vh;
    }

    .page_banner_news_bot img {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page_banner_news_txt {
        font-size: 20px;
        line-height: 30px;
        text-align: justify;
        padding: 50px 0;

    }

    .page_banner_news_txt p:first-child {
        font-size: 90px;
        line-height: 160px;
        font-family: SourceHanSansCN-Bold;
        margin-bottom: 41px;
        text-align: center;

    }
    .page_banner_news_txt,
    .section_page2,
    .section_page3,
    .section_page4,
    .section_page5,
    .footerWrap_pc {
        background: #FFFFFF;
        position: relative;
        z-index: 1;
    }
    .footers{
        position: relative;
        z-index: 1;
        background-color: #fff;
    }
}


@media screen and (min-width: 1200px) {
    .index_pc_wrap {
        display: block;
        position: relative;
        z-index: 0;
    }

    .index_view_wrap {
        display: none;
    }

    .page_banner_news_bot {
        position: relative;
        z-index: 1;
        height: 60vh;
    }

    .page_banner_news_bot img {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page_banner_news_txt {
        font-size: 20px;
        line-height: 34px;
        text-align: center;
        padding: 50px 154px;

    }

    .page_banner_news_txt p:first-child {
        font-size: 90px;
        line-height: 160px;
        font-family: SourceHanSansCN-Bold;
        /* margin-bottom: 41px; */
    }

    .section_page2 {
        width: 100%;
        height: 810px;
        position: relative;


    }

    .page_banner_news_txt,
    .section_page2,
    .section_page3,
    .section_page4,
    .section_page5,
    .footerWrap_pc {
        background: #FFFFFF;
        position: relative;
        z-index: 1;
    }

    .section_page2>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section_page2_txt {
        width: 1168px;
        position: absolute;
        left: 0;
        right: 0;
        top: 153px;
        margin: auto;
        font-size: 20px;
        line-height: 34px;
    }

    .section_page2_txt p:first-child {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 27px;
    }

    .section_page2_txt p:nth-child(2) {
        width: 448px;
        margin-bottom: 54px;
    }

    .section_page2_txt p:nth-child(3), .section_page2_txt p:nth-child(5) {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .section_page2_txt p:nth-child(3) span, .section_page2_txt p:nth-child(5) span {
        display: block;
        margin-bottom: 4px;
    }

    .section_page2_txt p:nth-child(3) span b, .section_page2_txt p:nth-child(5) span b {
        font-size: 32px;
        font-weight: normal;
        font-family: SourceHanSansCN-Medium;
        line-height: 43px;
        margin-right: 12px;

    }

    .section_page2_txt p:nth-child(4), .section_page2_txt p:nth-child(6) {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .section_page2_txt p:nth-child(4) span, .section_page2_txt p:nth-child(6) span {
        display: block;
        margin-bottom: 4px;
    }

    .section_page2_txt p:nth-child(4) span b, .section_page2_txt p:nth-child(6) span b {
        font-size: 32px;
        font-weight: normal;
        font-family: SourceHanSansCN-Medium;
        line-height: 43px;
        margin-right: 12px;

    }

    .section_page3 {
        display: flex;
    }

    .section_page3_left,
    .section_page3_right {
        width: 50%;
        min-height: 810px;
    }

    .section_page3_right {
        padding: 240px 136px 251px;

    }

    .section_page3_txt {
        max-width: 448px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 20px;
        line-height: 34px;
    }

    .section_page3_txt p:first-child {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 27px;
    }

    .section_page3_txt p:nth-child(3) {
        width: 160px;
        height: 48px;
        background: #00473A;
        border-radius: 24px 24px 24px 24px;
        margin-top: 50px;
        color: #ffffff;
        font-family: SourceHanSansCN-Medium;
        font-size: 20px;
        text-align: center;
        line-height: 48px;
        cursor: pointer;
    }


    .section_page3_left {
        overflow: hidden;
    }

    .section_page3_left img {
        width: 100%;
        height: 100%;
        min-height: 810px;
        object-fit: cover;
        transition: All 1s ease-in-out;
    }

    .section_page3_left img:hover {
        transform: scale(1.05);
    }


    .section_page4 {
        display: flex;
    }

    .section_page4_left,
    .section_page4_right {
        width: 50%;
        min-height: 810px;
    }

    .section_page4_right {
        overflow: hidden;
    }

    .section_page4_right img {
        width: 100%;
        height: 100%;
        min-height: 810px;
        object-fit: cover;
        transition: All 1s ease-in-out;
    }

    .section_page4_right img:hover {
        transform: scale(1.05);
    }

    .section_page4_left img {
        width: 100%;
        height: auto;
        max-width: 543px;
    }

    .section_page4_left {
        padding: 133px 75px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background: #E6EDEB;
    }

    .section_page5_main {
        width: 1168px;
    }

    .section_page5 {

        padding: 130px 0 200px;
        display: flex;
        justify-content: center;
    }

    .section_page5_main>p {
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 55px;
    }

    .section_page5_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .section_page5_list li {
        width: 514px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24px 0 12px;
        font-size: 24px;
        line-height: 34px;
        border-bottom: 1px solid #B5B5B6;
    }

    .section_page5_list li span:nth-child(2) {
        width: 24px;
        height: 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .section_page5_list li span a {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
    }

    .section_page5_list li .about_icon2 {
        display: none;
    }

    .section_page5_list li span:nth-child(2):hover .about_icon1 {
        display: none;
    }

    .section_page5_list li span:nth-child(2):hover .about_icon2 {
        display: block;
    }
}