.lyuibtn_033 {
    --font-size: 20px;
    --icon-font-size: 12px;
    --color: #fff;
    --border-radius: 25px;
    --border-color: #fff;
    --width: max-content;
    --height: 50px;
    --padding: 0 30px;
    --background-color: transparent;
    --hover-color: #fff;
    --hover-border-color: var(--mainColor);
    --hover-background-color: var(--mainColor);
    
    height: var(--height);width: var(--width);border-radius: var(--border-radius);color: var(--color);padding: var(--padding); border: 1px solid var(--border-color); gap: 10px; overflow: hidden;transition: all 0.3s ease;
}
.lyuibtn_033::before{content: ""; display: block; width: 100%; height: 100%; background-color: var(--background-color); backdrop-filter: blur(30px); position: absolute;top: 0; left: 0; z-index: 0; transition: all 0.3s ease;}
.lyuibtn_033-text{font-size: var(--icon-font-size); font-family: "Montserrat-Light"; font-size: var(--font-size); line-height: 1; letter-spacing: 0%; position: relative; z-index: 2;}
.lyuibtn_033-icon{position: relative; z-index: 2; fill: none;}
.lyuibtn_033-icon-svg{fill: var(--color);}


@media (min-width: 992px) {
    .lyuibtn_033:hover{border-color: var(--hover-border-color); color: var(--hover-color);}
    .lyuibtn_033:hover .lyuibtn_033-icon-svg{fill: var(--hover-color);}
    .lyuibtn_033:hover::before{background-color: var(--hover-background-color);}
}
@media (max-width: 1440px) {
    .lyuibtn_033{ --padding: 0 25px;}
}
@media (max-width:1366px) {
    .lyuibtn_033 {
        --font-size: 18px;
    }
    
}
@media (max-width:1200px) {
    .lyuibtn_033 {
        --padding: 0 22px;
        --height: 45px;
        --font-size: 16px;
    }
    .lyuibtn_033-icon-svg{width: 10px; height: 10px;}
    
    .lyuibtn_033:hover{border-color: var(--border-color); color: var(--color);}
    .lyuibtn_033:hover .lyuibtn_033-icon-svg{fill: var(--color);}
    .lyuibtn_033:hover::before{background-color: var(--background-color);}
}

@media  (max-width: 992px) {
    .lyuibtn_033 {
        --font-size: .1061rem;
        --icon-font-size: .1061rem;
        --padding: 0 .1894rem;
        gap: .0606rem;
    }
}
@media  (max-width: 768px) {
    .lyuibtn_033 {
        --font-size: .26rem;
        --icon-font-size: .24rem;
        --padding: 0 .35rem;
        --height: .75rem;
        gap: .15rem;
    }
}


/*头部PC端*/
#ly_web_header_0001_0{position: fixed;width: 100%;left: 0;top: 0;z-index: 10; background-color: #fff; box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);} 
#ly_web_header_0001_0 .logo{width: 240px;height: 22px;}
#ly_web_header_0001_0 .logo img{max-width: 100%; max-height: 100%; object-fit: cover;}

#ly_web_header_0001_0 .hnav{gap: 50px;}
#ly_web_header_0001_0 .hnav .one-nav{line-height: 80px; height:100%; word-break: keep-all;}
#ly_web_header_0001_0 .hnav .one-nav .nav-a{gap: 18px; font-family: "Montserrat-Light"; font-size: 20px; letter-spacing: 0%; color: #1A1A1A;}
#ly_web_header_0001_0 .hnav .one-nav .nav-icon{flex: none; width: 9px; height: 6px; background: url() no-repeat center center; background-image: url(/module/ly-web/header/0001/images/jt.svg);}

/* 右侧 */
#ly_web_header_0001_0 .hright{width: max-content; height: 80px; gap: 40px;}
#ly_web_header_0001_0 .search{width: 24px; height: 24px; background: url() no-repeat center center; background-image: url(/module/ly-web/header/0001/images/search.svg);}
#ly_web_header_0001_0 .lang{position: relative; height: 100%;}
#ly_web_header_0001_0 .lang .icon{width: 24px; height: 24px; background: url() no-repeat center center; background-image: url(/module/ly-web/header/0001/images/lang.svg);}
#ly_web_header_0001_0 .hright .btns{gap: 10px; }
#ly_web_header_0001_0 .hright .btn{width: max-content; height: 40px; padding: 0 21px; border: 1px solid #B3B3B3; border-radius: 100px; font-family: "Montserrat-Light"; font-size: 20px; line-height: 1em; text-align: center; color: #1A1A1A;}  
#ly_web_header_0001_0 .hright .btn:hover{color: #fff; background-color: var(--mainColor); border-color: var(--mainColor);}

#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(--mainColor) ;cursor:pointer; transition: all 0.5s ease;}


/* 头部导航常规二级下拉栏样式：包括二级菜单栏+语言下拉栏 */
#ly_web_header_0001_0 .ly_web_header_0001_0_box{ height: 0; overflow: hidden; top: 80px; left: -25px; z-index: 10; border-radius: 10px; border-top-left-radius: 0; border-top-right-radius: 0;}
#ly_web_header_0001_0 .ly_web_header_0001_0_ul{width: max-content; min-width: 240px; max-height: 500px; overflow: auto; padding: 30px; border-radius: 10px; border-top-left-radius: 0; border-top-right-radius: 0; box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; gap: 20px; position: relative;}
#ly_web_header_0001_0 .ly_web_header_0001_0_ul::before{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(246, 246, 246, 0.9); backdrop-filter: blur(40px); z-index: -1;}
#ly_web_header_0001_0 .ly_web_header_0001_0_ul.two-columns{display: grid; grid-template-rows: repeat(7, auto); grid-auto-flow: column;}
#ly_web_header_0001_0 .ly_web_header_0001_0_li {font-family: "Montserrat-Light"; font-size: 18px; line-height: 1.3em; letter-spacing: 0%; color: #1A1A1A; gap:15px;}
#ly_web_header_0001_0 .ly_web_header_0001_0_li .lang_img{width: 27px; height: 27px;}
#ly_web_header_0001_0 .ly_web_header_0001_0_li:hover{color: var(--mainColor);}

/* 产品 + 应用 公共 下拉菜单栏样式 */
.ly_web_header_0001_0_pro_box,
.ly_web_header_0001_0_app_box { top: 80px; left: 0; width: 100%; z-index: 30; height: 0; opacity: 0; overflow: hidden; visibility: hidden; transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); backdrop-filter: blur(50px); background-color: rgba(255, 255, 255, .8);}
.ly_web_header_0001_0_pro_box.onCur,
.ly_web_header_0001_0_app_box.onCur { height: calc(100vh - 80px); opacity: 1; visibility: visible;}
/* .ly_web_header_0001_0_pro_box::before,
.ly_web_header_0001_0_app_box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1); z-index: -1;} */


