
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/


#temp_wcb_header_header03_8_nav{}
#temp_wcb_header_header03_8_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_8_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_8_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_8_nav .weblogo{height: 100%;overflow: hidden;transition: .3s;}
#temp_wcb_header_header03_8_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#temp_wcb_header_header03_8_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #temp_wcb_header_header03_8_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #temp_wcb_header_header03_8_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_8_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_8_nav .weblogo .logo_b{display: block;}


/* 按钮部分 */
#temp_wcb_header_header03_8_nav .head_btn{display: flex;align-items: center;font-size: 16px;transition: .3s;}
#temp_wcb_header_header03_8_nav .head_btn > *{padding: 10px 15px;}
#temp_wcb_header_header03_8_nav .head_btn > *:last-child{padding-right: 0;}
#temp_wcb_header_header03_8_nav .head_btn > * > i{font-size: 20px;}
#temp_wcb_header_header03_8_nav .head_btn .language i{margin-right: 6px;}



/* 移动端菜单按钮 */
#temp_wcb_header_header03_8_nav .head_menu{display: flex;}
#temp_wcb_header_header03_8_nav .head_menu .menu{display: block;padding: 30px 20px;position: relative;cursor: pointer;margin-left: -20px;}
#temp_wcb_header_header03_8_nav .head_menu .span{transition: .3s;transform-style: preserve-3d;width: 40px;height: 20px;line-height: 20px;margin-left: -14px;}
#temp_wcb_header_header03_8_nav .head_menu .span > *{position: absolute;left: 0;bottom: 0;right: 0;top: 0;text-align: center;}
#temp_wcb_header_header03_8_nav .head_menu .span_m{transform: translateZ(10px);}
#temp_wcb_header_header03_8_nav .head_menu .span_c{transform: rotateX(-90deg) translateZ(10px);}
#temp_wcb_header_header03_8_nav .head_menu .menu i{width: 20px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#temp_wcb_header_header03_8_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_8_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_8_nav .head .menu i,
#header.fixed.scroll-top #temp_wcb_header_header03_8_nav .head .menu i::before,
#header.fixed.scroll-top #temp_wcb_header_header03_8_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_8_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_8_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_8_nav .head .menu i::after{background: #333;}





