
.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_11_nav{transition: background-color .3s;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
#w001_index_header_11_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
#w001_index_header_11_nav .head{height: var(--head_top_height);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_11_nav{box-shadow: none;}
#header.fixed.scroll-top #w001_index_header_11_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top #w001_index_header_11_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .head{color: #333;}

#w001_index_header_11_nav .stockCode{margin-left: 10px;font-size: 16px;line-height: 1.5;opacity: 0.6;}

#w001_index_header_11_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;}
#w001_index_header_11_nav .btnCS:hover{opacity: 0.8;}


/* 背景色 */
#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_11_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_11_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_11_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_11_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_11_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#w001_index_header_11_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}

/* 按钮部分 */
#w001_index_header_11_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_11_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_11_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_11_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_11_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_11_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_11_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_11_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_11_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_11_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_11_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_11_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .head .menu i::after{background: #333;}


/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_11_nav{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_11_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_11_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_11_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_11_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_11.pc_app #w001_index_header_11_nav .head_nav .li{display: none;}
.w001_index_header_11.pc_app #w001_index_header_11_nav .head .menu{display: block;}


#w001_index_header_11_nav .mblanguage{display: none;}


@media only screen and (max-width: 1024px) {
    #w001_index_header_11_nav .head_nav .li{display: none;}
    #w001_index_header_11_nav .head .menu{display: block;}
    /* #w001_index_header_11_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_11_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_11_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_11_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
    
    #w001_index_header_11_nav .btnCS{display: none;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_11_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_11_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_11_nav .head_btn .language{display: none;}
    #w001_index_header_11_nav .mblanguage{margin-right: 20px;font-size: 36px;display: flex;}

    #w001_index_header_11_nav .head .menu{padding: 30px;}
    #w001_index_header_11_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_11_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_11_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_11_nav .weblogo{opacity: 0;}
    #header.menu_expand #w001_index_header_11_nav .mblanguage{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_11_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_11_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_11_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_11_nav .head .menu{display: none;}
.w001_index_header_11 #w001_index_header_11_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_11_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_11_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_11_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_11_nav .head_btn{flex: initial;}
}
#temp_wcb_inner_hf_hengfu01_57 .img{min-height: 400px;}
#temp_wcb_inner_hf_hengfu01_57 .img img{width: 100%;display: block;}
#temp_wcb_inner_hf_hengfu01_57 .imgApp{display: none;min-height: 480px;}
#temp_wcb_inner_hf_hengfu01_57 .imgApp img{width: 100%;display: block;}
#temp_wcb_inner_hf_hengfu01_57 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#temp_wcb_inner_hf_hengfu01_57 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#temp_wcb_inner_hf_hengfu01_57.height_change .position_box{width: 100%;height: calc((100% - 100px));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#temp_wcb_inner_hf_hengfu01_57 .text{display: flex;flex-direction: column;width: 100%;padding: 15px 0;}
#temp_wcb_inner_hf_hengfu01_57 .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_57 .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_57 .position_box[position="2"],
#temp_wcb_inner_hf_hengfu01_57 .position_box[position="5"],
#temp_wcb_inner_hf_hengfu01_57 .position_box[position="8"]{text-align: center;}
#temp_wcb_inner_hf_hengfu01_57 .position_box[position="3"],
#temp_wcb_inner_hf_hengfu01_57 .position_box[position="6"],
#temp_wcb_inner_hf_hengfu01_57 .position_box[position="9"]{text-align: right;}

@media screen and (max-width:751px) {
    #temp_wcb_inner_hf_hengfu01_57 .img{display: none;}
    #temp_wcb_inner_hf_hengfu01_57 .imgApp{display: block;}
    #temp_wcb_inner_hf_hengfu01_57 .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_57 .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_57.height_change .position_box{height: calc((100% - 120px));}
}
/* 模块布局 */
.default_index_other_0005_58Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}


#default_index_other_0005_58Title{text-align: center;display: flex;flex-direction: column;align-items: center;gap: 16px;margin-bottom: 64px;}
#default_index_other_0005_58Title .title{font-size: var(--titleFont_px);color: var(--titleFont_color);font-weight: 700;line-height: 1.2;}
#default_index_other_0005_58Title .desc{font-size: var(--briefFont_px);color: var(--briefFont_color);line-height: 1.6;}

#default_index_other_0005_58Con{display: flex;justify-content: space-between;gap: 32px;flex-wrap: wrap;}
#default_index_other_0005_58Con .item{flex: 1;background-color: rgb(17,24,39,0.4);border-radius: 16px;padding: 40px;transition: all 0.3s ease;cursor: pointer;border: 1px solid rgba(255, 255, 255, 0.1);}
#default_index_other_0005_58Con .item .icon{width: 64px;height: 64px;border-radius: 12px;background-color: var(--iconBg);}
#default_index_other_0005_58Con .item .icon svg{max-width: 50%;max-height: 50%;}
#default_index_other_0005_58Con .item .tit{font-size: 24px;font-weight: 600;color: #fff;margin: 32px 0 16px;}
#default_index_other_0005_58Con .item .txt{font-size: 16px;color: #ccc;line-height: 1.6;}

@media (any-hover: hover) {
    #default_index_other_0005_58Con .item:hover{border-color: var(--hoverColor);}
    #default_index_other_0005_58Con .item:hover .icon{transform: scale(1.2);}
}

@media (max-width: 1440px){
    #default_index_other_0005_58Title { gap: 10px; margin-bottom: 40px;}
    #default_index_other_0005_58Title .title{font-size: 46px;}
    
    #default_index_other_0005_58Con{gap: 30px;}
    #default_index_other_0005_58Con .item .tit{margin: 28px 0 15px; font-size: 22px;}
}
@media (max-width: 1366px) {
    #default_index_other_0005_58Title .title{font-size: 42px;}

    #default_index_other_0005_58Con{gap: 25px;}
    #default_index_other_0005_58Con .item{ padding: 30px;}
}
@media (max-width: 1050px) {
    #default_index_other_0005_58Title .title{font-size: 38px;}

    #default_index_other_0005_58Con .item{ padding: 20px;}
}
@media(max-width: 992px){
    #default_index_other_0005_58Con{flex-wrap: wrap;}
    
    #default_index_other_0005_58Title .title{font-size: .3182rem;}
    #default_index_other_0005_58Title .desc{font-size: .1364rem;}
    
    #default_index_other_0005_58Con{gap: .1515rem; flex-wrap: wrap;}
    #default_index_other_0005_58Con .item{ padding: .1894rem;}
    #default_index_other_0005_58Con .item .tit{margin:  .1515rem 0 .0909rem; font-size: .1667rem;}
    #default_index_other_0005_58Con .item .txt{font-size: .1364rem;}
}
@media(max-width: 768px){
    .default_index_other_0005_58Wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    
    #default_index_other_0005_58Title{gap: .15rem; margin-bottom: .4rem;}
    #default_index_other_0005_58Title .title{font-size: .42rem;}
    #default_index_other_0005_58Title .desc{font-size: .28rem;}
    
    #default_index_other_0005_58Con{gap: .3rem;}
    #default_index_other_0005_58Con .item {width: 100%; flex: none; padding: .4rem;}
    #default_index_other_0005_58Con .item .tit{margin: .3rem 0; font-size: .3rem;}
    #default_index_other_0005_58Con .item .txt{font-size: .28rem;}
}


/* 模块布局 */
.default_index_other_0008_62Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}

/* 模块标题样式 */
#default_index_other_0008_62Title{text-align: center;display: flex;flex-direction: column;align-items: center;gap: 16px;}
#default_index_other_0008_62Title .title{font-size: var(--titleFont_px);color: var(--titleFont_color);font-weight: 700;line-height: 1.2}
#default_index_other_0008_62Title .desc{font-size: var(--briefFont_px);color: var(--briefFont_color);line-height: 1.6;}

/* 模块内容样式 */
#default_index_other_0008_62Con{margin-top: 80px;}
#default_index_other_0008_62Con .steps{gap: 32px;}
#default_index_other_0008_62Con .step{width: 20%;;background-color: var(--listBgColor);border-radius: 16px;padding: 32px;border: 1px solid var(--listBorderColor);display: flex;flex-direction: column;justify-content: space-between;text-align: center;}
#default_index_other_0008_62Con .step .num{font-size: var(--listNumberFont_px);font-weight: 700;color: var(--listNumberFont_color);}
#default_index_other_0008_62Con .step .tit{font-size: var(--listTitleFont_px);font-weight: 600;color: var(--listTitleFont_color);margin: 30px 0 16px;}
#default_index_other_0008_62Con .step .txt{font-size: var(--listBriefFont_px);color: var(--listBriefFont_color);line-height: 1.5;}
#default_index_other_0008_62Con .arrow{font-size: 30px;color: var(--themeColor);display: flex;align-items: center;}
#default_index_other_0008_62Con .arrow:last-child{display: none;}

@media (any-hover: hover) {
    #default_index_other_0008_62Con .step:hover{border-color: var(--themeColor);}
}

@media (max-width: 1440px){
    #default_index_other_0008_62Title{gap: 10px;}
    #default_index_other_0008_62Title .title{--font_title_px: 46px;}
    #default_index_other_0008_62Title .desc{--briefFont_px:18px;}

    #default_index_other_0008_62Con{margin-top: 40px;}
    #default_index_other_0008_62Con .steps{gap: 20px;}
    #default_index_other_0008_62Con .step{width: 21%;; padding: 30px 20px;}
    #default_index_other_0008_62Con .step .num{font-size: 42px;}
    #default_index_other_0008_62Con .step .tit{font-size: 18px;margin: 20px 0 12px;}
}
@media (max-width: 1366px){
    #default_index_other_0008_62Title .title{--font_title_px: 42px;}
    #default_index_other_0008_62Title .desc{--briefFont_px:16px;}

    #default_index_other_0008_62Con{margin-top: 30px;}
    #default_index_other_0008_62Con .step .num{font-size: 38px;}
}
@media (max-width: 1280px){
    #default_index_other_0008_62Con .steps{gap: 10px;}
    #default_index_other_0008_62Con .step{width: 22%; padding: 25px 20px;}
    #default_index_other_0008_62Con .step .num{font-size: 36px;}
    #default_index_other_0008_62Con .step .tit{font-size: 18px;margin: 10px 0;}
}
@media (max-width: 1050px) {
    #default_index_other_0008_62Con .steps{gap: 5px;}
    #default_index_other_0008_62Con .step .num{font-size: 32px;}
}
@media (max-width: 992px){
    .default_index_other_0008_62Wrap{padding-top: .6061rem;padding-bottom: .6061rem;}
    
    #default_index_other_0008_62Title{gap: .0758rem;}
    #default_index_other_0008_62Title .title{--font_title_px: .3939rem;}
    #default_index_other_0008_62Title .desc{--briefFont_px:.1364rem;}
    
    #default_index_other_0008_62Con{margin-top: .2273rem;}
    #default_index_other_0008_62Con .steps{flex-wrap: wrap; gap: .0758rem;}
    #default_index_other_0008_62Con .step{width: 47%; padding: .2273rem .1515rem;}
    #default_index_other_0008_62Con .step .num{font-size: .2424rem;}
    #default_index_other_0008_62Con .step .tit{font-size: .1364rem; margin: .1894rem 0 .1136rem;}
    #default_index_other_0008_62Con .step .txt{font-size: .1212rem;}
}
@media(max-width: 768px){
    .default_index_other_0008_62Wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #default_index_other_0008_62Title{gap: .15rem;}
    #default_index_other_0008_62Title .title{font-size: var(--appTitleFont_px);}
    #default_index_other_0008_62Title .desc{font-size: var(--appBriefFont_px);}

    #default_index_other_0008_62Con{margin-top: .3rem;}
    #default_index_other_0008_62Con .steps{gap: .15rem;}
    #default_index_other_0008_62Con .step{width: 100%; padding: .4rem .3rem;}
    #default_index_other_0008_62Con .step .num{font-size: var(--appListNumberFont_px);}
    #default_index_other_0008_62Con .step .tit{font-size: var(--appListTitleFont_px); margin: .22rem 0 .15rem;}
    #default_index_other_0008_62Con .step .txt{font-size: var(--appListBriefFont_px);}
    #default_index_other_0008_62Con .arrow:nth-child(4){display: block;}
    #default_index_other_0008_62Con .arrow{transform: rotate(90deg); font-size: .38rem; margin: 0 auto;}

}

/* 模块布局 */
.default_index_about_0001_68Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}
@media(max-width: 768px){
    .default_index_about_0001_68Wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 模块内容样式 */
#default_index_about_0001_68{}
#default_index_about_0001_68 .info{width: 46.18%;}
#default_index_about_0001_68 .info .title{font-size: var(--font_title_px);color: var(--font_title_color);font-weight:700;line-height:1.2;margin:0 0 24px 0;}
#default_index_about_0001_68 .info .title span{color: var(--titleHighlightColor);}
#default_index_about_0001_68 .info .text{font-size: var(--font_brief_px);color: var(--font_brief_color);line-height:1.6;margin:0 0 24px 0;}
#default_index_about_0001_68 .info .stats{display:flex;justify-content:space-between;gap:20px;margin-top:30px;border-top:1px solid rgba(255,255,255,0.1);padding-top:30px;}
#default_index_about_0001_68 .info .stat{flex:1;}
#default_index_about_0001_68 .info .stat .number{font-size:24px;font-weight:700;color:var(--data_color);margin:0 0 8px 0;}
#default_index_about_0001_68 .info .stat .label{font-size:12px;color:var(--dataTitleColor);text-transform:uppercase;}
#default_index_about_0001_68 .pic{width: 46.18%;border-radius:8px;border: 1px solid rgba(255,255,255,0.1);}
#default_index_about_0001_68 .pic::before{content:'';padding-top: 75.602%;}

@media(max-width: 1100px){
    #default_index_about_0001_68{flex-wrap: wrap;}
    #default_index_about_0001_68 .info{width: 100%;}
    #default_index_about_0001_68 .pic{width: 100%;margin-top: 50px;}
}
@media(max-width: 992px){
    #default_index_about_0001_68 .info .title{margin:0 0 .182rem 0;}
    #default_index_about_0001_68 .info .text{margin:0 0 .182rem 0;}
    #default_index_about_0001_68 .info .stats{gap:.152rem;margin-top:.227rem;padding-top:.227rem;}
    #default_index_about_0001_68 .info .stat .number{font-size:.182rem;margin:0 0 .061rem 0;}
    #default_index_about_0001_68 .info .stat .label{font-size:.091rem;}
    #default_index_about_0001_68 .pic{border-radius:.061rem;}
}
@media(max-width: 768px){
    #default_index_about_0001_68 .info .title{margin:0 0 .3rem 0;line-height: 1.6;font-size: var(--font-sub-S);}
    #default_index_about_0001_68 .info .text{margin:0 0 .3rem 0;font-size: var(--font-txt-S);}
    #default_index_about_0001_68 .info .stats{gap:0;margin-top:.4rem;padding-top:.4rem;flex-wrap: wrap;}
    #default_index_about_0001_68 .info .stat{width: 50%;flex: auto;padding: 0 .2rem;margin-bottom: .4rem;}
    #default_index_about_0001_68 .info .stat .number{font-size:var(--font-sub-S);margin:0 0 .2rem 0;}
    #default_index_about_0001_68 .info .stat .label{font-size: .26rem;}
    #default_index_about_0001_68 .pic{border-radius:.061rem;}
}


/* 模块布局 */
.default_index_about_0001_70Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}
@media(max-width: 768px){
    .default_index_about_0001_70Wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 模块内容样式 */
#default_index_about_0001_70{}
#default_index_about_0001_70 .info{width: 46.18%;}
#default_index_about_0001_70 .info .title{font-size: var(--font_title_px);color: var(--font_title_color);font-weight:700;line-height:1.2;margin:0 0 24px 0;}
#default_index_about_0001_70 .info .title span{color: var(--titleHighlightColor);}
#default_index_about_0001_70 .info .text{font-size: var(--font_brief_px);color: var(--font_brief_color);line-height:1.6;margin:0 0 24px 0;}
#default_index_about_0001_70 .info .stats{display:flex;justify-content:space-between;gap:20px;margin-top:30px;border-top:1px solid rgba(255,255,255,0.1);padding-top:30px;}
#default_index_about_0001_70 .info .stat{flex:1;}
#default_index_about_0001_70 .info .stat .number{font-size:24px;font-weight:700;color:var(--data_color);margin:0 0 8px 0;}
#default_index_about_0001_70 .info .stat .label{font-size:12px;color:var(--dataTitleColor);text-transform:uppercase;}
#default_index_about_0001_70 .pic{width: 46.18%;border-radius:8px;border: 1px solid rgba(255,255,255,0.1);}
#default_index_about_0001_70 .pic::before{content:'';padding-top: 75.602%;}

@media(max-width: 1100px){
    #default_index_about_0001_70{flex-wrap: wrap;}
    #default_index_about_0001_70 .info{width: 100%;}
    #default_index_about_0001_70 .pic{width: 100%;margin-top: 50px;}
}
@media(max-width: 992px){
    #default_index_about_0001_70 .info .title{margin:0 0 .182rem 0;}
    #default_index_about_0001_70 .info .text{margin:0 0 .182rem 0;}
    #default_index_about_0001_70 .info .stats{gap:.152rem;margin-top:.227rem;padding-top:.227rem;}
    #default_index_about_0001_70 .info .stat .number{font-size:.182rem;margin:0 0 .061rem 0;}
    #default_index_about_0001_70 .info .stat .label{font-size:.091rem;}
    #default_index_about_0001_70 .pic{border-radius:.061rem;}
}
@media(max-width: 768px){
    #default_index_about_0001_70 .info .title{margin:0 0 .3rem 0;line-height: 1.6;font-size: var(--font-sub-S);}
    #default_index_about_0001_70 .info .text{margin:0 0 .3rem 0;font-size: var(--font-txt-S);}
    #default_index_about_0001_70 .info .stats{gap:0;margin-top:.4rem;padding-top:.4rem;flex-wrap: wrap;}
    #default_index_about_0001_70 .info .stat{width: 50%;flex: auto;padding: 0 .2rem;margin-bottom: .4rem;}
    #default_index_about_0001_70 .info .stat .number{font-size:var(--font-sub-S);margin:0 0 .2rem 0;}
    #default_index_about_0001_70 .info .stat .label{font-size: .26rem;}
    #default_index_about_0001_70 .pic{border-radius:.061rem;}
}


#w011_chain_advantage_61 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_chain_advantage_61 .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: 0px 0 50px 0;}

#w011_chain_advantage_61.myleft .title{text-align: left;}
#w011_chain_advantage_61.myright .title{text-align: right;}
#w011_chain_advantage_61.mycenter .title{text-align: center;}

#w011_chain_advantage_61 .slide {transition: .3s;}
#w011_chain_advantage_61 .slide .img {border-radius: 20px;transition: .3s;}
#w011_chain_advantage_61 .slide .img::before {padding-top: 67.26%;}
#w011_chain_advantage_61 .slide .img img {max-width: 100%;max-height: 100%;}
#w011_chain_advantage_61 .slide .name {font-size: var(--titleFt_px);color: var(--titleFt_color);line-height: 1.6;padding: 30px 0;transition: .3s;}
#w011_chain_advantage_61 .slide .brief {font-size: var(--briefFt_px);color: var(--briefFt_color);line-height: 1.875;margin-bottom: 55px;}

#w011_chain_advantage_61 .container {padding-top: 20px;}
#w011_chain_advantage_61 .container .swiper-pagination {display: flex;align-items: center;justify-content: center;}
#w011_chain_advantage_61 .container .swiper-pagination-bullet {background: var(--pageColor);opacity: 1;}
#w011_chain_advantage_61 .container .swiper-pagination-bullet-active {background: #fff;border: 2px solid var(--pageColor);box-sizing: content-box;}

@media screen and (min-width:751px) {
    /* #w011_chain_advantage_61 .slide:hover .img {transform: translateY(-20px);}
    #w011_chain_advantage_61 .slide:hover .name {color: #ce9634;} */
}

@media screen and (max-width:750px) {
    #w011_chain_advantage_61 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_chain_advantage_61 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_chain_advantage_61 .slide .name {font-size: var(--font-sma-S);}
    #w011_chain_advantage_61 .slide .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w011_chain_advantage_61 .container .swiper-pagination-bullet {width: 20px;height: 20px;margin: 0 10px;}
}


/* 模块布局 */
.default_about_0002_67Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}

