
.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_86_nav{transition: background-color .3s;box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);}
#w001_index_header_86_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
#w001_index_header_86_nav .head{height: var(--head_top_height);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_86_nav{box-shadow: none;}
#header.fixed.scroll-top #w001_index_header_86_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top #w001_index_header_86_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_86_nav .head{color: #333;}

#w001_index_header_86_nav .stockCode{margin-left: 0.1rem;font-size: 0.16rem;line-height: 1.5;opacity: 0.6;}

#w001_index_header_86_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;}
#w001_index_header_86_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_86_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_86_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_86_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_86_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_86_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_86_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_86_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#w001_index_header_86_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}

/* 按钮部分 */
#w001_index_header_86_nav .head_btn{display: flex;align-items: center;font-size: 0.16rem;}
#w001_index_header_86_nav .head_btn > *{padding: 0.1rem 0.15rem;}
#w001_index_header_86_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_86_nav .head_btn > * > i{font-size: 0.2rem;}
#w001_index_header_86_nav .head_btn .language i{margin-right: 0.06rem;}


/* 移动端菜单按钮 */
#w001_index_header_86_nav .head .menu{display: none;padding: 0.3rem 0.2rem;position: relative;cursor: pointer;margin-right: -0.2rem;}
#w001_index_header_86_nav .head .menu i{width: 0.36rem;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_86_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_86_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_86_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_86_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_86_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_86_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_86_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_86_nav .head .menu i::after{background: #333;}


