
.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_1_nav{}
#w001_index_header_1_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_1_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_1_nav .head{color: #333;}

#w001_index_header_1_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_1_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_1_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_1_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_1_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_1_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_1_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_1_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_1_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_1_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_1_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_1_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_1_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_1_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_1_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-14px);transition: .3s;}
#w001_index_header_1_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(14px);transition: .3s;}
#header.fixed.scroll-top #w001_index_header_1_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_1_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_1_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_1_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_1_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_1_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_1_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_1_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_1.pc_app #w001_index_header_1_nav .head_nav .li{display: none;}
.w001_index_header_1.pc_app #w001_index_header_1_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_1_nav .head_nav .li{display: none;}
    #w001_index_header_1_nav .head .menu{display: block;}
    /* #w001_index_header_1_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_1_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_1_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_1_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_1_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_1_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_1_nav .head_btn .language{display: none;}

    #w001_index_header_1_nav .head .menu{padding: 30px;}
    #w001_index_header_1_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_1_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_1_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_1_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_1_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_1_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_1_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_1_nav .head .menu{display: none;}
.w001_index_header_1 #w001_index_header_1_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_1_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_1_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_1_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_1_nav .head_btn{flex: initial;}
}
#w003_index_hengfu_48 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w003_index_hengfu_48.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w003_index_hengfu_48 .type-a .slide .img_pc{transform: scale(1)!important;}
#w003_index_hengfu_48 .type-c .slide .img_pc{transform:scale(1)!important;}


/* 文字活动区域 */
#w003_index_hengfu_48 .slide .message_box{height: calc( 100% - 160px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w003_index_hengfu_48 .message{display: flex;flex-direction: column;max-width: 100%;}
#w003_index_hengfu_48 .message_box[position="2"] .message,
#w003_index_hengfu_48 .message_box[position="5"] .message,
#w003_index_hengfu_48 .message_box[position="8"] .message{align-items: center;}
#w003_index_hengfu_48 .message_box[position="3"] .message,
#w003_index_hengfu_48 .message_box[position="6"] .message,
#w003_index_hengfu_48 .message_box[position="9"] .message{align-items: flex-end;}


#w003_index_hengfu_48 .message_box[position="2"] .message .name,
#w003_index_hengfu_48 .message_box[position="5"] .message .name,
#w003_index_hengfu_48 .message_box[position="8"] .message .name,
#w003_index_hengfu_48 .message_box[position="2"] .message .brief,
#w003_index_hengfu_48 .message_box[position="5"] .message .brief,
#w003_index_hengfu_48 .message_box[position="8"] .message .brief{text-align: center;}

#w003_index_hengfu_48 .message_box[position="3"] .message .name,
#w003_index_hengfu_48 .message_box[position="6"] .message .name,
#w003_index_hengfu_48 .message_box[position="9"] .message .name,
#w003_index_hengfu_48 .message_box[position="3"] .message .brief,
#w003_index_hengfu_48 .message_box[position="6"] .message .brief,
#w003_index_hengfu_48 .message_box[position="9"] .message .brief{text-align: right;}

#w003_index_hengfu_48 .message_box[position="1"] .message .name,
#w003_index_hengfu_48 .message_box[position="4"] .message .name,
#w003_index_hengfu_48 .message_box[position="7"] .message .name,
#w003_index_hengfu_48 .message_box[position="1"] .message .brief,
#w003_index_hengfu_48 .message_box[position="4"] .message .brief,
#w003_index_hengfu_48 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w003_index_hengfu_48 .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);}
/* 简介样式 */
#w003_index_hengfu_48 .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);}
/* 按钮 */
#w003_index_hengfu_48 .message .addcart,
#w003_index_hengfu_48 .message .view {width: 160px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;padding: 0 16px;margin-top: 30px;pointer-events: all;}
#w003_index_hengfu_48 .message .addcart{margin-right: 20px; 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);}
#w003_index_hengfu_48 .message .view{margin-right: 20px; color: var(--btn_2nd_font_color);background-color: var(--btn_2nd_bg_color);border-radius:var(--btn_2nd_border_radius);border-width: var(--btn_2nd_border_width);border-style: var(--btn_2nd_border_style);border-color: var(--btn_2nd_border_color);}
#w003_index_hengfu_48 .message .addcart:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
#w003_index_hengfu_48 .message .view:hover{color: var(--btn_2nd_hover_color);background-color: var(--btn_2nd_hover_bg_color);border-color: var(--btn_2nd_hover_border_color);}


