
.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;}
}
#w014_index_hengfu_11{font-size: 0;}
#w014_index_hengfu_11 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w014_index_hengfu_11.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w014_index_hengfu_11 .type-a .slide .img_pc{transform: scale(1)!important;}
#w014_index_hengfu_11 .type-c .slide .img_pc{transform:scale(1)!important;}

#w014_index_hengfu_11 .slide .message_box{display: flex;height: calc( 100% - 2rem );position: absolute;top:55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
#w014_index_hengfu_11 .message{display: flex;flex-direction: column;max-width: 100%;}
#w014_index_hengfu_11 .message_box[position="2"] .message,
#w014_index_hengfu_11 .message_box[position="5"] .message,
#w014_index_hengfu_11 .message_box[position="8"] .message{align-items: center;}
#w014_index_hengfu_11 .message_box[position="3"] .message,
#w014_index_hengfu_11 .message_box[position="6"] .message,
#w014_index_hengfu_11 .message_box[position="9"] .message{align-items: flex-end;}


#w014_index_hengfu_11 .message_box .message .titlename{max-width: 100%; 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);}
#w014_index_hengfu_11 .message_box .message .name{margin-top: .2rem;max-width: 100%; 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);}
#w014_index_hengfu_11 .message_box .message .btn{font-size: .16rem;width: 1.6rem;height:.5rem;transition: 0.3s;margin-top: .45rem; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}
#w014_index_hengfu_11 .message_box .message .btn .right{margin-left:.25rem;transition: 0.3s;}
#w014_index_hengfu_11 .message_box .message .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}



#w014_index_hengfu_11 .container .page_number{display: flex;justify-content: center;align-items: flex-end;bottom: 0;z-index: 10;}
#w014_index_hengfu_11 .container .page_number .swiper-pagination-bullet{margin: 0 .1rem;width: .4rem;height: .4rem;display: flex;flex-direction: column;align-items: center;background: transparent;opacity: 1;transition: .3s;}
#w014_index_hengfu_11 .container .page_number .swiper-pagination-bullet > *{color: var(--hoverColor);}
#w014_index_hengfu_11 .container .page_number .swiper-pagination-bullet::after{display: block;content: '';width: 1px;height: 100%;background: var(--hoverColor);}
#w014_index_hengfu_11 .container .page_number .swiper-pagination-bullet-active{height: .6rem;}


