
.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_44_nav{transition: background-color .3s;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
#w001_index_header_44_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
#w001_index_header_44_nav .head{height: var(--head_top_height);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_44_nav{box-shadow: none;}
#header.fixed.scroll-top #w001_index_header_44_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top #w001_index_header_44_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_44_nav .head{color: #333;}

#w001_index_header_44_nav .stockCode{margin-left: 10px;font-size: 16px;line-height: 1.5;opacity: 0.6;}

#w001_index_header_44_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;}
#w001_index_header_44_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_44_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_44_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_44_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_44_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_44_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_44_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_44_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#w001_index_header_44_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}

/* 按钮部分 */
#w001_index_header_44_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_44_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_44_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_44_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_44_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_44_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_44_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_44_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_44_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_44_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_44_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_44_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_44_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_44_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_44_nav .head .menu i::after{background: #333;}


/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_44_nav{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_44_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_44_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_44_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_44_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_44.pc_app #w001_index_header_44_nav .head_nav .li{display: none;}
.w001_index_header_44.pc_app #w001_index_header_44_nav .head .menu{display: block;}


#w001_index_header_44_nav .mblanguage{display: none;}


@media only screen and (max-width: 1024px) {
    #w001_index_header_44_nav .head_nav .li{display: none;}
    #w001_index_header_44_nav .head .menu{display: block;}
    /* #w001_index_header_44_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_44_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_44_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_44_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
    
    #w001_index_header_44_nav .btnCS{display: none;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_44_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_44_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_44_nav .head_btn .language{display: none;}
    #w001_index_header_44_nav .mblanguage{margin-right: 20px;font-size: 36px;display: flex;}

    #w001_index_header_44_nav .head .menu{padding: 30px;}
    #w001_index_header_44_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_44_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_44_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_44_nav .weblogo{opacity: 0;}
    #header.menu_expand #w001_index_header_44_nav .mblanguage{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_44_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_44_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_44_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_44_nav .head .menu{display: none;}
.w001_index_header_44 #w001_index_header_44_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_44_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_44_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_44_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_44_nav .head_btn{flex: initial;}
}
/* 模块布局 */
.default_index_other_0009_268Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background-image: linear-gradient(to bottom right, var(--gradientStops));overflow:hidden;}

/* 模块内容样式 */
#default_index_other_0009_268Con{text-align:center;z-index:2;position:relative;}
#default_index_other_0009_268Con .heading{font-size: var(--titleFont_px);color: var(--titleFont_color);font-weight:700;line-height:1.2;}
#default_index_other_0009_268Con .text{font-size: var(--briefFont_px);color: var(--briefFont_color);line-height:1.6;margin: 20px 0 40px;}
#default_index_other_0009_268Con .group{display:flex;gap:16px;justify-content:center;}

#default_index_other_0009_268Con .buttonA{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:12px 30px;font-size:16px;font-weight:600;box-shadow: 0 10px 15px -3px rgba(255,255,255,.1);}
#default_index_other_0009_268Con .buttonB{background-color: var(--btn2_bg_color);color: var(--btn2_font_color);border: var(--btn2_border_width) var(--btn2_border_style) var(--btn2_border_color);border-radius:var(--btn2_border_radius);padding:12px 30px;font-size:16px;font-weight:600;}

@media(any-hover: hover){
    #default_index_other_0009_268Con .buttonA:hover{background-color: var(--btn1_hover_bg_color);color: var(--btn1_hover_color);border-color: var(--btn1_hover_border_color);}
    #default_index_other_0009_268Con .buttonB:hover{background-color: var(--btn2_hover_bg_color);color: var(--btn2_hover_color);border-color: var(--btn2_hover_border_color);}
}

@media (max-width: 1440px){
    #default_index_other_0009_268Con .heading{--font_title_px: 46px;}
    #default_index_other_0009_268Con .text{--briefFont_px:18px; margin: 15px 0 30px;}
}
@media (max-width: 1366px){
    #default_index_other_0009_268Con .heading{--font_title_px: 42px;}
    #default_index_other_0009_268Con .text{--briefFont_px:16px;}
}
@media (max-width: 992px){
	.default_index_other_0009_268Wrap{padding: .6061rem 0 .6061rem;}
    
    #default_index_other_0009_268Con .heading{--font_title_px: .3939rem;}
    #default_index_other_0009_268Con .text{--briefFont_px:.1364rem;}
    #default_index_other_0009_268Con .group{gap: .1136rem;}
    #default_index_other_0009_268Con .buttonA,
    #default_index_other_0009_268Con .buttonB{padding: .0909rem .1515rem; font-size: .1364rem;}
}
@media (max-width: 768px){
	.default_index_other_0009_268Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
    
    #default_index_other_0009_268Con .heading{--font_title_px: .42rem;}
    #default_index_other_0009_268Con .text{--briefFont_px:.28rem;}
    #default_index_other_0009_268Con .group{gap: .2rem;}
    #default_index_other_0009_268Con .buttonA,
    #default_index_other_0009_268Con .buttonB{padding: .15rem .24rem; font-size: .26rem;}
}

/* 模块布局 */
.default_index_other_0008_159Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}

/* 模块标题样式 */
#default_index_other_0008_159Title{text-align: center;display: flex;flex-direction: column;align-items: center;gap: 16px;}
#default_index_other_0008_159Title .title{font-size: var(--titleFont_px);color: var(--titleFont_color);font-weight: 700;line-height: 1.2}
#default_index_other_0008_159Title .desc{font-size: var(--briefFont_px);color: var(--briefFont_color);line-height: 1.6;}

/* 模块内容样式 */
#default_index_other_0008_159Con{margin-top: 80px;}
#default_index_other_0008_159Con .steps{gap: 32px;}
#default_index_other_0008_159Con .step{width: 20%;;background-color: rgb(255 255 255 / 0.05);border-radius: 16px;padding: 32px;border: 1px solid rgba(255, 255, 255, 0.1);display: flex;flex-direction: column;justify-content: space-between;text-align: center;}
#default_index_other_0008_159Con .step .num{font-size: 48px;font-weight: 700;color: var(--themeColor);}
#default_index_other_0008_159Con .step .tit{font-size: 20px;font-weight: 600;color: #fff;margin: 30px 0 16px;}
#default_index_other_0008_159Con .step .txt{font-size: 14px;color: #ccc;line-height: 1.5;}
#default_index_other_0008_159Con .arrow{font-size: 30px;color: var(--themeColor);display: flex;align-items: center;}
#default_index_other_0008_159Con .arrow:last-child{display: none;}

@media (any-hover: hover) {
    #default_index_other_0008_159Con .step:hover{border-color: var(--themeColor);}
}

@media (max-width: 1440px){
    #default_index_other_0008_159Title{gap: 10px;}
    #default_index_other_0008_159Title .title{--font_title_px: 46px;}
    #default_index_other_0008_159Title .desc{--briefFont_px:18px;}

    #default_index_other_0008_159Con{margin-top: 40px;}
    #default_index_other_0008_159Con .steps{gap: 20px;}
    #default_index_other_0008_159Con .step{width: 21%;; padding: 30px 20px;}
    #default_index_other_0008_159Con .step .num{font-size: 42px;}
    #default_index_other_0008_159Con .step .tit{font-size: 18px;margin: 20px 0 12px;}
}
@media (max-width: 1366px){
    #default_index_other_0008_159Title .title{--font_title_px: 42px;}
    #default_index_other_0008_159Title .desc{--briefFont_px:16px;}

    #default_index_other_0008_159Con{margin-top: 30px;}
    #default_index_other_0008_159Con .step .num{font-size: 38px;}
}
@media (max-width: 1280px){
    #default_index_other_0008_159Con .steps{gap: 10px;}
    #default_index_other_0008_159Con .step{width: 22%; padding: 25px 20px;}
    #default_index_other_0008_159Con .step .num{font-size: 36px;}
    #default_index_other_0008_159Con .step .tit{font-size: 18px;margin: 10px 0;}
}
@media (max-width: 1050px) {
    #default_index_other_0008_159Con .steps{gap: 5px;}
    #default_index_other_0008_159Con .step .num{font-size: 32px;}
}
@media (max-width: 992px){
    .default_index_other_0008_159Wrap{padding-top: .6061rem;padding-bottom: .6061rem;}
    
    #default_index_other_0008_159Title{gap: .0758rem;}
    #default_index_other_0008_159Title .title{--font_title_px: .3939rem;}
    #default_index_other_0008_159Title .desc{--briefFont_px:.1364rem;}
    
    #default_index_other_0008_159Con{margin-top: .2273rem;}
    #default_index_other_0008_159Con .steps{flex-wrap: wrap; gap: .0758rem;}
    #default_index_other_0008_159Con .step{width: 47%; padding: .2273rem .1515rem;}
    #default_index_other_0008_159Con .step .num{font-size: .2424rem;}
    #default_index_other_0008_159Con .step .tit{font-size: .1364rem; margin: .1894rem 0 .1136rem;}
    #default_index_other_0008_159Con .step .txt{font-size: .1212rem;}
}
@media(max-width: 768px){
    .default_index_other_0008_159Wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #default_index_other_0008_159Title{gap: .15rem;}
    #default_index_other_0008_159Title .title{--font_title_px: .42rem;}
    #default_index_other_0008_159Title .desc{--briefFont_px:.28rem;}

    #default_index_other_0008_159Con{margin-top: .3rem;}
    #default_index_other_0008_159Con .steps{gap: .15rem;}
    #default_index_other_0008_159Con .step{width: 100%; padding: .4rem .3rem;}
    #default_index_other_0008_159Con .step .num{font-size: .42rem;}
    #default_index_other_0008_159Con .step .tit{font-size: .32rem; margin: .22rem 0 .15rem;}
    #default_index_other_0008_159Con .step .txt{font-size: .26rem;}
    #default_index_other_0008_159Con .arrow:nth-child(4){display: block;}
    #default_index_other_0008_159Con .arrow{transform: rotate(90deg); font-size: .38rem; margin: 0 auto;}

}

.default_index_other_0002_161Wrap{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_other_0002_161Wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#default_index_other_0002_161{border: 1px solid rgba(255,255,255,0.1);padding: 80px 24px;background-image: linear-gradient(to right, var(--gradientStops));}
#default_index_other_0002_161 .info{width: 80%;}
#default_index_other_0002_161 .title{font-size: var(--font_title_px);color: var(--font_title_color);font-weight: 700;}
#default_index_other_0002_161 .brief{font-size: var(--font_brief_px);color: var(--font_brief_color);line-height: 1.6;margin-top: 16px;}
#default_index_other_0002_161 .dots{display:flex;gap:8px;}
#default_index_other_0002_161 .dots .dot{width:12px;height:12px;border-radius:50%;background-color:var(--theme_color);transition:all 0.3s ease;animation: breathe 2s infinite ease-in-out;}

@keyframes breathe {0% {opacity: 0.6;}50% {opacity: 1;} 100% {opacity: 0.6;}}

@media(max-width: 992px){
    #default_index_other_0002_161{padding: .606rem .182rem;}
    #default_index_other_0002_161 .brief{margin-top: .121rem;}
    #default_index_other_0002_161 .dots{gap:.061rem;}
    #default_index_other_0002_161 .dots .dot{width:.091rem;height:.091rem;}
}
@media(max-width: 768px){
    #default_index_other_0002_161{padding: .606rem .3rem;flex-wrap: wrap;}
    #default_index_other_0002_161 .info{width: 100%;}
    #default_index_other_0002_161 .title{font-size: var(--font-sub-S);}
    #default_index_other_0002_161 .brief{margin-top: .3rem;font-size: var(--font-txt-S);}
    #default_index_other_0002_161 .dots{gap:.1rem;margin-top: .4rem;}
    #default_index_other_0002_161 .dots .dot{width:.12rem;height:.12rem;}
}




/* 模块布局 */
.default_about_0002_162Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}

/* 模块内容样式 */
#default_about_0002_162Con{padding-bottom:100px;}
#default_about_0002_162Con .row{display:flex;justify-content:space-between;align-items:center;width: 80%;margin: 0 auto;}
#default_about_0002_162Con .content{flex:1;max-width:600px;}
#default_about_0002_162Con .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_about_0002_162Con .text{font-size:16px;line-height:1.6;margin:0 0 24px 0;color:#e0e0e0;}
#default_about_0002_162Con .text span{color: var(--brief_highlight_color);}
#default_about_0002_162Con .pic{flex:1;max-width:600px;position:relative;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3);}
#default_about_0002_162Con .pic::before{content:'';padding-top:66.67%;}

/* 模块数据样式 */
/* #default_about_0002_162Data{padding:40px 0;} */
#default_about_0002_162Data .stats{display:flex;justify-content:space-between;gap:30px;width: 80%;margin: 0 auto;}
#default_about_0002_162Data .item{flex:1;text-align:center;border-right: 1px solid rgba(55,65,81,1);}
#default_about_0002_162Data .item:last-child{border-right: 0;}
#default_about_0002_162Data .item .number{font-size:48px;font-weight:700;color: var(--data_color);margin:0 0 12px 0;}
#default_about_0002_162Data .item .label{font-size:14px;font-weight:600;color:#e0e0e0;text-transform:uppercase;letter-spacing:1px;}


@media (max-width: 1680px){ 
	#default_about_0002_162Data .item .number{font-size: 42px;}
}
@media (max-width: 1440px){ 
	#default_about_0002_162Con{padding-bottom: 65px;}
	#default_about_0002_162Con .content{flex: none; width: 46.5%;}
	#default_about_0002_162Con .pic{flex: none; width: 51%;}
	
	#default_about_0002_162Data .item .number{font-size: 38px;}
}
@media (max-width: 1366px){ 
	#default_about_0002_162Con{padding-bottom: 45px;}
	#default_about_0002_162Data .stats{gap: 20px;}
	#default_about_0002_162Data .item .number{font-size: 34px;}
}
@media (max-width: 1280px){ 
	#default_about_0002_162Con .title{--font_title_px: 30px;}
	#default_about_0002_162Con .text{margin-bottom: 0;}
	
	#default_about_0002_162Data .item .number{font-size: 30px;}
}
@media (max-width: 1200px){ 
	#default_about_0002_162Con .row,
	#default_about_0002_162Data .stats {width: 100%;}

	#default_about_0002_162Con .title{--font_title_px: 28px; margin-bottom: 16px;}
	#default_about_0002_162Con .text{margin-bottom: 0;}
	
	#default_about_0002_162Data .item .number{font-size: 28px;}
}
@media (max-width: 992px){
	.default_about_0002_162Wrap{padding: .6061rem 0;}
	
	#default_about_0002_162Con{padding-bottom: .303rem;}
	#default_about_0002_162Con .row{flex-direction: column-reverse;}
	#default_about_0002_162Con .content{width: 100%; max-width: inherit;}
	#default_about_0002_162Con .pic{width: 100%; margin-bottom: .303rem; max-width: inherit;}
	#default_about_0002_162Con .title{--font_title_px: .3182rem; margin-bottom: .1212rem;}
	#default_about_0002_162Con .text{margin-bottom: 0; font-size: .1364rem;}
	
	#default_about_0002_162Data .item .number{font-size: .2121rem;}
	#default_about_0002_162Data .item .label{font-size:.1061rem;}
}
@media (max-width: 768px){
	.default_about_0002_162Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
	
	#default_about_0002_162Con{padding-bottom: .45rem;}
	#default_about_0002_162Con .pic{ margin-bottom: .4rem;}
	#default_about_0002_162Con .title{--font_title_px: .42rem; margin-bottom: .2rem;}
	#default_about_0002_162Con .text{ font-size: .28rem;}
	
	
	#default_about_0002_162Data .stats{gap: .303rem .2273rem; flex-wrap: wrap;}
	#default_about_0002_162Data .item{flex:none; width: calc((100% - 0.2273rem ) / 2 ); border-right: 0;}
	#default_about_0002_162Data .item .number{font-size: .38rem;}
	#default_about_0002_162Data .item .label{font-size: .24rem;}
}



/* 模块布局 */
.default_index_other_0012_167Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}

