
/*
 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 0.1rem 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: 0.16rem;transition: .3s;}
#temp_wcb_header_header03_19_nav .head_btn > *{padding: 0.1rem 0.15rem;}
#temp_wcb_header_header03_19_nav .head_btn > *:last-child{padding-right: 0;}
#temp_wcb_header_header03_19_nav .head_btn > * > i{font-size: 0.2rem;}
#temp_wcb_header_header03_19_nav .head_btn .language i{margin-right: 0.06rem;}



/* 移动端菜单按钮 */
#temp_wcb_header_header03_19_nav .head_menu{display: flex;}
#temp_wcb_header_header03_19_nav .head_menu .menu{display: block;padding: 0.3rem 0.2rem;position: relative;cursor: pointer;margin-left: -0.2rem;}
#temp_wcb_header_header03_19_nav .head_menu .span{transition: .3s;transform-style: preserve-3d;width: 0.4rem;height: 0.2rem;line-height: 0.2rem;margin-left: -0.14rem;}
#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(0.1rem);}
#temp_wcb_header_header03_19_nav .head_menu .span_c{transform: rotateX(-90deg) translateZ(0.1rem);}
#temp_wcb_header_header03_19_nav .head_menu .menu i{width: 0.2rem;height: 0.02rem;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: 0.02rem;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-0.07rem);transition: .3s;}
#temp_wcb_header_header03_19_nav .head_menu .menu i::after{display: block;content: '';width: 100%;height: 0.02rem;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(0.07rem);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(0rem) rotateZ(45deg);}
#header.menu_expand #temp_wcb_header_header03_19_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0rem) 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: 0.26rem;}
    #temp_wcb_header_header03_19_nav .head_btn .language{margin-right: 0.2rem;font-size: 0.2rem;}
    #temp_wcb_header_header03_19_nav .head_btn .language i {font-size: 0.26rem;margin-right: 0.1rem;}
}

@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: 0.2rem;font-size: var(--font-txt-S);}
    #temp_wcb_header_header03_19_nav .head_btn .language i {font-size: var(--font-txt-S);margin-right: 0.1rem;}

    #temp_wcb_header_header03_19_nav .head .menu i{width: 0.46rem;height: 0.03rem;}
    #temp_wcb_header_header03_19_nav .head .menu i::before{transform: translateY(-0.18rem);height: 0.03rem;}
    #temp_wcb_header_header03_19_nav .head .menu i::after{transform: translateY(0.18rem);height: 0.03rem;}

    #temp_wcb_header_header03_19_nav .head_menu .span{width: 0.8rem;height: 0.4rem;line-height: 0.4rem;}
    #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(0.2rem);}
    #temp_wcb_header_header03_19_nav .head_menu .span_c{transform: rotateX(-90deg) translateZ(0.2rem);}
}
#w029_case_hengfu_1_bg {width: 100%;height: 100%;top: 0;left: 0;}
#w029_case_hengfu_1_bg .appBanner {display: none;}
@media screen and (max-width:750px) {
    #w029_case_hengfu_1_bg .appBanner {display: block;}
    #w029_case_hengfu_1_bg .pcBanner {display: none;}
}

#w029_case_hengfu_1 .img{min-height: 4rem;}
#w029_case_hengfu_1 .img img{width: 100%;display: block;}
#w029_case_hengfu_1 .imgApp{display: none;min-height: 4.8rem;}
#w029_case_hengfu_1 .imgApp img{width: 100%;display: block;}
#w029_case_hengfu_1 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#w029_case_hengfu_1 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#w029_case_hengfu_1.height_change .position_box{width: 100%;height: calc((100% - 1rem));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#w029_case_hengfu_1 .text{display: flex;flex-direction: column;width: 100%;padding: 0.15rem 0;}
#w029_case_hengfu_1 .text .name{font-size: var(--small_px);color: var(--small_color);font-weight: var(--small_font_weight);font-style: var(--small_font_style);line-height: var(--small_line_height);margin-bottom: 0.26rem;pointer-events: all;}
#w029_case_hengfu_1 .text .subname{font-size: var(--big_px);color: var(--big_color);font-weight: var(--big_font_weight);font-style: var(--big_font_style);line-height: var(--big_line_height);pointer-events: all;}