/* 模块内容样式 */
#default_about_0002_67Con{padding-bottom:1rem;}
#default_about_0002_67Con .row{display:flex;justify-content:space-between;align-items:center;width: 80%;margin: 0 auto;}
#default_about_0002_67Con .content{flex:1;max-width:6rem;}
#default_about_0002_67Con .title{font-size: var(--font_title_px);color: var(--font_title_color);font-weight:700;line-height:1.2;margin:0 0 0.24rem 0;}
#default_about_0002_67Con .text{font-size:16px;line-height:1.6;margin:0 0 24px 0;color:#e0e0e0;}
#default_about_0002_67Con .text span{color: var(--brief_highlight_color);}
#default_about_0002_67Con .pic{flex:1;max-width:6rem;position:relative;border-radius:0.08rem;overflow:hidden;box-shadow:0 0.1rem 0.3rem rgba(0,0,0,0.3);}
#default_about_0002_67Con .pic::before{content:'';padding-top:66.67%;}

/* 模块数据样式 */
/* #default_about_0002_67Data{padding:40px 0;} */
#default_about_0002_67Data .stats{display:flex;justify-content:space-between;gap:0.3rem;width: 80%;margin: 0 auto;}
#default_about_0002_67Data .item{flex:1;text-align:center;border-right: 1px solid rgba(55,65,81,1);}
#default_about_0002_67Data .item:last-child{border-right: 0;}
#default_about_0002_67Data .item .number{font-size:0.48rem;font-weight:700;color: var(--data_color);margin:0 0 0.12rem 0;}
#default_about_0002_67Data .item .label{font-size:0.14rem;font-weight:600;color:#e0e0e0;text-transform:uppercase;letter-spacing:1px;}