/* 模块标题样式 */
#default_index_other_0012_167Title{text-align:center;margin-bottom:40px;}
#default_index_other_0012_167Title .title{font-size: var(--font_title_px);color: var(--font_title_color);font-weight:700;line-height:1.2;}
#default_index_other_0012_167Title .brief{font-size:18px;line-height:1.5;color:white;margin-top:18px;}

/* 模块内容样式 */
#default_index_other_0012_167Con{padding:40px 0;}
#default_index_other_0012_167Con .content{display:flex;justify-content:space-between;gap:30px;width: 80%;margin: 0 auto;}
#default_index_other_0012_167Con .item{flex:1;min-width:300px;background-color:rgba(255, 255, 255, 0.05);border-radius:8px;overflow:hidden;box-shadow:0 5px 10px rgba(0,0,0,0);transition:all 0.3s ease;border: 1px solid rgba(255, 255, 255, 0.1);}
#default_index_other_0012_167Con .item:hover{box-shadow:0 5px 10px rgb(0 162 210 / 0.5);border-color: rgb(0 162 210 / 0.5);}
#default_index_other_0012_167Con .item .icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:30px auto 20px auto;background-color:rgba(0, 162, 210, 0.2);border-radius:50%;}
#default_index_other_0012_167Con .item .icon svg{max-width: 60%;max-height: 60%;}
#default_index_other_0012_167Con .item .title{font-size:18px;font-weight:700;text-align:center;color:white;margin:0 0 16px 0;}
#default_index_other_0012_167Con .item .text{font-size:16px;line-height:1.6;text-align:center;color:#e0e0e0;padding:0 20px 30px 20px;margin:0;}