#w029_case_hengfu_1 .position_box[position="2"],
#w029_case_hengfu_1 .position_box[position="5"],
#w029_case_hengfu_1 .position_box[position="8"]{text-align: center;}
#w029_case_hengfu_1 .position_box[position="3"],
#w029_case_hengfu_1 .position_box[position="6"],
#w029_case_hengfu_1 .position_box[position="9"]{text-align: right;}




#w029_case_hengfu_1_nav {left: 0;width: 100%;overflow: hidden;z-index: 2;transform: translateY(-50%);}
#w029_case_hengfu_1_nav .nav {height: 1rem;background-color: var(--navColor);position: relative;}
#w029_case_hengfu_1_nav .nav::before {position: absolute;content: '';height: 100%;top: 0;right: 100%;width: 10rem;background-color: var(--navColor);}

#w029_case_hengfu_1_nav .nav .category{width: 100%;height: 100%;}
#w029_case_hengfu_1_nav .nav .category .a{font-size: 0.18rem;line-height: 1;color: #fff;}
#w029_case_hengfu_1_nav .nav .category .a.cur{background-color: var(--curFontColor);}

@media (any-hover:hover) {
    #w029_case_hengfu_1_nav .nav .category .a:hover{background-color: var(--curFontColor);}
}
@media screen and (max-width:1200px) {
    #w029_case_hengfu_1_nav {transform: translateY(-100%);}
    #w029_case_hengfu_1_nav .nav::before {right: -50%;width: 200%;}
}
@media screen and (max-width:750px) {
    #w029_case_hengfu_1_nav .nav .category .a {font-size: var(--font-txt-S);}
}

