
.lyuiheader_nav_001{
    --padding: 20px;
    max-height: 100%;
    --font_1st_px: 16px;
    --head_top_height: 40px;
    --hoverColor: var(--mainColor);
    overflow: hidden
}
.lyuiheader_nav_001-li{font-size: var(--font_1st_px);height: var(--head_top_height);border-bottom: 1px solid transparent;padding: 0 var(--padding);transition: .3s ease-out;white-space: nowrap;}
.lyuiheader_nav_001-li-a{line-height: 2;}
.lyuiheader_nav_001-li:hover,
.lyuiheader_nav_001-li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
.lyuiheader_nav_001-hoverBlock-b .lyuiheader_nav_001-li:hover{border-bottom-color: var(--hoverColor);background-color: var(--hoverColor);color: #fff;}
.lyuiheader_nav_001.hide-active .lyuiheader_nav_001-li{display: none;}
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/




#w001_index_header_62_nav{}
#w001_index_header_62_nav .head{height: var(--head_top_height);width: 100%;padding: 0 4%;transition: background-color .3s;border-bottom: 1px solid transparent;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_62_nav .head{border-bottom-color: rgba(255, 255, 255, 0.2);box-shadow: none;color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_62_nav .head{color: #333;}

#w001_index_header_62_nav .stockCode{margin-left: 10px;font-size: 16px;line-height: 1.5;opacity: 0.6;}


/* 背景色 */
#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_62_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_62_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_62_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_62_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_62_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_62_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_62_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_62_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_62_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_62_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_62_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_62_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_62_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_62_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_62_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_62_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-14px);transition: .3s;}
#w001_index_header_62_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(14px);transition: .3s;}
#header.fixed.scroll-top #w001_index_header_62_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_62_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_62_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_62_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_62_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_62_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_62_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_62_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_62_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_62_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_62_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_62.pc_app #w001_index_header_62_nav .head_nav .li{display: none;}
.w001_index_header_62.pc_app #w001_index_header_62_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_62_nav .head_nav .li{display: none;}
    #w001_index_header_62_nav .head .menu{display: block;}
    /* #w001_index_header_62_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_62_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_62_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_62_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_62_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_62_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_62_nav .head_btn .language{display: none;}

    #w001_index_header_62_nav .head .menu{padding: 30px;}
    #w001_index_header_62_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_62_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_62_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_62_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_62_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_62_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_62_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_62_nav .head .menu{display: none;}
.w001_index_header_62 #w001_index_header_62_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_62_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_62_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_62_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_62_nav .head_btn{flex: initial;}
}
#w001_index_hengfu_123 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_123.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w001_index_hengfu_123 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_123 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_123 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w001_index_hengfu_123 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_123 .message_box[position="2"] .message,
#w001_index_hengfu_123 .message_box[position="5"] .message,
#w001_index_hengfu_123 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_123 .message_box[position="3"] .message,
#w001_index_hengfu_123 .message_box[position="6"] .message,
#w001_index_hengfu_123 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_123 .message_box[position="2"] .message .name,
#w001_index_hengfu_123 .message_box[position="5"] .message .name,
#w001_index_hengfu_123 .message_box[position="8"] .message .name,
#w001_index_hengfu_123 .message_box[position="2"] .message .brief,
#w001_index_hengfu_123 .message_box[position="5"] .message .brief,
#w001_index_hengfu_123 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_123 .message_box[position="3"] .message .name,
#w001_index_hengfu_123 .message_box[position="6"] .message .name,
#w001_index_hengfu_123 .message_box[position="9"] .message .name,
#w001_index_hengfu_123 .message_box[position="3"] .message .brief,
#w001_index_hengfu_123 .message_box[position="6"] .message .brief,
#w001_index_hengfu_123 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_123 .message_box[position="1"] .message .name,
#w001_index_hengfu_123 .message_box[position="4"] .message .name,
#w001_index_hengfu_123 .message_box[position="7"] .message .name,
#w001_index_hengfu_123 .message_box[position="1"] .message .brief,
#w001_index_hengfu_123 .message_box[position="4"] .message .brief,
#w001_index_hengfu_123 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_index_hengfu_123 .message .name{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
/* 简介样式 */
#w001_index_hengfu_123 .message .brief{margin: 29px 0 0; font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}
#w001_index_hengfu_123 .message .button {font-size: 16px;line-height: 1;width: 240px;height: 57px;padding: 0 30px;margin-top: 60px;pointer-events: all; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}
#w001_index_hengfu_123 .message .button:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}


/* 页数样式 */
#w001_index_hengfu_123 .swiper-pagination-bullets{bottom: 40px;}
#w001_index_hengfu_123 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w001_index_hengfu_123 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_123 .container .swiper-pagination-bullet-active{width: 60px;}
#w001_index_hengfu_123 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

@media screen and (max-width: 1024px){
    #w001_index_hengfu_123 .message_box .message .name{font-size: 48px;}
    #w001_index_hengfu_123 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w001_index_hengfu_123{display: none;}
}
.w022_index_products_75 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
    .w022_index_products_75_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w022_index_products_75_title {color: #333;}
#w022_index_products_75_title .subtitle {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);}
#w022_index_products_75_title .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-top: 16px;}

#w022_index_products_75_title.myleft{text-align: left;}
#w022_index_products_75_title.myright{text-align: right;}
#w022_index_products_75_title.mycenter{text-align: center;}

/* 网格公共样式 */
#w022_index_products_75_dl{display: grid;grid-template-columns: repeat(4,calc((100% - 60px)/4));gap: 20px;margin-top: 60px;}
#w022_index_products_75_dl .card{background: #f6f6f6;overflow: hidden;}
#w022_index_products_75_dl .card .img{width: 100%;position: relative;background: url() no-repeat bottom/cover;}
#w022_index_products_75_dl .card .img img{position: absolute;left: 50%;bottom: 0%;transform: translate(-50%);}

#w022_index_products_75_dl .card .text{position: absolute;width: 100%;height: 100%;top: 30px;left: 0;display: flex;flex-direction: column;justify-content: flex-end;color: #333;padding: 40px 36px;transition: .3s;}
#w022_index_products_75_dl .card .text::before{display: block;content: '';width: 100%;height: 100%;background: linear-gradient(to bottom,transparent,transparent,var(--bg_color));position: absolute;left: 0;bottom: -100%;transition: .3s;opacity: 0;}

#w022_index_products_75_dl .card .text .name{font-size: var(--title_ft_px);color: var(--title_ft_color);font-weight: var(--title_ft_font_weight);}
#w022_index_products_75_dl .card .text .btn{transform: translateY(150%);transition: transform .3s;}
#w022_index_products_75_dl .card .text .brief{font-size: 18px;line-height: 1.8;}
#w022_index_products_75_dl .card .text .view{font-size: 16px;margin-left: 10px;}
#w022_index_products_75_dl .card .text .view i{font-size: 20px;margin-left: 10px;}

@media (any-hover: hover) {
    #w022_index_products_75_dl .card:hover .text{top: 0;color: #fff;}
    #w022_index_products_75_dl .card:hover .text .name{color: #fff;}
    #w022_index_products_75_dl .card:hover .text::before{bottom: 0;opacity: 1;}
    #w022_index_products_75_dl .card:hover .text .btn{transform: translateY(0);}
}





#w022_index_products_75_dl .card:nth-child(1){grid-row: 1 / span 2;grid-column: 1 / span 2;}
#w022_index_products_75_dl .card:nth-child(1) .img{padding-top: 87.4680306%;}

#w022_index_products_75_dl .card:nth-child(2){grid-column: 3 / span 2;}
#w022_index_products_75_dl .card:nth-child(2) .img{padding-top: 41.5%;}

#w022_index_products_75_dl .card:nth-child(3){}
#w022_index_products_75_dl .card:nth-child(3) .img{padding-top: 85.3470437%;}

#w022_index_products_75_dl .card:nth-child(4){}
#w022_index_products_75_dl .card:nth-child(4) .img{padding-top: 85.3470437%;}






@media screen and (max-width:1000px) {
    #w022_index_products_75_dl{grid-template-columns: repeat(2,1fr);}
    #w022_index_products_75_dl .card:nth-child(1){grid-row: initial;}
    #w022_index_products_75_dl .card:nth-child(2){grid-column: 1 / span 2;}

    #w022_index_products_75_dl .card .img{padding-top: 87.4680306%;}
    #w022_index_products_75_dl .card .text .view{display: flex;}
}

@media screen and (max-width:750px) {
    .w022_index_products_75 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w022_index_products_75_title .subtitle {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w022_index_products_75_title .title {font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}

    #w022_index_products_75_dl{grid-template-columns: 100%;}
    #w022_index_products_75_dl .card:nth-child(1){grid-column: initial;}
    #w022_index_products_75_dl .card:nth-child(2){grid-column: initial;}
    #w022_index_products_75_dl .card:nth-child(2) .img{padding-top: 85.3470437%;}
    #w022_index_products_75_dl .card .text{top: 0;}
    #w022_index_products_75_dl .card .text .name{font-size: var(--font-sma-S);}
    #w022_index_products_75_dl .card .text .btn{transform: translateY(0);}
    #w022_index_products_75_dl .card .text .brief{font-size: var(--font-bri-S);}
    #w022_index_products_75_dl .card .text .view{font-size: var(--font-bri-S);}
    #w022_index_products_75_dl .card .text .view i{font-size: var(--font-bri-S);}

    #w022_index_products_75_dl .card .text{top: 0;color: #fff;}
    #w022_index_products_75_dl .card .text::before{bottom: 0;opacity: 1;}
    #w022_index_products_75_dl .card .text .btn{transform: translateY(0);}
}
#w009_about_detail_93 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w009_about_detail_93 .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: 95px;text-align: center;}

#w009_about_detail_93.myleft .title{text-align: left;}
#w009_about_detail_93.mycenter .title{text-align: center;}
#w009_about_detail_93.myright .title{text-align: right;}

#w009_about_detail_93 .cantent .data {width: 42.85%;}
#w009_about_detail_93 .cantent .data .list {padding: 50px 0;border-bottom: 1px solid #ddd;}
#w009_about_detail_93 .cantent .data .list:first-child {border-top: 1px solid #ddd;}
#w009_about_detail_93 .cantent .data .list .numb {font-size: 50px;line-height: 1;color: var(--fontColor);max-width: 50%;}
#w009_about_detail_93 .cantent .data .list .numb .stext {font-size: 36px;line-height: 1;margin-top: auto;}
#w009_about_detail_93 .cantent .data .list .name {font-size: 24px;line-height: 1;color: #333;max-width: 50%;margin-top: auto;}
#w009_about_detail_93 .cantent .pictures {width: 49.28%;}
#w009_about_detail_93 .cantent .pictures .text .brief {font-size: 16px;line-height: 1.875;color: #333;margin-bottom: 53px;}
#w009_about_detail_93 .cantent .pictures .img img {max-width: 100%;max-height: 100%;}

@media screen and (max-width:1200px) {
    #w009_about_detail_93 .cantent {flex-direction: column-reverse;}
    #w009_about_detail_93 .cantent .data {width: 100%;margin-top: 30px;}
    #w009_about_detail_93 .cantent .pictures {width: 100%;}
}
@media screen and (max-width:750px) {
    #w009_about_detail_93 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w009_about_detail_93 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w009_about_detail_93 .cantent .data .list .numb {font-size: var(--font-big-S);}
    #w009_about_detail_93 .cantent .data .list .numb .stext {font-size: var(--font-sub-S);}
    #w009_about_detail_93 .cantent .data .list .name {font-size: var(--font-sma-S);}
    #w009_about_detail_93 .cantent .pictures .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}

.w013_index_advantage_80_bg {background: no-repeat;background-size:100% 100%;overflow: hidden;}

#w013_index_advantage_80 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w013_index_advantage_80 .title {margin-bottom: 80px;}
#w013_index_advantage_80 .title .cn {flex: 1;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);}
#w013_index_advantage_80 .title .en {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);}

#w013_index_advantage_80.myleft .title{}
#w013_index_advantage_80.myright .title{flex-direction: row-reverse;text-align:right;}
#w013_index_advantage_80.mycenter .title{text-align: center;justify-content:center;flex-direction: column;gap: 20px;}

#w013_index_advantage_80 .container {overflow:visible;padding-bottom: 80px;}
#w013_index_advantage_80 .container .box {padding: 75px 60px;border-radius: 30px;background-color: #fff;height: 370px;}
#w013_index_advantage_80 .container .box .tit {font-size: 24px;line-height: 1.25;color: #222;max-height: 60px;margin-bottom: 20px;}
#w013_index_advantage_80 .container .box .brief {font-size: 16px;line-height: 1.625;color: #888;max-height: 130px;}
#w013_index_advantage_80 .container .prompt {font-size: 16px;margin: 0 auto;color: #fff;margin-top: 80px;}
#w013_index_advantage_80 .container .prompt .icon {width: 40px;height: 40px;margin-right: 10px;}
#w013_index_advantage_80 .container .prompt .icon .svg {max-width: 90%;max-height: 90%;fill: #fff;}

@media screen and (any-hover:hover) {
    #w013_index_advantage_80 .container .box:hover {background-color: rgba(255, 255, 255, 0.3);backdrop-filter: saturate(180%) blur(20px);transform: translateY(-10px);}
    #w013_index_advantage_80 .container .box:hover .tit {color: #fff;}
    #w013_index_advantage_80 .container .box:hover .brief {color: #fff;}
}

@media screen and (max-width:750px) {
    #w013_index_advantage_80 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w013_index_advantage_80 .title .cn {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w013_index_advantage_80 .title .en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w013_index_advantage_80 .container .box {height: 100%;}
    #w013_index_advantage_80 .container .box .tit {font-size: var(--font-sub-S);line-height: var(--font-sub-L);max-height: calc(var(--font-sub-L)*2);}
    #w013_index_advantage_80 .container .box .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(var(--font-txt-L)*5);}
    #w013_index_advantage_80 .container .prompt {font-size: var(--font-txt-S);}
    #w013_index_advantage_80 .container .prompt .icon {width: 60px;height: 60px;}
}
#w011_chain_advantage_131 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_chain_advantage_131 .title {font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin: 0px 0 50px 0;}

#w011_chain_advantage_131.myleft .title{text-align: left;}
#w011_chain_advantage_131.myright .title{text-align: right;}
#w011_chain_advantage_131.mycenter .title{text-align: center;}

#w011_chain_advantage_131 .slide {transition: .3s;}
#w011_chain_advantage_131 .slide .img {border-radius: 20px;transition: .3s;}
#w011_chain_advantage_131 .slide .img::before {padding-top: 67.26%;}
#w011_chain_advantage_131 .slide .img img {max-width: 100%;max-height: 100%;}
#w011_chain_advantage_131 .slide .name {font-size: var(--titleFt_px);color: var(--titleFt_color);line-height: 1.6;padding: 30px 0;transition: .3s;}
#w011_chain_advantage_131 .slide .brief {font-size: var(--briefFt_px);color: var(--briefFt_color);line-height: 1.875;margin-bottom: 55px;}

#w011_chain_advantage_131 .container {padding-top: 20px;}
#w011_chain_advantage_131 .container .swiper-pagination {display: flex;align-items: center;justify-content: center;}
#w011_chain_advantage_131 .container .swiper-pagination-bullet {background: var(--pageColor);opacity: 1;}
#w011_chain_advantage_131 .container .swiper-pagination-bullet-active {background: #fff;border: 2px solid var(--pageColor);box-sizing: content-box;}

@media screen and (min-width:751px) {
    /* #w011_chain_advantage_131 .slide:hover .img {transform: translateY(-20px);}
    #w011_chain_advantage_131 .slide:hover .name {color: #ce9634;} */
}

@media screen and (max-width:750px) {
    #w011_chain_advantage_131 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_chain_advantage_131 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_chain_advantage_131 .slide .name {font-size: var(--font-sma-S);}
    #w011_chain_advantage_131 .slide .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w011_chain_advantage_131 .container .swiper-pagination-bullet {width: 20px;height: 20px;margin: 0 10px;}
}


#w030_contact_feedback_82_form {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w030_contact_feedback_82_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);margin-bottom: 60px;}
#w030_contact_feedback_82_form.myleft .title{text-align: left;}
#w030_contact_feedback_82_form.myright .title{text-align: right;}
#w030_contact_feedback_82_form.mycenter .title{text-align: center;}

#w030_contact_feedback_82_form .form {background-color: #f9f9f9;padding: 60px 70px 70px;}
#w030_contact_feedback_82_form .form .grid {display: grid;gap: 40px;grid-template-columns: repeat(3, calc((100% - 80px)/3));margin-bottom: 40px;}
#w030_contact_feedback_82_form .form .grid .input {border: 1px solid #fff;width: 100%; height: 50px; font-size: 16px;color: #333;padding: 0px 20px;background-color: #fff;}
#w030_contact_feedback_82_form .form .textarea {height: 170px;border: 1px solid #fff;width: 100%;padding: 10px 20px;line-height: 30px;font-size: 16px;color: #333;background-color: #fff;}
#w030_contact_feedback_82_form .form .btn {width: 200px;height: 60px;line-height: 50px;margin: 40px auto 0;font-size: 18px;cursor:pointer; 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);}

/* 填入内容提示&是否必填 */
#w030_contact_feedback_82_form .form .text {font-size: 18px;line-height: 1;color: #333;padding-bottom: 30px;}
#w030_contact_feedback_82_form .form .text .span {color: red;}

/* 输入框交互颜色 */
#w030_contact_feedback_82_form .form .grid .input.focus {border-color: var(--formColor);}
#w030_contact_feedback_82_form .form .textarea.focus {border-color: var(--formColor);}
/* 表单检查错误样式 */
#w030_contact_feedback_82_form .form .input.is-error{border-color: red;}
#w030_contact_feedback_82_form .form .textarea.is-error{border-color: red;}
#w030_contact_feedback_82_form .form .input input{width: 100%;height: 100%;line-height: 55px;}
#w030_contact_feedback_82_form .form .textarea textarea{width: 100%;height: 100%;}

@media screen and (max-width:900px) {
    #w030_contact_feedback_82_form {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w030_contact_feedback_82_form .title {font-size: var(--font-sub-S);}
    #w030_contact_feedback_82_form .form {padding: 40px;}
    #w030_contact_feedback_82_form .form .grid {grid-template-columns: 100%;}
    #w030_contact_feedback_82_form .form .grid .input {height: 80px;}
    #w030_contact_feedback_82_form .form .grid .input input {font-size: var(--font-txt-S);}
    #w030_contact_feedback_82_form .form .textarea {font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: 300px;}
    #w030_contact_feedback_82_form .form .btn {font-size: var(--font-sma-S);width: 240px;height: 80px;border-radius: 40px;}
    #w030_contact_feedback_82_form .form .text {font-size: var(--font-sma-S);padding-bottom: 40px;}
}

.temp_wcb_footer_footer04_68_footer_wrap{background: var(--bg_color);color: var(--font_color_1);padding-top: var(--paddingTop);overflow: hidden;}
@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_68_footer_wrap{padding-top: var(--appPaddingTop);}
}


.temp_wcb_footer_footer04_68_guild {display: grid;grid-template-columns: auto 370px;gap: 0 30px;}
#temp_wcb_footer_footer04_68_nav{display: flex;flex-wrap: wrap;gap: 40px 100px;}
#temp_wcb_footer_footer04_68_nav .dl .dt{font-size: 18px;line-height: 1;margin-bottom: 36px;font-weight: bold;}
#temp_wcb_footer_footer04_68_nav .dd{font-size: 16px;color: var(--font_color_2);line-height: 30px;margin-bottom: 8px;transition: 0.3s;}

@media (any-hover: hover){
    #temp_wcb_footer_footer04_68_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_68_guild{display: block;padding-top: 0px;}
    #temp_wcb_footer_footer04_68_nav{display: none;}
}


#temp_wcb_footer_footer04_68_nav_app{display: none;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_68_nav_app{display: block;margin-bottom: 60px;}
    #temp_wcb_footer_footer04_68_nav_app .dl{color: var(--font_color_2);}
    #temp_wcb_footer_footer04_68_nav_app .dl .dt{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 20px 0;border-bottom: 1px solid rgba(255, 255, 255,0.2);}
    #temp_wcb_footer_footer04_68_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #temp_wcb_footer_footer04_68_nav_app .dl .dt.cur > i{transform: rotateZ(90deg);}
    /* 展开项 */
    #temp_wcb_footer_footer04_68_nav_app .dd .a{color: var(--font_color_2);font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 20px 0;padding-left: 15px;border-bottom: 1px solid rgba(255, 255, 255,0.2);}
}

#temp_wcb_footer_footer04_68_third{display: flex;flex-direction: column;font-size: 16px;line-height: 1.8;color: var(--font_color_2);margin-bottom: 35px;}

#temp_wcb_footer_footer04_68_third .title{margin-bottom: 30px;font-size: 18px;line-height: 1;font-weight: bold;color: var(--font_color_1);}
#temp_wcb_footer_footer04_68_third .phone{color: var(--numColor);font-size: 16px;font-weight: bold;line-height: 1.5;margin-bottom: 24px;}
#temp_wcb_footer_footer04_68_third .phone span{font-size: 28px;}
#temp_wcb_footer_footer04_68_third .list{display: flex;flex-wrap: wrap;gap: 10px 40px;margin-top: 30px;}
#temp_wcb_footer_footer04_68_third .qr .img{width: 120px;height: 120px;overflow: hidden;}
#temp_wcb_footer_footer04_68_third .qr .img img{max-width: 100%;max-height: 100%;}
#temp_wcb_footer_footer04_68_third .qr .tip{font-size: 16px;color: var(--font_color_2);margin-top: 12px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_68_third{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_footer_footer04_68_third .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}

    #temp_wcb_footer_footer04_68_third .phone{font-size: var(--font-bri-S);line-height: var(--font-bri-L);margin-bottom: 10px;}
    #temp_wcb_footer_footer04_68_third .phone span{font-size: var(--font-sma-S);line-height: var(--font-sma-L);}

    #temp_wcb_footer_footer04_68_third .qr .img{width: 240px;height: 240px;}
    #temp_wcb_footer_footer04_68_third .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}



#temp_wcb_footer_footer04_68_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#temp_wcb_footer_footer04_68_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#temp_wcb_footer_footer04_68_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_68_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#temp_wcb_footer_footer04_68_copyright{min-height: 85px;padding: 16px 0;font-size: 16px;line-height: 1.5;color: var(--font_color_2);border-top: 1px solid var(--font_color_3);}
#temp_wcb_footer_footer04_68_copyright > *{gap: 10px 20px;flex-wrap: wrap;}
#temp_wcb_footer_footer04_68_copyright > * > *{display: flex;align-items: center;flex-wrap: wrap;gap: 10px 20px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_68_copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}