<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:1023px)and (min-width:300px)
{ 
    /*å¯¼èˆª*/
    .zy_nav_box{
        width: 100%;
        height: 8vh;
        position: sticky;
        background: #FFFFFF;
        top: 0;
        z-index: 1000;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_nav_box_index{
        background:linear-gradient(to right,#eef3fd,#f2f6fd);
        position: fixed;
    }

    .zy_nav{
        width: 98%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        position: static;
    }

    .zy_nav_logo{
        width: auto;
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .zy_nav_logo_left{
        width: auto;
        height: 100%;
    }
    .zy_nav_logo_left&gt;a{
        width: auto;
        height: 100%;
        margin: 0 auto;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
    }

    .zy_nav_logo_left img{
        width: auto;
        height: 45%;
        margin: 0 auto;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_nav_logo_right{
        width: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 0.87rem;
        font-family: opm;
        color: #000000;
        line-height: 120%;
        padding-left: 1rem;
        padding-top: 0.3rem;
    }
    .zy_nav_logo_right span{
        width: auto;
        height: auto;
    }
    .zy_nav_logo_right span:nth-of-type(2){
        letter-spacing: 0.06rem;
    }

    .zy_nav_meun{
        width: 100%;
        height: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-left: 0%;
        position: absolute;
        left: 0;
        top: 100%;
        background: #FFFFFF;
        padding: 0rem 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_nav_meun_on{
        opacity: 1;
        height: auto;
        padding: 1.5rem 0;
        padding-bottom: 2.5rem;
    }
    .zy_nav_meun_tiem{
        width: auto;
        height: 100%;
        margin: 0.75rem 0rem;
        position: relative;
    }

    .zy_nav_meun_tiem&gt;a{
        width: auto;
        height: 100%;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 1.25rem;
        font-family: opm;
        color: #000000;

    }
    .zy_nav_meun_tiem:hover&gt;a{
        color: var(--OneColor);
    }
    .zy_nav_meun_tiemon&gt;a{
        color: var(--OneColor);
    }
    .zy_nav_meun_tiem_aico{
        font-size: 0;
        width: 1.1rem;
        height: 1.1rem;
        margin-left: 0.5rem;
    }
    .zy_nav_meun_tiem_aico svg{
        width: 100%;
        height: 100%;
        fill:#000000;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_nav_meun_tiem:hover .zy_nav_meun_tiem_aico svg{
        fill: var(--OneColor);
    }
    .zy_nav_meun_tiemon .zy_nav_meun_tiem_aico svg{
        fill: var(--OneColor);
    }

    .zy_nav_down{
        position: relative;
        width: 100%;
        overflow: hidden;
        background: #FFFFFF;
        top: 0%;
        left: 0;
        z-index: 50;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        height: 0;
        opacity: 0;
        padding: 0rem 0;
        -moz-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        -webkit-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.08);
    }
    .zy_nav_down2{
        width: 100%;
        left: 0;
    }
    .zy_nav_meun_tiem:hover .zy_nav_down{
        opacity: 1;
        height: auto;
        padding: 0.5rem 0;
    }

    .zy_nav_down&gt;a{
        display: block;
        font-size: 1.125rem;
        color: rgba(0,0,0,0.6);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        margin:0.75rem 0;
        text-align: center;
        padding: 0 0rem;

    }
    .zy_nav_down&gt;a:hover{
        color:var(--OneColor);
    }


    .zy_nav_btn{
        width: 6rem;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        display: none;
    }
    .zy_nav_btn a{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        color: #FFFFFF;
        font-family: opm;
        background: linear-gradient(to right,#2f6bff,#5987fe);
    }



    .zy_nav_search{
        width: 40%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 45px;
        padding: 0 1rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-left: 1px solid rgba(0,0,0,0.0);
    }
    .zy_nav_search_ico{
        width: 1.3rem;
        height: 1.3rem;
        font-size: 0;
        cursor: pointer;
    }
    .zy_nav_search_ico svg{
        fill:rgba(0,0,0,0.1);
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_nav_search_ico:hover svg{
        fill:var(--OneColor);
    }
    .zy_nav_search_input{
        width: calc(100% - 1.5rem);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .zy_nav_search_input input{
        width: 100%;
        height: 2.5rem;
        border: none;
        font-size: 1rem;
        color: rgba(0,0,0,0.8);
        background: none;
    }
    .zy_nav_search_input input::placeholder{
        color: rgba(0,0,0,0.6);
    }

        	
    
    /* nav-icon-5 */
    .nav-icon-5{
        display: block;
        width: 25px; 
        z-index: 20;  
        height: 20px; 
        position: absolute;  
        cursor: pointer;
        right: 2%;
        top: calc(50% - 10px);
    }
    .nav-icon-5 span{  background-color:var(--OneColor);  position: absolute;  border-radius:3px;  transition: 0.3s cubic-bezier(.8, .5, .2, 1.4);  width:100%;  height: 3px;  transition-duration: 500ms}
       .zh_nav_boxon .nav-icon-5 span{
            background-color:var(--OneColor);
        }
        .zh_nav_boxopen .nav-icon-5 span{
            background-color:var(--OneColor);
        }
    .nav-icon-5 span:nth-child(1){  top:0px;  left: 0px;}
    .nav-icon-5 span:nth-child(2){  top:8px;  left: 0px;  opacity:1;}
    .nav-icon-5 span:nth-child(3){  bottom:0px;  left: 0px;}
    .nav-icon-5:not(.open):hover span:nth-child(1){  transform: rotate(0deg) scaleY(1.1);}
    .nav-icon-5:not(.open):hover span:nth-child(2){  transform: rotate(0deg) scaleY(1.1);}
    .nav-icon-5:not(.open):hover span:nth-child(3){  transform: rotate(0deg) scaleY(1.1);}
    .nav-icon-5.open span:nth-child(1){  transform: rotate(45deg);  top: 8px;}
    .nav-icon-5.open span:nth-child(2){  opacity:0;}
    .nav-icon-5.open span:nth-child(3){  transform: rotate(-45deg);  top: 8px;}

    /*nbanner*/
    .zy_nbanner{
        width: 100%;
        height: auto;
        position: relative;
    }

    .zy_nbanner_img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        overflow: hidden;
        z-index: 0;
        background: linear-gradient(to bottom,#e0e7f9 60%,#cddbf6);
    }
    .zy_nbanner_img&gt;img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: none;
    }
    .zy_nbanner_con{
        width: 90%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top:3rem;
        padding-bottom: 3rem;
    }
    .zy_nbanner_con_title{
        width: 100%;
        height: auto;
        position: relative;
        font-size: 2rem;
        font-family: opm;
        text-align: center;
        color: #000000;
    }
    .zy_nbanner_con_entitle{
        width: 100%;
        height: auto;
        position: relative;
        font-size: 1.75rem;
        font-family: opm;
        color: var(--OneColor);
        text-transform: uppercase;
        margin-top: 1rem;
        text-align: center;
    }
    .zy_nbanner_con_des{
        width: 100%;
        height: auto;
        position: relative;
        font-size: 1.125rem;
        font-family: opm;
        color: rgba(0,0,0,0.8);
        line-height: 160%;
        margin-top: 1rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        text-align: justify;
    }

    .zy_nbanner_con_title2{
        width: 100%;
        height: auto;
        position: relative;
        font-size: 1.25rem;
        font-family: opm;
        color: rgba(0,0,0,0.5);
        text-align: center;
    }
    .zy_nbanner_con_ltitle2{
        width: 100%;
        height: auto;
        position: relative;
        font-size: 1.375rem;
        font-family: opm;
        color: rgba(0,0,0,1);
        line-height: 110%;
        margin-top: 1.5rem;
        text-align: center;
    }

    .zy_nbanner_con_btn{
        margin-top: 2rem;
        text-align: center;
    }
    .zy_btn{
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
        height: 3.2rem;
        border-radius: 3.2rem;
        background:linear-gradient(to right,#306bff,#5987fe);
        text-align: center;
        font-size: 1.125rem;
        padding: 0 2.5rem;
        color: #FFFFFF;
        font-family: opm;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_btn:hover{
        box-shadow: 0px 0px 25px 0 rgba(46,106,255,0.4);
        transform: translateY(-5px);
    }

    /*menu*/
    .zy_menu{
        width: 100%;
        height: auto;
        padding: 1.5rem 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    }
    .zy_menu a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
        height: 100%;
        font-size: 1rem;
        color: #6b6b6b;
        font-family: opm;
        margin: 0.25rem 0.5rem;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_menu a:hover{
        color: var(--OneColor);
    }
    .zy_menu a.zy_menu_aon{
        color: var(--OneColor);
    }
    .zy_menu a:after{
        position: absolute;
        content: '';
        font-size: 0;
        width: 100%;
        height: 2px;
        background: var(--OneColor);
        left: 0;
        bottom: -3px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        transform: scaleX(0);
    }
    .zy_menu a:hover:after{
        transform: scaleX(1);
    }
    .zy_menu a.zy_menu_aon:after{
        transform: scaleX(1);
    }

    /*footer*/
    .zy_footer_box{
        width: 100%;
        height: auto;
        background:#181818;
        position: relative;
    }
    .zy_footer{
        width: 94%;
        height: auto;
        margin: 0 auto;
        padding-top: 3rem;
    }
    .zy_footer_top{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 2rem;
    }

    .zy_footer_top_mid{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;

    }
    .zy_footer_menu_at{
        width: 100%;
        height: auto;
        display: block;
        font-size: 1.125rem;
        font-family: opm;
        color: #FFFFFF;
        margin-bottom: 1.5rem;
    }
    .zy_footer_menu_a{
        width: 100%;
        height: auto;
        display: block;
        font-size: 1rem;
        color: rgba(255,255,255,0.6);
        margin-bottom: 0.5rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        display: none;
    }
    .zy_footer_menu_a:hover{
        color: rgba(255,255,255,1);
    }

    .zy_footer_top_right{
        width: 100px;
        height: auto;
        margin: 0 auto;
        text-align: center;
        font-size: 1rem;
        color: rgba(255,255,255,0.4);
        margin-top: 1rem;
    }
    .zy_footer_top_right img{
        width: 100%;
        height: auto;
        margin-bottom: 0.5rem;
    }

    .zy_footer_bottom{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 1.5rem 0;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    .zy_footer_bottom_left{
        font-size: 1rem;
        color: rgba(255,255,255,0.6);
        line-height: 170%;
        text-align: center;
    }
    .zy_footer_bottom_left a{
        color: rgba(255,255,255,0.6);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        margin-left: 1rem;
    }
    .zy_footer_bottom_left a:hover{
        color: rgba(255,255,255,1);
    }

    .zy_footer_bottom_right{
        width: auto;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }
    .zy_footer_bottom_right a{
        width: 3.2rem;
        height: 3.2rem;
        border-radius: 50%;
        background: #000000;
        padding: 0.7rem;
        font-size: 0;
        margin-left: 1rem;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_footer_bottom_right a:hover{
        background: #ffffff;
    }
    .zy_footer_bottom_right a svg{
        width: 100%;
        height: 100%;
        margin: 0 auto;
        fill:#ffffff;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_footer_bottom_right a:hover svg{
        fill: var(--OneColor);
    }

    /*å®¢æœæ&nbsp;*/
    .zy_server{
        width: 3rem;
        height: auto;
        position: fixed;
        right: 0.5rem;
        top: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 50;
    }
    .zy_server_item{
        width: 3rem;
        height: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: rgba(0,0,0,0.2);
        border-radius: 50%;
        position: relative;
        margin: 0.25rem 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer;
        overflow: hidden;
    }
    .zy_server_item:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        font-size: 0;
        background: linear-gradient(to right,#306bff,#5786fe);
        border-radius: 50%;
        left: 0;
        top: 0;
        z-index: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
    }
    .zy_server_item:hover{
        overflow: visible;
    }
    .zy_server_item:hover:after{
        opacity: 1;
    }

    .zy_server_item svg{
        width: 60%;
        height: 60%;
        margin: 0 auto;
        fill:#ffffff;
        position: relative;
        z-index: 5;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_server_item2 svg{
        width: 48%;
        height: 48%;
    }
    .zy_server_item:hover svg{
        fill: #ffffff;
    }
    .zy_server_item_tel{
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .zy_server_item_tel_svg{
        width: 3.2rem;
        height: 3.2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .zy_server_tel{
        width: 0rem;
        height: 100%;
        right: 0rem;
        position: absolute;
        font-size: 0rem;
        color: var(--OneColor);
        font-family: db;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .zy_server_item:hover .zy_server_tel{
        width: 13rem;
        font-size: 1.875rem;
        right: 100%;
    }

    .zy_server_code{
        position: absolute;
        width: 9rem;
        height: 9rem;
        background: var(--OneColor);
        border-radius: 8px;
        padding: 0.7rem;
        left: -9.5rem;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_server_item:hover .zy_server_code{
        opacity: 1;
    }
    .zy_server_code img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /*MAç»´ä¿*/
    .zy_ma_ys_box{
        width: 100%;
        height: auto;
        padding:3rem 0;
    }
    .zy_title{
        font-size: 2rem;
        font-family: opm;
        color: #000000;
        text-align: center;
    }
    .zy_ltitle{
        font-size: 1.25rem;
        font-family: dm;
        color: rgba(0,0,0,0.4);
        text-align: center;
    }

    .zy_ma_ys{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .zy_ma_ys_item{
        width: 48.5%;
        height: auto;
        margin-right: 3%;
        margin-top: 3%;
    }
    .zy_ma_ys_item:nth-of-type(3n){
        margin-right: 3%;
    }
    .zy_ma_ys_item:nth-of-type(2n){
        margin-right: 0;
    }
    .zy_ma_ys_item a{
        display: block;
        width: 100%;
        height: 100%;
        background: #f5f8fb;
        border-radius: 10px;
        padding: 1.5rem 1rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        transform: perspective(100px) translateZ(0px);
    }
    .zy_ma_ys_item:hover a{
          transform: perspective(100px) translateZ(1px);
        box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.03);
    }
    .zy_ma_ys_item_ico{
        width: 100%;
        height: 3rem;
        font-size: 0;
        text-align: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ma_ys_item:hover .zy_ma_ys_item_ico{
        transform: translateY(-5px);
    }
    .zy_ma_ys_item_ico img{
        width: auto;
        height: 100%;
    }
    .zy_ma_ys_item_title{
        width: 100%;
        height: auto;
        font-size: 1.25rem;
        text-align: center;
        color: #000000;
        font-family: opm;
        margin-top: 1rem;
    }
    .zy_ma_ys_item_des{
        width: 100%;
        height: auto;
        font-size: 1rem;
        text-align: center;
        color: rgba(0,0,0,0.7);
        font-family: opm;
        margin-top: 0.5rem;
        line-height: 160%;
    }

    .zy_ma_fw_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
        background: #f5f8fb;
    }
    .zy_ma_fw{
        width: 94%;
        height: auto;
        margin: 0 auto;
        font-size: 0;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 10px;
        overflow: hidden;
        margin-top: 2%;
    }
    .zy_ma_fw img{
        width: 100%;
        height: auto;
    }

    .zy_ma_td_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
    }
    .zy_ma_td{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 2%;
    }
    .zy_ma_td_left{
        width: 100%;
        height: auto;
    }
    .zy_ma_td_title{
        font-size: 1.25rem;
        color: #000000;
        font-family: opm;
        text-align: center;
    }
    .zy_ma_td_ltitle{
        font-size: 1.125rem;
        color: #000000;
        font-family: opm;
        margin-top: 2.2rem;
        background-image: url("../images/ma_td_d.svg");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1.3rem;
        padding-left: 2rem;
    }
    .zy_ma_td_des{
        font-size: 1.125rem;
        color: rgba(0,0,0,0.6);
        font-family: opm;
        line-height: 140%;
        margin-top: 0.5rem;
    }


    .zy_ma_td_right{
        width: 100%;
        height: auto;
        font-size: 0;
        margin-top: 1.5rem;
    }
    .zy_ma_td_right img{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .zy_ma_tx_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
    }
    .zy_ma_tx{
        width: 94%;
        height: auto;
        margin: 0 auto;
        margin-top: 2%;
    }
    .zy_ma_tx_menu{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
        z-index: 5;
    }
    .zy_ma_tx_menu span{
        width: 48%;
        font-size: 1.25rem;
        color: #484848;
        font-family: opm;
        text-align: center;
        margin: 0 0rem;
        padding: 0 0.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 4rem;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ma_tx_menu span.zy_ma_tx_menu_son{
        color: var(--OneColor);
    }
    .zy_ma_tx_menu span:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background: var(--OneColor);
        left: 0;
        bottom: -2px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        transform: scaleX(0);
    }
    .zy_ma_tx_menu span.zy_ma_tx_menu_son:after{
        transform: scaleX(1);
    }

    .zy_ma_tx_sw{
        width: 100%;
        height: auto;
        background: #FFFFFF;
        border-radius: 10px;
        border: 1px solid rgba(0,0,0,0.1);
        position: relative;
        z-index: 0;
        margin-top: 1.5rem;
    }
    .zy_ma_tx_sw .swiper-slide{
        width: 100%;
        height: auto;
        padding: 1.5rem 1.5rem;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .zy_ma_tx_sw_img{
        position: relative;
        width: auto;
        height: auto;
        right: 0;
        top: 0rem;
        font-size: 0;
        text-align: center;

    }
    .zy_ma_tx_sw_img img{
        width: 100%;
        height: auto;
    }

    .zy_ma_tx_sw_con{
        width: 100%;
        height: auto;
        padding-left: 0rem;
        margin-top: 2rem;
    }
    .zy_ma_tx_sw_con_title{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .zy_ma_tx_sw_con_title_1{
        font-size: 0;
        width: auto;
        height: 2rem;
    }
    .zy_ma_tx_sw_con_title_1 img{
        width: auto;
        height: 100%;
    }
    .zy_ma_tx_sw_con_title_2{
        font-size: 1.375rem;
        font-family: opm;
        color: #000000;
        width: auto;
        height: auto;
        padding-left: 0.75rem;
    }
    .zy_ma_tx_sw_con_des{
        font-size: 1.125rem;
        color: rgba(0,0,0,0.6);
        font-family: opm;
        line-height: 160%;
        margin-top: 1rem;
    }
    .zy_ma_tx_sw_con_tag{
        padding-top: 0.5rem;
        padding-bottom: 1rem;
    }
    .zy_ma_tx_sw_con_tag p{
        font-size: 1.125rem;
        color: #000000;
        font-family: opm;
        margin-top: 1rem;
        background-image: url("../images/ma_td_d.svg");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1.1rem;
        padding-left: 1.75rem;
    }

    .zy_ma_jz_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
    }
    .zy_ma_jz{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .zy_ma_jz_item{
        width: 48.5%;
        height: auto;
        margin-top: 3%;
        margin-right: 3%;
    }
    .zy_ma_jz_item:nth-of-type(5n){
        margin-right: 3%;
    }
    .zy_ma_jz_item:nth-of-type(2n){
        margin-right: 0;
    }
    .zy_ma_jz_item a{
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background: #f5f8fb;
        padding: 1.5rem 1.5rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ma_jz_item:hover a{
        box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.04);
    }

    .zy_ma_jz_item_ico{
        width: 5.5rem;
        height: 5.5rem;
        margin: 0 auto;
        background: linear-gradient(to right,#2f6bff,#5887fe);
        border-radius: 50%;
        font-size: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ma_jz_item:hover .zy_ma_jz_item_ico{
        transform: translateY(-5px);
    }
    .zy_ma_jz_item_ico img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ma_jz_item:hover .zy_ma_jz_item_ico img{
        transform: rotate(360deg);
    }
    .zy_ma_jz_item_title{
        text-align: center;
        font-size: 1.25rem;
        color: #000000;
        font-family: opm;
        margin-top: 1.2rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ma_jz_item:hover .zy_ma_jz_item_title{
        transform: translateY(-5px);
    }
    .zy_ma_jz_item_des{
        font-size: 1rem;
        color: rgba(0,0,0,0.7);
        font-family: opm;
        margin-top: 1rem;
        line-height: 140%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        text-align: justify;
    }
    .zy_ma_jz_item:hover .zy_ma_jz_item_des{
        transform: translateY(-5px);
    }

    .zy_ma_case_box{
        width: 100%;
        height: auto;
    }
    .zy_ma_case{
        width: 94%;
        height: auto;
        margin: 0 auto;
        position: relative;
        margin-top: 2%;
    }
    .zy_ma_case_sw{
        width: calc(100% - 9rem);
        height: auto;
    }
    .zy_ma_case_sw_img{
        width: 100%;
        height: auto;
        overflow: hidden;
        font-size: 0;
        position: relative;
        border-radius: 10px;
        z-index: 0;
    }
    .zy_ma_case_sw_img img{
        width:100%;
        aspect-ratio: 509/347;
        object-fit: cover;
        object-position: center;
        transform: perspective(100px) translateZ(0px);
        border-radius: 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;

    }
    .zy_ma_case_sw a:hover .zy_ma_case_sw_img img{
        transform: perspective(100px) translateZ(3px);
    }
    .zy_ma_case_sw_con{
        width: 100%;
        height: auto;
        background: #f5f8fb;
        margin-left: 0;
        border-radius: 10px;
        margin-top: -3rem;
        position: relative;
        z-index: 5;
        padding: 1.5rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ma_case_sw a:hover .zy_ma_case_sw_con{
        background: var(--OneColor);
    }
    .zy_ma_case_sw_con_title{
        font-size: 1.25rem;
        font-family: opm;
        color: #000000;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ma_case_sw a:hover .zy_ma_case_sw_con_title{
        color: rgba(255,255,255,1.00);
    }
    .zy_ma_case_sw_con_des{
        font-size: 1rem;
        color: rgba(24,44,70,0.8);
        line-height: 150%;
        margin-top: 0.5rem;
         display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ma_case_sw a:hover .zy_ma_case_sw_con_des{
        color: rgba(255,255,255,0.8);
    }
    .zy_ma_case_sw_con_tag{
        position: relative;
        font-size: 1rem;
        color: rgba(24,44,70,1);
        margin-top: 1.3rem;
        padding-left: 4rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ma_case_sw a:hover .zy_ma_case_sw_con_tag{
        color: rgba(255,255,255,0.8);
    }
    .zy_ma_case_sw_con_tag:before{
        position: absolute;
        content: '';
        font-size: 0;
        width: 3rem;
        height: 1px;
        background: #000000;
        left: 0;
        top: calc(50% - 1px);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ma_case_sw a:hover .zy_ma_case_sw_con_tag:before{
        background: rgba(255,255,255,0.8);
    }
    .zy_ma_case_sw_con_link{
        text-align: right;
        font-size: 1rem;
        color: var(--OneColor);
        margin-top: 0.5rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ma_case_sw a:hover .zy_ma_case_sw_con_link{
        color: rgba(255,255,255,1);
    }

    .zy_ma_case_btn{
        position: absolute;
        width: 3.5rem;
        height: 3.5rem;
        top: calc(50% - 1.75rem);
        cursor: pointer;
    }
    .zy_ma_case_btn div{
        width: 100%;
        height: 100%;
        background: linear-gradient(to right,#2f6bff,#5887fe);
        border-radius: 50%;
        font-size: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: calc(50% - 2rem);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ma_case_btn:hover div{
        -moz-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        -webkit-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        box-shadow: 0px 0px 20px 0 rgba(46,106,255,0.5);
        transform: translateY(0px);
    }
    .zy_ma_case_btn svg{
        width: 50%;
        height: 50%;
        margin: 0 auto;
        fill:#ffffff;
    }
    .zy_ma_case_btn_left{
        left: 0rem;
    }
    .zy_ma_case_btn_right{
        right: 0rem;
    }

    .zy_ma_kh_box{
        width: 100%;
        height: auto;
        padding-top: 3rem;
    }
    .zy_ma_kh_menu{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 5;
    }
    .zy_ma_kh_menu span{
        font-size: 1.125rem;
        color: #484848;
        font-family: opm;
        margin: 0 0.5rem;
        padding: 0 0.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 4rem;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ma_kh_menu span.zy_ma_kh_menu_son{
        color: var(--OneColor);
    }
    .zy_ma_kh_menu span:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background: var(--OneColor);
        left: 0;
        bottom: -2px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        transform: scaleX(0);
    }
    .zy_ma_kh_menu span.zy_ma_kh_menu_son:after{
        transform: scaleX(1);
    }

    .zy_ma_kh{
        width: 100%;
        height: auto;
        padding-top: 0.5rem;
        padding-bottom: 1rem;
        background: #f9fbfd;
    }
    .zy_ma_kh_sw{
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0px;
    }
    .zy_ma_kh_sw .swiper-slide{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 10px;
    }
    .zy_ma_kh_sw_img{
        width: 23.5%;
        margin-right: 2%;
        margin-top: 2%;
        aspect-ratio: 257/110;
        font-size: 0;
        background: #FFFFFF;
        border-radius: 8px;
        overflow: hidden;
        -moz-box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.01);
        -webkit-box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.01);
        box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.01);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ma_kh_sw_img:nth-of-type(6n){
        margin-right: 2%;
    }
    .zy_ma_kh_sw_img:nth-of-type(4n){
        margin-right: 0;
    }
    .zy_ma_kh_sw_img img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .zy_ma_kh_sw_img:hover{
        transform: scale(1.02);
        box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.05);
    }
    .zy_ad_all{
        width: 100%;
       height: auto;
        overflow: hidden;
    }
    .zy_ad{
        width: 100%;
        aspect-ratio: auto;
        height: auto;
        padding: 3rem 0;
        background-image: url("../images/ma_ad_back.jpg");
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .zy_ad_title{
        font-size: 1.375rem;
        color: #FFFFFF;
        font-family: opm;
        text-align: center;
    }
    .zy_ad_btn{
        margin-top: 1rem;
    }
    .zy_ad_btn a{
        width: auto;
        height: 2.8rem;
        background: #FFFFFF;
        border-radius: 2.8rem;
        padding: 0 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 1.125rem;
        color: var(--OneColor);
        font-family: opm;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ad_btn a:hover{
        transform: translateY(-3px);
        -moz-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        -webkit-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        box-shadow: 0px 5px 20px 0 rgba(255,255,255,0.7);
    }


    /*æ¡ˆä¾‹åˆ—è¡¨*/
    .zy_case_jj_box{
        width: 100%;
        height: auto;
        padding-top: 3rem;
    }
    .zy_case_jj{
        width: 94%;
        height: auto;
        margin: 0 auto;
        aspect-ratio: 1600/500;
    /*    background-image: url("../images/case_jj_back.jpg");*/
        background-size: 100% auto;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .zy_case_jj_title{
        text-align: center;
        font-size: 1.75rem;
        font-family: opm;
        color: var(--OneColor);
    }
    .zy_case_jj_ltitle{
        text-align: center;
        font-size: 2.125rem;
        font-family: opm;
        color: #000000;
        margin-top: 1rem;
    }
    .zy_case_jj_des{
        text-align: center;
        font-size: 1rem;
        font-family: opm;
        color: rgba(0,0,0,0.6);
        margin-top: 1rem;
        line-height: 160%;
        padding-bottom: 4rem;
    }
    .zy_case_jj_des br{
        display: none;
    }

    .zy_case_menu{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 5;
    }
    .zy_case_menu a{
        font-size: 1.125rem;
        color: #484848;
        font-family: opm;
        margin: 0 0.5rem;
        padding: 0 0.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 4rem;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_case_menu a.zy_case_menu_aon{
        color: var(--OneColor);
    }
    .zy_case_menu a:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background: var(--OneColor);
        left: 0;
        bottom: -2px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        transform: scaleX(0);
    }
    .zy_case_menu a.zy_case_menu_aon:after{
        transform: scaleX(1);
    }

    .zy_case_box{
        width: 100%;
        height: auto;
        background: #f5f8fb;
    }
    .zy_case{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .zy_case_item{
        width: 48.5%;
        height: auto;
        margin-top: 2rem;
        margin-right: 3%;
    }
    .zy_case_item:nth-of-type(3n){
        margin-right: 3%;
    }
    .zy_case_item:nth-of-type(2n){
        margin-right: 0;
    }
    .zy_case_item_img{
        width: 100%;
        height: auto;
        overflow: hidden;
        font-size: 0;
        position: relative;
        border-radius: 10px;
        z-index: 0;
    }
    .zy_case_item_img img{
        width:100%;
        aspect-ratio: 509/347;
        object-fit: cover;
        object-position: center;
        transform: perspective(100px) translateZ(0px);
        border-radius: 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;

    }
    .zy_case_item a:hover .zy_case_item_img img{
        transform: perspective(100px) translateZ(3px);
    }
    .zy_case_item_con{
        width: 100%;
        height: auto;
        background: #FFFFFF;
        margin-left: 0;
        border-radius: 10px;
        margin-top: -2rem;
        position: relative;
        z-index: 5;
        padding: 1.5rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_case_item a:hover .zy_case_item_con{
        background: var(--OneColor);
    }
    .zy_case_item_con_title{
        font-size: 1.125rem;
        font-family: opm;
        color: #000000;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_case_item a:hover .zy_case_item_con_title{
        color: rgba(255,255,255,1.00);
    }
    .zy_case_item_con_des{
        font-size: 1rem;
        color: rgba(24,44,70,0.8);
        line-height: 150%;
        margin-top: 0.5rem;
         display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_case_item a:hover .zy_case_item_con_des{
        color: rgba(255,255,255,0.8);
    }
    .zy_case_item_con_tag{
        position: relative;
        font-size: 1rem;
        color: rgba(24,44,70,1);
        margin-top: 1rem;
        padding-left: 4rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_case_item a:hover .zy_case_item_con_tag{
        color: rgba(255,255,255,0.8);
    }
    .zy_case_item_con_tag:before{
        position: absolute;
        content: '';
        font-size: 0;
        width: 3rem;
        height: 1px;
        background: #000000;
        left: 0;
        top: calc(50% - 1px);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_case_item a:hover .zy_case_item_con_tag:before{
        background: rgba(255,255,255,0.8);
    }
    .zy_case_item_con_link{
        text-align: right;
        font-size: 1rem;
        color: var(--OneColor);
        margin-top: 0.5rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_case_item a:hover .zy_case_item_con_link{
        color: rgba(255,255,255,1);
    }

    .zy_case_btn_box{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 2.5rem 0;
    }

    .zy_case_btn{
        width: 3.5rem;
        height: 3.5rem;
        cursor: pointer;
        margin: 0 0.75rem;
    }
    .zy_case_btn div{
        width: 100%;
        height: 100%;
        background: linear-gradient(to right,#2f6bff,#5887fe);
        border-radius: 50%;
        font-size: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: calc(50% - 2rem);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_case_btn:hover div{
        -moz-box-shadow: 0px 0px 20px 0 rgba(46,106,255,0.5);
        -webkit-box-shadow: 0px 0px 20px 0 rgba(46,106,255,0.5);
        box-shadow: 0px 0px 20px 0 rgba(46,106,255,0.5);
        transform: translateY(-2px);
    }
    .zy_case_btn svg{
        width: 40%;
        height: 40%;
        margin: 0 auto;
        fill:#ffffff;
    }

    .zy_case_hb_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
        padding-bottom: 3rem;
        background: #f9fbfd;
    }
    .zy_case_hb{
        width: 100%;
        height: auto;
        margin-top: 2%;
        position: relative;
    }
    .zy_case_hb_left{
        position: absolute;
        width: calc((100vw - 18px) / 4 * 0.8);
        height: 100%;
        z-index: 5;
        background: linear-gradient(to left,rgba(249,251,253,0),rgba(249,251,253,0.6));
        top: 0;
        left: 0;
    }
    .zy_case_hb_right{
        position: absolute;
        width: calc((100vw - 18px) / 4 * 0.8);
        height: 100%;
        z-index: 5;
        background: linear-gradient(to right,rgba(249,251,253,0),rgba(249,251,253,0.6));
        top: 0;
        right: 0;
    }
    .zy_case_hb_sw{
        width: 100%;
        height: auto;
    }
    .zy_case_hb_sw .swiper-slide:nth-of-type(odd){
        padding-top: calc((100vw - 60px) / 7 * 110 / 257 / 2);
    }
    .zy_case_hb_sw .swiper-slide a{
        display: block;
        width: 100%;
        font-size: 0;
        aspect-ratio: 257/110;
        margin-top: 8px;
    }
    .zy_case_hb_sw_item{
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 8px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_case_hb_sw_item:hover{
        -moz-box-shadow: 0px 0px 15px 0 rgba(46,106,255,0.1);
        -webkit-box-shadow: 0px 0px 15px 0 rgba(46,106,255,0.1);
        box-shadow: 0px 0px 15px 0 rgba(46,106,255,0.1);
    }
    .zy_case_hb_sw_item img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        transform: perspective(100px) translateZ(0px);
    }
    .zy_case_hb_sw_item:hover img{
        transform: perspective(100px) translateZ(2px);
    }

    .zy_case_hb_pagination{
        width: 100%;
        height: auto;
        text-align: center;
        position: relative;
        margin-top: 3rem;
        bottom: 0;
    }

    .zy_case_hb_pagination .swiper-pagination-bullet { 
        display: inline-block; 
        width:0.7rem; 
        height:0.7rem;  
        background: rgba(0,0,0,0.1);
        border-radius: 50%;
        margin-left: 1rem;
        cursor: pointer;  
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_case_hb_pagination .swiper-pagination-bullet-active{ 
        background: var(--OneColor);
    }

    /*æ¡ˆä¾‹è¯¦æƒ…*/
    .zy_scase_bbox{
        width: 94%;
        height: auto;
        margin: auto;
        margin-top: 2rem;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 1.5rem 1.5rem;
    }
    .zy_scase_bbox2{
        width: 94%;
        height: auto;
        margin:  auto;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 0rem 1.5rem;
    }
    .zy_scase_jj{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .zy_scase_jj_left{
        width: 100%;
        height: auto;
        font-size: 0;
    }
    .zy_scase_jj_left img{
        width: 100%;
        aspect-ratio: 509/347;
        border-radius: 10px;
            object-fit: cover;
        object-position: center;
    }
    .zy_scase_jj_right{
        width: 100%;
        height: auto;
        margin-top: 2rem;
    }
    .zy_scase_title{
        font-size: 1.875rem;
        font-family: opm;
        color: #000000;
        text-align: center;
        line-height: 110%;
    }
    .zy_scase_ltitle{
        font-size: 1.125rem;
        font-family: dm;
        color: rgba(0,0,0,0.4);
        text-align: center;
    }
    .zy_scase_jj_right .zy_scase_title,.zy_scase_jj_right .zy_scase_ltitle{
        text-align: center;
    }

    .zy_scase_jj_right_con{
        font-size: 1.125rem;
        color: rgba(0,0,0,0.8);
        font-family: opm;
        line-height: 170%;
        margin-top: 1rem;
        text-align: justify;
    }

    .zy_scase_fa_box{
        width: 100%;
        height: auto;
        padding-top: 2rem;
    }
    .zy_scase_fa{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .zy_scase_fa_item{
        width: 100%;
        aspect-ratio: auto;
        height: auto;
        background-image: url("../images/scase_fa_back.jpg");
        border-radius: 10px;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        margin-top: 3%;
        padding: 1.5rem;
    }
    .zy_scase_fa_item_title{
        font-size: 1.5rem;
        font-family: opm;
        color: #000000;
    }
    .zy_scase_fa_item_des{
        font-size: 1.125rem;
        font-family: opm;
        color: rgba(0,0,0,0.8);
        line-height: 150%;
        margin-top: 0.5rem;
        padding-right: 0%;
    }

    .zy_scase_sy_box{
        width: 100%;
        height: auto;
        padding-top: 3rem;
    }
    .zy_scase_sy{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        background-image: url("../images/scase_jz_back.png");
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position:  center 5rem;
        padding-top:0rem;
        padding-bottom: 0rem;
        background: none;
    }

    .zy_scase_sy_item{
        width: 48%;
        height: auto;
        margin-top: 2rem;
    }
    .zy_scase_sy_item:nth-of-type(1),.zy_scase_sy_item:nth-of-type(5){
        margin-top: 2rem;
    }
    .zy_scase_sy_item:nth-of-type(2),.zy_scase_sy_item:nth-of-type(4){
        margin-top: 2rem;
    }

    .zy_scase_sy_item_ico{
        width: 8rem;
        height: 8rem;
        margin: 0 auto;
        background: #e8eefc;
        padding: 0.85rem;
        border-radius: 50%;
        -moz-box-shadow: 0px 25px 25px 0 rgba(225,234,253,0.9);
        -webkit-box-shadow: 0px 25px 25px 0 rgba(225,234,253,0.9);
        box-shadow: 0px 15px 25px 0 rgba(225,234,253,0.9);
    }
    .zy_scase_sy_item_ico&gt;div{
        width: 100%;
        height: 100%;
        background: #dbe4fc;
        padding: 0.85rem;
        border-radius: 50%;
        -moz-box-shadow: 0px 0px 5px 0 rgba(225,234,253,0.9);
        -webkit-box-shadow: 0px 0px 5px 0 rgba(225,234,253,0.9);
        box-shadow: 0px 0px 5px 0 rgba(225,234,253,0.9);
    }
    .zy_scase_sy_item_ico&gt;div&gt;div{
        width: 100%;
        height: 100%;
        background:linear-gradient(to bottom,#86a2ff,#5a7ff8);
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        font-size: 1.812rem;
        font-family: opm;
        color: #FFFFFF;
    }

    .zy_scase_sy_item_title{
        font-size: 1.125rem;
        font-family: opm;
        color: #000000;
        text-align: center;
        margin-top: 1.5rem;
    }

    .zy_scase_tj_box{
        width: 94%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
    .zy_scase_tj_title{
        font-size: 1.875rem;
        font-family: opm;
        color: #000000;
    }
    .zy_scase_tj{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .zy_scase_tj .zy_case_item{
        margin-top: 2rem;
    }

    /*äº§å“*/
    .zy_pro_tx_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
    }
    .zy_pro_tx{
        width: 94%;
        height: auto;
        margin: 0 auto;
        margin-top: 2%;
    }
    .zy_pro_tx img{
        width: 100%;
        height: auto;
    }

    .zy_pro_ys_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
    }
    .zy_pro_ys{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 1.2%;
    }
    .zy_pro_ys_item{
        width: 48.5%;
        margin-right: 3%;
        margin-top: 3%;
        aspect-ratio: 310/350;

    }
    .zy_pro_ys_item:nth-of-type(5n){
        margin-right: 3%;
    }
    .zy_pro_ys_item:nth-of-type(2n){
        margin-right: 0%;
    }
    .zy_pro_ys_item a{
        width: 100%;
        height: 100%;
        background-image: url("../images/pro_ys_back.png");
        background-size: cover;
        background-position: center;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        border-radius: 10px;
        overflow: hidden;

    }
    .zy_pro_ys_item:hover a{
        -moz-box-shadow: 0px 0px 20px 0 rgba(46,106,255,0.1);
        -webkit-box-shadow: 0px 0px 20px 0 rgba(46,106,255,0.1);
        box-shadow: 0px 0px 20px 0 rgba(46,106,255,0.1);
    }
    .zy_pro_ys_item_title{
        font-size: 1.25rem;
        color: #000000;
        font-family: opm;
        text-align: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_pro_ys_item:hover .zy_pro_ys_item_title{
        transform: translateY(-3px);
    }
    .zy_pro_ys_item_ico{
        text-align: center;
        font-size: 0;
        height: 5rem;
        margin-top: 0rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_pro_ys_item:hover .zy_pro_ys_item_ico{
        transform: translateY(-3px);
    }
    .zy_pro_ys_item_ico img{
        width: auto;
        height: 100%;
    }
    .zy_pro_ys_item_des{
        font-size: 1.125rem;
        color: #000000;
        font-family: opm;
        text-align: center;
        line-height: 150%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_pro_ys_item:hover .zy_pro_ys_item_des{
        transform: translateY(-3px);
    }

    .zy_pro_ys_bottom_box{
        width: 94%;
        margin: 0 auto;
        aspect-ratio: auto;
        height: auto;
        padding: 1rem 1rem;
        background-image: url("../images/pro_js_bottom_back.png");
        background-size: cover;
        background-position: center;
        margin-top: 3%;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .zy_pro_ys_bottom{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        font-size: 1rem;
        font-family: opm;
        color: rgba(0,0,0,0.8);
        line-height: 2rem;
    }
    .zy_pro_ys_bottom span{
        padding: 0 1rem;
    }


    .zy_pro_cj_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
    }
    .zy_pro_cj{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 1.2%;
    }
    .zy_pro_cj_item{
        width: 100%;
        margin-right: 0%;
        margin-top: 3%;
        aspect-ratio: 525/178;

    }
    .zy_pro_cj_item:nth-of-type(3n){
        margin-right: 0%;
    }
    .zy_pro_cj_item a{
        width: 100%;
        height: 100%;
        background-image: url("../images/pro_cj_back.png");
        background-size: cover;
        background-position: center;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        border-radius: 10px;
        overflow: hidden;

    }
    .zy_pro_cj_iteml{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
    }
    .zy_pro_cj_item:hover a{
        -moz-box-shadow: 0px 0px 20px 0 rgba(46,106,255,0.1);
        -webkit-box-shadow: 0px 0px 20px 0 rgba(46,106,255,0.1);
        box-shadow: 0px 0px 20px 0 rgba(46,106,255,0.1);
    }
    .zy_pro_cj_item_left{
        width: calc(100% - 7rem);
        height: auto;
    }
    .zy_pro_cj_item_title{
        font-size: 1.25rem;
        color: #000000;
        font-family: opm;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_pro_cj_item:hover .zy_pro_cj_item_title{
        transform: translateY(-3px);
    }
    .zy_pro_cj_item_des{
        font-size: 1rem;
        color: rgba(0,0,0,0.7);
        margin-top: 0.5rem;
        font-family: opm;
        line-height: 150%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_pro_cj_item:hover .zy_pro_cj_item_des{
        transform: translateY(-3px);
    }
    .zy_pro_cj_item_ico{
        text-align: center;
        font-size: 0;
        width: 6rem;
        height: auto;
        margin-top: 0.5rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_pro_cj_item:hover .zy_pro_cj_item_ico{
        transform: translateY(-3px);
    }
    .zy_pro_cj_item_ico img{
        width: 100%;
        height: auto;
    }

    .zy_pro_jz_box{
        width: 100%;
        height: auto;
        padding-bottom: 3rem;
    }
    .zy_pro_jz{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 1.2%;
        position: relative;
    }
    .zy_pro_jz_back_box{
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        top: 2rem;
        left: 0;
        z-index: 0;
        display: none;

    }
    .zy_pro_jz_back{
        height: 100%;
        aspect-ratio: 1/1;
        background: #fdfdff;
        border-radius: 50%;
        padding: 7rem;
    }
    .zy_pro_jz_back&gt;div{
        width: 100%;
        height: 100%;
        background: #f6f8fe;
        border-radius: 50%;
        font-size: 0;
        overflow: hidden;
    }
    .zy_pro_jz_back&gt;div img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .zy_pro_jz_item{
        width: 100%;
        height: auto;
        margin-top: 1.5rem;

    }
    .zy_pro_jz_item a{
        display: block;
        width: 100%;
        height: auto;
        padding: 1.5rem 2rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        background: linear-gradient(to right,rgba(243,246,253,1),rgba(243,246,253,0));
    }
    .zy_pro_jz_item:nth-of-type(odd) a{
        background: linear-gradient(to right,rgba(243,246,253,0),rgba(243,246,253,1));
    }
    .zy_pro_jz_item_title{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .zy_pro_jz_item:nth-of-type(odd) .zy_pro_jz_item_title{
        justify-content: flex-end;
    }
    .zy_pro_jz_item_title_1{
        width: auto;
        height: 1.5rem;
        font-size: 0;
    }
    .zy_pro_jz_item_title_1 img{
        width: auto;
        height: 100%;
    }
    .zy_pro_jz_item_title_2{
        font-size: 1.375rem;
        color: #000000;
        font-family: opm;
        padding-left: 0.3rem;
    }
    .zy_pro_jz_item_title_2 font{
        color: var(--OneColor);
    }
    .zy_pro_jz_item_des{
        font-size: 1.125rem;
        color: rgba(0,0,0,0.8);
        font-family: opm;
        line-height: 160%;
        margin-top: 1rem;
    }
    .zy_pro_jz_item:nth-of-type(odd) .zy_pro_jz_item_des{
        text-align: right;
    }

    /*å…³äºŽæˆ‘ä»¬*/


    .zy_ab_jj_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
        position: relative;
        overflow: hidden;
    }
    .zy_ab_jj_box_back{
        position: absolute;
        font-size: 10.5rem;
        font-family: dm;
        top: 0;
        right: 0rem;
        z-index: 0;
        line-height: 100%;
        background-image: linear-gradient(75deg, rgba(237,239,244,0.5) 35%, #ffffff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-background-size: 100% 100%;
    }
    .zy_ab_jj_box_back1{
        position: absolute;
        z-index: 0;
        width: 46vw;
        aspect-ratio: 887/733;
        left: 0;
        bottom: 0;
        background-image: url("../images/ab_jj_back2.jpg");
        background-size: cover;
        background-position: center;
    }
    .zy_ab_jj_box_back2{
        position: absolute;
        z-index: 0;
        width: 30vw;
        aspect-ratio: 579/787;
        right: 0;
        bottom: 0;
        background-image: url("../images/ab_jj_back1.jpg");
        background-size: cover;
        background-position: center;
    }
    .zy_ab_jj{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .zy_ab_jj_left{
        width: 100%;
        height: auto;
    }
    .zy_ab_jj_left_title{
        font-size: 2rem;
        font-family: opb;
        color: #000000;
    }
    .zy_ab_jj_left_des{
        font-size: 1.125rem;
        color: #182c46;
        line-height: 160%;
        margin-top: 1rem;
    }

    .zy_ab_jj_num{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 1rem;
        position: relative;
    }
    .zy_ab_jj_num:after{
        position: absolute;
        content: '';
        font-size: 0;
        width: 100%;
        height: 1px;
        background: rgba(0,0,0,0.1);
        left: 0;
        bottom: calc((100% - 2rem) / 2);
    }
    .zy_ab_jj_num_item{
        width: 50%;
        height: auto;
        margin-top: 2rem;
        text-align: center;
    }
    .zy_ab_jj_num_item_title{
        font-size: 1.125rem;
        font-family: opm;
        color: #000000;
        padding-left: 0rem;
        margin-top: 1rem;
        text-align: center;
    }
    .zy_ab_jj_num_item_top{
        display: inline-block;
        width: auto;
        height: auto;
        position: relative;
        margin-right: 2rem;
        
    }
    .zy_ab_jj_num_item_top_num{
        font-size: 3.5rem;
        line-height: 100%;
        font-family: db;
        color: var(--OneColor);
        text-align: center;
    }
    .zy_ab_jj_num_item_top_uit{
        position: absolute;
        display: inline-flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: auto;
        height: auto;
        left: calc(100% + 0.5rem);
        top: 0rem;
        font-size: 2.5rem;
        font-family: opm;
        color: var(--OneColor);
    }


    .zy_ab_jj_right{
        width: 100%;
        aspect-ratio: 797/472;
        position: relative;
        cursor: pointer;
        margin-top: 2.5rem;
    }
    .zy_ab_jj_right_img{
        width: 100%;
        height: 100%;
        position: absolute;
        font-size: 0;
        left: 0;
        top: 0;
        z-index: 0;
        border-radius: 10px 10px 50px 10px;
        overflow: hidden;
    }
    .zy_ab_jj_right_img video{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .zy_ab_jj_right_btn{
        width: 70px;
        height: 70px;
        background: linear-gradient(to right,#306bff,#5987fe);
        border-radius: 50%;
        position: absolute;
        z-index: 5;
        right: 9px;
        bottom: 9px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ab_jj_right_on .zy_ab_jj_right_btn{
        opacity: 0;
    }
    .zy_ab_jj_right_btn_svg{
        width: 20px;
        height: 20px;
        position: absolute;
        left: 27px;
        top: 25px;
    }
    .zy_ab_jj_right_btn_svg svg{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        fill:#ffffff;
    }
    .zy_ab_jj_right_btn_title{
        width: 100px;
        height: 100px;
        font-size: 1.125rem;
        color: #FFFFFF;
        position: absolute;
        left: -15px;
        top: -15px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        letter-spacing: 0.5rem;
        transform: rotate(-45deg);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ab_jj_right:hover .zy_ab_jj_right_btn_title{
        transform: rotate(0deg);
    }
    .zy_ab_jj_right_btn_title span:nth-of-type(1){
        display: inline-block;
        width: auto;
        height: auto;
        transform: rotate(-30deg);
    }
    .zy_ab_jj_right_btn_title span:nth-of-type(2){
        display: inline-block;
        width: auto;
        height: auto;
        transform: translateY(-8px) rotate(-15deg);
    }
    .zy_ab_jj_right_btn_title span:nth-of-type(3){
        display: inline-block;
        width: auto;
        height: auto;
        transform: translateY(-8px) rotate(15deg);
    }
    .zy_ab_jj_right_btn_title span:nth-of-type(4){
        display: inline-block;
        width: auto;
        height: auto;
        transform: rotate(30deg);
    }

    .zy_ab_wh{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
        z-index: 5;
        margin-top: 1.5rem;
    }
    .zy_ab_wh_item{
        width: 100%;
        aspect-ratio: auto;
        height: auto;
        background: #FFFFFF;
        border-radius: 10px;
        overflow: hidden;
        padding: 2rem;
        padding-bottom: 5rem;
        margin-top: 1.5rem;
        -moz-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        -webkit-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        box-shadow: 0px 0px 25px 0 rgba(234,240,255,0.7);
        position: relative;
    }
    .zy_ab_wh_item_title{
        font-size: 1.5rem;
        font-family: opm;
        color: #000000;
    }
    .zy_ab_wh_item_des{
        font-size: 1.125rem;
        color: rgba(0,0,0,0.8);
        font-family: opm;
        margin-top: 1rem;
    }
    .zy_ab_wh_item_ico{
        width: 6.5rem;
        height: 6.5rem;
        position: absolute;
        right: 1rem;
        top: 1rem;
        font-size: 0;
    }
    .zy_ab_wh_item_ico img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .zy_ab_wh_item_back{
        position: absolute;
        bottom: -1rem;
        right: 1.5rem;
        font-size: 4.5rem;
        font-family: 'Arial';
        font-weight:400;
        background-image: linear-gradient(to bottom, #f7f9ff 30%, #e9eeff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-background-size: 100% 100%;
        z-index: 5;
        line-height: 100%;
        text-transform: uppercase;
    }

    .zy_ab_lc_box{
        width: 100%;
        height: auto;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .zy_ab_lc_l{
        width: 94%;
        aspect-ratio: auto;
        height: 140vw;
        margin: 0 auto;
        background-image: url("../images/ab_lc_back.jpg");
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }
    .zy_ab_lc_l .zy_title{
        text-align: left;
    }
    .zy_ab_lc_l .zy_ltitle{
        text-align: left;
    }
    .zy_ab_lc{
        width: 100%;
        height: calc(100% - 7rem);
        position: relative;
        overflow: hidden;
    }
    .zy_ab_lc:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 2rem;
        background: #2f6aff;
        left: 0;
        top: calc(50% - 1rem);
        border-radius: 2rem;
    }
    .zy_ab_lc_lbox{
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 0 2rem;
        z-index: 10;
    }
    .zy_ab_lc_item{
        width: 13rem;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        z-index: 5;
    }
    .zy_ab_lc_item2{
        justify-content: flex-end;
    }
    .zy_ab_lc_item_k{
        width: auto;
        height: 50%;
    }
    .zy_ab_lc_item_yuan{
        width: 1rem;
        height: 1rem;
        font-size: 0;
        border-radius: 50%;
        border: 1.5px solid #FFFFFF;
        transform: translateY(-0.5rem);
        position: relative;
    }
    .zy_ab_lc_item2 .zy_ab_lc_item_yuan{
        transform: translateY(0.5rem);
    }
    .zy_ab_lc_item_yuan:after{
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        background: #FFFFFF;
        left: calc(50% - 2px);
        top: calc(50% - 2px);
        border-radius: 50%;
    }
    .zy_ab_lc_item_yuan:before{
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        bottom: calc(0px - 1rem - 7px);
        left: calc(50% - 7px);
        border-color: #2f6aff transparent transparent transparent ;
        border-width: 7px;
        border-style: solid;
    }
    .zy_ab_lc_item2 .zy_ab_lc_item_yuan:before{
        top: calc(0px - 1rem - 7px);
        bottom: auto;
        border-color: transparent transparent #2f6aff transparent ;
    }
    .zy_ab_lc_item_year{
        padding-top: 2rem;
        font-size: 1.625rem;
        font-family: dm;
        color: #2f6aff;
        line-height: 100%;
        transform: translateX(-1.2rem);
    }
    .zy_ab_lc_item2 .zy_ab_lc_item_year{
        padding-top: 0;
        padding-bottom: 2rem;
    }
    .zy_ab_lc_item_des{
        font-size: 1rem;
        color: rgba(0,0,0,0.8);
        font-family: opm;
        line-height: 140%;
        padding-left: 2.5rem;
        position: relative;
        margin-top: 1rem;
        transform: translateX(-1.2rem);
        text-align: justify;
    }
    .zy_ab_lc_item2 .zy_ab_lc_item_des{
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
    .zy_ab_lc_item_des:after{
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        font-size: 0;
        background: #2f6aff;
        border-radius: 50%;
        left: 1.55rem;
        top: 0;
    }
    .zy_ab_lc_item2 .zy_ab_lc_item_des:after{
        top: auto;
        bottom: 0;
    }
    .zy_ab_lc_item_des:before{
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        font-size: 0;
        border-left: 1px dashed #2f6aff;
        left: calc(1.55rem + 2px);
        top: 0;
    }
    .zy_ab_lc_item_des font{
        display: block;
        font-size: 1.125rem;
        font-family: opm;
        color: #2f6aff;
        line-height: 100%;
        margin-bottom: 0.8rem;
    }

    /*è”ç³»æˆ‘ä»¬*/
    .zy_lx_lx_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
    }
    .zy_lx_lx{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 2%;
    }
    .zy_lx_lx_item{
        width: 100%;
        aspect-ratio: auto;
        height: auto;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 2%;
        padding: 2rem 0;
    }
    .zy_lx_lx_item_ico{
        width: auto;
        height: 3.5rem;
        margin: 0 auto;
        font-size: 0;
    }
    .zy_lx_lx_item_ico img{
        width: auto;
        height: 100%;
    }

    .zy_lx_lx_item_con1{
        text-align: center;
        font-size: 1.875rem;
        font-family: dm;
        color: #000000;
        margin-top: 1.5rem;
    }
    .zy_lx_lx_item_con2{
        text-align: center;
        font-size: 1.25rem;
        font-family: opm;
        color: #000000;
        margin-top: 1.5rem;
        line-height: 160%;
    }
    .zy_lx_lx_item_con3{
        text-align: center;
        font-size: 1.5rem;
        font-family: opm;
        color: #000000;
        margin-top: 1.5rem;
    }

    .zy_lx_bs_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
    }
    .zy_lx_bs{
        width: 94%;
        height: auto;
        margin: 0 auto;
    }
    .zy_lx_bs_sw{
        width: 100%;
        height: auto;
            display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .zy_lx_bs_sw .swiper-slide{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 10px;
    }
    .zy_lx_bs_item{
        width: 100%;
        aspect-ratio: auto;
        height: auto;
        background-image: url("../images/lx_bs_back.jpg");
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 3%;
        margin-right: 0%;
        -moz-box-shadow: 0px 0px 10px 0 rgba(0,32,64,0.06);
        -webkit-box-shadow: 0px 0px 10px 0 rgba(0,32,64,0.06);
        box-shadow: 0px 0px 10px 0 rgba(0,32,64,0.06);
        padding: 2rem 2rem 2rem 2rem;
    }
    .zy_lx_bs_item:nth-of-type(3n){
        margin-right: 0%;
    }
    .zy_lx_bs_item_title{
        font-size: 1.5rem;
        font-family: opm;
        color: var(--OneColor);
    }
    .zy_lx_bs_item_con{
        font-size: 1rem;
        color: rgba(0,0,0,0.8);
        font-family: opm;
        line-height: 170%;
        margin-top: 1rem;
    }

    .zy_lx_bs_pagination{
        width: 100%;
        height: auto;
        text-align: center;
        position: relative;
        margin-top: 3rem;
        bottom: 0;
    }

    .zy_lx_bs_pagination .swiper-pagination-bullet { 
        display: inline-block; 
        width:1rem; 
        height:1rem;  
        background: #ccc;
        border-radius: 50%;
        margin-left: 1rem;
        cursor: pointer;  
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_lx_bs_pagination .swiper-pagination-bullet-active{ 
        background: var(--OneColor);
    }

    /*æ–°é—»ä¸­å¿ƒ*/
    .zy_new_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
    }
    .zy_new{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .zy_new_item{
        width: 48.5%;
        height: auto;
        margin-right: 3%;
        background: #FFFFFF;
        margin-top: 2rem;
        border-radius: 8px;
        -moz-box-shadow: 0px 15px 25px 0 rgba(0,32,64,0.11);
        -webkit-box-shadow: 0px 15px 25px 0 rgba(0,32,64,0.11);
        box-shadow: 0px 15px 25px 0 rgba(0,32,64,0.11);
    }
    .zy_new_item:nth-of-type(1),.zy_new_item:nth-of-type(2),.zy_new_item:nth-of-type(3){
        margin-top: 0;
    }
    .zy_new_item:nth-of-type(3){
        margin-top: 2rem;
    }
    .zy_new_item:nth-of-type(3n){
        margin-right: 3%;
    }
    .zy_new_item:nth-of-type(2n){
        margin-right: 0;
    }
    .zy_new_item_img{
        width: 100%;
        aspect-ratio: 501/277;
        font-size: 0;
        border-radius: 8px;
        overflow: hidden;
    }
    .zy_new_item_img img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        transform: perspective(100px) translateZ(0px);
    }
    .zy_new_item:hover .zy_new_item_img img{
        transform: perspective(100px) translateZ(3px);
    }
    .zy_new_item_con{
        width: 100%;
        aspect-ratio: 501/298;
        border-radius: 8px;
        overflow: hidden;
        background: #FFFFFF;
        position: relative;
        z-index: 5;
        margin-top: -10px;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_new_item:hover .zy_new_item_con{
        transform: translateY(-10px);
    }
    .zy_new_item_con_title{
        font-size: 1.125rem;
        font-family: opm;
        color: #000000;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_new_item:hover .zy_new_item_con_title{
        color: var(--OneColor);
    }
    .zy_new_item_con_time{
        font-size: 1rem;
        font-family: opm;
        color: rgba(0,0,0,0.6);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_new_btn{
        text-align: center;
        margin-top: 2rem;
    }
    .zy_new_btn a{
       cursor: pointer;
    }
    /*æ–°é—»è¯¦æƒ…*/
    .zy_snew{
        width: 100%;
        height: auto;
        position: relative;
        padding-top: 3rem;
    }
    .zy_snew_back1{
        position: absolute;
        z-index: 0;
        width: 18%;
        aspect-ratio: 347/575;
        background-image: url("../images/snew_back1.png");
        background-size: cover;
        background-position: center;
        right: 0;
        top: 40rem;
    }
    .zy_snew_back2{
        position: absolute;
        z-index: 0;
        width: 16.5%;
        aspect-ratio: 316/732;
        background-image: url("../images/snew_back2.png");
        background-size: cover;
        background-position: center;
        left: 0;
        top: 30%;
    }
    .zy_snew_top{
        width: 94%;
        height: auto;
        margin: 0 auto;
        position: relative;
    }

    .zy_snew_time{
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 1.125rem;
        color: rgba(0,0,0,0.5);
        font-family: opm;
    }
    .zy_snew_time span{
        padding: 0 0.3rem;
    }
    .zy_snew_fh{
        position: absolute;
        width: 3rem;
        height: 3rem;
        font-size: 0;
        left: 0;
        top: calc(50% - 1.5rem);
        z-index: 5;
    }
    .zy_snew_fh a{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 2px solid var(--OneColor);
        border-radius: 50%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .zy_snew_fh a:hover{
        box-shadow: 0px 0px 25px 0 rgba(46,106,255,0.4);
        transform: translateY(-5px);
        background: #FFFFFF;
    }
    .zy_snew_fh a svg{
        width: 50%;
        height: 50%;
        margin: 0 auto;
        fill:var(--OneColor);
    }
    .zy_snew_title{
        width: 94%;
        height: auto;
        margin: 0 auto;
        margin-top: 3rem;
        font-size: 1.75rem;
        font-family: opm;
        text-align: center;
    }
    .zy_snew_line{
        width: 94%;
        height: 1px;
        margin: 2rem auto;
        font-size: 0;
        background: rgba(0,0,0,0.1);
    }
    .zy_snew_des{
        width: 94%;
        height: auto;
        margin: 0 auto;
        font-size: 1.125rem;
        font-family: opm;
        background: #eaf0ff;
        margin-top: 3rem;
        padding: 1.5rem;
        border-radius: 10px;
        line-height: 150%;
        position: relative;
    }
    .zy_snew_des_ico{
        position: absolute;
        width: auto;
        height: 2rem;
        font-size: 0;
        right: 1.5rem;
        top: -1rem;
    }
    .zy_snew_des_ico img{
        width: auto;
        height: 100%;
    }
    .zy_snew_con{
        width: 94%;
        height: auto;
        margin: 0 auto;
        padding-top: 2rem;
        font-size: 1.125rem;
        font-family: opm;
        color: rgba(0,0,0,0.8);
        line-height: 180%;
    }
    .zy_snew_con img{
        max-width: 100%;
    }
    .zy_snew_cons{
        width: 94%;
        height: auto;
        margin: 0 auto;
        font-size: 1.125rem;
        font-family: opm;
        color: rgba(0,0,0,0.8);
        line-height: 180%;
        padding-bottom: 3rem;
    }
    .zy_snew_cons img{
        max-width: 100%;
    }
    .zy_snew_tj_box{
        width: 94%;
        height: auto;
        margin: 0 auto;
        padding: 3rem 0;
        padding-top: 1rem;
    }
    .zy_snew_tj_title{
        font-size: 2rem;
        font-family: opm;
        color: #000000;
    }
    .zy_snew_tj{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 2rem;
    }

    /*è§£å†³æ–¹æ¡ˆ*/

    .zy_fa_sj_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
    }
    .zy_fa_sj{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 2%;
    }
    .zy_fa_sj_left{
        width: 100%;
        height: auto;
    }
    .zy_fa_sj_title{
        font-size: 1.5rem;
        color: #000000;
        font-family: opm;
        padding-bottom: 0.5rem;
        text-align: center;
    }
    .zy_fa_sj_ltitle{
        font-size: 1.125rem;
        color: #000000;
        font-family: opm;
        margin-top: 1.5rem;
        background-image: url("../images/ma_td_d.svg");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1.3rem;
        padding-left: 2rem;
    }
    .zy_fa_sj_des{
        font-size: 1.125rem;
        color: rgba(0,0,0,0.6);
        font-family: opm;
        line-height: 140%;
        margin-top: 0.5rem;
        padding-left: 2rem;
    }


    .zy_fa_sj_right{
        width: 100%;
        height: auto;
        font-size: 0;
        margin-top: 2rem;
    }
    .zy_fa_sj_right img{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .zy_fa_item_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
        background: #f5f8fb;
    }
    .zy_fa_item_box2{
        width: 100%;
        height: auto;
        padding: 3rem 0;
    }
    .zy_fa_item{
        width: 94%;
        height: auto;
        margin: 0 auto;
        margin-top: 1.5rem;
    }
    .zy_fa_item img{
        width: 100%;
        height: auto;
    }

    .zy_fa_fw_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
        padding-bottom: 3rem;
    }
    .zy_fa_fw{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 2%;
    }
    .zy_fa_fw_item{
        width: 48.5%;
        aspect-ratio: 302/307;
        background: #FFFFFF;
        border-radius: 10px;
        margin-right: 3%;
        margin-top: 3%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        -moz-box-shadow: 0px 0px 35px 0 rgba(35,122,250,0.05);
        -webkit-box-shadow: 0px 0px 35px 0 rgba(35,122,250,0.05);
        box-shadow: 0px 0px 35px 0 rgba(35,122,250,0.05);
        overflow: hidden;
    }
    .zy_fa_fw_item:nth-of-type(5n){
        margin-right: 3%;
    }
    .zy_fa_fw_item:nth-of-type(2n){
        margin-right: 0;
    }
    .zy_fa_fw_item:hover{
        -moz-box-shadow: 0px 0px 35px 0 rgba(35,122,250,0.21);
        -webkit-box-shadow: 0px 0px 35px 0 rgba(35,122,250,0.21);
        box-shadow: 0px 0px 35px 0 rgba(35,122,250,0.21);
    }
    .zy_fa_fw_item_ico{
        width: 6rem;
        height: 6rem;
        font-size: 0;
        background: linear-gradient(to right,#257bfa,#6ea6fa);
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
    }
    .zy_fa_fw_item_ico img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .zy_fa_fw_item_title{
        text-align: center;
        font-size: 1.25rem;
        font-family: opm;
        color: #000000;
        margin-top: 1.5rem;
    }

    .zy_fa_fw_item_con{
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        padding: 1.5rem 1.5rem;
        overflow: auto;
        top: 0;
        left: 0;
        z-index: 10;
        border-radius: 10px;
        background: #FFFFFF;
        transform: translateY(100%);
        font-family: opm;
        font-size: 1.125rem;
        color: rgba(0,0,0,0.8);
        line-height: 150%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        text-align: justify;
    }
    .zy_fa_fw_item:hover .zy_fa_fw_item_con{
        transform: translateY(0%);
    }
    .zy_fa_fw_item_con:after{
        position: absolute;
        content: '';
        font-size: 0;
        width: 100%;
        height: 0px;
        background: var(--OneColor);
        left: 0;
        top: 7px;
        opacity: 0;
        -webkit-transition: all 0.3s 0.4s;
        -moz-transition: all 0.3s 0.4s;
        transition: all 0.3s 0.4s;
        display: none;
    }
    .zy_fa_fw_item:hover .zy_fa_fw_item_con:after{
        height: 7px;
        top: 0px;
        opacity: 1;
    }

    .zy_fa_qy{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 1.5rem;
    }
    .zy_fa_qy_left{
        width: 100%;
        height: auto;
        aspect-ratio: auto;
        background: #FFFFFF;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 8px;
        padding: 3rem;
    }
    .zy_fa_qy_swbox{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .zy_fa_qy_swbox:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 6px;
        background: linear-gradient(to right,#316cff,#5887fe);
        left: 0;
        font-size: 0;
        top: calc(50% - 3px);
        display: none;
    }
    .zy_fa_qy_sw{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .zy_fa_qy_sw:before{
        position: absolute;
        content: '';
        font-size: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: linear-gradient(to right,#316cff,#5887fe);
        left: 0;
        top: calc(50% - 10px);
    }
    .zy_fa_qy_sw:after{
        position: absolute;
        content: '';
        font-size: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: linear-gradient(to right,#316cff,#5887fe);
        right: 0;
        top: calc(50% - 10px);
    }
    .zy_fa_qy_sw .swiper-slide{
        width: 100%;
        height: auto;
    }

    .zy_fa_qy_sw_1{
        width: 100%;
        height: calc(50% - 2rem);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        text-align: center;
        font-size: 3.125rem;
        font-family: dm;
        color: var(--OneColor);
        padding-bottom: 1rem;
    }
    .zy_fa_qy_sw .swiper-slide2 .zy_fa_qy_sw_1{
        justify-content: flex-start;
        padding-top: 1rem;
    }

    .zy_fa_qy_sw_2{
        width: 2rem;
        height: 2rem;
        background: linear-gradient(to right,#316cff,#5887fe);
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
    }
    .zy_fa_qy_sw_2:after{
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        background: #FFFFFF;
        border-radius: 50%;
        left: calc(50% - 3px);
        top: calc(50% - 3px);
    }
    .zy_fa_qy_sw_3{
        width: 100%;
        height: calc(50% - 2rem);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0 2rem;
        padding-top: 1.5rem;
    }
    .zy_fa_qy_sw .swiper-slide2 .zy_fa_qy_sw_3{
        justify-content: flex-end;
        padding-bottom: 1.5rem;
    }
    .zy_fa_qy_sw_3_title{
        text-align: center;
        font-size: 1.5rem;
        font-family: opm;
        color: #000000;
    }
    .zy_fa_qy_sw_3_des{
        text-align: center;
        font-size: 1.125rem;
        font-family: opm;
        color: rgba(0,0,0,0.8);
        line-height: 150%;
        margin-top: 1rem;
        max-height: 100vh;
        overflow: auto;
    }
    .zy_fa_qy_sw_btn{
        position: absolute;
        width: 2.8rem;
        height: 2.8rem;
        background: linear-gradient(to right,#316cff,#5887fe);
        border-radius: 50%;
        top: calc(50% - 1.4rem);
        font-size: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 20;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_fa_qy_sw_btn_hide{
        opacity: 0;
    }
    .zy_fa_qy_sw_btn svg{
        width: 60%;
        height: 60%;
        margin: 0 auto;
        fill:#ffffff;
    }

    .zy_fa_qy_sw_btn_left{
        left: 0;
    }
    .zy_fa_qy_sw_btn_right{
        right: 0;
    }




    .zy_fa_qy_right{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .zy_fa_qy_item{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 1.5rem;
    }
    .zy_fa_qy_item_ico{
        width: 25%;
        aspect-ratio: 1/1;
        overflow: hidden;
        background: #FFFFFF;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 14px;
        font-size: 0;
    }
    .zy_fa_qy_item_ico img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .zy_fa_qy_item_con{
        width: 70%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .zy_fa_qy_item_con_title{
        font-size: 1.5rem;
        font-family: opm;
        color: #000000;
    }
    .zy_fa_qy_item_con_des{
        font-size: 1.125rem;
        font-family: opm;
        color: rgba(0,0,0,0.8);
        line-height: 140%;
        margin-top: 1rem;
    }

    /*é¦–é¡µ*/
    .zy_banner{
        width: 100%;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }
    .zy_banner_img{
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 0;
        left: 0;
        top: 0;
    }
    .zy_banner_img img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .zy_banner_img video{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .zy_banner_text{
        position: absolute;
        top: 33vh;
        width: 100%;
        text-align: center;

    }
    .zy_banner_text_1{
        font-size: 2.85rem;
        color: var(--OneColor);
            font-weight: bold;
    }
    .zy_banner_text_2{
        font-size: 2.25rem;
        color: #000000;
        font-weight: bold;
    }
    .zy_id_fw_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
        /*background-image: url("../images/id_fw_back.jpg");*/
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .zy_id_fw{
        width: 94%;
        height: auto;
        margin: 0 auto;
    }
    .zy_id_title{
        width: 94vw;
        height: auto;
        margin: 0 auto;
    }
    .zy_id_title_en{
        font-family: dm;
        font-size: 4rem;
        color: rgba(0,0,0,0.03);
        text-transform: uppercase;
        line-height: 100%;
    }
    .zy_id_title_cn{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-top: -2.2rem;
    }
    .zy_id_title_cn_text{
        font-size: 2rem;
        font-family: opm;
        color: #000000;
        line-height: 100%;
    }
    .zy_id_title_cn_ico{
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background: var(--OneColor);
        font-size: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0.5rem;
    }
    .zy_id_title_cn_ico svg{
        width: 60%;
        height: 60%;
        fill:#ffffff;
    }

    .zy_id_fw_menu{
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        padding:1rem 0;
        margin-top: 0rem;
    }
    .zy_id_fw_menu:after{
        position: absolute;
        content: '';
        font-size: 0;
        width: 100%;
        height: 2.5px;
        background: #dedede;
        top: 0;
        left: 0;
        display: none;
    }
    .zy_id_fw_menu_line{
        position: absolute;
        left: 0;
        top: 0;
        height: 2.5px;
        font-size: 0;
        background: var(--OneColor);
        z-index: 5;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        display: none;
    }
    .zy_id_fw_menu_item{
        width: 48%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 0rem;
        cursor: pointer;
        margin-top: 1.5rem;
    }
    .zy_id_fw_menu_item_ico{
        width: 2rem;
        height: 2rem;
        font-size: 0;
        margin-right: 1rem;
    }
    .zy_id_fw_menu_item_ico svg{
        width: 100%;
        height: 100%;
        fill:rgba(0,0,0,0.5);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_id_fw_menu_item_on .zy_id_fw_menu_item_ico svg{
        fill:var(--OneColor);
    }
    .zy_id_fw_menu_item_title{
        font-size: 1.125rem;
        font-family: opm;
        color: #000000;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        padding-top: 0.3rem;
    }
    .zy_id_fw_menu_item_on .zy_id_fw_menu_item_title{
        color:var(--OneColor);
    }

    .zy_id_fw_sw{
        width: 100%;
        aspect-ratio: auto;
        height: 70vw;
    }
    .zy_id_fw_sw .swiper-slide{
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }
    .zy_id_fw_sw_img{
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        font-size: 0;
        border-radius: 10px;
        overflow: hidden;
    }
    .zy_id_fw_sw_img img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .zy_id_fw_sw_con{
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        background-image: url("../images/id_fw_n_back.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 1rem 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .zy_id_fw_sw_con_ico{
        width: auto;
        height: 2.5rem;
        font-size: 0;
    }
    .zy_id_fw_sw_con_ico svg{
        width: auto;
        height: 100%;
        fill:#ffffff;
    }
    .zy_id_fw_sw_con_title{
        font-size: 1.5rem;
        color: #FFFFFF;
        font-family: opm;
        margin-top: 1.25rem;
    }
    .zy_id_fw_sw_con_des{
        font-size: 1rem;
        color: #FFFFFF;
        margin-top: 1rem;
        line-height: 160%;
        padding-bottom: 2rem;
    }

    .zy_id_fw_sw_con_btn{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 4rem;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    .zy_id_fw_sw_con_btn_l{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .zy_id_fw_sw_con_btn_text{
        font-size: 1rem;
        color: #FFFFFF;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_id_fw_sw_con_btn:hover .zy_id_fw_sw_con_btn_text{
        transform: translateX(0.5rem);
    }
    .zy_id_fw_sw_con_btn_ico{
        font-size: 0;
        width: auto;
        height: 1.8rem;
    }
    .zy_id_fw_sw_con_btn_ico svg{
        width: auto;
        height: 100%;
        fill:#ffffff;
        transform: rotate(-45deg);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_id_fw_sw_con_btn:hover .zy_id_fw_sw_con_btn_ico svg{
        transform: rotate(0deg);
    }

    .zy_id_fa_box{
        width: 100%;
        height: 100vw;
        position: relative;
    }
    .zy_id_fa_title{
        width: 100%;
        height: auto;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 3rem;
    }

    .zy_id_fa_title .zy_id_title_en{
        color: rgba(255,255,255,0.1);
    }
    .zy_id_fa_title .zy_id_title_cn_text{
        color: #FFFFFF;
    }
    .zy_id_fa_sw{
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        left: 0;
        top: 0;
        display: none;
    }
    .zy_id_fa_sw_img{
        width: 100%;
        height: 100%;
        font-size: 0;
    }
    .zy_id_fa_sw_img img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .zy_id_fa{
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 3;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        display: none;
    }
    .zy_id_fa_item{
        width: 100%;
        height: 100%;
        border-left: 1px solid rgba(255,255,255,0.1);
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_id_fa_item_on{
        background: rgba(0,0,0,0.5);
    }
    .zy_id_fa_item:first-of-type{
        border-left: 1px solid rgba(255,255,255,0);
    }

    .zy_id_fa_item_top{
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
        left: 0;
        z-index: 5;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    .zy_id_fa_item_on .zy_id_fa_item_top{
        transform: translateY(100%);
    }
    .zy_id_fa_item_top_ico{
        font-size: 0;
        text-align: center;
        width: 100%;
        height: 3.5rem;
    }
    .zy_id_fa_item_top_title{
        font-size: 1.375rem;
        font-family: opm;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .zy_id_fa_item_top_ico img{
        width: auto;
        height: 100%;
    }

    .zy_id_fa_item_con{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        transform: translateY(100%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 6rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_id_fa_item_on .zy_id_fa_item_con{
        transform: translateY(0%);
    }
    .zy_id_fa_item_con_ico{
        font-size: 0;
        text-align: center;
        width: 100%;
        height: 3.5rem;
    }
    .zy_id_fa_item_con_ico img{
        width: auto;
        height: 100%;
    }
    .zy_id_fa_item_con_title{
        font-size: 1.375rem;
        font-family: opm;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        padding: 0 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .zy_id_fa_item_con_des{
        font-size: 1.125rem;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        padding: 0 4rem;
        line-height: 160%;
    }
    .zy_id_fa_item_con_btn{
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 2rem;
    }
    
    .zy_id_faphone_box{
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }
    .zy_id_faphone_sw{
        width: 100%;
        height: 100%;
    }
    .zy_id_faphone_sw .swiper-slide{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .zy_id_faphone_sw_img{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 0;
    }
	.zy_id_faphone_sw_img img{
		width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	}
	
    .zy_id_faphone_btn{
        width: 3rem;
        height: 3rem;
        position: absolute;
        top: calc(50% - 1.5rem + 5rem);
        z-index: 20;
    }
    .zy_id_faphone_btn svg{
        width: 100%;
        height: 100%;
        fill:rgba(255,255,255,0.6);
    }
    .zy_id_faphone_btn_left{
        left: 0.5rem;
    }
    .zy_id_faphone_btn_right{
        right: 0.5rem;
    }
    
    
    .zy_id_btn{
        width: auto;
        height: 3.2rem;
        padding: 0 1.5rem;
        margin: 0 auto;
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to right,#2f6aff,#5987fe);
        border-radius: 3.2rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_id_btn_text{
        font-size: 1.125rem;
        color: #FFFFFF;
    }
    .zy_id_btn_ico{
        font-size: 0;
        width: 2rem;
        height: 2rem;
        background: #FFFFFF;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0.2rem;
        margin-left: 1rem;
    }
    .zy_id_btn_ico svg{
        width: 40%;
        height: 40%;
        fill:var(--OneColor);

    }

    .zy_id_btn:hover{
        box-shadow: 0px 0px 25px 0 rgba(46,106,255,0.7);
        transform: translateY(-5px);
    }



    .zy_id_pro_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
        /*background-image: url("../images/id_pro_back.jpg");*/
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .zy_id_pro{
        width: 94%;
        aspect-ratio: auto;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 0.5rem;
    }
    .zy_id_pro_item{
        width: 100%;
        height: auto;
        aspect-ratio: 4/2; 
        overflow: hidden;
        border-radius: 10px;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        margin-top: 1.5rem;
    }
    .zy_id_pro_item_on{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .zy_id_pro_item_img{
        width: 100%;
        height: 100%;
        font-size: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        left: 0;
    }
    .zy_id_pro_item_on .zy_id_pro_item_img{
        left: 0;
    }
    .zy_id_pro_item_img img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .zy_id_pro_item_title{
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 1.25rem;
        color: #FFFFFF;
        font-family: opm;
        position: absolute;
        z-index: 5;
        bottom: 0;
        left: 0;
        padding-bottom: 1.5rem;
        opacity: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_id_pro_item_on .zy_id_pro_item_title{
        transform: translateY(0%);
        opacity: 1;
    }


    .zy_id_pro_item_bottom{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: calc(800px * 0.9);
        width: calc(var(--mainwidth) * 0.5 * 0.9);
        height: auto;
        padding: 2rem 0;
        border-top: 1px solid rgba(255,255,255,1);
        position: absolute;
        bottom: 0;
        left: 5%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        transform: translateY(100%);
        opacity: 0;
    }
    .zy_id_pro_item_on .zy_id_pro_item_bottom{
        transform: translateY(100%);
        opacity: 0;
    }

    .zy_id_pro_item_bottom_title{
        font-size: 1.375rem;
        font-family: opm;
        color: #FFFFFF;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .zy_id_pro_item_bottom_ico{
        font-size: 0;
        width: auto;
        height: 1.8rem;
    }
    .zy_id_pro_item_bottom_ico svg{
        width: auto;
        height: 100%;
        fill:#ffffff;
        transform: rotate(-45deg);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .zy_id_ab_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
        background-image: url("../images/id_ab_back.jpg");
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }

    .zy_id_ab_box .zy_id_title_en{
        color: rgba(255,255,255,0.1);
    }
    .zy_id_ab_box .zy_id_title_cn_text{
        color: #FFFFFF;
    }

    .zy_id_ab{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .zy_id_ab_con{
        width: 100%;
        height: auto;
        font-size: 1.125rem;
        color: #FFFFFF;
        font-family: opm;
        line-height: 170%;
        margin-top: 2rem;
    }
    .zy_id_ab_btn{
        margin-top: 2rem;
    }


    .zy_id_ab_num{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 1rem;
        position: relative;
    }
    .zy_id_ab_num_item{
        width: 50%;
        height: auto;
        margin-top: 2rem;
        padding-right: 1rem;
        text-align: center;
    }
    .zy_id_ab_num_item_title{
        font-size: 1.125rem;
        font-family: opm;
        color: #FFFFFF;
        padding-left: 0.3rem;
        margin-top: 1rem;
    }
    .zy_id_ab_num_item_top{
        display: inline-block;
        width: auto;
        height: auto;
        position: relative;
        margin-right: 2rem;
    }
    .zy_id_ab_num_item_top_num{
        font-size: 4rem;
        line-height: 100%;
        font-family: db;
        color: #FFFFFF;
    }
    .zy_id_ab_num_item_top_uit{
        position: absolute;
        display: inline-flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: auto;
        height: auto;
        left: calc(100% + 0.5rem);
        top: 0rem;
        font-size: 2.5rem;
        font-family: opm;
        color: #FFFFFF;
    }

    .zy_id_ab_video{
        position: relative;
        width: 100%;
        height: auto;
        right: 0;
        top: 0rem;
        z-index: 5;
        padding-top: 3rem;
    }
    .zy_id_ab_video_text{
        width: 100%;
        height: auto;
        font-size: 10rem;
        font-family: dm;
        line-height: 100%;
        color: #FFFFFF;
        background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-background-size: 100% 100%;
        text-transform: uppercase;
    }
    .zy_id_ab_video_btn_box{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 2rem;
    }
    .zy_id_ab_video_btn{
        width: 6rem;
        height: 6rem;
        border-radius: 50%;
        background: rgba(255,255,255,0.4);
        padding: 0.9rem;
        font-size: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_id_ab_video_btn:hover{
        background: rgba(255,255,255,1);
    }
    .zy_id_ab_video_btn_l{
        width: 100%;
        height: 100%;
        background: linear-gradient(to right,#306cff,#5887fe);
        border-radius: 50%;
        padding: 35%;
    }
    .zy_id_ab_video_btn_l svg{
        fill:#ffffff;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_id_ab_video_btn:hover .zy_id_ab_video_btn_l svg{
        transform: translateX(3px);
    }

    .zy_id_hb_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
       /* background-image: url("../images/id_hb_back.jpg");*/
        background-size: cover;
        background-position: center;
    }
    .zy_id_hb_menu{
        width: 94%;
        height: 4rem;
        margin: 0 auto;
        margin-top: 2rem;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        border-bottom: 3px solid #eeeeee;
    }
    .zy_id_hb_menu span{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 1.125rem;
        font-family: opm;
        color: #182c46;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        position: relative;
        cursor: pointer;
    }
    .zy_id_hb_menu span.zy_id_hb_menu_son{
        color: #0d3589;
    }
    .zy_id_hb_menu span:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background: #0d3589;
        font-size: 0;
        left: 0;
        bottom: -2px;
        transform:scaleX(0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_id_hb_menu span.zy_id_hb_menu_son:after{
        transform:scaleX(1);
    }

    .zy_id_hb_bsw{
        width: 100%;
        height: auto;
    }
    .zy_id_hb_bsw .swiper-wrapper .swiper-slide{
        width: 100%;
        height: auto;
    }
    .zy_id_hb_sw{
        width: 100%;
        height: auto;
    }
    .zy_id_hb_sw .swiper-wrapper .swiper-slide{
        padding:2rem 1.5rem;
    }
    .zy_id_hb_sw_logo{
        width: 7rem;
        height: 7rem;
        background: #FFFFFF;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 0;
        margin: 0 auto;
        -moz-box-shadow: 0px 0px 46px 0 rgba(13,53,137,0.13);
        -webkit-box-shadow: 0px 0px 46px 0 rgba(13,53,137,0.13);
        box-shadow: 0px 0px 46px 0 rgba(13,53,137,0.13);
        position: relative;
        z-index: 5;
    }
    .zy_id_hb_sw_logo img{
        width: 95%;
        height: auto;
    }
    .zy_id_hb_sw_con{
        width: 100%;
        height: auto;
        background: #FFFFFF;
        position: relative;
        z-index: 0;
        margin-top: -3.5rem;
        border-radius: 10px;
        overflow: hidden;
        padding: 1.5rem;
        padding-top: 3rem;
        -moz-box-shadow: 0px 0px 46px 0 rgba(13,53,137,0.13);
        -webkit-box-shadow: 0px 0px 46px 0 rgba(13,53,137,0.13);
        box-shadow: 0px 0px 46px 0 rgba(13,53,137,0.13);
    }
    .zy_id_hb_sw_con_yh1{
        width: 100%;
        height: 1.6rem;
        font-size: 0;
    }
    .zy_id_hb_sw_con_yh1&gt;img{
        width: auto;
        height: 100%;
    }
    .zy_id_hb_sw_con_yh2{
        width: 100%;
        height: 1.6rem;
        font-size: 0;
        text-align: right;
    }
    .zy_id_hb_sw_con_yh2&gt;img{
        width: auto;
        height: 100%;
        transform: rotate(180deg);
    }
    .zy_id_hb_sw_con_des{
        padding: 1rem 1rem;
        font-size: 1rem;
        color: #000000;
        line-height: 150%;
        text-align: justify;
        height: 15rem;
        overflow: hidden;
    }
    .zy_id_hb_sw_con_title{
        font-size: 1.125rem;
        color: rgba(0,0,0,0.5);
        font-family: opm;
        text-align: center;
    }


    .zy_id_hbl_cbox{
        width: 100%;
        height: calc(25vw * 58 / 164 * 2 + 2vw);
        overflow: hidden;
        position: relative;
    }
    .zy_id_hbl_con{
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        height: calc(25vw * 58 / 164);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .zy_id_hbl_cbox_back1{
        position: absolute;
        content: '';
        font-size: 0;
        width: 25vw;
        height: calc(25vw * 58 / 164);
        left: 0;
        top: 0;
        background: linear-gradient(to right,rgba(238,239,246,1),rgba(238,239,246,0));
        z-index: 5;
    }
    .zy_id_hbl_cbox_back2{
        position: absolute;
        content: '';
        font-size: 0;
        width: 25vw;
        height: calc(25vw * 58 / 164);
        right: 0;
        top: 0;
        background: linear-gradient(to left,rgba(238,239,246,1),rgba(238,239,246,0));
        z-index: 5;
    }
    .zy_id_hbl_cbox_back3{
        position: absolute;
        content: '';
        font-size: 0;
        width: 6vw;
        height: calc(25vw * 58 / 164);
        left: 0;
        bottom: 0;
        background: linear-gradient(to right,rgba(238,239,246,1),rgba(238,239,246,0));
        z-index: 5;
    }
    .zy_id_hbl_cbox_back4{
        position: absolute;
        content: '';
        font-size: 0;
        width: 6vw;
        height: calc(25vw * 58 / 164);
        right: 0;
        bottom: 0;
        background: linear-gradient(to left,rgba(238,239,246,1),rgba(238,239,246,0));
        z-index: 5;
    }
    .zy_id_hbl_con1{
        top: 0;
    }
    .zy_id_hbl_con2{
        top: calc(25vw * 58 / 164 + 2vw);
    }

    .zy_id_hbl_con_item{
        width: 25vw;
        margin-right: 2vw;
        height: calc(25vw * 58 / 164);
        font-size: 0;
        border-radius: 5px;
        overflow: hidden;
    }
    .zy_id_hbl_con_item&gt;a&gt;img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }


    .zy_id_new_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
        background-image: url("../images/id_new_back.jpg");
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .zy_id_new{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 2rem;
    }
    .zy_id_new_left{
        width: 100%;
        height: auto;
        border-radius: 10px;
        -moz-box-shadow: 0px 0px 46px 0 rgba(13,53,137,0.13);
        -webkit-box-shadow: 0px 0px 46px 0 rgba(13,53,137,0.13);
        box-shadow: 0px 0px 46px 0 rgba(13,53,137,0.13);
        background: #FFFFFF;
    }
    .zy_id_new_left_img{
        width: 100%;
        aspect-ratio: 501/277;
        font-size: 0;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }
    .zy_id_new_left_img img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        transform: perspective(100px) translateZ(0px);
    }
    .zy_id_new_left:hover .zy_id_new_left_img img{
        transform: perspective(100px) translateZ(4px);
    }
    .zy_id_new_left_con{
        position: relative;
        z-index: 5;
        width: 100%;
        background: #FFFFFF;
        border-radius: 10px;
        overflow: hidden;
        margin-top: -20px;
        aspect-ratio: 780/226;
        padding: 1rem 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_id_new_left:hover .zy_id_new_left_con{
        transform: translateY(-10px);
    }
    .zy_id_new_left_con_title{
        font-size: 1.375rem;
        font-family: opm;
    }
    .zy_id_new_left_con_title span{
        color: #000000;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_id_new_left:hover .zy_id_new_left_con_title span{
        color: var(--OneColor);
    }
    .zy_id_new_left_con_time{
        font-size: 1rem;
        font-family: opm;
        color: rgba(0,0,0,0.6);
    }
    .zy_id_new_left_con_time span{
        color: rgba(0,0,0,0.6);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .zy_id_new_right{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 1.5rem;
    }
    .zy_id_new_right_item{
        width: 100%;
        height: auto;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 1rem 0;
    }
    .zy_id_new_right_item a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .zy_id_new_right_item_title{
        font-size: 1.25rem;
        font-family: opm;
        color: rgba(0,0,0,0.7);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_id_new_right_item:hover .zy_id_new_right_item_title{
        color: rgba(0,0,0,1);
    }
    .zy_id_new_right_item_time{
        font-size: 1rem;
        color: rgba(0,0,0,0.5);
        margin-top: 0.5rem;
    }


    /*è£èª‰èµ„è´¨*/
    .zy_ry_zs_box{
        width: 100%;
        height: auto;
        padding: 3rem 0;
        background-image: url("../images/ry_back1.jpg");
        background-size: cover;
        background-position: center;
    }
    .zy_ry_zs{
        width: 94%;
        height: auto;
        margin: 0 auto;
        position: relative;
    }
    .zy_ry_zs_sw{
        width: 100%;
        height: auto;
    }

    .zy_ry_zs_sw_img{
        width: 100%;
        aspect-ratio: 489/322;
        font-size: 0;
        -moz-box-shadow: 0px 0px 25px 0 rgba(0,0,0,0.08);
        -webkit-box-shadow: 0px 0px 25px 0 rgba(0,0,0,0.08);
        box-shadow: 0px 0px 25px 0 rgba(0,0,0,0.08);
    }
    .zy_ry_zs_sw_img img{
        width: 100%;
        height: auto;
    }
    .zy_ry_zs_sw .swiper-slide{
        width: 100%;
        height: auto;
        padding: 0rem 0rem;
        padding-top: 1rem;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        transition: all 0.8s;
        transform-origin: 50% 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transform: scale(0.6);
    }
    .zy_ry_zs_sw .swiper-slide-active{
        transform: scale(1);
    }
    .zy_ry_zs_sw .swiper-slide-active + .swiper-slide + .swiper-slide{
        width: 100%;
        height: auto;
    }
    .zy_ry_zs_sw_title{
        text-align: center;
        font-size: 1rem;
        color: rgba(0,0,0,0.6);
        font-family: opm;
        margin-top: 1rem;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        transition: all 0.8s;
    }

    .zy_ry_zs_sw .swiper-slide-active + .swiper-slide + .swiper-slide .zy_ry_zs_sw_title{
        font-size: 1rem;
        color: #000000;
        margin-top: 1rem;
    }

    .zy_ry_zs_btn_box{
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 1.5rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 0.5rem;
        position: relative;
        z-index: 5;
    }
    .zy_ry_zs_btn{
        position: relative;
        width: 3rem;
        height: 3rem;
        top: 0;
        cursor: pointer;
        margin: 0 0.5rem;
    }
    .zy_ry_zs_btn div{
        width: 100%;
        height: 100%;
        background: linear-gradient(to right,#2f6bff,#5887fe);
        border-radius: 50%;
        font-size: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: calc(50% - 2rem);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ry_zs_btn:hover div{
        -moz-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        -webkit-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        box-shadow: 0px 0px 20px 0 rgba(46,106,255,0.5);
        transform: translateY(0px);
    }
    .zy_ry_zs_btn svg{
        width: 40%;
        height: 40%;
        margin: 0 auto;
        fill:#ffffff;
    }

    .zy_ry_cq_box{
        width: 100%;
        aspect-ratio: auto;
        height: auto;
        background-image: url("../images/ry_back2.jpg");
        background-size: cover;
        background-position: center;
        padding-top: 3rem;
        padding-bottom: 6rem;
    }
    .zy_ry_cq_title{
        width: 94%;
        height: auto;
        margin: 0 auto;
    }
    .zy_ry_cq_title .zy_title{
        text-align: left;
    }
    .zy_ry_cq_title .zy_ltitle{
        text-align: left;
    }
    .zy_ry_cq{
        width: 94%;
        height: auto;
        margin: 0 auto;
    }

    .zy_ry_cq_item{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
        margin-top: 2rem;
    }
    .zy_ry_cq_item_count{
        font-size: 4rem;
        font-family: dm;
        color: var(--OneColor);
        line-height: 100%;
    }
    .zy_ry_cq_item_title{
        font-size: 1.125rem;
        font-family: opm;
        color: #000000;
        line-height: 100%;
        padding-bottom: 0.5rem;
    }

    .zy_ry_cq_rz{
        width: 94%;
        height: auto;
        margin: 0 auto;
        background: #FFFFFF;
        border-radius: 10px;
        -moz-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        -webkit-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        transform: translateY(-3rem);
        position: relative;
        padding: 1.5rem;
        padding-top: 0;
        z-index: 5;
    }
    .zy_ry_cq_rz_item{
        width: 25%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 1.5rem;
    }
    .zy_ry_cq_rz_item_ico{
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        border: 1px solid rgba(0,0,0,0.1);
        font-size: 0;
        overflow: hidden;
        margin: 0 auto;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ry_cq_rz_item:hover .zy_ry_cq_rz_item_ico{
        -moz-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        -webkit-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.08);
        transform: translateY(-3px);
    }
    .zy_ry_cq_rz_item_ico img{
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .zy_ry_cq_rz_item_title{
        font-size: 1rem;
        color: rgba(0,0,0,0.7);
        text-align: center;
        font-family: opm;
        margin-top: 1rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_ry_cq_rz_item:hover .zy_ry_cq_rz_item_title{
        color: var(--OneColor);
        transform: translateY(-3px);
    }


    /*å’¨è¯¢æ&nbsp;*/
    .zy_zx_box{
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        z-index: -1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_zx_box_on{
        opacity: 1;
        z-index: 1000;
    }
    .zy_zx{
        width: 85%;
        height: auto;
        background: #FFFFFF;
        padding: 1.5rem;
        border-radius: 10px;
        overflow: hidden;
        margin: 0 auto;
        -moz-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        -webkit-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
        position: relative;
    }
    .zy_zx_close{
        position: absolute;
        width: 2rem;
        height: 2rem;
        font-size: 0;
        right: 1rem;
        top: 1rem;
        cursor: pointer;
    }
    .zy_zx_close svg{
        width: 100%;
        height: 100%;
        fill:rgba(0,0,0,0.3);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .zy_zx_close:hover svg{
        fill:var(--OneColor);
    }
    .zy_zx_title{
        text-align: center;
        font-size: 1.5rem;
        font-family: opm;
        color: #000000;
        padding-bottom: 1rem;
        margin-top: 2rem;
    }
    .zy_zx_item{
        width: 90%;
        height: 3.5rem;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 10px;
        margin: 0 auto;
        margin-top: 1.5rem;
    }
    .zy_zx_item input{
        width: 100%;
        height: 100%;
        border-radius: 8px;
        padding: 0 1rem;
        border: none;
    }
    .zy_zx_item_select{
        width: 100%;
        height: 100%;
        padding: 0 1rem;
        border-radius: 8px;
        border: none;
    }
    .zy_zx_btn{
        width: 90%;
        height: auto;
        margin: 0 auto;
        margin-top: 2.5rem;
    }
    .zy_zx_btn a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 3.5rem;
        font-size: 1.625rem;
        font-family: opm;
        background: var(--OneColor);
        border-radius: 8px;
        color: #FFFFFF;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer;
    }
    .zy_zx_btn:hover a{
        box-shadow: 0px 0px 25px 0 rgba(46,106,255,0.4);
        transform: translateY(-5px);
    }
    
}
    @media all and (min-width:1440px) and (max-width:1599px){
        .zy_banner_text{
            top: 35vh;
        }
        .zy_banner_text_1{
            font-size: 2.25rem;
        }
        .zy_banner_text_2{
            font-size: 2rem;
        }
    }
    @media all and (min-width:1366px) and (max-width:1439px){
        .zy_banner_text{
            top: 33vh;
        }
        .zy_banner_text_1{
            font-size: 2rem;
        }
        .zy_banner_text_2{
            font-size: 1.75rem;
        }
    }
    @media all and (min-width:1280px) and (max-width:1365px){
        .zy_banner_text{
            top: 36vh;
        }
        .zy_banner_text_1{
            font-size: 2rem;
        }
        .zy_banner_text_2{
            font-size: 1.75rem;
        }
    }
    @media all and (min-width:1024px) and (max-width:1279px){
        .zy_banner_text{
            top: 35vh;
        }
        .zy_banner_text_1{
            font-size: 2rem;
        }
        .zy_banner_text_2{
            font-size: 1.75rem;
        }
    }</pre></body></html>