
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/


#temp_wcb_header_header03_19_nav{}
#temp_wcb_header_header03_19_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 #temp_wcb_header_header03_19_nav .head{border-bottom-color: rgba(255, 255, 255, 0.2);box-shadow: none;color: #fff;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_19_nav .head{color: #333;}


/* 背景色 */
#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部分 */
#temp_wcb_header_header03_19_nav .weblogo{height: 100%;overflow: hidden;transition: .3s;}
#temp_wcb_header_header03_19_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#temp_wcb_header_header03_19_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #temp_wcb_header_header03_19_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #temp_wcb_header_header03_19_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_19_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_19_nav .weblogo .logo_b{display: block;}


/* 按钮部分 */
#temp_wcb_header_header03_19_nav .head_btn{display: flex;align-items: center;font-size: 16px;transition: .3s;}
#temp_wcb_header_header03_19_nav .head_btn > *{padding: 10px 15px;}
#temp_wcb_header_header03_19_nav .head_btn > *:last-child{padding-right: 0;}
#temp_wcb_header_header03_19_nav .head_btn > * > i{font-size: 20px;}
#temp_wcb_header_header03_19_nav .head_btn .language i{margin-right: 6px;}



/* 移动端菜单按钮 */
#temp_wcb_header_header03_19_nav .head_menu{display: flex;}
#temp_wcb_header_header03_19_nav .head_menu .menu{display: block;padding: 30px 20px;position: relative;cursor: pointer;margin-left: -20px;}
#temp_wcb_header_header03_19_nav .head_menu .span{transition: .3s;transform-style: preserve-3d;width: 40px;height: 20px;line-height: 20px;margin-left: -14px;}
#temp_wcb_header_header03_19_nav .head_menu .span > *{position: absolute;left: 0;bottom: 0;right: 0;top: 0;text-align: center;}
#temp_wcb_header_header03_19_nav .head_menu .span_m{transform: translateZ(10px);}
#temp_wcb_header_header03_19_nav .head_menu .span_c{transform: rotateX(-90deg) translateZ(10px);}
#temp_wcb_header_header03_19_nav .head_menu .menu i{width: 20px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#temp_wcb_header_header03_19_nav .head_menu .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-7px);transition: .3s;}
#temp_wcb_header_header03_19_nav .head_menu .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(7px);transition: .3s;}
#header.fixed.scroll-top #temp_wcb_header_header03_19_nav .head .menu i,
#header.fixed.scroll-top #temp_wcb_header_header03_19_nav .head .menu i::before,
#header.fixed.scroll-top #temp_wcb_header_header03_19_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_19_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_19_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_19_nav .head .menu i::after{background: #333;}





/*
 menu_expand    侧边栏展开状态
*/
/* 菜单按钮    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header03_19_nav .head{border-bottom-color: transparent !important;box-shadow: none;}
#header.menu_expand #temp_wcb_header_header03_19_nav .menu i{background: transparent !important;}
#header.menu_expand #temp_wcb_header_header03_19_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #temp_wcb_header_header03_19_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #temp_wcb_header_header03_19_nav .span{transform: rotateX(90deg);color: var(--head_fz_color);}

#header.menu_expand #temp_wcb_header_header03_19_nav .weblogo,
#header.menu_expand #temp_wcb_header_header03_19_nav .head_btn{opacity: 0;}












@media only screen and (max-width: 900px) {
    #temp_wcb_header_header03_19_nav .head_btn .search i {font-size: 26px;}
    #temp_wcb_header_header03_19_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #temp_wcb_header_header03_19_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #temp_wcb_header_header03_19_nav .head{height: var(--head_top_height_app);}


    #temp_wcb_header_header03_19_nav .head_btn .search i {font-size: var(--font-txt-S);}
    #temp_wcb_header_header03_19_nav .head_btn .language{margin-right: 20px;font-size: var(--font-txt-S);}
    #temp_wcb_header_header03_19_nav .head_btn .language i {font-size: var(--font-txt-S);margin-right: 10px;}

    #temp_wcb_header_header03_19_nav .head .menu i{width: 46px;height: 3px;}
    #temp_wcb_header_header03_19_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #temp_wcb_header_header03_19_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #temp_wcb_header_header03_19_nav .head_menu .span{width: 80px;height: 40px;line-height: 40px;}
    #temp_wcb_header_header03_19_nav .head_menu .span > *{font-size: var(--font-bri-S);}
    #temp_wcb_header_header03_19_nav .head_menu .span_m{transform: translateZ(20px);}
    #temp_wcb_header_header03_19_nav .head_menu .span_c{transform: rotateX(-90deg) translateZ(20px);}
}

#w029_index_hengfu_20 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w029_index_hengfu_20.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w029_index_hengfu_20 .type-a .slide .img_pc{transform: scale(1)!important;}
#w029_index_hengfu_20 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w029_index_hengfu_20 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w029_index_hengfu_20 .message{display: flex;flex-direction: column;max-width: 100%;}
#w029_index_hengfu_20 .message_box[position="2"] .message,
#w029_index_hengfu_20 .message_box[position="5"] .message,
#w029_index_hengfu_20 .message_box[position="8"] .message{align-items: center;}
#w029_index_hengfu_20 .message_box[position="3"] .message,
#w029_index_hengfu_20 .message_box[position="6"] .message,
#w029_index_hengfu_20 .message_box[position="9"] .message{align-items: flex-end;}


/* 标题样式 */
#w029_index_hengfu_20 .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);}
/* 简介样式 */
#w029_index_hengfu_20 .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);letter-spacing: 10px;}


