
.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_21_nav{}
#w001_index_header_21_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_21_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_21_nav .head{color: #333;}

#w001_index_header_21_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_21_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_21_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_21_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_21_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_21_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_21_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_21_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_21_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_21_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_21_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_21_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_21_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_21_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_21_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_21_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_21_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_21_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_21_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_21_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_21_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_21_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_21_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_21_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_21_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_21_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_21_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_21_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_21_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_21.pc_app #w001_index_header_21_nav .head_nav .li{display: none;}
.w001_index_header_21.pc_app #w001_index_header_21_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_21_nav .head_nav .li{display: none;}
    #w001_index_header_21_nav .head .menu{display: block;}
    /* #w001_index_header_21_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_21_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_21_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_21_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_21_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_21_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_21_nav .head_btn .language{display: none;}

    #w001_index_header_21_nav .head .menu{padding: 30px;}
    #w001_index_header_21_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_21_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_21_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_21_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_21_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_21_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_21_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_21_nav .head .menu{display: none;}
.w001_index_header_21 #w001_index_header_21_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_21_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_21_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_21_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_21_nav .head_btn{flex: initial;}
}
#w001_index_hengfu_22 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_22.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w001_index_hengfu_22 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_22 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_22 .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_22 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_22 .message_box[position="2"] .message,
#w001_index_hengfu_22 .message_box[position="5"] .message,
#w001_index_hengfu_22 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_22 .message_box[position="3"] .message,
#w001_index_hengfu_22 .message_box[position="6"] .message,
#w001_index_hengfu_22 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_22 .message_box[position="2"] .message .name,
#w001_index_hengfu_22 .message_box[position="5"] .message .name,
#w001_index_hengfu_22 .message_box[position="8"] .message .name,
#w001_index_hengfu_22 .message_box[position="2"] .message .brief,
#w001_index_hengfu_22 .message_box[position="5"] .message .brief,
#w001_index_hengfu_22 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_22 .message_box[position="3"] .message .name,
#w001_index_hengfu_22 .message_box[position="6"] .message .name,
#w001_index_hengfu_22 .message_box[position="9"] .message .name,
#w001_index_hengfu_22 .message_box[position="3"] .message .brief,
#w001_index_hengfu_22 .message_box[position="6"] .message .brief,
#w001_index_hengfu_22 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_22 .message_box[position="1"] .message .name,
#w001_index_hengfu_22 .message_box[position="4"] .message .name,
#w001_index_hengfu_22 .message_box[position="7"] .message .name,
#w001_index_hengfu_22 .message_box[position="1"] .message .brief,
#w001_index_hengfu_22 .message_box[position="4"] .message .brief,
#w001_index_hengfu_22 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_index_hengfu_22 .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_22 .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_22 .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_22 .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_22 .swiper-pagination-bullets{bottom: 40px;}
#w001_index_hengfu_22 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w001_index_hengfu_22 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_22 .container .swiper-pagination-bullet-active{width: 60px;}
#w001_index_hengfu_22 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

@media screen and (max-width: 1024px){
    #w001_index_hengfu_22 .message_box .message .name{font-size: 48px;}
    #w001_index_hengfu_22 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w001_index_hengfu_22{display: none;}
}
#w009_index_product_23 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w009_index_product_23 .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);}
#w009_index_product_23 .head {display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 40px;}
#w009_index_product_23 .head .nav {display: flex;justify-content: flex-start;align-items: center;margin-bottom: 10px;}
#w009_index_product_23 .head .nav .h2 {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);margin-right: 94px;}
#w009_index_product_23 .head .nav .link {display: flex;flex-wrap: wrap;}
#w009_index_product_23 .head .nav .link .links {font-size: 18px;color: #333;margin-right: 70px;}
#w009_index_product_23 .head .nav .link .links:hover {color: var(--hoverColor);font-weight: bold;}
#w009_index_product_23 .head .button {font-size: 16px;width: 280px;height: 60px;padding: 0 27px;flex-shrink: 0; 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);}
#w009_index_product_23 .head .button:hover {box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}

#w009_index_product_23 .content {display: grid;gap: 30px;row-gap: 30px;grid-template-columns: repeat(4,calc((100% - 90px)/4));grid-template-rows: repeat(2,calc((100% - 30px)/2));}
#w009_index_product_23 .content .box1 {grid-area: 1/1/3/3;}
#w009_index_product_23 .content .box1 .img {left: 0;right: 0;top: 34.56%;bottom: 0;}
#w009_index_product_23 .content .box1 .text {top: 10%;left: 50%;transform: translateX(-50%);width: 50%;}
#w009_index_product_23 .content .box1 .text .name {font-size: 40px;line-height: 1;color: #111;width: 100%;}
#w009_index_product_23 .content .box1 .text .is {font-size: 24px;line-height: 1;margin: 20px auto;color: #333;width: 100%;}
#w009_index_product_23 .content .box1 .text .brief {font-size: 16px;line-height: 1.625;color: #777;width: 100%;}
#w009_index_product_23 .content .box1 .text .button {font-size: 16px;line-height: 1.5;color: #000;width: 100px;border-bottom: 1px solid var(--btnColor);margin-top: 30px;}
#w009_index_product_23 .content .box1 .text .button .icon {font-size: 20px;line-height: 0;}

#w009_index_product_23 .content .box2 {grid-area: 1/3/2/5;}
#w009_index_product_23 .content .box2 .img {width: 50%;height: 100%;}
#w009_index_product_23 .content .box2 .img::before {padding-top: 100%;}
#w009_index_product_23 .content .box2 .text {top: 50%;right: 30px;width: 40%;transform: translateY(-50%);}
#w009_index_product_23 .content .box2 .text .name {font-size: 40px;line-height: 1;color: #111;}
#w009_index_product_23 .content .box2 .text .is {font-size: 24px;line-height: 1;margin: 20px auto;color: #333;}
#w009_index_product_23 .content .box2 .text .brief {font-size: 16px;line-height: 1.625;color: #777;}
#w009_index_product_23 .content .box2 .text .button {font-size: 16px;line-height: 1.5;color: #000;width: 100px;border-bottom: 1px solid var(--btnColor);margin-top: 30px;}
#w009_index_product_23 .content .box2 .text .button .icon {font-size: 20px;line-height: 0;}
#w009_index_product_23 .content .box3 {grid-area: 2/3/3/4;}
#w009_index_product_23 .content .box4 {grid-area: 2/4/3/5;}
#w009_index_product_23 .content .box3::before,
#w009_index_product_23 .content .box4::before {padding-top: 103%;}

#w009_index_product_23 .content .box3 .mask,
#w009_index_product_23 .content .box4 .mask{background: linear-gradient(to top, rgba(0,0,0,.2), rgba(255,255,255,0));top: 50%}
#w009_index_product_23 .content .box3 .text,
#w009_index_product_23 .content .box4 .text{bottom: 0;padding: 0 35px;width: 100%;}
#w009_index_product_23 .content .box3 .text .name,
#w009_index_product_23 .content .box4 .text .name {font-size: 24px;line-height: 1;color: #fff;width: 100%;}
#w009_index_product_23 .content .box3 .text .is,
#w009_index_product_23 .content .box4 .text .is {font-size: 16px;line-height: 1;margin: 20px 0;color: #fff;width: 100%;}

@media (any-hover:hover) {
    #w009_index_product_23 .content .box1:hover .img img,
    #w009_index_product_23 .content .box2:hover .img img,
    #w009_index_product_23 .content .box3:hover img,
    #w009_index_product_23 .content .box4:hover img {max-height: 110%;max-width: 110%;}
}
@media screen and (max-width:1200px) {
    #w009_index_product_23 .head .nav {flex-wrap: wrap;}
    #w009_index_product_23 .content {grid-template-columns: repeat(2,calc((100% - 30px)/2));grid-template-rows: repeat(4,1fr);}
    #w009_index_product_23 .content .box1 {grid-area: 1/1/3/3;}
    #w009_index_product_23 .content .box2 {grid-area: 3/1/4/3;}
    #w009_index_product_23 .content .box3 {grid-area: 4/1/5/2;}
    #w009_index_product_23 .content .box4 {grid-area: 4/2/5/3;}
    #w009_index_product_23 .content .box2 .img {width: 50%;height: 100%;}
    #w009_index_product_23 .content .box2 .img::before {padding-top: 100%;}
    #w009_index_product_23 .content .box3::before,
    #w009_index_product_23 .content .box4::before {padding-top: 103%;}

    #w009_index_product_23 .content .box2 {width: 100%;}
    #w009_index_product_23 .content .box2 .img {width: 50%;height: 100%;}
    #w009_index_product_23 .content .box2 .img::before {padding-left: 100%;}
}
@media screen and (max-width:750px) {
    #w009_index_product_23 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w009_index_product_23 .title {margin-bottom: 30px;}
    #w009_index_product_23 .head .nav {margin-bottom: 0;}
    #w009_index_product_23 .head .nav .h2 {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w009_index_product_23 .head .nav .link {margin: 20px 0;}
    #w009_index_product_23 .head .nav .link .links {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 20px 0;margin-right: 30px;}
    #w009_index_product_23 .head .button {font-size: var(--font-txt-S);height: 80px;border-radius: 40px;}
    #w009_index_product_23 .head .button .icon {font-size: var(--font-txt-S);}
    #w009_index_product_23 .content .box1 .text {width: 80%;}
    #w009_index_product_23 .content .box1 .text .name,
    #w009_index_product_23 .content .box2 .text .name {font-size: var(--font-sub-S);-webkit-line-clamp:1;}
    #w009_index_product_23 .content .box1 .text .is,
    #w009_index_product_23 .content .box2 .text .is {font-size: var(--font-txt-S);-webkit-line-clamp:1;}
    #w009_index_product_23 .content .box1 .text .brief,
    #w009_index_product_23 .content .box2 .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: calc(var(--font-txt-L)*2);-webkit-line-clamp:2;}
    #w009_index_product_23 .content .box1 .text .button,
    #w009_index_product_23 .content .box2 .text .button {font-size: var(--font-txt-S);width: 200px;}
    #w009_index_product_23 .content .box3 .text .name,
    #w009_index_product_23 .content .box4 .text .name {font-size: var(--font-sma-S);}
    #w009_index_product_23 .content .box3 .text .is,
    #w009_index_product_23 .content .box4 .text .is {font-size: var(--font-txt-S);}
    #w009_index_product_23 .content .box1 .text .button .icon,
    #w009_index_product_23 .content .box2 .text .button .icon {font-size: var(--font-txt-S);}
}
.w009_index_solution_24_wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

@media screen and (max-width:750px){
    .w009_index_solution_24_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 文字介绍+轮播 */
