
.lyuiheader_nav_001{
    --padding: 20px;
    max-height: 100%;
    --font_1st_px: 16px;
    --head_top_height: 40px;
    --hoverColor: var(--mainColor);
    overflow: hidden
}
.lyuiheader_nav_001-li{font-size: var(--font_1st_px);height: var(--head_top_height);border-bottom: 1px solid transparent;padding: 0 var(--padding);transition: .3s ease-out;white-space: nowrap;}
.lyuiheader_nav_001-li-a{line-height: 2;}
.lyuiheader_nav_001-li:hover,
.lyuiheader_nav_001-li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
.lyuiheader_nav_001-hoverBlock-b .lyuiheader_nav_001-li:hover{border-bottom-color: var(--hoverColor);background-color: var(--hoverColor);color: #fff;}
.lyuiheader_nav_001.hide-active{opacity: 0;pointer-events: none;}
.lyuiheader_nav_001.hide-active *{pointer-events: none!important;}

/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/




#w001_index_header_50_nav{}
#w001_index_header_50_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 #w001_index_header_50_nav .head{border-bottom-color: rgba(255, 255, 255, 0.2);box-shadow: none;color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_50_nav .head{color: #333;}

#w001_index_header_50_nav .stockCode{margin-left: 10px;font-size: 16px;line-height: 1.5;opacity: 0.6;}


/* 背景色 */
#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部分 */
#w001_index_header_50_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_50_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_50_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_50_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_50_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_50_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_50_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_50_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_50_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_50_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_50_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_50_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_50_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_50_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_50_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_50_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-14px);transition: .3s;}
#w001_index_header_50_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(14px);transition: .3s;}
#header.fixed.scroll-top #w001_index_header_50_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_50_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_50_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_50_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_50_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_50_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_50_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_50_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_50_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_50_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_50_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_50.pc_app #w001_index_header_50_nav .head_nav .li{display: none;}
.w001_index_header_50.pc_app #w001_index_header_50_nav .head .menu{display: block;}











#w001_index_header_50_nav .mblanguage{display: none;}




@media only screen and (max-width: 1024px) {
    #w001_index_header_50_nav .head_nav .li{display: none;}
    #w001_index_header_50_nav .head .menu{display: block;}
    /* #w001_index_header_50_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_50_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_50_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_50_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_50_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_50_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_50_nav .head_btn .language{display: none;}
    #w001_index_header_50_nav .mblanguage{margin-right: 20px;font-size: 36px;display: flex;}

    #w001_index_header_50_nav .head .menu{padding: 30px;}
    #w001_index_header_50_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_50_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_50_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_50_nav .weblogo{opacity: 0;}
    #header.menu_expand #w001_index_header_50_nav .mblanguage{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_50_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_50_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_50_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_50_nav .head .menu{display: none;}
.w001_index_header_50 #w001_index_header_50_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_50_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_50_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_50_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_50_nav .head_btn{flex: initial;}
}
#w006_index_hengfu_51 .slide{}
#w006_index_hengfu_51 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w006_index_hengfu_51.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w006_index_hengfu_51 .type-a .slide .img_pc{transform: scale(1)!important;}
#w006_index_hengfu_51 .type-c .slide .img_pc{transform:scale(1)!important;}


#w006_index_hengfu_51 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top:55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
#w006_index_hengfu_51 .message{display: flex;flex-direction: column;color:var(--messageColor);max-width: 100%;}
#w006_index_hengfu_51 .message_box[position="2"] .message,
#w006_index_hengfu_51 .message_box[position="5"] .message,
#w006_index_hengfu_51 .message_box[position="8"] .message{align-items: center;}
#w006_index_hengfu_51 .message_box[position="3"] .message,
#w006_index_hengfu_51 .message_box[position="6"] .message,
#w006_index_hengfu_51 .message_box[position="9"] .message{align-items: flex-end;}


#w006_index_hengfu_51 .message_box .message .titlename{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);}
#w006_index_hengfu_51 .message_box .message .name{margin-top: 20px; 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);}
#w006_index_hengfu_51 .message_box .message .p{margin: 50px 0 0; font-size: var(--font_3rd_px);color: var(--font_3rd_color);font-weight: var(--font_3rd_font_weight);font-style: var(--font_3rd_font_style);line-height: var(--font_3rd_line_height);}

@media screen and (max-width: 1024px){
    #w006_index_hengfu_51 .message_box .message .name{font-size: 48px}
    #w006_index_hengfu_51 .message_box .message .titlename{font-size: 47px ;}
    #w006_index_hengfu_51 .message_box .message .p{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 850px){
    #w006_index_hengfu_51 .message_box .message .name{font-size: 42px;}
    #w006_index_hengfu_51 .message_box .message .titlename{font-size: 40px;}
    #w006_index_hengfu_51 .message_box .message .p{font-size: 20px;}
}

#w006_index_hengfu_51 .circle-page{max-width:1600px; width:92%; margin: auto;margin-bottom: 57px;text-align: left;}
#w006_index_hengfu_51 .circle-page .circle{transform:scale(.8);cursor: pointer;}
#w006_index_hengfu_51 .circle-page .circle .a{position:absolute; width: 5px;height: 5px;background-color: white;border-radius: 50%; top:40%;left: 40%;}

@media screen and (max-width: 751px){
    #w006_index_hengfu_51{display: none;}
}
.w006_index_product_52_wrap{padding-top:var(--paddingTop);padding-bottom:var(--paddingBottom);}
@media screen and (max-width:751px) {
    .w006_index_product_52_wrap{padding-top:var(--appPaddingTop);padding-bottom:var(--appPaddingBottom);}
}

/* 上方标题 */
#w006_index_product_52_title{margin-bottom: 30px;gap: 30px;}
#w006_index_product_52_title .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);}
#w006_index_product_52_title .subtitle{font-size:16px;line-height: 1.5; color: #ccc; margin-top: 32px;}
#w006_index_product_52_title .btn{min-width: 180px; height: 50px; background: white; border-radius: 25px; border:1px solid rgba(51, 51, 51, 0.2); text-align: center;font-size:16px;transition: 0.3s;padding: 0 16px;}

#w006_index_product_52_title.myleft{}
#w006_index_product_52_title.mycenter{text-align: center;flex-direction: column;justify-content: center;}
#w006_index_product_52_title.myright{flex-direction: row-reverse;text-align: right;}


@media screen and (any-hover: hover) {
    #w006_index_product_52_title .btn:hover{background: var(--btnColor);color: #fff;border: var(--btnColor);}
}

@media screen and (max-width:751px) {
    #w006_index_product_52_title {display: block;}
    #w006_index_product_52_title .title {font-size:var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);max-width: initial;}
    #w006_index_product_52_title .subtitle{font-size:var(--font-bri-S);line-height: var(--font-bri-L);margin: 30px 0;}
    #w006_index_product_52_title .btn {font-size:var(--font-txt-S);min-width: 240px;height: 70px;border-radius: 35px;}
}
/* 结束 */


/* 产品图 */
#w006_index_product_52_swi .container{position: relative;border-top:1px solid rgba(51, 51, 51,0.1);}

#w006_index_product_52_swi .slide{width: 72.5%; border-right:1px solid rgba(51, 51, 51,0.1);}

#w006_index_product_52_swi .slide .message{width: 40%;}
#w006_index_product_52_swi .slide .system{font-size:36px;line-height: 56px;height: 112px;}
#w006_index_product_52_swi .slide .introduce{ font-size:16px;line-height: 30px; color:#999999;max-height: 90px;margin: 53px 0 60px;}
#w006_index_product_52_swi .slide .btn{min-width: 180px; height: 50px;background: var(--btnColor);border-radius: 25px; text-align: center; color:#fff;font-size:16px;transition: .3s;padding: 0 16px;}
#w006_index_product_52_swi .slide .btn:hover{transform: translateY(-10px);}

#w006_index_product_52_swi .slide .img{height: 560px;width: 60%;overflow: hidden;}
#w006_index_product_52_swi .slide .img img:hover{transform: scale(1.1);}

#w006_index_product_52_swi .mark{position:absolute;top: 0;left: 72.75%;right: -20%;bottom: 0; background: url(/module/w006/index/product/images/mark.png);z-index: 3; pointer-events: none;}

#w006_index_product_52_swi .prev_next{position: absolute;top: 50%;left: 70.4%;transform: translateY(-50%);z-index: 3;}
#w006_index_product_52_swi .prev_next .next,
#w006_index_product_52_swi .prev_next .prev{width: 50px; height: 50px; border-radius: 50%; background-color: #f2f2f2;cursor: pointer;border: 1px solid transparent;transition: .3s;}
#w006_index_product_52_swi .prev_next .next{background: var(--prevColor);margin-top:20px;color:#fff}
#w006_index_product_52_swi .prev_next > *:hover{border-color: rgba(51, 51, 51,0.1);}




@media screen and (max-width:1200px) {
    #w006_index_product_52_swi .slide{width: 100%;border-right: none;}

    #w006_index_product_52_swi .mark{display: none;}
    #w006_index_product_52_swi .prev_next{left: initial;right: 3%;}
}


@media screen and (max-width:751px) {
    #w006_index_product_52_swi .slide{flex-direction: column-reverse;}

    #w006_index_product_52_swi .slide .message{width: 100%;margin-top: 20px;}
    #w006_index_product_52_swi .slide .system{font-size:var(--font-sma-S);line-height:var(--font-sma-L);height:var(--font-sma-L);-webkit-line-clamp: 1;}
    #w006_index_product_52_swi .slide .introduce{font-size:var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(3 * var(--font-txt-L));margin: 30px 0;}
    #w006_index_product_52_swi .slide .btn{font-size:var(--font-bri-S);width: 100%;height: 70px;border-radius: 35px;margin-top: 20px;}

    #w006_index_product_52_swi .slide .img{width: 100%;}

    #w006_index_product_52_swi .prev_next{position: absolute;}
    #w006_index_product_52_swi .prev_next > *{width: 70px;height: 70px;font-size: var(--font-bri-S);}
}
.w006_index_solution_54_wrap{background: #fff url(/module/w006/index/solution/images/spirit.png) no-repeat center/contain; padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width: 751px){
     .w006_index_solution_54_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 上方标题 */
#w006_index_solution_54_title{margin-bottom: 30px;gap: 30px;}
#w006_index_solution_54_title .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);}
#w006_index_solution_54_title .subtitle{font-size:16px;line-height: 1.5; color: #ccc; margin-top: 32px;}

#w006_index_solution_54_title.myleft{text-align: left;}
#w006_index_solution_54_title.mycenter{text-align: center;}
#w006_index_solution_54_title.myright{text-align: right;}

@media screen and (max-width:751px) {
    #w006_index_solution_54_title {display: block;}
    #w006_index_solution_54_title .title {font-size:var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);max-width: initial;}
    #w006_index_solution_54_title .subtitle{font-size:var(--font-bri-S);line-height: var(--font-bri-L);margin: 30px 0;}
}
/* 结束 */



/* 解决方案电脑端 */
#w006_index_solution_54_solve{border-radius:10px; position: relative; overflow: hidden; margin-top: 88px;font-size: 16px;}
#w006_index_solution_54_solve .li{width: 226px;  transition: .5s;overflow: hidden;background: url() no-repeat right / auto 100%;}
#w006_index_solution_54_solve .li .left{width: 226px; background-color:#F6F6F6;height: 436px; padding-left: 35px; position: relative; transition: .5s;}
#w006_index_solution_54_solve .li .left .ico{width: 80px;height: 100px; margin-top: 78px;}
#w006_index_solution_54_solve .li .left .ico img{max-width:100%; max-height:100%;}
#w006_index_solution_54_solve .li .left .title{font-size: 20px; font-weight: 500;line-height: 1.5;color:#333333}
#w006_index_solution_54_solve .li .left .title_en{opacity: 0.5;font-size: 16px; margin-top: 13px;}
#w006_index_solution_54_solve .li .left .brief{padding-top: 43px;font-weight: 400;line-height: 1.56;color: #f6f6f6;display: none;}
#w006_index_solution_54_solve .li .left .more{position: absolute;  width: 50px; height: 50px;border: 2px solid #333333;opacity: 0.2; border-radius: 50%; bottom:70px; left:35px;}



#w006_index_solution_54_solve .li:nth-child(2n+1) .left{background-color:#F1F1F1;}
#w006_index_solution_54_solve .li:nth-child(n+2)  .left .title{color:#333333}

#w006_index_solution_54_solve .li.cur{width: calc(100% - 226px * 3); }
#w006_index_solution_54_solve .li.cur .left{background: var(--curColor) ; width:270px;}
#w006_index_solution_54_solve .li.cur .left .ico img{display: none; height: 165px;  }
#w006_index_solution_54_solve .li.cur .left .title_en{color:#ffffff;line-height: 1;}
#w006_index_solution_54_solve .li.cur .left .title{color:#ffffff;padding-top: 70px;height: 100px;}
#w006_index_solution_54_solve .li.cur .left .title{margin-top:-196px;}
#w006_index_solution_54_solve .li.cur .left .brief{display: block;margin-right: 38px;width: 191px;max-height: 145px;}
#w006_index_solution_54_solve .li.cur .left .more{border: 1px solid #ccc;background-color: #ffffff;opacity: 1;}






/* 手机端 */
#w006_index_solution_54_solve_mobile{display: none;}
@media screen and (max-width: 751px){
     #w006_index_solution_54_solve{display: none;}

     #w006_index_solution_54_solve_mobile{display:block ;}
     #w006_index_solution_54_solve_mobile .slide{transform:scale(.8); -webkit-transform:scale(.89);height: 800px;width: 600px;position: relative;}
     #w006_index_solution_54_solve_mobile .slide .plan{width: 100%; background: var(--curColor);border-radius: 20px 20px 0 0;padding: 12px 0px;color: #fff;}
     #w006_index_solution_54_solve_mobile .slide .plan .ico{width: 80px;height: 100px;}
     #w006_index_solution_54_solve_mobile .slide .plan .title{font-size: var(--font-txt-S);line-height: var(--font-txt-L); font-weight: 500;flex: 1;text-align: center;padding-right: 80px;}
     #w006_index_solution_54_solve_mobile .slide .plan .title_en{font-size: var(--font-bri-S);display: none;}
     #w006_index_solution_54_solve_mobile .slide .showImg img{height: 100%; width: 100%;}
     #w006_index_solution_54_solve_mobile .slide .brief{padding: 20px; background: #f6f6f6;}
     #w006_index_solution_54_solve_mobile .slide .brief > *{color:#333333;font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: calc(4 * var(--font-txt-L));}

     #w006_index_solution_54_solve_mobile .swiper-container{margin-top: 50px;}
     #w006_index_solution_54_solve_mobile .container .swiper-slide-active,
     #w006_index_solution_54_solve_mobile .container .swiper-slide-duplicate-active{transform:scale(1); -webkit-transform:scale(1);}
}
/* 全局 */
.w012_index_about_77_wrapper{padding-top:var(--paddingTop);display: flex; justify-content: space-between;}
@media screen and (max-width:1200px) {
	.w012_index_about_77_wrapper{flex-direction: column;}
}

@media screen and (max-width:751px) {
	.w012_index_about_77_wrapper{padding-top: var(--appPaddingTop);}
}
/* 结束 */

/* 标题区 */
#w012_index_about_77_title{width: 50%;padding-right: 130px;}
#w012_index_about_77_title .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: 38px;}
#w012_index_about_77_title .intro{font-size: 24px;font-weight: 500;font-family: SourceHanSansCN;margin-bottom: 51px;}
#w012_index_about_77_title .brief{font-size: 16px;color:#6B6E73;line-height: 30px;}
#w012_index_about_77_title .btn{ font-size: 16px;width: 160px;height: 60px;transition: 0.3s;display: flex;justify-content:center;align-items: center;margin-top: 50px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w012_index_about_77_title .btn .right{color:#333333;margin-left:25px;transition: 0.3s;}

#w012_index_about_77_title.myleft{text-align: left;}
#w012_index_about_77_title.myright{text-align: right;}
#w012_index_about_77_title.mycenter{text-align: center;}

#w012_index_about_77_title.myleft .btn{margin-right: auto;}
#w012_index_about_77_title.myright .btn{margin-left: auto;}
#w012_index_about_77_title.mycenter .btn{margin: 50px auto 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_77_title{width: 40%;padding-right:50px}

}

@media screen and (max-width:1300px) {
    #w012_index_about_77_title .brief{margin-bottom: 20px;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_77_title{width:100%}
    #w012_index_about_77_title .btn{margin-bottom: 30px;margin-top: 20px;}
}

@media screen and (max-width:751px) {
	#w012_index_about_77_title{padding-right: 0;}
	#w012_index_about_77_title .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w012_index_about_77_title .intro{font-size: var(--font-sub-S)}
    #w012_index_about_77_title .brief{font-size: var(--font-txt-S);line-height:var(--font-txt-L)}
    #w012_index_about_77_title .btn{ font-size: var(--font-bri-S);width: 250px;height: 80px;border-radius:0.4rem;}
	#w012_index_about_77_title .btn .right{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {	
	#w012_index_about_77_title .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);}
	#w012_index_about_77_title .btn:hover .right{color:#fff}
}
/* 结束 */


/* 图片区 */
#w012_index_about_77_images{width:50%;}
#w012_index_about_77_images .picture::before{padding-top:59.75%;}
#w012_index_about_77_images .picture img{top: 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_77_images{width:60%;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_77_images{width:100%;}
}
/* 结束 */


/* 底部数字区 */
#w012_index_about_77_bottom{padding-top:93px;margin-bottom:var(--paddingBottom);}

#w012_index_about_77_bottom .number{padding:40px 40px 40px 40px;background-color: #f8f8f8;}
#w012_index_about_77_bottom .number .li{position: relative;width:100%;margin-right:60px;}
#w012_index_about_77_bottom .number .li:last-child{margin-right: 0;}
#w012_index_about_77_bottom .number .li::after{content:'';position: absolute;width: 2px;height: 90px;background: #000000;opacity: 0.05;top: -10px;right: 120%;}
#w012_index_about_77_bottom .number .li:first-child:after{display: none;}
#w012_index_about_77_bottom .number .li .num{font-size:var(--listFt1_px);font-weight: bold;position: relative;}
#w012_index_about_77_bottom .number .li .num::after{content:'';position: absolute;width:5px;height:5px;top:5px;transform: translateX(10px);background-color:var(--point_color);border-radius: 50%;}
#w012_index_about_77_bottom .number .li .tag{font-size: var(--listFt2_px);; font-weight:500;margin-top: 15px;color:#666666}


@media screen and (max-width:850px) {
	#w012_index_about_77_bottom .number{padding-right: 40px;}
}

@media screen and (max-width:751px) {
	#w012_index_about_77_bottom{padding-bottom: var(--appPaddingBottom);padding-top: 50px;}
	#w012_index_about_77_bottom .number{display: grid;grid-template-columns: 100%;row-gap: 30px;}
	#w012_index_about_77_bottom .number .li{text-align: center;}
	#w012_index_about_77_bottom .number .li::after{width: 100%;height: 2px;background-color: #333;}
	#w012_index_about_77_bottom .number .li .num{font-size:var(--font-big-S)}
	#w012_index_about_77_bottom .number .li .num::after{width: 10px;height: 10px;}
	#w012_index_about_77_bottom .number .li .simple{font-size:var(--font-txt-S)}
	#w012_index_about_77_bottom .number .li .tag{font-size: var(--font-txt-S);margin-top: 10px;}
}
/* 结束 */

#temp_wcb_inner_hf_hengfu01_83 .img{min-height: 400px;}
#temp_wcb_inner_hf_hengfu01_83 .img img{width: 100%;display: block;}
#temp_wcb_inner_hf_hengfu01_83 .imgApp{display: none;min-height: 480px;}
#temp_wcb_inner_hf_hengfu01_83 .imgApp img{width: 100%;display: block;}
#temp_wcb_inner_hf_hengfu01_83 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#temp_wcb_inner_hf_hengfu01_83 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#temp_wcb_inner_hf_hengfu01_83.height_change .position_box{width: 100%;height: calc((100% - 100px));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#temp_wcb_inner_hf_hengfu01_83 .text{display: flex;flex-direction: column;width: 100%;padding: 15px 0;}
#temp_wcb_inner_hf_hengfu01_83 .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;}
#temp_wcb_inner_hf_hengfu01_83 .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;}


#temp_wcb_inner_hf_hengfu01_83 .position_box[position="2"],
#temp_wcb_inner_hf_hengfu01_83 .position_box[position="5"],
#temp_wcb_inner_hf_hengfu01_83 .position_box[position="8"]{text-align: center;}
#temp_wcb_inner_hf_hengfu01_83 .position_box[position="3"],
#temp_wcb_inner_hf_hengfu01_83 .position_box[position="6"],
#temp_wcb_inner_hf_hengfu01_83 .position_box[position="9"]{text-align: right;}

@media screen and (max-width:751px) {
    #temp_wcb_inner_hf_hengfu01_83 .img{display: none;}
    #temp_wcb_inner_hf_hengfu01_83 .imgApp{display: block;}
    #temp_wcb_inner_hf_hengfu01_83 .text .name{font-size: var(--small_size_mobile);color: var(--small_color_mobile);font-weight: var(--small_weight_mobile);max-height: calc(2 * var(--small_lh_mobile));}
    #temp_wcb_inner_hf_hengfu01_83 .text .subname{font-size: var(--big_size_mobile);color: var(--big_color_mobile);font-weight: var(--big_weight_mobile);max-height: calc(2 * var(--big_lh_mobile));}

    #temp_wcb_inner_hf_hengfu01_83.height_change .position_box{height: calc((100% - 120px));}
}
#w004_index_news_79 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--contentBgColor);}


#w004_index_news_79 .box .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: 12px;}
#w004_index_news_79 .box .subtitle .tip{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);}
#w004_index_news_79 .box .more{font-size: 16px;color: #333;}
#w004_index_news_79 .box .more .more_i{width: 30px; height: 30px;  background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 15px;}
#w004_index_news_79 .box .more:hover .more_i > i{font-size: 20px;}

#w004_index_news_79.myleft .box{}
#w004_index_news_79.myleft .box .subtitle{}
#w004_index_news_79.mycenter .box{text-align: center;}
#w004_index_news_79.mycenter .box .subtitle{flex-direction: column;justify-content: center;}
#w004_index_news_79.myright .box{text-align: right;}
#w004_index_news_79.myright .box .subtitle{flex-direction: row-reverse;}


#w004_index_news_79 .box .graphic{display: grid;grid-template-columns: repeat(3,calc((100% - 70px)/3));gap: 35px;margin-top: 50px;}
#w004_index_news_79 .graphic .dl{background: var(--listBgColor);}
#w004_index_news_79 .graphic .dl .dt{padding-top: 60.784313%;}
#w004_index_news_79 .graphic .dl .dd{padding: 36px 30px 30px;}
#w004_index_news_79 .graphic .dl .dd .time{font-size: 18px;color: #888;}
#w004_index_news_79 .graphic .dl .dd .name{font-size: 24px;line-height: 32px;color: #333;font-weight: bold;transition: .3s;margin: 26px 0 20px;height: 64px;}
#w004_index_news_79 .graphic .dl .dd .brief{font-size: 16px;line-height: 24px;color: #666666;}

#w004_index_news_79 .graphic .list{background: var(--listBgColor);padding: 10px 22px;}
#w004_index_news_79 .graphic .list .li{font-size: 20px;line-height: 30px;color: #333;margin: 30px 0;}
#w004_index_news_79 .graphic .list .li .name{font-weight: bold;transition: .3s;max-height: 60px;}
#w004_index_news_79 .graphic .list .li .time{font-size: 16px;line-height: 1;color: #888;margin-top: 5px;}

@keyframes slide-right {
    0% { margin-left: 0px; opacity: 1; }
    50% { margin-left: 20px; opacity: 0; }
    75% { margin-left: -20px; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
  }


@media (any-hover: hover){
    #w004_index_news_79 .graphic .dl .dd .name:hover{color: var(--hoverFontColor);}
    #w004_index_news_79 .graphic .dl .dt:hover img{transform: scale(1.1);}
    #w004_index_news_79 .graphic .list .li:hover .name{color: var(--hoverFontColor);}
    #w004_index_news_79 .box .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_news_79 .box .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width: 1050px){
    #w004_index_news_79 .box .graphic{grid-template-columns: repeat(2,calc((100% - 35px)/2));gap: 35px;}
    #w004_index_news_79 .graphic .list{grid-column: 1 / span 2;}
}

@media screen and (max-width: 750px){
    #w004_index_news_79 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_news_79 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 16px;}
    #w004_index_news_79 .box .subtitle{display: block;}
    #w004_index_news_79 .box .subtitle .tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);margin-bottom: 20px;}

    #w004_index_news_79 .box .more{font-size: var(--font-bri-S);display: inline-flex;}
    #w004_index_news_79 .box .more .more_i{width: 70px; height: 70px; background: var(--moreBgColor);}
    #w004_index_news_79 .box .more .more_i > i{font-size: var(--font-txt-S);}


    #w004_index_news_79 .box .graphic{display: block;}
    #w004_index_news_79 .graphic .dl{margin-bottom: 30px;}
    #w004_index_news_79 .graphic .dl .dd .time{font-size: var(--font-bri-S);}
    #w004_index_news_79 .graphic .dl .dd .name{font-size: var(--font-sma-S);line-height: var(--font-sma-L);max-height: calc(2 * var(--font-sma-L));height: initial;}
    #w004_index_news_79 .graphic .dl .dd .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(2 * var(--font-txt-L));}

    #w004_index_news_79 .graphic .list .li{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0 50px;}
    #w004_index_news_79 .graphic .list .li .name{max-height: calc(2 * var(--font-sma-L));}
    #w004_index_news_79 .graphic .list .li .time{font-size: var(--font-bri-S);margin-top: 10px;}
}

/* 全局 */
.w029_index_footer_56_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_56_wrapper{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w029_index_footer_56 {border-bottom: 1px solid var(--borderColor);}
#w029_index_footer_56 .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_56 .form {gap: 15px;}
#w029_index_footer_56 .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_56 .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_56 .form input {width: 100%;}
#w029_index_footer_56 .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_56 .brief {font-size: 18px;line-height: 24px;margin: 38px 0 65px;}


#w029_index_footer_56_msg {padding-top: 70px;}
#w029_index_footer_56_msg .msg {gap: 120px;}
#w029_index_footer_56_msg .msg .logo {width: 125px;height: 125px;}
#w029_index_footer_56_msg .msg .list .text,
#w029_index_footer_56_msg .msg .list .copy {font-size: 16px;line-height: 36px;color: var(--font_color_2);}
#w029_index_footer_56_msg .follow .dt {gap: 20px;}
#w029_index_footer_56_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_56_msg .follow .dt .icon.thicon-weixin {background-color: #7dd25b;}
#w029_index_footer_56_msg .follow .dt .icon.thicon-QQ {background-color: #2a9dff;}
#w029_index_footer_56_msg .follow .dt .icon.thicon-weibo {background-color: #e71f19;}
#w029_index_footer_56_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_56 .form .input {width: calc((100% - 15px)/2);}
    #w029_index_footer_56 .form .textarea {width: calc(100% - 200px - 15px);}
    #w029_index_footer_56 .form .btn {width: 200px;}
    #w029_index_footer_56_msg .msg {gap: 40px;}
    #w029_index_footer_56_msg .msg .list {width: 100%;}
}
@media screen and (max-width:850px) {
    #w029_index_footer_56_msg {padding-top: 40px;}
    #w029_index_footer_56_msg .msg {width: 100%;margin-bottom: 40px;}
}
@media screen and (max-width:750px) {
    #w029_index_footer_56 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);}
    #w029_index_footer_56 .form .input,
    #w029_index_footer_56 .form .textarea,
    #w029_index_footer_56 .form .btn {height: 80px;line-height: 80px;font-size: var(--font-txt-S);}
    #w029_index_footer_56 .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin: 40px 0;}
    #w029_index_footer_56_msg .msg .logo {width: 200px;height: 200px;}
    #w029_index_footer_56_msg .msg .list .text,
    #w029_index_footer_56_msg .msg .list .copy {font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #w029_index_footer_56_msg .follow .dt .icon {width: 80px;height: 80px;font-size: 48px;}
    #w029_index_footer_56_msg .follow .dd {font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}