/* 页数样式 */
#w029_index_hengfu_20 .swiper-pagination-bullets{bottom: 40px;}
#w029_index_hengfu_20 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w029_index_hengfu_20 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w029_index_hengfu_20 .container .swiper-pagination-bullet-active{width: 60px;}
#w029_index_hengfu_20 .swiper-pagination-bullet-active::before{height: 2px;background: #cc0000;opacity: 1;}

@media screen and (max-width: 1024px){
    #w029_index_hengfu_20 .message_box .message .name{font-size: 48px;}
    #w029_index_hengfu_20 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w029_index_hengfu_20{display: none;}
}


#w029_index_hengfu_20_nav {left: 0;width: 100%;overflow: hidden;z-index: 2;transform: translateY(-50%);}
#w029_index_hengfu_20_nav .nav {height: 100px;background-color: var(--navColor);position: relative;}
#w029_index_hengfu_20_nav .nav::before {position: absolute;content: '';height: 100%;top: 0;right: 100%;width: 1000px;background-color: var(--navColor);}
#w029_index_hengfu_20_nav .nav .news .category {font-size: 20px;line-height: 1;color: var(--newsColor)}
#w029_index_hengfu_20_nav .nav .news .text {border-left: 1px solid #fff;border-right: 1px solid #fff;padding: 0 50px;margin: 0 50px;font-size: 18px;line-height: 1;color: #fff;}
#w029_index_hengfu_20_nav .nav .news .text .time {margin-right: 30px;}
#w029_index_hengfu_20_nav .nav .news .text .name {}
#w029_index_hengfu_20_nav .nav .news .more {font-size: 18px;line-height: 1;color: rgba(255, 255, 255, 0.3);}

#w029_index_hengfu_20_nav .nav .button {margin: 0 40px;color: #fff;}
#w029_index_hengfu_20_nav .nav .button .btn {font-size: 30px;line-height: 1;width: 55px;height: 55px;border-radius: 50%;border: 1px solid #fff;opacity: 0.6;}
#w029_index_hengfu_20_nav .nav .button .num {font-size: 20px;line-height: 1;margin: 0 25px;}
#w029_index_hengfu_20_nav .nav .button .num span {font-size: 30px;color: rgba(255, 255, 255, 0.3);margin: 0 10px;}
#w029_index_hengfu_20_nav .nav .button .num .total {color: rgba(255, 255, 255, 0.3);}