#w009_index_solution_24_introduce .slide{padding-top: 49.479%;z-index: 5;background: 50%/cover;}
#w009_index_solution_24_introduce .slide .text {font-size: 16px;max-width: 680px;z-index: 5;left: 36.45%;bottom: 84px;padding-right: 20px;}
#w009_index_solution_24_introduce .slide .text .name {font-size: 42px;line-height: 1;color: #fff;margin-bottom: 23px;}
#w009_index_solution_24_introduce .slide .text .brief {font-size: 16px;line-height: 1.875;color: #fff;margin-bottom: 43px;}
#w009_index_solution_24_introduce .slide .text .button {font-size: 16px;width: 280px;height: 60px;padding: 0 27px;transition: .3s; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}

@media screen and (any-hover:hover) {
    #w009_index_solution_24_introduce .slide .text .button:hover {box-shadow: 0 0 10px rgba(255, 255, 255,0.2); color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);}
}
@media screen and (max-width:1250px){
    #w009_index_solution_24_introduce .slide{padding-top: 100%;}
}
@media screen and (max-width:750px){
    #w009_index_solution_24_introduce{width:100%;}
    #w009_index_solution_24_introduce .slide .text {font-size: var(--font-txt-S);left: 40px;right: 40px;padding: 0;}
    #w009_index_solution_24_introduce .slide .text .name {font-size: var(--font-big-S);}
    #w009_index_solution_24_introduce .slide .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(var(--font-txt-L)*3);-webkit-line-clamp:3;}
    #w009_index_solution_24_introduce .slide .text .button {font-size: var(--font-txt-S);height: 80px;border-radius: 40px;}
    #w009_index_solution_24_introduce .slide .text .button .icon {font-size: var(--font-txt-S);}
}

