.lyuiheader_nav_001{ --padding: 20px; max-height: 100%; --font_1st_px: 16px; --head_top_height: 40px; --hoverColor: var(--mainColor); overflow: hidden } .lyuiheader_nav_001-li{font-size: var(--font_1st_px);height: var(--head_top_height);border-bottom: 1px solid transparent;padding: 0 var(--padding);transition: .3s ease-out;white-space: nowrap;} .lyuiheader_nav_001-li-a{line-height: 2;} .lyuiheader_nav_001-li:hover, .lyuiheader_nav_001-li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);} .lyuiheader_nav_001-hoverBlock-b .lyuiheader_nav_001-li:hover{border-bottom-color: var(--hoverColor);background-color: var(--hoverColor);color: #fff;} .lyuiheader_nav_001.hide-active{opacity: 0;pointer-events: none;} .lyuiheader_nav_001.hide-active *{pointer-events: none!important;} /* fixed 不占位 scroll-top 头部触顶状态 -> 白字导航 opacity_black 头部触顶状态2 -> 黑字导航 */ #w001_index_header_1_nav{transition: background-color .3s;box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);} #w001_index_header_1_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;} #w001_index_header_1_nav .head{height: var(--head_top_height);color: var(--head_fz_color);} #header.fixed.scroll-top #w001_index_header_1_nav{box-shadow: none;} #header.fixed.scroll-top #w001_index_header_1_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);} #header.fixed.scroll-top #w001_index_header_1_nav .head{color: #fff;} #header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head{color: #333;} #w001_index_header_1_nav .stockCode{margin-left: 0.1rem;font-size: 0.16rem;line-height: 1.5;opacity: 0.6;} #w001_index_header_1_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;} #w001_index_header_1_nav .btnCS:hover{opacity: 0.8;} /* 背景色 */ #header_bg{height: var(--head_top_height);width: 100%;pointer-events: none;transition:background .3s;background: var(--head_bg_color);} #header.fixed.scroll-top #header_bg{background: transparent;} /* logo部分 */ #w001_index_header_1_nav .weblogo{height: 100%;overflow: hidden;} #w001_index_header_1_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);} #w001_index_header_1_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);} #header.fixed.scroll-top #w001_index_header_1_nav .weblogo .logo_w{display: block;} #header.fixed.scroll-top #w001_index_header_1_nav .weblogo .logo_b{display: none;} #header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .weblogo .logo_w{display: none;} #header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .weblogo .logo_b{display: block;} /* 导航栏目 */ #w001_index_header_1_nav .nav{ --padding: var(--paddingLeft); flex: 1;margin: 0 var(--paddingLeft); --hoverColor: var(--hover_color); } /* 按钮部分 */ #w001_index_header_1_nav .head_btn{display: flex;align-items: center;font-size: 0.16rem;} #w001_index_header_1_nav .head_btn > *{padding: 0.1rem 0.15rem;} #w001_index_header_1_nav .head_btn > *:last-child{padding-right: 0;} #w001_index_header_1_nav .head_btn > * > i{font-size: 0.2rem;} #w001_index_header_1_nav .head_btn .language i{margin-right: 0.06rem;} /* 移动端菜单按钮 */ #w001_index_header_1_nav .head .menu{display: none;padding: 0.3rem 0.2rem;position: relative;cursor: pointer;margin-right: -0.2rem;} #w001_index_header_1_nav .head .menu i{width: 0.36rem;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;} #w001_index_header_1_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-0.14rem);transition: .3s;} #w001_index_header_1_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(0.14rem);transition: .3s;} #header.fixed.scroll-top #w001_index_header_1_nav .head .menu i, #header.fixed.scroll-top #w001_index_header_1_nav .head .menu i::before, #header.fixed.scroll-top #w001_index_header_1_nav .head .menu i::after{background: #fff;} #header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i, #header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i::before, #header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i::after{background: #333;} /* menu_expand 侧边栏展开状态 pc_app 导航栏换行时,控制侧边栏按钮 */ /* 侧边栏菜单展开状态(右侧) */ #header.menu_expand #w001_index_header_1_nav{box-shadow: none !important;border-bottom-color: transparent !important;} #header.menu_expand #w001_index_header_1_nav .menu i{background: transparent !important;} #header.menu_expand #w001_index_header_1_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);} #header.menu_expand #w001_index_header_1_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);} #header.menu_expand #w001_index_header_1_nav .head_btn{display: none;} /* 导航栏放不下时 */ .w001_index_header_1.pc_app #w001_index_header_1_nav .head_nav .li{display: none;} .w001_index_header_1.pc_app #w001_index_header_1_nav .head .menu{display: block;} #w001_index_header_1_nav .mblanguage{display: none;} @media only screen and (max-width: 1024px) { #w001_index_header_1_nav .head_nav .li{display: none;} #w001_index_header_1_nav .head .menu{display: block;} /* #w001_index_header_1_nav .head_btn{flex: 1;justify-content: flex-end;} */ } @media only screen and (max-width: 900px) { #w001_index_header_1_nav .head_btn .search i {font-size: 0.26rem;} #w001_index_header_1_nav .head_btn .language{margin-right: 0.2rem;font-size: 0.2rem;} #w001_index_header_1_nav .head_btn .language i {font-size: 0.26rem;margin-right: 0.1rem;} #w001_index_header_1_nav .btnCS{display: none;} } @media only screen and (max-width: 750px) { #w001_index_header_1_nav .head{height: var(--head_top_height_app);} #header_bg{height: var(--head_top_height_app);} #w001_index_header_1_nav .head_btn .search i {font-size: var(--font-big-S);} #w001_index_header_1_nav .head_btn .language{display: none;} #w001_index_header_1_nav .mblanguage{margin-right: 0.2rem;font-size: 0.36rem;display: flex;} #w001_index_header_1_nav .head .menu{padding: 0.3rem;} #w001_index_header_1_nav .head .menu i{width: 0.46rem;height: 3px;} #w001_index_header_1_nav .head .menu i::before{transform: translateY(-0.18rem);height: 3px;} #w001_index_header_1_nav .head .menu i::after{transform: translateY(0.18rem);height: 3px;} #header.menu_expand #w001_index_header_1_nav .weblogo{opacity: 0;} #header.menu_expand #w001_index_header_1_nav .mblanguage{opacity: 0;} } /* 左侧出现的状态 head_menu_left */ .head_menu_left #w001_index_header_1_nav .head_nav{display: none;} .head_menu_left #w001_index_header_1_nav .head_btn{flex: initial;} /* 需要隐藏menu的时机 */ .head_menu_left #w001_index_header_1_nav .head .menu{display: none;} .head_menu_left.pc_app #w001_index_header_1_nav .head .menu{display: none;} .w001_index_header_1 #w001_index_header_1_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -0.2rem;} /* 需要展示 menu._left_ 的时机 */ .head_menu_left #w001_index_header_1_nav .head .menu._left_{display: block;} @media only screen and (max-width: 1024px) { .head_menu_left #w001_index_header_1_nav .head .menu{display: none;} .head_menu_left #w001_index_header_1_nav .head .menu._left_{display: block;} .head_menu_left #w001_index_header_1_nav .head_btn{flex: initial;} } #w005_service_picture_10 .img{min-height: 4rem;} #w005_service_picture_10 .img img{width: 100%;display: block;} #w005_service_picture_10 .imgApp{display: none;min-height: 4.8rem;} #w005_service_picture_10 .imgApp img{width: 100%;display: block;} #w005_service_picture_10 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;} #w005_service_picture_10 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;} #w005_service_picture_10.height_change .position_box{width: 100%;height: calc((100% - 1rem));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);} #w005_service_picture_10 .text{display: flex;flex-direction: column;width: 100%;padding: .15rem 0;} #w005_service_picture_10 .text .name{font-size: var(--small_px);color: var(--small_color);font-weight: var(--small_font_weight);font-style: var(--small_font_style);line-height: var(--small_line_height);margin-bottom: .26rem;pointer-events: all;} #w005_service_picture_10 .text .subname{font-size: var(--big_px);color: var(--big_color);font-weight: var(--big_font_weight);font-style: var(--big_font_style);line-height: var(--big_line_height);pointer-events: all;} #w005_service_picture_10 .position_box[position="2"], #w005_service_picture_10 .position_box[position="5"], #w005_service_picture_10 .position_box[position="8"]{text-align: center;} #w005_service_picture_10 .position_box[position="3"], #w005_service_picture_10 .position_box[position="6"], #w005_service_picture_10 .position_box[position="9"]{text-align: right;} @media screen and (max-width:751px) { #w005_service_picture_10 .img{display: none;} #w005_service_picture_10 .imgApp{display: block;} #w005_service_picture_10 .text .name{font-size: var(--small_mobile_px);color: var(--small_mobile_color);font-weight: var(--small_mobile_font_weight);font-style: var(--small_mobile_font_style);} #w005_service_picture_10 .text .subname{font-size: var(--big_mobile_px);color: var(--big_mobile_color);font-weight: var(--big_mobile_font_weight);font-style: var(--big_mobile_font_style);} #w005_service_picture_10.height_change .position_box{height: calc((100% - 1.2rem));} } /* LY00082 */ #w004_news_list_11 {padding-top: var(--paddingTop);} #w004_news_list_11 .top {display: grid;grid-template-columns: repeat(3,calc((100% - 1.4rem)/3));gap: 0.6rem 0.7rem;justify-content: space-between;/*margin-bottom: 60;*/} #w004_news_list_11 .top .box .top_name {font-size: 0.22rem;font-weight: bold;margin-bottom: 0.15rem;} #w004_news_list_11 .top .box .top_time {font-size: 0.16rem;color: #999999;line-height: 1;margin-bottom: 0.3rem;} #w004_news_list_11 .top .box .top_img {padding-top: 62.61904761%;} #w004_news_list_11 .top .box .top_img img{top: 0;transition: .3s;} #w004_news_list_11 .top .box .top_brief {font-size: 0.16rem;color: #999999;line-height: 1.5;margin: 0.3rem 0 0.4rem;height: 0.48rem;} #w004_news_list_11 .top .box .btn {min-width: 1.2rem;padding: 0 0.16rem;height: 0.4rem;font-size: 0.14rem;display: inline-flex; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);} #w004_news_list_11 .top .box .btn i {margin-left: 0.09rem;font-size: 0.16rem;} #w004_news_list_11 .top .box:hover .btn {color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);} #w004_news_list_11 .top .box:hover .top_name {color: var(--hoverColor);} #w004_news_list_11 .top .box .top_img:hover img{transform: scale(1.1);} #w004_news_list_11 .top .box:hover .top_brief {color: #333333;} /* 分页样式 */ #w004_news_list_11_page{padding-top: 0.5rem;padding-bottom: var(--paddingBottom);} @media screen and (max-width:1024px) { #w004_news_list_11 .top {grid-template-columns: repeat(2,48%);gap: 0.6rem 0.3rem;} } @media screen and (max-width:750px) { #w004_news_list_11 {padding-top: var(--appPaddingTop);} #w004_news_list_11_page {padding-bottom: var(--appPaddingBottom);} #w004_news_list_11 .top {grid-template-columns: repeat(1,100%);gap: 0.8rem 0;margin-bottom: 1rem;} #w004_news_list_11 .top .box .top_name {font-size: var(--font-sma-S);} #w004_news_list_11 .top .box .top_time {font-size: var(--font-bri-S);} #w004_news_list_11 .top .box .top_brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: calc(2 * var(--font-txt-L));} #w004_news_list_11 .top .box .btn {min-width: 2.4rem;height: 0.7rem;border-radius: 0.35rem;font-size: var(--font-txt-S);} #w004_news_list_11 .top .box .btn i {font-size: var(--font-txt-S);margin-left: 0.15rem;} #w004_news_list_11 .top .box .m-pic img {width: 100%;} #w004_news_list_11 .bottom .list .right .time {display: none;} #w004_news_list_11 .bottom .list .left {width: 90%;} #w004_news_list_11 .bottom .list .left .time {display: block;font-size: var(--font-bri-S);margin-top: 0.3rem;} #w004_news_list_11 .bottom .list .left .bot_name {font-size: var(--font-sma-S);} #w004_news_list_11 .bottom .list .left .bot_brief {font-size: var(--font-txt-S);} } .temp_wcb_footer_footer04_2_footer_wrap{background: var(--bg_color);color: var(--font_color_1);padding-top: var(--paddingTop);overflow: hidden;} @media only screen and (max-width: 750px) { .temp_wcb_footer_footer04_2_footer_wrap{padding-top: var(--appPaddingTop);} } .temp_wcb_footer_footer04_2_guild {display: grid;grid-template-columns: auto 3.7rem;gap: 0 0.3rem;} #temp_wcb_footer_footer04_2_nav{display: flex;flex-wrap: wrap;gap: 0.4rem 1rem;} #temp_wcb_footer_footer04_2_nav .dl .dt{font-size: 0.18rem;line-height: 1;margin-bottom: 0.36rem;font-weight: bold;} #temp_wcb_footer_footer04_2_nav .dd{font-size: 0.16rem;color: var(--font_color_2);line-height: 0.3rem;margin-bottom: 0.08rem;transition: 0.3s;} @media (any-hover: hover){ #temp_wcb_footer_footer04_2_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;} } @media only screen and (max-width: 750px) { .temp_wcb_footer_footer04_2_guild{display: block;padding-top: 0px;} #temp_wcb_footer_footer04_2_nav{display: none;} } #temp_wcb_footer_footer04_2_nav_app{display: none;} @media only screen and (max-width: 750px) { #temp_wcb_footer_footer04_2_nav_app{display: block;margin-bottom: 0.6rem;} #temp_wcb_footer_footer04_2_nav_app .dl{color: var(--font_color_2);} #temp_wcb_footer_footer04_2_nav_app .dl .dt{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 0.2rem 0;border-bottom: 1px solid rgba(255, 255, 255,0.2);} #temp_wcb_footer_footer04_2_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;} #temp_wcb_footer_footer04_2_nav_app .dl .dt.cur > i{transform: rotateZ(90deg);} /* 展开项 */ #temp_wcb_footer_footer04_2_nav_app .dd .a{color: var(--font_color_2);font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 0.2rem 0;padding-left: 0.15rem;border-bottom: 1px solid rgba(255, 255, 255,0.2);} } #temp_wcb_footer_footer04_2_third{display: flex;flex-direction: column;font-size: 0.16rem;line-height: 1.8;color: var(--font_color_2);margin-bottom: 0.35rem;} #temp_wcb_footer_footer04_2_third .title{margin-bottom: 0.3rem;font-size: 0.18rem;line-height: 1;font-weight: bold;color: var(--font_color_1);} #temp_wcb_footer_footer04_2_third .phone{color: var(--numColor);font-size: 0.16rem;font-weight: bold;line-height: 1.5;margin-bottom: 0.24rem;} #temp_wcb_footer_footer04_2_third .phone span{font-size: 0.28rem;} #temp_wcb_footer_footer04_2_third .list{display: flex;flex-wrap: wrap;gap: 0.1rem 0.4rem;margin-top: 0.3rem;} #temp_wcb_footer_footer04_2_third .qr .img{width: 1.2rem;height: 1.2rem;overflow: hidden;} #temp_wcb_footer_footer04_2_third .qr .img img{max-width: 100%;max-height: 100%;} #temp_wcb_footer_footer04_2_third .qr .tip{font-size: 0.16rem;color: var(--font_color_2);margin-top: 0.12rem;} @media only screen and (max-width: 750px) { #temp_wcb_footer_footer04_2_third{font-size: var(--font-bri-S);line-height: var(--font-bri-L);} #temp_wcb_footer_footer04_2_third .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);} #temp_wcb_footer_footer04_2_third .phone{font-size: var(--font-bri-S);line-height: var(--font-bri-L);margin-bottom: 0.1rem;} #temp_wcb_footer_footer04_2_third .phone span{font-size: var(--font-sma-S);line-height: var(--font-sma-L);} #temp_wcb_footer_footer04_2_third .qr .img{width: 2.4rem;height: 2.4rem;} #temp_wcb_footer_footer04_2_third .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);} } #temp_wcb_footer_footer04_2_links{font-size: 0.16rem;height: 0.72rem;border-top: 1px solid var(--font_color_3);margin-top: 0.35rem;} #temp_wcb_footer_footer04_2_links .fd_link{display: flex;flex-wrap: wrap;gap: 0.1rem 0.26rem;} #temp_wcb_footer_footer04_2_links .fd_link span{font-weight: bold;} @media only screen and (max-width: 750px) { #temp_wcb_footer_footer04_2_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 0.16rem 0;} } #temp_wcb_footer_footer04_2_copyright{min-height: 0.85rem;padding: 0.16rem 0;font-size: 0.16rem;line-height: 1.5;color: var(--font_color_2);border-top: 1px solid var(--font_color_3);} #temp_wcb_footer_footer04_2_copyright > *{gap: 0.1rem 0.2rem;flex-wrap: wrap;} #temp_wcb_footer_footer04_2_copyright > * > *{display: flex;align-items: center;flex-wrap: wrap;gap: 0.1rem 0.2rem;} @media only screen and (max-width: 750px) { #temp_wcb_footer_footer04_2_copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);} }