
.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;}


/* 背景色 */
#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);
}


/* 按钮部分 */
#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;}
}
#w001_index_hengfu_17 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_17.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w001_index_hengfu_17 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_17 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_17 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w001_index_hengfu_17 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_17 .message_box[position="2"] .message,
#w001_index_hengfu_17 .message_box[position="5"] .message,
#w001_index_hengfu_17 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_17 .message_box[position="3"] .message,
#w001_index_hengfu_17 .message_box[position="6"] .message,
#w001_index_hengfu_17 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_17 .message_box[position="2"] .message .name,
#w001_index_hengfu_17 .message_box[position="5"] .message .name,
#w001_index_hengfu_17 .message_box[position="8"] .message .name,
#w001_index_hengfu_17 .message_box[position="2"] .message .brief,
#w001_index_hengfu_17 .message_box[position="5"] .message .brief,
#w001_index_hengfu_17 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_17 .message_box[position="3"] .message .name,
#w001_index_hengfu_17 .message_box[position="6"] .message .name,
#w001_index_hengfu_17 .message_box[position="9"] .message .name,
#w001_index_hengfu_17 .message_box[position="3"] .message .brief,
#w001_index_hengfu_17 .message_box[position="6"] .message .brief,
#w001_index_hengfu_17 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_17 .message_box[position="1"] .message .name,
#w001_index_hengfu_17 .message_box[position="4"] .message .name,
#w001_index_hengfu_17 .message_box[position="7"] .message .name,
#w001_index_hengfu_17 .message_box[position="1"] .message .brief,
#w001_index_hengfu_17 .message_box[position="4"] .message .brief,
#w001_index_hengfu_17 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_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);}
/* 简介样式 */
#w001_index_hengfu_17 .message .brief{margin: 29px 0 0; 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);}
#w001_index_hengfu_17 .message .button {font-size: 16px;line-height: 1;width: 240px;height: 57px;padding: 0 30px;margin-top: 60px;pointer-events: all; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}
#w001_index_hengfu_17 .message .button:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}


/* 页数样式 */
#w001_index_hengfu_17 .swiper-pagination-bullets{bottom: 40px;}
#w001_index_hengfu_17 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w001_index_hengfu_17 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_17 .container .swiper-pagination-bullet-active{width: 60px;}
#w001_index_hengfu_17 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