@media (any-hover:hover) {
    #w029_index_hengfu_20_nav .nav .button .btn:hover {opacity: 1;color: var(--hoverColor);border-color: var(--hoverColor);}
}
@media screen and (max-width:1200px) {
    #w029_index_hengfu_20_nav {transform: translateY(-100%);}
    #w029_index_hengfu_20_nav .nav::before {right: -50%;width: 200%;}
    #w029_index_hengfu_20_nav .nav .news .text {padding: 0 30px;margin: 0 30px;}
    #w029_index_hengfu_20_nav .nav .button {margin: 0 20px;}
    #w029_index_hengfu_20_nav .nav .button .btn {display: none;}
    #w029_index_hengfu_20_nav .nav .button .num {margin: 0;}
}
@media screen and (max-width:750px) {
    #w029_index_hengfu_20_nav{display: none;}
    #w029_index_hengfu_20_nav .nav .news .category {display: none;}
    #w029_index_hengfu_20_nav .nav .news .text {margin-left: 0;padding-left: 0;border-left: none;}
    #w029_index_hengfu_20_nav .nav .news .text .time,
    #w029_index_hengfu_20_nav .nav .news .text .name,
    #w029_index_hengfu_20_nav .nav .news .more {font-size: var(--font-txt-S);}
    #w029_index_hengfu_20_nav .nav .button {display: none;}
}
.w029_index_about_21_wrapper {padding-bottom: var(--paddingBottom);}
.w029_index_about_21_bg {padding-top: var(--paddingTop);background-color: var(--bgColor);}
@media screen and (max-width:750px) {
    .w029_index_about_21_wrapper {padding-bottom: var(--appPaddingBottom);}
    .w029_index_about_21_bg {padding-top: var(--appPaddingTop);}
}

#w029_index_about_21 .content {width: 50%;}
#w029_index_about_21 .content .title {font-size: 120px;line-height: 95px;color: #fff;font-weight: bold;}
#w029_index_about_21 .content .brief {font-size: 48px;line-height: 68px;color: #fff;margin: 25px 0 135px;}

#w029_index_about_21 .content .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
#w029_index_about_21 .content .brief{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);margin: 25px 0 135px;}

#w029_index_about_21 .content .more {font-size: 18px;line-height: 1;width: 300px;height: 65px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}
#w029_index_about_21 .content .lyBtn60::before{content: '';display: none;}

#w029_index_about_21 .msg {width: 50%;padding: 115px 0 130px;z-index: 2;}
#w029_index_about_21 .msg .brief {font-size: 20px;line-height: 1.8;color: #fff;margin-bottom: 65px;}
#w029_index_about_21 .msg .trimText {font-size: 170px;line-height: 160px;font-weight: bold;-webkit-text-fill-color: transparent;text-fill-color: transparent;-webkit-text-stroke-width: 1px;text-stroke-width: 1px;-webkit-text-stroke-color: rgba(255,255,255,0.1);text-stroke-color: rgba(255,255,255,0.1);}


#w029_index_about_21_img {bottom: 0;right: 0;width: 50%;z-index: 1;}
#w029_index_about_21_img::before {padding-top: 50%;}


@media screen and (max-width:1200px) {
    #w029_index_about_21 .content {width: 100%;}
    #w029_index_about_21 .content .brief {margin: 50px 0;}
    #w029_index_about_21 .msg {width: 100%;padding-top: 50px;}
    #w029_index_about_21_img {width: 100%;}
}
@media screen and (max-width:750px) {
    #w029_index_about_21 .content .brief {font-size: var(--font-big-S);line-height: var(--font-big-L);}
    #w029_index_about_21 .content .more {font-size: var(--font-txt-S);height: 80px;border-radius: 40px;}
    #w029_index_about_21 .msg .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}
.w029_index_system_22_wrap {padding-top: var(--paddingTop);}
#w029_index_system_22_pictures {margin-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
    .w029_index_system_22_wrap {padding-top: var(--appPaddingTop);}
    #w029_index_system_22_pictures {margin-bottom: var(--appPaddingBottom);}
}


#w029_index_system_22_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: 10px;}
#w029_index_system_22_text .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);}

#w029_index_system_22_text .brief {font-size: 20px;line-height: 1.8;color: #1a1a1a;margin: 35px 0 54px;width: 800px;max-width: 100%;}

#w029_index_system_22_text.myleft{text-align: left;}
#w029_index_system_22_text.myright{text-align: right;}
#w029_index_system_22_text.mycenter{text-align: center;}

#w029_index_system_22_text.myleft .brief{margin-right: auto;}
#w029_index_system_22_text.myright .brief{margin-left: auto;}
#w029_index_system_22_text.mycenter .brief{margin:35px auto 54px;}


#w029_index_system_22_pictures {width: calc(50% + 50vw);float: right;padding-top: 40%;}
#w029_index_system_22_pictures .text {font-size: 60px;line-height: 68px;color: #fff;max-height: 136px;width: 1600px;max-width: 95.833333%;top: 40%;right: 0;z-index: 2;}
#w029_index_system_22_pictures .TrimText {font-size: 200px;line-height: 130px;font-weight: bold;-webkit-text-fill-color: transparent;text-fill-color: transparent;-webkit-text-stroke-width: 1px;text-stroke-width: 1px;-webkit-text-stroke-color: rgba(255,255,255,0.1);text-stroke-color: rgba(255,255,255,0.1);left: -10px;top: 23.4%;white-space: nowrap;z-index: 1;}


