
.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_10_nav{transition: background-color .3s;box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);}
#w001_index_header_10_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
#w001_index_header_10_nav .head{height: var(--head_top_height);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_10_nav{box-shadow: none;}
#header.fixed.scroll-top #w001_index_header_10_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top #w001_index_header_10_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_10_nav .head{color: #333;}

#w001_index_header_10_nav .stockCode{margin-left: 0.1rem;font-size: 0.16rem;line-height: 1.5;opacity: 0.6;}

#w001_index_header_10_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;}
#w001_index_header_10_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_10_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_10_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_10_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_10_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_10_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_10_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_10_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#w001_index_header_10_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}

/* 按钮部分 */
#w001_index_header_10_nav .head_btn{display: flex;align-items: center;font-size: 0.16rem;}
#w001_index_header_10_nav .head_btn > *{padding: 0.1rem 0.15rem;}
#w001_index_header_10_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_10_nav .head_btn > * > i{font-size: 0.2rem;}
#w001_index_header_10_nav .head_btn .language i{margin-right: 0.06rem;}


/* 移动端菜单按钮 */
#w001_index_header_10_nav .head .menu{display: none;padding: 0.3rem 0.2rem;position: relative;cursor: pointer;margin-right: -0.2rem;}
#w001_index_header_10_nav .head .menu i{width: 0.36rem;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_10_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-0.14rem);transition: .3s;}
#w001_index_header_10_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(0.14rem);transition: .3s;}
#header.fixed.scroll-top #w001_index_header_10_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_10_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_10_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_10_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_10_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_10_nav .head .menu i::after{background: #333;}


