
/*头部PC端*/
.header_blank{height: 100px;}

#ly_web_header_0001_0{position: fixed;width: 100%;left: 0;top: 0;z-index: 10; background: #fff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);}
#ly_web_header_0001_0 .hattr{width: 74.279%;}
#ly_web_header_0001_0 .logo{width: 190px;height: 56px;}
#ly_web_header_0001_0 .logo img{max-width: 100%; max-height: 100%; object-fit: cover;}

#ly_web_header_0001_0 .hnav .one-nav{margin-right: 40px; line-height:100px; height:100%; word-break: keep-all;}
#ly_web_header_0001_0 .hnav .one-nav:last-child{margin-right:0px;}
#ly_web_header_0001_0 .hnav .one-nav .nav-a{font-size: 20px; color:#222;}
#ly_web_header_0001_0 .hnav .one-nav .nav-a:before{content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 20px; height: 3px; background-color: rgb(var(--mainB)); opacity: 0; transition: all 0.5s ease;}
#ly_web_header_0001_0 .hnav .one-nav.cur .nav-a, 
#ly_web_header_0001_0 .hnav .one-nav.active .nav-a,
#ly_web_header_0001_0 .hnav .one-nav .nav-a.cur{color: rgb(var(--mainB));}
#ly_web_header_0001_0 .hnav .one-nav.active .nav-a::before,
#ly_web_header_0001_0 .hnav .one-nav.cur .nav-a::before,
#ly_web_header_0001_0 .hnav .one-nav .nav-a.cur::before{opacity: 1;}

/* 下拉栏 */
#ly_web_header_0001_0 .hnav .two-nav{width: 100%; height: 0; overflow: hidden; top: 100px; left: 50%; transform: translateX(-50%); z-index: 10; background: #fff; border-top: 1px solid #eee;}
#ly_web_header_0001_0 .hnav .hnavbg{padding: 50px 0;}
#ly_web_header_0001_0 .two_list{width: 71.428%; gap: 30px 0; max-height: 42vh; overflow-y: auto;}
#ly_web_header_0001_0 .li_one {width: 25%; padding-right: 2%;}
#ly_web_header_0001_0 .li_one .onav-a{width: max-content; max-width: 100%; font-size: 20px; line-height: 1.3; color: #222;;}
#ly_web_header_0001_0 .li_one .onav-a:hover{color: rgb(var(--mainB)); }

#ly_web_header_0001_0 .two_box {}
#ly_web_header_0001_0 .two_box .li_two{margin-top: 8px;}
#ly_web_header_0001_0 .two_box .tnav-a{width: max-content; max-width: 100%; font-size: 18px; line-height: 1.3em; color: #666;}
#ly_web_header_0001_0 .two_box .tnav-a:hover{color: rgb(var(--mainB)); font-weight: 600;}

#ly_web_header_0001_0 .hnav .two_pic{width: 28.57%;}
#ly_web_header_0001_0 .hnav .two_pic .img{width: 100%; border-radius: 10px;}
#ly_web_header_0001_0 .hnav .two_pic .img::before{padding-top: 58%; }
#ly_web_header_0001_0 .hnav .two_pic .img img{width: 100%; height: 100%; object-fit: cover;}

/* 右侧 */
#ly_web_header_0001_0 .hright{width: max-content; height:100px;}
#ly_web_header_0001_0 .phone{margin-right: 48px; font-size: 20px; line-height: 1; color: rgb(var(--mainB)); font-family: "HammersmithOne-Regular";}
#ly_web_header_0001_0 .phone .svg{width: 30px; height: 30px; margin-right: 10px;}
#ly_web_header_0001_0 .search{margin-right: 40px; width: 20px; height: 20px; background: url() no-repeat center center;}
#ly_web_header_0001_0 .lang{font-size: 20px; color: #222;}
#ly_web_header_0001_0 .lang .line{display: block; margin: 0 10px; width: 1px; height: 13px; background-color: #ccc;}
#ly_web_header_0001_0 .lang .lang_li.cur{color: rgb(var(--mainB));}

#ly_web_header_0001_0 .hright .menu{display:none; width:30px; height:30px;}
#ly_web_header_0001_0 .hright .menu > div{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); font-size: 36px; color: #333;}
#ly_web_header_0001_0 .hright .menu .icon2{opacity: 0;}
#ly_web_header_0001_0 .hright .menu.cur .icon1{opacity: 0;}
#ly_web_header_0001_0 .hright .menu.cur .icon2{opacity: 1;}

#ly_web_header_0001_0 .scrollbar{scrollbar-width: auto;}
#ly_web_header_0001_0 .scrollbar *{scrollbar-width: auto;}
#ly_web_header_0001_0 .scrollbar *::-webkit-scrollbar {width: 6px;background: #eeeeee;height: 5px;}
#ly_web_header_0001_0 .scrollbar::-webkit-scrollbar:hover,
#ly_web_header_0001_0 .scrollbar *::-webkit-scrollbar:hover{background: transparent;}
#ly_web_header_0001_0 .scrollbar::-webkit-scrollbar-thumb,
#ly_web_header_0001_0 .scrollbar *::-webkit-scrollbar-thumb {border-radius: 10px;background: var(--main) ;cursor:pointer; transition: all 0.5s ease;}


/* 头部滚动时样式和鼠标移入时样式 */
@media screen and (min-width:751px) {
    #header.scroll-down #ly_web_header_0001_0 {transform: translate(0,0);}
    #header.scroll-up #ly_web_header_0001_0{transform: translate(0,0%);}
}
@media screen and (max-width:1680px) {
    #ly_web_header_0001_0 .hnav .one-nav,
    #ly_web_header_0001_0 .phone,
    #ly_web_header_0001_0 .search{margin-right: 35px;}
}
@media screen and (max-width:1536px) {
    #ly_web_header_0001_0 .hattr { width: 73.279%;}
    #ly_web_header_0001_0 .hnav .one-nav,
    #ly_web_header_0001_0 .phone,
    #ly_web_header_0001_0 .search{margin-right: 25px;}
}
@media screen and (max-width:1440px) {
    #ly_web_header_0001_0 .hattr { width: 73.279%;}
    #ly_web_header_0001_0 .hnav .one-nav:first-child{display: none;}
    #ly_web_header_0001_0 .lang{font-size: 18px;}

    #ly_web_header_0001_0 .hnav .hnavbg{padding: 40px 0;}
    #ly_web_header_0001_0 .li_one .onav-a{font-size: 18px;}
    #ly_web_header_0001_0 .two_box .tnav-a{font-size: 16px;}
}
@media screen and (max-width:1366px) {
    #ly_web_header_0001_0 .hnav .one-nav .nav-a,
    #ly_web_header_0001_0 .phone,
    #ly_web_header_0001_0 .lang{font-size: 18px;}
}
@media screen and (max-width:1280px) {
    #ly_web_header_0001_0 .hnav .one-nav,
    #ly_web_header_0001_0 .phone,
    #ly_web_header_0001_0 .search{margin-right: 18px;}
}
@media screen and (max-width:1200px){
    #ly_web_header_0001_0 .hattr { width: 72.279%;}
    #ly_web_header_0001_0 .hnav .one-nav,
    #ly_web_header_0001_0 .phone,
    #ly_web_header_0001_0 .search{margin-right: 15px;}
}

/* 头部移动端 */
#ly_web_header_0001_0_m-nav,#ly_web_header_0001_0_search-box,#ly_web_header_0001_0_m-header-blank{display: none;}

