@media screen and (max-width: 1199px) {
    .index_pc_wrap {
        display: none;
    }

    .index_view_wrap {
        display: block;
    }

    .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: SourceHanSansCN-Medium;

    }

    .page_banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news_detail_mainWrap {
        padding: 0.7rem 0 1.5rem;

    }

    .news_detail_main {
        width: 6.6rem;
        margin: 0 auto;
    }

    .select_wrap {
        width: 1.6rem;
        height: 0.5rem;
        border-radius: 0.06rem;
        border: 1px solid #023594;
        position: relative;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        user-select: none; /* Standard syntax */
        margin-bottom: 0.5rem;
    }

    .select_value {
        width: 1.6rem;
        height: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #023594;
        font-family: SourceHanSansCN-Medium;
        font-size: 0.2rem;
        cursor: pointer;
    }

    .select_value img {
        margin-left: 0.08rem;
        width: 0.16rem;
    }

    .select_option {
        position: absolute;
        top: 0.6rem;
        width:  1.6rem;
        left: 0;
        height: 1.6rem;
        overflow-y: auto;
        background: rgba(2, 53, 148, 0.9);
        border-radius:0.06rem;
        font-size: 0.22rem;
        font-family: SourceHanSansCN-Regular;
        color: #FFFFFF;
        scrollbar-width: none; /* 隐藏滚动条（适用于较新版本的浏览器） */
        -ms-overflow-style: none; /* 隐藏IE/Edge浏览器中的滚动条 */

    }

    .unshow {
        display: none;
    }

    .select_option::-webkit-scrollbar {
        display: none;
    }

    .select_option li {
        height: 0.5rem;
        line-height:0.5rem;
        text-align: center;
        cursor: pointer;

    }

    .gonggao_list {
        border-top: 1px solid #B5B5B6;
    }
    .page_paginator_wrap{
        margin-top: 0.8rem;
    }
    .gonggao_list li {
        display: flex;
        justify-content: space-between;
        font-size: 0.2rem;
        padding: 0.2rem 0;
        border-bottom: 1px solid #B5B5B6;
        line-height: 0.38rem;

    }
    .gonggao_list li p:first-child{
        display: flex;
    }
    .gonggao_list li p:first-child span:first-child {
        color: #023594;
        margin-right: 0.3rem;
    }

    .gonggao_list li img {
        width: 0.36rem;
        height: 0.36rem;
        cursor: pointer;
        margin-left: 0.17rem;
    }

    .gonggao_list li p:nth-child(1) {
        flex: 1;
    }
    .gonggao_list li p:nth-child(1) span:nth-child(2){
        flex: 1;
    }
    .gonggao_list li p:nth-child(2) {
        display: flex;
        margin-left: 0.13rem;
    }

    .btn_tab {
        display: flex;
    }

    .btn_tab span {
        width:1.5rem;
        height: 0.5rem;
        border-radius: 0.06rem;
        border: 1px solid #023594;
        font-size: 0.2rem;
        font-family: SourceHanSansCN-Medium;
        color: #023594;
        text-align: center;
        line-height: 0.5rem;
        margin-right: 0.2rem;
        cursor: pointer;
    }

    .btn_tab span.tab {
        background: #023594;
        color: #FFFFFF;
    }

    .tubiao {
        display: none;
    }

    .tip {
        height: 0.56rem;
        background: #023594;
        text-align: center;
        line-height: 0.56rem;
        color: #FFFFFF;
        font-family: SourceHanSansCN-Medium;
        font-size:0.2rem;
        /*margin-top: 0.6rem;*/
        margin-bottom: 0.47rem;
    }

    .gujia_img  {
        width: 6.6rem;
        margin: 0 auto;

    }
    .gujia_img iframe table{
        width: 6.6rem!important;
    }

    .mySwiper1 {
        width: 6.6rem;
        position: relative;
        border-top: 0.02rem solid #C9CACA;
        height: 0.82rem;
        margin-top: 0.6rem;
        border-bottom: 0.02rem solid #C9CACA;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        user-select: none; /* Standard syntax */
    }

    .swiper_slide_wrap_view {
        width: 5.96rem;
        white-space: nowrap;
        overflow-x: hidden;
        position: absolute;
        top: -2px;
        height: 0.84rem;
    }

    .mySwiper1 .swiper_slide_view {
        display: inline-block;
        /*width: 1.23rem;*/
        position: relative;
        box-sizing: border-box;
        margin-right: 0.68rem;
    }

    .mySwiper1 .swiper_slide_view span {
        display: inline-block;
        padding: 0.25rem 0;
        font-size: 0.26rem;
        line-height: 0.32rem;
        font-family: SourceHanSansCN-Medium;
        border-top: 0.02rem solid transparent;
        cursor: pointer;


    }

    .swiper_slide_view.tab span {
        border-color: #023594;
        color:#023594; ;
    }

    .next_click_view:after {
        content: 'next';
        font-family: swiper-icons;
        font-size: 0.26rem;
        text-transform: none !important;

    }

    .prev_click_view:after {
        content: 'prev';
        font-family: swiper-icons;
        font-size: 0.26rem;
        text-transform: none !important;
    }

    .prev_click_view, .next_click_view {
        position: absolute;
        top: 0.23rem;
        right: 0;
        font-size:0.26rem;;

        cursor: pointer;
        z-index: 999;

    }

    .prev_click_view:hover, .next_click_view:hover {
        color: #023594;
    }

    .prev_click_view {
        right: 0.35rem;
    }

    .baogao_list_wrap {
        padding: 0.8rem 0;
        display: flex;
        justify-content: center;
    }



    .baogao_list{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .baogao_list div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0.8rem;

    }
    .baogao_list div:last-child{
        margin-bottom: 0;
    }

    .baogao_list div > img {
        width: 2.5rem;
        height: 3.4rem;
        object-fit: cover;

    }

    .baogao_list div p {
        margin-top: 0.35rem;
        font-size: 0.18rem;
        text-align: center;
        line-height: 0.24rem;
    }

    .baogao_list div p img {
        display: block;
        margin: 0.17rem auto 0;
        cursor: pointer;
        width: 0.36rem;
        height: 0.36rem;
    }

    .touzi_info {
        border-top:1px solid #C9CACA;
        padding-top:0.45rem;
    }
    .contact_list{
        width:6.6rem;
        height: 6.6rem;
        position: relative;
    }
    .contact_list_top{
        width: 6.6rem;
        position: relative;
    }
    .contact_list_top>img{
        width:6.6rem;
        height: 6.6rem;
    }
    .contact_list_top p{
        position: absolute;
        left:0.5rem;
        right: 0.5rem;
        bottom: 0.34rem;
        font-size: 0.36rem;
        line-height: 0.48rem;
        font-family: SourceHanSansCN-Regular;
        text-align: center;
        color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .contact_list_top p img{
        width:0.39rem;
        height:0.39rem;
    }
    .contact_list_bot{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background: rgba(255,255,255,0.85);
        display: none;
        flex-direction: column;
        justify-content: center;

    }
    .contact_list_close{
        width:0.39rem;
        height:0.39rem;
        position: absolute;
        right: 0.45rem;
        bottom: 0.37rem;
    }
    .contact_list_txt{
        box-sizing: border-box;
        width: 100%;


    }
    .contact_list_txt div{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.18rem;
        line-height:0.24rem;
        font-family: SourceHanSansCN-Normal;
    }
    .contact_list_txt p:first-child{
        color: #A72126;
        font-size: 0.24rem;
        line-height: 0.32rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0.12rem;
    }

}