@media (max-width: 1680px){ 
	#default_about_0002_67Data .item .number{font-size: 42px;}
}
@media (max-width: 1440px){ 
	#default_about_0002_67Con{padding-bottom: 0.65rem;}
	#default_about_0002_67Con .content{flex: none; width: 46.5%;}
	#default_about_0002_67Con .pic{flex: none; width: 51%;}
	
	#default_about_0002_67Data .item .number{font-size: 38px;}
}
@media (max-width: 1366px){ 
	#default_about_0002_67Con{padding-bottom: 0.45rem;}
	#default_about_0002_67Data .stats{gap: 0.2rem;}
	#default_about_0002_67Data .item .number{font-size: 0.34rem;}
}
@media (max-width: 1280px){ 
	#default_about_0002_67Con .title{--font_title_px: 0.3rem;}
	#default_about_0002_67Con .text{margin-bottom: 0;}
	
	#default_about_0002_67Data .item .number{font-size: 0.3rem;}
}
@media (max-width: 1200px){ 
	#default_about_0002_67Con .row,
	#default_about_0002_67Data .stats {width: 100%;}

	#default_about_0002_67Con .title{--font_title_px: 0.28rem; margin-bottom: 0.16rem;}
	#default_about_0002_67Con .text{margin-bottom: 0;}
	
	#default_about_0002_67Data .item .number{font-size: 0.28rem;}
}
@media (max-width: 992px){
	.default_about_0002_67Wrap{padding: .6061rem 0;}
	
	#default_about_0002_67Con{padding-bottom: .303rem;}
	#default_about_0002_67Con .row{flex-direction: column-reverse;}
	#default_about_0002_67Con .content{width: 100%; max-width: inherit;}
	#default_about_0002_67Con .pic{width: 100%; margin-bottom: .303rem; max-width: inherit;}
	#default_about_0002_67Con .title{--font_title_px: .3182rem; margin-bottom: .1212rem;}
	#default_about_0002_67Con .text{margin-bottom: 0; font-size: .1364rem;}
	
	#default_about_0002_67Data .item .number{font-size: .2121rem;}
	#default_about_0002_67Data .item .label{font-size:.1061rem;}
}
@media (max-width: 768px){
	.default_about_0002_67Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
	
	#default_about_0002_67Con{padding-bottom: .45rem;}
	#default_about_0002_67Con .pic{ margin-bottom: .4rem;}
	#default_about_0002_67Con .title{--font_title_px: .42rem; margin-bottom: .2rem;}
	#default_about_0002_67Con .text{ font-size: .28rem;}
	
	
	#default_about_0002_67Data .stats{gap: .303rem .2273rem; flex-wrap: wrap;}
	#default_about_0002_67Data .item{flex:none; width: calc((100% - 0.2273rem ) / 2 ); border-right: 0;}
	#default_about_0002_67Data .item .number{font-size: .38rem;}
	#default_about_0002_67Data .item .label{font-size: .24rem;}
}