@media (max-width: 1440px){
    #default_index_other_0012_167Title{margin-bottom:20px;}
    #default_index_other_0012_167Con{padding:40px 0 0;}
}
@media (max-width: 1366px){
    #default_index_other_0012_167Title{margin-bottom:0;}
    #default_index_other_0012_167Con{padding:50px 0 0;}
}
@media (max-width: 1280px){
    #default_index_other_0012_167Title .brief{font-size:16px;margin-top:10px;}
    #default_index_other_0012_167Con{padding:40px 0 0;}
}
@media (max-width: 1200px){ 
	#default_index_other_0012_167Con .content{width: 100%;}
    #default_index_other_0012_167Con .item{flex: none; min-width: auto; width: calc((100% - 30px * 2) / 3);}
}
@media (max-width: 992px){
	.default_index_other_0012_167Wrap{padding: .6061rem 0 .6061rem;}
    #default_index_other_0012_167Title .title{--font_title_px: .3182rem;}
    #default_index_other_0012_167Title .brief{font-size:.1364rem; margin-top:.0758rem;}

    #default_index_other_0012_167Con{padding:.303rem 0 0;}
    #default_index_other_0012_167Con .content{gap: .1894rem;}
    #default_index_other_0012_167Con .item{width: calc((100% - 0.1894rem * 2) / 3);  padding: .2273rem .1515rem;}
    #default_index_other_0012_167Con .item .icon{width:.4848rem;height:.4848rem; margin-top:0; margin-bottom: .1515rem;}
    #default_index_other_0012_167Con .item .title{font-size:.1515rem; margin:0 0 10px 0;}
    #default_index_other_0012_167Con .item .text{font-size: .1364rem; padding: 0;}
}
@media (max-width: 768px){
	.default_index_other_0012_167Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
	
	#default_index_other_0012_167Title .title{--font_title_px: .42rem;}
    #default_index_other_0012_167Title .brief{font-size:.28rem; margin-top:.2rem;}
	
    #default_index_other_0012_167Con{padding:.45rem 0 0;}
    #default_index_other_0012_167Con .content{gap: .2273rem; flex-wrap: wrap;}
    #default_index_other_0012_167Con .item{width: 100%; padding: .3rem;}
    #default_index_other_0012_167Con .item .icon{width:.85rem;height:.85rem; margin-bottom: .3rem;}
    #default_index_other_0012_167Con .item .title{font-size: .32rem; margin:0 0 .2rem 0;}
    #default_index_other_0012_167Con .item .text{font-size: .28rem;}
}
/* 模块布局 */
.default_about_0002_168Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}