@media screen and (max-width: 1024px){
    #w001_index_hengfu_17 .message_box .message .name{font-size: 48px;}
    #w001_index_hengfu_17 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w001_index_hengfu_17{display: none;}
}
.w001_index_products_center_18_wrap {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--bgColor);}
@media screen and (max-width: 750px){
    .w001_index_products_center_18_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w001_index_products_center_18_list{display: flex;justify-content: space-between;gap: 100px;}
/* PC端tab */
#w001_index_products_center_18_list .left {flex: 1;}
#w001_index_products_center_18_list .left .p_tip{font-size: var(--sub_px);color: var(--sub_color);font-weight: var(--sub_font_weight);font-style: var(--sub_font_style);line-height: var(--sub_line_height);}
#w001_index_products_center_18_list .left .c_tip{font-size: var(--tit_px);color: var(--tit_color);font-weight: var(--tit_font_weight);font-style: var(--tit_font_style);line-height: var(--tit_line_height);margin: 20px 0 60px;}
#w001_index_products_center_18_list .left .ul{border-left: 1px solid #D2CEDF;min-height: 580px;}
#w001_index_products_center_18_list .left .ul .li{min-height: 80px;padding: 0 20px;font-size: var(--nav_px);border-left: 2px solid transparent;transform: translateX(-1px);transition: .3s;}
#w001_index_products_center_18_list .left .ul .li.cur{border-color: var(--curFontColor);color: var(--curFontColor);}
#w001_index_products_center_18_list .left .ul .li i{margin-left: 10px;font-size: 16px;}


/* 选项内容 */
#w001_index_products_center_18_list .right {width: 80.625%;max-width: calc(100% - 340px);}
#w001_index_products_center_18_list .right .item{display: grid;grid-template-columns: repeat(3 , calc((100% - 60px)/3));gap: 30px;}
#w001_index_products_center_18_list .right .item.hide{display: none;}
#w001_index_products_center_18_list .right .li{background: #fff;padding: 46px 30px;transition: .3s;text-align: center;border: 1px solid #fff;}
#w001_index_products_center_18_list .right .li:first-child{grid-row: 1 / span 2;padding-bottom: 70px;}
#w001_index_products_center_18_list .right .li .name{font-size: 24px;color: #333;line-height: 1.5;max-height: 72px;}
#w001_index_products_center_18_list .right .li .i_tip{font-size: 18px;color: #666;margin:14px 0;}
#w001_index_products_center_18_list .right .li .brief{font-size: 16px;color: #666;line-height: 30px;margin-top: 30px;text-align: center;max-height: 90px;}
#w001_index_products_center_18_list .right .li .view{font-size: 16px;color: var(--viewFontColor);margin: 50px 0 85px;}
#w001_index_products_center_18_list .right .li .view i{font-size: 16px;margin-left: 5px;}
#w001_index_products_center_18_list .right .li .img{overflow: hidden;max-height: 200px;}
#w001_index_products_center_18_list .right .li:first-child .img{max-height: 250px;}


@media (any-hover: hover){
    #w001_index_products_center_18_list .left .ul .li:hover{color: var(--curFontColor);}
	#w001_index_products_center_18_list .right .li:hover{border-color: var(--borColor);}
    #w001_index_products_center_18_list .right .li .img:hover{transform: scale(1.06);}
}


@media screen and (max-width: 1250px){
    #w001_index_products_center_18_list{gap: 60px;}
    #w001_index_products_center_18_list .right {max-width: calc(100% - 260px);}
    #w001_index_products_center_18_list .right .item{grid-template-columns: repeat(2 , calc((100% - 20px)/2));gap: 20px;}
    #w001_index_products_center_18_list .right .li:first-child{grid-row: initial;padding-bottom: 46px;}
    #w001_index_products_center_18_list .right .li .brief{display: none !important;}
    #w001_index_products_center_18_list .right .li .view{display: none;}
    #w001_index_products_center_18_list .right .li:first-child .img{max-height: 200px;}
}


@media screen and (max-width: 750px){
    #w001_index_products_center_18_list{display: block;}
    /* PC端tab */
    #w001_index_products_center_18_list .left{display: none;}

    /* 选项内容 */
    #w001_index_products_center_18_list .right {width: 100%;max-width: 100%;}
    #w001_index_products_center_18_list .right .item{grid-template-columns: 100%;gap: 20px;}
    #w001_index_products_center_18_list .right .item.hide{display: none;}
    #w001_index_products_center_18_list .right .li{}
    #w001_index_products_center_18_list .right .li .name{font-size: var(--font-sma-S);line-height: var(--font-sma-L);max-height: calc(2 * var(--font-sma-L));}
    #w001_index_products_center_18_list .right .li .i_tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L)}
    #w001_index_products_center_18_list .right .li .img,
    #w001_index_products_center_18_list .right .li:first-child .img{max-height: 260px;}
}



/* 移动端tab */
#w001_index_products_center_18_nav_app{display: none;}
@media screen and (max-width: 750px){
    /* 移动端tab */
    #w001_index_products_center_18_nav_app {display: block;position: relative;margin-bottom: 20px;}
    #w001_index_products_center_18_nav_app > *{}
    #w001_index_products_center_18_nav_app .ul{display: none;background: #fff;border-radius: 0 0 5px 5px;box-shadow: 0 3px 5px rgba(0,0,0,0.1);position: absolute;top:  calc(100% + 2px);right: 0;left: 0;z-index: 1;}

    #w001_index_products_center_18_nav_app .li{min-height: 80px;padding: 10px 30px;font-size: var(--font-txt-S);line-height: var(--font-txt-L);color: #333;border-left: 2px solid transparent;transition: .3s;background: #fff;}
    #w001_index_products_center_18_nav_app .li.cur{border-color: var(--curFontColor);color: var(--curFontColor);}

    #w001_index_products_center_18_nav_app .frist_td{box-shadow: 0 2px 6px rgba(0,0,0,0.2);font-weight: bold;height: 100px;}
    #w001_index_products_center_18_nav_app .frist_td i{font-size: var(--font-txt-S);transition: .3s;display: block;}
    #w001_index_products_center_18_nav_app .frist_td.current i{transform: rotateZ(90deg);}
    #w001_index_products_center_18_nav_app .frist_td_tip{margin-right: 10px;}
}
#w001_index_scheme_19 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #f2f5f8;}


#w001_index_scheme_19 .box .title{}
#w001_index_scheme_19 .box .title .p_tip{font-size: var(--sub_font_size);color: var(--sub_font_color);font-weight: var(--sub_font_weight);font-style: var(--sub_font_style);line-height: var(--sub_lh);}
#w001_index_scheme_19 .box .title .c_tip{font-size: var(--tit_font_size);color: var(--tit_font_color);font-weight: var(--tit_font_weight);font-style: var(--tit_font_style);line-height: var(--tit_lh);margin: 20px 0 30px;}

#w001_index_scheme_19.myleft .box .title{text-align: left;}
#w001_index_scheme_19.mycenter .box .title{text-align: center;}
#w001_index_scheme_19.myright .box .title{text-align: right;}

#w001_index_scheme_19 .box .ul{display: flex;transition: .6s;padding-top: 60px;}
#w001_index_scheme_19 .box .ul .li{width:110px;height: 580px;transition: .5s;margin-left: 8px;padding-top: 40px;overflow: hidden;position: relative;}
#w001_index_scheme_19 .box .ul .li::before{display: block;content: '';width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);z-index: 1;position: absolute;top: 0;left: 0;}
#w001_index_scheme_19 .box .ul .li.cur{width: calc(100% - 472px);box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.1);}
#w001_index_scheme_19 .box .ul .li:nth-child(1){margin-left: 0;}
#w001_index_scheme_19 .box .ul .li:nth-child(2){transform: translateY(-32px);}
#w001_index_scheme_19 .box .ul .li:nth-child(3){transform: translateY(-60px);}
#w001_index_scheme_19 .box .ul .li:nth-child(4){transform: translateY(-32px);}
#w001_index_scheme_19 .box .ul .li:nth-child(5){}



#w001_index_scheme_19 .box .ul .li .img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
#w001_index_scheme_19 .box .ul .li .name{writing-mode:vertical-lr;font-size: 24px;color: #fff;position: relative;margin: 0 auto;z-index: 1;}
#w001_index_scheme_19 .box .ul .li .brief {font-size: 16px;color: #fff;line-height: 26px;margin: 25px 0 45px;position: relative;max-width: 0px;overflow: hidden;max-height: 156px;z-index: 1;text-overflow: ellipsis;display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 6;}
#w001_index_scheme_19 .box .ul .li .view {font-size: 16px;color: #fff;position: relative;max-width: 0px;overflow: hidden;display: inline-block;z-index: 1;pointer-events:visible;}
#w001_index_scheme_19 .box .ul .li .view i{margin-left: 5px;}

#w001_index_scheme_19 .box .ul .li.cur{padding: 60px;}
#w001_index_scheme_19 .box .ul .li.cur .name{writing-mode:initial;}
#w001_index_scheme_19 .box .ul .li.cur .brief{max-width: initial;}
#w001_index_scheme_19 .box .ul .li.cur .view{max-width: initial;}





@media (any-hover: hover){

}

@media screen and (max-width: 750px){
    #w001_index_scheme_19 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w001_index_scheme_19 .box .title .p_tip{font-size: var(--font-txt-S);line-height: var(--font-txt-L);font-weight: var(--font-txt-B);}
    #w001_index_scheme_19 .box .title .c_tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}

    #w001_index_scheme_19 .box .ul .li.cur {width: 100%;}
    #w001_index_scheme_19 .box .ul .li .name{font-size: var(--font-txt-S);writing-mode:initial;}
    #w001_index_scheme_19 .box .ul .li .brief {font-size: var(--font-bri-S);line-height: var(--font-bri-L);max-height: calc(6 * (var(--font-bri-L)));z-index: 1;max-width:initial;}
    #w001_index_scheme_19 .box .ul .li .view {font-size: var(--font-bri-S);max-width: initial;}
    #w001_index_scheme_19 .box .ul .li .view i{font-size: var(--font-bri-S);}

    #w001_index_scheme_19 .box .ul{display: block;padding-top: 0px;}
    #w001_index_scheme_19 .box .ul .li{width:100%;margin-left: 0px;padding: 60px;}

    #w001_index_scheme_19 .box .ul .li:nth-child(2){transform: translateY(0px);}
    #w001_index_scheme_19 .box .ul .li:nth-child(3){transform: translateY(0px);}
    #w001_index_scheme_19 .box .ul .li:nth-child(4){transform: translateY(0px);}
}
#w001_index_about_20 {padding-top: var(--paddingTop);background: #f2f5f8;}


#w001_index_about_20 .box .left{padding-bottom: var(--paddingBottom);}
#w001_index_about_20 .left .title{}
#w001_index_about_20 .left .title .p_tip{font-size: var(--sub_font_size);color: var(--sub_font_color);font-weight: var(--sub_font_weight);font-style: var(--sub_font_style);line-height: var(--sub_lh);}
#w001_index_about_20 .left .title .c_tip{font-size: var(--tit_font_size);color: var(--tit_font_color);font-weight: var(--tit_font_weight);font-style: var(--tit_font_style);line-height: var(--tit_lh);margin: 20px 0 30px;}

#w001_index_about_20 .left .ul{flex-wrap: wrap;}
#w001_index_about_20 .left .ul .li{margin-right: 100px;margin-bottom: 30px;}
#w001_index_about_20 .left .ul .li .num{font-size: 50px;color: #333;font-weight: bold;white-space: nowrap;}
#w001_index_about_20 .left .ul .li .unit{font-size: 30px;color: #333;}
#w001_index_about_20 .left .ul .li .tip{font-size: 16px;color: #666;margin-top: 15px;}
#w001_index_about_20 .left .name{font-size: 24px;line-height: 42px;margin:45px 0 5px;}
#w001_index_about_20 .left .brief{font-size: 16px;color: #666;line-height: 30px;}


#w001_index_about_20.myleft .left .title{text-align: left;}
#w001_index_about_20.myright .left .ul{justify-content: flex-start;}
#w001_index_about_20.myright .left .name{display: flex;}
#w001_index_about_20.myright .left .brief{display: flex;}
#w001_index_about_20.mycenter .left .title{text-align: center;}
#w001_index_about_20.mycenter .left .ul{justify-content: center;}
#w001_index_about_20.mycenter .left .name{display: flex;justify-content: center;}
#w001_index_about_20.mycenter .left .brief{display: flex;justify-content: center;}
#w001_index_about_20.myright .left .title{text-align: right;}
#w001_index_about_20.myright .left .ul{justify-content: flex-end;}
#w001_index_about_20.myright .left .name{display: flex;justify-content: flex-end;}
#w001_index_about_20.myright .left .brief{display: flex;justify-content: flex-end;}


#w001_index_about_20 .right{display: flex;justify-content: flex-end;}
#w001_index_about_20 .right .img{position: absolute;left: 0;bottom:0;background: no-repeat bottom/contain;}
#w001_index_about_20 .right .more{font-size: 16px;color: #333;margin-top: 100px;}
#w001_index_about_20 .right .more .more_i{width: 30px; height: 30px; background-color: #666; border-radius: 50%;color: #fff;margin-left: 10px;font-size: 14px;}


@media (any-hover:hover) {
    #w001_index_about_20 .right .more:hover .more_i {transform: translateX(10px);}
}

@media screen and (max-width:1480px) {
    #w001_index_about_20 .box .left{flex: 2;}
    #w001_index_about_20 .left .ul .li{margin-right: 80px;}

    #w001_index_about_20 .box .right{flex: 1;}
}

@media screen and (max-width:750px) {
    #w001_index_about_20 {padding-top: var(--appPaddingTop);}
    #w001_index_about_20 .box{flex-direction: column;}

    #w001_index_about_20 .box .left{padding-bottom: 30px;}
    #w001_index_about_20 .left .title .p_tip{font-size: var(--font-txt-S);line-height: var(--font-txt-L);font-weight: var(--font-txt-B);}
    #w001_index_about_20 .left .title .c_tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin: 20px 0 60px;}

    #w001_index_about_20 .left .ul{justify-content: space-between;}
    #w001_index_about_20 .left .ul .li{margin-right: 0;width: 48%;}
    #w001_index_about_20 .left .ul .li .num{font-size: var(--font-big-S);white-space: nowrap;}
    #w001_index_about_20 .left .ul .li .unit{font-size: var(--font-sub-S);}
    #w001_index_about_20 .left .ul .li .tip{font-size: var(--font-bri-S);}
    #w001_index_about_20 .left .name{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-bottom:25px;}
    #w001_index_about_20 .left .brief{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}

    #w001_index_about_20 .right{overflow: initial;}
    #w001_index_about_20 .right .img{opacity: 0.5;}
    #w001_index_about_20 .right .more{font-size: var(--font-txt-S);margin-top: 0px;margin-bottom: var(--appPaddingBottom);}
    #w001_index_about_20 .right .more .more_i{width: 70px; height: 70px;font-size: var(--font-bri-S);}
}
#w009_index_news_75 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w009_index_news_75 .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);}
#w009_index_news_75 .head {display: flex;justify-content: space-between;align-items: center;margin-bottom: 50px;}
#w009_index_news_75 .head .nav {display: flex;justify-content: flex-start;align-items: center;}
#w009_index_news_75 .head .nav .h2 {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-right: 94px;}
#w009_index_news_75 .head .nav .link {display: flex;}
#w009_index_news_75 .head .nav .link .links {font-size: 18px;color: #333;margin-right: 70px;}
#w009_index_news_75 .head .nav .link .links:hover {color: var(--hoverColor);}
#w009_index_news_75 .head .nav .link .links.cur {color: var(--hoverColor);}
#w009_index_news_75 .head .button {font-size: 16px;width: 280px;height: 60px;padding: 0 27px;flex-shrink: 0; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}
#w009_index_news_75 .content {width: calc(100% + 40px);height: calc(100% = 40px);padding: 20px;}
#w009_index_news_75 .content .box {border-left: 1px solid #e3e3e3;padding: 37px 50px 60px 50px;transition: .3s;}
#w009_index_news_75 .content .box .time {font-size: 20px;line-height: 1.8;color: var(--hoverColor);margin-bottom: 30px;opacity: 0;transition: .3s;}
#w009_index_news_75 .content .box .text {height: 188px;width: 100%;}
#w009_index_news_75 .content .box .text .tit {font-size: 24px;line-height: 1.33;color: #333;margin-bottom: 16px;height: auto; word-wrap:break-word;}
#w009_index_news_75 .content .box .text .brief {font-size: 16px;line-height: 1.875;color: #666;height: 60px; word-wrap:break-word;}
#w009_index_news_75 .content .box .img::before {padding-top: 60.465%;}
#w009_index_news_75 .content .box .button {transform: rotate(-45deg) !important;width: 64px;height: 64px;border-radius: 50%;font-size: 24px;color: #666;margin: 53px 0 0 5px;transition: .3s;}

@media (any-hover:hover) {
    #w009_index_news_75 .head .button:hover {box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
    #w009_index_news_75 .content .box:hover {box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);z-index: 5;}
    #w009_index_news_75 .content .box:hover .time {opacity: 1;}
    #w009_index_news_75 .content .box:hover .text .tit {max-height: 64px;}
    #w009_index_news_75 .content .box:hover .button {transform: rotate(0deg) !important;color: #fff;background-color: var(--hoverColor);}
}
@media screen and (max-width:1200px) {
    #w009_index_news_75 .head .nav {flex-wrap: wrap;}
    #w009_index_news_75 .head .nav .h2 {margin-bottom: 20px;}
    #w009_index_news_75 .head .nav .link .links {margin-bottom: 20px;}
    #w009_index_news_75 .content {flex-wrap: wrap;width: 100%;padding: 0;}
}
@media screen and (max-width:750px) {
    #w009_index_news_75 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w009_index_news_75 .head .nav {width: 100%;}
    #w009_index_news_75 .head .nav .h2 {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin: 0;width: 100%;}
    #w009_index_news_75 .head .nav .link {margin: 20px 0;}
    #w009_index_news_75 .head .nav .link .links {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 20px 0;margin-right: 30px;}
    #w009_index_news_75 .head .button {font-size: var(--font-txt-S);height: 80px;border-radius: 40px;}
    #w009_index_news_75 .head .button .icon {font-size: var(--font-txt-S);}
    #w009_index_news_75 .content .box {padding: 40px;}
    #w009_index_news_75 .content .box .time {font-size: var(--font-sma-S);opacity: 1;}
    #w009_index_news_75 .content .box .text .tit {font-size: var(--font-sma-S);line-height: var(--font-sma-L);max-height: var(--font-sma-L);-webkit-line-clamp:1;}
    #w009_index_news_75 .content .box .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: calc(var(--font-txt-L)*2);}
    #w009_index_news_75 .content .box .img {margin-top: 30px;}
    #w009_index_news_75 .content .box .button {transform: rotate(0deg) !important;color: #fff;background-color: var(--hoverColor);width: 100px;height: 100px;font-size: var(--font-big-S);}
}

#w001_index_video_21{position: relative;}
#w001_index_video_21 .video{object-fit:cover;height: 56.25vw;width: 100%;max-height: 500px;background: #000;overflow: hidden;}

#w001_index_video_21 .btn{color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 80px;height: 80px;border-radius: 50%;background: rgba(204, 0, 0,.5);display: flex;align-items: center;justify-content: center;cursor: pointer;}
#w001_index_video_21 .btn.cur{opacity: 0;cursor: default;}
#w001_index_video_21 .btn_i{font-size: 40px;transform: translateX(3px);}

#w001_index_video_21 .btn::before,
#w001_index_video_21 .btn::after{display: block;content: '';border: 1px solid rgba(255, 255, 255, .2);border-radius: 50%;background: transparent;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: .8s;pointer-events: none;}
#w001_index_video_21 .btn::before{width: 160px;height: 160px;}
#w001_index_video_21 .btn::after{width: 240px;height: 240px;transition: .6s;}

#w001_index_video_21:hover .btn::before,
#w001_index_video_21:hover .btn::after{transform:translate(-50%,-50%) scale(3) ;opacity: 0;}

@media only screen and (max-width: 750px) {
    /* #w001_index_video_21 .video{height: 50vw;} */
}
.w005_index_partner_39 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}
@media screen and (max-width:750px) {
    .w005_index_partner_39 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w005_index_partner_39_title{}
#w005_index_partner_39_title .tip{font-size: 16px;line-height: 1.4;color: #626466;}
#w005_index_partner_39_title .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);margin-top: 30px;}

#w005_index_partner_39_title.myleft .name{text-align: left;}
#w005_index_partner_39_title.myleft .tip{text-align: left;}
#w005_index_partner_39_title.mycenter .name{text-align: center;}
#w005_index_partner_39_title.mycenter .tip{text-align: center;}
#w005_index_partner_39_title.myright .name{text-align: right;}
#w005_index_partner_39_title.myright .tip{text-align: right;}


@media screen and (max-width:750px) {
    #w005_index_partner_39_title .tip{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w005_index_partner_39_title .name{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
}


#w005_index_partner_39_box{padding: 60px 8px 60px;}
#w005_index_partner_39_box .slide{display: grid;grid-template-columns: repeat(5,calc((100% - 160px)/5));gap: 40px;}
#w005_index_partner_39_box .li{border: 1px solid #E5E5E5;transition: .3s;background: #fff;padding-top: 41.666666666%;overflow: hidden;}

#w005_index_partner_39_box .swiper-pagination-bullet{background: rgba(0, 0, 0, 0.3);}
#w005_index_partner_39_box .swiper-pagination-bullet-active{background: rgba(0, 0, 0, 0.5);}
@media (any-hover: hover){
    #w005_index_partner_39_box .li:hover{box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);border-color: #fff;}
}
@media screen and (max-width:750px) {
    #w005_index_partner_39_box .slide{display: grid;grid-template-columns: repeat(3,calc((100% - 40px)/3));gap: 20px;}
}
.temp_wcb_footer_footer04_16_footer_wrap{background: var(--bg_color);color: var(--font_color_1);padding-top: var(--paddingTop);overflow: hidden;}
@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_16_footer_wrap{padding-top: var(--appPaddingTop);}
}