/* 产品下拉菜单栏样式 */
/*.ly_web_header_0001_0_pro_content{ height: 100%; padding: 50px 0; padding-left: 0;}*/
.ly_web_header_0001_0_pro_content{ height: 100%; padding: 20px 0; padding-left: 0;}
/*.ly_web_header_0001_0_pro_cate{display: flex; flex-direction: column; gap: 20px; padding-right: 5px; height: 100%; max-height: calc(100% - 90px); overflow-y: auto;}*/
.ly_web_header_0001_0_pro_cate{display: flex; flex-direction: column; gap: 30px; padding-right: 5px; height: 100%; max-height: calc(100% - 55px); overflow-y: auto;}
.ly_web_header_0001_0_pro_one{width: 100%; gap: 50px;}
.ly_web_header_0001_0_pro_one_pic{width: 17.78%; flex: none; overflow: hidden; position: relative;}
/*.ly_web_header_0001_0_pro_one_pic::before{ content: ''; display: block; width: 100%; padding-top: 46.875%;}*/
/*.ly_web_header_0001_0_pro_one:nth-child(1) .ly_web_header_0001_0_pro_one_pic::before{padding-top: 87.8%;}*/
/*.ly_web_header_0001_0_pro_one:nth-child(2) .ly_web_header_0001_0_pro_one_pic::before{padding-top: 72%;}*/
.ly_web_header_0001_0_pro_one_pic::before{ content: ''; display: block; width: 100%; padding-top: 73.5%;}
.ly_web_header_0001_0_pro_one_name{padding: 20px; font-size: 18px; line-height: 1.3em; letter-spacing: 0%; color: #1a1a1a;}
.ly_web_header_0001_0_pro_one_sub{width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px 40px;}
/*.ly_web_header_0001_0_pro_two_name{padding: 10px 24px 10px 0; gap: 10px; border-bottom: 1px solid #B3B3B3;}*/
.ly_web_header_0001_0_pro_two_name{padding: 6px 24px 6px 0; gap: 10px; border-bottom: 1px solid #B3B3B3;}
.ly_web_header_0001_0_pro_two_name_text{display: block; font-family: "Montserrat-Medium"; font-size: 18px; line-height: 1.3em; letter-spacing: 0%; color: #1A1A1A;}
.ly_web_header_0001_0_pro_two_name_icon{display: block; width: 12px; height: 12px; background: url() no-repeat center center; background-image: url(/module/ly-web/header/0001/images/jt2.svg);}
/*.ly_web_header_0001_0_pro_three{margin-top: 20px; gap: 8px;}*/
.ly_web_header_0001_0_pro_three{margin-top: 10px; gap: 5px;}
.ly_web_header_0001_0_pro_three_name{width: 100%; font-family: "Montserrat-Light"; font-size: 14px; line-height: 1.3em; letter-spacing: 0%; color: #4D4D4D;}

/* 下拉菜单栏中 联系我们 样式 */
.ly_web_header_0001_0_contact{bottom: 0; left: 0; z-index: 5; width: 100%; height: 60px; background-color: var(--mainColor); }
.ly_web_header_0001_0_contact_box{height: 100%; gap: 20px; }
.ly_web_header_0001_0_contact_left {gap: 56px;}
.ly_web_header_0001_0_contact_left .phone{gap: 10px; line-height: 1; letter-spacing: 0%; color: #fff;}
.ly_web_header_0001_0_contact_left .phone .img{flex: none; width: 20px; height: 20px; background: url(/module/ly-web/header/0001/images/phone.svg) no-repeat center center;}
.ly_web_header_0001_0_contact_left .phone span:nth-child(2){ font-size: 18px; }
.ly_web_header_0001_0_contact_left .phone span:nth-child(3){ font-size: 24px; }
.ly_web_header_0001_0_contact_left .contact{width: max-content; height: 36px; padding: 20px; gap: 10px; font-size: 18px; line-height: 1; letter-spacing: 0%; color: var(--mainColor); background-color: #fff; border-radius: 100px;}
.ly_web_header_0001_0_contact_left .contact .img{flex: none; width: 24px; height: 19px; background: url(/module/ly-web/header/0001/images/contact.svg) no-repeat center center;}
.ly_web_header_0001_0_contact_right{flex: none; width: 22px; height: 22px; background: url(/module/ly-web/header/0001/images/close.svg) no-repeat center center;}


/* 应用下拉菜单栏样式 */
.ly_web_header_0001_0_app_content{height: 100%; display: flex; background-color: rgba(255, 255, 255, .8);}
.ly_web_header_0001_0_app_info{width: 29.167%; height: 100%; padding: 50px 45px 120px 14.8%; display: flex; flex-direction: column; gap: 30px;}
.ly_web_header_0001_0_app_info h2{font-family: "Montserrat-Medium"; font-size: 30px; line-height: 1.3em; letter-spacing: 0%; color: #000;}
.ly_web_header_0001_0_app_info .brief{font-family: "Montserrat-Light"; font-size: 18px; line-height: 26px; letter-spacing: 0%; color: #4d4d4d;}
.ly_web_header_0001_0_app_info .btn{--border-color: #B3B3B3; --background-color: #fff; --color: #1A1A1A; --hover-color: #fff; --hover-background-color: var(--mainColor) !important;}
.ly_web_header_0001_0_app_right{width: calc(100% - 29.167%); height: 100%; padding: 50px 15% 120px 60px; gap: 5.88%; background: rgba(246, 246, 246, 0.9);}
.ly_web_header_0001_0_app_list{width: 33.6%; padding-right: 5px; height: 100%; overflow-y: auto; display: flex; flex-direction: column; gap: 18px;}
.ly_web_header_0001_0_app_item{gap: 10px; font-family: "Montserrat-Medium"; font-size: 18px; line-height: 1.5em; letter-spacing: 0%; color: #1A1A1A;}
.ly_web_header_0001_0_app_item .jt{opacity: 0; transform: translateX(-10px); flex: none; width: 12px; height: 12px; background: url(/module/ly-web/header/0001/images/jt2.svg) no-repeat center center;}
.ly_web_header_0001_0_app_cont{width: 60%;}
.ly_web_header_0001_0_app_cont .pic {width: 100%;}
.ly_web_header_0001_0_app_cont .pic::before{padding-top: 55.88%;}
.ly_web_header_0001_0_app_cont .brief{margin-top: 20px; width: 100%; font-family: "Montserrat-Light"; font-size: 18px; line-height: 1.5em; letter-spacing: 0%; color: #4D4D4D; } 
.ly_web_header_0001_0_app_cont .more{margin-top: 40px; gap: 10px; font-family: "Montserrat-Light"; font-size: 20px; line-height: 1.5em; letter-spacing: 0%; color: #1a1a1a; } 
.ly_web_header_0001_0_app_cont .more .img{width: 32px; height: 32px; border-radius: 50%; background: #fff url(/module/ly-web/header/0001/images/jt3.svg) no-repeat center center;}


/* 头部滚动时样式和鼠标移入时样式 */
@media screen and (min-width:751px) {
    #header.scroll-down #ly_web_header_0001_0 ,
    #header.scroll-up #ly_web_header_0001_0{transform: translate(0,0);}

    .ly_web_header_0001_0_pro_two_name:hover .ly_web_header_0001_0_pro_two_name_text{color: var(--mainColor);}
    .ly_web_header_0001_0_pro_two_name:hover .ly_web_header_0001_0_pro_two_name_icon{transform: translateX(10px); background-image: url(/module/ly-web/header/0001/images/jt2-b.svg);}
    .ly_web_header_0001_0_pro_three_name:hover{color: var(--mainColor);}

    .ly_web_header_0001_0_app_item:hover,
    .ly_web_header_0001_0_app_cont .more:hover{color: var(--mainColor);}
    .ly_web_header_0001_0_app_item:hover .jt{opacity: 1; transform: translateX(0); background-image: url(/module/ly-web/header/0001/images/jt2-b.svg);}

    .ly_web_header_0001_0_app_cont .more:hover .img{background-color: var(--mainColor); background-image: url(/module/ly-web/header/0001/images/jt3-w.svg);}

}




/* 头部PC端响应式 */
@media screen and (max-width: 1950px) {
    .ly_web_header_0001_0_app_info {padding: 50px 50px 120px 8.5%;}
    .ly_web_header_0001_0_app_right {padding: 50px 4% 120px 4%;}
}
@media screen and (max-width: 1680px) {
    #ly_web_header_0001_0 .hnav{gap: 40px;}
    #ly_web_header_0001_0 .hright{gap: 30px;}
    
    .ly_web_header_0001_0_app_info {padding: 50px 50px 120px 4.2%;}
}
@media screen and (max-width: 1536px) {
    #ly_web_header_0001_0 .hnav{gap: 22px;}
    #ly_web_header_0001_0 .hnav .one-nav .nav-a{gap: 14px;}
    #ly_web_header_0001_0 .hright{gap: 30px;}
    
    .ly_web_header_0001_0_pro_two_name_text{font-size: 16px;}
}
@media screen and (max-width: 1440px) {
    #ly_web_header_0001_0 .hnav .one-nav .nav-a,
    #ly_web_header_0001_0 .hright .btn,
    #ly_web_header_0001_0 .ly_web_header_0001_0_li{font-size: 16px;}
    
    #ly_web_header_0001_0 .hright{gap: 20px;}
    #ly_web_header_0001_0 .ly_web_header_0001_0_ul{padding: 22px 25px; gap: 10px;}
    #ly_web_header_0001_0 .li_one{padding: 4px 0;}
    
    .ly_web_header_0001_0_pro_one_name{font-size: 16px;}
    .ly_web_header_0001_0_pro_one_sub{gap: 20px 30px;}
    .ly_web_header_0001_0_pro_two_name{padding: 6px 15px 6px 0;}
    .ly_web_header_0001_0_pro_two_name_text{font-size: 15px;}
    
    
    .ly_web_header_0001_0_app_info{gap: 20px;}
    .ly_web_header_0001_0_app_info h2{font-size: 28px;}
}
@media screen and (max-width: 1366px) {
    .ly_web_header_0001_0_app_info { padding: 40px 40px 120px 4.2%;}
    .ly_web_header_0001_0_app_info h2{font-size: 26px;}
    .ly_web_header_0001_0_app_info .brief{font-size: 16px; line-height: 1.5em;}
    .ly_web_header_0001_0_app_right { padding: 40px 4% 120px 4%;}
    .ly_web_header_0001_0_app_item{font-size: 16px;}
    
    .ly_web_header_0001_0_pro_one_pic::before{padding-top: 77.5%;}
    .ly_web_header_0001_0_pro_one{gap: 35px;}
    .ly_web_header_0001_0_pro_one_sub{gap: 15px 30px;}
    .ly_web_header_0001_0_pro_two_name_text{font-size: 14px;}
}
@media screen and (max-width: 1280px) {
    #ly_web_header_0001_0 .hnav{gap: 35px;}
    #ly_web_header_0001_0 .hnav .one-nav .nav-icon{display: none;}
    .ly_web_header_0001_0_pro_one_sub{gap: 15px 24px;}
    
}

/* 头部移动端 */
#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: 1200px) {
	.header_blank{display: none;}

	#ly_web_header_0001_0{height: 80px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);}
    #ly_web_header_0001_0 .hnav{display:none;}
    #ly_web_header_0001_0 .hright{gap: 30px;}
    #ly_web_header_0001_0 .hright .menu{display:block;}
    
    #ly_web_header_0001_0_m-header-blank{display: block; height:80px;}
    #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: 46%;height: 0;z-index:50;left: inherit;right: 0;top:80px; background: #fff; overflow-y: auto;}
    #ly_web_header_0001_0_m-nav.cur{height: calc(100vh - 80px);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,
    #ly_web_header_0001_0_m-nav .nav .two-item .three-nav,
    #ly_web_header_0001_0_m-nav .nav .three-item .four-nav{width: 100%;background: #f7f7f7;padding: 0 30px;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav>div,
    #ly_web_header_0001_0_m-nav .nav .two-item .three-nav>div,
    #ly_web_header_0001_0_m-nav .nav .three-item .four-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 .two-item .three-a,
    #ly_web_header_0001_0_m-nav .nav .three-item .four-a{font-size: 16px; line-height: 1.5em; color:#21292b; padding: 15px 0;}

    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a{gap: 10px;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a .lang_img{width: 25px; height: 25px;}

	#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 screen and (max-width: 992px) {
    #ly_web_header_0001_0 .lang{display: none;}
    
	#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 .hright,
    #ly_web_header_0001_0 .hright .btns{gap: .1515rem;}
    #ly_web_header_0001_0 .hright .btn{font-size: .1212rem;}
    #ly_web_header_0001_0 .hright .search{width: .2273rem; height: .2273rem; background-size: 80%;}
    
    #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 .hright .btn:hover{color: #1a1a1a; background-color: transparent; border-color: #B3B3B3;}

    #ly_web_header_0001_0_m-nav{width: 100%;}
    #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 .two-item .three-nav,
    #ly_web_header_0001_0_m-nav .nav .three-item .four-nav{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 .two-item .three-a,
    #ly_web_header_0001_0_m-nav .nav .three-item .four-a{font-size: .1364rem; line-height: 3.5em;}
    
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a{gap: .0758rem;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a .lang_img{width: .1894rem; height: .1894rem;}
}
@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: .8rem;}
    #ly_web_header_0001_0_m-nav{top: calc(.8rem - 2px);}
    #ly_web_header_0001_0_m-nav.cur{height: calc(100vh - .80rem);}

    #ly_web_header_0001_0 .logo{width: 2.8rem; height: .8rem;}
    #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 .hright .search{width: .4rem; height: .4rem; background-size: 80%;}
    #ly_web_header_0001_0 .hright .btn{font-size: .26rem; padding: 0 .2rem; height: .6rem;}
    
    #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 .two-item .three-nav,
    #ly_web_header_0001_0_m-nav .nav .three-item .four-nav{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 .two-item .three-a,
    #ly_web_header_0001_0_m-nav .nav .three-item .four-a{font-size: .28rem; line-height: 1.5em;}
    
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a{gap: .25rem;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a .lang_img{width: .5rem; height: .5rem;}
}
.ly_web_footer_0001_0{padding: 80px 0 30px; background-color: #00173A;}

#ly_web_footer_0001_0_top{padding-bottom: 63px;}
#ly_web_footer_0001_0_top .info{width: 20.56%;}
#ly_web_footer_0001_0_top .logo{width: 240px; height: 22px;}

#ly_web_footer_0001_0_top .contact{margin-top: 30px; gap: 20px;}
#ly_web_footer_0001_0_top .contact .item{gap: 20px;}
#ly_web_footer_0001_0_top .contact .icon{width: 16px; height: 16px; flex: none; margin-top: 6px;}
#ly_web_footer_0001_0_top .contact .text{font-family: "Montserrat-Light"; font-size: 18px; line-height: 1.5em; letter-spacing: 0%; color: rgba(255, 255, 255, 0.5);}

#ly_web_footer_0001_0_top .list{width: 71.11%; display: grid; grid-template-columns: 1fr 1fr 2fr 1fr; gap: 20px;}
#ly_web_footer_0001_0_top .list_item .title{font-family: "Montserrat-Medium"; font-size: 18px; line-height: 1.6em; letter-spacing: 0%; color: #fff;}
#ly_web_footer_0001_0_top .list_item .two_list{margin-top: 30px; }
#ly_web_footer_0001_0_top .list_item .two_list .two{gap: 15px;}
#ly_web_footer_0001_0_top .list_item .two_li{font-family: "Montserrat-Light"; font-size: 16px; line-height: 1.4em; letter-spacing: 0%; color: #fff; opacity: .5;}

#ly_web_footer_0001_0_top .two-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; column-gap: 20px;}
#ly_web_footer_0001_0_top .two-cols .two_li {width: auto;}


/* 992px以上 鼠标悬停时的样式 */
@media screen and (min-width:992px) {
    #ly_web_footer_0001_0_top .list_item .two_li:hover{color: #fff; opacity: 1;}
}

@media (max-width: 1680px){ 
    /*#ly_web_footer_0001_0_top .contact .text{font-size: 18px;}*/
    
    #ly_web_footer_0001_0_top .list{width: 75%;}
    #ly_web_footer_0001_0_top .list_item .two_list{margin-top: 20px; }
}
@media (max-width: 1440px) {
    #ly_web_footer_0001_0_top{padding-bottom: 40px;}
    #ly_web_footer_0001_0_top .info{width: 22.529%;}
    #ly_web_footer_0001_0_top .contact{margin-top: 30px; gap: 15px;}
    #ly_web_footer_0001_0_top .contact .item{gap: 0 10px;} 
    #ly_web_footer_0001_0_top .contact .text{font-size: 16px;}

    #ly_web_footer_0001_0_top .list{gap: 30px;}
    #ly_web_footer_0001_0_top .list_item .title{font-size: 18px; line-height: 1.2em;}
    #ly_web_footer_0001_0_top .list_item .two_list{margin-top: 26px; }
    #ly_web_footer_0001_0_top .list_item .two_list .two{gap: 15px;}
    #ly_web_footer_0001_0_top .list_item .two_li{font-size: 16px;}
}
@media (max-width: 1366px) {
    #ly_web_footer_0001_0_top .info{width: 23.529%;}
}
@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 .logo.mobile{display: block; margin: 0 auto;}

    #ly_web_footer_0001_0_top .info{width: 100%; margin-top: 30px;}
    #ly_web_footer_0001_0_top .info .logo{display: none;}

    #ly_web_footer_0001_0_top .list{width: 100%;}
    #ly_web_footer_0001_0_top .list_item {margin-top: 45px;}
}
@media (max-width: 1100px) {
    #ly_web_footer_0001_0_top{padding: 0 0 40px;}
    #ly_web_footer_0001_0_top .list{display: grid; grid-template-columns: repeat(1, 1fr); gap: 10px;}
    #ly_web_footer_0001_0_top .list_item{ width: 100%; padding: 0; margin: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:#fff;}
    #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{margin: 0; height: 0; overflow: hidden; transition: all .5s ease;}
    #ly_web_footer_0001_0_top .list_item .two_list .two{padding-top: 15px; gap: 0;}
    #ly_web_footer_0001_0_top .list_item .two_li{margin-top: 0 !important; padding: 10px 0 !important; font-size: 16px !important; line-height: 1.2em !important; }

    #ly_web_footer_0001_0_top .two-cols { grid-template-columns: repeat(1, 1fr); column-gap: 0;}
    #ly_web_footer_0001_0_top .two-cols .two_li {width: 100%;}
}
@media (max-width: 992px) {
    .ly_web_footer_0001_0{padding: .6061rem 0 .2273rem; }
    #ly_web_footer_0001_0_top{padding: 0 0 .303rem;}
    
    #ly_web_footer_0001_0_top .list{margin-top: .303rem;}
    #ly_web_footer_0001_0_top .list_item .title{font-size: .1515rem; line-height: 2.8em; }
    #ly_web_footer_0001_0_top .list_item .title .one-icon{font-size: .1515rem; }
    #ly_web_footer_0001_0_top .list_item .two_li{padding: 0 !important; font-size: .1212rem !important; line-height: 2em !important; }
    
    #ly_web_footer_0001_0_top .info {margin-top: 0;}
    #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: .1136rem; height: .1136rem; }
    #ly_web_footer_0001_0_top .contact .text{width: calc(100% - .1515rem); font-size: .1364rem; }
    #ly_web_footer_0001_0_top .contact .text span{font-size: .1364rem; margin-bottom: .0379rem;}
    
}
@media (max-width: 768px) {
    .ly_web_footer_0001_0{padding: .8rem 0 ; }
    #ly_web_footer_0001_0_top{padding: 0 0 0.4rem;}
    #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: .35rem; height: .35rem; margin: 0;}
    #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_bottom{}
#ly_web_footer_0001_0_bottom .box{gap: 40px; align-items: flex-start;}
#ly_web_footer_0001_0_bottom .share{gap: 40px;}
#ly_web_footer_0001_0_bottom .share .item{width: 16px; height: 16px;}

#ly_web_footer_0001_0_bottom .copyright,
#ly_web_footer_0001_0_bottom .copyright a{font-family: "Montserrat-Light"; font-size: 18px; line-height: 16px; letter-spacing: 0%; color: #fff;}
#ly_web_footer_0001_0_bottom .links{margin-top: 5px; gap: 20px; font-size: 16px; line-height: 1.5em; letter-spacing: 0%; color: #fff;}
#ly_web_footer_0001_0_bottom .links a{opacity: .5;}

/* 992px以上 鼠标悬停时的样式 */
@media screen and (min-width:992px) {
    #ly_web_footer_0001_0_bottom .links a:hover{opacity: 1;}
}
@media (max-width: 1440px) {
    #ly_web_footer_0001_0_bottom .copyright,
    #ly_web_footer_0001_0_bottom .copyright a,
    #ly_web_footer_0001_0_bottom .links{font-size: 16px;}
}
@media (max-width: 1200px) {
    #ly_web_footer_0001_0_bottom .box{flex-direction: column; gap: 35px;}
    #ly_web_footer_0001_0_bottom .right{width: 100%;}
    #ly_web_footer_0001_0_bottom .copyright, #ly_web_footer_0001_0_bottom .copyright a, #ly_web_footer_0001_0_bottom .links{text-align: center;}
    
    #ly_web_footer_0001_0_bottom .share{width: 100%;}
    #ly_web_footer_0001_0_bottom .share ,
    #ly_web_footer_0001_0_bottom .links{justify-content: center;}
}
@media (max-width: 992px) {
    #ly_web_footer_0001_0_bottom .share .item{width: .1515rem; height: .1515rem;}
    
    #ly_web_footer_0001_0_bottom .copyright,
    #ly_web_footer_0001_0_bottom .copyright a,
    #ly_web_footer_0001_0_bottom .links{font-size: .1212rem;}
}
@media (max-width: 768px) {
    #ly_web_footer_0001_0_bottom .share .item{width: .4rem; height: .4rem;}
    
    #ly_web_footer_0001_0_bottom .copyright,
    #ly_web_footer_0001_0_bottom .copyright a,
    #ly_web_footer_0001_0_bottom .links{font-size: .28rem; line-height: 1.5em;}
}

#ly_web_sidebar_001_1{ bottom: 80px; right: 60px; width: 50px; z-index: 1000;}

.ly_web_sidebar_001_1_item{ margin-top: 6px; width: 50px; height: 50px; background: var(--mainColor); font-size: 24px; color: #fff; border-radius: 50%; transition: all 0.5s ease; backdrop-filter: blur(30px);}
.ly_web_sidebar_001_1_item::before{content: ''; position: absolute; top: 0; left: -70%; z-index: 2; width: 100%; height: 100%; opacity: 0; z-index: 5;}
.ly_web_sidebar_001_1_item .icon{width: 24px; height: 24px;     image-rendering: auto;}
/* .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_item_text{ bottom: 0; right: 0; padding: 20px; height: max-content; box-shadow: 0px 20px 30px 0px #0000001A; backdrop-filter: blur(50px); background-color: rgba(255,255,255,.8); font-size: 18px; color: #1a1a1a; white-space: nowrap; border-radius: 10px; opacity: 0; pointer-events: none;}
.ly_web_sidebar_001_1_item_text .top{gap: 10px;}
.ly_web_sidebar_001_1_item_text .top_icon{width: 24px; height: 24px; flex: none;}
.ly_web_sidebar_001_1_item_text .info{padding-left: 30px; color: var(--mainColor);}

.ly_web_sidebar_001_1_btn{margin-top: 20px; width: 50px; height: 60px; background: var(--mainColor); font-size: 24px; color: #fff; border-radius: 25px; transition: all 0.5s ease; position: relative; backdrop-filter: blur(30px)}

.ly_web_sidebar_001_1_item.contact{width: 82px; height: 82px; background-color: transparent; margin-left: -15px; backdrop-filter: blur(0px);}
.ly_web_sidebar_001_1_item.contact .icon{width: auto; height: auto;}

@media (any-hover: hover) {
    .ly_web_sidebar_001_1_item:not(.contact):hover,
    .ly_web_sidebar_001_1_btn:hover{background-color: var(--mainColor);}

    .ly_web_sidebar_001_1_item.contact:hover .ly_web_sidebar_001_1_item_text,
    .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{ right: calc(100% + 15px); opacity: 1;}
    .ly_web_sidebar_001_1_item.wx:hover .ly_web_sidebar_001_1_item_code{ right: calc(100% + 15px); 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{width: 48px; height: 48px;}
    .ly_web_sidebar_001_1_btn{width: 48px; height: 66px;}
    .ly_web_sidebar_001_1_item_text{font-size: 18px;}
}
@media (max-width: 992px){
    #ly_web_sidebar_001_1{ top: inherit; bottom: 2%; right: 0.11rem;}

    .ly_web_sidebar_001_1_item{width: 0.379rem;}
    .ly_web_sidebar_001_1_btn{ width: 0.379rem;height: 0.53rem;font-size: 0.182rem;border-radius: 0.189rem;}
    .ly_web_sidebar_001_1_btn::before{opacity: 1;}
    .ly_web_sidebar_001_1_item_text,.ly_web_sidebar_001_1_item::before{display: none !important;}
}

@media (max-width: 768px) {
    #ly_web_sidebar_001_1{ bottom: 5%; right: 0.3rem; width: .7rem;}
    .ly_web_sidebar_001_1_item{height: .7rem;}
    .ly_web_sidebar_001_1_btn{margin-top: .2rem; height: 0.7rem; border-radius: 50%;}
    
    .ly_web_sidebar_001_1_item img,
    .ly_web_sidebar_001_1_btn img{transform: scale(.8);}
    
    .ly_web_sidebar_001_1_item,
    .ly_web_sidebar_001_1_btn{ width: 0.7rem;}
    .ly_web_sidebar_001_1_item.contact{margin-left: -0.4rem; width: 1.5rem; height: 1.5rem;}
}.lyuibtn_033 {
    --font-size: 20px;
    --icon-font-size: 12px;
    --color: #fff;
    --border-radius: 25px;
    --border-color: #fff;
    --width: max-content;
    --height: 50px;
    --padding: 0 30px;
    --background-color: transparent;
    --hover-color: #fff;
    --hover-border-color: var(--mainColor);
    --hover-background-color: var(--mainColor);
    
    height: var(--height);width: var(--width);border-radius: var(--border-radius);color: var(--color);padding: var(--padding); border: 1px solid var(--border-color); gap: 10px; overflow: hidden;transition: all 0.3s ease;
}
.lyuibtn_033::before{content: ""; display: block; width: 100%; height: 100%; background-color: var(--background-color); backdrop-filter: blur(30px); position: absolute;top: 0; left: 0; z-index: 0; transition: all 0.3s ease;}
.lyuibtn_033-text{font-size: var(--icon-font-size); font-family: "Montserrat-Light"; font-size: var(--font-size); line-height: 1; letter-spacing: 0%; position: relative; z-index: 2;}
.lyuibtn_033-icon{position: relative; z-index: 2; fill: none;}
.lyuibtn_033-icon-svg{fill: var(--color);}


@media (min-width: 992px) {
    .lyuibtn_033:hover{border-color: var(--hover-border-color); color: var(--hover-color);}
    .lyuibtn_033:hover .lyuibtn_033-icon-svg{fill: var(--hover-color);}
    .lyuibtn_033:hover::before{background-color: var(--hover-background-color);}
}
@media (max-width: 1440px) {
    .lyuibtn_033{ --padding: 0 25px;}
}
@media (max-width:1366px) {
    .lyuibtn_033 {
        --font-size: 18px;
    }
    
}
@media (max-width:1200px) {
    .lyuibtn_033 {
        --padding: 0 22px;
        --height: 45px;
        --font-size: 16px;
    }
    .lyuibtn_033-icon-svg{width: 10px; height: 10px;}
    
    .lyuibtn_033:hover{border-color: var(--border-color); color: var(--color);}
    .lyuibtn_033:hover .lyuibtn_033-icon-svg{fill: var(--color);}
    .lyuibtn_033:hover::before{background-color: var(--background-color);}
}

@media  (max-width: 992px) {
    .lyuibtn_033 {
        --font-size: .1061rem;
        --icon-font-size: .1061rem;
        --padding: 0 .1894rem;
        gap: .0606rem;
    }
}
@media  (max-width: 768px) {
    .lyuibtn_033 {
        --font-size: .26rem;
        --icon-font-size: .24rem;
        --padding: 0 .35rem;
        --height: .75rem;
        gap: .15rem;
    }
}



.ly_web_hengfu_0001_0{background: #000; margin-top: 80px;}
.ly_web_hengfu_0001_0 .slide{overflow: hidden;}
.ly_web_hengfu_0001_0 .slide .img {padding-top: calc(100vh - 80px);}
.ly_web_hengfu_0001_0 .slide .img img,
.ly_web_hengfu_0001_0 .slide .img video {width: 100%;height: 100%;object-fit: cover;}

.ly_web_hengfu_0001_0 .textBox{height: max-content; top: inherit; bottom: 180px; z-index: 5; display: flex; align-items: center;}
.ly_web_hengfu_0001_0 .textBox .box{height: max-content;}
.ly_web_hengfu_0001_0 .textBox .info{width: 45%; color: #fff;}
.ly_web_hengfu_0001_0 .textBox .name{font-family: "Montserrat-SemiBold"; font-size: 42px; line-height: 1.2em; letter-spacing: 0%; }
.ly_web_hengfu_0001_0 .textBox .btns{margin-top: 50px;}

.ly_web_hengfu_0001_0 .circle-page{bottom: 60px; left: 50%; width: 1800px; max-width: 92%; transform: translateX(-50%); z-index: 5; display: flex; gap: 0 10px;}
.ly_web_hengfu_0001_0 .circle{width: 30px; height: 30px; background: transparent; border-radius: 50%;}
.ly_web_hengfu_0001_0 .circle::before{content: ""; display: block; width: 8px; height: 8px; background-color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; border-radius: 50%; cursor: pointer; opacity: 0.6;}
.ly_web_hengfu_0001_0 .circle canvas{opacity: 0;}
.ly_web_hengfu_0001_0 .circle.cur::before{opacity: 1;}
.ly_web_hengfu_0001_0 .circle.cur canvas{opacity: 1;}


@media (max-width: 1680px){ 
    .ly_web_hengfu_0001_0 .textBox .btns{margin-top: 40px;}
}
@media (max-width: 1366px){ 
    .ly_web_hengfu_0001_0 .slide .img {padding-top: 50%;}
    
    .ly_web_hengfu_0001_0 .textBox{bottom: 19%;}
    .ly_web_hengfu_0001_0 .textBox .info{width: 55%; }
    .ly_web_hengfu_0001_0 .textBox .name{font-size: 40px;}
    .ly_web_hengfu_0001_0 .textBox .btns{margin-top: 30px;}
    
    .ly_web_hengfu_0001_0 .circle-page{bottom: 35px; }
}
@media (max-width: 1050px) {
    .ly_web_hengfu_0001_0 .textBox .info{width: 70%; }
    .ly_web_hengfu_0001_0 .textBox .name{font-size: 38px;}
}
@media (max-width: 992px) {
    .ly_web_hengfu_0001_0{margin-top: .6439rem;}
    .ly_web_hengfu_0001_0 .textBox .info{width: 100%; }
    .ly_web_hengfu_0001_0 .textBox .name {font-size: .303rem;}
    .ly_web_hengfu_0001_0 .textBox .brief { font-size: .1212rem; margin-top: .1364rem;}
    .ly_web_hengfu_0001_0 .textBox .btns{margin-top: .2273rem;}
    .ly_web_hengfu_0001_0 .circle-page{display: none;}
}
@media (max-width: 768px) {
    .ly_web_hengfu_0001_0{margin-top: .8rem;}
    #ly_web_hengfu_0001_0{display: none;}
    #ly_web_hengfu_0001_0_mb{display: block;}

    .ly_web_hengfu_0001_0 .slide .img {padding-top: 106%;}
    .ly_web_hengfu_0001_0 .textBox .name {font-size: .52rem;}
    .ly_web_hengfu_0001_0 .textBox .btns{margin-top: .3rem;}
}.lyuibtn_033 {
    --font-size: 20px;
    --icon-font-size: 12px;
    --color: #fff;
    --border-radius: 25px;
    --border-color: #fff;
    --width: max-content;
    --height: 50px;
    --padding: 0 30px;
    --background-color: transparent;
    --hover-color: #fff;
    --hover-border-color: var(--mainColor);
    --hover-background-color: var(--mainColor);
    
    height: var(--height);width: var(--width);border-radius: var(--border-radius);color: var(--color);padding: var(--padding); border: 1px solid var(--border-color); gap: 10px; overflow: hidden;transition: all 0.3s ease;
}
.lyuibtn_033::before{content: ""; display: block; width: 100%; height: 100%; background-color: var(--background-color); backdrop-filter: blur(30px); position: absolute;top: 0; left: 0; z-index: 0; transition: all 0.3s ease;}
.lyuibtn_033-text{font-size: var(--icon-font-size); font-family: "Montserrat-Light"; font-size: var(--font-size); line-height: 1; letter-spacing: 0%; position: relative; z-index: 2;}
.lyuibtn_033-icon{position: relative; z-index: 2; fill: none;}
.lyuibtn_033-icon-svg{fill: var(--color);}


@media (min-width: 992px) {
    .lyuibtn_033:hover{border-color: var(--hover-border-color); color: var(--hover-color);}
    .lyuibtn_033:hover .lyuibtn_033-icon-svg{fill: var(--hover-color);}
    .lyuibtn_033:hover::before{background-color: var(--hover-background-color);}
}
@media (max-width: 1440px) {
    .lyuibtn_033{ --padding: 0 25px;}
}
@media (max-width:1366px) {
    .lyuibtn_033 {
        --font-size: 18px;
    }
    
}
@media (max-width:1200px) {
    .lyuibtn_033 {
        --padding: 0 22px;
        --height: 45px;
        --font-size: 16px;
    }
    .lyuibtn_033-icon-svg{width: 10px; height: 10px;}
    
    .lyuibtn_033:hover{border-color: var(--border-color); color: var(--color);}
    .lyuibtn_033:hover .lyuibtn_033-icon-svg{fill: var(--color);}
    .lyuibtn_033:hover::before{background-color: var(--background-color);}
}

@media  (max-width: 992px) {
    .lyuibtn_033 {
        --font-size: .1061rem;
        --icon-font-size: .1061rem;
        --padding: 0 .1894rem;
        gap: .0606rem;
    }
}
@media  (max-width: 768px) {
    .lyuibtn_033 {
        --font-size: .26rem;
        --icon-font-size: .24rem;
        --padding: 0 .35rem;
        --height: .75rem;
        gap: .15rem;
    }
}


#ly_web_index_0001_1{background: rgba(0, 0, 0, 1);}
#ly_web_index_0001_1 .back{width: 100%; }
#ly_web_index_0001_1 .back::before{padding-top: 50.52%;}
#ly_web_index_0001_1 .content{padding: 100px 0 110px; z-index: 2;}
#ly_web_index_0001_1 .box{height: 100%;}
#ly_web_index_0001_1 .title{font-family: "Montserrat-SemiBold"; font-size: 68px; line-height: 100%; letter-spacing: 0%; color: #fff;}
#ly_web_index_0001_1 .btn{margin: 0 auto;}
#ly_web_index_0001_1 .tabs{display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 50px;}
#ly_web_index_0001_1 .tab-item{padding: 24px; font-size: 24px; line-height: 32px; letter-spacing: 0%; text-align: center; color: #fff; position: relative; border-bottom: 2px solid rgba(255, 255, 255, 0.4); cursor: pointer;}
#ly_web_index_0001_1 .tab-item::before{ content: ''; position: absolute; top: 0; left: 0; z-index: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.01);  backdrop-filter: blur(30px); transition: all 0.5s ease;}
#ly_web_index_0001_1 .tab-item span{position: relative; z-index: 1;}
#ly_web_index_0001_1 .tab-item.active::before{background: rgba(0, 54, 134, 0.8);}

@media (max-width: 1680px){ 
    #ly_web_index_0001_1 .title{font-size: 56px;}
    #ly_web_index_0001_1 .tab-item{padding: 20px; font-size: 20px; }
}
@media (max-width: 1536px){
    #ly_web_index_0001_1 .content{padding: 90px 0; }
    #ly_web_index_0001_1 .title{font-size: 52px;}
}
@media (max-width: 1440px){
    #ly_web_index_0001_1 .title{font-size: 50px;}
}
@media (max-width: 1366px){
    #ly_web_index_0001_1 .content{padding: 70px 0; }
    #ly_web_index_0001_1 .title{font-size: 48px;}
    
    #ly_web_index_0001_1 .tabs{gap: 20px;}
    #ly_web_index_0001_1 .tab-item{padding: 15px; font-size: 18px; line-height: 1.1em;}
}
@media (max-width: 1200px){
    #ly_web_index_0001_1 .content{padding: 50px 0; } 
}
@media(max-width: 992px){
    #ly_web_index_0001_1 .content{padding: .303rem 0; }
    #ly_web_index_0001_1 .title{font-size: .3182rem;}
    #ly_web_index_0001_1 .tabs{gap: .1515rem;}
    #ly_web_index_0001_1 .tab-item{padding: .1136rem; font-size: .1364rem; line-height: 1.1em;}
}
@media(max-width: 768px){
    #ly_web_index_0001_1 .back::before{padding-top: 100.52%;}

    #ly_web_index_0001_1 .content{padding: .8rem 0; }
    #ly_web_index_0001_1 .title{font-size: .42rem;}
    #ly_web_index_0001_1 .tabs{gap: .2rem;}
    #ly_web_index_0001_1 .tab-item{padding: .15rem; font-size: .26rem;}
}.lyuibtn_033 {
    --font-size: 20px;
    --icon-font-size: 12px;
    --color: #fff;
    --border-radius: 25px;
    --border-color: #fff;
    --width: max-content;
    --height: 50px;
    --padding: 0 30px;
    --background-color: transparent;
    --hover-color: #fff;
    --hover-border-color: var(--mainColor);
    --hover-background-color: var(--mainColor);
    
    height: var(--height);width: var(--width);border-radius: var(--border-radius);color: var(--color);padding: var(--padding); border: 1px solid var(--border-color); gap: 10px; overflow: hidden;transition: all 0.3s ease;
}
.lyuibtn_033::before{content: ""; display: block; width: 100%; height: 100%; background-color: var(--background-color); backdrop-filter: blur(30px); position: absolute;top: 0; left: 0; z-index: 0; transition: all 0.3s ease;}
.lyuibtn_033-text{font-size: var(--icon-font-size); font-family: "Montserrat-Light"; font-size: var(--font-size); line-height: 1; letter-spacing: 0%; position: relative; z-index: 2;}
.lyuibtn_033-icon{position: relative; z-index: 2; fill: none;}
.lyuibtn_033-icon-svg{fill: var(--color);}


@media (min-width: 992px) {
    .lyuibtn_033:hover{border-color: var(--hover-border-color); color: var(--hover-color);}
    .lyuibtn_033:hover .lyuibtn_033-icon-svg{fill: var(--hover-color);}
    .lyuibtn_033:hover::before{background-color: var(--hover-background-color);}
}
@media (max-width: 1440px) {
    .lyuibtn_033{ --padding: 0 25px;}
}
@media (max-width:1366px) {
    .lyuibtn_033 {
        --font-size: 18px;
    }
    
}
@media (max-width:1200px) {
    .lyuibtn_033 {
        --padding: 0 22px;
        --height: 45px;
        --font-size: 16px;
    }
    .lyuibtn_033-icon-svg{width: 10px; height: 10px;}
    
    .lyuibtn_033:hover{border-color: var(--border-color); color: var(--color);}
    .lyuibtn_033:hover .lyuibtn_033-icon-svg{fill: var(--color);}
    .lyuibtn_033:hover::before{background-color: var(--background-color);}
}

@media  (max-width: 992px) {
    .lyuibtn_033 {
        --font-size: .1061rem;
        --icon-font-size: .1061rem;
        --padding: 0 .1894rem;
        gap: .0606rem;
    }
}
@media  (max-width: 768px) {
    .lyuibtn_033 {
        --font-size: .26rem;
        --icon-font-size: .24rem;
        --padding: 0 .35rem;
        --height: .75rem;
        gap: .15rem;
    }
}


#ly_web_index_0002_2{padding: 100px 0 96px; background: #fff;}
#ly_web_index_0002_2 .title{font-family: "Montserrat-SemiBold"; font-size: 42px; line-height: 1.3em; letter-spacing: 0%; color: var(--mainColor);}
#ly_web_index_0002_2 .tabs{margin-top: 32px; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; }
#ly_web_index_0002_2 .item{background: #fff; border-right: 1px solid #dedede; border-top: 1px solid #dedede;}
#ly_web_index_0002_2 .item:nth-child(-n+6){border-top: 0;}
#ly_web_index_0002_2 .item:nth-child(6n){border-right: 0;}
#ly_web_index_0002_2 .back{width: 100%; opacity: 0;}
#ly_web_index_0002_2 .back::before{padding-top: 93.75%;}

#ly_web_index_0002_2 .item-icon{width: 120px; height: 120px; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 5;}
#ly_web_index_0002_2 .item-icon .svg{fill: var(--mainColor);}

#ly_web_index_0002_2 .cont{padding: 30px; z-index: 2; background-color: transparent;}
#ly_web_index_0002_2 .box{height: 100%;}
#ly_web_index_0002_2 .name{ font-size: 22px; line-height: 1.5em; letter-spacing: 0%; color: #1a1a1a;}
#ly_web_index_0002_2 .jt{width: 32px; height: 32px; border-radius: 50%; background: #EEEEEE url(/module/ly-web/index/0002/images/jt3.svg) no-repeat center center;}
#ly_web_index_0002_2 .btn{margin: 40px auto 0; --border-color: #B3B3B3; --color: #1A1A1A;}

@media screen and (min-width:992px) {
    #ly_web_index_0002_2 .item:hover .cont{background-color: rgba(0, 7, 32, 0.5);}
    #ly_web_index_0002_2 .item:hover .back{opacity: 1;}
    #ly_web_index_0002_2 .item:hover .item-icon .svg{fill: #fff;}
    #ly_web_index_0002_2 .item:hover .name{color: #fff;}
    #ly_web_index_0002_2 .item:hover .jt{background-color: var(--mainColor); background-image: url(/module/ly-web/index/0002/images/jt3-w.svg);}
}

@media (max-width: 1680px) {
    #ly_web_index_0002_2 .item-icon{width: 110px; height: 110px;}

    #ly_web_index_0002_2 .cont{padding: 20px; }
    #ly_web_index_0002_2 .name{ font-size: 20px; line-height: 1.4em;}
}
@media (max-width: 1536px) {
    #ly_web_index_0002_2 .item-icon{width: 95px; height: 95px;}

    #ly_web_index_0002_2 .cont{padding: 20px; }
    #ly_web_index_0002_2 .name{ font-size: 20px; line-height: 1.3em;}
}
@media (max-width: 1366px) {
    #ly_web_index_0002_2 .title{font-size: 40px;}
    #ly_web_index_0002_2 .tabs{grid-template-columns: repeat(4, 1fr); }
    #ly_web_index_0002_2 .item:nth-child(-n+6){border-top: 1px solid #dedede;}
    #ly_web_index_0002_2 .item:nth-child(6n){border-right: 1px solid #dedede;}
    #ly_web_index_0002_2 .item:nth-child(-n+4){border-top: 0;}
    #ly_web_index_0002_2 .item:nth-child(4n){border-right: 0;}
    
    #ly_web_index_0002_2 .cont{padding: 30px; }
}
@media (max-width: 1280px) {
    #ly_web_index_0002_2{padding: 90px 0;}    
}
@media (max-width: 992px) {
    #ly_web_index_0002_2{padding: .6061rem 0;}  
    #ly_web_index_0002_2 .title{font-size: .3182rem;}  
    
    #ly_web_index_0002_2 .item-icon{width: .6061rem; height: .6061rem; }

    #ly_web_index_0002_2 .cont{padding: .1515rem; }
    #ly_web_index_0002_2 .name{ font-size: .1515rem;}
    #ly_web_index_0002_2 .jt{width: .2273rem; height: .2273rem; }
    #ly_web_index_0002_2 .btn{margin: .2273rem auto 0; }
    
    #ly_web_index_0002_2 .item .cont{background-color: rgba(0, 7, 32, 0.5);}
    #ly_web_index_0002_2 .item .back{opacity: 1;}
    #ly_web_index_0002_2 .item .item-icon .svg{fill: #fff;}
    #ly_web_index_0002_2 .item .name{color: #fff;}
    #ly_web_index_0002_2 .item .jt{background-color: var(--mainColor); background-image: url(/module/ly-web/index/0002/images/jt3-w.svg);}
}
@media (max-width: 768px) {
    #ly_web_index_0002_2{padding: .8rem 0;}  
    #ly_web_index_0002_2 .title{font-size: .42rem;}  
    
    #ly_web_index_0002_2 .tabs{margin-top: .3rem; grid-template-columns: repeat(2, 1fr); border: 0 !important;}
    #ly_web_index_0002_2 .item{border: 0 !important;}

    #ly_web_index_0002_2 .item-icon{width: 1rem; height: 1rem; }

    #ly_web_index_0002_2 .cont{padding: .3rem; }
    #ly_web_index_0002_2 .name{ font-size: .32rem;}
    #ly_web_index_0002_2 .jt{width: .65rem; height: .65rem; }
    #ly_web_index_0002_2 .btn{margin: .4rem auto 0; }

}
#ly_web_index_0003_3{ overflow: hidden;}
#ly_web_index_0003_3 .title{top: 120px; left: 50%; transform: translateX(-50%); z-index: 10; font-family: "Montserrat-SemiBold"; font-size: 42px; line-height: 1.3em; letter-spacing: 0%; color: #fff;}

#ly_web_index_0003_3 .tabs{width: 100%; height: 100vh;}
#ly_web_index_0003_3 .list{width: 100%; height: 100%;}
#ly_web_index_0003_3 .item{width: 24.48%; height: 100%; background: var(--mainColor) url() no-repeat left center; z-index: 1; position: relative;}
/* #ly_web_index_0003_3 .info{width: 777px; margin-left: 160px; padding-top: 345px; opacity: 0.6; transition: all 0.3s ease;} */
#ly_web_index_0003_3 .info{width: 777px; opacity: 0.6; transition: all 0.3s ease; position: absolute; left: 24.8%; top: 36%;}

#ly_web_index_0003_3 .name{font-family: "Montserrat-SemiBold"; font-size: 68px; line-height: 100%; letter-spacing: 0%; color: #fff;}
#ly_web_index_0003_3 .brief{margin-top: 20px; font-family: "Montserrat-Light"; font-size: 18px; line-height: 26px; letter-spacing: 0%; color: #fff; opacity: 0;}
#ly_web_index_0003_3 .data{margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; opacity: 0;}
#ly_web_index_0003_3 .data .li{display: flex; flex-direction: column; gap: 10px; color: #fff;}
#ly_web_index_0003_3 .data .number{font-family: "Montserrat-SemiBold"; font-size: 30px; line-height: 1.3em; letter-spacing: 0%;}
#ly_web_index_0003_3 .data .content{font-family: "Montserrat-Light"; font-size: 18px; line-height: 1.5em; letter-spacing: 0%;}
#ly_web_index_0003_3 .more{margin-top: 100px; width: 80px; height: 80px; border-radius: 50%; border: 1px solid #fff; background: transparent url(/module/ly-web/index/0003/images/jt-w.svg) no-repeat center center; transition: all 0.3s ease; opacity: 0;} 


/* 992px以上 鼠标悬停时的样式 */
@media screen and (min-width:1200px) {
    #ly_web_index_0003_3 .item.cur{width: 75.521%; z-index: 5; background-size: 100% 100%;}
    #ly_web_index_0003_3 .item.cur .info,
    #ly_web_index_0003_3 .item.cur .brief,
    #ly_web_index_0003_3 .item.cur .data,
    #ly_web_index_0003_3 .item.cur .more{opacity: 1;}
    #ly_web_index_0003_3 .more:hover{border-color: var(--mainColor); background-color: var(--mainColor);}
}

@media screen and (max-width: 2550px) {
    #ly_web_index_0003_3 .info{left: 11.8%;}
}
@media (max-width: 1680px) {
    #ly_web_index_0003_3 .info{left: 5.8%; top: 33%;}
    
    #ly_web_index_0003_3 .name{font-size: 52px; line-height: 1.2em;}
    #ly_web_index_0003_3 .data{margin-top: 50px;}
    #ly_web_index_0003_3 .more{margin-top: 80px}
}
@media (max-width: 1536px) {
    #ly_web_index_0003_3 .data{margin-top: 40px;}
    #ly_web_index_0003_3 .data .number{font-size: 28px;}
    #ly_web_index_0003_3 .more{margin-top: 60px; width: 60px; height: 60px;}

    #ly_web_index_0003_3 .item{width: 28.48%;}
    #ly_web_index_0003_3 .item.cur{width: 71.521%;}
}
@media (max-width: 1440px) {
    #ly_web_index_0003_3 .name{font-size: 50px; }
    #ly_web_index_0003_3 .brief{font-size: 16px;}
}
@media (max-width: 1366px) {
    #ly_web_index_0003_3 .title{top: 80px; font-size: 40px;}
    #ly_web_index_0003_3 .name{font-size: 42px; }
    #ly_web_index_0003_3 .data .li{gap: 5px;}
    #ly_web_index_0003_3 .data .number{font-size: 28px;}
}
@media (max-width: 1280px) {
    #ly_web_index_0003_3 .data .number{font-size: 26px;}
    #ly_web_index_0003_3 .data .content{font-size: 16px;}
}
@media (max-width: 1200px) {
    #ly_web_index_0003_3 .title{display: none;}

    #ly_web_index_0003_3 .tabs{width: 100%; height: auto;}
    #ly_web_index_0003_3 .list{flex-direction: column;}
    #ly_web_index_0003_3 .item{width: 100% !important; height: auto; background-size: cover; background-position: center;}
    #ly_web_index_0003_3 .info{width: 100%; padding: 80px 4%; opacity: 1; position: relative; left: inherit; top:  inherit;}
    
    #ly_web_index_0003_3 .item .info,
    #ly_web_index_0003_3 .item .brief,
    #ly_web_index_0003_3 .item .data,
    #ly_web_index_0003_3 .item .more{opacity: 1;}
    #ly_web_index_0003_3 .more{border-color: var(--mainColor); background-color: var(--mainColor);}
}
@media (max-width: 992px) {
    #ly_web_index_0003_3 .info{padding: .6061rem 4%;}
    #ly_web_index_0003_3 .name{font-size: .3182rem;}
    #ly_web_index_0003_3 .brief { margin-top: .1894rem; font-size: .1364rem; line-height: 1.5em;}
    #ly_web_index_0003_3 .data{margin-top: .2273rem; gap: .1515rem;}
    #ly_web_index_0003_3 .data .number{font-size: .1818rem;}
    #ly_web_index_0003_3 .data .content{font-size: .1212rem;}
    #ly_web_index_0003_3 .more{margin-top: .4545rem; width: .4545rem; height: .4545rem;}
}
@media (max-width: 768px) {
    #ly_web_index_0003_3 .info{padding: .8rem 4%;}
    #ly_web_index_0003_3 .name{font-size: .42rem;}
    #ly_web_index_0003_3 .brief { margin-top: .4rem; font-size: .28rem;}
    #ly_web_index_0003_3 .data{margin-top: .4rem; gap: .2rem;}
    #ly_web_index_0003_3 .data .number{font-size: .3rem;}
    #ly_web_index_0003_3 .data .content{font-size: .26rem;}
    #ly_web_index_0003_3 .more{margin-top: .6rem; width: .7rem; height: .7rem; background-size: 26%;}
}.lyuibtn_033 {
    --font-size: 20px;
    --icon-font-size: 12px;
    --color: #fff;
    --border-radius: 25px;
    --border-color: #fff;
    --width: max-content;
    --height: 50px;
    --padding: 0 30px;
    --background-color: transparent;
    --hover-color: #fff;
    --hover-border-color: var(--mainColor);
    --hover-background-color: var(--mainColor);
    
    height: var(--height);width: var(--width);border-radius: var(--border-radius);color: var(--color);padding: var(--padding); border: 1px solid var(--border-color); gap: 10px; overflow: hidden;transition: all 0.3s ease;
}
.lyuibtn_033::before{content: ""; display: block; width: 100%; height: 100%; background-color: var(--background-color); backdrop-filter: blur(30px); position: absolute;top: 0; left: 0; z-index: 0; transition: all 0.3s ease;}
.lyuibtn_033-text{font-size: var(--icon-font-size); font-family: "Montserrat-Light"; font-size: var(--font-size); line-height: 1; letter-spacing: 0%; position: relative; z-index: 2;}
.lyuibtn_033-icon{position: relative; z-index: 2; fill: none;}
.lyuibtn_033-icon-svg{fill: var(--color);}


@media (min-width: 992px) {
    .lyuibtn_033:hover{border-color: var(--hover-border-color); color: var(--hover-color);}
    .lyuibtn_033:hover .lyuibtn_033-icon-svg{fill: var(--hover-color);}
    .lyuibtn_033:hover::before{background-color: var(--hover-background-color);}
}
@media (max-width: 1440px) {
    .lyuibtn_033{ --padding: 0 25px;}
}
@media (max-width:1366px) {
    .lyuibtn_033 {
        --font-size: 18px;
    }
    
}
@media (max-width:1200px) {
    .lyuibtn_033 {
        --padding: 0 22px;
        --height: 45px;
        --font-size: 16px;
    }
    .lyuibtn_033-icon-svg{width: 10px; height: 10px;}
    
    .lyuibtn_033:hover{border-color: var(--border-color); color: var(--color);}
    .lyuibtn_033:hover .lyuibtn_033-icon-svg{fill: var(--color);}
    .lyuibtn_033:hover::before{background-color: var(--background-color);}
}

@media  (max-width: 992px) {
    .lyuibtn_033 {
        --font-size: .1061rem;
        --icon-font-size: .1061rem;
        --padding: 0 .1894rem;
        gap: .0606rem;
    }
}
@media  (max-width: 768px) {
    .lyuibtn_033 {
        --font-size: .26rem;
        --icon-font-size: .24rem;
        --padding: 0 .35rem;
        --height: .75rem;
        gap: .15rem;
    }
}


#ly_web_index_0004_4{padding: 100px 0 134px; overflow: hidden;}
#ly_web_index_0004_4 .top{gap: 30px;}
#ly_web_index_0004_4 .top .title{font-family: "Montserrat-SemiBold"; font-size: 42px; line-height: 1.5em; letter-spacing: 0%; color: var(--mainColor);}
#ly_web_index_0004_4 .top .btn{--border-color: #B3B3B3; --color: #1A1A1A;}

#ly_web_index_0004_4 .exhibitions .item,
#ly_web_index_0004_4 .news .list,
#ly_web_index_0004_4 .ul .li{margin-top: 50px; width: 100%; background-color: #F5F5F5;}

#ly_web_index_0004_4 .exhibitions{width: 32.5%;}
#ly_web_index_0004_4 .exhibitions .img,
#ly_web_index_0004_4 .ul .li .img{width: 100%;}
#ly_web_index_0004_4 .exhibitions .img::before,
#ly_web_index_0004_4 .ul .li .img::before{padding-top: 55.17%;}
#ly_web_index_0004_4 .exhibitions .info,
#ly_web_index_0004_4 .ul .li .info{width: 100%; padding: 40px 40px 58px; min-height: 320px;}
#ly_web_index_0004_4 .exhibitions .time,
#ly_web_index_0004_4 .ul .li .time{font-family: "Montserrat-SemiBold"; font-size: 22px; line-height: 32px; letter-spacing: 0%; color: #808080;}
#ly_web_index_0004_4 .exhibitions .time span,
#ly_web_index_0004_4 .ul .li .time span{color: var(--mainColor);}
#ly_web_index_0004_4 .exhibitions .name,
#ly_web_index_0004_4 .ul .li .name{margin-top: 10px; font-family: "Montserrat-Medium"; font-size: 30px; line-height: 1.3em; letter-spacing: 0%; color: #1a1a1a; height: calc(1.3em * 2);}
#ly_web_index_0004_4 .exhibitions .item .text,
#ly_web_index_0004_4 .ul .li .text{margin-top: 10px; display: flex; flex-direction: column; gap: 20px;}
#ly_web_index_0004_4 .exhibitions .item .text p,
#ly_web_index_0004_4 .ul .li .text p{ font-size: 20px; line-height: 1.5em; letter-spacing: 0%; color: #4d4d4d;}

#ly_web_index_0004_4 .news{width: calc(100% -  32.5% - 20px);}
#ly_web_index_0004_4 .ul{ background-color: transparent; }
#ly_web_index_0004_4 .ul .li{width: calc((100% - 20px) / 2);}
#ly_web_index_0004_4 .news .list{padding: 20px 50px;}
#ly_web_index_0004_4 .news .list .in{padding-right: 5px; height: 619px; overflow: auto;}
#ly_web_index_0004_4 .news .item{padding: 40px 0; border-bottom: 1px solid #B3B3B3;}
#ly_web_index_0004_4 .news .item:last-child{border-bottom: 0; }
#ly_web_index_0004_4 .news .time{font-family: "Montserrat-Light"; font-size: 18px; line-height: 1.5em; letter-spacing: 0%; color: #808080;}
#ly_web_index_0004_4 .news .name{ font-size: 22px; line-height: 1.3em; letter-spacing: 0%; color: #808080;}


/* 992px以上 鼠标悬停时的样式 */
@media screen and (min-width:992px) {
    #ly_web_index_0004_4 .exhibitions .item:hover .name,
    #ly_web_index_0004_4 .news .item:hover .name,
    #ly_web_index_0004_4 .ul .li:hover .name{color: var(--mainColor);}
    
    #ly_web_index_0004_4 .news .item:hover{border-color: var(--mainColor);}
}

@media (max-width: 1680px) {
    #ly_web_index_0004_4 .exhibitions .info,
    #ly_web_index_0004_4 .ul .li .info{padding: 40px;}
    #ly_web_index_0004_4 .exhibitions .name,
    #ly_web_index_0004_4 .ul .li .name{font-size: 32px;}
    #ly_web_index_0004_4 .exhibitions .item .text,
    #ly_web_index_0004_4 .ul .li .text{margin-top: 10px; display: flex; flex-direction: column; gap: 20px;}
    #ly_web_index_0004_4 .exhibitions .item .text p,
    #ly_web_index_0004_4 .ul .li .text p{ font-size: 20px;}
    
    /* #ly_web_index_0004_4 .news .list{padding: 20px 25px 20px 50px;}
    #ly_web_index_0004_4 .news .list .in{padding-right: 25px; height: 557px;}
    #ly_web_index_0004_4 .news .item{padding: 30px 0;}
    #ly_web_index_0004_4 .news .time{font-size: 16px;}
    #ly_web_index_0004_4 .news .name{font-size: 20px;} */
}
@media (max-width: 1536px) { 
    #ly_web_index_0004_4{padding: 100px 0;}

    /* #ly_web_index_0004_4 .news .list{padding: 20px 25px 20px 45px;}
    #ly_web_index_0004_4 .news .list .in{height: 535px;} */
}
@media (max-width: 1440px) {
    #ly_web_index_0004_4 .top .title{font-size: 40px;}
    
    #ly_web_index_0004_4 .exhibitions .info,
    #ly_web_index_0004_4 .ul .li .info{padding: 33px; min-height: 275px;}
    #ly_web_index_0004_4 .exhibitions .time,
    #ly_web_index_0004_4 .ul .li .time{font-size: 20px;}
    #ly_web_index_0004_4 .exhibitions .name,
    #ly_web_index_0004_4 .ul .li .name{font-size: 26px;}
    #ly_web_index_0004_4 .exhibitions .item .text p,
    #ly_web_index_0004_4 .ul .li  .text p{ font-size: 18px;}
    
    
    
    /* #ly_web_index_0004_4 .news .list .in{height: 490px;} */
}
@media (max-width: 1366px) {
    #ly_web_index_0004_4 .exhibitions .item,
    #ly_web_index_0004_4 .news .list,
    #ly_web_index_0004_4 .ul .li{margin-top: 40px;} 
    
    /* #ly_web_index_0004_4 .news .list .in{height: 478px;} */
}
@media (max-width: 1280px) {
    #ly_web_index_0004_4{padding: 90px 0;}
    #ly_web_index_0004_4 .top .title{font-size: 38px;}
    
    #ly_web_index_0004_4 .exhibitions .time,
    #ly_web_index_0004_4 .ul .li .time{font-size: 18px;}
    #ly_web_index_0004_4 .exhibitions .name,
    #ly_web_index_0004_4 .ul .li .name{font-size: 24px;}
    #ly_web_index_0004_4 .exhibitions .item .text p,
    #ly_web_index_0004_4 .ul .li  .text p{ font-size: 16px;}

    /* #ly_web_index_0004_4 .news .list .in{height: 460px;}
    #ly_web_index_0004_4 .news .item{padding: 24px 0; }
    #ly_web_index_0004_4 .news .time{ font-size: 16px; }
    #ly_web_index_0004_4 .news .name{ font-size: 18px;} */
}
@media (max-width: 1200px) {
    #ly_web_index_0004_4 .top .title{font-size: 36px;}
    
    /* #ly_web_index_0004_4 .news .list {padding: 20px 20px 20px 30px;}
    #ly_web_index_0004_4 .news .list .in{height: 427px;}
    #ly_web_index_0004_4 .news .time{ font-size: 14px; }
    #ly_web_index_0004_4 .news .name{ font-size: 16px;} */
}
@media (max-width: 1100px) {
    #ly_web_index_0004_4 .box{flex-direction: column; gap: 40px;}
    
    #ly_web_index_0004_4 .exhibitions .item,
    #ly_web_index_0004_4 .news .list,
    #ly_web_index_0004_4 .ul .li{margin-top: 25px;}

    #ly_web_index_0004_4 .exhibitions,
    #ly_web_index_0004_4 .ul .li{width: 100%;}
    #ly_web_index_0004_4 .exhibitions .item,
    #ly_web_index_0004_4 .ul .li {display: flex;}
    #ly_web_index_0004_4 .exhibitions .img,
    #ly_web_index_0004_4 .ul .li .img{width: 50%;}
    #ly_web_index_0004_4 .exhibitions .info,
    #ly_web_index_0004_4 .ul .li .info{width: 50%; padding: 30px; display: flex; flex-direction: column; justify-content: center;}

    #ly_web_index_0004_4 .news{width: 100%; }
    #ly_web_index_0004_4 .ul{flex-wrap: wrap;}
    
    #ly_web_index_0004_4 .exhibitions .info,
    #ly_web_index_0004_4 .ul .li .info{min-height: auto;}
    /* #ly_web_index_0004_4 .news .list{padding: 30px 20px 30px 40px;}
    #ly_web_index_0004_4 .news .list .in{height: 450px; padding-right: 20px;}
    #ly_web_index_0004_4 .news .item:first-child{padding-top: 0;} */
}
@media (max-width: 992px) {
    #ly_web_index_0004_4{padding: .6061rem 0;} 
    #ly_web_index_0004_4 .box{ gap: .303rem;}
    
    #ly_web_index_0004_4 .exhibitions .item,
    #ly_web_index_0004_4 .news .list,
    #ly_web_index_0004_4 .ul .li{margin-top: .1894rem;}

    #ly_web_index_0004_4 .exhibitions .info,
    #ly_web_index_0004_4 .ul .li .info{padding: .2273rem;}
    #ly_web_index_0004_4 .exhibitions .time,
    #ly_web_index_0004_4 .ul .li .time{font-size: .1212rem; line-height: 1.4em;}
    #ly_web_index_0004_4 .exhibitions .name,
    #ly_web_index_0004_4 .ul .li .name{margin-top: .0758rem; font-size: .1667rem; }
    #ly_web_index_0004_4 .exhibitions .item .text,
    #ly_web_index_0004_4 .ul .li  .text{margin-top: .0758rem; gap: .0379rem;}
    #ly_web_index_0004_4 .exhibitions .item .text p,
    #ly_web_index_0004_4 .ul .li  .text p{ font-size: .1212rem; line-height: 1.4em; }

    /* #ly_web_index_0004_4 .news .list{padding: .2273rem .1515rem .2273rem .303rem;}
    #ly_web_index_0004_4 .news .list .in{height: 3.4091rem; padding-right: .1515rem;}
    #ly_web_index_0004_4 .news .time{font-size: .1212rem; line-height: 1.5em;}
    #ly_web_index_0004_4 .news .name{font-size: .1364rem; line-height: 1.3em;} */
}
@media (max-width: 768px) {
    #ly_web_index_0004_4{padding: .8rem 0;} 
    #ly_web_index_0004_4 .box{ gap: .5rem;}

    #ly_web_index_0004_4 .top{gap: .3rem;}
    #ly_web_index_0004_4 .top .title{font-size: .42rem; }
    
    #ly_web_index_0004_4 .exhibitions .item,
    #ly_web_index_0004_4 .news .list,
    #ly_web_index_0004_4 .ul .li{margin-top: .3rem;}

    #ly_web_index_0004_4 .exhibitions .item,
    #ly_web_index_0004_4 .ul .li {flex-direction: column;}
    #ly_web_index_0004_4 .exhibitions .img,
    #ly_web_index_0004_4 .ul .li .img{width: 100%;}
    #ly_web_index_0004_4 .exhibitions .info,
    #ly_web_index_0004_4 .ul .li .info{width: 100%; padding: .45rem;}
    #ly_web_index_0004_4 .exhibitions .time,
    #ly_web_index_0004_4 .ul .li .time{font-size: .26rem;}
    #ly_web_index_0004_4 .exhibitions .name,
    #ly_web_index_0004_4 .ul .li .name{margin-top: .1rem; font-size: .32rem; height: auto;}
    #ly_web_index_0004_4 .exhibitions .item .text,
    #ly_web_index_0004_4 .ul .li .text{margin-top: .2rem; gap: .1rem;}
    #ly_web_index_0004_4 .exhibitions .item .text p,
    #ly_web_index_0004_4 .ul .li  .text p{ font-size: .26rem; }
/* 
    #ly_web_index_0004_4 .news .list{padding: .4rem .2rem .4rem .45rem;}
    #ly_web_index_0004_4 .news .list .in{height: 7rem; padding-right: .25rem;}
    #ly_web_index_0004_4 .news .item{padding: .3rem 0;}
    #ly_web_index_0004_4 .news .time{font-size: .26rem; margin-bottom: .2rem;}
    #ly_web_index_0004_4 .news .name{font-size: .32rem;} */
}