
.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 .lyuiheader_nav_001-li{display: none;}
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/




#w001_index_header_15_nav{}
#w001_index_header_15_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_15_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_15_nav .head{color: #333;}

#w001_index_header_15_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_15_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_15_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_15_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_15_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_15_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_15_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_15_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_15_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_15_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_15_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_15_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_15_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_15_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_15_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_15_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_15_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_15_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_15_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_15_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_15_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_15_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_15_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_15_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_15.pc_app #w001_index_header_15_nav .head_nav .li{display: none;}
.w001_index_header_15.pc_app #w001_index_header_15_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_15_nav .head_nav .li{display: none;}
    #w001_index_header_15_nav .head .menu{display: block;}
    /* #w001_index_header_15_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_15_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_15_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_15_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_15_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_15_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_15_nav .head_btn .language{display: none;}

    #w001_index_header_15_nav .head .menu{padding: 30px;}
    #w001_index_header_15_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_15_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_15_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_15_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_15_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_15_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_15_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_15_nav .head .menu{display: none;}
.w001_index_header_15 #w001_index_header_15_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_15_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_15_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_15_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_15_nav .head_btn{flex: initial;}
}
#w022_index_hengfu_17 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w022_index_hengfu_17.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w022_index_hengfu_17 .type-a .slide .img_pc{transform: scale(1)!important;}
#w022_index_hengfu_17 .type-c .slide .img_pc{transform:scale(1)!important;}


#w022_index_hengfu_17 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
#w022_index_hengfu_17 .message{display: flex;flex-direction: column;overflow: hidden;}
#w022_index_hengfu_17 .message_box[position="2"] .message,
#w022_index_hengfu_17 .message_box[position="5"] .message,
#w022_index_hengfu_17 .message_box[position="8"] .message{align-items: center;}
#w022_index_hengfu_17 .message_box[position="3"] .message,
#w022_index_hengfu_17 .message_box[position="6"] .message,
#w022_index_hengfu_17 .message_box[position="9"] .message{align-items: flex-end;}


#w022_index_hengfu_17 .message .name{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);}
#w022_index_hengfu_17 .message .brief{margin-top: 10px; 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);}


#w022_index_hengfu_17 .step{position: absolute;left: 0;bottom: 70px;font-size: 40px;align-items: flex-end;color: var(--hoverColor);z-index: 1;}
#w022_index_hengfu_17 .step .num{position: relative;overflow: hidden;display: flex;flex-direction: column;width: 120px;height: 60px;}
#w022_index_hengfu_17 .step .num .span{font-size: 60px;line-height: 60px;position: absolute;transition: .3s;top: -100%;right: 5px;opacity: 0;}
#w022_index_hengfu_17 .step .num .span.cur{top: 0;opacity: 1;}


#w022_index_hengfu_17 .page{gap: 45px;position: absolute;right: 80px;bottom: 70px;z-index: 1;}
#w022_index_hengfu_17 .page > *{font-size: 30px;color: var(--hoverColor);cursor: pointer;}


@media screen and (max-width: 750px){
    #w022_index_hengfu_17{display: none;}
}

#w022_index_about_18 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
    #w022_index_about_18 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w022_index_about_18 .img{width: 50%;}
#w022_index_about_18 .img::before{padding-top: 73.75%;content: '';display: block;}
#w022_index_about_18 .img img{top: 0;}

#w022_index_about_18 .text{flex: 1;margin-left: 76px;}
#w022_index_about_18 .text .title_en{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);}
#w022_index_about_18 .text .title{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: 62px 0 20px;}
#w022_index_about_18 .text .brief{font-size: 16px;line-height: 2;}
#w022_index_about_18 .text .btn{font-size: 16px;min-width: 180px;height: 50px;padding: 0 18px;margin-top: 70px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w022_index_about_18 .text .btn i{font-size: 20px;margin-left: 20px;transition: .3s;}

#w022_index_about_18 .text .btn:hover i{transform: translateX(10px);}


#w022_index_about_18.myleft .text{text-align: left;}
#w022_index_about_18.myright .text{text-align: right;}
#w022_index_about_18.mycenter .text{text-align: center;}
@media screen and (max-width:750px) {
    #w022_index_about_18{display: block;}
    #w022_index_about_18 .img{width: 100%;}

    #w022_index_about_18 .text{margin-left: 0px;margin-top: 30px;}

    #w022_index_about_18 .text .title_en{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w022_index_about_18 .text .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}
    #w022_index_about_18 .text .brief{font-size: var(--font-bri-S);line-height:var(--font-bri-L)}
    #w022_index_about_18 .text .btn{font-size: var(--font-bri-S);min-width: 300px;height: 80px;}
    #w022_index_about_18 .text .btn i{font-size: var(--font-txt-S);}
}
.w022_index_products_19 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
    .w022_index_products_19_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w022_index_products_19_title {color: #333;}
#w022_index_products_19_title .subtitle {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);}
#w022_index_products_19_title .title {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-top: 16px;}

#w022_index_products_19_title.myleft{text-align: left;}
#w022_index_products_19_title.myright{text-align: right;}
#w022_index_products_19_title.mycenter{text-align: center;}

/* 网格公共样式 */
#w022_index_products_19_dl{display: grid;grid-template-columns: repeat(4,calc((100% - 60px)/4));gap: 20px;margin-top: 60px;}
#w022_index_products_19_dl .card{background: #f6f6f6;overflow: hidden;}
#w022_index_products_19_dl .card .img{width: 100%;position: relative;background: url() no-repeat bottom/cover;}
#w022_index_products_19_dl .card .img img{position: absolute;left: 50%;bottom: 0%;transform: translate(-50%);}