/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_10_nav{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_10_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_10_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_10_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_10_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_10.pc_app #w001_index_header_10_nav .head_nav .li{display: none;}
.w001_index_header_10.pc_app #w001_index_header_10_nav .head .menu{display: block;}


#w001_index_header_10_nav .mblanguage{display: none;}


@media only screen and (max-width: 1024px) {
    #w001_index_header_10_nav .head_nav .li{display: none;}
    #w001_index_header_10_nav .head .menu{display: block;}
    /* #w001_index_header_10_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_10_nav .head_btn .search i {font-size: 0.26rem;}
    #w001_index_header_10_nav .head_btn .language{margin-right: 0.2rem;font-size: 0.2rem;}
    #w001_index_header_10_nav .head_btn .language i {font-size: 0.26rem;margin-right: 0.1rem;}
    
    #w001_index_header_10_nav .btnCS{display: none;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_10_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_10_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_10_nav .head_btn .language{display: none;}
    #w001_index_header_10_nav .mblanguage{margin-right: 0.2rem;font-size: 0.36rem;display: flex;}

    #w001_index_header_10_nav .head .menu{padding: 0.3rem;}
    #w001_index_header_10_nav .head .menu i{width: 0.46rem;height: 3px;}
    #w001_index_header_10_nav .head .menu i::before{transform: translateY(-0.18rem);height: 3px;}
    #w001_index_header_10_nav .head .menu i::after{transform: translateY(0.18rem);height: 3px;}

    #header.menu_expand #w001_index_header_10_nav .weblogo{opacity: 0;}
    #header.menu_expand #w001_index_header_10_nav .mblanguage{opacity: 0;}
}




/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_10_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_10_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_10_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_10_nav .head .menu{display: none;}
.w001_index_header_10 #w001_index_header_10_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -0.2rem;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_10_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_10_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_10_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_10_nav .head_btn{flex: initial;}
}
#temp_wcb_inner_hf_hengfu01_59 .img{min-height: 4rem;}
#temp_wcb_inner_hf_hengfu01_59 .img img{width: 100%;display: block;}
#temp_wcb_inner_hf_hengfu01_59 .imgApp{display: none;min-height: 4.8rem;}
#temp_wcb_inner_hf_hengfu01_59 .imgApp img{width: 100%;display: block;}
#temp_wcb_inner_hf_hengfu01_59 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#temp_wcb_inner_hf_hengfu01_59 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#temp_wcb_inner_hf_hengfu01_59.height_change .position_box{width: 100%;height: calc((100% - 1rem));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#temp_wcb_inner_hf_hengfu01_59 .text{display: flex;flex-direction: column;width: 100%;padding: .15rem 0;}
#temp_wcb_inner_hf_hengfu01_59 .text .name{font-size: var(--small_px);color: var(--small_color);font-weight: var(--small_font_weight);font-style: var(--small_font_style);line-height: var(--small_line_height);margin-bottom: .26rem;pointer-events: all;}
#temp_wcb_inner_hf_hengfu01_59 .text .subname{font-size: var(--big_px);color: var(--big_color);font-weight: var(--big_font_weight);font-style: var(--big_font_style);line-height: var(--big_line_height);pointer-events: all;}


#temp_wcb_inner_hf_hengfu01_59 .position_box[position="2"],
#temp_wcb_inner_hf_hengfu01_59 .position_box[position="5"],
#temp_wcb_inner_hf_hengfu01_59 .position_box[position="8"]{text-align: center;}
#temp_wcb_inner_hf_hengfu01_59 .position_box[position="3"],
#temp_wcb_inner_hf_hengfu01_59 .position_box[position="6"],
#temp_wcb_inner_hf_hengfu01_59 .position_box[position="9"]{text-align: right;}

@media screen and (max-width:751px) {
    #temp_wcb_inner_hf_hengfu01_59 .img{display: none;}
    #temp_wcb_inner_hf_hengfu01_59 .imgApp{display: block;}
    #temp_wcb_inner_hf_hengfu01_59 .text .name{font-size: var(--small_mobile_px);color: var(--small_mobile_color);font-weight: var(--small_mobile_font_weight);max-height: calc(2 * var(--small_mobile_line_height));}
    #temp_wcb_inner_hf_hengfu01_59 .text .subname{font-size: var(--big_mobile_px);color: var(--big_mobile_color);font-weight: var(--big_mobile_font_weight);max-height: calc(2 * var(--big_mobile_line_height));}

    #temp_wcb_inner_hf_hengfu01_59.height_change .position_box{height: calc((100% - 1.2rem));}
}
/* 模块布局 */
.default_index_other_0012_61Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}

/* 模块标题样式 */
#default_index_other_0012_61Title{text-align:center;margin-bottom:.4rem;}
#default_index_other_0012_61Title .title{font-size: var(--font_title_px);color: var(--font_title_color);font-weight:700;line-height:1.2;}
#default_index_other_0012_61Title .brief{font-size:.18rem;line-height:1.5;color:white;margin-top:.18rem;}

/* 模块内容样式 */
#default_index_other_0012_61Con{padding:.4rem 0;}
#default_index_other_0012_61Con .content{display:flex;gap:.3rem;width: 80%;margin: 0 auto;}
#default_index_other_0012_61Con .item{width: calc((100% - .3rem * (var(--rowNumber) - 1)) / var(--rowNumber));background-color:rgba(255, 255, 255, 0.05);border-radius:.08rem;overflow:hidden;box-shadow:0 5px .1rem rgba(0,0,0,0);transition:all 0.3s ease;border: 1px solid rgba(255, 255, 255, 0.1);}
#default_index_other_0012_61Con .item:hover{box-shadow:0 5px .1rem rgb(0 162 210 / 0.5);border-color: rgb(0 162 210 / 0.5);}
#default_index_other_0012_61Con .item .icon{width:.64rem;height:.64rem;display:flex;align-items:center;justify-content:center;margin:.3rem auto .2rem auto;background-color:rgba(0, 162, 210, 0.2);border-radius:50%;}
#default_index_other_0012_61Con .item .icon svg{max-width: 60%;max-height: 60%;}
#default_index_other_0012_61Con .item .title{font-size:.18rem;font-weight:700;text-align:center;color:white;margin:0 0 .16rem 0;}
#default_index_other_0012_61Con .item .text{font-size:.16rem;line-height:1.6;text-align:center;color:#e0e0e0;padding:0 .2rem .3rem .2rem;margin:0;}


@media (max-width: 1440px){
    #default_index_other_0012_61Title{margin-bottom:.2rem;}
    #default_index_other_0012_61Con{padding:.4rem 0 0;}
    #default_index_other_0012_61Con .item{width: calc((100% - .3rem) / 2);}
}
@media (max-width: 1366px){
    #default_index_other_0012_61Title{margin-bottom:0;}
    #default_index_other_0012_61Con{padding:.5rem 0 0;}
}
@media (max-width: 1280px){
    #default_index_other_0012_61Title .brief{font-size:.16rem;margin-top:.1rem;}
    #default_index_other_0012_61Con{padding:.4rem 0 0;}
}
@media (max-width: 1200px){ 
	#default_index_other_0012_61Con .content{width: 100%;}
}
@media (max-width: 992px){
	.default_index_other_0012_61Wrap{padding: .6061rem 0 .6061rem;}
    #default_index_other_0012_61Title .title{--font_title_px: .3182rem;}
    #default_index_other_0012_61Title .brief{font-size:.1364rem; margin-top:.0758rem;}

    #default_index_other_0012_61Con{padding:.303rem 0 0;}
    #default_index_other_0012_61Con .content{gap: .1894rem;}
    #default_index_other_0012_61Con .item{width: calc((100% - 0.1894rem) / 2);  padding: .2273rem .1515rem;}
    #default_index_other_0012_61Con .item .icon{width:.4848rem;height:.4848rem; margin-top:0; margin-bottom: .1515rem;}
    #default_index_other_0012_61Con .item .title{font-size:.1515rem; margin:0 0 .1rem 0;}
    #default_index_other_0012_61Con .item .text{font-size: .1364rem; padding: 0;}
}
@media (max-width: 768px){
	.default_index_other_0012_61Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
	
	#default_index_other_0012_61Title .title{--font_title_px: .42rem;}
    #default_index_other_0012_61Title .brief{font-size:.28rem; margin-top:.2rem;}
	
    #default_index_other_0012_61Con{padding:.45rem 0 0;}
    #default_index_other_0012_61Con .content{gap: .2273rem; flex-wrap: wrap;}
    #default_index_other_0012_61Con .item{width: 100%; padding: .3rem;}
    #default_index_other_0012_61Con .item .icon{width:.85rem;height:.85rem; margin-bottom: .3rem;}
    #default_index_other_0012_61Con .item .title{font-size: .32rem; margin:0 0 .2rem 0;}
    #default_index_other_0012_61Con .item .text{font-size: .28rem;}
}
#w019_index_contact_62 {margin-top: var(--paddingTop);margin-bottom: var(--paddingBottom);background: var(--bgColor) var(--pcImg) no-repeat center/cover;height: 9rem;}
#w019_index_contact_62.newHeightB{height: auto;}
#w019_index_contact_62.newHeightC{height: 100vh;}
#w019_index_contact_62 .pcImg{display: block;}
#w019_index_contact_62 .appImg{display: none;}
@media screen and (max-width:1600px) {
    #w019_index_contact_62 {height: 7rem;}
    #w019_index_contact_62.newHeightB{height: auto;}
    #w019_index_contact_62.newHeightC{height: 100vh;}
}
@media screen and (max-width:1050px) {
    #w019_index_contact_62 {height: 5rem;}
    #w019_index_contact_62.newHeightB{height: auto;}
    #w019_index_contact_62.newHeightC{height: 100vh;}
}
@media screen and (max-width:750px) {
    #w019_index_contact_62 {margin-top: var(--appPaddingTop);margin-bottom: var(--appPaddingBottom);height: 6rem;background-image: var(--appImg);}
    #w019_index_contact_62.newAppHeightA{height: 6rem;}
    #w019_index_contact_62.newAppHeightB{height: auto;}
    #w019_index_contact_62.newAppHeightC{height: 100vh;}
    #w019_index_contact_62 .pcImg{display: none;}
    #w019_index_contact_62 .appImg{display: block;}
}

#w019_index_contact_62 .text{color: #fff;}
#w019_index_contact_62 .text .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 0.6rem;}
#w019_index_contact_62 .text .btn{min-width: 2.4rem; height: 0.5rem; font-size: 0.14rem; transition: .3s;padding: 0 0.16rem; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w019_index_contact_62 .text .btn:hover{transform: translateY(-0.1rem);box-shadow: 0 0.05rem 0.1rem 0.01rem rgba(0, 0, 0, 0.2);}

#w019_index_contact_62.myleft .text{text-align: left;}
#w019_index_contact_62.myright .text{text-align: right;}
#w019_index_contact_62.mycenter .text{text-align: center;}

@media screen and (max-width:750px) {
    #w019_index_contact_62 .text .title{font-size: var(--titleMobileFont_px);line-height: var(--titleMobileFont_line_height);font-weight: var(--titleMobileFont_font_weight);font-style: var(--titleMobileFont_font_style);text-align: center;}
    #w019_index_contact_62 .text .btn{min-width: 50%; height: 0.8rem; border-radius: 0.4rem;font-size: var(--font-bri-S);margin: 0 auto;}
}

/* 模块布局 */
.default_index_other_0009_63Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background-image: linear-gradient(to bottom right, var(--gradientStops));overflow:hidden;}

