/*导航*/
.zy_nav_box{
	width: 100%;
	height: 10vh;
	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: 90%;
	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>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: 55%;
	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: 1.5rem;
    padding-top: 0.5rem;
}
.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: auto;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
    padding-left: 4%;
    position: static;
}
.zy_nav_meun_tiem{
	width: auto;
	height: 100%;
    margin: 0 1.8rem;
	position: relative;
}

.zy_nav_meun_tiem>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.125rem;
    font-family: opm;
    color: #000000;
    
}
.zy_nav_meun_tiem:hover>a{
    color: var(--OneColor);
}
.zy_nav_meun_tiemon>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: absolute;
	width: 17rem;
	overflow: hidden;
	background: #FFFFFF;
	top: 100%;
    left: calc(50% - 7.5rem);
    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 15px 15px 0 rgba(0,0,0,0.08);
}
.zy_nav_down2{
    width: 10rem;
    left: calc(50% - 5rem);
}
.zy_nav_meun_tiem:hover .zy_nav_down{
	opacity: 1;
	height: auto;
    padding: 1rem 0;
}

.zy_nav_down>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  0.5rem;
	
}
.zy_nav_down>a:hover{
	color:var(--OneColor);
}


.zy_nav_btn{
    width: 8rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.zy_nav_btn a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    color: #FFFFFF;
    font-family: opm;
    background: linear-gradient(to right,#2f6bff,#5987fe);
}



.zy_nav_search{
    width: 17%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 8rem;
    padding: 0 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-left: 1px solid rgba(0,0,0,0.1);
}
.zy_nav_search_ico{
    width: 1.5rem;
    height: 1.5rem;
    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% - 2.5rem);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zy_nav_search_input input{
    width: 100%;
    height: 3rem;
    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);
}


.menubtn{
	display: none;
}

/*nbanner*/
.zy_nbanner{
    width: 100%;
    height: calc(100vw * 500 / 1920);
    position: relative;
	overflow: hidden;
}

.zy_nbanner_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    overflow: hidden;
    z-index: 0;
}
.zy_nbanner_img>img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.zy_nbanner_con{
    width: 1600px;
    width: var(--mainwidth);
	height: 100%;
	margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zy_nbanner_con_title{
    width: 100%;
    height: auto;
    position: relative;
    font-size: 2.625rem;
    font-family: opm;
    color: #000000;
}
.zy_nbanner_con_entitle{
    width: 100%;
    height: auto;
    position: relative;
    font-size: 3.06rem;
    font-family: opm;
    color: var(--OneColor);
    text-transform: uppercase;
    margin-top: 1.5rem;
}
.zy_nbanner_con_des{
    width: 38%;
    height: auto;
    position: relative;
    font-size: 1.125rem;
    font-family: opm;
    color: rgba(0,0,0,0.8);
    line-height: 160%;
    margin-top: 1.5rem;
    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.625rem;
    font-family: opm;
    color: rgba(0,0,0,0.5);
}
.zy_nbanner_con_ltitle2{
    width: 43%;
    height: auto;
    position: relative;
    font-size: 3.06rem;
    font-family: opm;
    color: rgba(0,0,0,1);
    line-height: 110%;
    margin-top: 1.5rem;
}

.zy_nbanner_con_btn{
    margin-top: 4rem;
}
.zy_btn{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    height: 3.5rem;
    border-radius: 3.5rem;
    background:linear-gradient(to right,#306bff,#5987fe);
    text-align: center;
    font-size: 1.125rem;
    padding: 0 3rem;
    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: 4.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    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: 1.125rem;
    color: #6b6b6b;
    font-family: opm;
    margin: 0 1.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: 3px;
    background: var(--OneColor);
    left: 0;
    bottom: -1px;
    -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: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    padding-top: 5rem;
}
.zy_footer_top{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 4rem;
}

.zy_footer_top_mid{
    width: calc(85% - 130px);
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
.zy_footer_menu_at{
    width: 100%;
    height: auto;
    display: block;
    font-size: 1.375rem;
    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;
}
.zy_footer_menu_a:hover{
    color: rgba(255,255,255,1);
}

.zy_footer_top_right{
    width: 130px;
    height: auto;
    text-align: center;
    font-size: 1rem;
    color: rgba(255,255,255,0.4);
}
.zy_footer_top_right img{
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}

.zy_footer_bottom{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 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%;
}
.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: flex-end;
    align-items: center;
}
.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);
}
.zh_footer_bottom_right_ico{
   
    position: relative;
}

