
.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;}
}
#w005_index_hengfu_3 .slide{}
#w005_index_hengfu_3 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w005_index_hengfu_3.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w005_index_hengfu_3 .type-a .slide .img_pc{transform: scale(1)!important;}
#w005_index_hengfu_3 .type-c .slide .img_pc{transform:scale(1)!important;}


#w005_index_hengfu_3 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
#w005_index_hengfu_3 .message{display: flex;flex-direction: column;overflow: hidden;}
#w005_index_hengfu_3 .message_box[position="2"] .message,
#w005_index_hengfu_3 .message_box[position="5"] .message,
#w005_index_hengfu_3 .message_box[position="8"] .message{align-items: center;}
#w005_index_hengfu_3 .message_box[position="3"] .message,
#w005_index_hengfu_3 .message_box[position="6"] .message,
#w005_index_hengfu_3 .message_box[position="9"] .message{align-items: flex-end;}


#w005_index_hengfu_3 .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);}
#w005_index_hengfu_3 .message .brief{margin: 30px 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);}


#w005_index_hengfu_3 .swiper-pagination-bullets{bottom: 40px;}
#w005_index_hengfu_3 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w005_index_hengfu_3 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w005_index_hengfu_3 .container .swiper-pagination-bullet-active{width: 60px;}
#w005_index_hengfu_3 .swiper-pagination-bullet-active::before{height: 2px;background: var(--mainColor);opacity: 1;}


@media screen and (max-width: 1024px){
    #w005_index_hengfu_3 .message_box .message .name{font-size: .48rem;}
    #w005_index_hengfu_3 .message_box .message .brief{font-size: 22px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w005_index_hengfu_3{display: none;}
}
#w023_index_about_4 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: url('/module/w023/index/about/images/about.jpg') none center/cover;}
@media screen and (max-width:750px) {
    #w023_index_about_4 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w023_index_about_4 {color: #222;text-align: center;}
#w023_index_about_4 .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);}
#w023_index_about_4 .line{width: 2px;height: 40px;background: #222;margin-top: 16px;}
#w023_index_about_4 .brief{font-size: 30px;line-height: 1.6;margin-top: 30px;}
#w023_index_about_4 .list{display: flex;flex-wrap: wrap;gap: 20px 60px;margin-top: 50px;justify-content: center;}
#w023_index_about_4 .list .num{font-size: 50px;color: var(--numColor);}
#w023_index_about_4 .list .unit{font-size: 16px;color: var(--numColor);margin: 5px 0 0 5px;}
#w023_index_about_4 .list .tip{font-size: 16px;margin-top: 10px;}
#w023_index_about_4 .btn{min-width: 180px;height: 54px;font-size: 16px;margin-top: 80px;transition: .3s;padding: 0 16px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}

#w023_index_about_4 .btn:hover{border-radius: 0px;}

@media screen and (max-width:750px) {
    #w023_index_about_4 .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w023_index_about_4 .brief{font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w023_index_about_4 .list .num{font-size: var(--font-big-S);}
    #w023_index_about_4 .list .unit{font-size: var(--font-txt-S);}
    #w023_index_about_4 .list .tip{font-size: var(--font-sma-S);}
    #w023_index_about_4 .list .li{width: 100%;}
    #w023_index_about_4 .btn{min-width: 240px;height: 80px;font-size: var(--font-txt-S);border-radius: 60px 0 60px 0;}
}
#w023_index_video_5{position: relative;}
#w023_index_video_5 .video{object-fit:cover;height: 56.25vw;width: 100%;max-height: 900px;background: #000;}

#w023_index_video_5 .post{}
#w023_index_video_5 .post img{width: 100%;min-height: 400px;}

#w023_index_video_5 .btns{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: .3s;}
#w023_index_video_5 .btns.cur{opacity: 0;cursor: default;}

#w023_index_video_5 .btns .title{text-align: center;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: 50px;}
#w023_index_video_5 .btns .btn{color: #fff;width: 140px;height: 140px;border-radius: 50%;cursor: pointer;font-size: 16px;position: relative;transition: .3s;}
#w023_index_video_5 .btns .btn::before{content: '';display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;border-radius: 50%;background: rgba(0,0,0,0.4);transition: .3s;}
#w023_index_video_5 .btns .btn_i{font-size: 30px;transform: translateX(3px);margin-bottom: 10px;}

#w023_index_video_5 .btns .btn:hover::before{left: -10px;right: -10px;top: -10px;bottom: -10px;opacity: 0;}
#w023_index_video_5 .btns .btn:hover{background: #fff;color: #333;}

@media only screen and (max-width: 750px) {
    /* #w023_index_video_5 .video{height: 50vw;} */

    #w023_index_video_5 .btns .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w023_index_video_5 .btns .btn{font-size: var(--font-txt-S);width: 150px;height: 150px;}
    #w023_index_video_5 .btns .btn_i{font-size: var(--font-sub-S);}
}
.w023_index_products_6 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: rgba(0, 0, 0, .2);overflow: hidden;background: url('/module/w023/index/products/images/bg.jpg') no-repeat center/cover;}
@media screen and (max-width:750px) {
    .w023_index_products_6 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}



