
.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_20_nav{}
#w001_index_header_20_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_20_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_20_nav .head{color: #333;}

#w001_index_header_20_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_20_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_20_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_20_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_20_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_20_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_20_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_20_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_20_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_20_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_20_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_20_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_20_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_20_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_20_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_20_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_20_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_20_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_20_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_20_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_20_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_20_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_20_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_20_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_20_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_20_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_20_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_20_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_20_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_20.pc_app #w001_index_header_20_nav .head_nav .li{display: none;}
.w001_index_header_20.pc_app #w001_index_header_20_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_20_nav .head_nav .li{display: none;}
    #w001_index_header_20_nav .head .menu{display: block;}
    /* #w001_index_header_20_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_20_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_20_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_20_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_20_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_20_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_20_nav .head_btn .language{display: none;}

    #w001_index_header_20_nav .head .menu{padding: 30px;}
    #w001_index_header_20_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_20_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_20_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_20_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_20_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_20_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_20_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_20_nav .head .menu{display: none;}
.w001_index_header_20 #w001_index_header_20_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_20_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_20_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_20_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_20_nav .head_btn{flex: initial;}
}
#w004_index_hengfu_21 .container .slide{}
#w004_index_hengfu_21 .container .slide .img{width: 100%;}
/* 铺满状态 */
#w004_index_hengfu_21.is_fill .container .slide .img{height: 100vh;max-height: 100vw;object-fit:cover;}

#w004_index_hengfu_21 .type-a .slide .img_pc{transform: scale(1)!important;}
#w004_index_hengfu_21 .type-c .slide .img_pc{transform:scale(1)!important;}

#w004_index_hengfu_21 .container .swiper-pagination {padding-bottom: 20px;}
#w004_index_hengfu_21 .container .swiper-pagination-bullet {width: 60px;height: 2px;background: #fff;border-radius:0;margin-right: 20px;}
#w004_index_hengfu_21 .container .swiper-pagination-bullet:last-child {margin-right: 0;}
#w004_index_hengfu_21 .container .swiper-pagination-bullet-active {width: 60px;height: 2px;background: rgba(255, 255, 255, 0.2);}
#w004_index_hengfu_21 .container .swiper-pagination-bullet .el-bar {background: #fff;}

#w004_index_hengfu_21 .content {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;pointer-events: none;}
#w004_index_hengfu_21 .content .btns {display: flex;align-items: center;justify-content: center;color: #fff;gap: 20px;}
#w004_index_hengfu_21 .content .btns .box {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); border: 1px solid #fff;padding: 25px 30px;pointer-events: all;}
#w004_index_hengfu_21 .content .text {font-size: 28px;text-align: center;letter-spacing: 35px;margin-top: 50px;color: #fff;line-height: 1.5;}

@media screen and (max-width:750px) {
    #w004_index_hengfu_21{display: none;}
}