/* 模块内容样式 */
#default_about_0002_168Con{padding-bottom:100px;}
#default_about_0002_168Con .row{display:flex;justify-content:space-between;align-items:center;width: 80%;margin: 0 auto;}
#default_about_0002_168Con .content{flex:1;max-width:600px;}
#default_about_0002_168Con .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_about_0002_168Con .text{font-size:16px;line-height:1.6;margin:0 0 24px 0;color:#e0e0e0;}
#default_about_0002_168Con .text span{color: var(--brief_highlight_color);}
#default_about_0002_168Con .pic{flex:1;max-width:600px;position:relative;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3);}
#default_about_0002_168Con .pic::before{content:'';padding-top:66.67%;}

/* 模块数据样式 */
/* #default_about_0002_168Data{padding:40px 0;} */
#default_about_0002_168Data .stats{display:flex;justify-content:space-between;gap:30px;width: 80%;margin: 0 auto;}
#default_about_0002_168Data .item{flex:1;text-align:center;border-right: 1px solid rgba(55,65,81,1);}
#default_about_0002_168Data .item:last-child{border-right: 0;}
#default_about_0002_168Data .item .number{font-size:48px;font-weight:700;color: var(--data_color);margin:0 0 12px 0;}
#default_about_0002_168Data .item .label{font-size:14px;font-weight:600;color:#e0e0e0;text-transform:uppercase;letter-spacing:1px;}


@media (max-width: 1680px){ 
	#default_about_0002_168Data .item .number{font-size: 42px;}
}
@media (max-width: 1440px){ 
	#default_about_0002_168Con{padding-bottom: 65px;}
	#default_about_0002_168Con .content{flex: none; width: 46.5%;}
	#default_about_0002_168Con .pic{flex: none; width: 51%;}
	
	#default_about_0002_168Data .item .number{font-size: 38px;}
}
@media (max-width: 1366px){ 
	#default_about_0002_168Con{padding-bottom: 45px;}
	#default_about_0002_168Data .stats{gap: 20px;}
	#default_about_0002_168Data .item .number{font-size: 34px;}
}
@media (max-width: 1280px){ 
	#default_about_0002_168Con .title{--font_title_px: 30px;}
	#default_about_0002_168Con .text{margin-bottom: 0;}
	
	#default_about_0002_168Data .item .number{font-size: 30px;}
}
@media (max-width: 1200px){ 
	#default_about_0002_168Con .row,
	#default_about_0002_168Data .stats {width: 100%;}

	#default_about_0002_168Con .title{--font_title_px: 28px; margin-bottom: 16px;}
	#default_about_0002_168Con .text{margin-bottom: 0;}
	
	#default_about_0002_168Data .item .number{font-size: 28px;}
}
@media (max-width: 992px){
	.default_about_0002_168Wrap{padding: .6061rem 0;}
	
	#default_about_0002_168Con{padding-bottom: .303rem;}
	#default_about_0002_168Con .row{flex-direction: column-reverse;}
	#default_about_0002_168Con .content{width: 100%; max-width: inherit;}
	#default_about_0002_168Con .pic{width: 100%; margin-bottom: .303rem; max-width: inherit;}
	#default_about_0002_168Con .title{--font_title_px: .3182rem; margin-bottom: .1212rem;}
	#default_about_0002_168Con .text{margin-bottom: 0; font-size: .1364rem;}
	
	#default_about_0002_168Data .item .number{font-size: .2121rem;}
	#default_about_0002_168Data .item .label{font-size:.1061rem;}
}
@media (max-width: 768px){
	.default_about_0002_168Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
	
	#default_about_0002_168Con{padding-bottom: .45rem;}
	#default_about_0002_168Con .pic{ margin-bottom: .4rem;}
	#default_about_0002_168Con .title{--font_title_px: .42rem; margin-bottom: .2rem;}
	#default_about_0002_168Con .text{ font-size: .28rem;}
	
	
	#default_about_0002_168Data .stats{gap: .303rem .2273rem; flex-wrap: wrap;}
	#default_about_0002_168Data .item{flex:none; width: calc((100% - 0.2273rem ) / 2 ); border-right: 0;}
	#default_about_0002_168Data .item .number{font-size: .38rem;}
	#default_about_0002_168Data .item .label{font-size: .24rem;}
}