/* 模块内容样式 */
#default_index_other_0009_63Con{text-align:center;z-index:2;position:relative;}
#default_index_other_0009_63Con .heading{font-size: var(--titleFont_px);color: var(--titleFont_color);font-weight:700;line-height:1.2;}
#default_index_other_0009_63Con .text{font-size: var(--briefFont_px);color: var(--briefFont_color);line-height:1.6;margin: .2rem 0 .4rem;}
#default_index_other_0009_63Con .group{display:flex;gap:.16rem;justify-content:center;}

#default_index_other_0009_63Con .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:.12rem .3rem;font-size:.16rem;font-weight:600;box-shadow: 0 .1rem .15rem -3px rgba(255,255,255,.1);}
#default_index_other_0009_63Con .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:.12rem .3rem;font-size:.16rem;font-weight:600;}

@media(any-hover: hover){
    #default_index_other_0009_63Con .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_63Con .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_63Con .heading{--font_title_px: .46rem;}
    #default_index_other_0009_63Con .text{--briefFont_px:.18rem; margin: .15rem 0 .3rem;}
}
@media (max-width: 1366px){
    #default_index_other_0009_63Con .heading{--font_title_px: .42rem;}
    #default_index_other_0009_63Con .text{--briefFont_px:.16rem;}
}
@media (max-width: 992px){
	.default_index_other_0009_63Wrap{padding: .6061rem 0 .6061rem;}
    
    #default_index_other_0009_63Con .heading{--font_title_px: .3939rem;}
    #default_index_other_0009_63Con .text{--briefFont_px:.1364rem;}
    #default_index_other_0009_63Con .group{gap: .1136rem;}
    #default_index_other_0009_63Con .buttonA,
    #default_index_other_0009_63Con .buttonB{padding: .0909rem .1515rem; font-size: .1364rem;}
}
@media (max-width: 768px){
	.default_index_other_0009_63Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
    
    #default_index_other_0009_63Con .heading{--font_title_px: .42rem;}
    #default_index_other_0009_63Con .text{--briefFont_px:.28rem;}
    #default_index_other_0009_63Con .group{gap: .2rem;}
    #default_index_other_0009_63Con .buttonA,
    #default_index_other_0009_63Con .buttonB{padding: .15rem .24rem; font-size: .26rem;}
}
#temp_wcb_inner_hf_hengfu01_64 .img{min-height: 4rem;}
#temp_wcb_inner_hf_hengfu01_64 .img img{width: 100%;display: block;}
#temp_wcb_inner_hf_hengfu01_64 .imgApp{display: none;min-height: 4.8rem;}
#temp_wcb_inner_hf_hengfu01_64 .imgApp img{width: 100%;display: block;}
#temp_wcb_inner_hf_hengfu01_64 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#temp_wcb_inner_hf_hengfu01_64 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#temp_wcb_inner_hf_hengfu01_64.height_change .position_box{width: 100%;height: calc((100% - 1rem));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#temp_wcb_inner_hf_hengfu01_64 .text{display: flex;flex-direction: column;width: 100%;padding: .15rem 0;}
#temp_wcb_inner_hf_hengfu01_64 .text .name{font-size: var(--small_px);color: var(--small_color);font-weight: var(--small_font_weight);font-style: var(--small_font_style);line-height: var(--small_line_height);margin-bottom: .26rem;pointer-events: all;}
#temp_wcb_inner_hf_hengfu01_64 .text .subname{font-size: var(--big_px);color: var(--big_color);font-weight: var(--big_font_weight);font-style: var(--big_font_style);line-height: var(--big_line_height);pointer-events: all;}