#w023_index_products_6_text{color: #222;text-align: center;}
#w023_index_products_6_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);}
#w023_index_products_6_text .line{width: 2px;height: 40px;background: #222;margin-top: 16px;}
#w023_index_products_6_text .btns{display: flex;flex-wrap: wrap;gap: 30px;margin-top: 40px;}
#w023_index_products_6_text .btns .li{font-size: 16px;line-height: 1.875;transition: .3s;cursor: pointer;position: relative;}
#w023_index_products_6_text .btns .li::before{content: '';display: block;height: 2px;position: absolute;bottom: 0;left: 0;right: 100%;background: #ccc;transition: .3s;}

#w023_index_products_6_text .btns .li.cur{color: var(--hoverColor);}
#w023_index_products_6_text .btns .li.cur::before{right: 0;background: var(--hoverColor);}
#w023_index_products_6_text .btns .li:hover{color: var(--hoverColor);}
#w023_index_products_6_text .btns .li:hover:before{right: 0;background: var(--hoverColor);}

@media screen and (max-width:750px) {
    #w023_index_products_6_text .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w023_index_products_6_text .btns{justify-content: center;gap: 20px 40px;display: none;}
    #w023_index_products_6_text .btns .li{font-size: var(--font-txt-S);}
}

.list_app{display: none;}

#w023_index_products_6_bind{position: relative;margin-top: 50px;}
#w023_index_products_6_bind .container{padding-bottom: 100px;}
#w023_index_products_6_bind .container .slide{transition: .3s;}
#w023_index_products_6_bind .container .slide .img{padding-top: 80%;position: relative;transition: .3s;}
#w023_index_products_6_bind .container .slide .img img{position: absolute;top: 0;left: 50%;transform: translateX(-50%);}

#w023_index_products_6_bind .container .swiper-slide-active .img{padding-top: 100%;}

#w023_index_products_6_bind .swiper-slide-prev{transform: translateY(50px);}
#w023_index_products_6_bind .swiper-slide-prev .img{transform: rotateZ(-15deg);}

#w023_index_products_6_bind .swiper-slide-next{transform: translateY(50px);}
#w023_index_products_6_bind .swiper-slide-next .img{transform: rotateZ(15deg);}


/* 图片轮播 */
#w023_index_products_6_bind .ul{position: relative;width: 100%;height: 100px;}
#w023_index_products_6_bind .ul .li{position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);max-width: 80%;}
#w023_index_products_6_bind .ul .li .cate{font-size: 16px;color: #777;margin-bottom: 16px;overflow: hidden;}
#w023_index_products_6_bind .ul .li .name{font-size: 24px;color: #222;margin-bottom: 36px;overflow: hidden;max-width: 100%;}
#w023_index_products_6_bind .ul .li .more{width: 180px;height: 54px;font-size: 16px;margin: 0 auto;transition: .3s; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w023_index_products_6_bind .ul .li .more:hover{border-radius: 0;}


/* 效果 */
#w023_index_products_6_bind .ul .li .cate span,
#w023_index_products_6_bind .ul .li .name span{transform: translateY(-120%);transition: .5s;display: block;max-width: 100%;}