/* faq */
/* w007_faq_faq_list_66 */
#w007_faq_faq_list_66 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w007_faq_faq_list_66 .product {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: 40px;}

#w007_faq_faq_list_66.myleft .product{text-align: left;}
#w007_faq_faq_list_66.mycenter .product{text-align: center;}
#w007_faq_faq_list_66.myright .product{text-align: right;}

#w007_faq_faq_list_66 .item {border-bottom: 1px solid #f2f2f2;margin-top: 8px;transition: .3s;}
#w007_faq_faq_list_66 .item .title {padding: 30px 0;display: flex;align-items: center;cursor:pointer}
#w007_faq_faq_list_66 .item .title .name {width: 100%;font-size: 18px;transition: .3s;}
#w007_faq_faq_list_66 .item .title .square {width: 18px;height: 18px;color: #333;}
#w007_faq_faq_list_66 .item .title .square i{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);font-size: 20px;transition:transform .3s;}

/* 展开 */
#w007_faq_faq_list_66 .item.cur{border-bottom-color: var(--titleColor);}
#w007_faq_faq_list_66 .item.cur .title .name {color: var(--titleColor);}
#w007_faq_faq_list_66 .item.cur .title .square i{transform: translate(-50%,-50%) rotateZ(90deg);color: var(--titleColor);}
@media (any-hover:hover){
	#w007_faq_faq_list_66 .item:hover{border-bottom-color: var(--titleColor);}
	#w007_faq_faq_list_66 .item .title:hover .name {color: var(--titleColor);}
}