/* 页数样式 */
#w003_index_hengfu_48 .swiper-pagination-bullets{bottom: 40px;}
#w003_index_hengfu_48 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w003_index_hengfu_48 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w003_index_hengfu_48 .container .swiper-pagination-bullet-active{width: 60px;}
#w003_index_hengfu_48 .swiper-pagination-bullet-active::before{height: 2px;background: var(--hoverColor);opacity: 1;}

@media screen and (max-width: 1024px){
    #w003_index_hengfu_48 .message_box .message .name{font-size: 48px;}
    #w003_index_hengfu_48 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w003_index_hengfu_48{display: none;}
}
#t001_index_about_59 {padding-top: var(--paddingTop);background: #fff;}


#t001_index_about_59 .box {flex-direction: row-reverse;}
#t001_index_about_59 .box .left{padding-bottom: var(--paddingBottom);}

#t001_index_about_59 .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: 30px;}
#t001_index_about_59 .box .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);line-height: var(--font_2nd_line_height);}

#t001_index_about_59 .left .name{font-size: 24px;line-height: 42px;}
#t001_index_about_59 .left .brief{font-size: 16px;color: #666;line-height: 30px;margin:15px 0 80px;}

#t001_index_about_59 .left .ul{}
#t001_index_about_59 .left .ul .li{margin-right: 80px;margin-bottom: 30px;}
#t001_index_about_59 .left .ul .li .num{font-size: 50px;color: var(--numFontColor);font-weight: bold;margin-right: 10px;}
#t001_index_about_59 .left .ul .li .unit{font-size: 20px;color: #333;line-height: 1.8;}
#t001_index_about_59 .left .ul .li .unit_i{font-size: 30px;color: var(--numFontColor);line-height: 1.8;}
#t001_index_about_59 .left .ul .li .tip{font-size: 20px;color: #333;margin-top: 5px;}
#t001_index_about_59 .left .more{font-size: 16px;color: #333;margin-top: 30px;}
#t001_index_about_59 .left .more .more_i{width: 30px; height: 30px;background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 10px;}
#t001_index_about_59 .left .more .more_i > i{font-size: 20px;}

#t001_index_about_59 .right{display: flex;justify-content: flex-end;align-items: center;overflow: hidden;}
#t001_index_about_59 .right .img{position: absolute;left: 0;bottom:0;background: no-repeat bottom/contain;}

@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){
    #t001_index_about_59 .left .more:hover .more_i{background-color: var(--moreBgColor);}
    #t001_index_about_59 .left .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width:1180px) {
    #t001_index_about_59 .box .left{flex: 2;}
    #t001_index_about_59 .box .right{flex: 1;}
}