#w029_index_system_22_list {bottom: 0;left: 0;width: calc(50% + 50vw);}
#w029_index_system_22_list .li {width: calc((100% - 4px)/3);}
#w029_index_system_22_list .li::before {padding-top: 61.5%;}
#w029_index_system_22_list .li .tag {bottom: 0;left: 0;height: 75px;width: 300px;max-width: 100%;min-width: 50%;padding: 0 35px;font-size: 24px;line-height: 1;color: #fff;background-color: #c72c46;}
#w029_index_system_22_list .li .tag .icon {font-size: 25px;opacity: 0.3;}

@media (any-hover: hover) {
    #w029_index_system_22_list .li:hover img{transform: scale(1.1);}
    #w029_index_system_22_list .li:hover .tag .icon{opacity: 1;}
}

@media screen and (max-width:750px) {
    #w029_index_system_22_text .subtitle {font-size: var(--font-big-S);line-height: var(--font-big-L);}
    #w029_index_system_22_text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w029_index_system_22_pictures {width: 100%;}
    #w029_index_system_22_pictures .text {font-size: var(--font-big-S);line-height: var(--font-big-L);width: 100%;max-width: 100%;max-height: calc(var(--font-big-L)*2);top: 50%;left: 0;transform: translateY(-50%);padding: 0 30px;}
    #w029_index_system_22_list {position: relative;width: 100%;}
    /* #w029_index_system_22_list .li {width: 100%;} */
    #w029_index_system_22_list .li .tag {height: 90px;font-size: var(--font-sma-S);}
    #w029_index_system_22_list .li .tag .icon {font-size: var(--font-sma-S);}
}
/* 全局 */
.w029_index_case_23_wrapper{margin-top: var(--paddingTop);margin-bottom: var(--paddingBottom);overflow: hidden;position: relative;}
@media screen and (max-width: 750px){
    .w029_index_case_23_wrapper{margin-top: var(--appPaddingTop);margin-bottom: var(--appPaddingBottom);}
}

#w029_index_case_23_bg {position: absolute;top: 0;right: 0;width: 50%;height: 100%;background: center/cover;}

#w029_index_case_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);}
#w029_index_case_23 .subtitle{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);margin: 0px 0 120px;}

#w029_index_case_23 .nav {margin-bottom: 65px;}
#w029_index_case_23 .nav .li {font-size: 24px;line-height: 1;color: #1a1a1a;padding: 15px 0;margin: 0 33px;border-bottom: 5px solid transparent;position: relative;}
#w029_index_case_23 .nav .li.cur {color: var(--curColor);border-color: var(--curColor);}
#w029_index_case_23 .nav .li::before {position: absolute;content: '';width: 2px;height: 24px;background-color: #ccc;right: 0;transform: translateX(33px);}
#w029_index_case_23 .nav .li:first-child {margin-left: 0;}
#w029_index_case_23 .nav .li.noneLpad {margin-left: 0;}
#w029_index_case_23 .nav .li:last-child:before {display: none;}
#w029_index_case_23 .nav .li.noneLbor:before {display: none;}

#w029_index_case_23 .content {position: relative;}
#w029_index_case_23 .content .box::before {padding-top: 64%;}
#w029_index_case_23 .content .box .tag {font-size: 18px;line-height: 1;color: #fff;left: 0;bottom: 0;width: 100%;height: 60px;background-color: rgba(0, 0, 0, 0.5);padding: 0 25px;}
#w029_index_case_23 .content .foot {margin: 65px 0 80px;}
#w029_index_case_23 .content .foot .switch {gap: 30px;}
#w029_index_case_23 .content .foot .switch .btn {width: 55px;height: 55px;border-radius: 50%;border: 1px solid #666;font-size: 30px;line-height: 1;color: #666;transition: 0.3s;}
#w029_index_case_23 .content .more {font-size: 18px;line-height: 1;width: 300px;height: 65px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}
#w029_index_case_23 .content .lyBtn60::before{content: '';display: none;}

@media (any-hover: hover) {
    #w029_index_case_23 .nav .li:hover{color: var(--curColor);border-color: var(--curColor);}

    #w029_index_case_23 .content .box:hover img{transform: scale(1.1);}
    
    #w029_index_case_23 .content .foot .switch .btn:hover{color: #fff;background-color: var(--curColor);}
}