#w022_index_products_19_dl .card .text{position: absolute;width: 100%;height: 100%;top: 30px;left: 0;display: flex;flex-direction: column;justify-content: flex-end;color: #333;padding: 40px 36px;transition: .3s;}
#w022_index_products_19_dl .card .text::before{display: block;content: '';width: 100%;height: 100%;background: linear-gradient(to bottom,transparent,transparent,var(--bg_color));position: absolute;left: 0;bottom: -100%;transition: .3s;opacity: 0;}

#w022_index_products_19_dl .card .text .name{font-size: var(--title_ft_px);color: var(--title_ft_color);font-weight: var(--title_ft_font_weight);}
#w022_index_products_19_dl .card .text .btn{transform: translateY(150%);transition: transform .3s;}
#w022_index_products_19_dl .card .text .brief{font-size: 18px;line-height: 1.8;}
#w022_index_products_19_dl .card .text .view{font-size: 16px;margin-left: 10px;}
#w022_index_products_19_dl .card .text .view i{font-size: 20px;margin-left: 10px;}

@media (any-hover: hover) {
    #w022_index_products_19_dl .card:hover .text{top: 0;color: #fff;}
    #w022_index_products_19_dl .card:hover .text .name{color: #fff;}
    #w022_index_products_19_dl .card:hover .text::before{bottom: 0;opacity: 1;}
    #w022_index_products_19_dl .card:hover .text .btn{transform: translateY(0);}
}





#w022_index_products_19_dl .card:nth-child(1){grid-row: 1 / span 2;grid-column: 1 / span 2;}
#w022_index_products_19_dl .card:nth-child(1) .img{padding-top: 87.4680306%;}

#w022_index_products_19_dl .card:nth-child(2){grid-column: 3 / span 2;}
#w022_index_products_19_dl .card:nth-child(2) .img{padding-top: 41.5%;}

#w022_index_products_19_dl .card:nth-child(3){}
#w022_index_products_19_dl .card:nth-child(3) .img{padding-top: 85.3470437%;}

#w022_index_products_19_dl .card:nth-child(4){}
#w022_index_products_19_dl .card:nth-child(4) .img{padding-top: 85.3470437%;}






@media screen and (max-width:1000px) {
    #w022_index_products_19_dl{grid-template-columns: repeat(2,1fr);}
    #w022_index_products_19_dl .card:nth-child(1){grid-row: initial;}
    #w022_index_products_19_dl .card:nth-child(2){grid-column: 1 / span 2;}

    #w022_index_products_19_dl .card .img{padding-top: 87.4680306%;}
    #w022_index_products_19_dl .card .text .view{display: flex;}
}