/* 图片 */
#w009_index_solution_24_introduce .mobile_pic{display: none;}
#w009_index_solution_24_introduce .pc_pic{display: block;}
#w009_index_solution_24_introduce .warp {background-color: var(--leftBgColor);top: 0;bottom: 0;right: 67.7%;left: 0px;opacity: .8;z-index: 2;}

@media screen and (max-width:1250px){
    #w009_index_solution_24_introduce .mobile_pic{display:block;}
    #w009_index_solution_24_introduce .pc_pic{display:none;}
}
@media screen and (max-width:750px){
    #w009_index_solution_24_introduce .warp {display: none;}
}



/* 选择区 */
#w009_index_solution_24_choice{position: absolute;right: 67.7%;left:8.333%;top: var(--paddingTop);bottom: var(--paddingBottom);z-index: 5;padding-top: var(--paddingTop);}
#w009_index_solution_24_choice .title_en {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);}
#w009_index_solution_24_choice .title {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);margin-top: 12px;margin-bottom: 135px;transition: .3s;}
#w009_index_solution_24_choice .list{border-left: 1px solid rgba(255, 255, 255,0.5);width: 200px;flex-shrink: 0;}
#w009_index_solution_24_choice .list .li{display: block;font-size: 18px;line-height: 2.888;color: rgba(255, 255, 255, .5);padding-left: 48px;height: 52px;margin-top: 6px;}
#w009_index_solution_24_choice .list .li:first-child{margin-top: 0;}
#w009_index_solution_24_choice .list .li.cur  {color: #fff;border-left: 2px solid #fff;padding-left: 46px;}