/* 模块布局 */
.default_index_other_0005_261Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}


#default_index_other_0005_261Title{text-align: center;display: flex;flex-direction: column;align-items: center;gap: 16px;margin-bottom: 64px;}
#default_index_other_0005_261Title .title{font-size: var(--titleFont_px);color: var(--titleFont_color);font-weight: 700;line-height: 1.2;}
#default_index_other_0005_261Title .desc{font-size: var(--briefFont_px);color: var(--briefFont_color);line-height: 1.6;}

#default_index_other_0005_261Con{display: flex;justify-content: space-between;gap: 32px;flex-wrap: wrap;}
#default_index_other_0005_261Con .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_261Con .item .icon{width: 64px;height: 64px;border-radius: 12px;background-color: var(--iconBg);}
#default_index_other_0005_261Con .item .icon svg{max-width: 50%;max-height: 50%;}
#default_index_other_0005_261Con .item .tit{font-size: 24px;font-weight: 600;color: #fff;margin: 32px 0 16px;}
#default_index_other_0005_261Con .item .txt{font-size: 16px;color: #ccc;line-height: 1.6;}

@media (any-hover: hover) {
    #default_index_other_0005_261Con .item:hover{border-color: var(--hoverColor);}
    #default_index_other_0005_261Con .item:hover .icon{transform: scale(1.2);}
}

@media (max-width: 1440px){
    #default_index_other_0005_261Title { gap: 10px; margin-bottom: 40px;}
    #default_index_other_0005_261Title .title{font-size: 46px;}
    
    #default_index_other_0005_261Con{gap: 30px;}
    #default_index_other_0005_261Con .item .tit{margin: 28px 0 15px; font-size: 22px;}
}
@media (max-width: 1366px) {
    #default_index_other_0005_261Title .title{font-size: 42px;}

    #default_index_other_0005_261Con{gap: 25px;}
    #default_index_other_0005_261Con .item{ padding: 30px;}
}
@media (max-width: 1050px) {
    #default_index_other_0005_261Title .title{font-size: 38px;}

    #default_index_other_0005_261Con .item{ padding: 20px;}
}
@media(max-width: 992px){
    #default_index_other_0005_261Con{flex-wrap: wrap;}
    
    #default_index_other_0005_261Title .title{font-size: .3182rem;}
    #default_index_other_0005_261Title .desc{font-size: .1364rem;}
    
    #default_index_other_0005_261Con{gap: .1515rem; flex-wrap: wrap;}
    #default_index_other_0005_261Con .item{ padding: .1894rem;}
    #default_index_other_0005_261Con .item .tit{margin:  .1515rem 0 .0909rem; font-size: .1667rem;}
    #default_index_other_0005_261Con .item .txt{font-size: .1364rem;}
}
@media(max-width: 768px){
    .default_index_other_0005_261Wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    
    #default_index_other_0005_261Title{gap: .15rem; margin-bottom: .4rem;}
    #default_index_other_0005_261Title .title{font-size: .42rem;}
    #default_index_other_0005_261Title .desc{font-size: .28rem;}
    
    #default_index_other_0005_261Con{gap: .3rem;}
    #default_index_other_0005_261Con .item {width: 100%; flex: none; padding: .4rem;}
    #default_index_other_0005_261Con .item .tit{margin: .3rem 0; font-size: .3rem;}
    #default_index_other_0005_261Con .item .txt{font-size: .28rem;}
}


/* 模块布局 */
.default_about_0002_170Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}

/* 模块内容样式 */
#default_about_0002_170Con{padding-bottom:100px;}
#default_about_0002_170Con .row{display:flex;justify-content:space-between;align-items:center;width: 80%;margin: 0 auto;}
#default_about_0002_170Con .content{flex:1;max-width:600px;}
#default_about_0002_170Con .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_about_0002_170Con .text{font-size:16px;line-height:1.6;margin:0 0 24px 0;color:#e0e0e0;}
#default_about_0002_170Con .text span{color: var(--brief_highlight_color);}
#default_about_0002_170Con .pic{flex:1;max-width:600px;position:relative;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3);}
#default_about_0002_170Con .pic::before{content:'';padding-top:66.67%;}

/* 模块数据样式 */
/* #default_about_0002_170Data{padding:40px 0;} */
#default_about_0002_170Data .stats{display:flex;justify-content:space-between;gap:30px;width: 80%;margin: 0 auto;}
#default_about_0002_170Data .item{flex:1;text-align:center;border-right: 1px solid rgba(55,65,81,1);}
#default_about_0002_170Data .item:last-child{border-right: 0;}
#default_about_0002_170Data .item .number{font-size:48px;font-weight:700;color: var(--data_color);margin:0 0 12px 0;}
#default_about_0002_170Data .item .label{font-size:14px;font-weight:600;color:#e0e0e0;text-transform:uppercase;letter-spacing:1px;}