@media screen and (max-width:750px) {
    #w029_index_case_23_bg {width: 100%;}
    #w029_index_case_23 .title {margin-top: 30px;color: #fff;}
    #w029_index_case_23 .subtitle {font-size: var(--font-big-S);line-height: var(--font-big-L);color: #fff;margin: 40px 0;}
    #w029_index_case_23 .nav .li {font-size: var(--font-sma-S);padding: 25px 0;color: #fff;}
    #w029_index_case_23 .nav .li::before {height: var(--font-sma-S);}
    #w029_index_case_23 .content .box .tag {font-size: var(--font-txt-S);height: 100px;}
    #w029_index_case_23 .content .foot {justify-content: center;}
    #w029_index_case_23 .content .foot .switch {display: none;}
    #w029_index_case_23 .content .foot .more {height: 80px;font-size: var(--font-txt-S);border-radius: 40px;}
}
.w029_index_customer_24_wrap{padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);position: relative;overflow: hidden;}

@media screen and (max-width: 750px){
    .w029_index_customer_24_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w029_index_customer_24 {background: center/cover no-repeat;}

#w029_index_customer_24 .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
#w029_index_customer_24 .subtitle{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);margin: 0px 0 100px;}

#w029_index_customer_24.myleft .title,
#w029_index_customer_24.myleft .subtitle{text-align: left;}
#w029_index_customer_24.myright .title,
#w029_index_customer_24.myright .subtitle{text-align: right;}
#w029_index_customer_24.mycenter .title,
#w029_index_customer_24.mycenter .subtitle{text-align: center;}

#w029_index_customer_24 .content {row-gap: 70px;position: relative;z-index: 1;}
#w029_index_customer_24 .content .logo {opacity: 0.5;width: calc((100% - 10px)/8);}
#w029_index_customer_24_TrimText {font-size: 200px;line-height: 130px;font-weight: bold;position: absolute;-webkit-text-fill-color: transparent;text-fill-color: transparent;-webkit-text-stroke-width: 1px;text-stroke-width: 1px;-webkit-text-stroke-color: rgba(255,255,255,0.1);text-stroke-color: rgba(255,255,255,0.1);right: -10px;bottom: -20px;white-space: nowrap;}


@media (any-hover:hover) {
    #w029_index_customer_24 .content .logo:hover {opacity: 1;}  
}
@media screen and (max-width:750px) {
    #w029_index_customer_24 .subtitle {font-size: var(--font-big-S);}
}
/* 全局 */
.w029_index_blog_25_wrapper{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: linear-gradient(to right, #fff 31.25%, #f5f5f5 31.25%);}

@media screen and (max-width: 750px){
    .w029_index_blog_25_wrapper{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w029_index_blog_25_msg .more {font-size: 18px;line-height: 1;width: 300px;height: 65px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}
#w029_index_blog_25_msg .lyBtn60::before{content: '';display: none!important;}

#w029_index_blog_25_msg .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-top: 35px;}
#w029_index_blog_25_msg .subtitle{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);margin: 0px 0 90px;}

#w029_index_blog_25 {width: 64.375%;}
#w029_index_blog_25 .li {padding: 60px 0;border-bottom: 1px solid #ccc;}
#w029_index_blog_25 .li .img {width: 31%;}
#w029_index_blog_25 .li .img::before {padding-top: 56.25%;}
#w029_index_blog_25 .li .text {width: 63.6%;}
#w029_index_blog_25 .li .text .time {font-size: 18px;line-height: 1;color: var(--fontColor);}
#w029_index_blog_25 .li .text .name {font-size: 24px;line-height: 1;color: var(--fontColor);margin: 50px 0 10px;}
#w029_index_blog_25 .li .text .brief {font-size: 18px;line-height: 30px;color: #333;max-height: 60px;}

@media (any-hover: hover) {
    #w029_index_blog_25_msg .content .lyBtn60:hover{border-color: var(--fontColor);}
}


@media screen and (max-width:1200px) {
    .w029_index_blog_25_wrapper{background: linear-gradient(to right, #fff 50%, #f5f5f5 50%);}
    #w029_index_blog_25_msg {width: 100%;}
    #w029_index_blog_25 {width: 100%;}
}
@media screen and (max-width:750px) {
    .w029_index_blog_25_wrapper{background: #fff;}
    #w029_index_blog_25_msg .title {margin: 0;}
    #w029_index_blog_25_msg .subtitle {font-size: var(--font-big-S);margin: 50px 0;}
    #w029_index_blog_25_msg .more {height: 80px;border-radius: 40px;font-size: var(--font-txt-S);}
    #w029_index_blog_25 .li .img {width: 100%;}
    #w029_index_blog_25 .li .text {width: 100%;}
    #w029_index_blog_25 .li .text .time {font-size: var(--font-txt-S);margin-top: 20px;}
    #w029_index_blog_25 .li .text .name {font-size: var(--font-sma-S);margin: 30px 0;}
    #w029_index_blog_25 .li .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(var(--font-txt-L)*2);}
}
/* 全局 */
.w029_index_footer_26_wrapper{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background-color: var(--bg_color);color: var(--font_color_1);}

@media screen and (max-width: 750px){
    .w029_index_footer_26_wrapper{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w029_index_footer_26 {border-bottom: 1px solid var(--borderColor);}
#w029_index_footer_26 .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: 43px;}
#w029_index_footer_26 .form {gap: 15px;}
#w029_index_footer_26 .form .input {width: 21%;height: 60px;background-color: var(--inputBgColor);font-size: 18px;line-height: 60px;color: var(--inputColor);padding: 0 15px;}
#w029_index_footer_26 .form .textarea {width: 43%;height: 60px;background-color: var(--inputBgColor);font-size: 18px;line-height: 60px;color: var(--inputColor);padding: 0 15px;}
#w029_index_footer_26 .form input {width: 100%;}
#w029_index_footer_26 .form .btn {font-size: 18px;line-height: 1;width: calc((15% - 15px*3));height: 60px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w029_index_footer_26 .brief {font-size: 18px;line-height: 24px;margin: 38px 0 65px;}


#w029_index_footer_26_msg {padding-top: 70px;}
#w029_index_footer_26_msg .msg {gap: 120px;}
#w029_index_footer_26_msg .msg .logo {width: 125px;height: 125px;}
#w029_index_footer_26_msg .msg .list .text,
#w029_index_footer_26_msg .msg .list .copy {font-size: 16px;line-height: 36px;color: var(--font_color_2);}
#w029_index_footer_26_msg .follow .dt {gap: 20px;}
#w029_index_footer_26_msg .follow .dt .icon {font-size: 24px;line-height: 1;width: 40px;height: 40px;border-radius: 50%;background-color: var(--follow_bg_color);color: #fff;}
#w029_index_footer_26_msg .follow .dt .icon.thicon-weixin {background-color: #7dd25b;}
#w029_index_footer_26_msg .follow .dt .icon.thicon-QQ {background-color: #2a9dff;}
#w029_index_footer_26_msg .follow .dt .icon.thicon-weibo {background-color: #e71f19;}
#w029_index_footer_26_msg .follow .dd {font-size: 16px;line-height: 26px;color: var(--font_color_2);margin-top: 20px;}

@media screen and (max-width:1200px) {
    #w029_index_footer_26 .form .input {width: calc((100% - 15px)/2);}
    #w029_index_footer_26 .form .textarea {width: calc(100% - 200px - 15px);}
    #w029_index_footer_26 .form .btn {width: 200px;}
    #w029_index_footer_26_msg .msg {gap: 40px;}
    #w029_index_footer_26_msg .msg .list {width: 100%;}
}
@media screen and (max-width:850px) {
    #w029_index_footer_26_msg {padding-top: 40px;}
    #w029_index_footer_26_msg .msg {width: 100%;margin-bottom: 40px;}
}
@media screen and (max-width:750px) {
    #w029_index_footer_26 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);}
    #w029_index_footer_26 .form .input,
    #w029_index_footer_26 .form .textarea,
    #w029_index_footer_26 .form .btn {height: 80px;line-height: 80px;font-size: var(--font-txt-S);}
    #w029_index_footer_26 .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin: 40px 0;}
    #w029_index_footer_26_msg .msg .logo {width: 200px;height: 200px;}
    #w029_index_footer_26_msg .msg .list .text,
    #w029_index_footer_26_msg .msg .list .copy {font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #w029_index_footer_26_msg .follow .dt .icon {width: 80px;height: 80px;font-size: 48px;}
    #w029_index_footer_26_msg .follow .dd {font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}