@media (any-hover: hover) {
    #w009_index_solution_24_choice .list .li:hover{color: #fff;border-left: 2px solid #fff;padding-left: 46px;}
}
@media screen and (max-width:1500px) {
    /* #w009_index_solution_24_choice .title {margin-bottom: 30px;} */
}
@media screen and (max-width:750px) {
    #w009_index_solution_24_choice {display: none;}
}

/* 结束 */
#w009_index_about_25 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w009_index_about_25 .content {width: 40%;}
#w009_index_about_25 .head {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);}
#w009_index_about_25 .title {font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_weight);font-style: var(--font_2nd_style);line-height: var(--font_2nd_line_height);margin-bottom: 30px;max-height: calc(var(--font_2nd_line_height) * 2);}
#w009_index_about_25 .brief {font-size: 16px;line-height: 1.875;color: #666;max-height: 90px;margin-bottom: 84px;}
#w009_index_about_25 .data {display: grid;grid-template-columns: repeat(2,calc((100% - 80px)/2));gap: 80px;row-gap: 42px;margin-bottom: 100px;width: 100%;}
#w009_index_about_25 .data .btext {font-size: 50px;line-height: 1;color: var(--fontColor);font-weight: bold;}
#w009_index_about_25 .data .span {font-size: 36px;font-weight: bold;color: var(--fontColor);display: flex;align-items: flex-end;line-height: 1;}
#w009_index_about_25 .data .stext {font-size: 16px;line-height: 1.66;color: var(--fontColor);margin-top: 10px;}
#w009_index_about_25 .button {font-size: 16px;width: 280px;height: 60px;padding: 0 27px;transition: .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);}
#w009_index_about_25 .img {width: 42.5%;}
#w009_index_about_25 .img::before {padding-top: 82.926%;}
#w009_index_about_25 .img img {max-width: 100%;max-height: 100%;}

@media screen and (min-width:751px) {
    #w009_index_about_25 .button: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:1200px) {
    #w009_index_about_25 {flex-wrap: wrap;flex-direction: column;}
    #w009_index_about_25 .content {width: 100%;margin-bottom: 30px;}
    #w009_index_about_25 .img {width: 100%;}
}
@media screen and (max-width:750px) {
    #w009_index_about_25 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w009_index_about_25 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);max-height: calc(var(--font-sub-L) * 2);}
    #w009_index_about_25 .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(var(--font-txt-L) * 3);}
    #w009_index_about_25 .data {margin-bottom: 40px;}
    #w009_index_about_25 .data .btext {font-size: var(--font-big-S);}
    #w009_index_about_25 .data .stext {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w009_index_about_25 .button {font-size: var(--font-txt-S);height: 80px;border-radius: 40px;margin-bottom: 20px;}
    #w009_index_about_25 .button .icon {font-size: var(--font-txt-S);}
}