@media (max-width: 1680px){ 
	#default_about_0002_170Data .item .number{font-size: 42px;}
}
@media (max-width: 1440px){ 
	#default_about_0002_170Con{padding-bottom: 65px;}
	#default_about_0002_170Con .content{flex: none; width: 46.5%;}
	#default_about_0002_170Con .pic{flex: none; width: 51%;}
	
	#default_about_0002_170Data .item .number{font-size: 38px;}
}
@media (max-width: 1366px){ 
	#default_about_0002_170Con{padding-bottom: 45px;}
	#default_about_0002_170Data .stats{gap: 20px;}
	#default_about_0002_170Data .item .number{font-size: 34px;}
}
@media (max-width: 1280px){ 
	#default_about_0002_170Con .title{--font_title_px: 30px;}
	#default_about_0002_170Con .text{margin-bottom: 0;}
	
	#default_about_0002_170Data .item .number{font-size: 30px;}
}
@media (max-width: 1200px){ 
	#default_about_0002_170Con .row,
	#default_about_0002_170Data .stats {width: 100%;}

	#default_about_0002_170Con .title{--font_title_px: 28px; margin-bottom: 16px;}
	#default_about_0002_170Con .text{margin-bottom: 0;}
	
	#default_about_0002_170Data .item .number{font-size: 28px;}
}
@media (max-width: 992px){
	.default_about_0002_170Wrap{padding: .6061rem 0;}
	
	#default_about_0002_170Con{padding-bottom: .303rem;}
	#default_about_0002_170Con .row{flex-direction: column-reverse;}
	#default_about_0002_170Con .content{width: 100%; max-width: inherit;}
	#default_about_0002_170Con .pic{width: 100%; margin-bottom: .303rem; max-width: inherit;}
	#default_about_0002_170Con .title{--font_title_px: .3182rem; margin-bottom: .1212rem;}
	#default_about_0002_170Con .text{margin-bottom: 0; font-size: .1364rem;}
	
	#default_about_0002_170Data .item .number{font-size: .2121rem;}
	#default_about_0002_170Data .item .label{font-size:.1061rem;}
}
@media (max-width: 768px){
	.default_about_0002_170Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
	
	#default_about_0002_170Con{padding-bottom: .45rem;}
	#default_about_0002_170Con .pic{ margin-bottom: .4rem;}
	#default_about_0002_170Con .title{--font_title_px: .42rem; margin-bottom: .2rem;}
	#default_about_0002_170Con .text{ font-size: .28rem;}
	
	
	#default_about_0002_170Data .stats{gap: .303rem .2273rem; flex-wrap: wrap;}
	#default_about_0002_170Data .item{flex:none; width: calc((100% - 0.2273rem ) / 2 ); border-right: 0;}
	#default_about_0002_170Data .item .number{font-size: .38rem;}
	#default_about_0002_170Data .item .label{font-size: .24rem;}
}



/* 模块布局 */
.default_index_other_0005_172Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}


#default_index_other_0005_172Title{text-align: center;display: flex;flex-direction: column;align-items: center;gap: 16px;margin-bottom: 64px;}
#default_index_other_0005_172Title .title{font-size: var(--titleFont_px);color: var(--titleFont_color);font-weight: 700;line-height: 1.2;}
#default_index_other_0005_172Title .desc{font-size: var(--briefFont_px);color: var(--briefFont_color);line-height: 1.6;}

#default_index_other_0005_172Con{display: flex;justify-content: space-between;gap: 32px;flex-wrap: wrap;}
#default_index_other_0005_172Con .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_172Con .item .icon{width: 64px;height: 64px;border-radius: 12px;background-color: var(--iconBg);}
#default_index_other_0005_172Con .item .icon svg{max-width: 50%;max-height: 50%;}
#default_index_other_0005_172Con .item .tit{font-size: 24px;font-weight: 600;color: #fff;margin: 32px 0 16px;}
#default_index_other_0005_172Con .item .txt{font-size: 16px;color: #ccc;line-height: 1.6;}

@media (any-hover: hover) {
    #default_index_other_0005_172Con .item:hover{border-color: var(--hoverColor);}
    #default_index_other_0005_172Con .item:hover .icon{transform: scale(1.2);}
}

@media (max-width: 1440px){
    #default_index_other_0005_172Title { gap: 10px; margin-bottom: 40px;}
    #default_index_other_0005_172Title .title{font-size: 46px;}
    
    #default_index_other_0005_172Con{gap: 30px;}
    #default_index_other_0005_172Con .item .tit{margin: 28px 0 15px; font-size: 22px;}
}
@media (max-width: 1366px) {
    #default_index_other_0005_172Title .title{font-size: 42px;}

    #default_index_other_0005_172Con{gap: 25px;}
    #default_index_other_0005_172Con .item{ padding: 30px;}
}
@media (max-width: 1050px) {
    #default_index_other_0005_172Title .title{font-size: 38px;}

    #default_index_other_0005_172Con .item{ padding: 20px;}
}
@media(max-width: 992px){
    #default_index_other_0005_172Con{flex-wrap: wrap;}
    
    #default_index_other_0005_172Title .title{font-size: .3182rem;}
    #default_index_other_0005_172Title .desc{font-size: .1364rem;}
    
    #default_index_other_0005_172Con{gap: .1515rem; flex-wrap: wrap;}
    #default_index_other_0005_172Con .item{ padding: .1894rem;}
    #default_index_other_0005_172Con .item .tit{margin:  .1515rem 0 .0909rem; font-size: .1667rem;}
    #default_index_other_0005_172Con .item .txt{font-size: .1364rem;}
}
@media(max-width: 768px){
    .default_index_other_0005_172Wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    
    #default_index_other_0005_172Title{gap: .15rem; margin-bottom: .4rem;}
    #default_index_other_0005_172Title .title{font-size: .42rem;}
    #default_index_other_0005_172Title .desc{font-size: .28rem;}
    
    #default_index_other_0005_172Con{gap: .3rem;}
    #default_index_other_0005_172Con .item {width: 100%; flex: none; padding: .4rem;}
    #default_index_other_0005_172Con .item .tit{margin: .3rem 0; font-size: .3rem;}
    #default_index_other_0005_172Con .item .txt{font-size: .28rem;}
}


/* 模块布局 */
.default_about_0002_173Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}

/* 模块内容样式 */
#default_about_0002_173Con{padding-bottom:100px;}
#default_about_0002_173Con .row{display:flex;justify-content:space-between;align-items:center;width: 80%;margin: 0 auto;}
#default_about_0002_173Con .content{flex:1;max-width:600px;}
#default_about_0002_173Con .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_about_0002_173Con .text{font-size:16px;line-height:1.6;margin:0 0 24px 0;color:#e0e0e0;}
#default_about_0002_173Con .text span{color: var(--brief_highlight_color);}
#default_about_0002_173Con .pic{flex:1;max-width:600px;position:relative;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3);}
#default_about_0002_173Con .pic::before{content:'';padding-top:66.67%;}

/* 模块数据样式 */
/* #default_about_0002_173Data{padding:40px 0;} */
#default_about_0002_173Data .stats{display:flex;justify-content:space-between;gap:30px;width: 80%;margin: 0 auto;}
#default_about_0002_173Data .item{flex:1;text-align:center;border-right: 1px solid rgba(55,65,81,1);}
#default_about_0002_173Data .item:last-child{border-right: 0;}
#default_about_0002_173Data .item .number{font-size:48px;font-weight:700;color: var(--data_color);margin:0 0 12px 0;}
#default_about_0002_173Data .item .label{font-size:14px;font-weight:600;color:#e0e0e0;text-transform:uppercase;letter-spacing:1px;}