.temp_wcb_footer_footer04_16_guild {display: grid;grid-template-columns: auto 370px;gap: 0 30px;}
#temp_wcb_footer_footer04_16_nav{display: flex;flex-wrap: wrap;gap: 40px 100px;}
#temp_wcb_footer_footer04_16_nav .dl .dt{font-size: 18px;line-height: 1;margin-bottom: 36px;font-weight: bold;}
#temp_wcb_footer_footer04_16_nav .dd{font-size: 16px;color: var(--font_color_2);line-height: 30px;margin-bottom: 8px;transition: 0.3s;}

@media (any-hover: hover){
    #temp_wcb_footer_footer04_16_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_16_guild{display: block;padding-top: 0px;}
    #temp_wcb_footer_footer04_16_nav{display: none;}
}


#temp_wcb_footer_footer04_16_nav_app{display: none;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_16_nav_app{display: block;margin-bottom: 60px;}
    #temp_wcb_footer_footer04_16_nav_app .dl{color: var(--font_color_2);}
    #temp_wcb_footer_footer04_16_nav_app .dl .dt{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 20px 0;border-bottom: 1px solid rgba(255, 255, 255,0.2);}
    #temp_wcb_footer_footer04_16_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #temp_wcb_footer_footer04_16_nav_app .dl .dt.cur > i{transform: rotateZ(90deg);}
    /* 展开项 */
    #temp_wcb_footer_footer04_16_nav_app .dd .a{color: var(--font_color_2);font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 20px 0;padding-left: 15px;border-bottom: 1px solid rgba(255, 255, 255,0.2);}
}