#w009_index_video_26 {background: var(--bgColor);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w009_index_video_26 .head {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);}
#w009_index_video_26 .title {display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 30px;}
#w009_index_video_26 .title .tit {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);}
#w009_index_video_26 .title .nextone {height: 60px;width: 157px;display: flex;justify-content: space-between;align-items: center;}
#w009_index_video_26 .title .nextone .prev {line-height: 60px;font-size: 20px;font-weight: bold;}
#w009_index_video_26 .title .nextone .next {text-align: end;line-height: 60px;font-size: 20px;font-weight: bold;}
#w009_index_video_26 .wrapper .slide {width: calc((100% - 75px)/3);background-color: #fff;}
#w009_index_video_26 .wrapper .slide .img::before {padding-bottom: 58.8%;}
#w009_index_video_26 .wrapper .slide .name {font-size: 18px;line-height: 70px;color: #1a1a1a;padding: 0 30px;height: 70px;width: 100%;}
#w009_index_video_26 .wrapper .slide .img .video{object-fit:cover;height: 100%;width: 100%;background: #000;}
#w009_index_video_26 .wrapper .slide .img .bofang {width: 60px;height: 60px;border-radius: 50%;top: 50%;left: 50%;transform: translate(-50%,-50%);background-color: #fff;}
#w009_index_video_26 .wrapper .slide .img .bofang .icon {font-size: 24px;line-height: 1;color: #666;}

@media (any-hover:hover) {
    #w009_index_video_26 .title .nextone .prev:hover,
    #w009_index_video_26 .title .nextone .next:hover {color: var(--btnColor);}
}
@media screen and (max-width:750px) {
    #w009_index_video_26 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w009_index_video_26 .head{}
    #w009_index_video_26 .title .tit {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w009_index_video_26 .title .nextone {height: 80px;width: 200px;}
    #w009_index_video_26 .title .nextone .prev,
    #w009_index_video_26 .title .nextone .next {line-height: 80px;font-size: var(--font-sub-S);}
    #w009_index_video_26 .wrapper .slide .name {font-size: var(--font-sma-S);}
    #w009_index_video_26 .wrapper .slide .img .bofang {width: 100px;height: 100px;}
    #w009_index_video_26 .wrapper .slide .img .bofang .icon {font-size: var(--font-big-S);}
}

#w009_index_news_27 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w009_index_news_27 .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);}
#w009_index_news_27 .head {display: flex;justify-content: space-between;align-items: center;margin-bottom: 50px;}
#w009_index_news_27 .head .nav {display: flex;justify-content: flex-start;align-items: center;}
#w009_index_news_27 .head .nav .h2 {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);margin-right: 94px;}
#w009_index_news_27 .head .nav .link {display: flex;}
#w009_index_news_27 .head .nav .link .links {font-size: 18px;color: #333;margin-right: 70px;}
#w009_index_news_27 .head .nav .link .links:hover {color: var(--hoverColor);}
#w009_index_news_27 .head .nav .link .links.cur {color: var(--hoverColor);}
#w009_index_news_27 .head .button {font-size: 16px;width: 280px;height: 60px;padding: 0 27px;flex-shrink: 0; 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);}
#w009_index_news_27 .content {width: calc(100% + 40px);height: calc(100% = 40px);padding: 20px;}
#w009_index_news_27 .content .box {border-left: 1px solid #e3e3e3;padding: 37px 50px 60px 50px;transition: .3s;}
#w009_index_news_27 .content .box .time {font-size: 20px;line-height: 1.8;color: var(--hoverColor);margin-bottom: 30px;opacity: 0;transition: .3s;}
#w009_index_news_27 .content .box .text {height: 188px;width: 100%;}
#w009_index_news_27 .content .box .text .tit {font-size: 24px;line-height: 1.33;color: #333;margin-bottom: 16px;height: auto; word-wrap:break-word;}
#w009_index_news_27 .content .box .text .brief {font-size: 16px;line-height: 1.875;color: #666;height: 60px; word-wrap:break-word;}
#w009_index_news_27 .content .box .img::before {padding-top: 60.465%;}
#w009_index_news_27 .content .box .button {transform: rotate(-45deg) !important;width: 64px;height: 64px;border-radius: 50%;font-size: 24px;color: #666;margin: 53px 0 0 5px;transition: .3s;}