@media (max-width: 1680px){ 
	#default_about_0002_173Data .item .number{font-size: 42px;}
}
@media (max-width: 1440px){ 
	#default_about_0002_173Con{padding-bottom: 65px;}
	#default_about_0002_173Con .content{flex: none; width: 46.5%;}
	#default_about_0002_173Con .pic{flex: none; width: 51%;}
	
	#default_about_0002_173Data .item .number{font-size: 38px;}
}
@media (max-width: 1366px){ 
	#default_about_0002_173Con{padding-bottom: 45px;}
	#default_about_0002_173Data .stats{gap: 20px;}
	#default_about_0002_173Data .item .number{font-size: 34px;}
}
@media (max-width: 1280px){ 
	#default_about_0002_173Con .title{--font_title_px: 30px;}
	#default_about_0002_173Con .text{margin-bottom: 0;}
	
	#default_about_0002_173Data .item .number{font-size: 30px;}
}
@media (max-width: 1200px){ 
	#default_about_0002_173Con .row,
	#default_about_0002_173Data .stats {width: 100%;}

	#default_about_0002_173Con .title{--font_title_px: 28px; margin-bottom: 16px;}
	#default_about_0002_173Con .text{margin-bottom: 0;}
	
	#default_about_0002_173Data .item .number{font-size: 28px;}
}
@media (max-width: 992px){
	.default_about_0002_173Wrap{padding: .6061rem 0;}
	
	#default_about_0002_173Con{padding-bottom: .303rem;}
	#default_about_0002_173Con .row{flex-direction: column-reverse;}
	#default_about_0002_173Con .content{width: 100%; max-width: inherit;}
	#default_about_0002_173Con .pic{width: 100%; margin-bottom: .303rem; max-width: inherit;}
	#default_about_0002_173Con .title{--font_title_px: .3182rem; margin-bottom: .1212rem;}
	#default_about_0002_173Con .text{margin-bottom: 0; font-size: .1364rem;}
	
	#default_about_0002_173Data .item .number{font-size: .2121rem;}
	#default_about_0002_173Data .item .label{font-size:.1061rem;}
}
@media (max-width: 768px){
	.default_about_0002_173Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
	
	#default_about_0002_173Con{padding-bottom: .45rem;}
	#default_about_0002_173Con .pic{ margin-bottom: .4rem;}
	#default_about_0002_173Con .title{--font_title_px: .42rem; margin-bottom: .2rem;}
	#default_about_0002_173Con .text{ font-size: .28rem;}
	
	
	#default_about_0002_173Data .stats{gap: .303rem .2273rem; flex-wrap: wrap;}
	#default_about_0002_173Data .item{flex:none; width: calc((100% - 0.2273rem ) / 2 ); border-right: 0;}
	#default_about_0002_173Data .item .number{font-size: .38rem;}
	#default_about_0002_173Data .item .label{font-size: .24rem;}
}



/* 模块布局 */
.default_index_other_0012_175Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}

/* 模块标题样式 */
#default_index_other_0012_175Title{text-align:center;margin-bottom:40px;}
#default_index_other_0012_175Title .title{font-size: var(--font_title_px);color: var(--font_title_color);font-weight:700;line-height:1.2;}
#default_index_other_0012_175Title .brief{font-size:18px;line-height:1.5;color:white;margin-top:18px;}

/* 模块内容样式 */
#default_index_other_0012_175Con{padding:40px 0;}
#default_index_other_0012_175Con .content{display:flex;justify-content:space-between;gap:30px;width: 80%;margin: 0 auto;}
#default_index_other_0012_175Con .item{flex:1;min-width:300px;background-color:rgba(255, 255, 255, 0.05);border-radius:8px;overflow:hidden;box-shadow:0 5px 10px rgba(0,0,0,0);transition:all 0.3s ease;border: 1px solid rgba(255, 255, 255, 0.1);}
#default_index_other_0012_175Con .item:hover{box-shadow:0 5px 10px rgb(0 162 210 / 0.5);border-color: rgb(0 162 210 / 0.5);}
#default_index_other_0012_175Con .item .icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:30px auto 20px auto;background-color:rgba(0, 162, 210, 0.2);border-radius:50%;}
#default_index_other_0012_175Con .item .icon svg{max-width: 60%;max-height: 60%;}
#default_index_other_0012_175Con .item .title{font-size:18px;font-weight:700;text-align:center;color:white;margin:0 0 16px 0;}
#default_index_other_0012_175Con .item .text{font-size:16px;line-height:1.6;text-align:center;color:#e0e0e0;padding:0 20px 30px 20px;margin:0;}


@media (max-width: 1440px){
    #default_index_other_0012_175Title{margin-bottom:20px;}
    #default_index_other_0012_175Con{padding:40px 0 0;}
}
@media (max-width: 1366px){
    #default_index_other_0012_175Title{margin-bottom:0;}
    #default_index_other_0012_175Con{padding:50px 0 0;}
}
@media (max-width: 1280px){
    #default_index_other_0012_175Title .brief{font-size:16px;margin-top:10px;}
    #default_index_other_0012_175Con{padding:40px 0 0;}
}
@media (max-width: 1200px){ 
	#default_index_other_0012_175Con .content{width: 100%;}
    #default_index_other_0012_175Con .item{flex: none; min-width: auto; width: calc((100% - 30px * 2) / 3);}
}
@media (max-width: 992px){
	.default_index_other_0012_175Wrap{padding: .6061rem 0 .6061rem;}
    #default_index_other_0012_175Title .title{--font_title_px: .3182rem;}
    #default_index_other_0012_175Title .brief{font-size:.1364rem; margin-top:.0758rem;}

    #default_index_other_0012_175Con{padding:.303rem 0 0;}
    #default_index_other_0012_175Con .content{gap: .1894rem;}
    #default_index_other_0012_175Con .item{width: calc((100% - 0.1894rem * 2) / 3);  padding: .2273rem .1515rem;}
    #default_index_other_0012_175Con .item .icon{width:.4848rem;height:.4848rem; margin-top:0; margin-bottom: .1515rem;}
    #default_index_other_0012_175Con .item .title{font-size:.1515rem; margin:0 0 10px 0;}
    #default_index_other_0012_175Con .item .text{font-size: .1364rem; padding: 0;}
}
@media (max-width: 768px){
	.default_index_other_0012_175Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
	
	#default_index_other_0012_175Title .title{--font_title_px: .42rem;}
    #default_index_other_0012_175Title .brief{font-size:.28rem; margin-top:.2rem;}
	
    #default_index_other_0012_175Con{padding:.45rem 0 0;}
    #default_index_other_0012_175Con .content{gap: .2273rem; flex-wrap: wrap;}
    #default_index_other_0012_175Con .item{width: 100%; padding: .3rem;}
    #default_index_other_0012_175Con .item .icon{width:.85rem;height:.85rem; margin-bottom: .3rem;}
    #default_index_other_0012_175Con .item .title{font-size: .32rem; margin:0 0 .2rem 0;}
    #default_index_other_0012_175Con .item .text{font-size: .28rem;}
}
.w005_index_footer_45_footer_wrap{background: var(--backgroundColor);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);color: var(--font_color_1);overflow: hidden;}