/*
 menu_expand    侧边栏展开状态
*/
/* 菜单按钮    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header03_8_nav .head{border-bottom-color: transparent !important;box-shadow: none;}
#header.menu_expand #temp_wcb_header_header03_8_nav .menu i{background: transparent !important;}
#header.menu_expand #temp_wcb_header_header03_8_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #temp_wcb_header_header03_8_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #temp_wcb_header_header03_8_nav .span{transform: rotateX(90deg);color: var(--head_fz_color);}

#header.menu_expand #temp_wcb_header_header03_8_nav .weblogo,
#header.menu_expand #temp_wcb_header_header03_8_nav .head_btn{opacity: 0;}












@media only screen and (max-width: 900px) {
    #temp_wcb_header_header03_8_nav .head_btn .search i {font-size: 26px;}
    #temp_wcb_header_header03_8_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #temp_wcb_header_header03_8_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #temp_wcb_header_header03_8_nav .head{height: var(--head_top_height_app);}


    #temp_wcb_header_header03_8_nav .head_btn .search i {font-size: var(--font-txt-S);}
    #temp_wcb_header_header03_8_nav .head_btn .language{margin-right: 20px;font-size: var(--font-txt-S);}
    #temp_wcb_header_header03_8_nav .head_btn .language i {font-size: var(--font-txt-S);margin-right: 10px;}

    #temp_wcb_header_header03_8_nav .head .menu i{width: 46px;height: 3px;}
    #temp_wcb_header_header03_8_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #temp_wcb_header_header03_8_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #temp_wcb_header_header03_8_nav .head_menu .span{width: 80px;height: 40px;line-height: 40px;}
    #temp_wcb_header_header03_8_nav .head_menu .span > *{font-size: var(--font-bri-S);}
    #temp_wcb_header_header03_8_nav .head_menu .span_m{transform: translateZ(20px);}
    #temp_wcb_header_header03_8_nav .head_menu .span_c{transform: rotateX(-90deg) translateZ(20px);}
}

#w005_service_picture_17 .img{min-height: 400px;}
#w005_service_picture_17 .img img{width: 100%;display: block;}
#w005_service_picture_17 .imgApp{display: none;min-height: 480px;}
#w005_service_picture_17 .imgApp img{width: 100%;display: block;}
#w005_service_picture_17 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#w005_service_picture_17 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#w005_service_picture_17.height_change .position_box{width: 100%;height: calc((100% - 100px));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#w005_service_picture_17 .text{display: flex;flex-direction: column;width: 100%;padding: 15px 0;}
#w005_service_picture_17 .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;}
#w005_service_picture_17 .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;}


#w005_service_picture_17 .position_box[position="2"],
#w005_service_picture_17 .position_box[position="5"],
#w005_service_picture_17 .position_box[position="8"]{text-align: center;}
#w005_service_picture_17 .position_box[position="3"],
#w005_service_picture_17 .position_box[position="6"],
#w005_service_picture_17 .position_box[position="9"]{text-align: right;}

@media screen and (max-width:751px) {
    #w005_service_picture_17 .img{display: none;}
    #w005_service_picture_17 .imgApp{display: block;}
    #w005_service_picture_17 .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);}
    #w005_service_picture_17 .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);}

    #w005_service_picture_17.height_change .position_box{height: calc((100% - 120px));}
}
#w005_service_breadcrumb_18 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);gap: 30px;background: var(--bg_color);}

#w005_service_breadcrumb_18 .breadcrumb{font-size: var(--crumb_fz_px);;line-height: 1;display: flex;align-items: center;}
#w005_service_breadcrumb_18 .breadcrumb i{font-size: 18px;color: #888888;}
#w005_service_breadcrumb_18 .breadcrumb .before{color: #333;}
#w005_service_breadcrumb_18 .breadcrumb .span{margin: 0 18px;}
#w005_service_breadcrumb_18 .breadcrumb .span i{font-size: 14px;}


#w005_service_breadcrumb_18 .category{font-size: var(--links_fz_px);line-height: 1;display: flex;align-items: center;justify-content: flex-end;color: #333;flex-wrap: wrap;gap: 30px 5px;}
#w005_service_breadcrumb_18 .category .a{padding-left: 60px;position: relative;display: block;transition: .3s;}
#w005_service_breadcrumb_18 .category .a::before{display: block;content: '';width: 30px;height: 3px;background: var(--curFontColor);position: absolute;left: 24px;top:50%;transform: translateY(-50%);max-width: 0;overflow: hidden;transition: .3s;}
#w005_service_breadcrumb_18 .category .a:hover{color: var(--curFontColor);}
#w005_service_breadcrumb_18 .category .a.cur{font-weight: bold;color: var(--curFontColor);}
#w005_service_breadcrumb_18 .category .a:hover::before,
#w005_service_breadcrumb_18 .category .a.cur::before{max-width: 30px;}

#w005_service_breadcrumb_18 .return {font-size: var(--links_fz_px);line-height: 1;color:#333;}
#w005_service_breadcrumb_18 .return .img {width: 23px;height: 23px;margin-right: 10px;}
#w005_service_breadcrumb_18 .return .img .svg {fill: var(--curFontColor);}


@media screen and (max-width:750px) {
    #w005_service_breadcrumb_18 {display: none;}
}
/* case_list */
#w005_case_list_19 {padding-top: var(--paddingTop);background: #fff;}

#w005_case_list_19 .title{margin-bottom: 80px;}
#w005_case_list_19 .title .u_name{font-size: 36px;line-height: 1;color: #333;font-weight: bold;margin-bottom: 30px;}
#w005_case_list_19 .title .u_tip{font-size: 16px;line-height: 1;color: #626466;}


#w005_case_list_19 .list{display: grid;grid-template-columns: repeat(3,calc((100% - 100px)/3));gap: 60px 50px;}
#w005_case_list_19 .list .li{padding-bottom: 40px;position: relative;}
#w005_case_list_19 .list .li::before{display: block;content: '';height: 2px;background: #333;position: absolute;bottom: 0px;left: 0;right: 0;}
#w005_case_list_19 .list .li::after{display: block;content: '';height: 2px;background: var(--hoverColor);position: absolute;bottom: 0px;left: 0;right: 100%;transition: .3s;}
#w005_case_list_19 .list .li .img{padding-top: 62.4%;}
#w005_case_list_19 .list .li .img img{transition: .3s;top: 0;}
#w005_case_list_19 .list .li .name{font-size: 24px;color: #333;margin: 40px 0 10px;transition: .3s;}
#w005_case_list_19 .list .li .category{font-size: 18px;color: #626466;}

#w005_case_list_19 .list .li .img:hover img{transform: scale(1.1);}
#w005_case_list_19 .list .li:hover::after{right: 0;}
#w005_case_list_19 .list .li:hover .name{color: var(--hoverColor);}


/* 分页样式 */
#w005_case_list_19_page{ padding: 50px 0 0; padding-bottom: var(--paddingBottom);}


