
/*
 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_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: 400px;}
#w029_case_hengfu_1 .img img{width: 100%;display: block;}
#w029_case_hengfu_1 .imgApp{display: none;min-height: 480px;}
#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% - 100px));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#w029_case_hengfu_1 .text{display: flex;flex-direction: column;width: 100%;padding: 15px 0;}
#w029_case_hengfu_1 .text .name{font-size: var(--small_size);color: var(--small_color);font-weight: var(--small_weight);font-style: var(--small_style);line-height: var(--small_lh);margin-bottom: 26px;pointer-events: all;}
#w029_case_hengfu_1 .text .subname{font-size: var(--big_size);color: var(--big_color);font-weight: var(--big_weight);font-style: var(--big_style);line-height: var(--big_lh);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: 100px;background-color: var(--navColor);position: relative;}
#w029_case_hengfu_1_nav .nav::before {position: absolute;content: '';height: 100%;top: 0;right: 100%;width: 1000px;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: 18px;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_size_mobile);color: var(--small_color_mobile);font-weight: var(--small_weight_mobile);font-style: var(--small_style_mobile);}
    #w029_case_hengfu_1 .text .subname{font-size: var(--big_size_mobile);color: var(--big_color_mobile);font-weight: var(--big_weight_mobile);font-style: var(--big_style_mobile);}

    #w029_case_hengfu_1.height_change .position_box{height: calc((100% - 120px));}
}
.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% - 120px);position: relative;margin-bottom: 94px;}
#w029_about_detail_2 .content .pic .img {padding-top: 93.5%;}
#w029_about_detail_2 .content .pic .icon {right: -54px;bottom: -94px;width: 267px;background-color: var(--iconColor);padding: 30px 25px;}
#w029_about_detail_2 .content .pic .icon .enIcon {font-size: 38px;line-height: 40px;color: #fff;}
#w029_about_detail_2 .content .pic .icon .cnIcon {font-size: 24px;line-height: 44px;color: #fff;margin-top: 10px;}
#w029_about_detail_2 .content .text {max-width: 875px;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: 20px;}
#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: 40px;}

#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: 80px 0;}
    #w029_about_detail_2 .content {width: 100%;}
    #w029_about_detail_2 .content .pic {width: 100%;margin-bottom: 60px;}
    #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: 30px 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: 870px;}


#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: 157px;}

#w029_about_history_3 .icon {font-size: 260px;line-height: 160px;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: 80px;white-space: nowrap;}
#w029_about_history_3 .list {background-color: #fff;position: relative;padding-top: 10px;padding-left: 100px;}
#w029_about_history_3 .list::before {position: absolute;content: '';top: 0;left: 100%;height: 100%;width: 999px;background-color: #fff;}
#w029_about_history_3 .list .li {padding: 60px 0;border-bottom: 1px solid #e5e5e5;}
#w029_about_history_3 .list .li .category {width: 200px;}
#w029_about_history_3 .list .li .category .en {font-size: 30px;line-height: 1;color: #ccc;margin-bottom: 10px;}
#w029_about_history_3 .list .li .category .cn {font-size: 24px;line-height: 1;color: var(--fontColor);}
#w029_about_history_3 .list .li .msg {width: 970px;max-width: calc(100% - 250px);;}
#w029_about_history_3 .list .li .msg .cli {margin-bottom: 12px;}
#w029_about_history_3 .list .li .msg .cli:last-child {margin-bottom: 0;}
#w029_about_history_3 .list .li .msg .cli .time {font-size: 20px;line-height: 30px;color: #333;margin-right: 55px;}
#w029_about_history_3 .list .li .msg .cli .brief {font-size: 18px;line-height: 30px;color: #333;}

@media screen and (max-width:1000px) {
    #w029_about_history_3 .list {padding: 0 40px;}
    #w029_about_history_3 .list .li .category {width: 100%;margin-bottom: 30px;}
    #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: 150px;}
    #w029_about_history_3 .list::before {display: none;}
    #w029_about_history_3 .list .li .category .en {font-size: var(--font-sub-S);margin-bottom: 20px;}
    #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: 40px;}
    #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: 20px;}
    #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: 185px;padding-top: 75px;}

#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: 0px 0 40px;}
#w029_about_honor_4 .text .brief {font-size: 18px;line-height: 36px;color: #333;margin-bottom: 70px;}

#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: 30px;}
#w029_about_honor_4 .text .data .numb {font-size: 60px;line-height: 50px;font-weight: bold;}
#w029_about_honor_4 .text .data .icon {font-size: 30px;line-height: 1;}
#w029_about_honor_4 .text .data .unit {font-size: 18px;line-height: 1;margin-left: 10px;}
#w029_about_honor_4 .text .data .name {font-size: 20px;line-height: 30px;margin: 15px 0;}

@media screen and (max-width:1400px) {
    #w029_about_honor_4 .text {padding-left: 40px;}
}
@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 40px;margin-bottom: 60px;}
}
@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: 40px 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: 20px;}

#w029_about_core_5_list {width: 50%;padding-top:90px;}
#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: 70px;}
#w029_about_core_5_list .list .li {position: relative;color: #fff;padding: 40px 0;}
#w029_about_core_5_list .list .li::before {position: absolute;content: '';top: 0;right: 0;height: 100%;width: calc(100% + 1000px);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% - 150px);}
#w029_about_core_5_list .list .li .text .numb {font-size: 28px;line-height: 1;flex-shrink: 0;margin-right: 25px;}
#w029_about_core_5_list .list .li .text .msg {width: 85%;}
#w029_about_core_5_list .list .li .text .msg .name {font-size: 24px;line-height: 1;margin-bottom: 20px;max-width: 100%;}
#w029_about_core_5_list .list .li .text .msg .brief {font-size: 18px;line-height: 1;max-width: 100%;}
#w029_about_core_5_list .list .li .icon {font-size: 24px;line-height: 1;width: 150px;opacity: 0;}


#w029_about_core_5_img {width: 50%;}
#w029_about_core_5_img .img {width: 50vw;transform: translateY(-147px);}
#w029_about_core_5_img .img::before {padding-top: 81.25%;}


#w029_about_core_5_text {font-size: 260px;line-height: 160px;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: -20px;bottom: -40px;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: 40px;}
    #w029_about_core_5_list .list .li::before {right: -500px;}
    #w029_about_core_5_list .list .li .text {width: calc(100% - 100px);}
    #w029_about_core_5_list .list .li .icon {width: 100px;}
    #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: 40px;}
    #w029_about_core_5_list {padding-top: 60px;}
    #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: 30px;}
    #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: 0px 0 80px;}

#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% - 66px)/4));gap: 22px;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: 50px;}
#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: 50px;}
#w029_about_culture_6 .grid .box .msg .icon {flex-shrink: 0;margin-right: 30px;}
#w029_about_culture_6 .grid .box .msg .icon .img {width: 50px;height: 50px;}
#w029_about_culture_6 .grid .box .msg .icon .name {font-size: 24px;line-height: 1;color: #fff;padding: 25px 0;position: relative;}
#w029_about_culture_6 .grid .box .msg .icon .name::before {position: absolute;content: '';left: 0;bottom: 0;width: 30px;height: 3px;background-color: var(--fontColor);}
#w029_about_culture_6 .grid .box .msg .brief {font-size: 18px;line-height: 30px;color: #fff;opacity: 0;}

#w029_about_culture_6 .grid .box2 .msg .img {width: 50px;height: 50px;}
#w029_about_culture_6 .grid .box2 .msg .name {font-size: 24px;line-height: 1;color: #fff;padding: 25px 0;position: relative;margin-bottom: 20px;}
#w029_about_culture_6 .grid .box2 .msg .name::before {position: absolute;content: '';left: 0;bottom: 0;width: 30px;height: 3px;background-color: var(--fontColor);}
#w029_about_culture_6 .grid .box2 .msg .brief {font-size: 18px;line-height: 30px;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: 30px;}
}
@media screen and (max-width:1400px) {
    #w029_about_culture_6 .grid {grid-template-columns: repeat(2,calc((100% - 22px)/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: 40px 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: 80px;height: 80px;}
    #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: 50px;}
    #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: 80px;}

#w004_index_partner_34 .button {margin: 65px auto 0;width: 160px;height: 50px;display: flex;justify-content: center;align-items: center;font-size: 18px;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: 170px;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 10px 20px 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: 140px;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: 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);}
}