@media screen and (max-width:1100px) {
	.header_blank{display: none;}

	#ly_web_header_0001_0{height: 88px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);}
    #ly_web_header_0001_0 .hnav,
    #ly_web_header_0001_0 .hright .lang{display:none;}
    #ly_web_header_0001_0 .hright .menu{display:block;}
    
    #ly_web_header_0001_0 .hattr{width: max-content}
    #ly_web_header_0001_0 .phone,
    #ly_web_header_0001_0 .search{margin-right: 25px;}
    #ly_web_header_0001_0 .hright .search{width:22px;height:22px;}
    #ly_web_header_0001_0 .hright{height: 88px;}

    #ly_web_header_0001_0_m-header-blank{display: block;height:88px;}
    #ly_web_header_0001_0_m-nav .one-icon{font-size: 20px; line-height: 1; font-weight: 700;color:#21292b;}

    #ly_web_header_0001_0_m-nav{display: block;width: 100%;height: 0;z-index:50;left: 0;right: 0;top:88px; background: #fff;overflow-y: auto;}
    #ly_web_header_0001_0_m-nav.cur{height: calc(100vh - 88px);border-top:1px solid #ebebeb;}
    #ly_web_header_0001_0_m-nav .nav .one-nav{line-height:60px;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .one{margin: 0 30px; border-bottom: 1px solid #ebebeb; font-weight: 700;color:#21292b; cursor:pointer; }
    #ly_web_header_0001_0_m-nav .nav .one-nav .one-a{display: block; width: calc(100% - 10%); font-size:18px;}
    #ly_web_header_0001_0_m-nav .nav .one-nav.cur .one .icon{transform: rotate(90deg);}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav{width: 100%;background: #f7f7f7;padding: 0 30px;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav>div{border-bottom: 1px solid #ebebeb;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a,
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a2{font-size: 16px;color:#21292b;}

	#ly_web_header_0001_0_m-nav .bot-box{margin:30px 0 60px}
    #ly_web_header_0001_0_m-nav .bot-box .item .icon{width: 60px;height: 60px;line-height: 60px;border: 1px solid rgba(0, 0, 0, 0.3);font-size: 18px;color: #1a1a1a;border-radius: 100%;margin: 0 auto;}
    #ly_web_header_0001_0_m-nav .bot-box .item .tit{margin-top:12px;font-size:18px;color: #1a1a1a;}
}
@media (max-width: 992px) {
	#ly_web_header_0001_0,
    #ly_web_header_0001_0 .hright,
    #ly_web_header_0001_0_m-header-blank{height: .6439rem;}
    #ly_web_header_0001_0_m-nav{top: calc(.6439rem - 2px);}
    #ly_web_header_0001_0_m-nav.cur{height: calc(100vh - .6139rem);}

    #ly_web_header_0001_0 .phone, 
    #ly_web_header_0001_0 .hright .search{margin-right: .1515rem;}

    #ly_web_header_0001_0 .hright .search{width: .2273rem; height: .2273rem; background-size: 80%;}
    #ly_web_header_0001_0 .phone{font-size: .1515rem;}
    #ly_web_header_0001_0 .phone .svg{width: .2273rem; height: .2273rem; margin-right: .0758rem;}
    
    #ly_web_header_0001_0 .hright .menu{width: .4545rem;height: 100%;}
    #ly_web_header_0001_0 .hright .menu > div{font-size: .303rem;}

    #ly_web_header_0001_0_m-nav .one-icon{font-size: .197rem; }
    #ly_web_header_0001_0_m-nav .nav .one-nav .one{margin: 0 .303rem;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .one-a{font-size: .1667rem; line-height: 3em;}
    
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav,
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-box .pro-box{padding: 0 .303rem;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a,
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a2,
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-box .pro-box .pro-name{font-size: .1364rem; line-height: 3.5em;}
    
	#ly_web_header_0001_0_m-nav .bot-box{margin:.2273rem 0 0; }
    #ly_web_header_0001_0_m-nav .bot-box .item .icon{width: .4545rem;height: .4545rem;line-height: .4545rem;font-size: .1364rem;}
    #ly_web_header_0001_0_m-nav .bot-box .item .tit{font-size:.1364rem;color: #1a1a1a;margin-top:.1515rem;}
}
@media screen and (max-width:768px) {
	#ly_web_header_0001_0,
    #ly_web_header_0001_0 .hright,
    #ly_web_header_0001_0_m-header-blank{height: .85rem;}
    #ly_web_header_0001_0_m-nav{top: calc(.85rem - 2px);}
    #ly_web_header_0001_0_m-nav.cur{height: calc(100vh - .80rem);}

    #ly_web_header_0001_0 .logo{width: 2rem; height: .85rem;}
    #ly_web_header_0001_0 .hright .menu{width: .6rem;}
    #ly_web_header_0001_0 .hright .menu > div{font-size: .45rem;}
    
    #ly_web_header_0001_0 .phone, 
    #ly_web_header_0001_0 .hright .search{margin-right: .2rem;}
    #ly_web_header_0001_0 .hright .search{width: .4rem; height: .4rem; background-size: 80%;}
    #ly_web_header_0001_0 .phone{font-size: .28rem;}
    #ly_web_header_0001_0 .phone .svg{width: .4rem; height: .4rem; margin-right: .15rem;}

    
    #ly_web_header_0001_0_m-nav .one-icon{font-size: .34rem; }
    #ly_web_header_0001_0_m-nav .nav .one-nav .one{margin: 0 .3rem;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .one-a{font-size: .32rem; line-height: 3em;}
    
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav,
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-box .pro-box{padding: 0 .3rem;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a,
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a2,
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-box .pro-box .pro-name{font-size: .28rem; line-height: 3.5em;}
    
	#ly_web_header_0001_0_m-nav .bot-box{margin:.3rem 0 0; }
    #ly_web_header_0001_0_m-nav .bot-box .item .icon{width: .75rem;height: .75rem;line-height: .75rem;font-size: .26rem;}
    #ly_web_header_0001_0_m-nav .bot-box .item .tit{font-size:.26rem;margin-top:.2rem;}
}
.ly_web_footer_0001_0{background-color: #f7f7f7;}


#ly_web_footer_0001_0_top{padding: 70px 0 85px;}
#ly_web_footer_0001_0_top .info{width: 21.429%;}
#ly_web_footer_0001_0_top .info .title{font-size: 20px; line-height: 1; color: #333; }

#ly_web_footer_0001_0_top .contact{margin-top: 46px;}
#ly_web_footer_0001_0_top .contact .item{gap: 0 18px; margin-top: 30px;}
#ly_web_footer_0001_0_top .contact .item:first-child{margin-top: 0;}
#ly_web_footer_0001_0_top .contact .icon{width: 30px; height: 30px; border-radius: 50%; background-image: -moz-linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); background-image: -ms-linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); background-image: linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%);}
#ly_web_footer_0001_0_top .contact .text{width: calc(100% - 50px); font-size: 20px; line-height: 1.3; color: rgb(var(--mainB));}
#ly_web_footer_0001_0_top .contact .text span{font-size: 18px; color: #333;}

#ly_web_footer_0001_0_top .codes{margin-top: 50px; gap: 0 20px;}
#ly_web_footer_0001_0_top .codes .item{padding: 20px 13px 15px; background-color: #fff; border-radius: 10px;}
#ly_web_footer_0001_0_top .codes .code{width: 100px; height: 100px;}
#ly_web_footer_0001_0_top .codes .code img{max-width: 100%; max-height: 100%;}
#ly_web_footer_0001_0_top .codes .text{margin-top: 10px; font-size: 18px; line-height: 1.5; color: #333;}

#ly_web_footer_0001_0_top .list{width: 71.429%; column-count: 4; column-gap: 40px; column-fill: balance;}
#ly_web_footer_0001_0_top .list_item{margin-bottom: 40px; break-inside: avoid; page-break-inside: avoid; height: auto;}
#ly_web_footer_0001_0_top .list_item .title{margin-bottom: 20px; font-size: 20px; line-height: 1.3; color: #333;}
#ly_web_footer_0001_0_top .list_item .two_li{margin-top: 10px; font-size: 18px; line-height: 1.3; color: #666;}
#ly_web_footer_0001_0_top .list_item .two_li:hover{color: rgb(var(--mainB));}

html[lang="en"] #ly_web_footer_0001_0_top .codes .text{font-size: 16px;}
html[lang="en"] #ly_web_footer_0001_0_top .list_item .two_li{margin-top: 15px; font-size: 16px; line-height: 1.2;}
 
@media (max-width: 1680px){ 
    #ly_web_footer_0001_0_top{padding: 70px 0;}
}
@media (max-width: 1440px) {
    #ly_web_footer_0001_0_top{padding: 60px 0;}
    #ly_web_footer_0001_0_top .info{width: 22.529%;}
    #ly_web_footer_0001_0_top .contact{margin-top: 30px;}
    #ly_web_footer_0001_0_top .contact .item{gap: 0 10px;} 

    #ly_web_footer_0001_0_top .codes{margin-top: 40px; gap: 0 20px;}
    #ly_web_footer_0001_0_top .codes .item{padding: 20px 18px 15px;}
    #ly_web_footer_0001_0_top .codes .text{font-size: 16px;}

    #ly_web_footer_0001_0_top .list{column-gap: 30px;}
    #ly_web_footer_0001_0_top .list_item{margin-bottom: 30px;}
}
@media (max-width: 1366px) {
    #ly_web_footer_0001_0_top .info{width: 23.529%;}
    #ly_web_footer_0001_0_top .contact .text{font-size: 17px;}
}
@media (max-width: 1280px) {
    #ly_web_footer_0001_0_top .info{width: 25.529%;}
    #ly_web_footer_0001_0_top .contact .text{font-size: 16px;}
}
@media (max-width: 1200px) {
    #ly_web_footer_0001_0_top .box{flex-direction: column-reverse;}
    
    #ly_web_footer_0001_0_top .info{width: 100%; margin-top: 30px;}
    #ly_web_footer_0001_0_top .contact .item{margin-top: 20px;} 
    #ly_web_footer_0001_0_top .codes {margin-top: 20px; justify-content: flex-start;}
    #ly_web_footer_0001_0_top .codes .item {padding: 17px 15px 15px;}
    #ly_web_footer_0001_0_top .list_item .two_li{font-size: 16px;}

    #ly_web_footer_0001_0_top .list{width: 100%;}
}
@media (max-width: 1100px) {
    #ly_web_footer_0001_0_top{padding: 40px 0;}
    #ly_web_footer_0001_0_top .list{column-count: 1; column-gap: 0;}
    #ly_web_footer_0001_0_top .list_item{ width: 100%; padding-right: 0; margin-bottom:0;}
    #ly_web_footer_0001_0_top .list_item .title{display: flex; justify-content: space-between; align-items: center; width: 100%; font-size: 18px; line-height: 3em; border-bottom: 1px solid #ddd; padding-bottom: 0; margin-bottom: 0; }
    #ly_web_footer_0001_0_top .list_item .title .one-icon{display: block; font-size: .197rem;  line-height: 1; font-weight: 700;color:#21292b;}
    #ly_web_footer_0001_0_top .list_item.cur .title .one-icon{transform: rotate(90deg);}
    #ly_web_footer_0001_0_top .list_item .two_list{height: 0; overflow: hidden; transition: all .5s ease-in-out;}
    #ly_web_footer_0001_0_top .list_item .two_li{margin-top: 0 !important; font-size: 16px !important; line-height: 3em !important; }
}
@media (max-width: 992px) {
    #ly_web_footer_0001_0_top{padding: .303rem 0;}
    #ly_web_footer_0001_0_top .list_item .title{font-size: .1667rem; line-height: 3em; }
    #ly_web_footer_0001_0_top .list_item .title .one-icon{font-size: .197rem; }
    #ly_web_footer_0001_0_top .list_item .two_li{font-size: .1364rem !important; line-height: 3em !important; }
    
    #ly_web_footer_0001_0_top .info {margin-top: .303rem;}
    #ly_web_footer_0001_0_top .info .title{font-size: .1667rem;}

    #ly_web_footer_0001_0_top .contact{margin-top: .1894rem;}
    #ly_web_footer_0001_0_top .contact .item{gap: 0 .1515rem;} 
    #ly_web_footer_0001_0_top .contact .icon{width:.2652rem; height:.2652rem; }
    #ly_web_footer_0001_0_top .contact .text{width: calc(100% - .6061rem); font-size: .1818rem; }
    #ly_web_footer_0001_0_top .contact .text span{font-size: .1364rem; margin-bottom: .0379rem;}
    
    #ly_web_footer_0001_0_top .codes{margin-top: .2273rem; gap: 0 .1515rem;}
    #ly_web_footer_0001_0_top .codes .item{padding: .1515rem .1364rem .1136rem; border-radius: .0758rem;}
    #ly_web_footer_0001_0_top .codes .code{width: .8333rem; height: .8333rem;}
    #ly_web_footer_0001_0_top .codes .text{margin-top: .0758rem; font-size: .1364rem !important;}
}
@media (max-width: 768px) {
    #ly_web_footer_0001_0_top{padding: .4rem 0;}
    #ly_web_footer_0001_0_top .list_item .title{font-size: .32rem; line-height: 3em; }
    #ly_web_footer_0001_0_top .list_item .title .one-icon{font-size: .3rem; }
    #ly_web_footer_0001_0_top .list_item .two{padding: .2rem 0;}
    #ly_web_footer_0001_0_top .list_item .two_li{font-size: .28rem !important; line-height: 2.5em !important; }
    
    #ly_web_footer_0001_0_top .info {margin-top: .35rem;}
    #ly_web_footer_0001_0_top .info .title{font-size: .32rem;}

    #ly_web_footer_0001_0_top .contact{margin-top: .35rem;}
    #ly_web_footer_0001_0_top .contact .item{gap: 0 .2rem;} 
    #ly_web_footer_0001_0_top .contact .icon{width: .55rem; height: .55rem; }
    #ly_web_footer_0001_0_top .contact .text{width: calc(100% - .7rem); font-size: .3rem; }
    #ly_web_footer_0001_0_top .contact .text span{font-size: .28rem; margin-bottom: .1rem;}
    
    #ly_web_footer_0001_0_top .codes{margin-top: .3rem; gap: 0 .25rem;}
    #ly_web_footer_0001_0_top .codes .item{padding: .25rem .2rem .15rem; border-radius: .1rem;}
    #ly_web_footer_0001_0_top .codes .code{width: 1.5rem; height: 1.5rem;}
    #ly_web_footer_0001_0_top .codes .text{margin-top: .15rem; font-size: .24rem !important;}
}



#ly_web_footer_0001_0_partner{}
#ly_web_footer_0001_0_partner .box{padding: 28px 0; gap: 0 23px; border: 1px solid #ddd; border-left: 0; border-right: 0;}
#ly_web_footer_0001_0_partner .title{font-size: 20px; line-height: 1; color: #666; font-family: "MiSans-Semibold"; flex-shrink: 0; }
#ly_web_footer_0001_0_partner .swi{gap: 10px 40px;}
#ly_web_footer_0001_0_partner .slide{width: max-content; height: 40px;}
#ly_web_footer_0001_0_partner .slide:last-child{margin-right: 0; }

@media (max-width: 1440px) {
    #ly_web_footer_0001_0_partner .box{padding: 25px 0; gap: 0 20px;}
    #ly_web_footer_0001_0_partner .title{font-size: 18px;}
    #ly_web_footer_0001_0_partner .swi{gap: 10px 25px;}
}
@media (max-width: 1200px) {
    #ly_web_footer_0001_0_partner .box{gap: 0 15px;}
    #ly_web_footer_0001_0_partner .title{font-size: 16px;}
}
@media (max-width: 1100px) {
    #ly_web_footer_0001_0_partner .slide{height: 30px;}
}
@media (max-width: 992px) {
    #ly_web_footer_0001_0_partner .box{padding: .1136rem 0; gap: 0 .0758rem; align-items: flex-start;}
    #ly_web_footer_0001_0_partner .title{font-size: .1667rem; line-height: 3em; }
    #ly_web_footer_0001_0_partner .swi{gap: .0758rem .2273rem;}
    #ly_web_footer_0001_0_partner .slide{height: .3333rem;}
}
@media (max-width: 768px) {
    #ly_web_footer_0001_0_partner .box{padding: .2rem 0; gap: 0 .1rem;}
    #ly_web_footer_0001_0_partner .title{font-size: .26rem; line-height: 1;margin-top: .55em;}
    #ly_web_footer_0001_0_partner .swi{gap: .2rem .3rem;}
    #ly_web_footer_0001_0_partner .slide{height: .45rem; }
}


#ly_web_footer_0001_0_bottom{padding: 30px 0; font-size: 18px; line-height: 1.2em; color: #666;}
#ly_web_footer_0001_0_bottom .box{gap: 0 2.85%; flex-wrap: wrap;}
#ly_web_footer_0001_0_bottom .icp{text-decoration: underline; padding-right: 3.57%; position: relative;}
#ly_web_footer_0001_0_bottom .icp::before{content: ''; width: 28px; height: 30px; background: url(/module/ly-web/footer/0001/images/icp.png) no-repeat right center; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}

html[lang="en"] #ly_web_footer_0001_0_bottom .box{gap: 0 1%;}
html[lang="en"] #ly_web_footer_0001_0_bottom .icp{padding-left: 3%; padding-right: 0;}
html[lang="en"] #ly_web_footer_0001_0_bottom .icp::before{right: inherit; left: 0;}

@media (max-width: 1680px){ 
    #ly_web_footer_0001_0_bottom .box{gap: 0 1.85%;}
}
@media (max-width: 1200px) {
    #ly_web_footer_0001_0_bottom{font-size: 16px;}
    #ly_web_footer_0001_0_bottom .icp::before{ transform: translateY(-50%) scale(0.8); }
}
@media (max-width: 992px) {
    #ly_web_footer_0001_0_bottom{padding: .2273rem 0;}
    #ly_web_footer_0001_0_bottom{font-size: .1364rem;}
    #ly_web_footer_0001_0_bottom .icp::before{ transform: translateY(-50%) scale(0.9); }
}
@media (max-width: 768px) {
    #ly_web_footer_0001_0_bottom{padding: .4rem 0;}
    #ly_web_footer_0001_0_bottom{font-size: .28rem; line-height: 1.5em; text-align: center;}
    #ly_web_footer_0001_0_bottom .icp{padding-right: .65rem;}
    #ly_web_footer_0001_0_bottom .icp::before{ transform: translateY(-50%) scale(0.9); }
    
    html[lang="en"] #ly_web_footer_0001_0_bottom .icp{padding-left: .65rem; padding-right: 0;}
}





#ly_web_sidebar_001_1{ top: 50%; right: 46px; width: 50px; z-index: 200; transform: translateY(-50%);}

.ly_web_sidebar_001_1-item{ margin-bottom: 10px; width: 100%; height: 50px; background: rgba(0, 0, 0, .5); font-size: 24px; color: #fff; border-radius: 50%; transition: all 0.5s ease;}
.ly_web_sidebar_001_1-item-text{ top: 0; right: 110%; padding: 0 20px; height: 100%; background: rgba(0, 0, 0, .5); font-size: 20px; color: #fff; white-space: nowrap; border-radius: 25px; transform: translateX(10%); opacity: 0; pointer-events: none;}
.ly_web_sidebar_001_1-item-code{ top: 0; right: 110%; width: 110px; height: 110px; background: #fff; border-radius: 10px; transform: translateX(10%); opacity: 0; pointer-events: none; box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);}
.ly_web_sidebar_001_1-item-code img{max-width: 80%; max-height: 80%; object-fit: cover;}
.ly_web_sidebar_001_1-btn{ width: 100%; height: 70px; background: rgba(0, 0, 0, .5); font-size: 24px; color: #fff; border-radius: 25px; transition: all 0.5s ease; position: relative;}

.ly_web_sidebar_001_1-item::before,
.ly_web_sidebar_001_1-btn::before{content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; background-image: -moz-linear-gradient( -45deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); background-image: -webkit-linear-gradient( -45deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); background-image: -ms-linear-gradient( -45deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); background-image: linear-gradient( -45deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); opacity: 0; transition: all 0.5s ease;}
.ly_web_sidebar_001_1-item::before{border-radius: 50%;}
.ly_web_sidebar_001_1-btn::before{border-radius: 25px;}

@media (any-hover: hover) {
    .ly_web_sidebar_001_1-item:hover,
    .ly_web_sidebar_001_1-btn:hover{background-color: transparent;}
    .ly_web_sidebar_001_1-item:hover::before,
    .ly_web_sidebar_001_1-btn:hover::before{opacity: 1;}

    .ly_web_sidebar_001_1-item.phone:hover .ly_web_sidebar_001_1-item-text,
    .ly_web_sidebar_001_1-item.email:hover .ly_web_sidebar_001_1-item-text{ transform: translateX(0); opacity: 1;}
    .ly_web_sidebar_001_1-item.wx:hover .ly_web_sidebar_001_1-item-code{ transform: translateX(0); opacity: 1;}
}
@media (max-width: 1536px){
    #ly_web_sidebar_001_1{right: 1vw;}
}
@media (max-width: 1440px) {
    #ly_web_sidebar_001_1{width: 48px;}
    .ly_web_sidebar_001_1-item{height: 48px;}
    .ly_web_sidebar_001_1-btn{height: 66px;}
    .ly_web_sidebar_001_1-item-text{font-size: 18px;}
}
@media (max-width: 992px){
    #ly_web_sidebar_001_1{ top: inherit; bottom: 1%; right: 0.11rem; width: 0.379rem;}

    .ly_web_sidebar_001_1-item{display: none;}
    .ly_web_sidebar_001_1-btn{height: 0.53rem;font-size: 0.182rem;border-radius: 0.189rem; background-color: transparent;}
    .ly_web_sidebar_001_1-btn::before{opacity: 1;}
}

@media (max-width: 768px) {
    #ly_web_sidebar_001_1{ bottom: 7.5%;  right: 0.1rem; width: 0.5rem;}
    .ly_web_sidebar_001_1-btn{height: 0.7rem; border-radius: 0.25rem;}
    .ly_web_sidebar_001_1-btn img{transform: scale(.8);}
}.lyuibtn_004 {
    --mg: 55px;
    --pd: 15px 24px;
    --bgc: var(--main);
    --br: 35px;
    --bc: var(--main);
    --fc: #fff;
    --textfs: 20px;
    --iconfs: 20px;
    --iconml: 25px;

    width: max-content; 
    margin-top: var(--mg); 
    padding: var(--pd); 
    border-radius: var(--br); 
    border: 1px solid var(--bc);
    color: var(--fc);
    
    background-image: -moz-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
}

.lyuibtn_004-text{width: auto; font-size: var(--textfs); line-height: 1em; flex-shrink: 0; word-break: keep-all;}
.lyuibtn_004-icon{margin-left: var(--iconml); width: 16px; height: 16px; fill: #fff; stroke: #fff; transform: translateX(-1px) rotate(-45deg);}
.lyuibtn_004:hover{opacity: 0.9; }

@media (max-width: 1440px) {
    .lyuibtn_004 {
        --mg: 40px;
        --textfs: 18px;
        --iconfs: 18px;
        --iconml: 20px;
    }
}@media (max-width: 1100px) {
    .lyuibtn_004 {
        --mg: 20px;
        --textfs: 16px;
        --iconfs: 16px;
    }
}
@media (max-width: 992px) {
    .lyuibtn_004 {
        --mg: .2273rem;
        --pd: .1136rem .1894rem;
        --minw: 1.1742rem;
        --textfs: .1364rem;
        --iconfs: .2273rem;
        --iconml: .0505rem;
    }
}
@media (max-width: 768px) {
    .lyuibtn_004 {
        --mg: .3rem;
        --pd: .15rem .25rem;
        --minw: 1.5rem;
        --textfs: .28rem;
        --iconfs: .3rem;
        --iconml: .1rem;
    }
}
.ly_web_banner_0001_0 {margin-top: 100px; position: relative;}
.ly_web_banner_0001_0 .slide .img {padding-top: 29.167%;}
.ly_web_banner_0001_0 .slide .img img,
.ly_web_banner_0001_0 .slide .img video {width: 100%;height: 100%;object-fit: cover;}

.ly_web_banner_0001_0 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 7.1%;}
.ly_web_banner_0001_0 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {width: 10px; height: 10px; border: 1px solid #fff; border-radius: 50%;background: transparent; transition: all 0.3s linear; margin: 0 15px;opacity: 0.8;}
.ly_web_banner_0001_0 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {background: #fff; opacity: 1;}

.ly_web_banner_0001_0 .textBox{height: max-content; top: 50%; transform: translateY(-50%); z-index: 5; display: flex; align-items: center;}
.ly_web_banner_0001_0 .textBox .box{height: max-content; }
.ly_web_banner_0001_0 .textBox .info{width: 50%; color: #222;}
.ly_web_banner_0001_0 .textBox .name{font-size: 50px; line-height: 1.2em;}
.ly_web_banner_0001_0 .textBox .brief{font-size: 24px; line-height: 1.3em; margin-top: 30px;}


@media (max-width: 1680px) {
    .ly_web_banner_0001_0 .textBox .brief{font-size: 20px; margin-top: 25px;}
    .ly_web_banner_0001_0 .textBox .btn2{margin-top: 40px;}
}
@media (max-width: 1440px) {
    .ly_web_banner_0001_0 .textBox .name{font-size: 46px;}
    .ly_web_banner_0001_0 .textBox .brief{font-size: 18px; margin-top: 20px;}
    .ly_web_banner_0001_0 .textBox .btn2{margin-top: 25px;}
}
@media (max-width:1366px) {
    .ly_web_banner_0001_0 .textBox .name{font-size: 44px;}
    .ly_web_banner_0001_0 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 10px;}
}
@media (max-width:1100px) {
    .ly_web_banner_0001_0 {margin-top: 88px;}
    .ly_web_banner_0001_0 .textBox .info{width: 100%;}
    .ly_web_banner_0001_0 .textBox .name{font-size: 42px; line-height: 1.3em;}
    .ly_web_banner_0001_0 .textBox .brief{font-size: 16px; margin-top: 15px;}
    .ly_web_banner_0001_0 .textBox .btn2{margin-top: 15px;}
}
@media (max-width: 992px) { 
    .ly_web_banner_0001_0{margin-top: .6439rem}
    
    .ly_web_banner_0001_0 .textBox .name{font-size: .3636rem;}
    .ly_web_banner_0001_0 .textBox .brief{font-size: .1364rem; margin-top: .0758rem;}
    .ly_web_banner_0001_0 .textBox .btn2{margin-top: .1136rem;}
}
@media (max-width: 768px) { 
    .ly_web_banner_0001_0{margin-top: .85rem;}
    .ly_web_banner_0001_0 .slide .img {padding-top: 140.25%;}
    .ly_web_banner_0001_0 .textBox {top: 22%;}

    .ly_web_banner_0001_0 .textBox .info{width: 100%;}
    .ly_web_banner_0001_0 .textBox .name{font-size: .52rem; text-align: center;}
    .ly_web_banner_0001_0 .textBox .brief{font-size: .28rem; text-align: center; margin-top: .2rem;}
    .ly_web_banner_0001_0 .textBox .btns{justify-content: center;}
    .ly_web_banner_0001_0 .textBox .btn2{margin-top: .45rem; --pd: .15rem .25rem;}

    .ly_web_banner_0001_0 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: .3rem;}
    .ly_web_banner_0001_0 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{width: .15rem; height: .15rem; margin: 0 .15rem;}

    #ly_web_banner_0001_0{display: none;}
    #ly_web_banner_0001_0_mb{display: block;}
}.lyuiinfo_001 {
    --titfs: 42px;
    
    display: block;
    width: max-content;
    max-width: 100%;
    font-size: var(--titfs); 
    line-height: 1.1; 
    color: transparent;
    
    background: -moz-linear-gradient(90deg, #00bc60, #0575e5); 
    background: -webkit-linear-gradient(90deg, #00bc60, #0575e5); 
    background: linear-gradient(90deg, #00bc60, #0575e5);  
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
@media (max-width: 1440px) {
    .lyuiinfo_001 {
        --titfs: 40px;
    }
}
@media (max-width: 1366px) {
    .lyuiinfo_001 {
        --titfs: 38px;
    }
}
@media (max-width: 992px) {
    .lyuiinfo_001 {
        --titfs: .3182rem;
    }
}
@media (max-width: 768px) {
    .lyuiinfo_001 {
        --titfs: .42rem;
    }
}.lyuibtn_004 {
    --mg: 55px;
    --pd: 15px 24px;
    --bgc: var(--main);
    --br: 35px;
    --bc: var(--main);
    --fc: #fff;
    --textfs: 20px;
    --iconfs: 20px;
    --iconml: 25px;

    width: max-content; 
    margin-top: var(--mg); 
    padding: var(--pd); 
    border-radius: var(--br); 
    border: 1px solid var(--bc);
    color: var(--fc);
    
    background-image: -moz-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
}

.lyuibtn_004-text{width: auto; font-size: var(--textfs); line-height: 1em; flex-shrink: 0; word-break: keep-all;}
.lyuibtn_004-icon{margin-left: var(--iconml); width: 16px; height: 16px; fill: #fff; stroke: #fff; transform: translateX(-1px) rotate(-45deg);}
.lyuibtn_004:hover{opacity: 0.9; }

@media (max-width: 1440px) {
    .lyuibtn_004 {
        --mg: 40px;
        --textfs: 18px;
        --iconfs: 18px;
        --iconml: 20px;
    }
}@media (max-width: 1100px) {
    .lyuibtn_004 {
        --mg: 20px;
        --textfs: 16px;
        --iconfs: 16px;
    }
}
@media (max-width: 992px) {
    .lyuibtn_004 {
        --mg: .2273rem;
        --pd: .1136rem .1894rem;
        --minw: 1.1742rem;
        --textfs: .1364rem;
        --iconfs: .2273rem;
        --iconml: .0505rem;
    }
}
@media (max-width: 768px) {
    .lyuibtn_004 {
        --mg: .3rem;
        --pd: .15rem .25rem;
        --minw: 1.5rem;
        --textfs: .28rem;
        --iconfs: .3rem;
        --iconml: .1rem;
    }
}
.ly_web_index_0001_1{padding: 65px 0 80px;}

#ly_web_index_0001_1_tabs{margin-top: 40px;}
#ly_web_index_0001_1_tabs .tabs{ gap: 20px;}
#ly_web_index_0001_1_tabs .tab { position: relative; width: calc((100% - 20px * 3) / 4); min-height: 60px; padding: 2px 0; background-color: rgb(239, 251, 251); border-radius: 10px; z-index: 1;}
#ly_web_index_0001_1_tabs .tab::before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: -moz-linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); background-image: -ms-linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%);  background-image: linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); border-radius: 10px; z-index: -1; transition: all 0.5s ease;}
#ly_web_index_0001_1_tabs .tab span{border-radius: 8px; min-height: 60px; padding: 7px; width: calc(100% - 4px); min-height: 100%; background-color: rgb(239, 251, 251); font-size: 24px; line-height: 1.2;  color: #222; transition: all 0.5s ease;}
#ly_web_index_0001_1_tabs .tab.cur span{color: #fff; background-color: transparent;}

@media (max-width: 1680px) {
    #ly_web_index_0001_1_tabs .tab span{font-size: 22px;}
}
@media (max-width: 1536px) {
    #ly_web_index_0001_1_tabs .tab span{font-size: 20px;}
}
@media (max-width: 1440px) {
    #ly_web_index_0001_1_tabs{margin-top: 30px;}
    #ly_web_index_0001_1_tabs .tabs{ gap: 15px;}
    #ly_web_index_0001_1_tabs .tab{width: 24.1%;}
}
@media (max-width: 1366px) {
    #ly_web_index_0001_1_tabs .tab{width: 23.9%;}
    #ly_web_index_0001_1_tabs .tab span{font-size: 18px;}
}
@media (max-width: 1200px) {
    #ly_web_index_0001_1_tabs .tab{width: 18.9%;}
    #ly_web_index_0001_1_tabs .tab span{font-size: 16px;}
}
@media (max-width: 1100px) {
    .ly_web_index_0001_1{padding: 60px 0;}
    #ly_web_index_0001_1_tabs .tabs{gap: 12px;}
    #ly_web_index_0001_1_tabs .tab span{padding: 15px;}
}
@media (max-width: 992px) {
    .ly_web_index_0001_1{padding: .4545rem 0;}

    #ly_web_index_0001_1_tabs{margin-top: .2273rem;}
    /*#ly_web_index_0001_1_tabs .tabs{display: none;}*/
    /*#ly_web_index_0001_1_tabs .tabs.mb{display: block;}*/
    /*#ly_web_index_0001_1_tabs .container{width: 1400px; width: 100% !important;}*/
    #ly_web_index_0001_1_tabs .tabs{gap: 0.0758rem;}
    #ly_web_index_0001_1_tabs .tab{width: calc((100% - 0.0758rem) / 2); min-height: .4545rem;}
    #ly_web_index_0001_1_tabs .tab:last-child{margin-right: 0;}
    #ly_web_index_0001_1_tabs .tab span{padding: .1136rem; font-size: .1515rem;}
}
@media (max-width: 768px) {
    .ly_web_index_0001_1{padding: .6rem 0;}

    #ly_web_index_0001_1_tabs{margin-top: .3rem;}
    #ly_web_index_0001_1_tabs .tabs{gap: .15rem;}
    #ly_web_index_0001_1_tabs .tab{width: calc((100% - 0.15rem) / 2); margin-right: 0;}
    #ly_web_index_0001_1_tabs .tab span{padding: .15rem; font-size: .28rem;}
}


#ly_web_index_0001_1_bind {margin-top: 60px;}
#ly_web_index_0001_1_bind .info{width: 47.143%; height: auto;}
#ly_web_index_0001_1_bind .name{font-size: 30px; line-height: 1.3em; color: #222;}
/* #ly_web_index_0001_1_bind .brief{margin-top: 30px; font-size: 20px; line-height: 1.6em; color: #666;} */
#ly_web_index_0001_1_bind .brief{margin-top: 30px; font-size: 16px; line-height: 1.6em; color: #666;}
html[lang="zh-cn"] #ly_web_index_0001_1_bind .brief{text-align: justify;}

#ly_web_index_0001_1_bind .btn{margin-top: 40px; --pd: 10px 20px; --textfs: 18px; --iconml: 15px;}
#ly_web_index_0001_1_bind .pic{width: 48.571%; border-radius: 10px;}
#ly_web_index_0001_1_bind .pic::before{padding-top: 82.35%;}
#ly_web_index_0001_1_bind .pic img{width: 100%; height: 100%; object-fit: cover; border-radius: 10px;}

html[lang="en"] #ly_web_index_0001_1_bind .brief{font-size: 18px;}

@media (max-width: 1536px) {
    #ly_web_index_0001_1_bind {margin-top: 50px;}
    #ly_web_index_0001_1_bind .name{font-size: 28px;}
    #ly_web_index_0001_1_bind .brief{margin-top: 20px; }
    #ly_web_index_0001_1_bind .btn{margin-top: 30px;}
}
@media (max-width: 1440px) {
    #ly_web_index_0001_1_bind {margin-top: 40px;}
    #ly_web_index_0001_1_bind .name{font-size: 26px;}
    /*#ly_web_index_0001_1_bind .brief{font-size: 18px;}*/
    #ly_web_index_0001_1_bind .btn{margin-top: 20px;}
}
@media (max-width: 1366px) {
    #ly_web_index_0001_1_bind {margin-top: 30px;}
    #ly_web_index_0001_1_bind .name{font-size: 24px;}
}
@media (max-width: 1280px) {
    #ly_web_index_0001_1_bind .name{font-size: 22px;}
    #ly_web_index_0001_1_bind .brief{margin-top: 12px; font-size: 16px;}
    #ly_web_index_0001_1_bind .btn{--textfs: 16px;}
}
@media (max-width: 1100px) {
    #ly_web_index_0001_1_bind .info{width: 48.143%;}
}
@media (max-width: 992px) {
    #ly_web_index_0001_1_bind{margin-top: .2273rem;}
    #ly_web_index_0001_1_bind .box{flex-direction: column-reverse;}
    #ly_web_index_0001_1_bind .info{width: 100%;}
    #ly_web_index_0001_1_bind .name{font-size: .197rem; line-height: 1.5em; }
    #ly_web_index_0001_1_bind .brief{margin-top: .1136rem; font-size: .1364rem; line-height: 1.8em; }
    #ly_web_index_0001_1_bind .btn{margin-top: .2273rem; --pd: .0758rem .1515rem; --textfs: .1364rem; --iconml: .1515rem;}
    #ly_web_index_0001_1_bind .pic{margin-bottom: .2273rem; width: 100%; border-radius: .0758rem;}
    #ly_web_index_0001_1_bind .pic img{border-radius: .0758rem;}
}
@media (max-width: 768px) {
    #ly_web_index_0001_1_bind{margin-top: .45rem;}
    #ly_web_index_0001_1_bind .name{font-size: .36rem; }
    #ly_web_index_0001_1_bind .brief{margin-top: .15rem; font-size: .28rem;}
    #ly_web_index_0001_1_bind .btn{margin-top: .3rem; --pd: .2rem .32rem; --textfs: .28rem; --iconml: .2rem;}
    #ly_web_index_0001_1_bind .pic{margin-bottom: .3rem; border-radius: .15rem;}
    #ly_web_index_0001_1_bind .pic img{border-radius: .15rem;}
}













.lyuiinfo_001 {
    --titfs: 42px;
    
    display: block;
    width: max-content;
    max-width: 100%;
    font-size: var(--titfs); 
    line-height: 1.1; 
    color: transparent;
    
    background: -moz-linear-gradient(90deg, #00bc60, #0575e5); 
    background: -webkit-linear-gradient(90deg, #00bc60, #0575e5); 
    background: linear-gradient(90deg, #00bc60, #0575e5);  
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
@media (max-width: 1440px) {
    .lyuiinfo_001 {
        --titfs: 40px;
    }
}
@media (max-width: 1366px) {
    .lyuiinfo_001 {
        --titfs: 38px;
    }
}
@media (max-width: 992px) {
    .lyuiinfo_001 {
        --titfs: .3182rem;
    }
}
@media (max-width: 768px) {
    .lyuiinfo_001 {
        --titfs: .42rem;
    }
}.lyuibtn_004 {
    --mg: 55px;
    --pd: 15px 24px;
    --bgc: var(--main);
    --br: 35px;
    --bc: var(--main);
    --fc: #fff;
    --textfs: 20px;
    --iconfs: 20px;
    --iconml: 25px;

    width: max-content; 
    margin-top: var(--mg); 
    padding: var(--pd); 
    border-radius: var(--br); 
    border: 1px solid var(--bc);
    color: var(--fc);
    
    background-image: -moz-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
}

.lyuibtn_004-text{width: auto; font-size: var(--textfs); line-height: 1em; flex-shrink: 0; word-break: keep-all;}
.lyuibtn_004-icon{margin-left: var(--iconml); width: 16px; height: 16px; fill: #fff; stroke: #fff; transform: translateX(-1px) rotate(-45deg);}
.lyuibtn_004:hover{opacity: 0.9; }

@media (max-width: 1440px) {
    .lyuibtn_004 {
        --mg: 40px;
        --textfs: 18px;
        --iconfs: 18px;
        --iconml: 20px;
    }
}@media (max-width: 1100px) {
    .lyuibtn_004 {
        --mg: 20px;
        --textfs: 16px;
        --iconfs: 16px;
    }
}
@media (max-width: 992px) {
    .lyuibtn_004 {
        --mg: .2273rem;
        --pd: .1136rem .1894rem;
        --minw: 1.1742rem;
        --textfs: .1364rem;
        --iconfs: .2273rem;
        --iconml: .0505rem;
    }
}
@media (max-width: 768px) {
    .lyuibtn_004 {
        --mg: .3rem;
        --pd: .15rem .25rem;
        --minw: 1.5rem;
        --textfs: .28rem;
        --iconfs: .3rem;
        --iconml: .1rem;
    }
}
.ly_web_index_0002_2{padding: 65px 0 80px; background: url(/module/ly-web/index/0002/images/back.jpg) no-repeat center center / 100% 100%;}
.ly_web_index_0002_2_box{margin-top: 40px;}

#ly_web_index_0002_2_tabs {width: 18.57%;}
#ly_web_index_0002_2_tabs .tabs{width: 100%; gap: 20px 0;}
#ly_web_index_0002_2_tabs .tab { position: relative; width: 100%; min-height: 60px; padding: 2px 0; background-color: rgb(239, 251, 251); border-radius: 10px; z-index: 1;}
#ly_web_index_0002_2_tabs .tab::before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: -moz-linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); background-image: -ms-linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%);  background-image: linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); border-radius: 10px; z-index: -1; transition: all 0.5s ease;}
#ly_web_index_0002_2_tabs .tab span{ border-radius: 8px; padding: 7px; width: calc(100% - 4px); height: 100%; background-color: rgb(239, 251, 251); font-size: 20px; line-height: 1.2; color: #666; transition: all 0.5s ease;}
#ly_web_index_0002_2_tabs .tab.cur span{color: #fff; background-color: transparent;}

@media (max-width: 1440px) {
    .ly_web_index_0002_2_box{margin-top: 30px;}
    #ly_web_index_0002_2_tabs .tabs{gap: 15px 0;}
}
@media (max-width: 1366px) {
    #ly_web_index_0002_2_tabs .tab span{font-size: 18px;}
}
@media (max-width: 1200px) {
    #ly_web_index_0002_2_tabs .tab span{font-size: 16px;}
}
@media (max-width: 1100px) {
    .ly_web_index_0002_2{padding: 60px 0;}
    #ly_web_index_0002_2_tabs .tabs{gap: 12px 0;}
    #ly_web_index_0002_2_tabs .tab span{padding: 15px;}
}
@media (max-width: 992px) {
    .ly_web_index_0002_2{padding: .4545rem 0;}
    .ly_web_index_0002_2_box{margin-top: .2273rem; flex-direction: column;}

    #ly_web_index_0002_2_tabs{width: 100%;}
    /*#ly_web_index_0002_2_tabs .tabs{display: none;}*/
    /*#ly_web_index_0002_2_tabs .tabs.mb{display: block !important; width: 100%;}*/
    /*#ly_web_index_0002_2_tabs .tabs.mb .container{width: 1400px; width: 100% !important;}*/
    /*#ly_web_index_0002_2_tabs .tab{margin-right: .0758rem; padding: 2px 0; width: 22.9%;min-height: .4545rem;}*/
    
    #ly_web_index_0002_2_tabs .tabs{gap: 0.0758rem;}
    #ly_web_index_0002_2_tabs .tab{padding: 2px 0; width: calc((100% - 0.0758rem) / 2); min-height: .4545rem;}
    #ly_web_index_0002_2_tabs .tab span{padding: .1136rem; font-size: .1515rem;}
}
@media (max-width: 768px) {
    .ly_web_index_0002_2{padding: .6rem 0; background-position: center right; background-size: cover;}
    .ly_web_index_0002_2_box{margin-top: .3rem;}

    #ly_web_index_0002_2_tabs .tabs{gap: .15rem;}
    #ly_web_index_0002_2_tabs .tab{width: calc((100% - 0.15rem) / 2);}
    #ly_web_index_0002_2_tabs .tab span{padding: .15rem; font-size: .28rem;}
}





.ly_web_index_0002_2 .bind{width: 76.786%;}
#ly_web_index_0002_2_bind{width: 100%;}
#ly_web_index_0002_2_bind .item{width: 100%;}
#ly_web_index_0002_2_bind .infoBox{width: 100%;}
#ly_web_index_0002_2_bind .info{width: 54.878%;}
#ly_web_index_0002_2_bind .info .name{font-size: 30px; line-height: 1.3em; color: #222;}
#ly_web_index_0002_2_bind .info .brief{margin-top: 30px; font-size: 16px; line-height: 1.6em; color: #666;}
html[lang="zh-cn"] #ly_web_index_0002_2_bind .info .brief{text-align: justify;}
#ly_web_index_0002_2_bind .info .btn{margin-top: 40px; --pd: 10px 20px; --textfs: 18px; --iconml: 15px;}

#ly_web_index_0002_2_bind .datas{width: 40.745%; gap: 30px;}
#ly_web_index_0002_2_bind .datas .data{min-width: 0;width: calc(50% - 15px); flex: 0 0 calc(50% - 15px); gap: 0 15px;}
#ly_web_index_0002_2_bind .datas .icon{flex-shrink: 0; width: 50px; height: 60px;}
#ly_web_index_0002_2_bind .datas .text{font-size: 20px; line-height: 1.3; color: #333;}

#ly_web_index_0002_2_bind .swiBox{margin-top: 40px; padding-top: 44px; width: 100%; border-top: 1px solid #d7dede;}
#ly_web_index_0002_2_bind .swiBox .title{ font-size: 30px; line-height: 1.1; color: #333;}

#ly_web_index_0002_2_bind .swiBox .swi{width: 100%!important; max-width: 100%; margin-top: 35px; display: block; position: relative;}
#ly_web_index_0002_2_bind .swiBox .wrapper{width: 100%;}
#ly_web_index_0002_2_bind .swiBox .slide{width: 15.89%; margin-right: 10px; height: 80px; background-color: #fff; border-radius: 5px; overflow: hidden;}
#ly_web_index_0002_2_bind .swiBox .slide:last-child{margin-right: 0;}
#ly_web_index_0002_2_bind .swiBox .slide img{max-width: 92%; max-height: 92%; object-fit: cover;}

@media (max-width: 1536px) {
    #ly_web_index_0002_2_bind .infoBox{align-items: flex-start;}
    #ly_web_index_0002_2_bind .info .name,
    #ly_web_index_0002_2_bind .swiBox .title{font-size: 28px;}
    #ly_web_index_0002_2_bind .info .brief{margin-top: 20px;}
    #ly_web_index_0002_2_bind .info .btn{margin-top: 30px;}
    
    #ly_web_index_0002_2_bind .swiBox{margin-top: 30px; padding-top: 34px;}
    #ly_web_index_0002_2_bind .swiBox .swi{margin-top: 30px;}
}
@media (max-width: 1440px) {
    #ly_web_index_0002_2_bind .info .name,
    #ly_web_index_0002_2_bind .swiBox .title{font-size: 26px;}
    /*#ly_web_index_0002_2_bind .info .brief{font-size: 18px;}*/
    #ly_web_index_0002_2_bind .info .btn{margin-top: 20px;}

    #ly_web_index_0002_2_bind .datas .icon{width: 45px; height: 55px;}
    #ly_web_index_0002_2_bind .datas .text{font-size: 18px;}

    #ly_web_index_0002_2_bind .swiBox .swi{margin-top: 20px;}
    #ly_web_index_0002_2_bind .swiBox .slide{width:calc((100% - 10px * 4) / 5);}
}
@media (max-width: 1366px) {
    #ly_web_index_0002_2_bind .info .name,
    #ly_web_index_0002_2_bind .swiBox .title{font-size: 24px;}
}
@media (max-width: 1280px) {
    #ly_web_index_0002_2_bind .swiBox .slide{width:calc((100% - 10px * 3) / 4);}
    #ly_web_index_0002_2_bind .info .name,
    #ly_web_index_0002_2_bind .swiBox .title{font-size: 22px;}
    #ly_web_index_0002_2_bind .info .brief{margin-top: 12px; font-size: 16px;}
    #ly_web_index_0002_2_bind .info .btn{--textfs: 16px;}
    
    #ly_web_index_0002_2_bind .datas .text{font-size: 16px;}
}
@media (max-width: 1200px) {
    #ly_web_index_0002_2_bind .datas .icon{width: 45px; height: 55px;}
}
@media (max-width: 1100px) {
    .ly_web_index_0002_2 .bind{width: 78.786%;}
    #ly_web_index_0002_2_bind .datas .data{gap: 0 10px;}
    #ly_web_index_0002_2_bind .datas .icon{width: 40px; height: 45px;}

    #ly_web_index_0002_2_bind .swiBox{padding-top: 30px;}
    #ly_web_index_0002_2_bind .swiBox .slide{height: 65px;}
    #ly_web_index_0002_2_bind .swiBox .slide img{max-width: 88%; max-height: 50%; }
}
@media (max-width: 992px) {
    .ly_web_index_0002_2 .bind{width: 100%; margin-top: .2273rem;}

    #ly_web_index_0002_2_bind .infoBox{flex-wrap: wrap;}
    #ly_web_index_0002_2_bind .info{width: 100%;}
    #ly_web_index_0002_2_bind .info .name,
    #ly_web_index_0002_2_bind .swiBox .title{font-size: .197rem; line-height: 1.5em; }
    #ly_web_index_0002_2_bind .info  .brief{margin-top: .1136rem; font-size: .1364rem; line-height: 1.8em; }
    #ly_web_index_0002_2_bind .info  .btn{margin-top: .2273rem; --pd: .0758rem .1515rem; --textfs: .1364rem; --iconml: .1515rem;}

    #ly_web_index_0002_2_bind .datas{width: 100%; gap: .1515rem .0758rem; margin-top: .2273rem;}
    #ly_web_index_0002_2_bind .datas .data{max-width: 32%; gap: 0 .0758rem;}
    #ly_web_index_0002_2_bind .datas .icon{width: .3409rem; height: .3409rem;}
    #ly_web_index_0002_2_bind .datas .text{font-size: .1364rem;}

    #ly_web_index_0002_2_bind .swiBox{margin-top: .2273rem; padding-top: .2273rem; }
    #ly_web_index_0002_2_bind .swiBox .slide{width:calc((100% - 10px * 4) / 5);}
}
@media (max-width: 768px) {
    .ly_web_index_0002_2 .bind{margin-top: .3rem;}

    #ly_web_index_0002_2_bind .info .name,
    #ly_web_index_0002_2_bind .swiBox .title{font-size: .36rem; }
    #ly_web_index_0002_2_bind .info .brief{margin-top: .15rem; font-size: .28rem;}
    #ly_web_index_0002_2_bind .info .btn{margin-top: .3rem; --pd: .2rem .32rem; --textfs: .28rem; --iconml: .2rem;}

    #ly_web_index_0002_2_bind .datas{gap: .2rem .15rem; margin-top: .3rem;}
    #ly_web_index_0002_2_bind .datas .data{max-width: 43%; gap: 0 .15rem;}
    #ly_web_index_0002_2_bind .datas .icon{width: .6rem; height: .6rem;}
    #ly_web_index_0002_2_bind .datas .text{font-size: .26rem;}

    #ly_web_index_0002_2_bind .swiBox{margin-top: .3rem; padding-top: .3rem; }
    #ly_web_index_0002_2_bind .swiBox .slide{width:calc((100% - 10px * 2) / 3);}
}






.lyuiinfo_001 {
    --titfs: 42px;
    
    display: block;
    width: max-content;
    max-width: 100%;
    font-size: var(--titfs); 
    line-height: 1.1; 
    color: transparent;
    
    background: -moz-linear-gradient(90deg, #00bc60, #0575e5); 
    background: -webkit-linear-gradient(90deg, #00bc60, #0575e5); 
    background: linear-gradient(90deg, #00bc60, #0575e5);  
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
@media (max-width: 1440px) {
    .lyuiinfo_001 {
        --titfs: 40px;
    }
}
@media (max-width: 1366px) {
    .lyuiinfo_001 {
        --titfs: 38px;
    }
}
@media (max-width: 992px) {
    .lyuiinfo_001 {
        --titfs: .3182rem;
    }
}
@media (max-width: 768px) {
    .lyuiinfo_001 {
        --titfs: .42rem;
    }
}.lyuibtn_004 {
    --mg: 55px;
    --pd: 15px 24px;
    --bgc: var(--main);
    --br: 35px;
    --bc: var(--main);
    --fc: #fff;
    --textfs: 20px;
    --iconfs: 20px;
    --iconml: 25px;

    width: max-content; 
    margin-top: var(--mg); 
    padding: var(--pd); 
    border-radius: var(--br); 
    border: 1px solid var(--bc);
    color: var(--fc);
    
    background-image: -moz-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
}

.lyuibtn_004-text{width: auto; font-size: var(--textfs); line-height: 1em; flex-shrink: 0; word-break: keep-all;}
.lyuibtn_004-icon{margin-left: var(--iconml); width: 16px; height: 16px; fill: #fff; stroke: #fff; transform: translateX(-1px) rotate(-45deg);}
.lyuibtn_004:hover{opacity: 0.9; }

@media (max-width: 1440px) {
    .lyuibtn_004 {
        --mg: 40px;
        --textfs: 18px;
        --iconfs: 18px;
        --iconml: 20px;
    }
}@media (max-width: 1100px) {
    .lyuibtn_004 {
        --mg: 20px;
        --textfs: 16px;
        --iconfs: 16px;
    }
}
@media (max-width: 992px) {
    .lyuibtn_004 {
        --mg: .2273rem;
        --pd: .1136rem .1894rem;
        --minw: 1.1742rem;
        --textfs: .1364rem;
        --iconfs: .2273rem;
        --iconml: .0505rem;
    }
}
@media (max-width: 768px) {
    .lyuibtn_004 {
        --mg: .3rem;
        --pd: .15rem .25rem;
        --minw: 1.5rem;
        --textfs: .28rem;
        --iconfs: .3rem;
        --iconml: .1rem;
    }
}.lyuiitem_003 {
	--width: 31.143%;
	--margin-right: 0;

	margin-right: var(--margin-right);
	width: var(--width);
	background-color: #f5f5f5; 
	border-radius: 6px;
}

.lyuiitem_003-pic{width:100%; padding-top: 53.33%; background: url(/images/blog-back.jpg) no-repeat center top/100% 100%;}
.lyuiitem_003-pic.i-pic img{width:100%; height:100%; object-fit: cover;}
.lyuiitem_003-pic.m-pic img{opacity: 0.6;}
.lyuiitem_003-word{width: 100%; padding: 30px 35px;}
.lyuiitem_003-time{font-size: 18px;color: #666;line-height: 1;}
.lyuiitem_003-name{margin-top:15px;font-size: 22px;color: #222;line-height: 1.455;}
.lyuiitem_003-bot{margin-top: 35px;}
.lyuiitem_003-cate{font-size: 18px; color: #222; line-height: 1;}
.lyuiitem_003-icon{margin-left: var(--iconml); width: 16px; height: 16px; fill: #999; stroke: #999; transform: translateX(-1px) rotate(-45deg);}


@media (any-hover: hover) {
	.lyuiitem_003:hover .lyuiitem_003-name{color: rgb(var(--mainB));}
}
@media screen and (max-width:1440px) {
	.lyuiitem_003-name{font-size: 20px;}
}
@media screen and (max-width:1440px) {
	.lyuiitem_003-word{padding: 30px;}
}
@media screen and (max-width:1050px) {
	.lyuiitem_003-bot{margin-top:30px;}
}
@media screen and (max-width:992px) {
	.lyuiitem_003-pic{border-radius: .0758rem;}
	.lyuiitem_003-word{padding: .2273rem;}
	.lyuiitem_003-time{font-size: .1364rem;}
	.lyuiitem_003-name{margin-top: .1136rem;font-size: .1667rem;}
	.lyuiitem_003-bot{margin-top: .1894rem;font-size: .1364rem;}
}
@media screen and (max-width:768px) {
	.lyuiitem_003-word{padding: .4rem .4rem .5rem;}
	.lyuiitem_003-time{font-size: .26rem;}
	.lyuiitem_003-name{margin-top: .2rem;font-size: .32rem;}
	.lyuiitem_003-bot{margin-top: .35rem;font-size: .26rem;}
}
#ly_web_index_0003_3{padding: 60px 0 80px; background: url(/module/ly-web/index/0003/images/back.jpg) no-repeat center center / 100% 100%; }
#ly_web_index_0003_3 .top .btn{margin-top: 0;}
#ly_web_index_0003_3 .graphic{margin-top: 40px;}
#ly_web_index_0003_3 .com{width:calc((100% - 3.125% * 2) / 3);margin-right:3.125%;}
#ly_web_index_0003_3 .com.list{margin-right:0;}

#ly_web_index_0003_3 .list{padding: 35px 1.25% 35px 2.5%;border-radius: 6px;background-color: #f5f5f5;}
#ly_web_index_0003_3 .list .h{padding-right:9.094%;overflow-y:auto;width: 100%;height: 375px; scrollbar-width: auto;}
#ly_web_index_0003_3 .list .h::-webkit-scrollbar{height:3px;width:3px;background:rgba(82, 88, 105, 0.2);}
#ly_web_index_0003_3 .list .h::-webkit-scrollbar-thumb{border-radius: 0;background: rgba(var(--mainB), 1);}

#ly_web_index_0003_3 .li{padding: 20px 0; width:100%;border-bottom: 1px solid rgba(30, 39, 64, 0.1);}
#ly_web_index_0003_3 .li:first-child{padding-top:0;}
#ly_web_index_0003_3 .li .time{margin-bottom:10px;font-size: 18px;color: #666;line-height: 1;}
#ly_web_index_0003_3 .li .time span{color: #222;}
#ly_web_index_0003_3 .li .name{font-size: 20px;color: #222;line-height: 1.3;}

@media (any-hover: hover){
    #ly_web_index_0003_3 .li:hover .name{color: rgb(var(--mainB));}
}
@media (max-width: 1440px){
    #ly_web_index_0003_3 .graphic{margin-top: 30px;}
    #ly_web_index_0003_3 .list .h{height: 353px; padding-right: 7.094%;}
}
@media (max-width: 1366px){
    #ly_web_index_0003_3 .com{width:calc((100% - 2.125% * 2) / 3); margin-right:2.125%;}
    
    #ly_web_index_0003_3 .list .h{height: 347px; }
    #ly_web_index_0003_3 .li{padding: 18px 0;}
}
@media (max-width: 1280px){
    #ly_web_index_0003_3 .list .h{height: 332px; padding-right: 6.094%;}
    #ly_web_index_0003_3 .li .time{font-size: 16px; }
    #ly_web_index_0003_3 .li .name{font-size: 18px;}
}
@media (max-width: 1200px) {
    #ly_web_index_0003_3 .list .h{height: 320px;}
}
@media (max-width: 1100px){
    #ly_web_index_0003_3{padding: 60px 0;}
}
@media (max-width: 1050px){
    #ly_web_index_0003_3 .com{width:48.5%;margin-right:3%;}
    #ly_web_index_0003_3 .com:nth-child(2){margin-right:0;}

    #ly_web_index_0003_3 .list{width:100%;margin-top:30px;padding:4%;}
    #ly_web_index_0003_3 .list .h{max-height:350px;height:fit-content;padding-right:4%;}
}
@media (max-width: 992px){
    #ly_web_index_0003_3{padding: .4545rem 0;}

    #ly_web_index_0003_3 .list{margin-top:.2273rem;border-radius: .0758rem;}
    #ly_web_index_0003_3 .list .h{max-height: 2.8788rem; padding-right: 3%;}
    #ly_web_index_0003_3 .li{padding: .1515rem 0;}
    #ly_web_index_0003_3 .li .time{margin-bottom: 10px; font-size: .1364rem;}
    #ly_web_index_0003_3 .li .name{font-size: .1667rem;}
}
@media (max-width: 768px){
    #ly_web_index_0003_3{padding: .6rem 0; background-position: center right; background-size: cover;}

    #ly_web_index_0003_3 .com{width:100%; margin:0 0 0.4rem;}
    #ly_web_index_0003_3 .list{padding: .5rem .4rem; padding-right: .2rem; margin:0;}
    #ly_web_index_0003_3 .list .h{max-height: 5.2rem; padding-right: 6%;}

    #ly_web_index_0003_3 .li{padding: .26rem 0;}
    #ly_web_index_0003_3 .li .time{font-size: .28rem;}
    #ly_web_index_0003_3 .li .name{font-size: .3rem;}
}.lyuiinfo_001 {
    --titfs: 42px;
    
    display: block;
    width: max-content;
    max-width: 100%;
    font-size: var(--titfs); 
    line-height: 1.1; 
    color: transparent;
    
    background: -moz-linear-gradient(90deg, #00bc60, #0575e5); 
    background: -webkit-linear-gradient(90deg, #00bc60, #0575e5); 
    background: linear-gradient(90deg, #00bc60, #0575e5);  
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
@media (max-width: 1440px) {
    .lyuiinfo_001 {
        --titfs: 40px;
    }
}
@media (max-width: 1366px) {
    .lyuiinfo_001 {
        --titfs: 38px;
    }
}
@media (max-width: 992px) {
    .lyuiinfo_001 {
        --titfs: .3182rem;
    }
}
@media (max-width: 768px) {
    .lyuiinfo_001 {
        --titfs: .42rem;
    }
}.lyuibtn_004 {
    --mg: 55px;
    --pd: 15px 24px;
    --bgc: var(--main);
    --br: 35px;
    --bc: var(--main);
    --fc: #fff;
    --textfs: 20px;
    --iconfs: 20px;
    --iconml: 25px;

    width: max-content; 
    margin-top: var(--mg); 
    padding: var(--pd); 
    border-radius: var(--br); 
    border: 1px solid var(--bc);
    color: var(--fc);
    
    background-image: -moz-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
}

.lyuibtn_004-text{width: auto; font-size: var(--textfs); line-height: 1em; flex-shrink: 0; word-break: keep-all;}
.lyuibtn_004-icon{margin-left: var(--iconml); width: 16px; height: 16px; fill: #fff; stroke: #fff; transform: translateX(-1px) rotate(-45deg);}
.lyuibtn_004:hover{opacity: 0.9; }

@media (max-width: 1440px) {
    .lyuibtn_004 {
        --mg: 40px;
        --textfs: 18px;
        --iconfs: 18px;
        --iconml: 20px;
    }
}@media (max-width: 1100px) {
    .lyuibtn_004 {
        --mg: 20px;
        --textfs: 16px;
        --iconfs: 16px;
    }
}
@media (max-width: 992px) {
    .lyuibtn_004 {
        --mg: .2273rem;
        --pd: .1136rem .1894rem;
        --minw: 1.1742rem;
        --textfs: .1364rem;
        --iconfs: .2273rem;
        --iconml: .0505rem;
    }
}
@media (max-width: 768px) {
    .lyuibtn_004 {
        --mg: .3rem;
        --pd: .15rem .25rem;
        --minw: 1.5rem;
        --textfs: .28rem;
        --iconfs: .3rem;
        --iconml: .1rem;
    }
}
.ly_web_index_0004_4{padding: 65px 0 80px; background: #f4f4f4 url(/module/ly-web/index/0004/images/back2.png) no-repeat center top/ 100% auto;}

#ly_web_index_0004_4_tabs{margin-top: 30px;}
#ly_web_index_0004_4_tabs .tabs{ gap: 20px;}
#ly_web_index_0004_4_tabs .tab { position: relative; padding: 2px 0; min-height: 60px; width: calc((100% - 20px * 4) / 5); background-color: rgb(239, 251, 251);   border-radius: 10px;  z-index: 1;}
#ly_web_index_0004_4_tabs .tab::before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: -moz-linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); background-image: -ms-linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%);  background-image: linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); border-radius: 10px; z-index: -1; transition: all 0.5s ease;}
#ly_web_index_0004_4_tabs .tab span{display: flex; border-radius: 8px; padding: 7px; width: calc(100% - 4px); height: 100%; background-color: rgb(239, 251, 251); font-size: 20px; line-height: 1.2;  color: #222; transition: all 0.5s ease;}
#ly_web_index_0004_4_tabs .tab.cur span{color: #fff; background-color: transparent;}

@media (max-width: 1440px) {
    #ly_web_index_0004_4_tabs{margin-top: 30px;}
    #ly_web_index_0004_4_tabs .tabs{ gap: 15px;}
    #ly_web_index_0004_4_tabs .tab{width: 24.1%;}
}
@media (max-width: 1366px) {
    #ly_web_index_0004_4_tabs .tab{width: 23.9%;}
    #ly_web_index_0004_4_tabs .tab span{font-size: 18px;}
}
@media (max-width: 1200px) {
    #ly_web_index_0004_4_tabs .tab{width: 18.9%;}
    #ly_web_index_0004_4_tabs .tab span{font-size: 16px;}
}
@media (max-width: 1100px) {
    .ly_web_index_0004_4{padding: 60px 0;}
    #ly_web_index_0004_4_tabs .tabs{gap: 12px;}
    #ly_web_index_0004_4_tabs .tab span{padding: 15px;}
}                                                                                       
@media (max-width: 992px) {
    .ly_web_index_0004_4{padding: .4545rem 0;}

    #ly_web_index_0004_4_tabs{margin-top: .2273rem;}
    /*#ly_web_index_0004_4_tabs .tabs{display: none;}*/
    /*#ly_web_index_0004_4_tabs .tabs.mb{display: block;}*/
    /*#ly_web_index_0004_4_tabs .container{width: 1400px; width: 100% !important;}*/
    
    #ly_web_index_0004_4_tabs .tabs{gap: 0.0758rem;}
    #ly_web_index_0004_4_tabs .tab{ padding: 2px 0; width: calc((100% - 0.0758rem) / 2); min-height: .4545rem;}
    #ly_web_index_0004_4_tabs .tab span{padding: .1136rem; font-size: .1515rem;}
}
@media (max-width: 768px) {
    .ly_web_index_0004_4{padding: .6rem 0;}

    #ly_web_index_0004_4_tabs{margin-top: .3rem;}
    #ly_web_index_0004_4_tabs .tabs{gap: .15rem;}
    #ly_web_index_0004_4_tabs .tab{width: calc((100% - 0.15rem) / 2);}
    #ly_web_index_0004_4_tabs .tab span{padding: .15rem; font-size: .28rem;}
}




#ly_web_index_0004_4_bind{margin-top: 40px;}
#ly_web_index_0004_4_bind .item{width: 100%; position: relative;}
#ly_web_index_0004_4_bind .in_box{position: relative;}
#ly_web_index_0004_4_bind .container{width: 100%; display: block; padding-bottom: 0;}
#ly_web_index_0004_4_bind .container.has_child{padding-bottom: 40px;}
#ly_web_index_0004_4_bind .slide{ width: 100%; border: 1px solid #dddddd; background: #fff url(/module/ly-web/index/0004/images/back3.jpg) no-repeat right center/auto 100%; border-radius: 10px; overflow: hidden;}
#ly_web_index_0004_4_bind .pic{width: 48.57%; border-top-left-radius: 10px; border-top-right-radius: 10px;}
#ly_web_index_0004_4_bind .pic::before{padding-top: 52.94%;}
#ly_web_index_0004_4_bind .pic img{width: 100%; height: 100%; object-fit: cover;}
#ly_web_index_0004_4_bind .content{width: 51.43%; padding: 40px 3%;} 
#ly_web_index_0004_4_bind .info{height: 210px; overflow-y: auto; padding-right: 8px; scrollbar-width: auto;}
#ly_web_index_0004_4_bind .info::-webkit-scrollbar{height:3px;width:3px;background:rgba(82, 88, 105, 0.2);}
#ly_web_index_0004_4_bind .info::-webkit-scrollbar-thumb{border-radius: 0;background: rgba(var(--mainB), 1);}
#ly_web_index_0004_4_bind .name{font-size: 24px; line-height: 1.2; color: #222; }
#ly_web_index_0004_4_bind .brief{margin-top: 20px; font-size: 16px; line-height: 1.7; color: #666; }
html[lang="zh-cn"] #ly_web_index_0004_4_bind .text{text-align: justify;}
#ly_web_index_0004_4_bind .tag{margin-top: 15px; gap: 10px 40px; font-size: 20px; line-height: 1.2; color: #222; }
#ly_web_index_0004_4_bind .btn{margin-top: 20px; --pd: 10px 20px; --textfs: 18px; --iconml: 15px;}
#ly_web_index_0004_4_bind .slide:hover .pic img{transform: scale(1.05);}
#ly_web_index_0004_4_bind .slide:hover .name{color: rgb(var(--mainB));}

#ly_web_index_0004_4_bind .swiper-pagination{bottom: 0;}
#ly_web_index_0004_4_bind .swiper-pagination-bullet{width: 10px; height: 10px; margin: 0 15px; border: 1px solid #666666; border-radius: 50%;  background-color: rgba(255, 255, 255, 0); transition: all 0.5s ease;}
#ly_web_index_0004_4_bind .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #333;}

@media (max-width: 1440px) {
    #ly_web_index_0004_4_bind{margin-top: 30px;}
    #ly_web_index_0004_4_bind .content{padding: 32px 3%;} 
    #ly_web_index_0004_4_bind .tag{gap: 10px 30px; font-size: 18px;}
    #ly_web_index_0004_4_bind .btn{margin-top: 10px;}
}
@media (max-width: 1366px) {
    #ly_web_index_0004_4_bind .content{padding: 30px 3%;} 
    #ly_web_index_0004_4_bind .info{height: 195px;}
    #ly_web_index_0004_4_bind .name{font-size: 22px;}
    #ly_web_index_0004_4_bind .brief{margin-top: 15px; font-size: 16px;}
    #ly_web_index_0004_4_bind .tag{gap: 10px 20px; font-size: 16px;}
}
@media (max-width: 1280px) {
    #ly_web_index_0004_4_bind .container.has_child{padding-bottom: 30px;}
    #ly_web_index_0004_4_bind .info{height: 180px;}
    #ly_web_index_0004_4_bind .brief{margin-top: 10px; }
    #ly_web_index_0004_4_bind .tag{margin-top: 15px; }
    #ly_web_index_0004_4_bind .btn{--textfs: 16px;}
    
    #ly_web_index_0004_4_bind .swiper-pagination-bullet{margin: 0 10px;}
}
@media (max-width: 1200px) {
    #ly_web_index_0004_4_bind .name{font-size: 20px;}
}
@media (max-width: 1050px) {
    #ly_web_index_0004_4_bind .info{height: 125px;}
}
@media (max-width: 992px) {
    #ly_web_index_0004_4_bind{margin-top: .2273rem;}
    #ly_web_index_0004_4_bind .container.has_child{padding-bottom: .303rem;}
    #ly_web_index_0004_4_bind .slide{margin-right: .0758rem; flex-direction: column; background-position: right bottom; background-size: auto auto;}
    #ly_web_index_0004_4_bind .slide:last-child{margin-right: 0;}
    #ly_web_index_0004_4_bind .pic{width: 100%; border-radius: 10px;}
    #ly_web_index_0004_4_bind .content{width: 100%; padding: .303rem;} 
    #ly_web_index_0004_4_bind .info{height: auto; overflow-y: visible;}
    #ly_web_index_0004_4_bind .name{font-size: .197rem;}
    #ly_web_index_0004_4_bind .brief{margin-top: .1515rem; font-size: .1364rem; }
    #ly_web_index_0004_4_bind .tag{margin-top: .1515rem; gap: .0758rem .1894rem; font-size: .1364rem;}
    #ly_web_index_0004_4_bind .btn{margin-top: .1515rem; --pd: .0758rem .1515rem; --textfs: .1364rem; --iconml: .1515rem;}
    
    #ly_web_index_0004_4_bind .swiper-pagination-bullet{width: .0758rem; height: .0758rem; margin: 0 .0758rem;}
}
@media (max-width: 768px) {
    #ly_web_index_0004_4_bind{margin-top: .3rem;}
    #ly_web_index_0004_4_bind .content{padding: .45rem;} 
    #ly_web_index_0004_4_bind .name{font-size: .34rem;}
    #ly_web_index_0004_4_bind .brief{margin-top: .25rem; font-size: .28rem; }
    #ly_web_index_0004_4_bind .tag{margin-top: .25rem; gap: .15rem .25rem; font-size: .28rem;}
    #ly_web_index_0004_4_bind .btn{margin-top: .3rem; --pd: .2rem .32rem; --textfs: .28rem; --iconml: .2rem;}
    
    #ly_web_index_0004_4_bind .swiper-pagination-bullet{width: .15rem; height: .15rem; margin: 0 .1rem;}
}



#ly_web_index_0004_4_logo{margin-top: 40px;}
#ly_web_index_0004_4_logo .box{padding-left: 1.28%; gap: 55px 39px;}
#ly_web_index_0004_4_logo .item{width: calc((100% - 39px * 5) / 6); height: 48px;}
#ly_web_index_0004_4_logo .item img{top: 50%; transform: translateY(-50%); max-width: 100%; max-height: 100%; object-fit: cover;}

@media (max-width: 1440px) {
    #ly_web_index_0004_4_logo .box{gap: 50px 30px;}
    #ly_web_index_0004_4_logo .item{width: calc((100% - 30px * 5) / 6); }
}
@media (max-width: 1366px) {
    #ly_web_index_0004_4_logo{margin-top: 30px;}
    /*#ly_web_index_0004_4_logo .item{width:15.62%;}*/
}
@media (max-width: 1280px) {
    /*#ly_web_index_0004_4_logo .item{width:18.9%;}*/
}
@media (max-width: 1050px) {
    #ly_web_index_0004_4_logo{margin-top: .303rem;}
    /*#ly_web_index_0004_4_logo .item{width:23.8%;}*/
}
@media (max-width: 768px) {
    #ly_web_index_0004_4_logo{margin-top: .4rem;}
    #ly_web_index_0004_4_logo .box{padding-left: 0; gap: .5rem .2rem;}
    #ly_web_index_0004_4_logo .item{width: calc((100% - .2rem) / 2); height: 1rem; text-align: center; }
    #ly_web_index_0004_4_logo .item img{max-width: 100%; max-height: 68%; left: 50%; transform: translate(-50%, -50%);}
}


.lyuiinfo_001 {
    --titfs: 42px;
    
    display: block;
    width: max-content;
    max-width: 100%;
    font-size: var(--titfs); 
    line-height: 1.1; 
    color: transparent;
    
    background: -moz-linear-gradient(90deg, #00bc60, #0575e5); 
    background: -webkit-linear-gradient(90deg, #00bc60, #0575e5); 
    background: linear-gradient(90deg, #00bc60, #0575e5);  
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
@media (max-width: 1440px) {
    .lyuiinfo_001 {
        --titfs: 40px;
    }
}
@media (max-width: 1366px) {
    .lyuiinfo_001 {
        --titfs: 38px;
    }
}
@media (max-width: 992px) {
    .lyuiinfo_001 {
        --titfs: .3182rem;
    }
}
@media (max-width: 768px) {
    .lyuiinfo_001 {
        --titfs: .42rem;
    }
}.lyuibtn_004 {
    --mg: 55px;
    --pd: 15px 24px;
    --bgc: var(--main);
    --br: 35px;
    --bc: var(--main);
    --fc: #fff;
    --textfs: 20px;
    --iconfs: 20px;
    --iconml: 25px;

    width: max-content; 
    margin-top: var(--mg); 
    padding: var(--pd); 
    border-radius: var(--br); 
    border: 1px solid var(--bc);
    color: var(--fc);
    
    background-image: -moz-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,188,96) 0%, rgb(5,117,229) 100%);
}

.lyuibtn_004-text{width: auto; font-size: var(--textfs); line-height: 1em; flex-shrink: 0; word-break: keep-all;}
.lyuibtn_004-icon{margin-left: var(--iconml); width: 16px; height: 16px; fill: #fff; stroke: #fff; transform: translateX(-1px) rotate(-45deg);}
.lyuibtn_004:hover{opacity: 0.9; }

@media (max-width: 1440px) {
    .lyuibtn_004 {
        --mg: 40px;
        --textfs: 18px;
        --iconfs: 18px;
        --iconml: 20px;
    }
}@media (max-width: 1100px) {
    .lyuibtn_004 {
        --mg: 20px;
        --textfs: 16px;
        --iconfs: 16px;
    }
}
@media (max-width: 992px) {
    .lyuibtn_004 {
        --mg: .2273rem;
        --pd: .1136rem .1894rem;
        --minw: 1.1742rem;
        --textfs: .1364rem;
        --iconfs: .2273rem;
        --iconml: .0505rem;
    }
}
@media (max-width: 768px) {
    .lyuibtn_004 {
        --mg: .3rem;
        --pd: .15rem .25rem;
        --minw: 1.5rem;
        --textfs: .28rem;
        --iconfs: .3rem;
        --iconml: .1rem;
    }
}
#ly_web_index_0005_5{padding: 60px 0 80px; background: #fff url(/module/ly-web/index/0005/images/back3.jpg) no-repeat center top/ 100% auto;}
#ly_web_index_0005_5 .left{width: 47.714%;}
#ly_web_index_0005_5 .brief{margin-top: 40px; font-size: 16px; line-height: 1.6; color: #333; }
#ly_web_index_0005_5 .brief span{font-weight: 600;}
html[lang="zh-cn"] #ly_web_index_0005_5 .brief{text-align: justify;}

#ly_web_index_0005_5 .btn{margin-top: 40px; --pd: 10px 20px; --textfs: 18px; --iconml: 15px;}
#ly_web_index_0005_5 .content{margin-top: 85px;}
#ly_web_index_0005_5 .tit{font-size: 24px; line-height: 1.6; color: #111;}
#ly_web_index_0005_5 ul{margin-top: 50px; gap: 60px 0;}
#ly_web_index_0005_5 li{width: 21%;}
#ly_web_index_0005_5 li .data,
#ly_web_index_0005_5 li .data span{ font-size: 36px; line-height: 1; color: transparent; background-image: -moz-linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%); background-image: -ms-linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%);  background-image: linear-gradient( 90deg, rgb(var(--mainG)) 0%, rgb(var(--mainB)) 100%);-webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;}
#ly_web_index_0005_5 li .unit{font-size: 28px;}
#ly_web_index_0005_5 li .name {margin-top: 15px; font-size: 20px; line-height: 1.2; color: #333;}

#ly_web_index_0005_5 .right{width: 48.57%; padding-top: 41.42%;}
#ly_web_index_0005_5 .right .pic{width: 100%; height: auto; max-height: 100%; object-fit: cover;}
#ly_web_index_0005_5 .right .play{width: 81px; height: 81px; top: 46.5%; left: 50%; transform: translateX(-50%); z-index: 2;} 

@media (max-width: 1536px) {
    #ly_web_index_0005_5 .brief{margin-top: 30px;}
    #ly_web_index_0005_5 .tit{font-size: 22px; }
}
@media (max-width: 1440px) {
    #ly_web_index_0005_5 ul { margin-top: 50px; gap: 35px 20px;}
    
    #ly_web_index_0005_5 .tit{font-size: 20px; }
    #ly_web_index_0005_5 li .data,
    #ly_web_index_0005_5 li .data span{ font-size: 30px; }
    #ly_web_index_0005_5 li .name {margin-top: 10px; font-size: 18px;}
}
@media (max-width: 1366px) {
    #ly_web_index_0005_5 .box{align-items: flex-start;}
    #ly_web_index_0005_5 .btn{margin-top: 30px;}
    #ly_web_index_0005_5 .content{margin-top: 50px;}
    #ly_web_index_0005_5 ul { margin-top: 30px;}
    #ly_web_index_0005_5 li .data,
    #ly_web_index_0005_5 li .data span{ font-size: 28px; }

    #ly_web_index_0005_5 .right{margin-top: 35px;}
}
@media (max-width: 1280px) {
    #ly_web_index_0005_5 .brief{font-size: 18px;}
    #ly_web_index_0005_5 .btn{--textfs: 16px;}
    #ly_web_index_0005_5 li .name {font-size: 16px;}
}
@media (max-width: 1200px) {
    #ly_web_index_0005_5 li .data,
    #ly_web_index_0005_5 li .data span{ font-size: 24px; }
}
@media (max-width: 1100px) {
    #ly_web_index_0005_5{padding: 60px 0;} 
    #ly_web_index_0005_5 .brief{margin-top: 20px;}
}
@media (max-width: 992px) {
    #ly_web_index_0005_5{padding: .4545rem 0;} 
    #ly_web_index_0005_5 .box{flex-wrap: wrap;}
    #ly_web_index_0005_5 .left{width: 100%;}
    #ly_web_index_0005_5 .brief{margin-top: .1515rem; font-size: .1515rem;}
    #ly_web_index_0005_5 .btn{margin-top: .2273rem; --pd: .0758rem .1515rem; --textfs: .1364rem; --iconml: .1515rem;}
    #ly_web_index_0005_5 .content{margin-top: .303rem;}
    #ly_web_index_0005_5 .tit{font-size: .1667rem; }
    #ly_web_index_0005_5 ul{margin-top: .2273rem; gap: .1894rem;}
    #ly_web_index_0005_5 li{min-width: 20%;}
    #ly_web_index_0005_5 li .data,
    #ly_web_index_0005_5 li .data span{ font-size: .2273rem; }
    #ly_web_index_0005_5 li .unit{font-size: .1364rem;}
    #ly_web_index_0005_5 li .name {margin-top: .0758rem; font-size: .1364rem;}
    #ly_web_index_0005_5 .right{width: 100%; padding-top: 85%; margin-top: .1515rem;}
    #ly_web_index_0005_5 .right .play{width: .6136rem; height: .6136rem;}
}
@media (max-width: 768px) {
    #ly_web_index_0005_5{padding: .6rem 0;} 
    #ly_web_index_0005_5 .brief{margin-top: .3rem; font-size: .28rem;}
    #ly_web_index_0005_5 .btn{margin-top: .3rem; --pd: .2rem .32rem; --textfs: .28rem; --iconml: .2rem;}
    #ly_web_index_0005_5 .content{margin-top: .45rem;}
    #ly_web_index_0005_5 .tit{font-size: .3rem; }
    #ly_web_index_0005_5 ul{margin-top: .3rem; gap: .25rem;}
    #ly_web_index_0005_5 li{min-width: 23%;}
    #ly_web_index_0005_5 li .data,
    #ly_web_index_0005_5 li .data span{ font-size: .34rem; }
    #ly_web_index_0005_5 li .unit{font-size: .28rem;}
    #ly_web_index_0005_5 li .name {margin-top: .15rem; font-size: .28rem;}
    
    #ly_web_index_0005_5 .right{margin-top: .2rem;}
    #ly_web_index_0005_5 .right .play{width: .8rem; height: .8rem;}
}