@media screen and (max-width:750px) {
    #w005_case_list_19 {padding-top: var(--appPaddingTop);}
    #w005_case_list_19 { padding-bottom: var(--appPaddingBottom);}

    #w005_case_list_19 .title{}
    #w005_case_list_19 .title .u_name{font-size: var(--font-sub-S);line-height:var(--font-sub-L);}
    #w005_case_list_19 .title .u_tip{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}


    #w005_case_list_19 .list{display: block;}
    #w005_case_list_19 .list .li{padding-bottom: 40px;margin-bottom: 50px;}

    #w005_case_list_19 .list .li .name{font-size: var(--font-sma-S);margin: 40px 0 10px;}
    #w005_case_list_19 .list .li .category{font-size: var(--font-txt-S);}

    #w005_case_list_19_case_page{font-size: var(--font-txt-S);}
}

.w019_index_footer_9_footer_wrap{padding-top: var(--paddingTop);background: var(--bg_color);color: var(--font_color_1);position: relative;}
@media only screen and (max-width: 750px) {
    .w019_index_footer_9_footer_wrap{padding-top: var(--appPaddingTop);}
}
.w019_index_footer_9_footer_wrap_el{padding: 0 60px;background: var(--bg_color);margin-top: -84px;position: relative;z-index: 1;}


#w019_index_footer_9_third{display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid var(--font_color_3);height: 168px;}
#w019_index_footer_9_third .links{display: flex;align-items: center;}
#w019_index_footer_9_third .links .a{margin-right: 18px;width: 50px;height: 50px;background: #F5F5F5;border-radius: 50%;transition: .3s;font-size: 24px;color: #181818;}

#w019_index_footer_9_third .t_top{color: var(--font_color_1);font-size: 14px;}
#w019_index_footer_9_third .t_top i{width: 50px;height: 50px;border-radius: 50%;background: var(--font_color_1);color: var(--bg_color);font-size: 20px;margin-right: 10px;}

@media (any-hover: hover){
    #w019_index_footer_9_third .links .a:hover{background: var(--hoverFontColor);color: #fff;}
}
@media only screen and (max-width: 750px) {
    #w019_index_footer_9_third{}
    #w019_index_footer_9_third .links{flex: 1;flex-wrap: wrap;}
    #w019_index_footer_9_third .links .a{width: 70px;height: 70px;font-size: var(--font-txt-S);}
    #w019_index_footer_9_third .t_top{font-size: var(--font-bri-S);}
    #w019_index_footer_9_third .t_top i{width: 70px;height: 70px;font-size: var(--font-txt-S);}
}



#w019_index_footer_9_nav{display: flex;justify-content: space-between;flex-wrap: wrap;gap:20px 120px;padding: 56px 0 40px;}
#w019_index_footer_9_nav .dt{margin-bottom: 40px;font-size: 16px;line-height: 1;font-weight: bold;}
#w019_index_footer_9_nav .dd{margin-bottom: 18px;font-size: 14px;line-height: 20px;transition: 0.3s;color: var(--font_color_2)}
#w019_index_footer_9_nav_app{display: none;}

@media (any-hover: hover){
    #w019_index_footer_9_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media only screen and (max-width: 750px) {
    #w019_index_footer_9_nav{display: none;}
    #w019_index_footer_9_nav_app{display: block;margin-bottom: 60px;}
    #w019_index_footer_9_nav_app .dl{}
    #w019_index_footer_9_nav_app .dl .dt{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 20px 0;border-bottom: 1px solid  var(--font_color_3);}
    #w019_index_footer_9_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #w019_index_footer_9_nav_app .dl .dt.cur > i{transform: rotateZ(90deg);}
    #w019_index_footer_9_nav_app .dd .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 20px 0;padding-left: 15px;border-bottom: 1px solid  var(--font_color_3);}
}


#w019_index_footer_9_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;color: var(--font_color_1);}
#w019_index_footer_9_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w019_index_footer_9_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w019_index_footer_9_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;border: none;}
}

#w019_index_footer_9_copyright{font-size: 14px;color: var(--font_color_2);height: 120px;border-top: 1px solid  var(--font_color_3);gap: 10px 20px;}
#w019_index_footer_9_copyright .copy{flex: 1;}
#w019_index_footer_9_copyright .logo{}
#w019_index_footer_9_copyright .icp{flex: 1;display: flex;justify-content: flex-end;flex-wrap: wrap;gap: 10px 20px;}

@media only screen and (max-width: 750px) {
    #w019_index_footer_9_copyright {font-size: var(--font-bri-S);line-height:var(--font-bri-L);height: auto;padding: 30px 0;display: flex;flex-direction: column;align-items: center;border: none;}
    #w019_index_footer_9_copyright .icp{justify-content:center}
}