/* 按钮 */
#w014_index_hengfu_11 .btn{top:50%; transform: translateY(-50%);z-index: 2; width: 0.5rem;height: 0.5rem;border-radius: 50%;background-color: var(--prevNextBgColor);color: var(--prevNextIconColor);font-size: 0.16rem;opacity: 0;}
#w014_index_hengfu_11 .prev{left: 4%;}
#w014_index_hengfu_11 .next{right: 4%;}
#w014_index_hengfu_11:hover .btn{opacity: 1;}
@media screen and (max-width: 751px){
    #w014_index_hengfu_11{display: none;}
}
.default_index_products_0002_102Wrap{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_products_0002_102Wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#default_index_products_0002_102Title{}
#default_index_products_0002_102Title .title{font-size: var(--titleFont_px);color: var(--titleFont_color);font-weight: var(--titleFont_font_weight);line-height: var(--titleFont_line_height);}
#default_index_products_0002_102Title .txt{display: inline-block;border-bottom: 1px solid #dadada;padding-bottom: .1rem;position: relative;}
#default_index_products_0002_102Title .txt::after{content: '';position: absolute;width: .7rem;height: .04rem;background-color: var(--hoverColor);margin: auto;left: 0;right: 0;bottom: 0;}
.default_index_products_0002_102Wrap.myleft #default_index_products_0002_102Title{text-align: left;}
.default_index_products_0002_102Wrap.mycenter #default_index_products_0002_102Title{text-align: center;}
.default_index_products_0002_102Wrap.myright #default_index_products_0002_102Title{text-align: right;}
@media(max-width: 768px){
    #default_index_products_0002_102Title .title{font-size: var(--font-sma-L);}
}

#default_index_products_0002_102Tab{display: flex;justify-content: center;flex-wrap: wrap;gap: .2rem .4rem;margin-top: .55rem;}
#default_index_products_0002_102Tab .li{font-size: var(--navFont_px);color: var(--navFont_color);font-weight: var(--navFont_font_weight);line-height: var(--navFont_line_height);padding: .15rem .2rem;}
#default_index_products_0002_102Tab .li.active{color: #fff;background-color: var(--hoverColor);}
.default_index_products_0002_102Wrap.myleft #default_index_products_0002_102Tab{justify-content: flex-start;}
.default_index_products_0002_102Wrap.myright #default_index_products_0002_102Tab{justify-content: flex-end;}
.default_index_products_0002_102Wrap.mycenter #default_index_products_0002_102Tab{justify-content: center;}
@media(any-hover: hover){
    #default_index_products_0002_102Tab .li:hover{color: #fff;background-color: var(--hoverColor);}
}
@media(max-width: 768px){
    #default_index_products_0002_102Tab .li{--navFont_px: .3rem;padding: .25rem .4rem;}
}

#default_index_products_0002_102Con{margin-top: .48rem;}
#default_index_products_0002_102Con .content{position: relative;padding: 30px;height: var(--pane-height, auto);transition: height var(--height-duration, 350ms) ease;overflow: hidden;}
#default_index_products_0002_102Con .list{position: absolute; top: 0;left: 0;width: 100%;height: 100%;z-index: 0;pointer-events: none;}
#default_index_products_0002_102Con .list.active{z-index: 2;pointer-events: auto;}
#default_index_products_0002_102Con .list.leaving{z-index: 1;pointer-events: none;}
#default_index_products_0002_102Con .cards{width: 100%;gap: .3rem;}
#default_index_products_0002_102Con .item{display: block;width: calc((100% - .3rem * 3) / 4);border-radius: .05rem;overflow: hidden;opacity: 0;transform: scale(0);transition: opacity var(--duration-in) ease-out,transform var(--duration-in) ease-out;will-change: transform, opacity;}
#default_index_products_0002_102Con .item .pic::before{content: '';padding-top: 100%;}
#default_index_products_0002_102Con .item .in{position: absolute;left: 0;bottom: -100%;width: 100%;height: 100%;padding: .15rem;display: flex;flex-direction: column;justify-content: flex-end;}
#default_index_products_0002_102Con .item .in::before{content: '';position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: var(--hoverColor);opacity: .75;}
#default_index_products_0002_102Con .item .icon{width: fit-content;border-radius: .05rem;padding: .05rem .02rem;font-size: .16rem;color: var(--hoverColor);background-color: #fff;margin-bottom: .03rem;}
#default_index_products_0002_102Con .item .tit{font-size: var(--listTitleFont_px);color: var(--listTitleFont_color);font-weight: var(--listTitleFont_font_weight);line-height: var(--listTitleFont_line_height);}
#default_index_products_0002_102Con .item .bri{font-size: var(--listBriefFont_px);color: var(--listBriefFont_color);font-weight: var(--listBriefFont_font_weight);line-height: var(--listBriefFont_line_height);}
#default_index_products_0002_102Con .item.visible{opacity: 1;transform: scale(1);}

#default_index_products_0002_102Con .item:hover .in{bottom: 0;}

@media(max-width: 1200px){
    #default_index_products_0002_102Con .item{width: calc((100% - .3rem * 2) / 3);}
}
@media(max-width: 992px){
    #default_index_products_0002_102Con .item{width: calc((100% - .3rem) / 2);}
}
@media(max-width: 768px){
    #default_index_products_0002_102Con{margin-top: .5rem;}
    #default_index_products_0002_102Con .cards{gap: .4rem;}
    #default_index_products_0002_102Con .item{width: 100%;}
    #default_index_products_0002_102Con .item .in{padding: .3rem;}
    #default_index_products_0002_102Con .item .icon{padding: .1rem .04rem;font-size: var(--font-txt-S);margin-bottom: .1rem;}
    #default_index_products_0002_102Con .item .tit{font-size: var(--font-sma-S);}
    #default_index_products_0002_102Con .item .bri{font-size: var(--font-txt-S);margin-top: .1rem;}
}
#t001_index_about_39 {padding-top: var(--paddingTop);background: #fff;}


#t001_index_about_39 .box {flex-direction: row-reverse;}
#t001_index_about_39 .box .left{padding-bottom: var(--paddingBottom);}

#t001_index_about_39 .box .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: .3rem;}
#t001_index_about_39 .box .subtitle{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);}

#t001_index_about_39 .left .name{font-size: .24rem;line-height: .42rem;}
#t001_index_about_39 .left .brief{font-size: .16rem;color: #666;line-height: .3rem;margin:.15rem 0 .8rem;}

#t001_index_about_39 .left .ul{}
#t001_index_about_39 .left .ul .li{margin-right: .8rem;margin-bottom: .3rem;}
#t001_index_about_39 .left .ul .li .num{font-size: .5rem;color: var(--numFontColor);font-weight: bold;margin-right: .1rem;}
#t001_index_about_39 .left .ul .li .unit{font-size: .2rem;color: #333;line-height: 1.8;}
#t001_index_about_39 .left .ul .li .unit_i{font-size: .3rem;color: var(--numFontColor);line-height: 1.8;}
#t001_index_about_39 .left .ul .li .tip{font-size: .2rem;color: #333;margin-top: 5px;}
#t001_index_about_39 .left .more{font-size: .16rem;color: #333;margin-top: .3rem;}
#t001_index_about_39 .left .more .more_i{width: .3rem; height: .3rem;background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: .1rem;}
#t001_index_about_39 .left .more .more_i > i{font-size: .2rem;}

#t001_index_about_39 .right{display: flex;justify-content: flex-end;align-items: center;overflow: hidden;}
#t001_index_about_39 .right .img{position: absolute;left: 0;bottom:0;background: no-repeat bottom/contain;}

@keyframes slide-right {
    0% { margin-left: 0; opacity: 1; }
    50% { margin-left: .2rem; opacity: 0; }
    75% { margin-left: -.2rem; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
}

@media (any-hover: hover){
    #t001_index_about_39 .left .more:hover .more_i{background-color: var(--moreBgColor);}
    #t001_index_about_39 .left .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width:1180px) {
    #t001_index_about_39 .box .left{flex: 2;}
    #t001_index_about_39 .box .right{flex: 1;}
}

@media screen and (max-width:750px) {
    #t001_index_about_39 {padding-top: var(--appPaddingTop);}
    #t001_index_about_39 .box{flex-direction: column;}

    #t001_index_about_39 .box .left{padding-bottom: .3rem;}
    #t001_index_about_39 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);margin-bottom: .16rem;}
    #t001_index_about_39 .box .subtitle{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin-bottom: .2rem;}

    #t001_index_about_39 .left .name{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-bottom:.25rem;}
    #t001_index_about_39 .left .brief{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}

    #t001_index_about_39 .left .ul .li .num{font-size: var(--font-big-S);}
    #t001_index_about_39 .left .ul .li .unit{font-size: var(--font-bri-S);}
    #t001_index_about_39 .left .ul .li .unit_i{font-size: var(--font-txt-S);}
    #t001_index_about_39 .left .ul .li .tip{font-size: var(--font-bri-S);}

    #t001_index_about_39 .right{overflow: initial;padding-bottom: var(--appPaddingBottom);}
    #t001_index_about_39 .right .img{display: none;}
    #t001_index_about_39 .left .more{font-size: var(--font-txt-S);margin-top: 0px;}
    #t001_index_about_39 .left .more .more_i{width: .7rem; height: .7rem;background: var(--moreBgColor);}
    #t001_index_about_39 .left .more .more_i > i{font-size: var(--font-txt-S);}
}
#w011_chain_advantage_84 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_chain_advantage_84 .title {font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin: 0px 0 0.5rem 0;}

#w011_chain_advantage_84.myleft .title{text-align: left;}
#w011_chain_advantage_84.myright .title{text-align: right;}
#w011_chain_advantage_84.mycenter .title{text-align: center;}

#w011_chain_advantage_84 .slide {transition: .3s;}
#w011_chain_advantage_84 .slide .img {border-radius: 0.2rem;transition: .3s;}
#w011_chain_advantage_84 .slide .img::before {padding-top: 67.26%;}
#w011_chain_advantage_84 .slide .img img {max-width: 100%;max-height: 100%;}
#w011_chain_advantage_84 .slide .name {font-size: var(--titleFt_px);color: var(--titleFt_color);line-height: 1.6;padding: 0.3rem 0;transition: .3s;}
#w011_chain_advantage_84 .slide .brief {font-size: var(--briefFt_px);color: var(--briefFt_color);line-height: 1.875;margin-bottom: 0.55rem;}

#w011_chain_advantage_84 .container {padding-top: 0.2rem;}
#w011_chain_advantage_84 .container .swiper-pagination {display: flex;align-items: center;justify-content: center;}
#w011_chain_advantage_84 .container .swiper-pagination-bullet {background: var(--pageColor);opacity: 1;}
#w011_chain_advantage_84 .container .swiper-pagination-bullet-active {background: #fff;border: 2px solid var(--pageColor);box-sizing: content-box;}

@media screen and (min-width:751px) {
}

@media screen and (max-width:750px) {
    #w011_chain_advantage_84 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_chain_advantage_84 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_chain_advantage_84 .slide .name {font-size: var(--font-sma-S);}
    #w011_chain_advantage_84 .slide .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w011_chain_advantage_84 .container .swiper-pagination-bullet {width: 0.2rem;height: 0.2rem;margin: 0 0.1rem;}
}

#w001_index_video_76{position: relative;}
#w001_index_video_76 .video{object-fit:cover;height: 56.25vw;width: 100%;max-height: 5rem;background: #000;overflow: hidden;}

#w001_index_video_76 .btn{color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 0.8rem;height: 0.8rem;border-radius: 50%;background: rgba(204, 0, 0,.5);display: flex;align-items: center;justify-content: center;cursor: pointer;}
#w001_index_video_76 .btn.cur{opacity: 0;cursor: default;}
#w001_index_video_76 .btn_i{font-size: 0.4rem;transform: translateX(3px);}

#w001_index_video_76 .btn::before,
#w001_index_video_76 .btn::after{display: block;content: '';border: 1px solid rgba(255, 255, 255, .2);border-radius: 50%;background: transparent;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: .8s;pointer-events: none;}
#w001_index_video_76 .btn::before{width: 1.6rem;height: 1.6rem;}
#w001_index_video_76 .btn::after{width: 2.4rem;height: 2.4rem;transition: .6s;}

#w001_index_video_76:hover .btn::before,
#w001_index_video_76:hover .btn::after{transform:translate(-50%,-50%) scale(3) ;opacity: 0;}

@media only screen and (max-width: 750px) {
    /* #w001_index_video_76 .video{height: 50vw;} */
}
#w011_chain_advantage_96 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_chain_advantage_96 .title {font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin: 0px 0 0.5rem 0;}

#w011_chain_advantage_96.myleft .title{text-align: left;}
#w011_chain_advantage_96.myright .title{text-align: right;}
#w011_chain_advantage_96.mycenter .title{text-align: center;}

#w011_chain_advantage_96 .slide {transition: .3s;}
#w011_chain_advantage_96 .slide .img {border-radius: 0.2rem;transition: .3s;}
#w011_chain_advantage_96 .slide .img::before {padding-top: 67.26%;}
#w011_chain_advantage_96 .slide .img img {max-width: 100%;max-height: 100%;}
#w011_chain_advantage_96 .slide .name {font-size: var(--titleFt_px);color: var(--titleFt_color);line-height: 1.6;padding: 0.3rem 0;transition: .3s;}
#w011_chain_advantage_96 .slide .brief {font-size: var(--briefFt_px);color: var(--briefFt_color);line-height: 1.875;margin-bottom: 0.55rem;}

#w011_chain_advantage_96 .container {padding-top: 0.2rem;}
#w011_chain_advantage_96 .container .swiper-pagination {display: flex;align-items: center;justify-content: center;}
#w011_chain_advantage_96 .container .swiper-pagination-bullet {background: var(--pageColor);opacity: 1;}
#w011_chain_advantage_96 .container .swiper-pagination-bullet-active {background: #fff;border: 2px solid var(--pageColor);box-sizing: content-box;}

@media screen and (min-width:751px) {
}

@media screen and (max-width:750px) {
    #w011_chain_advantage_96 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_chain_advantage_96 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_chain_advantage_96 .slide .name {font-size: var(--font-sma-S);}
    #w011_chain_advantage_96 .slide .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w011_chain_advantage_96 .container .swiper-pagination-bullet {width: 0.2rem;height: 0.2rem;margin: 0 0.1rem;}
}

#temp_d_ly_server2_41{padding-top: var(--paddingTop); padding-bottom: var(--paddingBottom); background: #fff url() no-repeat bottom left;}
#temp_d_ly_server2_41 .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_ly_server2_41 .top .brief{margin-top: 0.2rem; font-size: var(--briefFt_px); line-height: var(--briefFt_line_height); color: var(--briefFt_color);}

#temp_d_ly_server2_41.myleft .title{text-align: left;}
#temp_d_ly_server2_41.myleft .brief{text-align: left;}
#temp_d_ly_server2_41.mycenter .title{text-align: center;}
#temp_d_ly_server2_41.mycenter .brief{text-align: center;}
#temp_d_ly_server2_41.myright .title{text-align: right;}
#temp_d_ly_server2_41.myright .brief{text-align: right;}

#temp_d_ly_server2_41 .ul{margin-top: 0.5rem; width: 100%;}
#temp_d_ly_server2_41 .ul .li{margin-right: 2.2%; margin-top: 0.3rem; padding: 0.6rem 0.45rem 0.7rem; width: 31.85%; background-color: #fff; box-shadow: 0 0 0.2rem rgb(0 0 0 / 10%);}
#temp_d_ly_server2_41 .ul .li:nth-child(3n) {margin-right: 0;}
#temp_d_ly_server2_41 .ul .li:nth-child(-n+3){margin-top: 0;}
#temp_d_ly_server2_41 .ul .li .icon{margin: 0 auto 0.4rem; width: 0.67rem; height: 0.67rem;}
#temp_d_ly_server2_41 .ul .li .p1{margin: 0.16rem 0 0.14rem; font-size: 0.24rem; line-height: 1.4; color:#000; font-weight: bold;}
#temp_d_ly_server2_41 .ul .li .p2{margin: 0.3rem auto; font-size: 0.16rem; line-height: 0.3rem; color:#000; }
#temp_d_ly_server2_41 .ul .li .jt{width: 0.4rem; height: 0.4rem; font-size: 0.1rem; color: #fff; background-color: var(--mainColor); bottom: 0; right: 0; z-index: 1;}
#temp_d_ly_server2_41 .ul .li:hover {background-color: var(--mainColor);}
#temp_d_ly_server2_41 .ul .li:hover .icon .i1{display: none;}
#temp_d_ly_server2_41 .ul .li:hover .icon .i2{display: inline-block;}
#temp_d_ly_server2_41 .ul .li:hover .p1,
#temp_d_ly_server2_41 .ul .li:hover .p2{color: #fff;}
#temp_d_ly_server2_41 .ul .li:hover .jt{color: var(--mainColor); background-color: #fff;}

@media screen and (max-width: 1366px){
    #temp_d_ly_server2_41 .top .title{font-size: var(--font-sub-S);}

    #temp_d_ly_server2_41 .ul .li{padding: 0.6rem 0.35rem;}
}
@media screen and (max-width: 1024px){
    #temp_d_ly_server2_41 .ul .li .p1{font-size: 0.22rem;}
}
@media screen and (max-width: 750px){
	#temp_d_ly_server2_41 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #temp_d_ly_server2_41 .top .title{font-size: var(--font-sub-S);}
    #temp_d_ly_server2_41 .top .brief{font-size: var(--font-bri-S); width: 85%; margin: 0.15rem auto 0;}

    #temp_d_ly_server2_41 .ul.mobile-a .li{width: 100%;}
    #temp_d_ly_server2_41 .ul.mobile-b .li{width: 48.5%;}
    #temp_d_ly_server2_41 .ul .li:nth-child(3n),
    #temp_d_ly_server2_41 .ul .li:nth-child(-n+3){margin-right: 2.2%;margin-top: 0.3rem;}
    /* #temp_d_ly_server2_41 .ul.mobile-a .li{width: 100%; margin-right: 0; margin-top: 30px !important;} */
    /* #temp_d_ly_server2_41 .ul.mobile-c .li{width: 100%; margin-right: 0; margin-top: 30px !important;} */
    #temp_d_ly_server2_41 .ul.mobile-a .li {margin-right: 0!important;margin-top: 0.3rem!important;}
    #temp_d_ly_server2_41 .ul.mobile-b .li:nth-child(2n) {margin-right: 0;}
    #temp_d_ly_server2_41 .ul.mobile-b .li:nth-child(-n+2){margin-top: 0;}
    #temp_d_ly_server2_41 .ul.mobile-c .li:nth-child(3n) {margin-right: 0;}
    #temp_d_ly_server2_41 .ul.mobile-c .li:nth-child(-n+3){margin-top: 0;}
    #temp_d_ly_server2_41 .ul .li .p1{font-size: var(--font-txt-S); line-height: 1.5;}
    #temp_d_ly_server2_41 .ul .li .p2{font-size: var(--font-bri-S); line-height: 1.5;}
    #temp_d_ly_server2_41 .ul .li .jt{width: 0.5rem; height: 0.5rem; font-size: 0.25rem;}
    
    #temp_d_ly_server2_41 .ul .li:hover {background-color: #fff;}
    #temp_d_ly_server2_41 .ul .li:hover .icon .i1{display: inline-block;}
    #temp_d_ly_server2_41 .ul .li:hover .icon .i2{display: none;}
    #temp_d_ly_server2_41 .ul .li:hover .p1,
    #temp_d_ly_server2_41 .ul .li:hover .p2{color: #000;}
    #temp_d_ly_server2_41 .ul .li:hover .jt{color: #fff; background-color: var(--mainColor);}
}

.default_pictures_0001_93Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media (max-width: 768px){
	.default_pictures_0001_93Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}

#default_pictures_0001_93Title{}
#default_pictures_0001_93Title .title{font-size: var(--titleFont_px);color: var(--titleFont_color);font-weight: 600;line-height: 1.4;}
@media(max-width: 768px){
    #default_pictures_0001_93Title .title{font-size: .48rem;}
}

#default_pictures_0001_93Tab{margin-top: .6rem;display: flex;flex-wrap: wrap;justify-content: center;gap: .2rem .12rem;}
#default_pictures_0001_93Tab .item{padding: 0 .1rem .1rem 0;font-size: .21rem;line-height: 1.4;color: #030303;flex: 0 0 calc(20% - .12rem);max-width: calc(20% - .12rem);text-align: center;position: relative;}
#default_pictures_0001_93Tab .item.cur{color: var(--curColor);}
#default_pictures_0001_93Tab .item.cur::before{content: '';display: block;background: var(--curColor);width: 1rem;height: .03rem;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
@media(max-width: 1366px){
    #default_pictures_0001_93Tab .item{flex: 0 0 calc(33.333% - .12rem);max-width: calc(33.3330% - .12rem);}
}
@media(max-width: 992px){
    #default_pictures_0001_93Tab .item{font-size: .16rem;flex: 0 0 calc(50% - .12rem);max-width: calc(50% - .12rem);}
}
@media(max-width: 768px){
    #default_pictures_0001_93Tab .item{font-size: .36rem;flex: 0 0 100%;max-width: 100%;}
}

#default_pictures_0001_93Con{margin-top: .3rem;}
#default_pictures_0001_93Con ul{border-radius: 10px;overflow: hidden;} 
#default_pictures_0001_93Con .li{margin-bottom: .25rem;background-color: rgba(250, 250, 250, 0.9);}
#default_pictures_0001_93Con .li .text{width: 50%;padding: .6rem .5rem;}
#default_pictures_0001_93Con .li .tit{font-size: .26rem;color: #020202;font-weight: 600;line-height: 1.2;margin-bottom: .3rem;}
#default_pictures_0001_93Con .li .brief{font-size: .15rem;line-height: 1.6;}
#default_pictures_0001_93Con .li .pic{width: 50%;}
#default_pictures_0001_93Con .li .pic::before{content: '';padding-top: 97.222%;}
@media(max-width: 992px){
    #default_pictures_0001_93Con .li{flex-direction: column;}
    #default_pictures_0001_93Con .li .text{width: 100%;padding: .3rem;}
    #default_pictures_0001_93Con .li .tit{font-size: .2rem;}
    #default_pictures_0001_93Con .li .brief{font-size: .136rem;}
    #default_pictures_0001_93Con .li .pic{width: 100%;}
}
@media(max-width: 768px){
    #default_pictures_0001_93Con .li .text{padding: .5rem .4rem;}
    #default_pictures_0001_93Con .li .tit{font-size: .36rem;}
    #default_pictures_0001_93Con .li .brief{font-size: .3rem;}
}


/* 全局 */
.w016_index_case_79_wrapper{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);overflow: hidden;}

@media screen and (max-width: 751px){
    .w016_index_case_79_wrapper{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w016_index_case_79_title .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);}
#w016_index_case_79_title .nav .left{margin-right:0.25rem;}
#w016_index_case_79_title .nav .left,
#w016_index_case_79_title .nav .right{font-size: 0.3rem;color: #999999;}


#w016_index_case_79_title.myleft{}
#w016_index_case_79_title.myright{flex-direction: row-reverse;}
#w016_index_case_79_title.mycenter{text-align: center;justify-content:center;align-items:center;flex-direction: column;gap: 0.2rem;}

@media screen and (max-width: 751px){
    #w016_index_case_79_title .nav{display: none;}
    #w016_index_case_79_title .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
}

@media (any-hover: hover) {
    #w016_index_case_79_title .nav{margin-top: auto;}
    #w016_index_case_79_title .nav .left,
    #w016_index_case_79_title .nav .right{font-size:var(--font-sma-S);}
    #w016_index_case_79_title .nav .left:hover,
    #w016_index_case_79_title .nav .right:hover{color:#333333}
}




#w016_index_case_79_show .container{overflow: visible;margin-top: 0.68rem;}
#w016_index_case_79_show .slide{height: 5.74rem;width: 10rem;position: relative;}
#w016_index_case_79_show .slide::before{content: '';width:0;height: 0;;border-width:0 0;border-style: solid;border-color: transparent; border-left-color: #333;border-right:none;border-top:none;position: absolute;top: 0;left: 0;transition:0.6s;opacity: 0.08;}
#w016_index_case_79_show .slide::after{content: '';;width:0;height: 0;;border-width:0 0;border-style: solid;border-color: transparent; border-right-color: #333;border-left:none;border-bottom:none;opacity:0.08;position: absolute;bottom: 0;right: 0;transition:0.6s;}

#w016_index_case_79_show .slide .bri{height: 100%;padding:0.5rem 0.5rem 0.6rem 0.5rem;display:flex;flex-direction: column;justify-content: space-between;}

#w016_index_case_79_show .slide .bri .date .num{font-size: 0.48rem;color:#fff;position: relative;line-height: 1.6;}
#w016_index_case_79_show .slide .bri .date .num::before{content: '';border-bottom: 1px solid #fff; width: 1rem;height: 1px;position: absolute;bottom: 0;}
#w016_index_case_79_show .slide .bri .date .num::after{content: '';width: 0.07rem;height: 0.07rem;border-radius: 50%;background-color: #fff;left:6.5%;bottom:29%;position: absolute;}
#w016_index_case_79_show .slide .bri .date .num_en{padding-top: 0.1rem;font-size: 0.16rem;color:#fff}

#w016_index_case_79_show .slide .mess{width: 71%;}
#w016_index_case_79_show .slide .mess .tit{font-size: 0.24rem;color:#fff}
#w016_index_case_79_show .slide .mess .brief{font-size: 0.16rem;color:#fff;padding-top: 0.22rem;}

#w016_index_case_79_show .slide .bri .btn{width: 0.5rem;height: 0.5rem;background-color: #b6b6b6;border-radius: 50%;transition: 0.3s;margin-top: 0.1rem;}
#w016_index_case_79_show .slide .bri .btn .add{color:#fff;transition: 0.3s;}

@media screen and (max-width: 751px){
    #w016_index_case_79_show{padding:0.3rem 0.4rem;}
    #w016_index_case_79_show .slide{width:100%}
    #w016_index_case_79_show .slide .bri .btn{display: none;}
    #w016_index_case_79_show .slide .bri .date .num{font-size: var(--font-sub-S);}
    #w016_index_case_79_show .slide .bri .date .num::after{left: 10%;}
    #w016_index_case_79_show .slide .bri .date .num_en{font-size:var(--font-txt-S);}

    #w016_index_case_79_show .slide .mess{width: 100%;}
    #w016_index_case_79_show .slide .mess .tit{font-size:var(--font-sma-S)}
    #w016_index_case_79_show .slide .mess .brief{font-size:var(--font-txt-S);line-height:var(--font-txt-L)}
}

@media (any-hover: hover) {
    #w016_index_case_79_show .slide:hover .btn{background-color: var(--btnColor);}
    #w016_index_case_79_show .slide:hover::before{border-width:5.74rem 10rem ;}
    #w016_index_case_79_show .slide:hover::after{border-width:5.74rem 10rem ;}
}
#w009_index_about_78 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w009_index_about_78 .content {width: 40%;}
#w009_index_about_78 .head {font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
#w009_index_about_78 .title {font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);margin-bottom: 0.3rem;max-height: calc(var(--font_2nd_line_height) * 2);}
#w009_index_about_78 .brief {font-size: 0.16rem;line-height: 1.875;color: #666;margin-bottom: 0.84rem;}
#w009_index_about_78 .data {display: grid;grid-template-columns: repeat(2,calc((100% - 0.8rem)/2));gap: 0.8rem;row-gap: 0.42rem;margin-bottom: 1rem;width: 100%;}
#w009_index_about_78 .data .btext {font-size: 0.5rem;line-height: 1;color: var(--fontColor);font-weight: bold;}
#w009_index_about_78 .data .span {font-size: 0.36rem;font-weight: bold;color: var(--fontColor);display: flex;align-items: flex-end;line-height: 1;}
#w009_index_about_78 .data .stext {font-size: 0.16rem;line-height: 1.66;color: var(--fontColor);margin-top: 0.1rem;}
#w009_index_about_78 .button {font-size: 0.16rem;width: 2.8rem;height: 0.6rem;padding: 0 0.27rem;transition: .3s; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}
#w009_index_about_78 .img {width: 42.5%;}
#w009_index_about_78 .img::before {padding-top: 82.926%;}
#w009_index_about_78 .img img {max-width: 100%;max-height: 100%;}

@media screen and (min-width:751px) {
    #w009_index_about_78 .button:hover {color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
}
@media screen and (max-width:1200px) {
    #w009_index_about_78 {flex-wrap: wrap;flex-direction: column;}
    #w009_index_about_78 .content {width: 100%;margin-bottom: 0.3rem;}
    #w009_index_about_78 .img {width: 100%;}
}
@media screen and (max-width:750px) {
    #w009_index_about_78 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w009_index_about_78 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);max-height: calc(var(--font-sub-L) * 2);}
    #w009_index_about_78 .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w009_index_about_78 .data {margin-bottom: 0.4rem;}
    #w009_index_about_78 .data .btext {font-size: var(--font-big-S);}
    #w009_index_about_78 .data .stext {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w009_index_about_78 .button {font-size: var(--font-txt-S);height: 0.8rem;border-radius: 0.4rem;margin-bottom: 0.2rem;}
    #w009_index_about_78 .button .icon {font-size: var(--font-txt-S);}
}
.w006_index_share_105_wrap {padding-top: var(--padding_top); padding-bottom: var(--padding_bottom); background-color: var(--bgColor);}
@media screen and (max-width:751px) {
    .w006_index_share_105_wrap{padding-top:var(--app_padding_top);padding-bottom:var(--app_padding_bottom);}
}

/* 上方标题 */
#w006_index_share_105_title{margin-bottom: 0.3rem;gap: 0.3rem;}
#w006_index_share_105_title .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);}
#w006_index_share_105_title .subtitle{margin-top: 0.32rem; 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);}
#w006_index_share_105_title .btn{min-width: 1.8rem; height: 0.5rem; text-align: center;font-size:0.16rem;transition: 0.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);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}

#w006_index_share_105_title.myleft{}
#w006_index_share_105_title.mycenter{text-align: center;flex-direction: column;justify-content: center;}
#w006_index_share_105_title.myright{flex-direction: row-reverse;text-align: right;}

@media screen and (any-hover: hover) {
    #w006_index_share_105_title .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
}

@media screen and (max-width:751px) {
    #w006_index_share_105_title {display: block;}
    #w006_index_share_105_title .title {font-size:var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);max-width: initial;}
    #w006_index_share_105_title .subtitle{font-size:var(--font-bri-S);line-height: var(--font-bri-L);margin: 0.3rem 0;}
    #w006_index_share_105_title .btn {font-size:var(--font-txt-S);min-width: 2.4rem;height: 0.7rem;border-radius: 0.35rem;}
}
/* 结束 */



/* 介绍部分 */
#w006_index_share_105_share{margin-top: 0.4rem;padding-top: 0.4rem;border-top: 1px solid rgba(200, 200, 200, 0.3);}
#w006_index_share_105_share .li{flex: 1; margin-left: 0.5rem;}
#w006_index_share_105_share .li:first-child{margin-left: 0;}

#w006_index_share_105_share .li .time{font-size: 0.16rem;margin: 0 0 0.36rem;}
#w006_index_share_105_share .li .brief{font-size:0.2rem;line-height: 0.32rem; font-weight: 500; height: 0.64rem;margin-bottom: 0.48rem;}
#w006_index_share_105_share .li .img{padding-top: 61%; overflow: hidden; border-radius: 0.2rem;} 
#w006_index_share_105_share .li .img img{top: 0; transition: .3s;}

#w006_index_share_105_share .li .img:hover img{transform: scale(1.1);} 


@media screen and (max-width: 751px){
    #w006_index_share_105_share{flex-direction: column;}

    #w006_index_share_105_share .li{margin-left: 0;margin-bottom: 0.5rem;}
    #w006_index_share_105_share .li .time{font-size: var(--font-bri-S);margin: 0 0 0.2rem;}
    #w006_index_share_105_share .li .brief{font-size:var(--font-txt-S);line-height: var(--font-txt-L);height:auto;max-height: calc(2 * var(--font-txt-L));margin-bottom: 0.15rem;}
}
/* temp_d_jsf_006_95 */
#temp_d_jsf_006_95_form {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background:no-repeat center / cover;overflow:hidden;}
#temp_d_jsf_006_95_form .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_jsf_006_95_form.myleft .title{text-align: left;}
#temp_d_jsf_006_95_form.mycenter .title{text-align: center;}
#temp_d_jsf_006_95_form.myright .title{text-align: right;}

#temp_d_jsf_006_95_form .line{margin:0.6rem 0 0;width:100%;height:1px;background-color:var(--lineColor);}

#temp_d_jsf_006_95_form .cont{max-width:12rem;margin:0.6rem auto 0;width:100%;}

#temp_d_jsf_006_95_form .qrcode{width:15%;}
#temp_d_jsf_006_95_form .qrcode img{width:100%;object-fit:contain;border-radius:0.05rem;overflow:hidden;max-height:1.8rem;}
#temp_d_jsf_006_95_form .qrcode .txt{font-size:0.18rem;color:var(--fontColor);text-align:center;margin-top:0.1rem;}

#temp_d_jsf_006_95_form .form{width:calc(100% - 15% - 8%);}
#temp_d_jsf_006_95_form .form .com{border-radius:0.08rem;font-size:0.18rem;color:#333;padding: 0 0.2rem;flex:1;background-color:#fff;}
#temp_d_jsf_006_95_form .form .com::placeholder{color:#999999;}
#temp_d_jsf_006_95_form .form .com::-moz-placeholder{color:#999999;}
#temp_d_jsf_006_95_form .form .com::-webkit-input-placeholder{color:#999999;}

#temp_d_jsf_006_95_form .form .tip{font-size:0.18rem;color: var(--fontColor);margin-right:0.2rem;width:6em;text-align:right;}

#temp_d_jsf_006_95_form .form .list {width:100%;}
#temp_d_jsf_006_95_form .form .list .li{width:calc((100% - 0.3rem) / 2);margin:0 0.3rem 0.2rem 0;}
#temp_d_jsf_006_95_form .form .list .li:nth-child(2n){margin-right:0;}
#temp_d_jsf_006_95_form .form .list .li .input{height: 0.5rem;}
#temp_d_jsf_006_95_form .form .textarea{height:1.2rem;padding: 0.1rem 0.2rem;line-height: 1.5;}

#temp_d_jsf_006_95_form .form .btn{min-width: 2rem;height: 0.5rem;line-height: 0.5rem;font-size: 0.2rem;padding: 0 0.14rem;margin:0.3rem 0 0;display: inline-flex; color: var(--btn_1st_font_color);background: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border:var(--btn_1st_border_width) var(--btn_1st_border_style) var(--btn_1st_border_color);}
#temp_d_jsf_006_95_form .form .btn:hover{background-color: var(--btn_1st_hover_bg_color);color: var(--btn_1st_hover_color);border-color:var(--btn_1st_hover_border_color);}

#temp_d_jsf_006_95_form .form .list .li.focus,
#temp_d_jsf_006_95_form .form .text.focus{border-color: var(--formColor);}

/* 表单检查错误样式 */
#temp_d_jsf_006_95_form .form .list .li.is-error,
#temp_d_jsf_006_95_form .form .text.is-error{border-color: red;}

@media screen and (max-width:1024px) {
	#temp_d_jsf_006_95_form .form{width:calc(100% - 15% - 3%);}
}
@media screen and (max-width:750px) {
	#temp_d_jsf_006_95_form {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
	#temp_d_jsf_006_95_form .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
	#temp_d_jsf_006_95_form .line{margin-top:0.5rem;}

	#temp_d_jsf_006_95_form .qrcode{width:1.8rem;margin:0.5rem auto 0;}
	#temp_d_jsf_006_95_form .qrcode .txt{font-size: var(--font-txt-S);}

	#temp_d_jsf_006_95_form .cont{flex-direction:column-reverse;margin-top:0.5rem;}
	#temp_d_jsf_006_95_form .form{width:100%;}
	#temp_d_jsf_006_95_form .form .tip{font-size: var(--font-txt-S);margin-bottom:0.1rem;}
	#temp_d_jsf_006_95_form .form .com{font-size: var(--font-txt-S);}
	#temp_d_jsf_006_95_form .form .list {display:block;}
	#temp_d_jsf_006_95_form .form .list .li{width:100%;margin-right:0;display:block;margin-bottom:0.3rem;}
	#temp_d_jsf_006_95_form .form .list .li .input{width:100%;height: 0.7rem;}
	#temp_d_jsf_006_95_form .form .text{display:block;}
	#temp_d_jsf_006_95_form .form .textarea{width:100%;height:1.8rem;}
	#temp_d_jsf_006_95_form .form .btn {width:100%;font-size: var(--font-txt-S);height: 0.7rem;line-height: 0.7rem;}
}
.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);}