/* 移动端 */
@media screen and (max-width:750px) {
    #w004_index_hengfu_21_app_01 {display: block;}
    #w004_index_hengfu_21_app_01 .container .slide .img{width: 100%;}

    #w004_index_hengfu_21_app_01 .container .swiper-pagination {padding-bottom: 20px;}
    #w004_index_hengfu_21_app_01 .container .swiper-pagination-bullet {width: 60px;height: 2px;background: #fff;border-radius:0;margin-right: 20px;}
    #w004_index_hengfu_21_app_01 .container .swiper-pagination-bullet:last-child {margin-right: 0;}
    #w004_index_hengfu_21_app_01 .container .swiper-pagination-bullet-active {width: 60px;height: 2px;background: rgba(255, 255, 255, 0.2);}
    #w004_index_hengfu_21_app_01 .container .swiper-pagination-bullet .el-bar {background: #fff;}

    #w004_index_hengfu_21_app_01 .content {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;pointer-events: none;}
    #w004_index_hengfu_21_app_01 .content .btns {display: flex;align-items: center;justify-content: center;color: #fff;gap: 30px;}
    #w004_index_hengfu_21_app_01 .content .btns .box {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); border: 1px solid #fff;padding: 16px 20px;pointer-events: all;}
    #w004_index_hengfu_21_app_01 .content .text {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); letter-spacing: 5px;margin-top: 50px;text-align: center;}
}
.w013_about_culture_42_wrap {background-color: #f8f8f8;}

#w013_about_culture_42 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w013_about_culture_42 .title {margin-bottom: 80px;}
#w013_about_culture_42 .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_about_culture_42 .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_about_culture_42.myleft .title{}
#w013_about_culture_42.myright .title{flex-direction: row-reverse;text-align: right;}
#w013_about_culture_42.mycenter .title{text-align: center;justify-content:center;flex-direction: column;gap: 20px;}

#w013_about_culture_42 .list {}
#w013_about_culture_42 .list .li {border-radius: 30px;background-color: #fff;width: calc((100% - 160px)/5);margin: 40px 0 0 40px;}
#w013_about_culture_42 .list .li-5:nth-child(5n+1) {margin-left: 0;}
#w013_about_culture_42 .list .li-4 {width: calc((100% - 180px)/4);margin: 60px 0 0 60px;}
#w013_about_culture_42 .list .li-4:nth-child(4n+1) {margin-left: 0;}
#w013_about_culture_42 .list .li .img::before {padding-top: 57.74%;}
#w013_about_culture_42 .list .li .img .svg{max-width: 80%;}
#w013_about_culture_42 .list .li .name {font-size: 24px;line-height: 1;color: #222;padding: 0 20px;margin-bottom: 20px;}
#w013_about_culture_42 .list .li .brief {font-size: 16px;line-height: 1.625;color: #888;padding: 0 20px;margin-bottom: 55px;}

@media (any-hover:hover) {
    #w013_about_culture_42 .list .li:hover .img .svg {transform:translate(-50%,-50%) scale(1.1); -webkit-transform:translate(-50%,-50%) scale(1.1);}
}
@media screen and (max-width:1300px) {
    #w013_about_culture_42 .list .li:nth-child(5n+1),
    #w013_about_culture_42 .list .li {width: calc((100% - 120px)/4);margin: 40px 0 0 40px;}
    #w013_about_culture_42 .list .li:nth-child(4n+1) {margin-left: 0;}
}
@media screen and (max-width:1000px) {
    #w013_about_culture_42 .list .li:nth-child(4n+1),
    #w013_about_culture_42 .list .li:nth-child(5n+1),
    #w013_about_culture_42 .list .li {width: calc((100% - 90px)/3);margin: 30px 0 0 30px;}
    #w013_about_culture_42 .list .li:nth-child(3n+1) {margin-left: 0;}
}
@media screen and (max-width:750px) {
    #w013_about_culture_42 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w013_about_culture_42 .title{flex-wrap: wrap;}
    /* #w013_about_culture_42 .title .cn,
    #w013_about_culture_42 .title .en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);} */
    #w013_about_culture_42 .title .cn {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);}
    #w013_about_culture_42 .title .en {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);}
    
    #w013_about_culture_42 .list .li:nth-child(3n+1),
    #w013_about_culture_42 .list .li:nth-child(4n+1),
    #w013_about_culture_42 .list .li:nth-child(5n+1),
    #w013_about_culture_42 .list .li {width: calc((100% - 40px)/2);margin-left: 20px;}
    #w013_about_culture_42 .list .li:nth-child(2n+1) {margin-left: 0;}
    #w013_about_culture_42 .list .li .name {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
    #w013_about_culture_42 .list .li .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}

#w009_index_product_44 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w009_index_product_44 .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);}
#w009_index_product_44 .head {display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 40px;}
#w009_index_product_44 .head .nav {display: flex;justify-content: flex-start;align-items: center;margin-bottom: 10px;}
#w009_index_product_44 .head .nav .h2 {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-right: 94px;}
#w009_index_product_44 .head .nav .link {display: flex;flex-wrap: wrap;}
#w009_index_product_44 .head .nav .link .links {font-size: 18px;color: #333;margin-right: 70px;}
#w009_index_product_44 .head .nav .link .links:hover {color: var(--hoverColor);font-weight: bold;}
#w009_index_product_44 .head .button {font-size: 16px;width: 280px;height: 60px;padding: 0 27px;flex-shrink: 0; 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_product_44 .head .button:hover {box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}

#w009_index_product_44 .content {display: grid;gap: 30px;row-gap: 30px;grid-template-columns: repeat(4,calc((100% - 90px)/4));grid-template-rows: repeat(2,calc((100% - 30px)/2));}
#w009_index_product_44 .content .box1 {grid-area: 1/1/3/3;}
#w009_index_product_44 .content .box1 .img {left: 0;right: 0;top: 34.56%;bottom: 0;}
#w009_index_product_44 .content .box1 .text {top: 10%;left: 50%;transform: translateX(-50%);width: 50%;}
#w009_index_product_44 .content .box1 .text .name {font-size: 40px;line-height: 1;color: #111;width: 100%;}
#w009_index_product_44 .content .box1 .text .is {font-size: 24px;line-height: 1;margin: 20px auto;color: #333;width: 100%;}
#w009_index_product_44 .content .box1 .text .brief {font-size: 16px;line-height: 1.625;color: #777;width: 100%;}
#w009_index_product_44 .content .box1 .text .button {font-size: 16px;line-height: 1.5;color: #000;width: 100px;border-bottom: 1px solid var(--btnColor);margin-top: 30px;}
#w009_index_product_44 .content .box1 .text .button .icon {font-size: 20px;line-height: 0;}

#w009_index_product_44 .content .box2 {grid-area: 1/3/2/5;}
#w009_index_product_44 .content .box2 .img {width: 50%;height: 100%;}
#w009_index_product_44 .content .box2 .img::before {padding-top: 100%;}
#w009_index_product_44 .content .box2 .text {top: 50%;right: 30px;width: 40%;transform: translateY(-50%);}
#w009_index_product_44 .content .box2 .text .name {font-size: 40px;line-height: 1;color: #111;}
#w009_index_product_44 .content .box2 .text .is {font-size: 24px;line-height: 1;margin: 20px auto;color: #333;}
#w009_index_product_44 .content .box2 .text .brief {font-size: 16px;line-height: 1.625;color: #777;}
#w009_index_product_44 .content .box2 .text .button {font-size: 16px;line-height: 1.5;color: #000;width: 100px;border-bottom: 1px solid var(--btnColor);margin-top: 30px;}
#w009_index_product_44 .content .box2 .text .button .icon {font-size: 20px;line-height: 0;}
#w009_index_product_44 .content .box3 {grid-area: 2/3/3/4;}
#w009_index_product_44 .content .box4 {grid-area: 2/4/3/5;}
#w009_index_product_44 .content .box3::before,
#w009_index_product_44 .content .box4::before {padding-top: 103%;}

#w009_index_product_44 .content .box3 .mask,
#w009_index_product_44 .content .box4 .mask{background: linear-gradient(to top, rgba(0,0,0,.2), rgba(255,255,255,0));top: 50%}
#w009_index_product_44 .content .box3 .text,
#w009_index_product_44 .content .box4 .text{bottom: 0;padding: 0 35px;width: 100%;}
#w009_index_product_44 .content .box3 .text .name,
#w009_index_product_44 .content .box4 .text .name {font-size: 24px;line-height: 1;color: #fff;width: 100%;}
#w009_index_product_44 .content .box3 .text .is,
#w009_index_product_44 .content .box4 .text .is {font-size: 16px;line-height: 1;margin: 20px 0;color: #fff;width: 100%;}

@media (any-hover:hover) {
    #w009_index_product_44 .content .box1:hover .img img,
    #w009_index_product_44 .content .box2:hover .img img,
    #w009_index_product_44 .content .box3:hover img,
    #w009_index_product_44 .content .box4:hover img {max-height: 110%;max-width: 110%;}
}
@media screen and (max-width:1200px) {
    #w009_index_product_44 .head .nav {flex-wrap: wrap;}
    #w009_index_product_44 .content {grid-template-columns: repeat(2,calc((100% - 30px)/2));grid-template-rows: repeat(4,1fr);}
    #w009_index_product_44 .content .box1 {grid-area: 1/1/3/3;}
    #w009_index_product_44 .content .box2 {grid-area: 3/1/4/3;}
    #w009_index_product_44 .content .box3 {grid-area: 4/1/5/2;}
    #w009_index_product_44 .content .box4 {grid-area: 4/2/5/3;}
    #w009_index_product_44 .content .box2 .img {width: 50%;height: 100%;}
    #w009_index_product_44 .content .box2 .img::before {padding-top: 100%;}
    #w009_index_product_44 .content .box3::before,
    #w009_index_product_44 .content .box4::before {padding-top: 103%;}

    #w009_index_product_44 .content .box2 {width: 100%;}
    #w009_index_product_44 .content .box2 .img {width: 50%;height: 100%;}
    #w009_index_product_44 .content .box2 .img::before {padding-left: 100%;}
}
@media screen and (max-width:750px) {
    #w009_index_product_44 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w009_index_product_44 .title {margin-bottom: 30px;}
    #w009_index_product_44 .head .nav {margin-bottom: 0;}
    #w009_index_product_44 .head .nav .h2 {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w009_index_product_44 .head .nav .link {margin: 20px 0;}
    #w009_index_product_44 .head .nav .link .links {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 20px 0;margin-right: 30px;}
    #w009_index_product_44 .head .button {font-size: var(--font-txt-S);height: 80px;border-radius: 40px;}
    #w009_index_product_44 .head .button .icon {font-size: var(--font-txt-S);}
    #w009_index_product_44 .content .box1 .text {width: 80%;}
    #w009_index_product_44 .content .box1 .text .name,
    #w009_index_product_44 .content .box2 .text .name {font-size: var(--font-sub-S);-webkit-line-clamp:1;}
    #w009_index_product_44 .content .box1 .text .is,
    #w009_index_product_44 .content .box2 .text .is {font-size: var(--font-txt-S);-webkit-line-clamp:1;}
    #w009_index_product_44 .content .box1 .text .brief,
    #w009_index_product_44 .content .box2 .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: calc(var(--font-txt-L)*2);-webkit-line-clamp:2;}
    #w009_index_product_44 .content .box1 .text .button,
    #w009_index_product_44 .content .box2 .text .button {font-size: var(--font-txt-S);width: 200px;}
    #w009_index_product_44 .content .box3 .text .name,
    #w009_index_product_44 .content .box4 .text .name {font-size: var(--font-sma-S);}
    #w009_index_product_44 .content .box3 .text .is,
    #w009_index_product_44 .content .box4 .text .is {font-size: var(--font-txt-S);}
    #w009_index_product_44 .content .box1 .text .button .icon,
    #w009_index_product_44 .content .box2 .text .button .icon {font-size: var(--font-txt-S);}
}
#w004_index_about_24 {padding-top: var(--paddingTop);background: #fff;}


#w004_index_about_24 .box .left{padding-bottom: var(--paddingBottom);}

#w004_index_about_24 .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: 30px;}
#w004_index_about_24 .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);}

#w004_index_about_24 .left .brief{font-size: 16px;color: #666;line-height: 30px;margin:15px 0 80px;}

#w004_index_about_24 .left .ul{}
#w004_index_about_24 .left .ul .li{margin-right: 80px;margin-bottom: 30px;}
#w004_index_about_24 .left .ul .li .num{font-size: 50px;color: var(--numFontColor);font-weight: bold;margin-right: 10px;}
#w004_index_about_24 .left .ul .li .unit{font-size: 20px;color: #333;line-height: 1.8;}
#w004_index_about_24 .left .ul .li .unit_i{font-size: 30px;color: var(--numFontColor);line-height: 1.8;}
#w004_index_about_24 .left .ul .li .tip{font-size: 20px;color: #333;margin-top: 5px;}



#w004_index_about_24.myleft .box .title{}
#w004_index_about_24.myleft .box .subtitle{}
#w004_index_about_24.myleft .left .brief{}
#w004_index_about_24.myleft .left .ul{}
#w004_index_about_24.mycenter .box .title{text-align: center;}
#w004_index_about_24.mycenter .box .subtitle{text-align: center;}
#w004_index_about_24.mycenter .left .brief{display: flex;justify-content: center;}
#w004_index_about_24.mycenter .left .ul{justify-content: center;}
#w004_index_about_24.myright .box .title{text-align: right;}
#w004_index_about_24.myright .box .subtitle{text-align: right;}
#w004_index_about_24.myright .left .brief{display: flex;justify-content: flex-end;}
#w004_index_about_24.myright .left .ul{justify-content: flex-end;}




#w004_index_about_24 .right{display: flex;justify-content: flex-end;align-items: center;overflow: hidden;}
#w004_index_about_24 .right .img{position: absolute;left: 0;bottom:0;background: no-repeat bottom/contain;}
#w004_index_about_24 .right .more{font-size: 16px;color: #333;}
#w004_index_about_24 .right .more .more_i{width: 30px; height: 30px;background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 10px;}
#w004_index_about_24 .right .more .more_i > i{font-size: 20px;}

@keyframes slide-right {
    0% { margin-left: 0px; opacity: 1; }
    50% { margin-left: 20px; opacity: 0; }
    75% { margin-left: -20px; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
}

@media (any-hover: hover){
    #w004_index_about_24 .right .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_about_24 .right .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width:1250px) {
    #w004_index_about_24 .box .left{flex: 2;}
    #w004_index_about_24 .box .right{flex: 1;}
}

@media screen and (max-width:750px) {
    #w004_index_about_24 {padding-top: var(--appPaddingTop);}
    #w004_index_about_24 .box{flex-direction: column;}

    #w004_index_about_24 .box .left{padding-bottom: 30px;}
    #w004_index_about_24 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);margin-bottom: 16px;}
    #w004_index_about_24 .box .subtitle{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin-bottom: 20px;}

    #w004_index_about_24 .left .name{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-bottom:25px;}
    #w004_index_about_24 .left .brief{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}

    #w004_index_about_24 .left .ul .li .num{font-size: var(--font-big-S);}
    #w004_index_about_24 .left .ul .li .unit{font-size: var(--font-bri-S);}
    #w004_index_about_24 .left .ul .li .unit_i{font-size: var(--font-txt-S);}
    #w004_index_about_24 .left .ul .li .tip{font-size: var(--font-bri-S);}

    #w004_index_about_24 .right{overflow: initial;padding-bottom: var(--appPaddingBottom);}
    #w004_index_about_24 .right .img{display: none;}
    #w004_index_about_24 .right .more{font-size: var(--font-txt-S);margin-top: 0px;}
    #w004_index_about_24 .right .more .more_i{width: 70px; height: 70px;background: var(--moreBgColor);}
    #w004_index_about_24 .right .more .more_i > i{font-size: var(--font-txt-S);}
}
#w004_index_picture_25 .img{display: block;width: 100%;}
#w004_index_picture_25 .imgApp{display: none;width: 100%;}

@media screen and (max-width:750px) {
    #w004_index_picture_25 .img{display: none;}
    #w004_index_picture_25 .imgApp{display: block;}
}
/* 首页-合作伙伴 */
#w004_index_partner_26 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}
#w004_index_partner_26 .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);text-align: var(--title_align);margin-bottom: 80px;}

#w004_index_partner_26 .button {margin: 65px auto 0;width: 160px;height: 50px;display: flex;justify-content: center;align-items: center;font-size: 18px;transition: 0.3s; color: var(--moreStyle_font_color);background-color: var(--moreStyle_bg_color);border-radius:var(--moreStyle_border_radius);border-width: var(--moreStyle_border_width);border-style: var(--moreStyle_border_style);border-color: var(--moreStyle_border_color);}

#w004_index_partner_26.myleft .title {text-align: left;}
#w004_index_partner_26.mycenter .title {text-align: center;}
#w004_index_partner_26.myright .title {text-align: right;}

#w004_index_partner_26 .content {/*border: 1px solid #eaeef9;*/display: flex;flex-wrap: wrap;}
#w004_index_partner_26 .content .box {width: 20%;height: 170px;border-right: 1px solid #eaeef9;border-bottom: 1px solid #eaeef9;box-sizing: border-box;display: flex;align-items: center;justify-content: center;position: relative;}
#w004_index_partner_26 .content .box:nth-child(5n+1){border-left: 1px solid #eaeef9;}
#w004_index_partner_26 .content .box:nth-child(-n+5){border-top: 1px solid #eaeef9;}

#w004_index_partner_26 .content .box:before {display: block;content: '';position: absolute;top: 50%;left: 50%;opacity: 0;width: 100%;height: 100%;transform: translate(-50%, -50%);transition: all .3s;}


@media (any-hover: hover){
    #w004_index_partner_26 .content .box:hover::before {opacity: 1;width: 105%;height: 105%;background: #fff;border-bottom: 3px solid var(--borderColor);box-shadow: 0px 10px 20px 3px rgba(30,33,130,0.2);}
    #w004_index_partner_26 .content .box:hover{z-index: 2;}
}

@media screen and (max-width:750px) {
    #w004_index_partner_26 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_partner_26 .title {font-size:var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}

    #w004_index_partner_26 .content .box {width: 25%;height: 140px;border-right: 1px solid #eaeef9;border-bottom: 1px solid #eaeef9;box-sizing: border-box;display: flex;align-items: center;justify-content: center;position: relative;}
    #w004_index_partner_26 .content .box:nth-child(4n+1){border-left: 1px solid #eaeef9;}
    #w004_index_partner_26 .content .box:nth-child(-n+4){border-top: 1px solid #eaeef9;}
}
#w004_index_news_27 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--contentBgColor);}


#w004_index_news_27 .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: 12px;}
#w004_index_news_27 .box .subtitle .tip{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);}
#w004_index_news_27 .box .more{font-size: 16px;color: #333;}
#w004_index_news_27 .box .more .more_i{width: 30px; height: 30px;  background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 15px;}
#w004_index_news_27 .box .more:hover .more_i > i{font-size: 20px;}

#w004_index_news_27.myleft .box{}
#w004_index_news_27.myleft .box .subtitle{}
#w004_index_news_27.mycenter .box{text-align: center;}
#w004_index_news_27.mycenter .box .subtitle{flex-direction: column;justify-content: center;}
#w004_index_news_27.myright .box{text-align: right;}
#w004_index_news_27.myright .box .subtitle{flex-direction: row-reverse;}


#w004_index_news_27 .box .graphic{display: grid;grid-template-columns: repeat(3,calc((100% - 70px)/3));gap: 35px;margin-top: 50px;}
#w004_index_news_27 .graphic .dl{background: var(--listBgColor);}
#w004_index_news_27 .graphic .dl .dt{padding-top: 60.784313%;}
#w004_index_news_27 .graphic .dl .dd{padding: 36px 30px 30px;}
#w004_index_news_27 .graphic .dl .dd .time{font-size: 18px;color: #888;}
#w004_index_news_27 .graphic .dl .dd .name{font-size: 24px;line-height: 32px;color: #333;font-weight: bold;transition: .3s;margin: 26px 0 20px;height: 64px;}
#w004_index_news_27 .graphic .dl .dd .brief{font-size: 16px;line-height: 24px;color: #666666;}

#w004_index_news_27 .graphic .list{background: var(--listBgColor);padding: 10px 22px;}
#w004_index_news_27 .graphic .list .li{font-size: 20px;line-height: 30px;color: #333;margin: 30px 0;}
#w004_index_news_27 .graphic .list .li .name{font-weight: bold;transition: .3s;max-height: 60px;}
#w004_index_news_27 .graphic .list .li .time{font-size: 16px;line-height: 1;color: #888;margin-top: 5px;}

@keyframes slide-right {
    0% { margin-left: 0px; opacity: 1; }
    50% { margin-left: 20px; opacity: 0; }
    75% { margin-left: -20px; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
  }


@media (any-hover: hover){
    #w004_index_news_27 .graphic .dl .dd .name:hover{color: var(--hoverFontColor);}
    #w004_index_news_27 .graphic .dl .dt:hover img{transform: scale(1.1);}
    #w004_index_news_27 .graphic .list .li:hover .name{color: var(--hoverFontColor);}
    #w004_index_news_27 .box .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_news_27 .box .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width: 1050px){
    #w004_index_news_27 .box .graphic{grid-template-columns: repeat(2,calc((100% - 35px)/2));gap: 35px;}
    #w004_index_news_27 .graphic .list{grid-column: 1 / span 2;}
}

@media screen and (max-width: 750px){
    #w004_index_news_27 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_news_27 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 16px;}
    #w004_index_news_27 .box .subtitle{display: block;}
    #w004_index_news_27 .box .subtitle .tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);margin-bottom: 20px;}

    #w004_index_news_27 .box .more{font-size: var(--font-bri-S);display: inline-flex;}
    #w004_index_news_27 .box .more .more_i{width: 70px; height: 70px; background: var(--moreBgColor);}
    #w004_index_news_27 .box .more .more_i > i{font-size: var(--font-txt-S);}


    #w004_index_news_27 .box .graphic{display: block;}
    #w004_index_news_27 .graphic .dl{margin-bottom: 30px;}
    #w004_index_news_27 .graphic .dl .dd .time{font-size: var(--font-bri-S);}
    #w004_index_news_27 .graphic .dl .dd .name{font-size: var(--font-sma-S);line-height: var(--font-sma-L);max-height: calc(2 * var(--font-sma-L));height: initial;}
    #w004_index_news_27 .graphic .dl .dd .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(2 * var(--font-txt-L));}

    #w004_index_news_27 .graphic .list .li{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0 50px;}
    #w004_index_news_27 .graphic .list .li .name{max-height: calc(2 * var(--font-sma-L));}
    #w004_index_news_27 .graphic .list .li .time{font-size: var(--font-bri-S);margin-top: 10px;}
}

#w004_index_footer_28 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);overflow: hidden;background: var(--bg_color);color: var(--font_color_1);overflow: hidden;}

#w004_index_footer_28 .content {padding: 0 0 100px;display: flex;justify-content: space-between;}

#w004_index_footer_28 .content .foot_nav {flex: 1;display: flex;flex-wrap: wrap;}
#w004_index_footer_28 .foot_nav .ul{margin-right: 100px;margin-bottom: 20px;}
#w004_index_footer_28 .foot_nav .ul .title {font-size: 18px;line-height: 38px;margin-bottom: 30px;}
#w004_index_footer_28 .foot_nav .ul .li {font-size: 16px;color: var(--font_color_2);line-height: 42px;transition: 0.3s;}

@media (any-hover: hover){
    #w004_index_footer_28 .foot_nav .ul .li:hover{color:var(--navHoverColor);text-decoration:underline;}
}

/* 导航部分app */
#w004_index_footer_28 .foot_nav_app{display: none;}

#w004_index_footer_28 .content .contact_info {width: 35%;}
#w004_index_footer_28 .contact_info .top {display: flex;justify-content: space-between;}
#w004_index_footer_28 .contact_info .title {font-size: 18px;line-height: 38px;margin-bottom: 25px;}
#w004_index_footer_28 .contact_info .phone {font-size: 32px;line-height: 41px;margin-bottom: 10px;}
#w004_index_footer_28 .contact_info .email {font-size: 16px;color: var(--font_color_2);}

#w004_index_footer_28 .contact_info .code {margin-top: 10px;width: 140px;height: 140px;overflow: hidden;}
#w004_index_footer_28 .contact_info .text {font-size: 16px;color: var(--font_color_2);margin-top: 16px;}

#w004_index_footer_28 .contact_info .bottom {margin-top: 115px;display: flex;flex-direction: column;align-items: flex-end;}
#w004_index_footer_28 .contact_info .bottom .link {display: flex;margin-bottom: 30px;}
#w004_index_footer_28 .contact_info .bottom .link .box {width: 32px;height: 32px;border-radius: 50%;background: var(--font_color_2);position: relative;margin-left: 20px;transition: .3s;}
#w004_index_footer_28 .contact_info .bottom .link .box i{color: #fff;font-size: 24px;}
#w004_index_footer_28 .contact_info .bottom .link .box:first-child {margin-left: 0;}
#w004_index_footer_28 .contact_info .bottom .link .box:last-child .jump{transform: translateX(-60%);}
#w004_index_footer_28 .contact_info .bottom .text_img{max-height: 60px;overflow: hidden;}

@media (any-hover: hover){
	#w004_index_footer_28 .contact_info .bottom .link .box:hover {background: var(--hoverColor)}
}
@media screen and (max-width:750px) {
	#w004_index_footer_28 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
	#w004_index_footer_28 .content {padding: 0 0 100px;border-bottom: 1px solid var(--font_color_3);display: block;justify-content: space-between;}
	#w004_index_footer_28 .content .foot_nav {display: none;}

	#w004_index_footer_28 .content .contact_info {width: 100%;}
	#w004_index_footer_28 .contact_info .top{flex-direction: column;align-items: flex-start;}
	#w004_index_footer_28 .contact_info .title {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 0;}
	#w004_index_footer_28 .contact_info .phone {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 0;}
	#w004_index_footer_28 .contact_info .email {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
	#w004_index_footer_28 .contact_info .img{display: flex;flex-direction: column;align-items: flex-start;}
	#w004_index_footer_28 .contact_info .code {margin-top: 30px;width: 240px;height: 240px;}
	#w004_index_footer_28 .contact_info .code img{width: 100%;}
	#w004_index_footer_28 .contact_info .text {font-size: var(--font-txt-S);}

	#w004_index_footer_28 .contact_info .bottom {margin-top: 50px;align-items: flex-start;}
	#w004_index_footer_28 .contact_info .bottom .link .box {width: 60px;height: 60px;}
	#w004_index_footer_28 .contact_info .bottom .link .box i{font-size: var(--font-sma-S);}

	#w004_index_footer_28 .foot_nav_app{flex: 1;margin-bottom: 50px;display: block;}
	#w004_index_footer_28 .foot_nav_app .ul{border-bottom: 1px solid rgba(230, 230, 230,0.5);}
	#w004_index_footer_28 .foot_nav_app .title{font-size: var(--font-sma-S);line-height: calc(2 * var(--font-sma-L));}
	#w004_index_footer_28 .foot_nav_app .title > i{font-size: var(--font-sma-S);transition: .3s;}
	#w004_index_footer_28 .foot_nav_app .ul.cur .title > i{transform: rotateZ(90deg);}

	#w004_index_footer_28 .foot_nav_app .li{display: none;}
	#w004_index_footer_28 .foot_nav_app .li .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w004_index_footer_28 .foot_nav_app .li .a:last-child{padding: 0px 0 50px;}
}



/* 友情链接 */
#w004_index_footer_28_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);color: var(--font_color_2);}
#w004_index_footer_28_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w004_index_footer_28_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w004_index_footer_28_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}



#w004_index_footer_28 .copyright {font-size: 16px;line-height: 1.8;color: var(--font_color_2);padding: 20px 0;gap: 10px 20px;flex-wrap: wrap;border-top: 1px solid var(--font_color_3);}
#w004_index_footer_28 .copyright > *{display: flex;align-items: center;flex-wrap: wrap;gap: 10px 20px;}

@media screen and (max-width:750px) {
	#w004_index_footer_28 .copyright {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}