
#_temp_wcb_inner_hf_hengfu01_1 .img{min-height: 4rem;}
#_temp_wcb_inner_hf_hengfu01_1 .img img{width: 100%;display: block;}
#_temp_wcb_inner_hf_hengfu01_1 .imgApp{display: none;min-height: 4.8rem;}
#_temp_wcb_inner_hf_hengfu01_1 .imgApp img{width: 100%;display: block;}
#_temp_wcb_inner_hf_hengfu01_1 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#_temp_wcb_inner_hf_hengfu01_1 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#_temp_wcb_inner_hf_hengfu01_1.height_change .position_box{width: 100%;height: calc((100% - 1rem));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#_temp_wcb_inner_hf_hengfu01_1 .text{display: flex;flex-direction: column;width: 100%;padding: .15rem 0;}
#_temp_wcb_inner_hf_hengfu01_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: .26rem;pointer-events: all;}
#_temp_wcb_inner_hf_hengfu01_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;}


#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="2"],
#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="5"],
#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="8"]{text-align: center;}
#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="3"],
#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="6"],
#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="9"]{text-align: right;}

@media screen and (max-width:751px) {
    #_temp_wcb_inner_hf_hengfu01_1 .img{display: none;}
    #_temp_wcb_inner_hf_hengfu01_1 .imgApp{display: block;}
    #_temp_wcb_inner_hf_hengfu01_1 .text .name{font-size: var(--small_mobile_px);color: var(--small_mobile_color);font-weight: var(--small_mobile_font_weight);max-height: calc(2 * var(--small_mobile_line_height));}
    #_temp_wcb_inner_hf_hengfu01_1 .text .subname{font-size: var(--big_mobile_px);color: var(--big_mobile_color);font-weight: var(--big_mobile_font_weight);max-height: calc(2 * var(--big_mobile_line_height));}

    #_temp_wcb_inner_hf_hengfu01_1.height_change .position_box{height: calc((100% - 1.2rem));}
}
.w012_solution_plan_list_2_wrap {background-color: #fff;padding-top:var(--paddingTop);}
@media screen and (max-width:750px) {
	.w012_solution_plan_list_2_wrap {padding-top: var(--appPaddingTop);}
}
/*  */
#w012_solution_plan_list_2 {display: grid;grid-template-columns: repeat(2,calc((100% - 0.4rem)/2));gap:0.2rem}
#w012_solution_plan_list_2 .case {color: #999999;background: #fff;}
#w012_solution_plan_list_2 .case .title{font-size: 0.24rem;color:#333333;margin-bottom: 0.3rem;font-weight: bold;}
#w012_solution_plan_list_2 .case .bot_brief {font-size: 0.16rem;margin-bottom: 0.5rem;max-height: 1.4rem;color: #666666;line-height: 0.24rem;}
#w012_solution_plan_list_2 .case .img {position: relative;margin-bottom:0.5rem;}
#w012_solution_plan_list_2 .case .img .picture {height: 4.15rem;}
#w012_solution_plan_list_2 .case .img .mark{height:0;width: 100%;bottom: 0;background-color:var(--backgroundColor);opacity:0;transition: 0.6s;}
#w012_solution_plan_list_2 .case .img .mark .add{font-size: 0.3rem; color:#fff}

@media screen and (max-width:950px) {
	#w012_solution_plan_list_2 {grid-template-columns:100%;}
}

@media screen and (max-width:750px) {
	#w012_solution_plan_list_2 .case .title{font-size:var(--font-sub-S)}
	#w012_solution_plan_list_2 .case .bot_brief {font-size: var(--font-txt-S);line-height:var(--font-txt-L);}
}

@media (any-hover: hover) {
	#w012_solution_plan_list_2 .case:hover{transform: translateY(-0.1rem);}
	#w012_solution_plan_list_2 .case:hover .img .mark{opacity:0.8;height: 0.5rem;}
}
/*  */
#w012_solution_plan_list_2_page{padding-bottom: var(--paddingBottom);padding-top: 1rem;}
@media screen and (max-width:750px) {
	#w012_solution_plan_list_2_page{padding-bottom: var(--appPaddingBottom);}
}
#w004_index_footer_12 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);overflow: hidden;background: var(--bg_color);color: var(--font_color_1);overflow: hidden;}

#w004_index_footer_12 .content {padding: 0 0 1rem;display: flex;justify-content: space-between;}

#w004_index_footer_12 .content .foot_nav {flex: 1;display: flex;flex-wrap: wrap;}
#w004_index_footer_12 .foot_nav .ul{margin-right: 1rem;margin-bottom: 0.2rem;}
#w004_index_footer_12 .foot_nav .ul .title {font-size: 0.18rem;line-height: 0.38rem;margin-bottom: 0.3rem;}
#w004_index_footer_12 .foot_nav .ul .li {font-size: 0.16rem;color: var(--font_color_2);line-height: 0.42rem;transition: 0.3s;}

@media (any-hover: hover){
    #w004_index_footer_12 .foot_nav .ul .li:hover{color:var(--navHoverColor);text-decoration:underline;}
}

/* 导航部分app */
#w004_index_footer_12 .foot_nav_app{display: none;}

#w004_index_footer_12 .content .contact_info {width: 35%;}
#w004_index_footer_12 .contact_info .top {display: flex;justify-content: space-between;}
#w004_index_footer_12 .contact_info .title {font-size: 0.18rem;line-height: 0.38rem;margin-bottom: 0.25rem;}
#w004_index_footer_12 .contact_info .phone {font-size: 0.32rem;line-height: 0.41rem;margin-bottom: 0.1rem;}
#w004_index_footer_12 .contact_info .email {font-size: 0.16rem;color: var(--font_color_2);}

#w004_index_footer_12 .contact_info .code {margin-top: 0.1rem;width: 1.4rem;height: 1.4rem;overflow: hidden;}
#w004_index_footer_12 .contact_info .text {font-size: 0.16rem;color: var(--font_color_2);margin-top: 0.16rem;}

#w004_index_footer_12 .contact_info .bottom {margin-top: 1.15rem;display: flex;flex-direction: column;align-items: flex-end;}
#w004_index_footer_12 .contact_info .bottom .link {display: flex;margin-bottom: 0.3rem;}
#w004_index_footer_12 .contact_info .bottom .link .box {width: 0.32rem;height: 0.32rem;border-radius: 50%;background: var(--font_color_2);position: relative;margin-left: 0.2rem;transition: .3s;}
#w004_index_footer_12 .contact_info .bottom .link .box i{color: #fff;font-size: 0.24rem;}
#w004_index_footer_12 .contact_info .bottom .link .box:first-child {margin-left: 0;}
#w004_index_footer_12 .contact_info .bottom .link .box:last-child .jump{transform: translateX(-60%);}
#w004_index_footer_12 .contact_info .bottom .text_img{max-height: 0.6rem;overflow: hidden;}

@media (any-hover: hover){
	#w004_index_footer_12 .contact_info .bottom .link .box:hover {background: var(--hoverColor)}
}
@media screen and (max-width:750px) {
	#w004_index_footer_12 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
	#w004_index_footer_12 .content {padding: 0 0 1rem;border-bottom: 1px solid var(--font_color_3);display: block;justify-content: space-between;}
	#w004_index_footer_12 .content .foot_nav {display: none;}

	#w004_index_footer_12 .content .contact_info {width: 100%;}
	#w004_index_footer_12 .contact_info .top{flex-direction: column;align-items: flex-start;}
	#w004_index_footer_12 .contact_info .title {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 0;}
	#w004_index_footer_12 .contact_info .phone {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 0;}
	#w004_index_footer_12 .contact_info .email {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
	#w004_index_footer_12 .contact_info .img{display: flex;flex-direction: column;align-items: flex-start;}
	#w004_index_footer_12 .contact_info .code {margin-top: 0.3rem;width: 2.4rem;height: 2.4rem;}
	#w004_index_footer_12 .contact_info .code img{width: 100%;}
	#w004_index_footer_12 .contact_info .text {font-size: var(--font-txt-S);}

	#w004_index_footer_12 .contact_info .bottom {margin-top: 0.5rem;align-items: flex-start;}
	#w004_index_footer_12 .contact_info .bottom .link .box {width: 0.6rem;height: 0.6rem;}
	#w004_index_footer_12 .contact_info .bottom .link .box i{font-size: var(--font-sma-S);}

	#w004_index_footer_12 .foot_nav_app{flex: 1;margin-bottom: 0.5rem;display: block;}
	#w004_index_footer_12 .foot_nav_app .ul{border-bottom: 1px solid rgba(230, 230, 230,0.5);}
	#w004_index_footer_12 .foot_nav_app .title{font-size: var(--font-sma-S);line-height: calc(2 * var(--font-sma-L));}
	#w004_index_footer_12 .foot_nav_app .title > i{font-size: var(--font-sma-S);transition: .3s;}
	#w004_index_footer_12 .foot_nav_app .ul.cur .title > i{transform: rotateZ(90deg);}

	#w004_index_footer_12 .foot_nav_app .li{display: none;}
	#w004_index_footer_12 .foot_nav_app .li .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w004_index_footer_12 .foot_nav_app .li .a:last-child{padding: 0px 0 0.5rem;}
}



/* 友情链接 */
#w004_index_footer_12_links{font-size: 0.16rem;height: 0.72rem;border-top: 1px solid var(--font_color_3);color: var(--font_color_2);}
#w004_index_footer_12_links .fd_link{display: flex;flex-wrap: wrap;gap: 0.1rem 0.26rem;}
#w004_index_footer_12_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w004_index_footer_12_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 0.16rem 0;}
}



#w004_index_footer_12 .copyright {font-size: 0.16rem;line-height: 1.8;color: var(--font_color_2);padding: 0.2rem 0;gap: 0.1rem 0.2rem;flex-wrap: wrap;border-top: 1px solid var(--font_color_3);}
#w004_index_footer_12 .copyright > *{display: flex;align-items: center;flex-wrap: wrap;gap: 0.1rem 0.2rem;}

@media screen and (max-width:750px) {
	#w004_index_footer_12 .copyright {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}