@media (any-hover:hover) {
    #w009_index_news_27 .head .button:hover {box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
    #w009_index_news_27 .content .box:hover {box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);z-index: 5;}
    #w009_index_news_27 .content .box:hover .time {opacity: 1;}
    #w009_index_news_27 .content .box:hover .text .tit {max-height: 64px;}
    #w009_index_news_27 .content .box:hover .button {transform: rotate(0deg) !important;color: #fff;background-color: var(--hoverColor);}
}
@media screen and (max-width:1200px) {
    #w009_index_news_27 .head .nav {flex-wrap: wrap;}
    #w009_index_news_27 .head .nav .h2 {margin-bottom: 20px;}
    #w009_index_news_27 .head .nav .link .links {margin-bottom: 20px;}
    #w009_index_news_27 .content {flex-wrap: wrap;width: 100%;padding: 0;}
}
@media screen and (max-width:750px) {
    #w009_index_news_27 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w009_index_news_27 .head .nav {width: 100%;}
    #w009_index_news_27 .head .nav .h2 {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin: 0;width: 100%;}
    #w009_index_news_27 .head .nav .link {margin: 20px 0;}
    #w009_index_news_27 .head .nav .link .links {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 20px 0;margin-right: 30px;}
    #w009_index_news_27 .head .button {font-size: var(--font-txt-S);height: 80px;border-radius: 40px;}
    #w009_index_news_27 .head .button .icon {font-size: var(--font-txt-S);}
    #w009_index_news_27 .content .box {padding: 40px;}
    #w009_index_news_27 .content .box .time {font-size: var(--font-sma-S);opacity: 1;}
    #w009_index_news_27 .content .box .text .tit {font-size: var(--font-sma-S);line-height: var(--font-sma-L);max-height: var(--font-sma-L);-webkit-line-clamp:1;}
    #w009_index_news_27 .content .box .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: calc(var(--font-txt-L)*2);}
    #w009_index_news_27 .content .box .img {margin-top: 30px;}
    #w009_index_news_27 .content .box .button {transform: rotate(0deg) !important;color: #fff;background-color: var(--hoverColor);width: 100px;height: 100px;font-size: var(--font-big-S);}
}

.temp_wcb_footer_footer04_28_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_28_footer_wrap{padding-top: var(--appPaddingTop);}
}


.temp_wcb_footer_footer04_28_guild {display: grid;grid-template-columns: auto 370px;gap: 0 30px;}
#temp_wcb_footer_footer04_28_nav{display: flex;flex-wrap: wrap;gap: 40px 100px;}
#temp_wcb_footer_footer04_28_nav .dl .dt{font-size: 18px;line-height: 1;margin-bottom: 36px;font-weight: bold;}
#temp_wcb_footer_footer04_28_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_28_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_28_guild{display: block;padding-top: 0px;}
    #temp_wcb_footer_footer04_28_nav{display: none;}
}


#temp_wcb_footer_footer04_28_nav_app{display: none;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_28_nav_app{display: block;margin-bottom: 60px;}
    #temp_wcb_footer_footer04_28_nav_app .dl{color: var(--font_color_2);}
    #temp_wcb_footer_footer04_28_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_28_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #temp_wcb_footer_footer04_28_nav_app .dl .dt.cur > i{transform: rotateZ(90deg);}
    /* 展开项 */
    #temp_wcb_footer_footer04_28_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_28_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_28_third .title{margin-bottom: 30px;font-size: 18px;line-height: 1;font-weight: bold;color: var(--font_color_1);}
#temp_wcb_footer_footer04_28_third .phone{color: var(--numColor);font-size: 16px;font-weight: bold;line-height: 1.5;margin-bottom: 24px;}
#temp_wcb_footer_footer04_28_third .phone span{font-size: 28px;}
#temp_wcb_footer_footer04_28_third .list{display: flex;flex-wrap: wrap;gap: 10px 40px;margin-top: 30px;}
#temp_wcb_footer_footer04_28_third .qr .img{width: 120px;height: 120px;overflow: hidden;}
#temp_wcb_footer_footer04_28_third .qr .img img{max-width: 100%;max-height: 100%;}
#temp_wcb_footer_footer04_28_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_28_third{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_footer_footer04_28_third .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}

    #temp_wcb_footer_footer04_28_third .phone{font-size: var(--font-bri-S);line-height: var(--font-bri-L);margin-bottom: 10px;}
    #temp_wcb_footer_footer04_28_third .phone span{font-size: var(--font-sma-S);line-height: var(--font-sma-L);}

    #temp_wcb_footer_footer04_28_third .qr .img{width: 240px;height: 240px;}
    #temp_wcb_footer_footer04_28_third .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}



#temp_wcb_footer_footer04_28_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#temp_wcb_footer_footer04_28_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#temp_wcb_footer_footer04_28_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_28_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#temp_wcb_footer_footer04_28_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_28_copyright > *{gap: 10px 20px;flex-wrap: wrap;}
#temp_wcb_footer_footer04_28_copyright > * > *{display: flex;align-items: center;flex-wrap: wrap;gap: 10px 20px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_28_copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}