@media screen and (max-width:750px) {
    #t001_index_about_59 {padding-top: var(--appPaddingTop);}
    #t001_index_about_59 .box{flex-direction: column;}

    #t001_index_about_59 .box .left{padding-bottom: 30px;}
    #t001_index_about_59 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);margin-bottom: 16px;}
    #t001_index_about_59 .box .subtitle{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin-bottom: 20px;}

    #t001_index_about_59 .left .name{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-bottom:25px;}
    #t001_index_about_59 .left .brief{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}

    #t001_index_about_59 .left .ul .li .num{font-size: var(--font-big-S);}
    #t001_index_about_59 .left .ul .li .unit{font-size: var(--font-bri-S);}
    #t001_index_about_59 .left .ul .li .unit_i{font-size: var(--font-txt-S);}
    #t001_index_about_59 .left .ul .li .tip{font-size: var(--font-bri-S);}

    #t001_index_about_59 .right{overflow: initial;padding-bottom: var(--appPaddingBottom);}
    #t001_index_about_59 .right .img{display: none;}
    #t001_index_about_59 .left .more{font-size: var(--font-txt-S);margin-top: 0px;}
    #t001_index_about_59 .left .more .more_i{width: 70px; height: 70px;background: var(--moreBgColor);}
    #t001_index_about_59 .left .more .more_i > i{font-size: var(--font-txt-S);}
}
.w015_index_about_58_wrap {background-color: var(--bgColor);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w015_index_about_58 .text {width: 49%;padding: 90px 0;z-index: 5;}
#w015_index_about_58 .text .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: 20px;}
#w015_index_about_58 .text .title_en {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-bottom: 40px;}
#w015_index_about_58 .text .brief {font-size: 16px;line-height: 1.5;color: #333;margin-bottom: 70px;}
#w015_index_about_58 .text .button {font-size: 16px;line-height: 60px;width: 165px;height: 60px;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);}
#w015_index_about_58 .pic {width: 49%;z-index: 5;}
#w015_index_about_58 .pic .img {margin: 180px 0 190px 43px;}
#w015_index_about_58 .pic .img::before {padding-top: 66.66%;}
#w015_index_about_58 .pic .year {font-size: 200px;line-height: 1;color: #fff;font-weight: bold;z-index: 5;right: 0;bottom: 0;}
#w015_index_about_58 .pic .bg {font-size: 30px;line-height: 1;color: #fff;font-weight: bold;top: 0;bottom: 0;left: 34.64%;right: -999px;background-color: var(--picBgColor);padding: 50px 40px;}


#w015_index_about_58_text {font-size: 370px;line-height: 1;color: #ededed;top: 0;left: -20%;z-index: 1;}


@media (any-hover:hover) {
    #w015_index_about_58 .text .button:hover {box-shadow: 0 0 10px 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);}
}
@media screen and (max-width:1300px) {
    #w015_index_about_58 .text,
    #w015_index_about_58 .pic {width: 90%;margin: 0 auto;}
    #w015_index_about_58 .pic .img {margin: 150px 0;}
}
@media screen and (max-width:750px) {
    .w015_index_about_58_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w015_index_about_58 .text .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w015_index_about_58 .text .title_en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w015_index_about_58 .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w015_index_about_58 .text .button {font-size: var(--font-txt-S);min-width: 240px;height: 80px;border-radius: 40px;line-height: 80px;}
    #w015_index_about_58 .pic .bg {font-size: var(--font-sub-S);}
}
.w006_index_solution_63_wrap{background: #fff url(/module/w006/index/solution/images/spirit.png) no-repeat center/contain; padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width: 751px){
     .w006_index_solution_63_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 上方标题 */
#w006_index_solution_63_title{margin-bottom: 30px;gap: 30px;}
#w006_index_solution_63_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_solution_63_title .subtitle{font-size:16px;line-height: 1.5; color: #ccc; margin-top: 32px;}

#w006_index_solution_63_title.myleft{text-align: left;}
#w006_index_solution_63_title.mycenter{text-align: center;}
#w006_index_solution_63_title.myright{text-align: right;}

@media screen and (max-width:751px) {
    #w006_index_solution_63_title {display: block;}
    #w006_index_solution_63_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_solution_63_title .subtitle{font-size:var(--font-bri-S);line-height: var(--font-bri-L);margin: 30px 0;}
}
/* 结束 */



/* 解决方案电脑端 */
#w006_index_solution_63_solve{border-radius:10px; position: relative; overflow: hidden; margin-top: 88px;font-size: 16px;}
#w006_index_solution_63_solve .li{width: 226px;  transition: .5s;overflow: hidden;background: url() no-repeat right / auto 100%;}
#w006_index_solution_63_solve .li .left{width: 226px; background-color:#F6F6F6;height: 436px; padding-left: 35px; position: relative; transition: .5s;}
#w006_index_solution_63_solve .li .left .ico{width: 80px;height: 100px; margin-top: 78px;}
#w006_index_solution_63_solve .li .left .ico img{max-width:100%; max-height:100%;}
#w006_index_solution_63_solve .li .left .title{font-size: 20px; font-weight: 500;line-height: 1.5;color:#333333}
#w006_index_solution_63_solve .li .left .title_en{opacity: 0.5;font-size: 16px; margin-top: 13px;}
#w006_index_solution_63_solve .li .left .brief{padding-top: 43px;font-weight: 400;line-height: 1.56;color: #f6f6f6;display: none;}
#w006_index_solution_63_solve .li .left .more{position: absolute;  width: 50px; height: 50px;border: 2px solid #333333;opacity: 0.2; border-radius: 50%; bottom:70px; left:35px;}



#w006_index_solution_63_solve .li:nth-child(2n+1) .left{background-color:#F1F1F1;}
#w006_index_solution_63_solve .li:nth-child(n+2)  .left .title{color:#333333}

#w006_index_solution_63_solve .li.cur{width: calc(100% - 226px * 3); }
#w006_index_solution_63_solve .li.cur .left{background: var(--curColor) ; width:270px;}
#w006_index_solution_63_solve .li.cur .left .ico img{display: none; height: 165px;  }
#w006_index_solution_63_solve .li.cur .left .title_en{color:#ffffff;line-height: 1;}
#w006_index_solution_63_solve .li.cur .left .title{color:#ffffff;padding-top: 70px;height: 100px;}
#w006_index_solution_63_solve .li.cur .left .title{margin-top:-196px;}
#w006_index_solution_63_solve .li.cur .left .brief{display: block;margin-right: 38px;width: 191px;max-height: 145px;}
#w006_index_solution_63_solve .li.cur .left .more{border: 1px solid #ccc;background-color: #ffffff;opacity: 1;}






/* 手机端 */
#w006_index_solution_63_solve_mobile{display: none;}
@media screen and (max-width: 751px){
     #w006_index_solution_63_solve{display: none;}

     #w006_index_solution_63_solve_mobile{display:block ;}
     #w006_index_solution_63_solve_mobile .slide{transform:scale(.8); -webkit-transform:scale(.89);height: 800px;width: 600px;position: relative;}
     #w006_index_solution_63_solve_mobile .slide .plan{width: 100%; background: var(--curColor);border-radius: 20px 20px 0 0;padding: 12px 0px;color: #fff;}
     #w006_index_solution_63_solve_mobile .slide .plan .ico{width: 80px;height: 100px;}
     #w006_index_solution_63_solve_mobile .slide .plan .title{font-size: var(--font-txt-S);line-height: var(--font-txt-L); font-weight: 500;flex: 1;text-align: center;padding-right: 80px;}
     #w006_index_solution_63_solve_mobile .slide .plan .title_en{font-size: var(--font-bri-S);display: none;}
     #w006_index_solution_63_solve_mobile .slide .showImg img{height: 100%; width: 100%;}
     #w006_index_solution_63_solve_mobile .slide .brief{padding: 20px; background: #f6f6f6;}
     #w006_index_solution_63_solve_mobile .slide .brief > *{color:#333333;font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: calc(4 * var(--font-txt-L));}

     #w006_index_solution_63_solve_mobile .swiper-container{margin-top: 50px;}
     #w006_index_solution_63_solve_mobile .container .swiper-slide-active,
     #w006_index_solution_63_solve_mobile .container .swiper-slide-duplicate-active{transform:scale(1); -webkit-transform:scale(1);}
}
@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);transform: scale(0.5);border-radius: 400px;-webkit-transform-origin: 50% 40%;transform-origin: 50% 40%;width: 0;height: 0;top: 61px;
    }
    100% {
        -webkit-transform: scale(1);transform: scale(1);border-radius: 0;-webkit-transform-origin: 50% 40%;transform-origin: 50% 40%;width: 100%;height: 100%;top: 0;right: 0;
    }
}
@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);transform: scale(0.5);border-radius: 400px;-webkit-transform-origin: 50% 40%;transform-origin: 50% 40%;width: 0;height: 0;top: 61px;
    }
    100% {
        -webkit-transform: scale(1);transform: scale(1);border-radius: 0;-webkit-transform-origin: 50% 40%;transform-origin: 50% 40%;width: 100%;height: 100%;top: 0;right: 0;
    }
}
@-webkit-keyframes scale-down-center {    
    0% {-webkit-transform: scale(1);transform: scale(1);border-radius: 0;width: 100%;height: 100%;top: 0;right: 0;}
    100% {-webkit-transform: scale(0.5);transform: scale(0.5);border-radius: 400px;width: 0;height: 0;top: 61px;right: 50%;}
}
@keyframes scale-down-center {
	0% {-webkit-transform: scale(1);transform: scale(1);border-radius: 0;width: 100%;height: 100%;top: 0;right: 0;}
    100% {-webkit-transform: scale(0.5);transform: scale(0.5);border-radius: 400px;width: 0;height: 0;top: 61px;right: 50%;}
}