/* 展开内容 */
/* #w007_faq_faq_list_66 .item .a {border-bottom: 1px solid var(--titleColor);} */
#w007_faq_faq_list_66 .item .a .text {font-size: 15px;line-height: 2;margin-bottom: 53px;}

@media screen and (max-width:750px) {
	#w007_faq_faq_list_66 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
	#w007_faq_faq_list_66 .content{padding: 40px;}
	#w007_faq_faq_list_66 .product {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
	#w007_faq_faq_list_66 .item .title {display: flex;justify-content: space-between;align-items: center;}
	#w007_faq_faq_list_66 .item .title .name {font-size: var(--font-txt-S);}
	#w007_faq_faq_list_66 .item .title .square {width:80px;height:80px;}
	#w007_faq_faq_list_66 .item .title .square i{font-size: var(--font-sma-S);}
	#w007_faq_faq_list_66 .item .a .text {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}
/* 模块布局 */
.default_index_other_0003_64Wrap{width:100%;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}

/* 模块内容样式 */
#default_index_other_0003_64Con{text-align:center;}
#default_index_other_0003_64Con .content{}
#default_index_other_0003_64Con .title{font-size: var(--titleFont_px);color: var(--titleFont_color);font-weight:700;line-height:1.2;}
#default_index_other_0003_64Con .title span{color: var(--titleHighlightColor);}
#default_index_other_0003_64Con .subtitle{font-size: var(--subTitleFont_px);color: var(--subTitleFont_color);font-weight:700;margin: 24px 0;}
#default_index_other_0003_64Con .text{font-size: var(--briefFont_px);color: var(--briefFont_color);line-height:1.6;}

#default_index_other_0003_64Con .actions{display:flex;justify-content:center;align-items:center;gap:32px;margin-top:48px;flex-wrap:wrap;}
#default_index_other_0003_64Con .button{background-color: var(--btn1_bg_color);color: var(--btn1_font_color);border: var(--btn1_border_width) var(--btn1_border_style) var(--btn1_border_color);border-radius:var(--btn1_border_radius);padding:16px 40px;font-size:18px;font-weight:600;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(0,204,255,0.2);}
#default_index_other_0003_64Con .button .ico{margin-left: 6px;}
#default_index_other_0003_64Con .info{display:flex;align-items:center;gap:8px;color:white;font-size:16px;font-weight: 600;position:relative;}
#default_index_other_0003_64Con .info .ico{width:24px;height:24px;color: #000;background-color: var(--mainColor);border-radius: 50%;}
#default_index_other_0003_64Con .info span{color: var(--txtHighlightColor);}

@media (any-hover: hover) {
    #default_index_other_0003_64Con .button:hover{background-color: var(--btn1_hover_bg_color);color: var(--btn1_hover_color);border-color: var(--btn1_hover_border_color);transform:scale(1.06);}
}

@media (max-width: 1440px){
    #default_index_other_0003_64Con .title{font-size: 64px;}
    #default_index_other_0003_64Con .subtitle{font-size: 32px; margin: 20px 0;}
    #default_index_other_0003_64Con .text{font-size: 18px;}

    #default_index_other_0003_64Con .actions{gap: 25px; margin-top: 35px;}
    #default_index_other_0003_64Con .button{padding:14px 30px;}
}
@media (max-width: 1366px){ 
    #default_index_other_0003_64Con .title{font-size: 58px;}
    #default_index_other_0003_64Con .subtitle{font-size: 30px;}
}
@media (max-width: 1280px){ 
    #default_index_other_0003_64Con .title{font-size: 56px;}
    #default_index_other_0003_64Con .subtitle{font-size: 26px;}
}
@media (max-width: 1050px){ 
    #default_index_other_0003_64Con .title{font-size: 52px;}
    #default_index_other_0003_64Con .subtitle{font-size: 24px;}
}
@media (max-width: 992px){
    .default_index_other_0003_64Wrap{padding-top: .6061rem;padding-bottom: .6061rem;}
    
    #default_index_other_0003_64Con .title{font-size: .3939rem;}
    #default_index_other_0003_64Con .subtitle{font-size: .1818rem; margin: .1515rem 0;}
    #default_index_other_0003_64Con .text{font-size: .1364rem;}

    #default_index_other_0003_64Con .actions{gap: .1515rem; margin-top: .2273rem;}
    #default_index_other_0003_64Con .button{padding: .0909rem .1515rem; font-size: .1364rem;}
    #default_index_other_0003_64Con .info{gap: .0606rem; font-size: .1212rem;}
}
@media(max-width: 768px){
    .default_index_other_0003_64Wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #default_index_other_0003_64Con .title{font-size: .52rem;}
    #default_index_other_0003_64Con .subtitle{font-size: .32rem; margin: .25rem 0;}
    #default_index_other_0003_64Con .text{font-size: .28rem;}

    #default_index_other_0003_64Con .actions{gap: .25rem; margin-top: .3rem;}
    #default_index_other_0003_64Con .button{padding: .15rem .2rem; font-size: .26rem;}
    #default_index_other_0003_64Con .button .ico{margin-left: .1rem; font-size: .32rem;}
    #default_index_other_0003_64Con .info{width: 100%; gap: .1rem; font-size: .26rem; justify-content: center;}
}
.default_footer_0002_18Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundColor);}
@media (max-width: 768px) {
    .default_footer_0002_18Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}