#temp_wcb_inner_hf_hengfu01_64 .position_box[position="2"],
#temp_wcb_inner_hf_hengfu01_64 .position_box[position="5"],
#temp_wcb_inner_hf_hengfu01_64 .position_box[position="8"]{text-align: center;}
#temp_wcb_inner_hf_hengfu01_64 .position_box[position="3"],
#temp_wcb_inner_hf_hengfu01_64 .position_box[position="6"],
#temp_wcb_inner_hf_hengfu01_64 .position_box[position="9"]{text-align: right;}

@media screen and (max-width:751px) {
    #temp_wcb_inner_hf_hengfu01_64 .img{display: none;}
    #temp_wcb_inner_hf_hengfu01_64 .imgApp{display: block;}
    #temp_wcb_inner_hf_hengfu01_64 .text .name{font-size: var(--small_mobile_px);color: var(--small_mobile_color);font-weight: var(--small_mobile_font_weight);max-height: calc(2 * var(--small_mobile_line_height));}
    #temp_wcb_inner_hf_hengfu01_64 .text .subname{font-size: var(--big_mobile_px);color: var(--big_mobile_color);font-weight: var(--big_mobile_font_weight);max-height: calc(2 * var(--big_mobile_line_height));}

    #temp_wcb_inner_hf_hengfu01_64.height_change .position_box{height: calc((100% - 1.2rem));}
}
.w029_about_detail_66_wrap {padding: var(--paddingTop) 0 var(--paddingBottom);}
@media screen and (max-width:750px) {
    .w029_about_detail_66_wrap {padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}

#w029_about_detail_66 .content {width: calc(50% + 50vw);}
#w029_about_detail_66 .content .pic {width: calc(50% - 1.2rem);position: relative;margin-bottom: 0.94rem;}
#w029_about_detail_66 .content .pic .img {padding-top: 93.5%;}
#w029_about_detail_66 .content .pic .icon {right: -0.54rem;bottom: -0.94rem;width: 2.67rem;background-color: var(--iconColor);padding: 0.3rem 0.25rem;}
#w029_about_detail_66 .content .pic .icon .enIcon {font-size: 0.38rem;line-height: 0.4rem;color: #fff;}
#w029_about_detail_66 .content .pic .icon .cnIcon {font-size: 0.24rem;line-height: 0.44rem;color: #fff;margin-top: 0.1rem;}
#w029_about_detail_66 .content .text {max-width: 8.75rem;width: 50%;}

#w029_about_detail_66 .content .text .enTitle{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: 0.2rem;}
#w029_about_detail_66 .content .text .cnTitle {font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);margin-bottom: 0.4rem;}

#w029_about_detail_66 .content .text .brief {color: #333;font-size: var(--brief_fz_px);color: var(--brief_fz_color);line-height: var(--brief_fz_line_height);}

@media screen and (max-width:1200px) {
    .w029_about_detail_66_wrap {padding: 0.8rem 0;}
    #w029_about_detail_66 .content {width: 100%;}
    #w029_about_detail_66 .content .pic {width: 100%;margin-bottom: 0.6rem;}
    #w029_about_detail_66 .content .pic .icon {right: 0;bottom: 0;}
    #w029_about_detail_66 .content .text {max-width: 100%;width: 100%;}
}
@media screen and (max-width:750px) {
    #w029_about_detail_66 .content .pic .icon {position: relative;width: 100%;}
    #w029_about_detail_66 .content .pic .icon .enIcon {font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w029_about_detail_66 .content .pic .icon .cnIcon {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
    /* #w029_about_detail_66 .content .text .enTitle {font-size: var(--font-big-S);line-height: var(--font-big-L);} */
    /* #w029_about_detail_66 .content .text .cnTitle {font-size: var(--font-big-S);line-height: var(--font-big-L);margin: 30px 0;} */
    #w029_about_detail_66 .content .text .enTitle{font-size: var(--font_1st_mobile_px);color: var(--font_1st_mobile_color);font-weight: var(--font_1st_mobile_font_weight);font-style: var(--font_1st_mobile_font_style);line-height: var(--font_1st_mobile_line_height);}
    #w029_about_detail_66 .content .text .cnTitle {font-size: var(--font_2nd_mobile_px);color: var(--font_2nd_mobile_color);font-weight: var(--font_2nd_mobile_font_weight);font-style: var(--font_2nd_mobile_font_style);line-height: var(--font_2nd_mobile_line_height);margin: 0.3rem 0;}
    #w029_about_detail_66 .content .text .brief {font-size: var(--brief_fz_mobile_px);color: var(--brief_fz_mobile_color);line-height: var(--brief_fz_mobile_line_height);}
}
.w029_about_detail_67_wrap {padding: var(--paddingTop) 0 var(--paddingBottom);}
@media screen and (max-width:750px) {
    .w029_about_detail_67_wrap {padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}

#w029_about_detail_67 .content {width: calc(50% + 50vw);}
#w029_about_detail_67 .content .pic {width: calc(50% - 1.2rem);position: relative;margin-bottom: 0.94rem;}
#w029_about_detail_67 .content .pic .img {padding-top: 93.5%;}
#w029_about_detail_67 .content .pic .icon {right: -0.54rem;bottom: -0.94rem;width: 2.67rem;background-color: var(--iconColor);padding: 0.3rem 0.25rem;}
#w029_about_detail_67 .content .pic .icon .enIcon {font-size: 0.38rem;line-height: 0.4rem;color: #fff;}
#w029_about_detail_67 .content .pic .icon .cnIcon {font-size: 0.24rem;line-height: 0.44rem;color: #fff;margin-top: 0.1rem;}
#w029_about_detail_67 .content .text {max-width: 8.75rem;width: 50%;}

#w029_about_detail_67 .content .text .enTitle{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: 0.2rem;}
#w029_about_detail_67 .content .text .cnTitle {font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);margin-bottom: 0.4rem;}

#w029_about_detail_67 .content .text .brief {color: #333;font-size: var(--brief_fz_px);color: var(--brief_fz_color);line-height: var(--brief_fz_line_height);}

@media screen and (max-width:1200px) {
    .w029_about_detail_67_wrap {padding: 0.8rem 0;}
    #w029_about_detail_67 .content {width: 100%;}
    #w029_about_detail_67 .content .pic {width: 100%;margin-bottom: 0.6rem;}
    #w029_about_detail_67 .content .pic .icon {right: 0;bottom: 0;}
    #w029_about_detail_67 .content .text {max-width: 100%;width: 100%;}
}
@media screen and (max-width:750px) {
    #w029_about_detail_67 .content .pic .icon {position: relative;width: 100%;}
    #w029_about_detail_67 .content .pic .icon .enIcon {font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w029_about_detail_67 .content .pic .icon .cnIcon {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
    /* #w029_about_detail_67 .content .text .enTitle {font-size: var(--font-big-S);line-height: var(--font-big-L);} */
    /* #w029_about_detail_67 .content .text .cnTitle {font-size: var(--font-big-S);line-height: var(--font-big-L);margin: 30px 0;} */
    #w029_about_detail_67 .content .text .enTitle{font-size: var(--font_1st_mobile_px);color: var(--font_1st_mobile_color);font-weight: var(--font_1st_mobile_font_weight);font-style: var(--font_1st_mobile_font_style);line-height: var(--font_1st_mobile_line_height);}
    #w029_about_detail_67 .content .text .cnTitle {font-size: var(--font_2nd_mobile_px);color: var(--font_2nd_mobile_color);font-weight: var(--font_2nd_mobile_font_weight);font-style: var(--font_2nd_mobile_font_style);line-height: var(--font_2nd_mobile_line_height);margin: 0.3rem 0;}
    #w029_about_detail_67 .content .text .brief {font-size: var(--brief_fz_mobile_px);color: var(--brief_fz_mobile_color);line-height: var(--brief_fz_mobile_line_height);}
}
.w029_about_detail_68_wrap {padding: var(--paddingTop) 0 var(--paddingBottom);}
@media screen and (max-width:750px) {
    .w029_about_detail_68_wrap {padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}

#w029_about_detail_68 .content {width: calc(50% + 50vw);}
#w029_about_detail_68 .content .pic {width: calc(50% - 1.2rem);position: relative;margin-bottom: 0.94rem;}
#w029_about_detail_68 .content .pic .img {padding-top: 93.5%;}
#w029_about_detail_68 .content .pic .icon {right: -0.54rem;bottom: -0.94rem;width: 2.67rem;background-color: var(--iconColor);padding: 0.3rem 0.25rem;}
#w029_about_detail_68 .content .pic .icon .enIcon {font-size: 0.38rem;line-height: 0.4rem;color: #fff;}
#w029_about_detail_68 .content .pic .icon .cnIcon {font-size: 0.24rem;line-height: 0.44rem;color: #fff;margin-top: 0.1rem;}
#w029_about_detail_68 .content .text {max-width: 8.75rem;width: 50%;}

#w029_about_detail_68 .content .text .enTitle{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: 0.2rem;}
#w029_about_detail_68 .content .text .cnTitle {font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);margin-bottom: 0.4rem;}

#w029_about_detail_68 .content .text .brief {color: #333;font-size: var(--brief_fz_px);color: var(--brief_fz_color);line-height: var(--brief_fz_line_height);}

@media screen and (max-width:1200px) {
    .w029_about_detail_68_wrap {padding: 0.8rem 0;}
    #w029_about_detail_68 .content {width: 100%;}
    #w029_about_detail_68 .content .pic {width: 100%;margin-bottom: 0.6rem;}
    #w029_about_detail_68 .content .pic .icon {right: 0;bottom: 0;}
    #w029_about_detail_68 .content .text {max-width: 100%;width: 100%;}
}
@media screen and (max-width:750px) {
    #w029_about_detail_68 .content .pic .icon {position: relative;width: 100%;}
    #w029_about_detail_68 .content .pic .icon .enIcon {font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w029_about_detail_68 .content .pic .icon .cnIcon {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
    /* #w029_about_detail_68 .content .text .enTitle {font-size: var(--font-big-S);line-height: var(--font-big-L);} */
    /* #w029_about_detail_68 .content .text .cnTitle {font-size: var(--font-big-S);line-height: var(--font-big-L);margin: 30px 0;} */
    #w029_about_detail_68 .content .text .enTitle{font-size: var(--font_1st_mobile_px);color: var(--font_1st_mobile_color);font-weight: var(--font_1st_mobile_font_weight);font-style: var(--font_1st_mobile_font_style);line-height: var(--font_1st_mobile_line_height);}
    #w029_about_detail_68 .content .text .cnTitle {font-size: var(--font_2nd_mobile_px);color: var(--font_2nd_mobile_color);font-weight: var(--font_2nd_mobile_font_weight);font-style: var(--font_2nd_mobile_font_style);line-height: var(--font_2nd_mobile_line_height);margin: 0.3rem 0;}
    #w029_about_detail_68 .content .text .brief {font-size: var(--brief_fz_mobile_px);color: var(--brief_fz_mobile_color);line-height: var(--brief_fz_mobile_line_height);}
}
.w029_about_detail_69_wrap {padding: var(--paddingTop) 0 var(--paddingBottom);}
@media screen and (max-width:750px) {
    .w029_about_detail_69_wrap {padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}

#w029_about_detail_69 .content {width: calc(50% + 50vw);}
#w029_about_detail_69 .content .pic {width: calc(50% - 1.2rem);position: relative;margin-bottom: 0.94rem;}
#w029_about_detail_69 .content .pic .img {padding-top: 93.5%;}
#w029_about_detail_69 .content .pic .icon {right: -0.54rem;bottom: -0.94rem;width: 2.67rem;background-color: var(--iconColor);padding: 0.3rem 0.25rem;}
#w029_about_detail_69 .content .pic .icon .enIcon {font-size: 0.38rem;line-height: 0.4rem;color: #fff;}
#w029_about_detail_69 .content .pic .icon .cnIcon {font-size: 0.24rem;line-height: 0.44rem;color: #fff;margin-top: 0.1rem;}
#w029_about_detail_69 .content .text {max-width: 8.75rem;width: 50%;}

#w029_about_detail_69 .content .text .enTitle{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: 0.2rem;}
#w029_about_detail_69 .content .text .cnTitle {font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);margin-bottom: 0.4rem;}

#w029_about_detail_69 .content .text .brief {color: #333;font-size: var(--brief_fz_px);color: var(--brief_fz_color);line-height: var(--brief_fz_line_height);}

@media screen and (max-width:1200px) {
    .w029_about_detail_69_wrap {padding: 0.8rem 0;}
    #w029_about_detail_69 .content {width: 100%;}
    #w029_about_detail_69 .content .pic {width: 100%;margin-bottom: 0.6rem;}
    #w029_about_detail_69 .content .pic .icon {right: 0;bottom: 0;}
    #w029_about_detail_69 .content .text {max-width: 100%;width: 100%;}
}
@media screen and (max-width:750px) {
    #w029_about_detail_69 .content .pic .icon {position: relative;width: 100%;}
    #w029_about_detail_69 .content .pic .icon .enIcon {font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w029_about_detail_69 .content .pic .icon .cnIcon {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
    /* #w029_about_detail_69 .content .text .enTitle {font-size: var(--font-big-S);line-height: var(--font-big-L);} */
    /* #w029_about_detail_69 .content .text .cnTitle {font-size: var(--font-big-S);line-height: var(--font-big-L);margin: 30px 0;} */
    #w029_about_detail_69 .content .text .enTitle{font-size: var(--font_1st_mobile_px);color: var(--font_1st_mobile_color);font-weight: var(--font_1st_mobile_font_weight);font-style: var(--font_1st_mobile_font_style);line-height: var(--font_1st_mobile_line_height);}
    #w029_about_detail_69 .content .text .cnTitle {font-size: var(--font_2nd_mobile_px);color: var(--font_2nd_mobile_color);font-weight: var(--font_2nd_mobile_font_weight);font-style: var(--font_2nd_mobile_font_style);line-height: var(--font_2nd_mobile_line_height);margin: 0.3rem 0;}
    #w029_about_detail_69 .content .text .brief {font-size: var(--brief_fz_mobile_px);color: var(--brief_fz_mobile_color);line-height: var(--brief_fz_mobile_line_height);}
}
#temp_d_cry_server_72 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center top / 100% var(--backgroundImg_color);}
@media screen and (max-width:750px) {
	#temp_d_cry_server_72 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#temp_d_cry_server_72 .top .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);}
#temp_d_cry_server_72 .top .brief{font-size: 0.18rem;color: #fff;margin-top: 0.2rem;}
#temp_d_cry_server_72 .content{margin-top: 5px;}
#temp_d_cry_server_72 .content .li{width: 31.25%;margin: 0.85rem 3.125% 0 0;}
#temp_d_cry_server_72 .content .li:nth-child(3n){margin-right: 0;}
#temp_d_cry_server_72 .content .li .pic::before{content: '';padding-top: 68.056%;}
#temp_d_cry_server_72 .content .li .pic img{transition: all .3s;}
#temp_d_cry_server_72 .content .li .tit{border-bottom: 2px #e3eeff solid;font-size: var(--listTitleFt_px);color: #002249;font-weight: var(--listTitleFt_font_weight);padding-top: 0.45rem;padding-bottom: 0.25rem;}
#temp_d_cry_server_72 .content .li .tit::before{content: '';position: absolute;width: 0.8rem;height: 3px;background: #0c59db;left: 0;bottom: -3px;}
#temp_d_cry_server_72 .content .li .brief{font-size: 0.16rem;line-height: 0.32rem;color: #002249;margin: 0.3rem 0;}
#temp_d_cry_server_72 .content .li .more{width: fit-content;font-size: 0.15rem;line-height: 0.5rem;padding: 0 0.3rem;border: var(--btn_1st_border_width) var(--btn_1st_border_style) var(--btn_1st_border_color);border-radius: var(--btn_1st_border_radius);font-size: 0.16rem;color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);}
#temp_d_cry_server_72 .content .li .more .icon{color: var(--btn_1st_icon_color);}

#temp_d_cry_server_72.myleft .top .title,
#temp_d_cry_server_72.myleft .top .brief{text-align: left;}

#temp_d_cry_server_72.mycenter .top .title,
#temp_d_cry_server_72.mycenter .top .brief{text-align: center;}

#temp_d_cry_server_72.myright .top .title,
#temp_d_cry_server_72.myright .top .brief{text-align: right;}

@media (any-hover: hover) {
	#temp_d_cry_server_72 .content .li:hover .pic img{-webkit-transform: scale(1.05);transform: scale(1.05);}
	#temp_d_cry_server_72 .content .li:hover .tit{padding-top: 0.35rem;padding-bottom: 0.35rem;}
	#temp_d_cry_server_72 .content .li:hover .more{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
	#temp_d_cry_server_72 .content .li:hover .more .icon{color: var(--btn_1st_hover_color);}
}
@media(max-width: 1440px){
	#temp_d_cry_server_72{background-size: 120%;}
}
@media(max-width: 1280px){
	#temp_d_cry_server_72 .content .li{margin-top: 0.5rem;}
}
@media(max-width: 750px){
	#temp_d_cry_server_72{background-size: auto 3.5rem;}
	#temp_d_cry_server_72 .top .brief{font-size: var(--font-txt-S);}
	#temp_d_cry_server_72 .content .li{width: 100%;margin-right: 0;}
	#temp_d_cry_server_72 .content .li .tit{font-size: var(--font-sma-S);}
	#temp_d_cry_server_72 .content .li .brief{font-size: var(--font-txt-S);line-height: 1.6;}
	#temp_d_cry_server_72 .content .li .more{font-size: var(--font-bri-S);line-height: 0.6rem;}
	#temp_d_cry_server_72 .content .li .more .icon{font-size: var(--font-bri-S);}
}

#temp_d_cry_text_83{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}
@media screen and (max-width:750px) {
	#temp_d_cry_text_83{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#temp_d_cry_text_83 .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);}
#temp_d_cry_text_83 .brief{font-size: var(--brief_ft_px);color: var(--brief_ft_color);font-weight: var(--brief_ft_font_weight);font-style: var(--brief_ft_font_style);line-height: var(--brief_ft_line_height);margin-top: 0.1rem;}

#temp_d_cry_text_83 .title.myleft,
#temp_d_cry_text_83 .brief.myleft{text-align:left;}
#temp_d_cry_text_83 .title.myright,
#temp_d_cry_text_83 .brief.myright{text-align:right;}
#temp_d_cry_text_83 .title.mycenter,
#temp_d_cry_text_83 .brief.mycenter{text-align:center;}

@media(max-width: 750px){
	#temp_d_cry_text_83 .brief{font-size: var(--font-txt-S);line-height: 1.6;}
}

#temp_d_ly_pictures001_74{padding-top: var(--paddingTop); padding-bottom: var(--paddingBottom); background: #fbfbfb; }
#temp_d_ly_pictures001_74 .big_tit{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);}
#temp_d_ly_pictures001_74 .con{margin-top: 0.44rem;}
#temp_d_ly_pictures001_74 .con .li{width: 49%;}
#temp_d_ly_pictures001_74 .con .li .pic{width: 100%; padding-top: 64.52%;}
#temp_d_ly_pictures001_74 .con .li .info{margin-top: 0.24rem; }
#temp_d_ly_pictures001_74 .con .li .info .tit{font-size: 0.24rem; line-height: 0.36rem; color: #2A2E2E; font-weight: 600;}
#temp_d_ly_pictures001_74 .con .li .info .brief{margin-top: 0.08rem; font-size: 0.16rem; line-height: 0.25rem; color: #5F6464;}

@media screen and (max-width: 1200px){
    #temp_d_ly_pictures001_74 .con .li .info .tit{font-size: 0.22rem; line-height: 1.5;}
    #temp_d_ly_pictures001_74 .con .li .info .brief{line-height: 1.5;}
}
@media screen and (max-width: 750px){
	#temp_d_ly_pictures001_74 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #temp_d_ly_pictures001_74 .big_tit{font-size: var(--font-sub-S);}
    
    #temp_d_ly_pictures001_74 .con{margin-top: 0; flex-wrap: wrap;}
    #temp_d_ly_pictures001_74 .con .li{width: 100%; margin-top: 0.4rem;}
    #temp_d_ly_pictures001_74 .con .li .info{margin-top: 0.3rem; }
    #temp_d_ly_pictures001_74 .con .li .info .tit{font-size: 0.32rem;}
    #temp_d_ly_pictures001_74 .con .li .info .brief{margin-top: 0.15rem; font-size: 0.26rem;}
}
.w011_chain_condition_75_bj {background: 100%/cover;right: 0;}

#w011_chain_condition_75 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_chain_condition_75 .title {font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 0.5rem;}

#w011_chain_condition_75.myleft .title{text-align: left;}
#w011_chain_condition_75.myright .title{text-align: right;}
#w011_chain_condition_75.mycenter .title{text-align: center;}

#w011_chain_condition_75 .content .img {width: 45%;border-radius: 0.2rem;margin-bottom: auto;}
#w011_chain_condition_75 .content .img::before {padding-top: 66.66%;}
#w011_chain_condition_75 .content .img img {max-width: 100%;max-height: 100%;}
#w011_chain_condition_75 .content .text {width: 50%;padding-top: 0.5rem;}
#w011_chain_condition_75 .content .text .brief {font-size: 0.16rem;line-height: 1.5;color: #222;margin-bottom: 0.2rem;}
#w011_chain_condition_75 .content .text .hotline {font-size: 0.2rem;line-height: 1;color: var(--fontColor);margin-top: 0.5rem;}
#w011_chain_condition_75 .content .text .hotline .btext {font-size: 0.36rem;color: var(--fontColor);margin-top: 0.15rem;}

@media screen and (max-width:1000px) {
    #w011_chain_condition_75 .content .img {width: 100%;}
    #w011_chain_condition_75 .content .text {width: 100%;}
}
@media screen and (max-width:750px) {
    #w011_chain_condition_75 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_chain_condition_75 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_chain_condition_75 .content .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w011_chain_condition_75 .content .text .hotline {font-size: var(--font-sma-S);}
    #w011_chain_condition_75 .content .text .hotline .btext {font-size: var(--font-big-S);}
}

.default_footer_0002_17Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundColor);}
@media (max-width: 768px) {
    .default_footer_0002_17Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}


#default_footer_0002_17{display: flex;justify-content: space-between;}
#default_footer_0002_17 .title{font-size: .3rem;color: var(--titleFontColor);font-weight: 600;margin-bottom: .4rem;}
#default_footer_0002_17 .left{max-width: 5rem;}
#default_footer_0002_17 .left .dd{margin-bottom: .15rem;font-size: .18rem;color: var(--contactFontColor);line-height: 1.667;}
#default_footer_0002_17 .left .dd:last-child{margin-bottom: 0;}
#default_footer_0002_17 .left .dd:hover{color: var(--mainColor);}

#default_footer_0002_17 .links{display: flex;align-items: center;margin-top: .17rem;}
#default_footer_0002_17 .links.hide{display: none;}
#default_footer_0002_17 .links .a{margin-right: .2rem;width: .38rem;height: .38rem;border: 2px solid #92959D;border-radius: 50%;transition: .3s;}
#default_footer_0002_17 .links .a i{font-size: .2rem;color: #fff;}
#default_footer_0002_17 .links .a:hover{background: var(--hoverFontColor);border-color: var(--hoverFontColor);}

#default_footer_0002_17 .nav{}
#default_footer_0002_17 .nav .item{font-size: .18rem;color: var(--navFontColor);line-height: 1.667;margin-bottom: .15rem;}
#default_footer_0002_17 .nav .item:last-child{margin-bottom: 0;}
#default_footer_0002_17 .nav .item .a:hover{color: var(--mainColor);}

#default_footer_0002_17 .right{width: 3.45rem;}
#default_footer_0002_17 .right .txt{font-size: .18rem;color: var(--newsletterTipsFontColor);line-height: 1.667;}
#default_footer_0002_17 .form{margin-top: .2rem;}
#default_footer_0002_17 .form .input{width: 100%;height: .46rem;border-radius: .23rem;padding: 0 .25rem;background-color: var(--searchBgColor);font-size: .16rem;color: var(--searchFontColor);margin-bottom: .25rem;}
#default_footer_0002_17 .form .submit{width: 100%;height: .46rem;background-color: var(--searchBtnBgColor);font-size: .18rem;color: var(--searchBtnFontColor);border-radius: .23rem;}
#default_footer_0002_17 .form .submit .ico{font-size: .24rem;margin-left: 3px;}


@media (max-width: 1024px) {
    #default_footer_0002_17{flex-wrap: wrap;}

    #default_footer_0002_17 .right{width: 100%;margin-top: 0.3rem;}
}
@media (max-width: 992px) {
    #default_footer_0002_17 .title{font-size: .227rem;margin-bottom: .303rem;}
    #default_footer_0002_17 .left{max-width: 3.788rem;}
    #default_footer_0002_17 .left .dd{margin-bottom: .114rem;font-size: .136rem;}

    #default_footer_0002_17 .links{margin-top: .129rem;}
    #default_footer_0002_17 .links .a{margin-right: .152rem;width: .288rem;height: .288rem;border-width: .015rem;}
    #default_footer_0002_17 .links .a i{font-size: .152rem;}

    #default_footer_0002_17 .nav .item{font-size: .136rem;margin-bottom: .114rem;}

    #default_footer_0002_17 .right{margin-top: .227rem;}
    #default_footer_0002_17 .right .txt{font-size: .136rem;}
    #default_footer_0002_17 .form{margin-top: .152rem;}
    #default_footer_0002_17 .form .input{height: .348rem;border-radius: .174rem;padding: 0 .189rem;font-size: .121rem;margin-bottom: .189rem;}
    #default_footer_0002_17 .form .submit{height: .348rem;font-size: .136rem;border-radius: .174rem;}
    #default_footer_0002_17 .form .submit .ico{font-size: .182rem;margin-left: .023rem;}
}


@media (max-width: 768px) {
    #default_footer_0002_17 .title{font-size: .36rem;margin-bottom: .4rem;}
    #default_footer_0002_17 .left{max-width: 100%;width: 100%;}
    #default_footer_0002_17 .left .dd{margin-bottom: .25rem;font-size: .3rem;}

    #default_footer_0002_17 .links{margin-top: .3rem;}
    #default_footer_0002_17 .links .a{margin-right: .3rem;width: .65rem;height: .65rem;border-width: .03rem;}
    #default_footer_0002_17 .links .a i{font-size: .36rem;}

    #default_footer_0002_17 .nav{width: 100%;margin-top: .4rem;}
    #default_footer_0002_17 .nav .item{font-size: .3rem;margin-bottom: .25rem;}

    #default_footer_0002_17 .right{margin-top: .4rem;}
    #default_footer_0002_17 .right .txt{font-size: .3rem;}
    #default_footer_0002_17 .form{margin-top: .25rem;}
    #default_footer_0002_17 .form .input{height: .65rem;border-radius: .325rem;padding: 0 .3rem;font-size: .3rem;margin-bottom: .3rem;}
    #default_footer_0002_17 .form .submit{height: .65rem;border-radius: .325rem;font-size: .3rem;}
    #default_footer_0002_17 .form .submit .ico{font-size: .36rem;margin-left: .046rem;}
}

#default_footer_0002_17Agreement{margin-top: 0.5rem;font-size: .16rem;color: var(--agreementFontColor);}
