<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

/* @media (max-width: 768px)  */
@media (max-width: 1000px) {

    #ups-banner {
        display: none;
    }

    .wap_bann {
        display: block;
        width: 100vw;
        overflow: hidden;
    }

    .wap_header {
        display: block;
        width: 100vw;
        overflow: hidden;
    }

    .pc_header {
        display: none;
    }

    .wap_footer {
        display: block;
    }

    .pc_footer {
        display: none;
    }

    .pc_main_content {
        display: none;
    }

    .wap_main_content {
        display: block;
    }

    .pc_bann {
        display: none;
    }

    .fy_wap_bann {
        display: block;
    }


    /* æ‰‹æœºç«¯å¤´éƒ¨å¼€å§‹ */
    .wap_header {
        width: 100%;
        height: auto;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #fff;
        z-index: 99999;
        /* position: relative; */
    }

    .wap_header .wap_head {
        width: 100%;
        height: 50px;
        padding: 7px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .wap_header .wap_head .wap_logo {
        display: flex;
        align-items: center;
        flex: 1;
        line-height: 50px;
    }

    .wap_header .wap_head .wap_logo img {
        width: 155px;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    .wap_header .wap_head .wap_menu {
        width: 80px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 30px;
        box-sizing: border-box;
        position: relative;
        z-index: 9999;
    }


    .wap_header .wap_head .wap_menu img {
        width: 25px;
        height: 25px;
    }

    .wap_header .wap_head_list {
        display: flex;
        flex-direction: column;
        width: 130px;
        height: 100vh;
        background-color: rgba(7, 76, 102, .9);
        z-index: 999;
        position: fixed;
        top: 0px;
        right: -130px;
        transition: all .3s ease-in-out;
        padding-top: 90px;
    }

    .wap_header .wap_head_list li {
        padding-left: 10px;
        font-size: 14px;
        line-height: 1.5;
        height: auto;
        text-align: left;
        margin: 0px;
    }

    .wap_header .wap_head_list li a {
        color: #fff;
    }

    .head_list_li {
        clear: both;
    }

    .head_list_2 {
        /* background-color: rgba(7, 76, 102, .9); */
        display: block;
        height: auto;

    }


    .hover_a_default,
    .head_list_2 li a {
        color: #008fd0;
        width: 100%;
        height: 45px;
        line-height: 45px;
        display: inline-block;
        font-weight: 600;
        letter-spacing: 0px;
    }


    .wap_header .wap_head_list.wap_search {
        /* position: relative; */
        right: 0px;
    }

    .wap_header .wap_head_list.wap_search::after {
        content: '';
        height: 64px;
        width: 130px;
        background-color: #fff;
        left: 0px;
        top: 0px;
        position: absolute;
    }

    /* æ‰‹æœºç«¯å¤´éƒ¨ç»“æŸ */

    /* bannå¼€å§‹ */
    .wap_bann {
        width: 100%;
        /* height: 360px; */
        /* overflow: hidden; */
        position: relative;
    }

    .wap_bann .swiper-slide {
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .wap_bann .swiper-slide a {
        display: block;
        width: 100%;
        height: auto;
    }

    .wap_bann .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .wap_bann .swiper-pagination {
        /* position: absolute;
        z-index: 9999999;
        bottom: 20px;
        left: 50%; */
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        display: none;
    }

    .swiper-button-next:after,
    /* .swiper-container-rtl .swiper-button-prev:after {
        color: #fff;
    }

    .swiper-button-prev:after,
    .swiper-container-rtl .swiper-button-prev:after {
        color: #fff;
    } */
    .my-bullet-active {
        background: #008fd0;
        opacity: 1;
    }

    /* bannç»“æŸ */


    /* å‰¯å¯¼èˆªå¼€å§‹ */
    .index_dh {
        width: 90%;
        margin: 0 auto;
        /* background-color: #fff; */
        height: auto;
        min-height: 80px;
        margin-top: 30px;
    }

    .index_dh .index_dh_ul {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-around;
        line-height: 30px;
    }

    .index_dh .index_dh_ul .index_dh_li {

        padding: 2px 1rem;
        background-color: #ebf7fe;
    }

    .index_dh .index_dh_ul .index_dh_li a {
        font-size: 16px;
        color: #008fd0;
        font-weight: bold;
    }

    /* å‰¯å¯¼èˆªç»“æŸ*/


    /* é¦–é¡µä¸»ä½“å†…å®¹å¼€å§‹ */
    .index_main {
        width: 95%;
        margin: 0 auto;
        padding: 0;
        clear: both;
    }

    .index_main .prdeuct_bt {
        color: #008fd0;
        font-size: 22px;
    }

    .index_product_table {
        margin-top: 15px;
        width: 100%;
    }

    /* .index_product_table.pull-left {
        clear: both !important;
    } */

    .index_product_table .prdeuct_table {
        border-collapse: collapse;
    }

    .index_product_table .prdeuct_table td {
        border: 1px solid #e1e1e1 !important;
    }

    .index_product_table .prdeuct_table .table_header {
        font-size: .6rem;
        height: 2rem;
        line-height: 2rem;
        background-color: #e1e1e1;
        padding: 5px 15px;
        border: 1px solid #e1e1e1 !important;
    }

    .index_product_table .prdeuct_table .table_header .item1 {
        width: 100px !important;
    }

    .index_product_table .prdeuct_table .table_con&gt;td {
        padding: 0px 10px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }

    .table_hover {
        background-color: #f4fcff;
    }

    .index_product_table .prdeuct_table .tag {
        width: 25px;
        height: 25px;

        border-radius: 15px;
        display: inline-block;
        background-color: #006a55;
        text-align: center;
        line-height: 25px;
        color: #FFF;
        margin: 0px 1px;
    }

    .index_product_table .prdeuct_table .tag_1,
    .yyll_left_item .tag_1 {
        background-color: #c03f19;
    }

    .index_product_table .prdeuct_table .tag_2,
    .yyll_left_item .tag_2 {
        background-color: #3e46eb;
    }

    .index_product_table .prdeuct_table .tag_3,
    .yyll_left_item .tag_3 {
        background-color: #132366;
    }

    .index_product_table .prdeuct_table .tag_4,
    .yyll_left_item .tag_4 {
        background-color: #9225dc;
    }

    .index_product_table .prdeuct_table .tag_5,
    .yyll_left_item .tag_5 {
        background-color: #eba359;
    }

    .index_product_table .prdeuct_table .tag_6,
    .yyll_left_item .tag_6 {
        background-color: #64b561;
    }

    .index_product_table .prdeuct_table .tag_7,
    .yyll_left_item .tag_7 {
        background-color: #de649e;
    }

    .index_product_table .prdeuct_table .tag_8,
    .yyll_left_item .tag_8 {
        background-color: #58b7eb;
    }

    .index_yyly_con {
        height: auto;
        overflow: hidden;
    }

    .yyll_left_item {
        width: 45%;
        margin: 15px 15px 0px 0px;
        height: 100px;
        line-height: 14px;
        float: left;
        font-size: 13px;
        background-color: #ebebeb;
        border-radius: 8px;
        overflow: hidden;
        padding: 8px 5px;
        box-sizing: border-box;
        line-height: 22px;
    }

    .yyll_left_item span {
        display: block;
        width: 35px;
        height: 100px;
        margin-top: -8px;
        margin-left: -5px;
        font-size: 26px;
        background: #fff;
        color: #fff;
        text-align: center;
        line-height: 100px;
        margin-right: 10px;
        float: left;
    }

    .index_product_table .prdeuct_table .cp-name {
        color: #008fd0;
    }

    .index_product_table .prdeuct_table .cp-cs {
        color: #666;
    }

    .product_yy {
        width: 100%;
        margin-top: 5px;
        height: auto;
        overflow: hidden;
    }

    .index_yy_des {
        line-height: 1.8;
        font-size: 14px;
        color: #666;
    }



    .product_yy {

        width: 100%;
        margin-top: 20px;
        height: auto;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .yyll_item {
        position: relative;
    }

    .yyll_item .item_img {
        overflow: hidden;
    }

    .yyll_item .item_img img {
        display: block;
        transform: scale(1);
        width: 100%;
        height: 100%;
        transition: all .3s ease-in-out;
    }

    .yyll_item:hover .item_img img {
        display: block;
        transform: scale(1.1);
    }

    .yyll_item .yyll_item_font {
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 120px;
        width: 100%;
        background: linear-gradient(0deg, rgba(7, 8, 12, 0.58) 0%, rgba(255, 255, 255, 0) 100%);
        color: #fff;
        display: flex;
        align-items: flex-end;
    }

    .yyll_item .yyll_item_font div {
        padding-left: 10px;
        padding-right: 5px;
        padding-bottom: 10px;
    }

    .index_yyly_bt {
        font-size: 18px;
        font-weight: bold;
        color: #008fd0;
        line-height: 45px;
        margin-top: 15px;
        border-bottom: 2px solid #008fd0;
        width: 90%;
        position: relative;
    }

    .index_yyly_bt::before {
        position: absolute;
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #008fd0;
        bottom: 0;
        right: 50px;
    }

    .index_yyly_bt::after {
        position: absolute;
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        bottom: -2px;
        right: 50px;
    }

    .index_yylydes_bt {
        font-size: 18px;
        font-weight: bold;
        color: #008fd0;
        line-height: 45px;
        margin-top: 5px;
    }

    .index_product_table_bt {
        font-size: 18px;
        font-weight: bold;
        color: #008fd0;
        line-height: 45px;
        margin-top: 25px;
        border-bottom: 2px solid #008fd0;
        width: 90%;
        position: relative;
    }

    .index_product_table_bt::before {
        position: absolute;
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #008fd0;
        bottom: 0;
        right: 50px;
    }

    .index_product_table_bt::after {
        position: absolute;
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        bottom: -2px;
        right: 50px;
    }

    /* é¦–é¡µä¸»ä½“å†…å®¹ç»“æŸ */

    /* æ‰‹æœºç«¯å°¾éƒ¨å¼€å§‹ */
    .wap_footer_box {
        width: 100%;
        height: 620px;
        overflow: hidden;
        background: #f8fbff;
        padding: 0px 5%;
        box-sizing: border-box;
        padding-top: 50px;
        margin-top: 30px;
    }

    .wap_footer_box .logo_box {
        display: block;
        /* width: 100%; */
        width: auto;
        height: 50px;
    }

    .wap_footer_box .logo_box img {
        height: 100%;
    }

    .wap_footer_box .contact_us {
        margin-top: 50px;
        line-height: 1.8;
    }

    .wap_footer_box .contact_us .contact_us_tit {
        font-size: 16px;
        font-weight: bold;
        color: #343434;
        margin-bottom: 5px;
    }

    .wap_footer_box .contact_us .contact_us_li {
        font-size: 14px;
        color: #666;
    }

    .wap_footer_box .contact_us span {
        color: #343434;
    }

    .wap_footer_box .erweima_bokx {
        margin-top: 50px;
        text-align: center;
    }

    .wap_footer_box .erweima_bokx img {}

    /* æ‰‹æœºç«¯å°¾éƒ¨ç»“æŸ */


    /* åº”ç”¨é¢†åŸŸé¡µé¢å¼€å§‹ */
    .dqwz {
        font-size: 14px;
        margin: 15px 5%;
    }

    .dqwz {
        /* margin: 15px 10%; */
        text-align: left;
        display: none;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        color: #777
    }



    .wap_main_content {
        width: 90%;
        margin: 15px auto;
        height: auto;
        overflow: hidden;
    }

    .wap_main_content .yyly_read_menu {
        width: 100%;
        margin: 0 auto;
    }

    .wap_main_content .yyly_read_menu .panel-body {
        width: 100%;

    }

    .wap_main_content .yyly_read_menu .panel-body .list-group-item a {
        font-size: .8rem;
    }

    .wap_main_content .yyly_read_menu .panel-body .page_navigation {
        width: 100%;
        height: auto;
    }

    .wap_main_content .yyly_read_menu .panel-body .page_navigation li {
        width: 100%;
    }

    .wap_main_content .yyly_content {
        width: 90%;
        margin: 20px auto;
    }

    .content img,
    .yyly_content img {
        max-width: 100%;
    }

    .yyly_content p {
        line-height: 1.8
    }


    .page_navigation li::after {
        display: none;
    }

    /* åº”ç”¨é¢†åŸŸé¡µé¢ç»“æŸ */


    /* äº§å“ä¸Žåº”ç”¨è¯¦æƒ…é¡µå¼€å§‹ */
    .cpyy .main_content {
        margin: 0 3%;
        height: auto;
        overflow: hidden;
        padding: 0;
    }

    .main_content a {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
    }

    dl.news_list_item {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 30px 0px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 150px;
    }

    dl.news_list_item dt.item_img {


        background-color: #f4faff;
        clear: both;
        overflow: visible;
        width: 100px;
        height: 100px;
        /* white-space: nowrap;
        text-overflow: ellipsis; */
    }

    dl.news_list_item dt.item_img&gt;img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }


    dl.news_list_item dd.item_body {

        height: 100px;
        flex: 1;
        margin-left: 0;
        padding: 0;

    }

    dl.news_list_item dd.item_body .item_main {
        clear: left;
        width: 100%;
        flex: 1;
    }

    dl.news_list_item dd.item_body .item_main .title {
        font-size: 18px;
        color: #666;
        text-align: left;
        margin: 10px 0px 0px;
        font-weight: bold;
        transition: all .6s ease;
        transform: translateX(0px);
        margin-left: 0.5rem;

    }

    dl.news_list_item dd.item_body .item_main .title a {
        display: block;
        color: #222;
        line-height: 1.8;
        transition: all .6s ease;
    }

    dl.news_list_item dd.item_body .item_main .desc {
        display: none;
        /* font-size: 14px;
        color: #999;
        line-height: 1.8;
        transition: all .6s ease;
        transform: translateX(0px); */
    }

    dl.news_list_item dd.item_body .item_date {
        clear: both !important;
        float: none;
        width: 100%;
        text-align: left;
        color: #ccc;
        line-height: 1.8;
        /* color: #bfd1e1; */
        margin: 0;
        padding: 0;
        margin-top: 1rem;
        padding-right: 0rem;
        margin-left: 0.7rem;
    }

    /* dl.news_list_item dd.item_body .item_date {
        display: none;
    } */

    dl.news_list_item dd.item_body .item_date&gt;.monty {
        display: inline-block;
        height: 18px;
        line-height: 18px;
        font-size: 14px;
        font-weight: initial;
        transition: all .6s ease;

    }

    dl.news_list_item dd.item_body .item_date&gt;.year {
        display: inline-block;
        height: 18px;
        line-height: 18px;
        font-size: 14px;
        font-weight: initial;
        transition: all .6s ease;

    }


    .py_page_botton {

        /* width: 80%; */
        margin: 0 10%;
    }

    .py_page_botton {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .piaoye_page_botton {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .py_page_botton {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .pagination {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .btn-group {
        display: inline-block;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-default {
        margin: 0 10px;
        height: 30px;
        width: 50px;
        border: #008fd0 solid 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #008fd0;
        color: #fff;
        font-size: 14px;
    }

    #page_center_botton&gt;span {
        width: 30px;
        height: 30px;
        background-color: rgba(0, 0, 0, 0);
        color: #333;
        font-size: 14px;
    }

    /* äº§å“ä¸Žåº”ç”¨è¯¦æƒ…é¡µç»“æŸ */




    /* æœ€æ–°èµ„è®¯è¯¦æƒ…é¡µå¼€å§‹ */
    .news_list {
        display: none;
    }

    .content .content_main {
        width: 92%;
        margin: 0 auto;
        overflow: hidden;
    }

    .read_title {
        font-size: 24px;
        margin-bottom: 1rem;
    }

    .read_ner_des {
        padding-bottom: 1rem;
        border-bottom: 1px solid #ececec;
        color: #999 !important;
    }

    /* æœ€æ–°èµ„è®¯è¯¦æƒ…é¡µç»“æŸ */



    /* äº§å“ä¸Žåº”ç”¨è¯¦æƒ…é¡µå¼€å§‹ */
    .cpyy_xqy .content {
        width: 100%;
    }

    .cpyy_xqy .content .content_main {
        width: 100%;
    }

    .cpyy_xqy .news_list {
        display: none;
    }

    .cpyy_xqy .content .content_main .news_content {
        width: 92%;
        margin: 0 auto;
    }

    .news_content .news_content_con .read_content table {
        margin: 0 auto;
        border: 1px solid;
        border-collapse: collapse;
        text-align: center;
        vertical-align: center;
    }

    .news_content .news_content_con .read_content table tr {
        width: 100%;
        height: auto;
    }

    .news_content .news_content_con .read_content table th {
        border: 1px solid;
    }

    .news_content .news_content_con .read_content table td {
        border: 1px solid;
        padding: 0;
        font-size: 4px;
    }

    .news_content .news_content_con .read_content table span {}

    .news_content .news_content_con .read_content table p {
        /* font-size: 8px; */
    }

    .read_content p {
        line-height: 1.8 !important;
        color: #666;
    }

    /* äº§å“ä¸Žåº”ç”¨è¯¦æƒ…é¡µç»“æŸ */

    /* åˆ†é¡µè½®æ’­å›¾ */
    /* .banner {
        display: none;
    }

    .main_banner {
        display: none;
    }

    .banner {
        display: none;
    } */



    /* å…³äºŽæˆ‘ä»¬å¼€å§‹ */
    .about_us .main_content {
        margin: 15px 5%;
        padding: 010px;
    }

    .about_us .main_content .content {
        width: 100%;
        line-height: 2;
        color: #666;
        margin-top: 1rem;
    }

    .about_us .main_content .content p {
        margin-bottom: 5px;
    }

    .about_us .main_content .pic img {
        max-width: 100%;
    }


    .about_us .main_content .about_bottom img {
        max-width: 100%;
    }


    .about_us .main_content .tit {
        margin-top: 1.5rem;
        padding-left: -0.5rem;
        font-size: 24px;
        color: #008fd0;
        font-weight: bold;
    }

    .about_us .main_content .about_bottom h1 {
        font-size: 24px;
        color: #548DD4;
        text-align: center;
        line-height: 2em;
        margin-top: 1rem;
    }

    .about_us .main_content .about_bottom h2 {
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        line-height: 2em;
        color: #666;
        margin-bottom: 1rem;
    }

    .about_us .main_content .about_bottom {}

    /* å…³äºŽæˆ‘ä»¬ç»“æŸ */


    /* åˆ†é¡µè½®æ’­å›¾å¼€å§‹ */

    .fy_wap_bann {
        display: block;
        margin-top: 64px;
        display: block;
        background-color: #008fd0;
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    .fy_wap_bann .title {
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 1px;
        color: #fff;
        text-align: center;
        line-height: 1.5;
    }

    /* åˆ†é¡µè½®æ’­å›¾ç»“æŸ */



    /* æœ€æ–°èµ„è®¯åˆ—è¡¨é¡µå¼€å§‹ */
    .zxzx .main_content {
        margin: 0 3%;
        height: auto;
        overflow: hidden;
        padding: 0;
    }

    /* æœ€æ–°èµ„è®¯åˆ—è¡¨é¡µç»“æŸ */

    .item-lng {
        background-color: #256c86;
        margin: 5px 10px !important;
        height: 40px !important;
        line-height: 40px !important;
    }


    /* ç»è¥ä¼˜åŠ¿å¼€å§‹ */
    .jyys .main_content {
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }

    .jyys .main_content .main_content_con {
        width: 100%;
    }

    .jyys .main_content .main_content_con .jyys_left {
        width: 95%;
        margin: 0 auto;
    }

    .jyys .main_content .main_content_con .jyys_left .jyys_tit {
        display: none;
    }

    .jyys .main_content .main_content_con .jyys_left .content {
        padding-top: 50px;
        line-height: 1.6;
    }

    .jyys .main_content .main_content_con .jyys_left .content p {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .jyys .main_content .main_content_con .jyys_right {
        width: 100%;
    }

    .jyys .main_content .main_content_con .jyys_right .img_box {
        margin-top: 2rem;
        height: auto;
        width: 100%;
        margin-bottom: 2rem;
    }

    .jyys .main_content .main_content_con .jyys_right .img_box .img1 {
        width: 100%;
    }

    .jyys .main_content .main_content_con .jyys_right .img_box .img1 img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .jyys .main_content .main_content_con .jyys_right .img_box .img2 {
        margin-top: 5px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .jyys .main_content .main_content_con .jyys_right .img_box .img3 {
        width: 49.5%;
    }

    .jyys .main_content .main_content_con .jyys_right .img_box .img3 img {
        display: block;
        width: 100%;
        height: 100%;
    }

    /* ç»è¥ä¼˜åŠ¿ç»“æŸ */


    /* åˆä½œå¼€å‘å¼€å§‹ */
    .hzkf .main_content {
        width: 95%;
        padding: 0;
        margin: 0 auto;
    }

    .hzkf .main_content .deve_plan {
        width: 100%;
    }

    .hzkf .main_content .deve_plan .deve_plan_tit {
        font-size: 20px;
        margin-top: 30px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 3px solid #1f98ee;
        font-weight: bold;
        color: #262626;
    }

    .hzkf .main_content .deve_plan .deve_plan_con {
        margin-top: 30px;
        width: 100%;
    }

    .hzkf .main_content .deve_plan .deve_plan_con img {
        /* max-width: 100%; */
        width: 100%;
    }

    .hzkf .main_content .coo_case {
        padding-top: 30px;
        width: 100%;
    }

    .hzkf .main_content .coo_case .coo_case_tit {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 3px solid #1f98ee;
        font-weight: bold;
        color: #262626;
    }

    .hzkf .main_content .coo_case .coo_case_content {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        height: auto;
        overflow: hidden;
    }

    .hzkf .main_content .coo_case .coo_case_con {
        position: relative;
    }

    .hzkf .main_content .coo_case .coo_case_con .coo_case_img {
        overflow: hidden;
    }

    .hzkf .main_content .coo_case .coo_case_con .coo_case_img img {
        display: block;
        transform: scale(1);
        width: 100%;
        height: 100%;
        transition: all .3s ease-in-out;
    }

    .hzkf .main_content .coo_case .coo_case_con:hover .coo_case_img img {
        display: block;
        transform: scale(1.1);
    }

    .hzkf .main_content .coo_case .coo_case_con .coo_case_font {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        color: #fff;
        display: flex;
        align-items: center;
    }

    .hzkf .main_content .coo_case .coo_case_con .coo_case_font div {
        margin: 0 auto;
        padding-bottom: 10px;
    }

    /* .hzkf .main_content .coo_case .coo_case_con {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .hzkf .main_content .coo_case .coo_case_con .coo_case_img {
        flex: 1;
    }

    .hzkf .main_content .coo_case .coo_case_con .coo_case_img:nth-child(1) {
        display: flex;
        justify-content: flex-start;
    }

    .hzkf .main_content .coo_case .coo_case_con .coo_case_img:nth-child(2) {
        display: flex;
        justify-content: center;
    }

    .hzkf .main_content .coo_case .coo_case_con .coo_case_img:nth-child(3) {
        display: flex;
        justify-content: flex-end;
    }

    .hzkf .main_content .coo_case .coo_case_con .coo_case_img img {
        width: 85%;
    } */

    .hzkf .main_content .coo_development {
        width: 100%;
    }

    .hzkf .main_content .coo_development .coo_attn {
        background-color: #e3f3ff;
        padding: 20px;
        margin-top: 50px;
        border-radius: 5px;
    }

    .hzkf .main_content .coo_development .coo_attn .coo_attn_tit {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: bold;
        color: #262626;
    }

    .hzkf .main_content .coo_development .coo_attn .coo_attn_con {}

    .hzkf .main_content .coo_development .coo_attn .coo_attn_con li {
        height: 25px;
        line-height: 25px;
        position: relative;
    }

    .hzkf .main_content .coo_development .coo_attn .coo_attn_con .coo_attn_icon {
        margin-right: 10px;
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hzkf .main_content .coo_development .coo_attn .coo_attn_con .coo_attn_icon img {
        width: 14px;
        height: 14px;
        opacity: 0.6;
    }

    .hzkf .main_content .coo_development .coo_attn .coo_attn_con .coo_attn_font {
        font-size: 14px;
        color: #262626;
        padding-left: 35px;
    }

    .hzkf .main_content .coo_development .registration_form {
        background-color: #1b77b8;
        margin-top: 10px;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
    }

    .hzkf .main_content .coo_development .registration_form .registration_form_icon {
        background-color: #075d9a;
        height: 30px;
        width: 30px;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hzkf .main_content .coo_development .registration_form .registration_form_icon img {
        width: 18.5px;
        height: 20px;
    }

    .hzkf .main_content .coo_development .registration_form .registration_form_font {
        font-size: 16px;
        color: #fff;
        padding-left: 60px;
        letter-spacing: 3px;
    }

    .hzkf .main_content .coo_logo {
        margin-top: 40px;
        background-color: #f1f1f1;
        width: 100%;
        float: left;
        height: 450px;
        border-radius: 5px;
        margin-bottom: 40px;
    }

    .hzkf .main_content .coo_logo .coo_logo_tit {
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        padding-left: 25px;
        font-weight: bold;
        color: #262626;
    }

    .hzkf .main_content .coo_logo .coo_logo_con {
        background-color: #fff;
        border-radius: 5px;
        width: calc(100% - 4px);
        margin: 0 auto;
        height: 388px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .hzkf .main_content .coo_logo .coo_logo_con .logo_box {
        align-self: center;
        justify-self: center;
    }

    .hzkf .main_content .coo_logo .coo_logo_con .logo_box img {
        transform: scale(0.7);
    }

    /* åˆä½œå¼€å‘ç»“æŸ */



    /* æŠ•èµ„ä¸ŽèŒä¸šå¼€å§‹ */
    .tz_zy .main_content {
        width: 95%;
        padding: 0;
        margin: 0 auto;
    }

    .tz_zy .main_content .deve_plan {
        padding-top: 40px;
        width: 100%;
    }

    .tz_zy .main_content .deve_plan .deve_plan_tit {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 3px solid #1f98ee;
        font-weight: bold;
        color: #262626;
    }

    .tz_zy .main_content .deve_plan .deve_plan_con {
        width: 100%;
    }

    .tz_zy .main_content .deve_plan .deve_plan_con img {
        max-width: 100%;
    }

    .tz_zy .main_content .inve_job {
        width: 100%;
    }

    .tz_zy .main_content .inve_job .inve_job_inve,
    .tz_zy .main_content .inve_job .inve_job_job {
        background-color: #e3f3ff;
        padding: 15px 0;
        padding-bottom: 0;
        margin-top: 50px;
        border-radius: 5px;
        width: 100%;
    }

    .tz_zy .main_content .inve_job .inve_job_job {
        margin-bottom: 40px;
    }

    .tz_zy .main_content .inve_job .inve_job_inve .inve_job_tit,
    .tz_zy .main_content .inve_job .inve_job_job .inve_job_tit {
        font-size: 18px;
        padding-left: 20px;
        margin-bottom: 15px;
        font-weight: bold;
        color: #262626;
    }

    .tz_zy .main_content .inve_job .inve_job_inve .inve_job_con,
    .tz_zy .main_content .inve_job .inve_job_job .inve_job_con {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tz_zy .main_content .inve_job .inve_job_inve .inve_job_con ul,
    .tz_zy .main_content .inve_job .inve_job_job .inve_job_con ul {}

    .tz_zy .main_content .inve_job .inve_job_inve .inve_job_con li,
    .tz_zy .main_content .inve_job .inve_job_job .inve_job_con li {
        height: 22px;
        line-height: 22px;
        position: relative;
    }

    .tz_zy .main_content .inve_job .inve_job_inve .inve_job_con .inve_job_icon,
    .tz_zy .main_content .inve_job .inve_job_job .inve_job_con .inve_job_icon {

        padding-left: 15px;
        position: absolute;
        top: 0;
        left: 0;
        width: 22px;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tz_zy .main_content .inve_job .inve_job_inve .inve_job_con .inve_job_icon img,
    .tz_zy .main_content .inve_job .inve_job_job .inve_job_con .inve_job_icon img {
        width: 14px;
        height: 14px;
        opacity: 0.6;
    }

    .tz_zy .main_content .inve_job .inve_job_inve .inve_job_con .inve_job_font,
    .tz_zy .main_content .inve_job .inve_job_job .inve_job_con .inve_job_font {
        font-size: 14px;
        color: #262626;
        padding-left: 40px;
    }

    .tz_zy .main_content .inve_job .inve_job_inve .inve_job_con .inve_job_img,
    .tz_zy .main_content .inve_job .inve_job_job .inve_job_con .inve_job_img {
        width: 50px;
        height: auto;
        padding-right: 1rem;
    }

    .tz_zy .main_content .inve_job .inve_job_inve .inve_job_con .inve_job_img img,
    .tz_zy .main_content .inve_job .inve_job_job .inve_job_con .inve_job_img img {
        width: 100%;
    }

    /* æŠ•èµ„ä¸ŽèŒä¸šç»“æŸ */


    /* è”ç³»æˆ‘ä»¬å¼€å§‹ */
    .contact_us .main_content {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .contact_us .main_content .content {
        width: 95%;
        margin: 50px auto;
    }

    .contact_us .main_content .content h1 {
        margin-bottom: 8px;
        text-align: center;
        color: #343434;
        font-size: 20px;
        font-weight: normal;
    }

    .contact_us .main_content .content h2 {
        text-align: center;
        color: #999;
        font-size: 15px;
        font-weight: normal;
    }

    .contact_us .main_content .content .content_con {
        width: 100%;
        margin-top: 5px;
    }

    .contact_us .main_content .content .content_con p {
        margin-bottom: 5px;
        color: #888;
        font-size: 16px;
    }

    .contact_us .main_content .content .contact_img_box p {
        font-size: 14px;
    }

    .contact_us .main_content .content .contact_img_box {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .contact_us .wap_footer_box {
        display: none;
    }

    /* è”ç³»æˆ‘ä»¬ç»“æŸ */
}</pre></body></html>