#default_footer_0002_18{display: flex;justify-content: space-between;}
#default_footer_0002_18 .title{font-size: 30px;color: var(--titleFontColor);font-weight: 600;margin-bottom: 40px;}
#default_footer_0002_18 .left{max-width: 500px;}
#default_footer_0002_18 .left .dd{margin-bottom: 15px;font-size: 18px;color: var(--contactFontColor);line-height: 1.667;}
#default_footer_0002_18 .left .dd:last-child{margin-bottom: 0;}
#default_footer_0002_18 .left .dd:hover{color: var(--mainColor);}

#default_footer_0002_18 .links{display: flex;align-items: center;margin-top: 17px;}
#default_footer_0002_18 .links.hide{display: none;}
#default_footer_0002_18 .links .a{margin-right: 20px;width: 38px;height: 38px;border: 2px solid #92959D;border-radius: 50%;transition: .3s;}
#default_footer_0002_18 .links .a i{font-size: 20px;color: #fff;}
#default_footer_0002_18 .links .a:hover{background: var(--hoverFontColor);border-color: var(--hoverFontColor);}

#default_footer_0002_18 .nav{}
#default_footer_0002_18 .nav .item{font-size: 18px;color: var(--navFontColor);line-height: 1.667;margin-bottom: 15px;}
#default_footer_0002_18 .nav .item:last-child{margin-bottom: 0;}
#default_footer_0002_18 .nav .item .a:hover{color: var(--mainColor);}