.w005_index_footer_45_footer_wrap .box {padding: 0 0 var(--paddingBottom) 0;display: flex;justify-content: space-between;}

#w005_index_footer_45_message{}
#w005_index_footer_45_message .dl{}
#w005_index_footer_45_message .dl .dt{margin-top: 15px;font-size: var(--phoneFont_px);color: var(--phoneFont_color);line-height: 40px;}
#w005_index_footer_45_message .dl .logo{max-width: 400px;width: var(--logoWidth);}
#w005_index_footer_45_message .dl .logo img{width: 100%;}
#w005_index_footer_45_message .dl .dt span{font-size: var(--contactFont_px);}
#w005_index_footer_45_message .dd{font-size: var(--contactFont_px);/*color: var(--contactFont_color);*/line-height: 30px;max-width: 400px;}


#w005_index_footer_45_nav{display: flex;flex-wrap: wrap;flex: 1 1 300px;}
#w005_index_footer_45_nav .dl{margin-left: 80px;margin-bottom: 30px;}
#w005_index_footer_45_nav .dl .dt{margin-bottom: 30px;font-size: var(--oneNavFont_px);color: var(--oneNavFont_color);line-height: 1;}
#w005_index_footer_45_nav .dd{font-size: var(--twoNavFont_px);line-height: 30px;color: var(--font_color_2);/*color: var(--twoNavFont_color);*/transition: 0.3s;}

@media (any-hover: hover){
    #w005_index_footer_45_nav .dd:hover{color:var(--navHoverColor);/*color: var(--twoNavHoverColor);*/text-decoration:underline;}
}


#w005_index_footer_45_nav_app{display: none;}


#w005_index_footer_45_contact{margin-left: 80px;margin-bottom: 30px;}
#w005_index_footer_45_contact .dt{margin-bottom: 30px;font-size: var(--oneNavFont_px);color: var(--oneNavFont_color);line-height: 1;}
#w005_index_footer_45_contact .dd{font-size: 16px;line-height: 30px;color: var(--font_color_2);}
#w005_index_footer_45_contact .qr .img{max-width: 120px;max-height: 120px;}
#w005_index_footer_45_contact .qr .tip{font-size: 14px;color: var(--font_color_2);margin-top: 16px;max-width: 120px;text-align: center;line-height: 1.6;}


#w005_index_footer_45_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);/*margin-top: 35px;*/color: var(--font_color_2);}
#w005_index_footer_45_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w005_index_footer_45_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w005_index_footer_45_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;border-top: none;margin-top: 35px;}
}


#w005_index_footer_45_copyright{border-top: 1px solid var(--font_color_3);padding: var(--paddingBottom) 0 0 0;color: var(--font_color_2);gap: 10px 20px;}
#w005_index_footer_45_copyright .copyright{font-size: 14px;line-height: 30px;gap: 10px 20px;}
#w005_index_footer_45_copyright .third {}
#w005_index_footer_45_copyright .third.hide{display: none;}
#w005_index_footer_45_copyright .third .a{margin-left: 20px;width: 30px;height: 30px;background: var(--font_color_2);border-radius: 50%;transition: .3s;}
#w005_index_footer_45_copyright .third .a i{font-size: 20px;color: #fff;}
#w005_index_footer_45_copyright .third .a:hover{background: var(--hoverFontColor);}



@media only screen and (max-width: 1250px) {
    #w005_index_footer_45_contact{display: none;}
}


@media only screen and (max-width: 750px) {
    .w005_index_footer_45_footer_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    .w005_index_footer_45_footer_wrap .box{display: block;padding: 0;}

    
    #w005_index_footer_45_message .dl{}
    #w005_index_footer_45_message .dl .logo{width: var(--appLogoWidth);}
    #w005_index_footer_45_message .dl .dt{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-top: 30px;}
    #w005_index_footer_45_message .dl .dt span{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w005_index_footer_45_message .dl .dd{font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-width: none;}

    #w005_index_footer_45_nav{display: none;}

    #w005_index_footer_45_nav_app{display: block;margin-top: 60px;color: var(--font_color_2);}
    #w005_index_footer_45_nav_app .dl{}
    #w005_index_footer_45_nav_app .dl .dt{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 20px 0;border-bottom: 1px solid var(--font_color_3);color: var(--font_color_1);}
    #w005_index_footer_45_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #w005_index_footer_45_nav_app .dl.cur .dt > i{transform: rotateZ(90deg);}
    /* 展开项 */
    #w005_index_footer_45_nav_app .dl .dd{display: none;}
    #w005_index_footer_45_nav_app .dd .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 20px 0;padding-left: 15px;border-bottom: 1px solid var(--font_color_3);}

    #w005_index_footer_45_copyright{border-top: none;flex-wrap: wrap;padding: 10px 0;}
    #w005_index_footer_45_copyright .copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #w005_index_footer_45_copyright .third{justify-content: center;margin-top: 50px;}
    #w005_index_footer_45_copyright .third .a{transform: scale(2);margin: 0 var(--font-txt-S);}
}