#w031_index_team_65{padding:var(--paddingTop) 0 var(--paddingBottom);overflow:hidden;}
#w031_index_team_65 .top{width:100%;margin-bottom:80px;}
#w031_index_team_65 .top .left{max-width: 460px;}
#w031_index_team_65 .top .left .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);}
#w031_index_team_65 .top .left .brief{margin-top: 20px;color: #666;font-size: 14px;line-height: 26px;}
#w031_index_team_65 .top .right{gap: 45px;}
#w031_index_team_65 .top .right .pn{width: 63px;height: 63px;border-radius: 100%;background-color: transparent;border: 1px solid rgba(0, 0, 0, 0.2);color: #666;font-size: 20px;font-weight: 600;}
#w031_index_team_65 .top .right .pn.swiper-button-disabled {opacity: 0.5;}
#w031_index_team_65 .top .right .pn:hover {background-color: var(--hoverColor);border-color: var(--hoverColor);color: #fff;}

#w031_index_team_65.myleft .top{}
#w031_index_team_65.myright .top{text-align: right;flex-direction: row-reverse;}
#w031_index_team_65.mycenter .top{text-align: center;align-items:center;justify-content:center;flex-direction:column;gap:20px;}


#w031_index_team_65 .container{overflow:visible;}
#w031_index_team_65 .container .slide{box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);display:block;background-color:#f7f7f7;padding:50px 30px;transition: all 0.36s ease;position:relative;}
#w031_index_team_65 .container .slide:before{content: '';width: 63px;height: 63px;background-color: var(--hoverColor);position: absolute;top: calc(56px + (10.67vw) / 2);right: 50%;transform: translate(50%, -50%);border-radius: 100px;}
#w031_index_team_65 .container .slide:nth-child(2n){margin-top:50px;}
#w031_index_team_65 .container .slide .pic{width:54%;margin:0 auto;}
#w031_index_team_65 .container .slide .pic .img{width:100%;padding-top:100%;border-radius:50%;background-color:#fff;}
#w031_index_team_65 .container .slide .info{width:100%;margin-top:50px;text-align:center;position:relative;z-index:2;}
#w031_index_team_65 .container .slide .info .name{font-size: 18px;transition: all 0.36s ease;color: #333;line-height:30px;font-weight:bold;}
#w031_index_team_65 .container .slide .info .job{margin-bottom:50px;color:#9fa0a0;line-height:24px;font-size: 14px;transition: all 0.36s ease;}
#w031_index_team_65 .container .slide .info .btn{width: 63px;height: 63px;border-radius: 100%;margin: 0 auto;transition: all 0.36s ease;transform: rotateZ(-45deg);font-size: 20px;font-weight: 600;color: #666;}