/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_86_nav{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_86_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_86_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_86_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_86_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_86.pc_app #w001_index_header_86_nav .head_nav .li{display: none;}
.w001_index_header_86.pc_app #w001_index_header_86_nav .head .menu{display: block;}


#w001_index_header_86_nav .mblanguage{display: none;}


@media only screen and (max-width: 1024px) {
    #w001_index_header_86_nav .head_nav .li{display: none;}
    #w001_index_header_86_nav .head .menu{display: block;}
    /* #w001_index_header_86_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_86_nav .head_btn .search i {font-size: 0.26rem;}
    #w001_index_header_86_nav .head_btn .language{margin-right: 0.2rem;font-size: 0.2rem;}
    #w001_index_header_86_nav .head_btn .language i {font-size: 0.26rem;margin-right: 0.1rem;}
    
    #w001_index_header_86_nav .btnCS{display: none;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_86_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_86_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_86_nav .head_btn .language{display: none;}
    #w001_index_header_86_nav .mblanguage{margin-right: 0.2rem;font-size: 0.36rem;display: flex;}

    #w001_index_header_86_nav .head .menu{padding: 0.3rem;}
    #w001_index_header_86_nav .head .menu i{width: 0.46rem;height: 3px;}
    #w001_index_header_86_nav .head .menu i::before{transform: translateY(-0.18rem);height: 3px;}
    #w001_index_header_86_nav .head .menu i::after{transform: translateY(0.18rem);height: 3px;}

    #header.menu_expand #w001_index_header_86_nav .weblogo{opacity: 0;}
    #header.menu_expand #w001_index_header_86_nav .mblanguage{opacity: 0;}
}




/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_86_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_86_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_86_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_86_nav .head .menu{display: none;}
.w001_index_header_86 #w001_index_header_86_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -0.2rem;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_86_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_86_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_86_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_86_nav .head_btn{flex: initial;}
}
#w005_service_picture_100 .img{min-height: 4rem;}
#w005_service_picture_100 .img img{width: 100%;display: block;}
#w005_service_picture_100 .imgApp{display: none;min-height: 4.8rem;}
#w005_service_picture_100 .imgApp img{width: 100%;display: block;}
#w005_service_picture_100 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#w005_service_picture_100 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#w005_service_picture_100.height_change .position_box{width: 100%;height: calc((100% - 1rem));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#w005_service_picture_100 .text{display: flex;flex-direction: column;width: 100%;padding: .15rem 0;}
#w005_service_picture_100 .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_100 .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_100 .position_box[position="2"],
#w005_service_picture_100 .position_box[position="5"],
#w005_service_picture_100 .position_box[position="8"]{text-align: center;}
#w005_service_picture_100 .position_box[position="3"],
#w005_service_picture_100 .position_box[position="6"],
#w005_service_picture_100 .position_box[position="9"]{text-align: right;}

@media screen and (max-width:751px) {
    #w005_service_picture_100 .img{display: none;}
    #w005_service_picture_100 .imgApp{display: block;}
    #w005_service_picture_100 .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_100 .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_100.height_change .position_box{height: calc((100% - 1.2rem));}
}
#w009_about_nav_99 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--bg_color);}
#w009_about_nav_99 .name {font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 0.75rem;}
#w009_about_nav_99 .name.titleM {margin: 0;}

#w009_about_nav_99 .category{gap: 0.3rem;flex: 1;display: flex;align-items: center;flex-wrap: wrap;gap: 0.2rem 0.3rem;}
#w009_about_nav_99 .category .a{min-width: 1.6rem;height: 0.6rem;font-size: 0.18rem;color: #333;border: 1px solid #ccc;border-radius: 0.3rem;transition: .3s;padding: 0 0.16rem;}
#w009_about_nav_99 .category .a.cur,
#w009_about_nav_99 .category .a:hover{background-color: var(--crumbColor);color: #fff;font-weight: bold;border-color: var(--crumbColor);}

#w009_about_nav_99 .content .crumb{display: flex;align-items: center;}
#w009_about_nav_99 .content .crumb .home {font-size: 0.24rem;line-height: 1;color: #fff;width: 0.3rem;height: 0.3rem;margin-right: 0.1rem;border-radius: 50%;background: var(--homeColor);}
#w009_about_nav_99 .content .crumb .current {color: var(--curColor);}
#w009_about_nav_99 .content .crumb .dian{width: 4px;height: 4px;border-radius: 50%;background-color: #666;}
#w009_about_nav_99 .content .crumb .before{color: #666;font-size: 0.18rem;line-height: 1;}
#w009_about_nav_99 .content .crumb .current{color: var(--crumbColor);font-size: 0.18rem;line-height: 1;}
#w009_about_nav_99 .content .crumb .span{margin: 0 0.18rem;}
#w009_about_nav_99 .content .crumb .span:first-child {display: none;}

@media screen and (any-hover:hover) {
    #w009_about_nav_99 .content .nav .link:hover {color: #fff;background-color: var(--crumbColor);border-color: var(--crumbColor);}
}

@media screen and (max-width:750px) {
    #w009_about_nav_99 {display: none;}
}
#w009_products_list_101 {padding-top: var(--paddingTop);display: grid;grid-template-columns: repeat(3,calc((100% - 1.4rem)/3));gap: 0.7rem;}
#w009_products_list_101_page {padding-bottom: var(--paddingBottom);padding-top: 0.5rem;}

#w009_products_list_101 .box .img {border: 1px solid #ececec;background-color: #fff;}
#w009_products_list_101 .box .img::before {padding-top: 100%;}
#w009_products_list_101 .box .img img {max-width: 80%;max-height: 80%;}
#w009_products_list_101 .box .text .tit {font-size: 0.22rem;line-height: 1;color: #333;max-width: 80%;margin: 0.4rem auto 0 auto;}
#w009_products_list_101 .box .text .brief {font-size: 0.16rem;line-height: 1;color: #666;max-width: 80%;margin: 0.2rem auto 0.3rem auto;}

@media screen and (any-hover:hover) {
    #w009_products_list_101 .box:hover {transform: translateY(-0.2rem);}
    #w009_products_list_101 .box:hover .img {border: 2px solid var(--fontColor);}
    #w009_products_list_101 .box:hover .text .tit {color: var(--fontColor);}
}
@media screen and (max-width:1200px) {
    #w009_products_list_101 {grid-template-columns: repeat(2,calc((100% - 0.7rem)/2));}
}
@media screen and (max-width:750px) {
    #w009_products_list_101 {padding-top: var(--appPaddingTop);grid-template-columns: 100%;}
    #w009_products_list_101_page {padding-bottom: var(--appPaddingBottom);padding-top: 0.5rem;}
    #w009_products_list_101 .box .text .tit {font-size: var(--font-sma-S);}
    #w009_products_list_101 .box .text .brief {font-size: var(--font-txt-S);}
}
.default_footer_0002_93Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundColor);}
@media (max-width: 768px) {
    .default_footer_0002_93Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}


#default_footer_0002_93{display: flex;justify-content: space-between;}
#default_footer_0002_93 .title{font-size: .3rem;color: var(--titleFontColor);font-weight: 600;margin-bottom: .4rem;}
#default_footer_0002_93 .left{max-width: 5rem;}
#default_footer_0002_93 .left .dd{margin-bottom: .15rem;font-size: .18rem;color: var(--contactFontColor);line-height: 1.667;}
#default_footer_0002_93 .left .dd:last-child{margin-bottom: 0;}
#default_footer_0002_93 .left .dd:hover{color: var(--mainColor);}

#default_footer_0002_93 .links{display: flex;align-items: center;margin-top: .17rem;}
#default_footer_0002_93 .links.hide{display: none;}
#default_footer_0002_93 .links .a{margin-right: .2rem;width: .38rem;height: .38rem;border: 2px solid #92959D;border-radius: 50%;transition: .3s;}
#default_footer_0002_93 .links .a i{font-size: .2rem;color: #fff;}
#default_footer_0002_93 .links .a:hover{background: var(--hoverFontColor);border-color: var(--hoverFontColor);}

#default_footer_0002_93 .nav{}
#default_footer_0002_93 .nav .item{font-size: .18rem;color: var(--navFontColor);line-height: 1.667;margin-bottom: .15rem;}
#default_footer_0002_93 .nav .item:last-child{margin-bottom: 0;}
#default_footer_0002_93 .nav .item .a:hover{color: var(--mainColor);}

#default_footer_0002_93 .right{width: 3.45rem;}
#default_footer_0002_93 .right .txt{font-size: .18rem;color: var(--newsletterTipsFontColor);line-height: 1.667;}
#default_footer_0002_93 .form{margin-top: .2rem;}
#default_footer_0002_93 .form .input{width: 100%;height: .46rem;border-radius: .23rem;padding: 0 .25rem;background-color: var(--searchBgColor);font-size: .16rem;color: var(--searchFontColor);margin-bottom: .25rem;}
#default_footer_0002_93 .form .submit{width: 100%;height: .46rem;background-color: var(--searchBtnBgColor);font-size: .18rem;color: var(--searchBtnFontColor);border-radius: .23rem;}
#default_footer_0002_93 .form .submit .ico{font-size: .24rem;margin-left: 3px;}


@media (max-width: 1024px) {
    #default_footer_0002_93{flex-wrap: wrap;}

    #default_footer_0002_93 .right{width: 100%;margin-top: 0.3rem;}
}
@media (max-width: 992px) {
    #default_footer_0002_93 .title{font-size: .227rem;margin-bottom: .303rem;}
    #default_footer_0002_93 .left{max-width: 3.788rem;}
    #default_footer_0002_93 .left .dd{margin-bottom: .114rem;font-size: .136rem;}

    #default_footer_0002_93 .links{margin-top: .129rem;}
    #default_footer_0002_93 .links .a{margin-right: .152rem;width: .288rem;height: .288rem;border-width: .015rem;}
    #default_footer_0002_93 .links .a i{font-size: .152rem;}

    #default_footer_0002_93 .nav .item{font-size: .136rem;margin-bottom: .114rem;}

    #default_footer_0002_93 .right{margin-top: .227rem;}
    #default_footer_0002_93 .right .txt{font-size: .136rem;}
    #default_footer_0002_93 .form{margin-top: .152rem;}
    #default_footer_0002_93 .form .input{height: .348rem;border-radius: .174rem;padding: 0 .189rem;font-size: .121rem;margin-bottom: .189rem;}
    #default_footer_0002_93 .form .submit{height: .348rem;font-size: .136rem;border-radius: .174rem;}
    #default_footer_0002_93 .form .submit .ico{font-size: .182rem;margin-left: .023rem;}
}


@media (max-width: 768px) {
    #default_footer_0002_93 .title{font-size: .36rem;margin-bottom: .4rem;}
    #default_footer_0002_93 .left{max-width: 100%;width: 100%;}
    #default_footer_0002_93 .left .dd{margin-bottom: .25rem;font-size: .3rem;}

    #default_footer_0002_93 .links{margin-top: .3rem;}
    #default_footer_0002_93 .links .a{margin-right: .3rem;width: .65rem;height: .65rem;border-width: .03rem;}
    #default_footer_0002_93 .links .a i{font-size: .36rem;}

    #default_footer_0002_93 .nav{width: 100%;margin-top: .4rem;}
    #default_footer_0002_93 .nav .item{font-size: .3rem;margin-bottom: .25rem;}

    #default_footer_0002_93 .right{margin-top: .4rem;}
    #default_footer_0002_93 .right .txt{font-size: .3rem;}
    #default_footer_0002_93 .form{margin-top: .25rem;}
    #default_footer_0002_93 .form .input{height: .65rem;border-radius: .325rem;padding: 0 .3rem;font-size: .3rem;margin-bottom: .3rem;}
    #default_footer_0002_93 .form .submit{height: .65rem;border-radius: .325rem;font-size: .3rem;}
    #default_footer_0002_93 .form .submit .ico{font-size: .36rem;margin-left: .046rem;}
}

#default_footer_0002_93Agreement{margin-top: 0.5rem;font-size: .16rem;color: var(--agreementFontColor);}