@media screen and (max-width:751px) {
    #w029_case_hengfu_1 .img{display: none;}
    #w029_case_hengfu_1 .imgApp{display: block;}
    #w029_case_hengfu_1 .text .name{font-size: var(--small_mobile_px);color: var(--small_mobile_color);font-weight: var(--small_mobile_font_weight);font-style: var(--small_mobile_font_style);line-height: var(--small_mobile_line_height);}
    #w029_case_hengfu_1 .text .subname{font-size: var(--big_mobile_px);color: var(--big_mobile_color);font-weight: var(--big_mobile_font_weight);font-style: var(--big_mobile_font_style);line-height: var(--big_mobile_line_height);}

    #w029_case_hengfu_1.height_change .position_box{height: calc((100% - 1.2rem));}
}
.w029_about_detail_2_wrap {padding: var(--paddingTop) 0 var(--paddingBottom);}
@media screen and (max-width:750px) {
    .w029_about_detail_2_wrap {padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}

#w029_about_detail_2 .content {width: calc(50% + 50vw);}
#w029_about_detail_2 .content .pic {width: calc(50% - 1.2rem);position: relative;margin-bottom: 0.94rem;}
#w029_about_detail_2 .content .pic .img {padding-top: 93.5%;}
#w029_about_detail_2 .content .pic .icon {right: -0.54rem;bottom: -0.94rem;width: 2.67rem;background-color: var(--iconColor);padding: 0.3rem 0.25rem;}
#w029_about_detail_2 .content .pic .icon .enIcon {font-size: 0.38rem;line-height: 0.4rem;color: #fff;}
#w029_about_detail_2 .content .pic .icon .cnIcon {font-size: 0.24rem;line-height: 0.44rem;color: #fff;margin-top: 0.1rem;}
#w029_about_detail_2 .content .text {max-width: 8.75rem;width: 50%;}

#w029_about_detail_2 .content .text .enTitle{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: 0.2rem;}
#w029_about_detail_2 .content .text .cnTitle {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: 0.4rem;}

#w029_about_detail_2 .content .text .brief {color: #333;font-size: var(--brief_fz_px);color: var(--brief_fz_color);line-height: var(--brief_fz_line_height);}

@media screen and (max-width:1200px) {
    .w029_about_detail_2_wrap {padding: 0.8rem 0;}
    #w029_about_detail_2 .content {width: 100%;}
    #w029_about_detail_2 .content .pic {width: 100%;margin-bottom: 0.6rem;}
    #w029_about_detail_2 .content .pic .icon {right: 0;bottom: 0;}
    #w029_about_detail_2 .content .text {max-width: 100%;width: 100%;}
}
@media screen and (max-width:750px) {
    #w029_about_detail_2 .content .pic .icon {position: relative;width: 100%;}
    #w029_about_detail_2 .content .pic .icon .enIcon {font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w029_about_detail_2 .content .pic .icon .cnIcon {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
    /* #w029_about_detail_2 .content .text .enTitle {font-size: var(--font-big-S);line-height: var(--font-big-L);} */
    /* #w029_about_detail_2 .content .text .cnTitle {font-size: var(--font-big-S);line-height: var(--font-big-L);margin: 30px 0;} */
    #w029_about_detail_2 .content .text .enTitle{font-size: var(--font_1st_mobile_px);color: var(--font_1st_mobile_color);font-weight: var(--font_1st_mobile_font_weight);font-style: var(--font_1st_mobile_font_style);line-height: var(--font_1st_mobile_line_height);}
    #w029_about_detail_2 .content .text .cnTitle {font-size: var(--font_2nd_mobile_px);color: var(--font_2nd_mobile_color);font-weight: var(--font_2nd_mobile_font_weight);font-style: var(--font_2nd_mobile_font_style);line-height: var(--font_2nd_mobile_line_height);margin: 0.3rem 0;}
    #w029_about_detail_2 .content .text .brief {font-size: var(--brief_fz_mobile_px);color: var(--brief_fz_mobile_color);line-height: var(--brief_fz_mobile_line_height);}
}
.w029_about_history_3_wrap {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);position: relative;}
@media screen and (max-width:750px) {
    .w029_about_history_3_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w029_about_history_3_bg {position: absolute;top: 0;left: 0;width: 100%;height: 8.7rem;}


#w029_about_history_3 .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: 1.57rem;}

#w029_about_history_3 .icon {font-size: 2.6rem;line-height: 1.6rem;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);left: 0;top: 0.8rem;white-space: nowrap;}
#w029_about_history_3 .list {background-color: #fff;position: relative;padding-top: 0.1rem;padding-left: 1rem;}
#w029_about_history_3 .list::before {position: absolute;content: '';top: 0;left: 100%;height: 100%;width: 9.99rem;background-color: #fff;}
#w029_about_history_3 .list .li {padding: 0.6rem 0;border-bottom: 1px solid #e5e5e5;}
#w029_about_history_3 .list .li .category {width: 2rem;}
#w029_about_history_3 .list .li .category .en {font-size: 0.3rem;line-height: 1;color: #ccc;margin-bottom: 0.1rem;}
#w029_about_history_3 .list .li .category .cn {font-size: 0.24rem;line-height: 1;color: var(--fontColor);}
#w029_about_history_3 .list .li .msg {width: 9.7rem;max-width: calc(100% - 2.5rem);}
#w029_about_history_3 .list .li .msg .cli {margin-bottom: 0.12rem;}
#w029_about_history_3 .list .li .msg .cli:last-child {margin-bottom: 0;}
#w029_about_history_3 .list .li .msg .cli .time {font-size: 0.2rem;line-height: 0.3rem;color: #333;margin-right: 0.55rem;}
#w029_about_history_3 .list .li .msg .cli .brief {font-size: 0.18rem;line-height: 0.3rem;color: #333;}

@media screen and (max-width:1000px) {
    #w029_about_history_3 .list {padding: 0 0.4rem;}
    #w029_about_history_3 .list .li .category {width: 100%;margin-bottom: 0.3rem;}
    #w029_about_history_3 .list .li .msg {width: 100%;max-width: 100%;}
}
@media screen and (max-width:750px) {
    #w029_about_history_3 .title {font-size: var(--font-big-S);}
    #w029_about_history_3 .icon {font-size: 1.5rem;}
    #w029_about_history_3 .list::before {display: none;}
    #w029_about_history_3 .list .li .category .en {font-size: var(--font-sub-S);margin-bottom: 0.2rem;}
    #w029_about_history_3 .list .li .category .cn {font-size: var(--font-sma-S);}
    #w029_about_history_3 .list .li .msg .cli {flex-wrap: wrap;margin-bottom: 0.4rem;}
    #w029_about_history_3 .list .li .msg .cli .time {width: 100%;font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 0.2rem;}
    #w029_about_history_3 .list .li .msg .cli .brief {width: 100%;font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}
.w029_about_honor_4_wrap {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background-color: var(--bgColor);}
@media screen and (max-width:750px) {
    .w029_about_honor_4_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w029_about_honor_4 .img {width: 50%;}
#w029_about_honor_4 .text {width: 50%;padding-left: 1.85rem;padding-top: 0.75rem;}

#w029_about_honor_4 .text .entitle{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_about_honor_4 .text .cntitle {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: 0 0 0.4rem;}
#w029_about_honor_4 .text .brief {font-size: 0.18rem;line-height: 0.36rem;color: #333;margin-bottom: 0.7rem;}

#w029_about_honor_4.myleft .text{text-align: left;}
#w029_about_honor_4.myright .text{text-align: right;}
#w029_about_honor_4.mycenter .text{text-align: center;}

#w029_about_honor_4 .text .data {color: var(--fontColor);gap: 0.3rem;}
#w029_about_honor_4 .text .data .numb {font-size: 0.6rem;line-height: 0.5rem;font-weight: bold;}
#w029_about_honor_4 .text .data .icon {font-size: 0.3rem;line-height: 1;}
#w029_about_honor_4 .text .data .unit {font-size: 0.18rem;line-height: 1;margin-left: 0.1rem;}
#w029_about_honor_4 .text .data .name {font-size: 0.2rem;line-height: 0.3rem;margin: 0.15rem 0;}

@media screen and (max-width:1400px) {
    #w029_about_honor_4 .text {padding-left: 0.4rem;}
}
@media screen and (max-width:1100px) {
    #w029_about_honor_4 {flex-direction: column-reverse;}
    #w029_about_honor_4 .img {width: 100%;}
    #w029_about_honor_4 .text {width: 100%;padding: 0 0.4rem;margin-bottom: 0.6rem;}
}
@media screen and (max-width:750px) {
    #w029_about_honor_4 .text .entitle {font-size: var(--font-big-S);}
    #w029_about_honor_4 .text .cntitle {font-size: var(--font-big-S);margin: 0.4rem 0;}
    #w029_about_honor_4 .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w029_about_honor_4 .text .data .numb {font-size: var(--font-big-S);line-height: 1;}
    #w029_about_honor_4 .text .data .icon {font-size: var(--font-sub-S);}
    #w029_about_honor_4 .text .data .unit {font-size: var(--font-txt-S);}
    #w029_about_honor_4 .text .data .name {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
}
.w029_about_core_5 {background-color: var(--bgColor);padding-top: var(--paddingTop);}
.w029_about_core_5_bg {position: relative;background-color: var(--fontColor);padding-bottom: 0.2rem;}

#w029_about_core_5_list {width: 50%;padding-top:0.9rem;}
#w029_about_core_5_list .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: 0.7rem;}
#w029_about_core_5_list .list .li {position: relative;color: #fff;padding: 0.4rem 0;}
#w029_about_core_5_list .list .li::before {position: absolute;content: '';top: 0;right: 0;height: 100%;width: calc(100% + 10rem);background-color: rgba(0,0,0,0.2);-webkit-transition:.3s;transition:.3s;opacity: 0;}
#w029_about_core_5_list .list .li .text {width: calc(100% - 1.5rem);}
#w029_about_core_5_list .list .li .text .numb {font-size: 0.28rem;line-height: 1;flex-shrink: 0;margin-right: 0.25rem;}
#w029_about_core_5_list .list .li .text .msg {width: 85%;}
#w029_about_core_5_list .list .li .text .msg .name {font-size: 0.24rem;line-height: 1;margin-bottom: 0.2rem;max-width: 100%;}
#w029_about_core_5_list .list .li .text .msg .brief {font-size: 0.18rem;line-height: 1;max-width: 100%;}
#w029_about_core_5_list .list .li .icon {font-size: 0.24rem;line-height: 1;width: 1.5rem;opacity: 0;}


#w029_about_core_5_img {width: 50%;}
#w029_about_core_5_img .img {width: 50vw;transform: translateY(-1.47rem);}
#w029_about_core_5_img .img::before {padding-top: 81.25%;}


#w029_about_core_5_text {font-size: 2.6rem;line-height: 1.6rem;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);left: -0.2rem;bottom: -0.4rem;white-space: nowrap;}

@media (any-hover:hover) {
    #w029_about_core_5_list .list .li:hover::before {opacity: 1;}
    #w029_about_core_5_list .list .li:hover .icon {opacity: 1;}
}
@media screen and (max-width:1400px) {
    #w029_about_core_5_img .img {transform: translateY(0);}
}
@media screen and (max-width:1200px) {
    .w029_about_core_5_bg {overflow: hidden;}
    #w029_about_core_5_list {width: 100%;margin-bottom: 0.4rem;}
    #w029_about_core_5_list .list .li::before {right: -5rem;}
    #w029_about_core_5_list .list .li .text {width: calc(100% - 1rem);}
    #w029_about_core_5_list .list .li .icon {width: 1rem;}
    #w029_about_core_5_img {width: 100%;}
    #w029_about_core_5_img .img {width: 100%;}
}
@media screen and (max-width:750px) {
    .w029_about_core_5_bg {padding-bottom: 0.4rem;}
    #w029_about_core_5_list {padding-top: 0.6rem;}
    #w029_about_core_5_list .title {font-size: var(--font-big-S);}
    #w029_about_core_5_list .list .li .text .numb {font-size: var(--font-sma-S);}
    #w029_about_core_5_list .list .li .text .msg .name {font-size: var(--font-sma-S);margin-bottom: 0.3rem;}
    #w029_about_core_5_list .list .li .text .msg .brief {font-size: var(--font-txt-S);}
    #w029_about_core_5_list .list .li .icon {font-size: var(--font-sma-S);opacity: 1;}
}
.w029_about_culture_6_wrap {padding: var(--paddingTop) 0 var(--paddingBottom);}
@media screen and (max-width:750px) {
    .w029_about_culture_6_wrap {padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}

#w029_about_culture_6 .entitle{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_about_culture_6 .cntitle {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: 0 0 0.8rem;}

#w029_about_culture_6.myleft .entitle,
#w029_about_culture_6.myleft .cntitle{text-align: left;}
#w029_about_culture_6.myright .entitle,
#w029_about_culture_6.myright .cntitle{text-align: right;}
#w029_about_culture_6.mycenter .entitle,
#w029_about_culture_6.mycenter .cntitle{text-align: center;}

#w029_about_culture_6 .grid {display: grid;grid-template-columns: repeat(4,calc((100% - 0.66rem)/4));gap: 0.22rem;grid-template-rows: repeat(2,1fr);}
#w029_about_culture_6 .grid .box1,
#w029_about_culture_6 .grid .box2,
#w029_about_culture_6 .grid .box3,
#w029_about_culture_6 .grid .box4 {background: 50%/cover;}
#w029_about_culture_6 .grid .box1 {position: relative;padding-top: 37.5%;grid-area: 1/1/2/3;}
#w029_about_culture_6 .grid .box2 {grid-area: 1/3/3/5;padding: 0.5rem;}
#w029_about_culture_6 .grid .box3 {position: relative;padding-top: 77.54%;grid-area: 2/1/3/2;}
#w029_about_culture_6 .grid .box4 {position: relative;padding-top: 77.54%;grid-area: 2/2/3/3;}

#w029_about_culture_6 .grid .box .msg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0.5rem;}
#w029_about_culture_6 .grid .box .msg .icon {flex-shrink: 0;margin-right: 0.3rem;}
#w029_about_culture_6 .grid .box .msg .icon .img {width: 0.5rem;height: 0.5rem;}
#w029_about_culture_6 .grid .box .msg .icon .name {font-size: 0.24rem;line-height: 1;color: #fff;padding: 0.25rem 0;position: relative;}
#w029_about_culture_6 .grid .box .msg .icon .name::before {position: absolute;content: '';left: 0;bottom: 0;width: 0.3rem;height: 3px;background-color: var(--fontColor);}
#w029_about_culture_6 .grid .box .msg .brief {font-size: 0.18rem;line-height: 0.3rem;color: #fff;opacity: 0;}

#w029_about_culture_6 .grid .box2 .msg .img {width: 0.5rem;height: 0.5rem;}
#w029_about_culture_6 .grid .box2 .msg .name {font-size: 0.24rem;line-height: 1;color: #fff;padding: 0.25rem 0;position: relative;margin-bottom: 0.2rem;}
#w029_about_culture_6 .grid .box2 .msg .name::before {position: absolute;content: '';left: 0;bottom: 0;width: 0.3rem;height: 3px;background-color: var(--fontColor);}
#w029_about_culture_6 .grid .box2 .msg .brief {font-size: 0.18rem;line-height: 0.3rem;color: #fff;}


@media (any-hover:hover) {
    #w029_about_culture_6 .grid .box:hover .msg .brief {opacity: 1;}
}
@media screen and (max-width:1600px) {
    #w029_about_culture_6 .grid .box .msg,
    #w029_about_culture_6 .grid .box2 {padding: 0.3rem;}
}
@media screen and (max-width:1400px) {
    #w029_about_culture_6 .grid {grid-template-columns: repeat(2,calc((100% - 0.22rem)/2));grid-template-rows: repeat(4,1fr);}
    #w029_about_culture_6 .grid .box1 {grid-area: 1/1/2/3;}
    #w029_about_culture_6 .grid .box2 {grid-area: 2/1/4/3;}
    #w029_about_culture_6 .grid .box3 {grid-area: 4/1/5/2;}
    #w029_about_culture_6 .grid .box4 {grid-area: 4/2/5/3;}
}
@media screen and (max-width:750px) {
    #w029_about_culture_6 .entitle,
    #w029_about_culture_6 .cntitle {font-size: var(--font-big-S);}
    #w029_about_culture_6 .cntitle {margin: 0.4rem 0;}
    #w029_about_culture_6 .grid {grid-template-columns: 100%;grid-template-rows: repeat(7,1fr);}
    #w029_about_culture_6 .grid .box1 {grid-area: 1/1/2/2;}
    #w029_about_culture_6 .grid .box2 {grid-area: 2/1/4/2;}
    #w029_about_culture_6 .grid .box3 {grid-area: 4/1/6/2;}
    #w029_about_culture_6 .grid .box4 {grid-area: 6/1/8/2;}
    #w029_about_culture_6 .grid .box .msg .brief {opacity: 1;}
    #w029_about_culture_6 .grid .box .msg .icon .img,
    #w029_about_culture_6 .grid .box2 .msg .img {width: 0.8rem;height: 0.8rem;}
    #w029_about_culture_6 .grid .box .msg .icon .img .svg,
    #w029_about_culture_6 .grid .box2 .msg .img .svg {min-width: 80%;min-height: 80%;}
    #w029_about_culture_6 .grid .box .msg .icon .name,
    #w029_about_culture_6 .grid .box2 .msg .name {font-size: var(--font-sma-S);}
    #w029_about_culture_6 .grid .box .msg .icon .name::before,
    #w029_about_culture_6 .grid .box2 .msg .name::before {height: 5px;width: 0.5rem;}
    #w029_about_culture_6 .grid .box .msg .brief,
    #w029_about_culture_6 .grid .box2 .msg .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}
/* 首页-合作伙伴 */
#w004_index_partner_34 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}
#w004_index_partner_34 .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);text-align: var(--title_align);margin-bottom: 0.8rem;}

#w004_index_partner_34 .button {margin: 0.65rem auto 0;width: 1.6rem;height: 0.5rem;display: flex;justify-content: center;align-items: center;font-size: 0.18rem;transition: 0.3s; color: var(--moreStyle_font_color);background-color: var(--moreStyle_bg_color);border-radius:var(--moreStyle_border_radius);border-width: var(--moreStyle_border_width);border-style: var(--moreStyle_border_style);border-color: var(--moreStyle_border_color);}

#w004_index_partner_34.myleft .title {text-align: left;}
#w004_index_partner_34.mycenter .title {text-align: center;}
#w004_index_partner_34.myright .title {text-align: right;}

#w004_index_partner_34 .content {/*border: 1px solid #eaeef9;*/display: flex;flex-wrap: wrap;}
#w004_index_partner_34 .content .box {width: 20%;height: 1.7rem;border-right: 1px solid #eaeef9;border-bottom: 1px solid #eaeef9;box-sizing: border-box;display: flex;align-items: center;justify-content: center;position: relative;}
#w004_index_partner_34 .content .box:nth-child(5n+1){border-left: 1px solid #eaeef9;}
#w004_index_partner_34 .content .box:nth-child(-n+5){border-top: 1px solid #eaeef9;}

#w004_index_partner_34 .content .box:before {display: block;content: '';position: absolute;top: 50%;left: 50%;opacity: 0;width: 100%;height: 100%;transform: translate(-50%, -50%);transition: all .3s;}


@media (any-hover: hover){
    #w004_index_partner_34 .content .box:hover::before {opacity: 1;width: 105%;height: 105%;background: #fff;border-bottom: 3px solid var(--borderColor);box-shadow: 0px 0.1rem 0.2rem 3px rgba(30,33,130,0.2);}
    #w004_index_partner_34 .content .box:hover{z-index: 2;}
}

@media screen and (max-width:750px) {
    #w004_index_partner_34 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_partner_34 .title {font-size:var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}

    #w004_index_partner_34 .content .box {width: 25%;height: 1.4rem;border-right: 1px solid #eaeef9;border-bottom: 1px solid #eaeef9;box-sizing: border-box;display: flex;align-items: center;justify-content: center;position: relative;}
    #w004_index_partner_34 .content .box:nth-child(4n+1){border-left: 1px solid #eaeef9;}
    #w004_index_partner_34 .content .box:nth-child(-n+4){border-top: 1px solid #eaeef9;}
}
/* 全局 */
.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: 0.43rem;}
#w029_index_footer_26 .form {gap: 0.15rem;}
#w029_index_footer_26 .form .input {width: 21%;height: 0.6rem;background-color: var(--inputBgColor);font-size: 0.18rem;line-height: 0.6rem;color: var(--inputColor);padding: 0 0.15rem;}
#w029_index_footer_26 .form .textarea {width: 43%;height: 0.6rem;background-color: var(--inputBgColor);font-size: 0.18rem;line-height: 0.6rem;color: var(--inputColor);padding: 0 0.15rem;}
#w029_index_footer_26 .form input {width: 100%;}
#w029_index_footer_26 .form .btn {font-size: 0.18rem;line-height: 1;width: calc((15% - 0.15rem*3));height: 0.6rem; 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: 0.18rem;line-height: 0.24rem;margin: 0.38rem 0 0.65rem;}


#w029_index_footer_26_msg {padding-top: 0.7rem;}
#w029_index_footer_26_msg .msg {gap: 1.2rem;}
#w029_index_footer_26_msg .msg .logo {width: 1.25rem;height: 1.25rem;}
#w029_index_footer_26_msg .msg .list .text,
#w029_index_footer_26_msg .msg .list .copy {font-size: 0.16rem;line-height: 0.36rem;color: var(--font_color_2);}
#w029_index_footer_26_msg .follow .dt {gap: 0.2rem;}
#w029_index_footer_26_msg .follow .dt .icon {font-size: 0.24rem;line-height: 1;width: 0.4rem;height: 0.4rem;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: 0.16rem;line-height: 0.26rem;color: var(--font_color_2);margin-top: 0.2rem;}

@media screen and (max-width:1200px) {
    #w029_index_footer_26 .form .input {width: calc((100% - 0.15rem)/2);}
    #w029_index_footer_26 .form .textarea {width: calc(100% - 2rem - 0.15rem);}
    #w029_index_footer_26 .form .btn {width: 2rem;}
    #w029_index_footer_26_msg .msg {gap: 0.4rem;}
    #w029_index_footer_26_msg .msg .list {width: 100%;}
}
@media screen and (max-width:850px) {
    #w029_index_footer_26_msg {padding-top: 0.4rem;}
    #w029_index_footer_26_msg .msg {width: 100%;margin-bottom: 0.4rem;}
}
@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: 0.8rem;line-height: 0.8rem;font-size: var(--font-txt-S);}
    #w029_index_footer_26 .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin: 0.4rem 0;}
    #w029_index_footer_26_msg .msg .logo {width: 2rem;height: 2rem;}
    #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: 0.8rem;height: 0.8rem;font-size: 0.48rem;}
    #w029_index_footer_26_msg .follow .dd {font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}