#default_footer_0002_18 .right{width: 345px;}
#default_footer_0002_18 .right .txt{font-size: 18px;color: var(--newsletterTipsFontColor);line-height: 1.667;}
#default_footer_0002_18 .form{margin-top: 20px;}
#default_footer_0002_18 .form .input{width: 100%;height: 46px;border-radius: 23px;padding: 0 25px;background-color: var(--searchBgColor);font-size: 16px;color: var(--searchFontColor);margin-bottom: 25px;}
#default_footer_0002_18 .form .submit{width: 100%;height: 46px;background-color: var(--searchBtnBgColor);font-size: 18px;color: var(--searchBtnFontColor);border-radius: 23px;}
#default_footer_0002_18 .form .submit .ico{font-size: 24px;margin-left: 3px;}


@media (max-width: 1024px) {
    #default_footer_0002_18{flex-wrap: wrap;}

    #default_footer_0002_18 .right{width: 100%;margin-top: 30px;}
}
@media (max-width: 992px) {
    #default_footer_0002_18 .title{font-size: .227rem;margin-bottom: .303rem;}
    #default_footer_0002_18 .left{max-width: 3.788rem;}
    #default_footer_0002_18 .left .dd{margin-bottom: .114rem;font-size: .136rem;}

    #default_footer_0002_18 .links{margin-top: .129rem;}
    #default_footer_0002_18 .links .a{margin-right: .152rem;width: .288rem;height: .288rem;border-width: .015rem;}
    #default_footer_0002_18 .links .a i{font-size: .152rem;}

    #default_footer_0002_18 .nav .item{font-size: .136rem;margin-bottom: .114rem;}

    #default_footer_0002_18 .right{margin-top: .227rem;}
    #default_footer_0002_18 .right .txt{font-size: .136rem;}
    #default_footer_0002_18 .form{margin-top: .152rem;}
    #default_footer_0002_18 .form .input{height: .348rem;border-radius: .174rem;padding: 0 .189rem;font-size: .121rem;margin-bottom: .189rem;}
    #default_footer_0002_18 .form .submit{height: .348rem;font-size: .136rem;border-radius: .174rem;}
    #default_footer_0002_18 .form .submit .ico{font-size: .182rem;margin-left: .023rem;}
}