#w031_index_team_65 .container .slide:hover{box-shadow: 0px 22px 43px 0px rgba(255, 115, 39, 0.26);}
#w031_index_team_65 .container .slide:hover:before{width:100%;height:100%;-webkit-animation: scale-up-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation: scale-up-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;}
#w031_index_team_65 .container .slide:not(:hover):before {-webkit-animation: scale-down-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation: scale-down-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;}
#w031_index_team_65 .container .slide:hover .info .name{color:#fff;}
#w031_index_team_65 .container .slide:hover .info .job{color:rgba(255, 255, 255, 0.5);}
#w031_index_team_65 .container .slide:hover .info .btn{color: #fff;transform: rotate(0);}
@media screen and (max-width: 1280px){
    #w031_index_team_65 .container .slide .pic{width:70%;}
}
@media screen and (max-width: 751px){
    #w031_index_team_65{padding:var(--appPaddingTop) 0 var(--appPaddingBottom);}
    #w031_index_team_65 .top{display:block;margin-bottom:50px;}
    #w031_index_team_65 .top .left{max-width:100%;margin-bottom:20px;}
    #w031_index_team_65 .top .left .brief{font-size:var(--font-bri-S);line-height:1.6;}
    #w031_index_team_65 .top .right .pn{margin:0 30px 0 0;}
    #w031_index_team_65 .container .slide:nth-child(2n){margin:0;}
    #w031_index_team_65 .container .slide .info .name{font-size:var(--font-sma-S);line-height:1.6;}
    #w031_index_team_65 .container .slide .info .job{font-size:var(--font-bri-S);line-height:1.6;margin-bottom:30px;}
}
#temp_d_cry_hf_advan_66{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}
@media screen and (max-width:750px) {
	#temp_d_cry_hf_advan_66{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#temp_d_cry_hf_advan_66 .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);}
#temp_d_cry_hf_advan_66 .brief{font-size: var(--brief_ft_px);color: var(--brief_ft_color);font-weight: var(--brief_ft_font_weight);font-style: var(--brief_ft_font_style);line-height: var(--brief_ft_line_height);margin-top: 10px;}
#temp_d_cry_hf_advan_66 .content{margin-top: 78px;}
#temp_d_cry_hf_advan_66 .content .item{margin: 0 62px;}
#temp_d_cry_hf_advan_66 .content .item .icon{width: 60px;height: 60px;}
#temp_d_cry_hf_advan_66 .content .item .text{width: calc(100% - 71px);margin-left: 11px;}
#temp_d_cry_hf_advan_66 .content .item .text .data{font-size: 21px;color: #121933;line-height: 1;display: flex;align-items: flex-start;}
#temp_d_cry_hf_advan_66 .content .item .text .data span{font-size: 32px;}
#temp_d_cry_hf_advan_66 .content .item .text .tit{font-size: 12px;color: #121933;margin-top: 5px;}

#temp_d_cry_hf_advan_66.myleft .title,
#temp_d_cry_hf_advan_66.myleft .brief{text-align:left;}
#temp_d_cry_hf_advan_66.myright .title,
#temp_d_cry_hf_advan_66.myright .brief{text-align:right;}
#temp_d_cry_hf_advan_66.mycenter .title,
#temp_d_cry_hf_advan_66.mycenter .brief{text-align:center;}

#temp_d_cry_hf_advan_66 .content.flex-left .item:first-child{margin-left: 0;}
#temp_d_cry_hf_advan_66 .content.flex-right .item:last-child{margin-right: 0;}
/* #temp_d_cry_hf_advan_66 .content.flex-center .item{margin: 0 62px;} */

@media (any-hover: hover) {
	#temp_d_cry_hf_advan_66 .content .item:hover .icon{transform: translateY(-20px);}
}
@media(max-width: 1366px){
	#temp_d_cry_hf_advan_66 .content .item{margin: 0 45px;}
}
@media(max-width: 1280px){
	#temp_d_cry_hf_advan_66 .content .item{margin: 0 30px;}
}
@media(max-width: 1024px){
	#temp_d_cry_hf_advan_66 .content{flex-wrap: wrap;}
	#temp_d_cry_hf_advan_66 .content .item{width: 50%;margin: 0 0 30px;padding: 0 20px;}
	#temp_d_cry_hf_advan_66 .content .item .text .data span{font-size: 26px;}
}
@media(max-width: 750px){
	#temp_d_cry_hf_advan_66 .brief{font-size: var(--font-txt-S);line-height: 1.6;}
	#temp_d_cry_hf_advan_66 .content{margin-top: 50px;}
	#temp_d_cry_hf_advan_66 .content .item{width: 50%;padding: 0 30px 0 0;margin-bottom: 50px;}
	#temp_d_cry_hf_advan_66 .content .item .icon{width: 80px;height: 80px;}
	#temp_d_cry_hf_advan_66 .content .item .text{width: calc(100% - 100px);margin-left: 20px;}
	#temp_d_cry_hf_advan_66 .content .item .text .data{font-size: var(--font-sma-S);}
	#temp_d_cry_hf_advan_66 .content .item .text .data span{font-size: var(--font-sub-S);}
	#temp_d_cry_hf_advan_66 .content .item .text .tit{font-size: var(--font-bri-S);margin-top: 15px;}
}

.w028_index_industry_4_wrap{padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);}

