
.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 .lyuiheader_nav_001-li{display: none;}
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/




#w001_index_header_14_nav{}
#w001_index_header_14_nav .head{height: var(--head_top_height);width: 100%;padding: 0 4%;transition: background-color .3s;border-bottom: 1px solid transparent;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_14_nav .head{border-bottom-color: rgba(255, 255, 255, 0.2);box-shadow: none;color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_14_nav .head{color: #333;}

#w001_index_header_14_nav .stockCode{margin-left: 10px;font-size: 16px;line-height: 1.5;opacity: 0.6;}


/* 背景色 */
#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_14_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_14_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_14_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_14_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_14_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_14_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_14_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_14_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_14_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_14_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_14_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_14_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_14_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_14_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_14_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_14_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-14px);transition: .3s;}
#w001_index_header_14_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(14px);transition: .3s;}
#header.fixed.scroll-top #w001_index_header_14_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_14_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_14_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_14_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_14_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_14_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_14_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_14_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_14_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_14_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_14_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_14.pc_app #w001_index_header_14_nav .head_nav .li{display: none;}
.w001_index_header_14.pc_app #w001_index_header_14_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_14_nav .head_nav .li{display: none;}
    #w001_index_header_14_nav .head .menu{display: block;}
    /* #w001_index_header_14_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_14_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_14_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_14_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_14_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_14_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_14_nav .head_btn .language{display: none;}

    #w001_index_header_14_nav .head .menu{padding: 30px;}
    #w001_index_header_14_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_14_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_14_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_14_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_14_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_14_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_14_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_14_nav .head .menu{display: none;}
.w001_index_header_14 #w001_index_header_14_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_14_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_14_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_14_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_14_nav .head_btn{flex: initial;}
}
#w001_index_hengfu_15 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_15.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w001_index_hengfu_15 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_15 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_15 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w001_index_hengfu_15 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_15 .message_box[position="2"] .message,
#w001_index_hengfu_15 .message_box[position="5"] .message,
#w001_index_hengfu_15 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_15 .message_box[position="3"] .message,
#w001_index_hengfu_15 .message_box[position="6"] .message,
#w001_index_hengfu_15 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_15 .message_box[position="2"] .message .name,
#w001_index_hengfu_15 .message_box[position="5"] .message .name,
#w001_index_hengfu_15 .message_box[position="8"] .message .name,
#w001_index_hengfu_15 .message_box[position="2"] .message .brief,
#w001_index_hengfu_15 .message_box[position="5"] .message .brief,
#w001_index_hengfu_15 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_15 .message_box[position="3"] .message .name,
#w001_index_hengfu_15 .message_box[position="6"] .message .name,
#w001_index_hengfu_15 .message_box[position="9"] .message .name,
#w001_index_hengfu_15 .message_box[position="3"] .message .brief,
#w001_index_hengfu_15 .message_box[position="6"] .message .brief,
#w001_index_hengfu_15 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_15 .message_box[position="1"] .message .name,
#w001_index_hengfu_15 .message_box[position="4"] .message .name,
#w001_index_hengfu_15 .message_box[position="7"] .message .name,
#w001_index_hengfu_15 .message_box[position="1"] .message .brief,
#w001_index_hengfu_15 .message_box[position="4"] .message .brief,
#w001_index_hengfu_15 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_index_hengfu_15 .message .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);}
/* 简介样式 */
#w001_index_hengfu_15 .message .brief{margin: 29px 0 0; font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}
#w001_index_hengfu_15 .message .button {font-size: 16px;line-height: 1;width: 240px;height: 57px;padding: 0 30px;margin-top: 60px;pointer-events: all; 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);}
#w001_index_hengfu_15 .message .button:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}


/* 页数样式 */
#w001_index_hengfu_15 .swiper-pagination-bullets{bottom: 40px;}
#w001_index_hengfu_15 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w001_index_hengfu_15 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_15 .container .swiper-pagination-bullet-active{width: 60px;}
#w001_index_hengfu_15 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