#w023_index_products_6_bind .ul .li.cur{z-index: 1;}
#w023_index_products_6_bind .ul .li.cur .cate span,
#w023_index_products_6_bind .ul .li.cur .name span{transform: translateY(0);}

@media screen and (max-width:750px) {
    #w023_index_products_6_bind{position: relative;margin-top: 20px;}
    #w023_index_products_6_bind .ul .li .cate{font-size: var(--font-bri-S);}
    #w023_index_products_6_bind .ul .li .name{font-size: var(--font-txt-S) ;}
    #w023_index_products_6_bind .ul .li .more{min-width: 240px;height: 80px;font-size: var(--font-txt-S);border-radius: 60px 0 60px 0;}

    .list_app {width: 100%;position: relative;display: block;z-index: 3;padding: 30px 0;}
	.list_app > * {background: #fff;color: #333;}
    .list_app .menu{font-size: var(--font-sma-S);height: 100px;font-weight: var(--font-sma-B);background: #fff;padding: 0px 10px;position: relative;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);}
    .list_app .menu_i{font-size: var(--font-txt-S);position: absolute;right: 35px;top: 50%;transform: translateY(-50%);transition: .3s;}
    .list_app .menu.cur .menu_i{transform: translateY(-50%) rotateZ(90deg);}

    .list_app .ul{position: absolute;top: 100px;left: 0;right: 0;background: #fff;}
    .list_app .li{height: 100px;font-size: var(--font-txt-S);padding: 18px;}
    .list_app .li.cur{color:  var(--curColor);}
}




#w023_index_products_6_bind .page{width: 90%;position: absolute;left: 5%;bottom: 5%;display: flex;align-items: center;justify-content: space-between;z-index: 2;pointer-events: none;}
#w023_index_products_6_bind .page > *{width: 60px;height: 60px;border-radius: 50%; border: 1px solid #E5E5E5;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 30px;pointer-events: all;}
#w023_index_products_6_bind .page .prev{transform: rotateZ(-10deg);}
#w023_index_products_6_bind .page .next{transform: rotateZ(10deg);}

@media screen and (max-width:750px) {
    #w023_index_products_6_bind .page > *{width: 100px;height: 100px;font-size: var(--font-sub-S);}
}
.w023_index_solution_7{margin-top: var(--paddingTop);margin-bottom: var(--paddingBottom);overflow: hidden;}
@media screen and (max-width:750px) {
    .w023_index_solution_7{margin-top: var(--appPaddingTop);margin-bottom: var(--appPaddingBottom);}
}

#w023_index_solution_7_ul{display: flex;height: 950px;overflow: hidden;position: relative;width: 120%;margin-left: -10%;}
#w023_index_solution_7_ul .li{flex: 1 1 33.333%;display: block;transition: .5s;}
#w023_index_solution_7_ul .li_wrap{width: 100%;height: 160%;overflow: hidden;position: relative;top: 50%;transform:translateY(-50%) rotate(10.15deg);transform-origin: center;}
#w023_index_solution_7_ul .li_wrap_bg{position: absolute; top: 0; left: 50%; width: 110vw; height: 100%; transform: translate(-50%,0) rotate(-10.15deg); transform-origin: center;background: url() no-repeat center/cover;}
#w023_index_solution_7_ul .li_wrap_bg::before{display: block;content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0, 0, 0, 0.2);opacity: 0;transition: .5s;}

#w023_index_solution_7_ul .li:first-child .li_wrap_bg{background-position: left;}
#w023_index_solution_7_ul .li:last-child .li_wrap_bg{background-position: right;}

#w023_index_solution_7_ul .li_wrap_bg .text{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;color: #fff;display: flex;flex-direction: column;justify-content: center;align-items: center;}

#w023_index_solution_7_ul .li_wrap_bg .text .at_1{}
#w023_index_solution_7_ul .li_wrap_bg .text .at_1 .title{font-size: 40px;}
#w023_index_solution_7_ul .li_wrap_bg .text .at_1 .line{width: 2px; height: 0px; background: #fff;margin: 20px auto 0;}
#w023_index_solution_7_ul .li_wrap_bg .text .at_2{opacity: 0;transform: translateY(100px);height: 300px;}
#w023_index_solution_7_ul .li_wrap_bg .text .at_2 .subtitle{font-size: 30px;}
#w023_index_solution_7_ul .li_wrap_bg .text .at_2 .subbrief{font-size: 16px;line-height: 1.875;margin-top: 30px;}

#w023_index_solution_7_ul .li.cur{flex: 1 0 70%;}
#w023_index_solution_7_ul .li.cur .li_wrap_bg::before{opacity: 1;}
#w023_index_solution_7_ul .li.cur .li_wrap_bg .text .at_1{transform: translateY(-200px);}
#w023_index_solution_7_ul .li.cur .li_wrap_bg .text .line{height: 40px;}
#w023_index_solution_7_ul .li.cur .li_wrap_bg .text .at_2{transform: translateY(0);opacity: 1;}

@media screen and (max-width:750px) {
    #w023_index_solution_7_ul{display: none;}
}










#w023_index_solution_7_swi{display: none;}
#w023_index_solution_7_swi .slide{}
#w023_index_solution_7_swi .slide .text {background: url() no-repeat center/cover;padding: 80px 60px;color: #fff;}
#w023_index_solution_7_swi .slide .text .title{font-size: var(--font-sub-S);margin-bottom: 40px;}
#w023_index_solution_7_swi .slide .text .subtitle{font-size: var(--font-sma-S);}
#w023_index_solution_7_swi .slide .text .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-top: 30px;}

#w023_index_solution_7_swi .swiper-scrollbar{}
#w023_index_solution_7_swi .swiper-scrollbar-drag{background: #fff;}

@media screen and (max-width:750px) {
    #w023_index_solution_7_swi{display: block;}
}
.w023_index_news_8_wrap {background:#e1e1e1 url() no-repeat 0/cover;}
#w023_index_news_8 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w023_index_news_8 .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: 80px;}

#w023_index_news_8.myleft .title{text-align: left;}
#w023_index_news_8.myright .title{text-align: right;}
#w023_index_news_8.mycenter .title{text-align: center;}

#w023_index_news_8 .list {display: grid;grid-template-columns: repeat(2,calc((100% - 60px)/2));gap: 60px;margin-bottom: 190px;}
#w023_index_news_8 .list .li .img {width: 89.35%;background: #ccc;}
#w023_index_news_8 .list .li .img::before {padding-top: 56.4%;}
#w023_index_news_8 .list .li .text {width: 89.35%;right: 0;bottom: -28.2%;background-color: #fff;padding: 60px;}
#w023_index_news_8 .list .li .text .msg {border-bottom: 1px solid transparent;}
#w023_index_news_8 .list .li .text .msg .name {font-size: 20px;line-height: 1;color: #222;font-weight: bold;}
#w023_index_news_8 .list .li .text .msg .brief {font-size: 16px;line-height: 1.875;color: #777;margin-top: 20px;height: 60px;}
#w023_index_news_8 .list .li .text .time {height: 0;color: transparent;}
#w023_index_news_8 .button {font-size: 16px;width: 180px;height: 54px;margin: 0 auto;padding: 0 16px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}

@media (any-hover:hover) {
    #w023_index_news_8 .list .li:hover .text {padding-bottom: 40px;box-shadow: 10px 10px 15px 1px rgba(0, 0, 0, .07);}
    #w023_index_news_8 .list .li:hover .text .msg {border-bottom: 1px solid #e5e5e5;}
    #w023_index_news_8 .list .li:hover .text .msg .brief {margin-bottom: 30px;}
    #w023_index_news_8 .list .li:hover .text .time {font-size: 30px;line-height: 1;color: #777;padding-top: 40px;height: 70px;}
    #w023_index_news_8 .button:hover {border-radius: 0;}
}
@media screen and (max-width:1200px) {
    #w023_index_news_8 .list {grid-template-columns:100%;margin-bottom: 60px;}
    #w023_index_news_8 .list .li .img {width: 100%;}
    #w023_index_news_8 .list .li .text {width: 100%;position: relative;bottom: 0;padding-bottom: 40px;}
    #w023_index_news_8 .list .li .text .msg {border-bottom: 1px solid #e5e5e5;}
    #w023_index_news_8 .list .li .text .msg .brief {margin-bottom: 30px;}
    #w023_index_news_8 .list .li .text .time {font-size: 30px;line-height: 1;color: #777;padding-top: 40px;height: 70px;}
}
@media screen and (max-width:750px) {
    #w023_index_news_8 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w023_index_news_8 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w023_index_news_8 .list .li .text .msg .name {font-size: var(--font-sma-S);}
    #w023_index_news_8 .list .li .text .msg .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: calc(var(--font-txt-L)*2);}
    #w023_index_news_8 .list .li .text .time {font-size: var(--font-sub-S);}
    #w023_index_news_8 .list .li:hover .text .time {font-size: var(--font-sub-S);}
    #w023_index_news_8 .button {font-size: var(--font-txt-S);width: 240px;height: 80px;border-radius: 60px 0 60px 0;}
}

.temp_wcb_footer_footer04_2_footer_wrap{background: var(--bg_color);color: var(--font_color_1);padding-top: var(--paddingTop);overflow: hidden;}
@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_2_footer_wrap{padding-top: var(--appPaddingTop);}
}


.temp_wcb_footer_footer04_2_guild {display: grid;grid-template-columns: auto 370px;gap: 0 30px;}
#temp_wcb_footer_footer04_2_nav{display: flex;flex-wrap: wrap;gap: 40px 100px;}
#temp_wcb_footer_footer04_2_nav .dl .dt{font-size: 18px;line-height: 1;margin-bottom: 36px;font-weight: bold;}
#temp_wcb_footer_footer04_2_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_2_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_2_guild{display: block;padding-top: 0px;}
    #temp_wcb_footer_footer04_2_nav{display: none;}
}


#temp_wcb_footer_footer04_2_nav_app{display: none;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_2_nav_app{display: block;margin-bottom: 60px;}
    #temp_wcb_footer_footer04_2_nav_app .dl{color: var(--font_color_2);}
    #temp_wcb_footer_footer04_2_nav_app .dl .dt{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 20px 0;border-bottom: 1px solid rgba(255, 255, 255,0.2);}
    #temp_wcb_footer_footer04_2_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #temp_wcb_footer_footer04_2_nav_app .dl .dt.cur > i{transform: rotateZ(90deg);}
    /* 展开项 */
    #temp_wcb_footer_footer04_2_nav_app .dd .a{color: var(--font_color_2);font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 20px 0;padding-left: 15px;border-bottom: 1px solid rgba(255, 255, 255,0.2);}
}

#temp_wcb_footer_footer04_2_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_2_third .title{margin-bottom: 30px;font-size: 18px;line-height: 1;font-weight: bold;color: var(--font_color_1);}
#temp_wcb_footer_footer04_2_third .phone{color: var(--numColor);font-size: 16px;font-weight: bold;line-height: 1.5;margin-bottom: 24px;}
#temp_wcb_footer_footer04_2_third .phone span{font-size: 28px;}
#temp_wcb_footer_footer04_2_third .list{display: flex;flex-wrap: wrap;gap: 10px 40px;margin-top: 30px;}
#temp_wcb_footer_footer04_2_third .qr .img{width: 120px;height: 120px;overflow: hidden;}
#temp_wcb_footer_footer04_2_third .qr .img img{max-width: 100%;max-height: 100%;}
#temp_wcb_footer_footer04_2_third .qr .tip{font-size: 16px;color: var(--font_color_2);margin-top: 12px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_2_third{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_footer_footer04_2_third .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}

    #temp_wcb_footer_footer04_2_third .phone{font-size: var(--font-bri-S);line-height: var(--font-bri-L);margin-bottom: 10px;}
    #temp_wcb_footer_footer04_2_third .phone span{font-size: var(--font-sma-S);line-height: var(--font-sma-L);}

    #temp_wcb_footer_footer04_2_third .qr .img{width: 240px;height: 240px;}
    #temp_wcb_footer_footer04_2_third .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}



#temp_wcb_footer_footer04_2_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#temp_wcb_footer_footer04_2_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#temp_wcb_footer_footer04_2_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_2_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#temp_wcb_footer_footer04_2_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_2_copyright > *{gap: 10px 20px;flex-wrap: wrap;}
#temp_wcb_footer_footer04_2_copyright > * > *{display: flex;align-items: center;flex-wrap: wrap;gap: 10px 20px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_2_copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}