.zh_footer_bottom_right_code{
    position: absolute;
    width: 80px;
    height: 0px;
    font-size: 0;
    left: calc(50% - 40px);
    top: 0px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.zh_footer_bottom_right_ico:hover .zh_footer_bottom_right_code{
    height: 80px;
    top: -85px;
    opacity: 1;
}
.zh_footer_bottom_right_code img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/*客服栏*/
.zy_server{
    width: 3.5rem;
    height: auto;
    position: fixed;
    right: 3rem;
    top: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 50;
}
.zy_server_item{
    width: 3.5rem;
    height: 3.5rem;
    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: 5rem 0;
}
.zy_title{
    font-size: 2.625rem;
    font-family: opm;
    color: #000000;
    text-align: center;
}
.zy_ltitle{
    font-size: 1.375rem;
    font-family: dm;
    color: rgba(0,0,0,0.4);
    text-align: center;
}

.zy_ma_ys{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.zy_ma_ys_item{
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-top: 2%;
}
.zy_ma_ys_item:nth-of-type(3n){
    margin-right: 0;
}
.zy_ma_ys_item a{
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f8fb;
    border-radius: 15px;
    padding: 3rem 4rem;
    -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: 4rem;
    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.5rem;
    text-align: center;
    color: #000000;
    font-family: opm;
    margin-top: 1rem;
}
.zy_ma_ys_item_des{
    width: 100%;
    height: auto;
    font-size: 1.125rem;
    text-align: center;
    color: rgba(0,0,0,0.7);
    font-family: opm;
    margin-top: 1rem;
    line-height: 160%;
}

.zy_ma_fw_box{
    width: 100%;
    height: auto;
    padding: 5rem 0;
    background: #f5f8fb;
}
.zy_ma_fw{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    font-size: 0;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 15px;
    overflow: hidden;
    margin-top: 2%;
}
.zy_ma_fw img{
    width: 100%;
    height: auto;
}

.zy_ma_td_box{
    width: 100%;
    height: auto;
    padding: 5rem 0;
}
.zy_ma_td{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2%;
}
.zy_ma_td_left{
    width: 45%;
    height: auto;
}
.zy_ma_td_title{
    font-size: 1.875rem;
    color: #000000;
    font-family: opm;
}
.zy_ma_td_ltitle{
    font-size: 1.25rem;
    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: 47.5%;
    height: auto;
    font-size: 0;
}
.zy_ma_td_right img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.zy_ma_tx_box{
    width: 100%;
    height: auto;
    padding: 5rem 0;
}
.zy_ma_tx{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    margin-top: 2%;
}
.zy_ma_tx_menu{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.zy_ma_tx_menu span{
    font-size: 1.375rem;
    color: #484848;
    font-family: opm;
    margin: 0 4rem;
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 5rem;
    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: 3px;
    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: 15px;
    border: 1px solid rgba(0,0,0,0.1);
    position: relative;
    z-index: 0;
}
.zy_ma_tx_sw .swiper-slide{
    width: 100%;
    height: auto;
    padding: 6rem 0;
    position: relative;
}
.zy_ma_tx_sw_img{
    position: absolute;
    width: auto;
    height: calc(100% - 8rem);
    right: 0;
    top: 4rem;
    font-size: 0;
    
}
.zy_ma_tx_sw_img img{
    width: auto;
    height: 100%;
}

.zy_ma_tx_sw_con{
    padding-left: 3.5rem;
}
.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: 3rem;
}
.zy_ma_tx_sw_con_title_1 img{
    width: auto;
    height: 100%;
}
.zy_ma_tx_sw_con_title_2{
    font-size: 1.875rem;
    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: 140%;
    margin-top: 1.5rem;
}
.zy_ma_tx_sw_con_tag{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.zy_ma_tx_sw_con_tag p{
    font-size: 1.25rem;
    color: #000000;
    font-family: opm;
    margin-top: 1.3rem;
    background-image: url("/images/ma_td_d.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.1rem;
    padding-left: 2rem;
}

.zy_ma_jz_box{
    width: 100%;
    height: auto;
    padding: 5rem 0;
}
.zy_ma_jz{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.zy_ma_jz_item{
    width: 18.8%;
    height: auto;
    margin-top: 2%;
    margin-right: 1.5%;
}
.zy_ma_jz_item:nth-of-type(5n){
    margin-right: 0;
}
.zy_ma_jz_item a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #f5f8fb;
    padding: 3rem 2rem;
    -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: 6.5rem;
    height: 6.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.5rem;
    color: #000000;
    font-family: opm;
    margin-top: 1.5rem;
    -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{
    text-align: center;
    font-size: 1.125rem;
    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: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    position: relative;
    margin-top: 2%;
}
.zy_ma_case_sw{
    width: 100%;
    height: auto;
}
.zy_ma_case_sw_img{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0;
    position: relative;
    border-radius: 15px;
    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: 15px;
    -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: 90%;
    height: auto;
    background: #f5f8fb;
    margin-left: 0;
    border-radius: 15px;
    margin-top: -5rem;
    position: relative;
    z-index: 5;
    padding: 2rem;
    -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.375rem;
    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: 1rem;
     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.7rem;
    padding-left: 6rem;
    -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: 5rem;
    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: 1rem;
    -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: 4rem;
    height: 4rem;
    top: calc(50% - 2rem);
    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(-2px);
}
.zy_ma_case_btn svg{
    width: 40%;
    height: 40%;
    margin: 0 auto;
    fill:#ffffff;
}
.zy_ma_case_btn_left{
    left: -6rem;
}
.zy_ma_case_btn_right{
    right: -6rem;
}

.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;
    position: relative;
    z-index: 5;
}
.zy_ma_kh_menu span{
    font-size: 1.375rem;
    color: #484848;
    font-family: opm;
    margin: 0 4rem;
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 5rem;
    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: 3px;
    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: 1.5rem;
    padding-bottom: 3.5rem;
    background: #f9fbfd;
}
.zy_ma_kh_sw{
    width: 1630px;
    width: calc(var(--mainwidth) + 30px);
	height: auto;
	margin: 0 auto;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px;
}
.zy_ma_kh_sw .swiper-slide{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px;
}
.zy_ma_kh_sw_img{
    width: 16%;
    margin-right: 0.8%;
    margin-top: 0.8%;
    aspect-ratio: 257/110;
    font-size: 0;
    background: #FFFFFF;
    border-radius: 10px;
    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: 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: 1920/320;
    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: 3.125rem;
    color: #FFFFFF;
    font-family: opm;
}
.zy_ad_btn{
    margin-top: 2rem;
}
.zy_ad_btn a{
    width: auto;
    height: 3.5rem;
    background: #FFFFFF;
    border-radius: 3.5rem;
    padding: 0 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.375rem;
    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: 5rem;
}
.zy_case_jj{
    width: 1600px;
    width: var(--mainwidth);
	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: 2.25rem;
    font-family: opm;
    color: var(--OneColor);
}
.zy_case_jj_ltitle{
    text-align: center;
    font-size: 4.812rem;
    font-family: opm;
    color: #000000;
    margin-top: 1rem;
}
.zy_case_jj_des{
    text-align: center;
    font-size: 1.375rem;
    font-family: opm;
    color: rgba(0,0,0,0.6);
    margin-top: 2rem;
    line-height: 160%;
    padding-bottom: 6rem;
}

.zy_case_menu{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.zy_case_menu a{
    font-size: 1.375rem;
    color: #484848;
    font-family: opm;
    margin: 0 3rem;
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 5rem;
    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: 3px;
    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: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.zy_case_item{
    width: 32%;
    height: auto;
    margin-top: 5rem;
    margin-right: 2%;
}
.zy_case_item:nth-of-type(3n){
    margin-right: 0;
}
.zy_case_item_img{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0;
    position: relative;
    border-radius: 15px;
    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: 15px;
    -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: 90%;
    height: auto;
    background: #FFFFFF;
    margin-left: 0;
    border-radius: 15px;
    margin-top: -5rem;
    position: relative;
    z-index: 5;
    padding: 2rem;
    -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.375rem;
    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: 1rem;
     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: 1.7rem;
    padding-left: 6rem;
    -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: 5rem;
    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: 1rem;
    -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: 3.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: 5rem 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 - 60px) / 7 * 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 - 60px) / 7 * 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: 10px;
}
.zy_case_hb_sw_item{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    -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: 5rem;
    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: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: auto;
	margin-top: 4rem;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 4rem 3.5rem;
}
.zy_scase_bbox2{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin:  auto;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 0rem 3.5rem;
}
.zy_scase_jj{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.zy_scase_jj_left{
    width: 43%;
    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: 53%;
    height: auto;
}
.zy_scase_title{
    font-size: 2.625rem;
    font-family: opm;
    color: #000000;
    text-align: center;
    line-height: 120%;
}
.zy_scase_ltitle{
    font-size: 1.375rem;
    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: left;
}

.zy_scase_jj_right_con{
    font-size: 1.125rem;
    color: rgba(0,0,0,0.8);
    font-family: opm;
    line-height: 190%;
    margin-top: 4rem;
    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: 48.5%;
    aspect-ratio: 718/263;
    background-image: url("/images/scase_fa_back.jpg");
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-top: 3%;
    padding: 2.5rem;
}
.zy_scase_fa_item_title{
    font-size: 1.625rem;
    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: 1rem;
    padding-right: 15%;
}

.zy_scase_sy_box{
    width: 100%;
    height: auto;
    padding-top: 6rem;
}
.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:3rem;
    padding-bottom: 6rem;
}

.zy_scase_sy_item{
    width: 12rem;
    height: auto;
}
.zy_scase_sy_item:nth-of-type(1),.zy_scase_sy_item:nth-of-type(5){
    margin-top: 11%;
}
.zy_scase_sy_item:nth-of-type(2),.zy_scase_sy_item:nth-of-type(4){
    margin-top: 2.5%;
}

.zy_scase_sy_item_ico{
    width: 9rem;
    height: 9rem;
    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>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>div>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: 2.812rem;
    font-family: opm;
    color: #FFFFFF;
}

.zy_scase_sy_item_title{
    font-size: 1.625rem;
    font-family: opm;
    color: #000000;
    text-align: center;
    margin-top: 1.2rem;
}

.zy_scase_tj_box{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    padding-bottom: 7rem;
    padding-top: 2rem;
}
.zy_scase_tj_title{
    font-size: 2.625rem;
    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: 3rem;
}

/*产品*/
.zy_pro_tx_box{
    width: 100%;
    height: auto;
    padding: 5rem 0;
}
.zy_pro_tx{
    width: 1600px;
    width: var(--mainwidth);
	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: 5rem 0;
}
.zy_pro_ys{
    width: 1600px;
    width: var(--mainwidth);
	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: 19.36%;
    margin-right: 0.8%;
    margin-top: 0.8%;
    aspect-ratio: 310/292;
    
}
.zy_pro_ys_item:nth-of-type(5n){
    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: 2rem;
    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.375rem;
    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: 6rem;
    margin-top: 0.5rem;
    -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.25rem;
    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: 1600px;
    width: var(--mainwidth);
	margin: 0 auto;
    aspect-ratio: 1600/82;
    background-image: url("/images/pro_js_bottom_back.png");
    background-size: cover;
    background-position: center;
    margin-top: 0.8%;
    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;
    text-align: center;
    font-size: 1.125rem;
    font-family: opm;
    color: rgba(0,0,0,0.8);
}
.zy_pro_ys_bottom span{
    padding: 0 1rem;
}


.zy_pro_cj_box{
    width: 100%;
    height: auto;
    padding: 5rem 0;
}
.zy_pro_cj{
    width: 1600px;
    width: var(--mainwidth);
	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: 32.53%;
    margin-right: 0.8%;
    margin-top: 0.8%;
    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% - 6rem);
    height: auto;
}
.zy_pro_cj_item_title{
    font-size: 1.625rem;
    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: 1.25rem;
    color: rgba(0,0,0,0.7);
    margin-top: 0.7rem;
    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: 5rem;
}
.zy_pro_jz{
    width: 1600px;
    width: var(--mainwidth);
	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;
    
}
.zy_pro_jz_back{
    height: 100%;
    aspect-ratio: 1/1;
    background: #fdfdff;
    border-radius: 50%;
    padding: 7rem;
}
.zy_pro_jz_back>div{
    width: 100%;
    height: 100%;
    background: #f6f8fe;
    border-radius: 50%;
    font-size: 0;
    overflow: hidden;
}
.zy_pro_jz_back>div img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.zy_pro_jz_item{
    width: 35%;
    height: auto;
    margin-top: 2rem;
    
}
.zy_pro_jz_item a{
    display: block;
    width: 100%;
    height: auto;
    padding: 2rem 4rem;
    -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.8rem;
    font-size: 0;
}
.zy_pro_jz_item_title_1 img{
    width: 100%;
    height: auto;
}
.zy_pro_jz_item_title_2{
    font-size: 1.625rem;
    color: #000000;
    font-family: opm;
    padding-left: 0.5rem;
}
.zy_pro_jz_item_title_2 font{
    color: var(--OneColor);
}
.zy_pro_jz_item_des{
    font-size: 1.25rem;
    color: rgba(0,0,0,0.8);
    font-family: opm;
    line-height: 170%;
    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: 5rem 0;
    position: relative;
    overflow: hidden;
}
.zy_ab_jj_box_back{
    position: absolute;
    font-size: 20.5rem;
    font-family: dm;
    top: 0;
    right: -5rem;
    z-index: 0;
    line-height: 100%;
    background-image: linear-gradient(75deg, #edeff4 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: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.zy_ab_jj_left{
    width: 42.5%;
    height: auto;
}
.zy_ab_jj_left_title{
    font-size: 2.5rem;
    font-family: opb;
    color: #000000;
}
.zy_ab_jj_left_des{
    font-size: 1.375rem;
    color: #182c46;
    line-height: 160%;
    margin-top: 2rem;
}

.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% - 5rem) / 2);
}
.zy_ab_jj_num_item{
    width: 50%;
    height: auto;
    margin-top: 4rem;
}
.zy_ab_jj_num_item_title{
    font-size: 1.125rem;
    font-family: opm;
    color: #000000;
    padding-left: 0.3rem;
    margin-top: 1rem;
}
.zy_ab_jj_num_item_top{
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
}
.zy_ab_jj_num_item_top_num{
    font-size: 4.5rem;
    line-height: 100%;
    font-family: db;
    color: var(--OneColor);
}
.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: 49%;
    aspect-ratio: 797/472;
    position: relative;
    cursor: pointer;
}
.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 80px 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: 100px;
    height: 100px;
    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;
    z-index: -99;
}
.zy_ab_jj_right_btn_svg{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 42px;
    top: 40px;
}
.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: 130px;
    height: 130px;
    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: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    margin-top: 6rem;
}
.zy_ab_wh_item{
    width: 32%;
    aspect-ratio: 516/273;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    padding: 3rem;
    -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: 2rem;
    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: 1.5rem;
    position: relative;
    z-index: 10;
}
.zy_ab_wh_item_ico{
    width: 8.5rem;
    height: 8.5rem;
    position: absolute;
    right: 3rem;
    top: 3rem;
    font-size: 0;
    z-index: 10;
}
.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: 5.5rem;
    font-family: 'Arial';
    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: 4rem;
}
.zy_ab_lc_l{
    width: 1600px;
    width: var(--mainwidth);
    aspect-ratio: 1600/898;
	margin: 0 auto;
    background-image: url("/images/ab_lc_back.jpg");
    background-size: cover;
    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% - 20rem);
    position: relative;
    overflow: hidden;
}
.zy_ab_lc:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2.5rem;
    background: #2f6aff;
    left: 0;
    top: calc(50% - 1.25rem);
    border-radius: 3rem;
}
.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: 17rem;
    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: 1.2rem;
    height: 1.2rem;
    font-size: 0;
    border-radius: 50%;
    border: 1.5px solid #FFFFFF;
    /*transform: translateY(-0.6rem);*/
    position: absolute;
    left: 0;
    top: calc(50% - 0.6rem - 0.75px);
}
.zy_ab_lc_item2 .zy_ab_lc_item_yuan{
   /* transform: translateY(0.6rem);*/
}
.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 - 1.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 - 1.1rem - 7px);
    bottom: auto;
    border-color: transparent transparent #2f6aff transparent ;
}
.zy_ab_lc_item_year{
    padding-top: 3.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: 3.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: 5rem 0;
}
.zy_lx_lx{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2%;
}
.zy_lx_lx_item{
    width: 32%;
    aspect-ratio: 508/269;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zy_lx_lx_item_ico{
    width: auto;
    height: 4.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: 5rem 0;
}
.zy_lx_bs{
    width: 1650px;
    width: calc(var(--mainwidth) + 50px);
	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: 25px;
}
.zy_lx_bs_item{
    width: 32%;
    aspect-ratio: 513/334;
    background-image: url("/images/lx_bs_back.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 2%;
    margin-right: 2%;
    -moz-box-shadow: 0px 0px 25px 0 rgba(0,32,64,0.11);
    -webkit-box-shadow: 0px 0px 25px 0 rgba(0,32,64,0.11);
    box-shadow: 0px 0px 25px 0 rgba(0,32,64,0.11);
    padding: 3.5rem 3.5rem 0 3.5rem;
}
.zy_lx_bs_item:nth-of-type(3n){
    margin-right: 0;
}
.zy_lx_bs_item_title{
    font-size: 1.75rem;
    font-family: opm;
    color: var(--OneColor);
}
.zy_lx_bs_item_con{
    font-size: 1.125rem;
    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: 5rem 0;
}
.zy_new{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.zy_new_item{
    width: 30.33%;
    height: auto;
    margin-right: 3%;
    background: #FFFFFF;
    margin-top: 4rem;
    border-radius: 10px;
    -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(3n){
    margin-right: 0;
}
.zy_new_item_img{
    width: 100%;
    aspect-ratio: 501/277;
    font-size: 0;
    border-radius: 10px;
    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/198;
    border-radius: 10px;
    overflow: hidden;
    background: #FFFFFF;
    position: relative;
    z-index: 5;
    margin-top: -20px;
    padding: 2rem;
    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.375rem;
    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: 1.25rem;
    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: 4rem;
}
.zy_new_btn a{
   cursor: pointer;
}
/*新闻详情*/
.zy_snew{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 5rem;
}
.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: 1600px;
    width: var(--mainwidth);
	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: 3.5rem;
    height: 3.5rem;
    font-size: 0;
    left: 0;
    top: calc(50% - 1.75rem);
    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: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    margin-top: 2rem;
    font-size: 2.875rem;
    font-family: opm;
    text-align: center;
}
.zy_snew_line{
    width: 1600px;
    width: var(--mainwidth);
	height: 1px;
	margin: 5rem auto;
    font-size: 0;
    background: rgba(0,0,0,0.1);
}
.zy_snew_des{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    font-size: 1.125rem;
    font-family: opm;
    background: #eaf0ff;
    margin-top: 6rem;
    padding: 2.5rem;
    border-radius: 10px;
    line-height: 150%;
    position: relative;
}
.zy_snew_des_ico{
    position: absolute;
    width: auto;
    height: 4rem;
    font-size: 0;
    right: 1.5rem;
    top: -2.5rem;
}
.zy_snew_des_ico img{
    width: auto;
    height: 100%;
}
.zy_snew_con{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    padding-top: 5rem;
    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: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    font-size: 1.125rem;
    font-family: opm;
    color: rgba(0,0,0,0.8);
    line-height: 180%;
	padding-bottom: 5rem;
}
.zy_snew_cons img{
    max-width: 100%;
}
.zy_snew_tj_box{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    padding: 5rem 0;
}
.zy_snew_tj_title{
    font-size: 2.625rem;
    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: 2%;
}

/*解决方案*/

.zy_fa_sj_box{
    width: 100%;
    height: auto;
    padding: 5rem 0;
}
.zy_fa_sj{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2%;
}
.zy_fa_sj_left{
    width: 45%;
    height: auto;
}
.zy_fa_sj_title{
    font-size: 1.875rem;
    color: #000000;
    font-family: opm;
    padding-bottom: 3rem;
}
.zy_fa_sj_ltitle{
    font-size: 1.25rem;
    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_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: 50%;
    height: auto;
    font-size: 0;
}
.zy_fa_sj_right img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.zy_fa_item_box{
    width: 100%;
    height: auto;
    padding: 5rem 0;
    background: #f5f8fb;
}
.zy_fa_item_box2{
    width: 100%;
    height: auto;
    padding: 5rem 0;
}
.zy_fa_item{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    margin-top: 2%;
}
.zy_fa_item img{
    width: 100%;
    height: auto;
}

.zy_fa_fw_box{
    width: 100%;
    height: auto;
    padding: 5rem 0;
    padding-bottom: 8rem;
}
.zy_fa_fw{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.7%;
}
.zy_fa_fw_item{
    width: 18.96%;
    aspect-ratio: 302/307;
    background: #FFFFFF;
    border-radius: 10px;
    margin-right: 1.3%;
    margin-top: 1.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: 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.75rem;
    font-family: opm;
    color: #000000;
    margin-top: 1.5rem;
}

.zy_fa_fw_item_con{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1.75rem;
    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%;
    overflow: hidden;
    -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;
}
.zy_fa_fw_item:hover .zy_fa_fw_item_con:after{
    height: 7px;
    top: 0px;
    opacity: 1;
}

.zy_fa_qy{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2%;
}
.zy_fa_qy_left{
    width: 75%;
    height: auto;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 3rem;
}
.zy_fa_qy_swbox{
    width: 100%;
    height: auto;
    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);
}
.zy_fa_qy_sw{
    width: 100%;
    height: auto;
    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: 13rem;
    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: 4rem;
    height: 4rem;
    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: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
}
.zy_fa_qy_sw_3{
    width: 100%;
    height: 13rem;
    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.75rem;
    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: 6.75rem;
    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: 20%;
    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;
}
.zy_fa_qy_item_ico{
    width: 37.5%;
    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: 53%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zy_fa_qy_item_con_title{
    font-size: 1.75rem;
    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: 0.5rem;
}

/*首页*/
.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;
    background: #FFFFFF;
}
.zy_banner_img svg{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.zy_banner_text{
	position: absolute;
	top: 33vh;
	width: 40%;
	text-align: center;
    left: 30%;
}
.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_banner_img_item{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateY(10px);
}
.zy_banner_img_item:hover{
    
}
.zy_banner_img_item_1{
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.zy_banner_img_item:hover .zy_banner_img_item_1{
    opacity: 0;
}
.zy_banner_img_guang image{
    transform: translate(-65px,-45px);
}

.zy_banner_img_item1{
    animation: zybmiamiet 0.8s linear 0s infinite alternate;
}
.zy_banner_img_item2{
    animation: zybmiamiet 0.8s linear 0.4s infinite alternate;
}
.zy_banner_img_item3{
    animation: zybmiamiet 0.8s linear 0.6s infinite alternate;
}
.zy_banner_img_item4{
    animation: zybmiamiet 0.8s linear 0.6s infinite alternate;
}
.zy_banner_img_item5{
    animation: zybmiamiet 0.8s linear 0.5s infinite alternate;
}
.zy_banner_img_item6{
    animation: zybmiamiet 0.8s linear 0.3s infinite alternate;
}
.zy_banner_img_item7{
    animation: zybmiamiet 0.8s linear 0.4s infinite alternate;
}
@keyframes zybmiamiet
{
    50%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-10px);
    }
}

.zy_banner_img_en{
    font-size: 46px;
	fill: #2e6aff;
    font-family: opb;
}
.zy_banner_img_cn{
    font-size: 40px;
	color: #000000;
	font-family: opb;
}

.zy_id_fw_box{
    width: 100%;
    height: auto;
    padding: 6rem 0;
    /*background-image: url("/images/id_fw_back.jpg");*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.zy_id_fw{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}
.zy_id_title{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}
.zy_id_title_en{
    font-family: dm;
    font-size: 6.875rem;
    color: rgba(0,0,0,0.1);
    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: 3.125rem;
    font-family: opm;
    color: #000000;
    line-height: 100%;
}
.zy_id_title_cn_ico{
    width: 2.5rem;
    height: 2.5rem;
    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;
    padding: 2rem 0;
    margin-top: 3.5rem;
}
.zy_id_fw_menu:after{
    position: absolute;
    content: '';
    font-size: 0;
    width: 100%;
    height: 2.5px;
    background: #dedede;
    top: 0;
    left: 0;
}
.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;
}
.zy_id_fw_menu_item{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    cursor: pointer;
}
.zy_id_fw_menu_item_ico{
    width: 2.2rem;
    height: 2.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.375rem;
    font-family: opm;
    color: #000000;
    -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_title{
    color:var(--OneColor);
}

.zy_id_fw_sw{
    width: 100%;
    aspect-ratio: 1600/529;
}
.zy_id_fw_sw .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.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: 40%;
    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 4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.zy_id_fw_sw_con_ico{
    width: auto;
    height: 4rem;
    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.875rem;
    color: #FFFFFF;
    font-family: opm;
    margin-top: 2rem;
}
.zy_id_fw_sw_con_des{
    font-size: 1.125rem;
    color: #FFFFFF;
    margin-top: 2rem;
    line-height: 160%;
    padding-bottom: 4rem;
}

.zy_id_fw_sw_con_btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 5rem;
    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: 90vh;
    position: relative;
}
.zy_id_fa_title{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 6rem;
}

.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;
}
.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;
}
.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: 10rem;
    -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.875rem;
    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: 3rem;
}

.zy_id_faphone_box{
    display: none;
}
.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: 6rem 0;
    /*background-image: url("/images/id_pro_back.jpg");*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.zy_id_pro{
    width: 1600px;
    width: var(--mainwidth);
	aspect-ratio: 1600/526;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3.5rem;
}
.zy_id_pro_item{
    width: 24%;
    height: 100%; 
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.zy_id_pro_item_on{
    /*width: 50%;*/
    width: 49%;
    height: 100%; 
    overflow: hidden;
}
.zy_id_pro_item_img{
    width: 800px;
    width: calc(var(--mainwidth) * 0.5);
    height: 100%;
    font-size: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    left: -208px;
    left: calc(0px - var(--mainwidth) * 0.13);
}
.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.375rem;
    color: #FFFFFF;
    font-family: opm;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    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(100%);
    opacity: 0;
}


.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(0%);
    opacity: 1;
}