@media screen and (max-width: 1024px){
    #w001_index_hengfu_15 .message_box .message .name{font-size: 48px;}
    #w001_index_hengfu_15 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w001_index_hengfu_15{display: none;}
}
#w017_index_products_else_16 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);gap: 50px 0px;justify-content: center;}
#w017_index_products_else_16 .li {width: 25%;}
#w017_index_products_else_16 .li .name {font-size: 18px;line-height: 1;color: #3a3836;margin-top: 20px;}
#w017_index_products_else_16 .li .img {height: 100px;}
#w017_index_products_else_16 .li .img .svg {max-width: 100%;max-height: 70%;}


@media screen and (max-width:750px) {
    #w017_index_products_else_16 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);gap: 40px 20px;}
    #w017_index_products_else_16 .li{width: calc((100% - 40px) / 3);}
    #w017_index_products_else_16 .li .name {font-size: var(--font-sma-S);}
}

.w008_index_about_67_warp {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w008_index_about_67_title {text-align: center;}
#w008_index_about_67_title .tit {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: 30px;}
#w008_index_about_67_title .brief {font-size: 18px;line-height: 1.6;}
#w008_index_about_67_title .button {margin: 45px auto 0;width: 160px;height: 50px;display: flex;justify-content: center;align-items: center;font-size: 18px;transition: 0.3s; 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);}

#w008_index_about_67_title.myleft{text-align: left;}
#w008_index_about_67_title.myleft .button{margin: 45px auto 0 0;}
#w008_index_about_67_title.mycenter{}
#w008_index_about_67_title.mycenter .button{}
#w008_index_about_67_title.myright{text-align: right;}
#w008_index_about_67_title.myright .button{margin: 45px 0 0 auto;}

@media screen and (max-width:750px) {
    .w008_index_about_67_warp {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w008_index_about_67_title .tit {font-size: var(--font-big-S);line-height:var(--font-big-L);font-weight: var(--font-big-B);}
    #w008_index_about_67_title .brief {font-size: var(--font-txt-S);line-height:var(--font-txt-L)}
    #w008_index_about_67_title .button {font-size: var(--font-txt-S);width: 300px;height: 80px;}
}


#w008_index_about_67_map {display: grid;grid-template-columns: 24.3% 75.7%;margin-top:72px;}
#w008_index_about_67_map .data {padding-top: 40px;}
#w008_index_about_67_map .data .btext {font-size: 50px;color: var(--btnColor);line-height: 1;margin-bottom: 20px;}
#w008_index_about_67_map .data .btext .span {font-size: 30px;}
#w008_index_about_67_map .data .stext {font-size: 18px;color: #333;line-height: 1;margin-bottom: 70px;}
#w008_index_about_67_map .img::before {padding-top: 47.88%;}

@media screen and (max-width:1000px) {
    #w008_index_about_67_map {grid-template-columns: 100%;}
    #w008_index_about_67_map .data {display: flex;justify-content: space-between;}
}
@media screen and (max-width:750px) {
    #w008_index_about_67_map .data {flex-direction: column;}
    #w008_index_about_67_map .data .btext {font-size: var(--font-big-S);line-height:var(--font-big-L);justify-content: center;}
    #w008_index_about_67_map .data .btext .span {font-size: var(--font-sub-S);}
    #w008_index_about_67_map .data .stext {font-size: var(--font-txt-S);justify-content: center;display: flex;}
}

@media (any-hover: hover) {
    #w008_index_about_67_title .button:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
}
#w004_index_news_88 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--contentBgColor);}


#w004_index_news_88 .box .title{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: 12px;}
#w004_index_news_88 .box .subtitle .tip{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}
#w004_index_news_88 .box .more{font-size: 16px;color: #333;}
#w004_index_news_88 .box .more .more_i{width: 30px; height: 30px;  background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 15px;}
#w004_index_news_88 .box .more:hover .more_i > i{font-size: 20px;}

#w004_index_news_88.myleft .box{}
#w004_index_news_88.myleft .box .subtitle{}
#w004_index_news_88.mycenter .box{text-align: center;}
#w004_index_news_88.mycenter .box .subtitle{flex-direction: column;justify-content: center;}
#w004_index_news_88.myright .box{text-align: right;}
#w004_index_news_88.myright .box .subtitle{flex-direction: row-reverse;}


#w004_index_news_88 .box .graphic{display: grid;grid-template-columns: repeat(3,calc((100% - 70px)/3));gap: 35px;margin-top: 50px;}
#w004_index_news_88 .graphic .dl{background: var(--listBgColor);}
#w004_index_news_88 .graphic .dl .dt{padding-top: 60.784313%;}
#w004_index_news_88 .graphic .dl .dd{padding: 36px 30px 30px;}
#w004_index_news_88 .graphic .dl .dd .time{font-size: 18px;color: #888;}
#w004_index_news_88 .graphic .dl .dd .name{font-size: 24px;line-height: 32px;color: #333;font-weight: bold;transition: .3s;margin: 26px 0 20px;height: 64px;}
#w004_index_news_88 .graphic .dl .dd .brief{font-size: 16px;line-height: 24px;color: #666666;}

#w004_index_news_88 .graphic .list{background: var(--listBgColor);padding: 10px 22px;}
#w004_index_news_88 .graphic .list .li{font-size: 20px;line-height: 30px;color: #333;margin: 30px 0;}
#w004_index_news_88 .graphic .list .li .name{font-weight: bold;transition: .3s;max-height: 60px;}
#w004_index_news_88 .graphic .list .li .time{font-size: 16px;line-height: 1;color: #888;margin-top: 5px;}

@keyframes slide-right {
    0% { margin-left: 0px; opacity: 1; }
    50% { margin-left: 20px; opacity: 0; }
    75% { margin-left: -20px; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
  }


@media (any-hover: hover){
    #w004_index_news_88 .graphic .dl .dd .name:hover{color: var(--hoverFontColor);}
    #w004_index_news_88 .graphic .dl .dt:hover img{transform: scale(1.1);}
    #w004_index_news_88 .graphic .list .li:hover .name{color: var(--hoverFontColor);}
    #w004_index_news_88 .box .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_news_88 .box .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width: 1050px){
    #w004_index_news_88 .box .graphic{grid-template-columns: repeat(2,calc((100% - 35px)/2));gap: 35px;}
    #w004_index_news_88 .graphic .list{grid-column: 1 / span 2;}
}

@media screen and (max-width: 750px){
    #w004_index_news_88 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_news_88 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 16px;}
    #w004_index_news_88 .box .subtitle{display: block;}
    #w004_index_news_88 .box .subtitle .tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);margin-bottom: 20px;}

    #w004_index_news_88 .box .more{font-size: var(--font-bri-S);display: inline-flex;}
    #w004_index_news_88 .box .more .more_i{width: 70px; height: 70px; background: var(--moreBgColor);}
    #w004_index_news_88 .box .more .more_i > i{font-size: var(--font-txt-S);}


    #w004_index_news_88 .box .graphic{display: block;}
    #w004_index_news_88 .graphic .dl{margin-bottom: 30px;}
    #w004_index_news_88 .graphic .dl .dd .time{font-size: var(--font-bri-S);}
    #w004_index_news_88 .graphic .dl .dd .name{font-size: var(--font-sma-S);line-height: var(--font-sma-L);max-height: calc(2 * var(--font-sma-L));height: initial;}
    #w004_index_news_88 .graphic .dl .dd .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(2 * var(--font-txt-L));}

    #w004_index_news_88 .graphic .list .li{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0 50px;}
    #w004_index_news_88 .graphic .list .li .name{max-height: calc(2 * var(--font-sma-L));}
    #w004_index_news_88 .graphic .list .li .time{font-size: var(--font-bri-S);margin-top: 10px;}
}

.w006_index_share_87_wrap {padding-top: var(--padding_top); padding-bottom: var(--padding_bottom); background-color: var(--bgColor);}
@media screen and (max-width:751px) {
    .w006_index_share_87_wrap{padding-top:var(--app_padding_top);padding-bottom:var(--app_padding_bottom);}
}

/* 上方标题 */
#w006_index_share_87_title{margin-bottom: 30px;gap: 30px;}
#w006_index_share_87_title .title{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);}
#w006_index_share_87_title .subtitle{margin-top: 32px; font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}
#w006_index_share_87_title .btn{min-width: 180px; height: 50px; text-align: center;font-size:16px;transition: 0.3s;padding: 0 16px; 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);}

#w006_index_share_87_title.myleft{}
#w006_index_share_87_title.mycenter{text-align: center;flex-direction: column;justify-content: center;}
#w006_index_share_87_title.myright{flex-direction: row-reverse;text-align: right;}

@media screen and (any-hover: hover) {
    #w006_index_share_87_title .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
}

@media screen and (max-width:751px) {
    #w006_index_share_87_title {display: block;}
    #w006_index_share_87_title .title {font-size:var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);max-width: initial;}
    #w006_index_share_87_title .subtitle{font-size:var(--font-bri-S);line-height: var(--font-bri-L);margin: 30px 0;}
    #w006_index_share_87_title .btn {font-size:var(--font-txt-S);min-width: 240px;height: 70px;border-radius: 35px;}
}
/* 结束 */



/* 介绍部分 */
#w006_index_share_87_share{margin-top: 40px;padding-top: 40px;border-top: 1px solid rgba(200, 200, 200, 0.3);}
#w006_index_share_87_share .li{flex: 1; margin-left: 50px;}
#w006_index_share_87_share .li:first-child{margin-left: 0;}

#w006_index_share_87_share .li .time{font-size: 16px;margin: 0 0 36px;}
#w006_index_share_87_share .li .brief{font-size:20px;line-height: 32px; font-weight: 500; height: 64px;margin-bottom: 48px;}
#w006_index_share_87_share .li .img{padding-top: 61%; overflow: hidden; border-radius: 20px;} 
#w006_index_share_87_share .li .img img{top: 0; transition: .3s;}

#w006_index_share_87_share .li .img:hover img{transform: scale(1.1);} 


@media screen and (max-width: 751px){
    #w006_index_share_87_share{flex-direction: column;}

    #w006_index_share_87_share .li{margin-left: 0;margin-bottom: 50px;}
    #w006_index_share_87_share .li .time{font-size: var(--font-bri-S);margin: 0 0 20px;}
    #w006_index_share_87_share .li .brief{font-size:var(--font-txt-S);line-height: var(--font-txt-L);height:auto;max-height: calc(2 * var(--font-txt-L));margin-bottom: 15px;}
}
#w015_index_product_29{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom)}
@media screen and (max-width: 750px){
    #w015_index_product_29{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w015_index_product_29 .title {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: 70px;}

#w015_index_product_29.myleft .title{text-align: left;}
#w015_index_product_29.myright .title{text-align: right;}
#w015_index_product_29.mycenter .title{text-align: center;}

#w015_index_product_29 .list {display: grid;grid-template-columns: repeat(3,calc((100% - 60px)/3));gap: 30px;margin-bottom: 60px;}
#w015_index_product_29 .list .li .img {background-color: #f9f9f9;}
#w015_index_product_29 .list .li .img::before {padding-top: 68.6%;}
#w015_index_product_29 .list .li .img img {max-width: 80%;max-height: 80%;}
#w015_index_product_29 .list .li .text {padding: 25px 30px;}
#w015_index_product_29 .list .li .text .name {font-size: 18px;line-height: 1;color: #333;margin-bottom: 10px;}
#w015_index_product_29 .list .li .text .brief {font-size: 16px;line-height: 1;color: #999;}
#w015_index_product_29 .button {font-size: 16px;line-height: 1;color: #333;width: 165px;height: 60px;border-radius: 30px;border: 1px solid #dedede;margin: 0 auto;}

@media (any-hover:hover) {
    #w015_index_product_29 .list .li:hover .img img {transform:scale(1.1); -webkit-transform:scale(1.1);}
    #w015_index_product_29 .list .li:hover .text {background-color: var(--hoverColor);}
    #w015_index_product_29 .list .li:hover .text .name {color: #fff;}
    #w015_index_product_29 .list .li:hover .text .brief {color: rgba(255, 255, 255, 0.4);}
    #w015_index_product_29 .button:hover {background-color: var(--btnColor);border-color: var(--btnColor);color: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
}
@media screen and (max-width:1200px) {
    #w015_index_product_29 .list {grid-template-columns: repeat(2,calc((100% - 30px)/2));}
}
@media screen and (max-width:900px) {
    #w015_index_product_29 .list {display: none;}
    #w015_index_product_29 .list_app {display: block;margin-bottom: 30px;}
    #w015_index_product_29 .list_app .li .img {background-color: #f9f9f9;}
    #w015_index_product_29 .list_app .li .img::before {padding-top: 75%;}
    #w015_index_product_29 .list_app .li .text {padding: 25px 30px;}
    #w015_index_product_29 .list_app .li .text .name {font-size: 18px;line-height: 1;color: #333;margin-bottom: 10px;}
    #w015_index_product_29 .list_app .li .text .brief {font-size: 16px;line-height: 1;color: #999;}
    #w015_index_product_29 .list_app .swiper-pagination {display: flex;align-items: center;justify-content: center;bottom: 110px;}
    #w015_index_product_29 .list_app .swiper-pagination-bullet {background: var(--btnColor);opacity: 1;width: 10px;height: 10px;margin: 0 10px;}
    #w015_index_product_29 .list_app .swiper-pagination-bullet-active {background: #fff;border: 3px solid var(--btnColor);box-sizing: content-box;}
}
@media screen and (max-width:750px) {
    #w015_index_product_29 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w015_index_product_29 .list_app .li .text .name {font-size: var(--font-sma-S);margin-bottom: 20px;}
    #w015_index_product_29 .list_app .li .text .brief {font-size: var(--font-txt-S);}
    #w015_index_product_29 .button {font-size: var(--font-txt-S);min-width: 240px;height: 80px;border-radius: 40px;}
    #w015_index_product_29 .list_app .swiper-pagination {bottom: 150px;}
    #w015_index_product_29 .list_app .swiper-pagination-bullet {width: 15px;height: 15px;}
}
/* 全局 */
.w029_index_case_223_wrapper{margin-top: var(--paddingTop);margin-bottom: var(--paddingBottom);overflow: hidden;position: relative;}
@media screen and (max-width: 750px){
    .w029_index_case_223_wrapper{margin-top: var(--appPaddingTop);margin-bottom: var(--appPaddingBottom);}
}

#w029_index_case_223_bg {position: absolute;top: 0;right: 0;width: 50%;height: 100%;background: center/cover;}

#w029_index_case_223 .title{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);}
#w029_index_case_223 .subtitle{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);margin: 0px 0 120px;}

#w029_index_case_223 .nav {margin-bottom: 65px;}
#w029_index_case_223 .nav .li {font-size: 24px;line-height: 1;color: #1a1a1a;padding: 15px 0;margin: 0 33px;border-bottom: 5px solid transparent;position: relative;}
#w029_index_case_223 .nav .li.cur {color: var(--curColor);border-color: var(--curColor);}
#w029_index_case_223 .nav .li::before {position: absolute;content: '';width: 2px;height: 24px;background-color: #ccc;right: 0;transform: translateX(33px);}
#w029_index_case_223 .nav .li:first-child {margin-left: 0;}
#w029_index_case_223 .nav .li.noneLpad {margin-left: 0;}
#w029_index_case_223 .nav .li:last-child:before {display: none;}
#w029_index_case_223 .nav .li.noneLbor:before {display: none;}

#w029_index_case_223 .content {position: relative;}
#w029_index_case_223 .content .box::before {padding-top: 64%;}
#w029_index_case_223 .content .box .tag {font-size: 18px;line-height: 1;color: #fff;left: 0;bottom: 0;width: 100%;height: 60px;background-color: rgba(0, 0, 0, 0.5);padding: 0 25px;}
#w029_index_case_223 .content .foot {margin: 65px 0 80px;}
#w029_index_case_223 .content .foot .switch {gap: 30px;}
#w029_index_case_223 .content .foot .switch .btn {width: 55px;height: 55px;border-radius: 50%;border: 1px solid #666;font-size: 30px;line-height: 1;color: #666;transition: 0.3s;}
#w029_index_case_223 .content .more {font-size: 18px;line-height: 1;width: 300px;height: 65px; 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);}
#w029_index_case_223 .content .lyBtn60::before{content: '';display: none;}

@media (any-hover: hover) {
    #w029_index_case_223 .nav .li:hover{color: var(--curColor);border-color: var(--curColor);}

    #w029_index_case_223 .content .box:hover img{transform: scale(1.1);}
    
    #w029_index_case_223 .content .foot .switch .btn:hover{color: #fff;background-color: var(--curColor);}
}

@media screen and (max-width:750px) {
    #w029_index_case_223_bg {width: 100%;}
    #w029_index_case_223 .title {margin-top: 30px;color: #fff;}
    #w029_index_case_223 .subtitle {font-size: var(--font-big-S);line-height: var(--font-big-L);color: #fff;margin: 40px 0;}
    #w029_index_case_223 .nav .li {font-size: var(--font-sma-S);padding: 25px 0;color: #fff;}
    #w029_index_case_223 .nav .li::before {height: var(--font-sma-S);}
    #w029_index_case_223 .content .box .tag {font-size: var(--font-txt-S);height: 100px;}
    #w029_index_case_223 .content .foot {justify-content: center;}
    #w029_index_case_223 .content .foot .switch {display: none;}
    #w029_index_case_223 .content .foot .more {height: 80px;font-size: var(--font-txt-S);border-radius: 40px;}
}
#w001_index_help_36 {background: #f2f5f8;}

#w001_index_help_36 .box{width: 100%;height: 420px;color: #fff;}
#w001_index_help_36 .box .search{}
#w001_index_help_36 .box .search .title{font-size: 32px;font-weight: 500;margin-bottom: 50px;}
#w001_index_help_36 .box .search .search_ipt{height: 50px;max-width: 570px;width: 100%;}
#w001_index_help_36 .box .search .search_ipt input{background: #fff;padding: 0 15px;color: #333;width: 100%;height: 100%;}
#w001_index_help_36 .box .search .search_ipt .btn{width: 150px;background: var(--btnBgColor);font-size: 16px;}
#w001_index_help_36 .box .search .search_ipt .btn i{font-size: 24px;margin-right: 12px;}


#w001_index_help_36 .box .list{}
#w001_index_help_36 .box .list .dl{width: 130px; height: 130px;color: #fff;margin-left: 10px;position: relative;}
#w001_index_help_36 .box .list .dl::before{display: block;content: '';width: 100%;height: 100%;background: var(--dlBgColor);opacity: .6;position: absolute;top: 0;left: 0;}
#w001_index_help_36 .box .list .dl .dt{height: 46px;width: 46px;position: relative;}
#w001_index_help_36 .box .list .dl .dt .svg{max-width: 100%;max-height: 100%;}
#w001_index_help_36 .box .list .dl .dt .svg *{fill: #fff;}
#w001_index_help_36 .box .list .dl .dd{margin-top: 10px;font-size: 16px;position: relative;}


@media (any-hover: hover){

}

@media screen and (max-width: 750px){
    #w001_index_help_36 .box{height: 480px;}
    #w001_index_help_36 .box .content{flex-direction: column;align-items: center;width: 100%;}
    #w001_index_help_36 .box .search{margin-bottom: 50px;width: 100%;}
    #w001_index_help_36 .box .search .title{font-size: var(--font-sma-S);margin-bottom: 30px;}
    #w001_index_help_36 .box .search .search_ipt{height: 80px;max-width: 100%;}
    #w001_index_help_36 .box .search .search_ipt input{font-size: var(--font-txt-S);}
    #w001_index_help_36 .box .search .search_ipt .btn{width: 200px;font-size: var(--font-txt-S);}
    #w001_index_help_36 .box .search .search_ipt .btn i{font-size: var(--font-txt-S);}


    #w001_index_help_36 .box .list{justify-content: space-between;width: 100%;}
    #w001_index_help_36 .box .list .dl{width: 150px; height: 150px;}
    #w001_index_help_36 .box .list .dl{margin-left: 0px;}
    #w001_index_help_36 .box .list .dl .dd{font-size: var(--font-txt-S);}
}
.temp_wcb_footer_footer04_21_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_21_footer_wrap{padding-top: var(--appPaddingTop);}
}


.temp_wcb_footer_footer04_21_guild {display: grid;grid-template-columns: auto 370px;gap: 0 30px;}
#temp_wcb_footer_footer04_21_nav{display: flex;flex-wrap: wrap;gap: 40px 100px;}
#temp_wcb_footer_footer04_21_nav .dl .dt{font-size: 18px;line-height: 1;margin-bottom: 36px;font-weight: bold;}
#temp_wcb_footer_footer04_21_nav .dd{font-size: 16px;color: var(--font_color_2);line-height: 30px;margin-bottom: 8px;transition: 0.3s;}

@media (any-hover: hover){
    #temp_wcb_footer_footer04_21_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_21_guild{display: block;padding-top: 0px;}
    #temp_wcb_footer_footer04_21_nav{display: none;}
}


#temp_wcb_footer_footer04_21_nav_app{display: none;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_21_nav_app{display: block;margin-bottom: 60px;}
    #temp_wcb_footer_footer04_21_nav_app .dl{color: var(--font_color_2);}
    #temp_wcb_footer_footer04_21_nav_app .dl .dt{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 20px 0;border-bottom: 1px solid rgba(255, 255, 255,0.2);}
    #temp_wcb_footer_footer04_21_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #temp_wcb_footer_footer04_21_nav_app .dl .dt.cur > i{transform: rotateZ(90deg);}
    /* 展开项 */
    #temp_wcb_footer_footer04_21_nav_app .dd .a{color: var(--font_color_2);font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 20px 0;padding-left: 15px;border-bottom: 1px solid rgba(255, 255, 255,0.2);}
}

#temp_wcb_footer_footer04_21_third{display: flex;flex-direction: column;font-size: 16px;line-height: 1.8;color: var(--font_color_2);margin-bottom: 35px;}

#temp_wcb_footer_footer04_21_third .title{margin-bottom: 30px;font-size: 18px;line-height: 1;font-weight: bold;color: var(--font_color_1);}
#temp_wcb_footer_footer04_21_third .phone{color: var(--numColor);font-size: 16px;font-weight: bold;line-height: 1.5;margin-bottom: 24px;}
#temp_wcb_footer_footer04_21_third .phone span{font-size: 28px;}
#temp_wcb_footer_footer04_21_third .list{display: flex;flex-wrap: wrap;gap: 10px 40px;margin-top: 30px;}
#temp_wcb_footer_footer04_21_third .qr .img{width: 120px;height: 120px;overflow: hidden;}
#temp_wcb_footer_footer04_21_third .qr .img img{max-width: 100%;max-height: 100%;}
#temp_wcb_footer_footer04_21_third .qr .tip{font-size: 16px;color: var(--font_color_2);margin-top: 12px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_21_third{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_footer_footer04_21_third .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}

    #temp_wcb_footer_footer04_21_third .phone{font-size: var(--font-bri-S);line-height: var(--font-bri-L);margin-bottom: 10px;}
    #temp_wcb_footer_footer04_21_third .phone span{font-size: var(--font-sma-S);line-height: var(--font-sma-L);}

    #temp_wcb_footer_footer04_21_third .qr .img{width: 240px;height: 240px;}
    #temp_wcb_footer_footer04_21_third .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}



#temp_wcb_footer_footer04_21_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#temp_wcb_footer_footer04_21_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#temp_wcb_footer_footer04_21_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_21_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#temp_wcb_footer_footer04_21_copyright{min-height: 85px;padding: 16px 0;font-size: 16px;line-height: 1.5;color: var(--font_color_2);border-top: 1px solid var(--font_color_3);}
#temp_wcb_footer_footer04_21_copyright > *{gap: 10px 20px;flex-wrap: wrap;}
#temp_wcb_footer_footer04_21_copyright > * > *{display: flex;align-items: center;flex-wrap: wrap;gap: 10px 20px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_21_copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}