@media (max-width: 768px) {
    #default_footer_0002_18 .title{font-size: .36rem;margin-bottom: .4rem;}
    #default_footer_0002_18 .left{max-width: 100%;width: 100%;}
    #default_footer_0002_18 .left .dd{margin-bottom: .25rem;font-size: .3rem;}

    #default_footer_0002_18 .links{margin-top: .3rem;}
    #default_footer_0002_18 .links .a{margin-right: .3rem;width: .65rem;height: .65rem;border-width: .03rem;}
    #default_footer_0002_18 .links .a i{font-size: .36rem;}

    #default_footer_0002_18 .nav{width: 100%;margin-top: .4rem;}
    #default_footer_0002_18 .nav .item{font-size: .3rem;margin-bottom: .25rem;}

    #default_footer_0002_18 .right{margin-top: .4rem;}
    #default_footer_0002_18 .right .txt{font-size: .3rem;}
    #default_footer_0002_18 .form{margin-top: .25rem;}
    #default_footer_0002_18 .form .input{height: .65rem;border-radius: .325rem;padding: 0 .3rem;font-size: .3rem;margin-bottom: .3rem;}
    #default_footer_0002_18 .form .submit{height: .65rem;border-radius: .325rem;font-size: .3rem;}
    #default_footer_0002_18 .form .submit .ico{font-size: .36rem;margin-left: .046rem;}
}