
/*
 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_9_bg {width: 100%;height: 100%;top: 0;left: 0;}
#w029_case_hengfu_9_bg .appBanner {display: none;}
@media screen and (max-width:750px) {
    #w029_case_hengfu_9_bg .appBanner {display: block;}
    #w029_case_hengfu_9_bg .pcBanner {display: none;}
}

#w029_case_hengfu_9 .img{min-height: 400px;}
#w029_case_hengfu_9 .img img{width: 100%;display: block;}
#w029_case_hengfu_9 .imgApp{display: none;min-height: 480px;}
#w029_case_hengfu_9 .imgApp img{width: 100%;display: block;}
#w029_case_hengfu_9 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#w029_case_hengfu_9 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#w029_case_hengfu_9.height_change .position_box{width: 100%;height: calc((100% - 100px));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#w029_case_hengfu_9 .text{display: flex;flex-direction: column;width: 100%;padding: 15px 0;}
#w029_case_hengfu_9 .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_9 .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_9 .position_box[position="2"],
#w029_case_hengfu_9 .position_box[position="5"],
#w029_case_hengfu_9 .position_box[position="8"]{text-align: center;}
#w029_case_hengfu_9 .position_box[position="3"],
#w029_case_hengfu_9 .position_box[position="6"],
#w029_case_hengfu_9 .position_box[position="9"]{text-align: right;}




#w029_case_hengfu_9_nav {left: 0;width: 100%;overflow: hidden;z-index: 2;transform: translateY(-50%);}
#w029_case_hengfu_9_nav .nav {height: 100px;background-color: var(--navColor);position: relative;}
#w029_case_hengfu_9_nav .nav::before {position: absolute;content: '';height: 100%;top: 0;right: 100%;width: 1000px;background-color: var(--navColor);}

#w029_case_hengfu_9_nav .nav .category{width: 100%;height: 100%;}
#w029_case_hengfu_9_nav .nav .category .a{font-size: 18px;line-height: 1;color: #fff;}
#w029_case_hengfu_9_nav .nav .category .a.cur{background-color: var(--curFontColor);}

@media (any-hover:hover) {
    #w029_case_hengfu_9_nav .nav .category .a:hover{background-color: var(--curFontColor);}
}
@media screen and (max-width:1200px) {
    #w029_case_hengfu_9_nav {transform: translateY(-100%);}
    #w029_case_hengfu_9_nav .nav::before {right: -50%;width: 200%;}
}
@media screen and (max-width:750px) {
    #w029_case_hengfu_9_nav .nav .category .a {font-size: var(--font-txt-S);}
}

@media screen and (max-width:751px) {
    #w029_case_hengfu_9 .img{display: none;}
    #w029_case_hengfu_9 .imgApp{display: block;}
    #w029_case_hengfu_9 .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_9 .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_9.height_change .position_box{height: calc((100% - 120px));}
}
#w029_blog_detail_detail_10_head {padding-top: var(--paddingTop);background-color: var(--bgColor);}
@media screen and (max-width:750px) {
    #w029_blog_detail_detail_10_head {padding-top: var(--appPaddingTop);}
}

#w029_blog_detail_detail_10_head .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_blog_detail_detail_10_head.myleft .title{text-align: left;}
#w029_blog_detail_detail_10_head.myright .title{text-align: right;}
#w029_blog_detail_detail_10_head.mycenter .title{text-align: center;}

#w029_blog_detail_detail_10_head .link {padding: 55px 0 66px;}
#w029_blog_detail_detail_10_head .link .msg {gap: 50px;font-size: 18px;line-height: 28px;color: #333;}
#w029_blog_detail_detail_10_head .link .follow .share {font-size: 18px;line-height: 1;color: #333;margin-right: 5px;}
#w029_blog_detail_detail_10_head .link .follow .dt {gap: 8px;}
#w029_blog_detail_detail_10_head .link .follow .dt .icon {font-size: 24px;line-height: 1;color: #fff;width: 36px;height: 36px;border-radius: 50%;background-color: #eee;}
#w029_blog_detail_detail_10_head .link .follow .dt .icon.thicon-weixin {background-color: #7dd25b;}
#w029_blog_detail_detail_10_head .link .follow .dt .icon.thicon-QQ {background-color: #2a9dff;}
#w029_blog_detail_detail_10_head .link .follow .dt .icon.thicon-weibo {background-color: #e71f19;}
@media screen and (max-width:750px) {
    #w029_blog_detail_detail_10_head .link {padding: 55px 0;}
    #w029_blog_detail_detail_10_head .link .msg {width: 100%;margin-bottom: 55px;font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w029_blog_detail_detail_10_head .link .follow .share {font-size: var(--font-txt-S);}
    #w029_blog_detail_detail_10_head .link .follow .dt {gap: 20px;}
    #w029_blog_detail_detail_10_head .link .follow .dt .icon {width: 80px;height: 80px;font-size: var(--font-sub-S);}
}


#w029_blog_detail_detail_10_main .detail {font-size: 18px;line-height: 36px;color: #333;border-bottom: 1px solid rgba(153,153,153,0.3);padding: 80px 0;}
@media screen and (max-width:750px) {
    #w029_blog_detail_detail_10_main .detail {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}


#w029_blog_detail_detail_10_foot {padding: 50px 0 var(--paddingBottom);}
#w029_blog_detail_detail_10_foot .button {max-width: calc(100% - 300px);}
#w029_blog_detail_detail_10_foot .button .link {font-size: 18px;line-height: 36px;color: #999;}
#w029_blog_detail_detail_10_foot .button .link .msg {flex-shrink: 0;}
#w029_blog_detail_detail_10_foot .return {font-size: 18px;line-height: 1;width: 200px;height: 55px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
@media (any-hover:hover) {
    #w029_blog_detail_detail_10_foot .button .link:hover {color: var(--fontColor);}
}
@media screen and (max-width:750px) {
    #w029_blog_detail_detail_10_foot .button {max-width: 100%;width: 100%;margin-bottom: 40px;}
    #w029_blog_detail_detail_10_foot .button .link {font-size: var(--font-txt-S);line-height: 80px;}
    #w029_blog_detail_detail_10_foot .return {width: 240px;height: 80px;border-radius: 40px;font-size: var(--font-txt-S);}
}
/* 全局 */
.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);}
}