@media screen and (max-width:750px) {
    .w022_index_products_19 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w022_index_products_19_title .subtitle {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w022_index_products_19_title .title {font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}

    #w022_index_products_19_dl{grid-template-columns: 100%;}
    #w022_index_products_19_dl .card:nth-child(1){grid-column: initial;}
    #w022_index_products_19_dl .card:nth-child(2){grid-column: initial;}
    #w022_index_products_19_dl .card:nth-child(2) .img{padding-top: 85.3470437%;}
    #w022_index_products_19_dl .card .text{top: 0;}
    #w022_index_products_19_dl .card .text .name{font-size: var(--font-sma-S);}
    #w022_index_products_19_dl .card .text .btn{transform: translateY(0);}
    #w022_index_products_19_dl .card .text .brief{font-size: var(--font-bri-S);}
    #w022_index_products_19_dl .card .text .view{font-size: var(--font-bri-S);}
    #w022_index_products_19_dl .card .text .view i{font-size: var(--font-bri-S);}

    #w022_index_products_19_dl .card .text{top: 0;color: #fff;}
    #w022_index_products_19_dl .card .text::before{bottom: 0;opacity: 1;}
    #w022_index_products_19_dl .card .text .btn{transform: translateY(0);}
}
.w022_index_case_20 {margin-top: var(--paddingTop);margin-bottom: var(--paddingBottom);background: var(--bgColor) url('/module/w022/index/case/images/contact.jpg') no-repeat center/cover;height: 708px;}
@media screen and (max-width:750px) {
    .w022_index_case_20 {margin-top: var(--appPaddingTop);margin-bottom: var(--appPaddingBottom);}
    /* .w022_index_case_20{background: transparent url('/module/w022/index/case/images/contact.jpg') no-repeat left bottom/50%;} */
    .w022_index_case_20 .limit{width: 100%;}
}




.w022_index_case_20_wrap{width: 50%;height: 700px;float: right;margin-top: -205px;position: relative;display: flex;flex-direction: column;}


#w022_index_case_20_text{color: #fff;background: var(--bg_color);height: 298px;padding: 56px 80px;display: flex;flex-direction: column;justify-content: space-between;}
#w022_index_case_20_text .title_en{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);}
#w022_index_case_20_text .title{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);}

@media screen and (max-width:750px) {
    #w022_index_case_20_text .title_en{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w022_index_case_20_text .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}
}

#w022_index_case_20_swi{color: #333;background: #fff;width: 100%;flex: 1;}
#w022_index_case_20_swi .slide{padding: 60px 80px;}
#w022_index_case_20_swi .slide .name{font-size: 24px;font-weight: bold;}
#w022_index_case_20_swi .slide .brief{font-size: 18px;line-height: 1.5;margin-top: 30px;max-height: 54px;}

#w022_index_case_20_swi .page{position: absolute;left: 80px;bottom: 80px;gap: 30px;z-index: 2;}
#w022_index_case_20_swi .page > *{font-size: 30px;cursor: pointer;transition: .3s;}
#w022_index_case_20_swi .page > *:hover{color: var(--iconColor);}
#w022_index_case_20_swi .page .prev.not,
#w022_index_case_20_swi .page .next.not{color: #eaeaea;}

#w022_index_case_20_swi .step{position: absolute;right: 80px;bottom: 70px;font-size: 40px;align-items: flex-end;color: #D4D4D4;}
#w022_index_case_20_swi .step .num{position: relative;overflow: hidden;display: flex;flex-direction: column;width: 120px;height: 65px;}
#w022_index_case_20_swi .step .num .span{font-size: 65px;line-height: 65px;position: absolute;transition: .3s;top: -100%;right: 5px;opacity: 0;color: var(--numColor);}
#w022_index_case_20_swi .step .num .span.cur{top: 0;opacity: 1;}




@media screen and (max-width:750px) {
    .w022_index_case_20_wrap{width: 100%;margin-top: 0;height: 750px;}

    /* #w022_index_case_20_swi{background: transparent;} */
    #w022_index_case_20_swi .slide .name{font-size:  var(--font-txt-S);}
    #w022_index_case_20_swi .slide .brief{font-size: var(--font-bri-S);line-height: 1.8;max-height: .936rem;}

    #w022_index_case_20_swi .page > *{font-size: .4rem;}

    #w022_index_case_20_swi .step{font-size: .4rem;}
    #w022_index_case_20_swi .step .num{width: 200px;height: .65rem;}
    #w022_index_case_20_swi .step .num .span{font-size: .65rem;line-height: .65rem;}
}
.w022_index_news_21 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
    .w022_index_news_21 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w022_index_news_21_title {color: #333;}
#w022_index_news_21_title .left{flex:1;}
#w022_index_news_21_title .subtitle {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);}
#w022_index_news_21_title .title {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-top: 16px;}
#w022_index_news_21_title .more{font-size: 16px;min-width: 180px;height: 50px;padding: 0 18px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w022_index_news_21_title .more i{font-size: 20px;margin-left: 20px;transition: .3s;}

#w022_index_news_21_title .more:hover i{transform: translateX(10px);}

#w022_index_news_21_title.myleft{}
#w022_index_news_21_title.myright{text-align: right;flex-direction: row-reverse;}
#w022_index_news_21_title.mycenter{text-align: center;align-items: center;justify-content:center;flex-direction: column;gap: 20px;}
@media screen and (max-width:750px) {
    #w022_index_news_21_title .subtitle {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w022_index_news_21_title .title {font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);width: 100%;}
    #w022_index_news_21_title .more{font-size: var(--font-bri-S);min-width: 300px;height: 70px;float: left;margin-top: 20px;}
    #w022_index_news_21_title .more i{font-size: 30px;}
}





#w022_index_news_21_list{display: flex;margin-top: 60px;align-items: flex-start;}
#w022_index_news_21_list .dl{width: 50%;position: relative;}
#w022_index_news_21_list .dl .img{width: 100%;padding-top: 68.125%;}
#w022_index_news_21_list .dl .img img{top: 0;transition: .3s;}

#w022_index_news_21_list .dl .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;padding: 60px;display: flex;flex-direction: column;justify-content: flex-end;color: #fff;}
#w022_index_news_21_list .dl .text::before{content: '';display: block;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent, rgba(0,0,0,.2));position: absolute;top: 0;left: 0;}
#w022_index_news_21_list .dl .text .time{font-size: 14px;position: relative;color:rgba(255,255,255,0.5)}
#w022_index_news_21_list .dl .text .title{font-size: 24px;line-height: 1.6;margin-top: 20px;position: relative;}

#w022_index_news_21_list .dl:hover .img img{transform: scale(1.1);}



#w022_index_news_21_list .ul{width: 50%;padding-left: 80px;}
#w022_index_news_21_list .ul .li{width: 100%; display: flex;align-items: center;border-bottom: 1px solid #f2f2f2;padding: 26px 0;}
#w022_index_news_21_list .ul .li:first-child{border-top: 1px solid #f2f2f2;}

#w022_index_news_21_list .ul .li .img{width: 0;}
#w022_index_news_21_list .ul .li .img::before{}
#w022_index_news_21_list .ul .li .text{display: flex;align-items: center;color: #333;flex: 1;max-width: 100%;}
#w022_index_news_21_list .ul .li .text .time{font-size: 14px;padding-right: 46px;}
#w022_index_news_21_list .ul .li .text .title{font-size: 18px;line-height: 36px;flex: 1;height: 36px;max-width: 100%;-webkit-line-clamp: 1;}
#w022_index_news_21_list .ul .li .text .more{font-size: 24px;opacity: 0;}

#w022_index_news_21_list .ul .li:not(.mobile).cur{padding: 50px 40px;background: var(--hoverColor);}
#w022_index_news_21_list .ul .li:not(.mobile).cur .img{width: 38.888%;}
#w022_index_news_21_list .ul .li:not(.mobile).cur .img::before{padding-top: 67.857142%;}
#w022_index_news_21_list .ul .li:not(.mobile).cur .text{flex-direction: column;align-items: flex-start;margin-left: 30px;color: #fff;max-width: 61.22%;}
#w022_index_news_21_list .ul .li:not(.mobile).cur .text .time{padding-right: 0;}
#w022_index_news_21_list .ul .li:not(.mobile).cur .text .title{margin-top: 16px;white-space: initial;height: 72px;-webkit-line-clamp: 2;flex: initial;}
#w022_index_news_21_list .ul .li:not(.mobile).cur .text .more{margin-top: 20px;opacity: 1;}

@media screen and (max-width:1200px) {
    #w022_index_news_21_list{flex-direction: column;}
    #w022_index_news_21_list .dl{width: 100%;}
    #w022_index_news_21_list .ul{width: 100%;padding-left: 0;}
}

@media screen and (max-width:750px) {
    #w022_index_news_21_list .dl .text .time{font-size: var(--font-bri-S);}
    #w022_index_news_21_list .dl .text .title{font-size: var(--font-txt-S);}


    #w022_index_news_21_list .ul .li .text .time{font-size: var(--font-bri-S);}
    #w022_index_news_21_list .ul .li .text .title{font-size: var(--font-txt-S);flex: 1;max-height: .48rem;max-width: 100%;-webkit-line-clamp: 1;}
    #w022_index_news_21_list .ul .li .text .more{font-size: var(--font-txt-S);}


    #w022_index_news_21_list .ul .li.cur .text .title{max-height: .7rem;height: 100px;}
    #w022_index_news_21_list .ul .li.cur .text .more{margin-top: 16px;}
}
#w006_index_footer_16 {font-size:16px; padding-top: var(--paddingTop);padding-bottom: 100px;background:var(--bg_color);color: var(--font_color_1);}

#w006_index_footer_16 .left{position: relative;}
#w006_index_footer_16 .left .logo{max-width: 30%; margin:50px 0;}

#w006_index_footer_16 .left .line{position: absolute;right: 0;left: -100%;height: 1px; background: var(--font_color_3);}

#w006_index_footer_16 .left .nav .dl{display: flex; flex-direction: column;margin-right: 110px;}
#w006_index_footer_16 .left .nav .dl .dt{font-size: 18px; padding-bottom: 30px; padding-top: 60px;}
#w006_index_footer_16 .left .nav .dl .dd{line-height: 36px;color: var(--font_color_2);transition: 0.3s;}

@media (any-hover: hover){
    #w006_index_footer_16 .left .nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

#w006_index_footer_16 .contact_us{width: 27.5%;padding-top: 53px;padding-left: 60px;position: relative;}
#w006_index_footer_16 .contact_us::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: -100px;width: 1px;background: var(--font_color_3);}
#w006_index_footer_16 .contact_us .title {font-size: 18px;}

#w006_index_footer_16 .contact_us .contact{padding-top: 20px;gap: 0 24px;}
#w006_index_footer_16 .contact_us .contact .a{width: 50px; height:50px;font-size: 30px;color: #666666; background: #fff; border-radius: 50%;transition: .3s;}
#w006_index_footer_16 .contact_us .contact .a:hover{background:var(--hoverColor);color:#fff}

#w006_index_footer_16 .contact_us .phone{font-size: 18px; font-weight: 500;padding-top: 52px;line-height: 30px;}
#w006_index_footer_16 .contact_us .number{font-size: 30px;font-weight: bold;color: var(--numColor);line-height: 30px;margin-top: 4px;}
#w006_index_footer_16 .contact_us .message{padding-top: 24px;line-height: 30px;}
#w006_index_footer_16 .contact_us .address{line-height: 30px;}

@media screen and (max-width: 1024px){
	#w006_index_footer_16 .contact_us {width: 45%;}
}

@media screen and (max-width: 850px){
    #w006_index_footer_16 .contact_us {width: 40%;}
}
@media screen and (max-width: 751px){
	#w006_index_footer_16 {display: none;}
	#w006_index_footer_16 .contact_us {width: 45%;}
}




/* 移动端 */
#w006_index_footer_16_small{display: none;}
@media screen and (max-width: 751px){
	#w006_index_footer_16_small{display: block;padding-bottom: 50px;padding-top: var(--appPaddingTop);background:var(--bg_color);color: var(--font_color_1);}

	#w006_index_footer_16_small .footer{padding-top: 50px;}
	#w006_index_footer_16_small .footer .ul .li_top{border-bottom: 1px solid var(--font_color_2);font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding: 26px 0;}
	#w006_index_footer_16_small .footer .ul .li_top i{font-size: var(--font-txt-S);transition: .3s;}
	#w006_index_footer_16_small .footer .ul.cur .li_top > i{transform: rotateZ(90deg);}

	#w006_index_footer_16_small .footer .ul .li_box .li{border-bottom: 1px solid var(--font_color_2);font-size:var(--font-bri-S);line-height:  var(--font-bri-L);padding: 26px 0 26px 15px;color: var(--font_color_2);}
	#w006_index_footer_16_small .footer .ul .li_box .li:first-child{padding-top: 20px;}
	#w006_index_footer_16_small .footer .ul .li_box .li:last-child{margin-bottom: 20px;}

	#w006_index_footer_16_small .message{padding-top: 50px;}
	#w006_index_footer_16_small .message .title {font-size: var(--font-big-S);}
	#w006_index_footer_16_small .message .contact{padding: 40px 0;gap: 0 30px;}
	#w006_index_footer_16_small .message .contact .a{width: 60px;height: 60px;background: var(--font_color_1);border-radius: 50%;font-size: var(--font-sub-S);color: var(--bg_color);}
	#w006_index_footer_16_small .message .phone{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w006_index_footer_16_small .message .number{font-size: var(--font-sub-S);line-height: var(--font-sub-S);font-weight: bold;color: var(--linkColor);}
	#w006_index_footer_16_small .message .message{font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding-top: 24px;}
	#w006_index_footer_16_small .message .address{font-size:var(--font-txt-S);line-height: var(--font-txt-L);}

	#w006_index_footer_16_small .copy_app{font-size: var(--font-txt-S);gap: 10px 20px;display: flex;flex-wrap: wrap;margin-top: 30px;}
}




/* 友情链接 */
#w006_index_footer_16_copy { background: var(--linkColor);}
#w006_index_footer_16_copy .content {height: 120px;}

#w006_index_footer_16_copy .copy {display: flex;flex-wrap: wrap;font-size: 16px;color: #fff;gap: 10px;opacity: .7;}
#w006_index_footer_16_copy .links{font-size: 16px;margin-left: 30px;position: relative;}
#w006_index_footer_16_copy .links .button {font-size: 24px;color: #fff;width: 275px;height: 45px;border-radius: 25px;background: rgba(255, 255, 255, 0.3);padding: 0 20px;opacity: .7;}
#w006_index_footer_16_copy .links .button .span {margin:0 20px;font-size: 16px;}
#w006_index_footer_16_copy .links .box {position: absolute;right: 0px;bottom: 100%;display: none;width: 100%;border-radius: 25px;}
#w006_index_footer_16_copy .links .box .ul{overflow-y: auto;max-height: 224px;width: 100%;background: #fff;border-radius: 25px;}
#w006_index_footer_16_copy .links .box .link {line-height: 1.6;color: #000;display: block;padding: 10px;transition: .3s;}
#w006_index_footer_16_copy .links .box .link:first-child{margin-top: 10px;}
#w006_index_footer_16_copy .links .box .link:last-child{margin-bottom: 10px;}

#w006_index_footer_16_copy .links.cur .button .button_i{transform: rotate(180deg);}
#w006_index_footer_16_copy .links .box .link:hover {background: #f8f8f8;padding-left: 15px;color: var(--linkColor);}

@media screen and (max-width:750px) {
    #w006_index_footer_16_copy .content {height: 100px;}
    #w006_index_footer_16_copy .copy {font-size: var(--font-bri-S);display: none;}
    #w006_index_footer_16_copy .links {font-size: var(--font-txt-S);width: 100%;margin-left: 0;}
    #w006_index_footer_16_copy .links .button{font-size: var(--font-txt-S);width: 100%;height: 60px;border-radius: 40px;}
    #w006_index_footer_16_copy .links .button .span{font-size: var(--font-txt-S);}
	#w006_index_footer_16_copy .links .button .button_i{font-size: var(--font-txt-S);}
	#w006_index_footer_16_copy .links .box{box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);}
	#w006_index_footer_16_copy .links .box .ul{max-height: 360px;}
}