@media screen and (max-width: 751px){
    .w028_index_industry_4_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


/* 轮播图部分 */
#w028_index_industry_4_decoration .box{width:1560px;display: flex;justify-content: space-between;position: absolute;top:45%;left: 50%;transform: translate(-50%,-50%);z-index: 5;opacity:1;pointer-events: none;}
#w028_index_industry_4_decoration .box i{font-size: 16px;}
#w028_index_industry_4_decoration .box .prev,
#w028_index_industry_4_decoration .box .next{pointer-events: visible;border: 1px solid #eaeaea;background-color: #fff;width: 50px;height: 50px;border-radius: 50%;transition: 0.3s;}

#w028_index_industry_4_decoration .h1 .bri{left: 0;bottom: 0;width: 45%;padding: 0px 0px 60px 90px;}
#w028_index_industry_4_decoration .h1 .bri .name{font-size: 30px; font-weight: 500;margin-bottom: 33px;color:#fff}
#w028_index_industry_4_decoration .h1 .bri .brief{font-size: 16px;font-weight: 400;line-height: 1.8;color:#fff}

#w028_index_industry_4_decoration .h1 .showImg{height:100%;width: 100%;;transition:0.75s;}


/* 轮播图特殊部分 */
#w028_index_industry_4_decoration{display:block;}

#w028_index_industry_4_decoration .container .slide{width:1400px;height: 700px;position: relative;}
#w028_index_industry_4_decoration .container .swiper-slide-active .box{opacity: 1;}

#w028_index_industry_4_decoration .page_show{margin-top: 40px;text-align: center;height: 20px;}
#w028_index_industry_4_decoration .page_show .swiper-pagination-bullet{margin: 0 10px;position: relative;width: 6px;height: 6px;background-color: #afb0b4;opacity: 1;position: relative;transition: 0.3s;}
#w028_index_industry_4_decoration .page_show .swiper-pagination-bullet-active{background-color: var(--hoverColor);width: 10px;height: 10px;}



@media (any-hover: hover){
    #w028_index_industry_4_decoration .box .prev:hover{background-color:var(--hoverColor);border-color: var(--hoverColor);}
    #w028_index_industry_4_decoration .box .next:hover{background-color:var(--hoverColor);border-color: var(--hoverColor);}
    #w028_index_industry_4_decoration .box .prev:hover .left{color: #fff;}
    #w028_index_industry_4_decoration .box .next:hover .rightt{color:#fff}
}

@media screen and (max-width:1250px){
    #w028_index_industry_4_decoration .container .slide{width: 92%;}
}

@media screen and (max-width:1200px){
    #w028_index_industry_4_decoration .box{opacity:0}
}


@media screen and (max-width: 751px){
    #w028_index_industry_4_decoration .container .slide{width: 90%;height: 500px;}

    #w028_index_industry_4_decoration .h1 .bri{padding: 0 20px 20px 20px;width: 100%;}
    #w028_index_industry_4_decoration .h1 .bri .name{font-size: var(--font-sma-S); }
    #w028_index_industry_4_decoration .h1 .bri .brief{font-size: var(--font-txt-S);line-height: var(--font-sub-S);}

}
/* 结束 */
.temp_wcb_footer_footer04_8_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_8_footer_wrap{padding-top: var(--appPaddingTop);}
}