.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: 6rem 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: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}
.zy_id_ab_con{
    width: 40%;
    height: auto;
    font-size: 1.375rem;
    color: #FFFFFF;
    font-family: opm;
    line-height: 170%;
    margin-top: 4rem;
}
.zy_id_ab_btn{
    margin-top: 4rem;
}


.zy_id_ab_num{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
    position: relative;
}
.zy_id_ab_num_item{
    width: auto;
    height: auto;
    margin-top: 4rem;
    padding-right: 1rem;
}
.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;
}
.zy_id_ab_num_item_top_num{
    font-size: 4.5rem;
    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: absolute;
    width: 55%;
    height: auto;
    right: 0;
    top: 6rem;
    z-index: 5;
}
.zy_id_ab_video_text{
    width: 100%;
    height: auto;
    font-size: 21rem;
    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: 7rem;
    height: 7rem;
    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: 30%;
}
.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: 6rem 0;
   /* background-image: url("/images/id_hb_back.jpg");*/
    background-size: cover;
    background-position: center;
}
.zy_id_hb_menu{
    width: 1600px;
    width: var(--mainwidth);
	height: 5rem;
	margin: 0 auto;
    margin-top: 3.5rem;
    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.375rem;
    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: 3px;
    background: #0d3589;
    font-size: 0;
    left: 0;
    bottom: -3px;
    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: 5rem;
}
.zy_id_hb_sw_logo{
    width: 8rem;
    height: 8rem;
    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: -4rem;
    border-radius: 10px;
    overflow: hidden;
    padding: 4rem;
    -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: 2rem;
    font-size: 0;
}
.zy_id_hb_sw_con_yh1>img{
    width: auto;
    height: 100%;
}
.zy_id_hb_sw_con_yh2{
    width: 100%;
    height: 2rem;
    font-size: 0;
    text-align: right;
}
.zy_id_hb_sw_con_yh2>img{
    width: auto;
    height: 100%;
    transform: rotate(180deg);
}
.zy_id_hb_sw_con_des{
    padding: 1rem 3rem;
    font-size: 1.25rem;
    color: #000000;
    line-height: 170%;
    text-align: justify;
    height: 9rem;
    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(9.1vw * 58 / 164 * 2 + 1vw);
    overflow: hidden;
    position: relative;
}
.zy_id_hbl_con{
    position: absolute;
    left: 0;
    top: 0;
	width: auto;
    height: calc(9.1vw * 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: 9.1vw;
    height: calc(9.1vw * 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: 9.1vw;
    height: calc(9.1vw * 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(9.1vw * 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(9.1vw * 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(9.1vw * 58 / 164 + 1vw);
}

.zy_id_hbl_con_item{
    width: 9.1vw;
    margin-right: 1vw;
    height: calc(9.1vw * 58 / 164);
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
}
.zy_id_hbl_con_item>a>img{
    width:100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
}


.zy_id_new_box{
    width: 100%;
    height: auto;
    padding: 6rem 0;
    background-image: url("/images/id_new_back.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.zy_id_new{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3.5rem;
}
.zy_id_new_left{
    width: 48.5%;
    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/246;
    padding: 3rem 3.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.875rem;
    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: 1.25rem;
    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: 48%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.zy_id_new_right_item{
    width: 100%;
    height: 25%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.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.562rem;
    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: 1.25rem;
    color: rgba(0,0,0,0.5);
    margin-top: 1rem;
}


/*荣誉资质*/
.zy_ry_zs_box{
    width: 100%;
    height: auto;
    padding: 5rem 0;
    background-image: url("/images/ry_back1.jpg");
    background-size: cover;
    background-position: center;
}
.zy_ry_zs{
    width: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
    position: relative;
}
.zy_ry_zs_sw{
    width: 100%;
    height: calc(1600px * 0.3 * 322 / 489 + 7rem);
    height: calc(var(--mainwidth) * 0.3 * 322 / 489 + 7rem);
}

.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: 17.5%;
    height: auto;
    padding: 0rem 1.5rem;
    padding-top: 2rem;
    -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;
}
.zy_ry_zs_sw .swiper-slide-active + .swiper-slide + .swiper-slide{
    width: 30%;
    height: auto;
}
.zy_ry_zs_sw_title{
    text-align: center;
    font-size: 1.125rem;
    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: 1.375rem;
    color: #000000;
    margin-top: 3rem;
}

.zy_ry_zs_btn_box{
    width: 30%;
    height: auto;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
    position: relative;
    z-index: 5;
    user-select: none;
}
.zy_ry_zs_btn{
    position: relative;
    width: 4rem;
    height: 4rem;
    top: calc(50% - 2rem);
    cursor: pointer;
    margin: 0 1rem;
}
.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(-2px);
}
.zy_ry_zs_btn svg{
    width: 40%;
    height: 40%;
    margin: 0 auto;
    fill:#ffffff;
}

.zy_ry_cq_box{
    width: 100%;
    aspect-ratio: 1600/750;
    background-image: url("/images/ry_back2.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 7rem;
}
.zy_ry_cq_title{
    width: 1600px;
    width: var(--mainwidth);
	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: 1600px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}

.zy_ry_cq_item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 4rem;
}
.zy_ry_cq_item_count{
    font-size: 5rem;
    font-family: dm;
    color: var(--OneColor);
    line-height: 100%;
}
.zy_ry_cq_item_title{
    font-size: 1.375rem;
    font-family: opm;
    color: #000000;
    line-height: 100%;
    padding-bottom: 0.5rem;
}

.zy_ry_cq_rz{
    width: 1600px;
    width: var(--mainwidth);
	height: 12rem;
	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: space-around;
    transform: translateY(-6rem);
    position: relative;
    z-index: 5;
}
.zy_ry_cq_rz_item{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zy_ry_cq_rz_item_ico{
    width: 6rem;
    height: 6rem;
    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: 1.125rem;
    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);
}


/*咨询栏*/
.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: 37%;
    height: auto;
    background: #FFFFFF;
    padding: 2.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: 2rem;
    font-family: opm;
    color: #000000;
    padding-bottom: 1rem;
}
.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: 10px;
    padding: 0 1rem;
    border: none;
}
.zy_zx_item_select{
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    border-radius: 10px;
    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: 10px;
    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;
	}
	
	.zy_nav{ width: 96%;}
	.zy_nav_logo_left img{ height: 50%;}
	.zy_nav_logo_right{ line-height: 108%; padding-left: 1rem;}
	.zy_nav_meun{padding-left: 2%;}
	.zy_nav_meun_tiem{    margin: 0 0.8rem;}
	.zy_nav_search{    right: 7rem;}
	.zy_nav_btn{ width: 7rem;}
	.zy_lx_lx_item_ico{ height: 4rem;}
	.zy_lx_bs_item{padding: 1.5rem 2.5rem 0 2.5rem;}
	.zy_lx_bs_pagination .swiper-pagination-bullet {
		width: 0.8rem;
		height: 0.8rem;
		margin-left: 0.5rem;
	}
	.zy_ad_title{ font-size: 2.75rem;}
	.zy_footer_top_mid{width: calc(85% - 70px);}
	.zy_ry_zs_btn_box{ width:40%;}
	.zy_case_jj_ltitle{ font-size: 4rem;}
	.zy_pro_cj_item_title{ font-size: 1.5rem;}
	.zy_pro_cj_item_des{ font-size: 1.125rem;}
	.zy_pro_jz_back{ padding: 13rem;}
	.zy_nbanner_con_des{ width: 42%;}
	.zy_nbanner_con_btn {
		margin-top: 3rem;
	}
	.zy_fa_fw_item_con{ opacity: 0;}
	.zy_ma_tx_sw_img {
    	max-width: 60%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.zy_ma_tx_sw_img img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
    
    .zy_ab_lc_item_des{ font-size:0.875rem; line-height:115%;}
    .zy_ab_lc_item_des font{ font-size:1rem;}
    
    .zy_ab_lc_item_year{ padding-top:2rem;}
	
}<!--0.00029087066650391-->