#temp_wcb_footer_footer04_16_third{display: flex;flex-direction: column;font-size: 16px;line-height: 1.8;color: var(--font_color_2);margin-bottom: 35px;}

#temp_wcb_footer_footer04_16_third .title{margin-bottom: 30px;font-size: 18px;line-height: 1;font-weight: bold;color: var(--font_color_1);}
#temp_wcb_footer_footer04_16_third .phone{color: var(--numColor);font-size: 16px;font-weight: bold;line-height: 1.5;margin-bottom: 24px;}
#temp_wcb_footer_footer04_16_third .phone span{font-size: 28px;}
#temp_wcb_footer_footer04_16_third .list{display: flex;flex-wrap: wrap;gap: 10px 40px;margin-top: 30px;}
#temp_wcb_footer_footer04_16_third .qr .img{width: 120px;height: 120px;overflow: hidden;}
#temp_wcb_footer_footer04_16_third .qr .img img{max-width: 100%;max-height: 100%;}
#temp_wcb_footer_footer04_16_third .qr .tip{font-size: 16px;color: var(--font_color_2);margin-top: 12px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_16_third{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_footer_footer04_16_third .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}

    #temp_wcb_footer_footer04_16_third .phone{font-size: var(--font-bri-S);line-height: var(--font-bri-L);margin-bottom: 10px;}
    #temp_wcb_footer_footer04_16_third .phone span{font-size: var(--font-sma-S);line-height: var(--font-sma-L);}

    #temp_wcb_footer_footer04_16_third .qr .img{width: 240px;height: 240px;}
    #temp_wcb_footer_footer04_16_third .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}



#temp_wcb_footer_footer04_16_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#temp_wcb_footer_footer04_16_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#temp_wcb_footer_footer04_16_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_16_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#temp_wcb_footer_footer04_16_copyright{min-height: 85px;padding: 16px 0;font-size: 16px;line-height: 1.5;color: var(--font_color_2);border-top: 1px solid var(--font_color_3);}
#temp_wcb_footer_footer04_16_copyright > *{gap: 10px 20px;flex-wrap: wrap;}
#temp_wcb_footer_footer04_16_copyright > * > *{display: flex;align-items: center;flex-wrap: wrap;gap: 10px 20px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_16_copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}