@media screen and (min-width: 1200px) {
    .index_pc_wrap {
        display: block;
    }

    .index_view_wrap {
        display: none;
    }

    .page_banner {
        width: 100%;
        height: 510px;
        position: relative;
    }

    .page_banner span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 60px;
        margin: auto;
        color: #ffffff;
        font-size: 40px;
        line-height: 70px;
        text-align: center;
        font-family: SourceHanSansCN-Medium;

    }

    .page_banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news_detail_mainWrap {
        padding: 120px 0 195px;

    }

    .news_detail_main {
        width: 70%;
        margin: 0 auto;
    }

    .select_wrap {
        width: 200px;
        height: 50px;
        border-radius: 6px 6px 6px 6px;
        border: 1px solid #023594;
        position: relative;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        user-select: none; /* Standard syntax */
        margin-bottom: 50px;
    }

    .select_value {
        width: 200px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #023594;
        font-family: SourceHanSansCN-Medium;
        font-size: 20px;
        cursor: pointer;
    }

    .select_value img {
        margin-left: 5px;
    }

    .select_option {
        position: absolute;
        top: 56px;
        width: 200px;
        left: 0;
        height: 200px;
        overflow-y: auto;
        background: rgba(2, 53, 148, 0.9);
        border-radius: 6px 6px 6px 6px;
        font-size: 20px;
        font-family: SourceHanSansCN-Regular;
        color: #FFFFFF;
        scrollbar-width: none; /* 隐藏滚动条（适用于较新版本的浏览器） */
        -ms-overflow-style: none; /* 隐藏IE/Edge浏览器中的滚动条 */

    }

    .unshow {
        display: none;
    }

    .select_option::-webkit-scrollbar {
        display: none;
    }

    .select_option li {
        height: 50px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;

    }

    .gonggao_list {
        border-top: 1px solid #B5B5B6;

    }
    .page_paginator_wrap{
        margin-top: 200px;
    }

    .gonggao_list li {
        display: flex;
        justify-content: space-between;
        font-size: 20px;
        height: 60px;
        border-bottom: 1px solid #B5B5B6;
        align-items: center;

    }

    .gonggao_list li p:first-child span:first-child {
        color: #023594;
        margin-right: 43px;
    }

    .gonggao_list li img {
        width: 24px;
        height: 24px;
        cursor: pointer;
        margin-left: 20px;
    }


    .gonggao_list li p:nth-child(2) {
        display: flex;
        align-items: center;
    }

    .btn_tab {
        display: flex;
    }

    .btn_tab span {
        width: 150px;
        height: 50px;
        border-radius: 6px 6px 6px 6px;
        border: 1px solid #023594;
        font-size: 20px;
        font-family: SourceHanSansCN-Medium;
        color: #023594;
        text-align: center;
        line-height: 50px;
        margin-right: 20px;
        cursor: pointer;
    }

    .btn_tab span.tab {
        background: #023594;
        color: #FFFFFF;
    }

    .tubiao {
        display: none;
    }

    .tip {
        height: 56px;
        background: #023594;
        text-align: center;
        line-height: 56px;
        color: #FFFFFF;
        font-family: SourceHanSansCN-Medium;
        font-size: 20px;
        /*margin-top: 90px;*/
        margin-bottom: 30px;
    }

    .gujia_img  {
        width: 482px;
        margin: 0 auto;

    }

    .mySwiper1 {
        width: 1220px;
        position: relative;
        border-top: 2px solid #C9CACA;
        height: 80px;
        margin-top: 50px;
        border-bottom: 2px solid #C9CACA;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        user-select: none; /* Standard syntax */
        margin-bottom: 50px;
    }

    .swiper_slide_wrap {
        width: 1166px;
        white-space: nowrap;
        overflow-x: hidden;
        position: absolute;
        top: -2px;
        height: 80px;
    }

    .mySwiper1 .swiper_slide {
        display: inline-block;
        width: 106px;
        position: relative;
        box-sizing: border-box;
    }

    .mySwiper1 .swiper_slide span {
        display: inline-block;
        padding-top: 43px;
        padding-bottom: 15px;
        font-size: 20px;
        line-height: 20px;
        font-family: SourceHanSansCN-Medium;
        border-bottom: 2px solid transparent;
        cursor: pointer;


    }

    .swiper_slide.tab span {
        border-color: #FF2300;;
    }

    .next_click:after {
        content: 'next';
        font-family: swiper-icons;
        font-size: 16px;
        text-transform: none !important;

    }

    .prev_click:after {
        content: 'prev';
        font-family: swiper-icons;
        font-size: 16px;
        text-transform: none !important;
    }

    .prev_click, .next_click {
        position: absolute;
        bottom: 12px;
        right: 5px;
        font-size: 16px;
        width: 10px;
        cursor: pointer;
        z-index: 999;

    }

    .prev_click:hover, .next_click:hover {
        color: #FF2300;
    }

    .prev_click {
        right: 32px;
    }

    .baogao_list_wrap {
        padding: 110px 0;
        display: flex;
        justify-content: center;
    }



    .baogao_list{
        display: flex;
        justify-content: center;
    }
    .baogao_list div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 15px;

    }

    .baogao_list div > img {
        width: 300px;
        height: 408px;
        object-fit: cover;

    }

    .baogao_list div p {
        margin-top: 36px;
        font-size: 18px;
        font-family: SourceHanSansCN-Medium;
        text-align: center;
        line-height: 25px;
    }

    .baogao_list div p img {
        display: block;
        margin: 16px auto 0;
        cursor: pointer;
        width: 32px;
        height: 32px;
    }

    .touzi_info {
        border-top: 2px solid #C8C9C9;
        padding-top: 120px;
    }

    .touzi_info div {
        margin: 0 auto;
        width: 1040px;
        height: 500px;
        position: relative;
    }

    .touzi_info p:first-child{
        width: 1040px;
        position: relative;
    }
    .touzi_info p:first-child img{
        width: 1040px;
        height: 500px;
    }
    .touzi_info p:first-child span{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 18px;
        font-size: 30px;
        line-height: 50px;
        font-family: SourceHanSansCN-Medium;
        text-align: center;
        color: #ffffff;
    }


    .touzi_info  p:nth-child(2) {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 310px;
        background: rgba(255, 255, 255, 0.85);
        font-size: 18px;
        line-height: 25px;
        display: none;
    }



    .touzi_info div p:nth-child(2)>span {
        display: block;
        text-align: center;
        margin-bottom: 6px;
    }


    .touzi_info div p:nth-child(2)>span:first-child {
        margin-top: 122px;
        font-size: 26px;
        margin-bottom: 28px;
    }
    .touzi_info div p span span{
        display: inline-block;
        margin:  0 15px ;
    }



}

