<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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.36rem;
        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: #00964D;
        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;
    }


    .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;
    }
    .weilai_tujing{
        width: 100%;
        height: 100vh;
        position: relative;
        padding-bottom: 1.5rem;
    }
    .weilai_tujing img{
        width: 100%;
        height: 100%;
        object-fit: cover;

    }
    .weilai_tujing_txt{
        position: absolute;
        left: 0;
        right: 0;
        top: 1.45rem;
        font-size: 0.24rem;
        line-height: 0.35rem;

        width: 5.4rem;
        color: #FFFFFF;
        margin: auto;
    }



    .weilai_tujing_txt p:first-child {
        font-size: 0.36rem;
        line-height: 0.48rem;
        font-family: Literary-Black;
        margin-bottom: 0.28rem;
        text-align: center;
    }

    .weilai_tujing_txt p:nth-child(3) {
        width: 2rem;
        height: 0.48rem;
        background: #00964D ;
        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;

    }

    .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.32rem;
    }

    .news_detail_main &gt; p {
        margin-bottom: 0.5rem;
    }

    .news_detail_txt {
        width: 5.4rem;
    }




    .margin_bottom115 {
        margin-bottom: 1.15rem !important;
    }
    .news_detail_main_img img {
        width: 100%;
        height: auto;
        display: block;

    }
    .news_detail_main_img{

    }


}


@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: 22px;
        line-height: 34px;
        width: 1025px;
        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_betweenTxt_left, .section_page_betweenTxt_right, .section_page_betweenImg_left,
    .section_page_betweenImg_right {
        width: 50%;
        min-height: 810px;
    }

    .section_page_betweenTxt_left {
        padding: 148px 136px 160px;
        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: 20px;
        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: #00964D;
        border-radius: 24px 24px 24px 24px;
        margin-top: 60px;
        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: 182px 136px;

    }

    .section_page_betweenImg_txt {
        max-width: 448px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 20px;
        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: #00964D;
        border-radius: 24px 24px 24px 24px;
        margin-top: 60px;
        color: #ffffff;
        font-family: SourceHanSansCN-Medium;
        font-size: 18px;
        text-align: center;
        line-height: 48px;
        cursor: pointer;
    }

    .weilai_tujing{
        width: 100%;
        min-height: 810px;
        position: relative;
        margin-bottom: 200px;
    }
    .weilai_tujing img{
        width: 100%;
        height: 100%;
        min-height: 810px;
        object-fit: cover;

    }
    .weilai_tujing_txt{
        width: 50%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0 136px ;
        box-sizing: border-box;
        color: #FFFFFF;
    }



    .weilai_tujing_txt div {
        max-width: 520px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 20px;
        line-height: 29px;
    }

    .weilai_tujing_txt p:first-child {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 27px;
        font-family: Literary-Black;
    }

    .weilai_tujing_txt p:nth-child(3) {
        width: 160px;
        height: 48px;
        background: #FFFFFF;
        border-radius: 24px 24px 24px 24px;
        margin-top: 60px;
        color: #00964D;
        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;
    }


    .news_detail_main_img img {
        width: 100%;
        height: auto;
        display: block;
        margin: 60px 0 !important;
    }


}

</pre></body></html>