.temp_wcb_footer_footer04_8_guild {display: grid;grid-template-columns: auto 370px;gap: 0 30px;}
#temp_wcb_footer_footer04_8_nav{display: flex;flex-wrap: wrap;gap: 40px 100px;}
#temp_wcb_footer_footer04_8_nav .dl .dt{font-size: 18px;line-height: 1;margin-bottom: 36px;font-weight: bold;}
#temp_wcb_footer_footer04_8_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_8_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_8_guild{display: block;padding-top: 0px;}
    #temp_wcb_footer_footer04_8_nav{display: none;}
}


#temp_wcb_footer_footer04_8_nav_app{display: none;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_8_nav_app{display: block;margin-bottom: 60px;}
    #temp_wcb_footer_footer04_8_nav_app .dl{color: var(--font_color_2);}
    #temp_wcb_footer_footer04_8_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_8_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #temp_wcb_footer_footer04_8_nav_app .dl .dt.cur > i{transform: rotateZ(90deg);}
    /* 展开项 */
    #temp_wcb_footer_footer04_8_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_8_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_8_third .title{margin-bottom: 30px;font-size: 18px;line-height: 1;font-weight: bold;color: var(--font_color_1);}
#temp_wcb_footer_footer04_8_third .phone{color: var(--numColor);font-size: 16px;font-weight: bold;line-height: 1.5;margin-bottom: 24px;}
#temp_wcb_footer_footer04_8_third .phone span{font-size: 28px;}
#temp_wcb_footer_footer04_8_third .list{display: flex;flex-wrap: wrap;gap: 10px 40px;margin-top: 30px;}
#temp_wcb_footer_footer04_8_third .qr .img{width: 120px;height: 120px;overflow: hidden;}
#temp_wcb_footer_footer04_8_third .qr .img img{max-width: 100%;max-height: 100%;}
#temp_wcb_footer_footer04_8_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_8_third{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_footer_footer04_8_third .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}

    #temp_wcb_footer_footer04_8_third .phone{font-size: var(--font-bri-S);line-height: var(--font-bri-L);margin-bottom: 10px;}
    #temp_wcb_footer_footer04_8_third .phone span{font-size: var(--font-sma-S);line-height: var(--font-sma-L);}

    #temp_wcb_footer_footer04_8_third .qr .img{width: 240px;height: 240px;}
    #temp_wcb_footer_footer04_8_third .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}



#temp_wcb_footer_footer04_8_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#temp_wcb_footer_footer04_8_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#temp_wcb_footer_footer04_8_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_8_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#temp_wcb_footer_footer04_8_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_8_copyright > *{gap: 10px 20px;flex-wrap: wrap;}
#temp_wcb_footer_footer04_8_copyright > * > *{display: flex;align-items: center;flex-wrap: wrap;gap: 10px 20px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_8_copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}