
.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_1_nav{}
#w001_index_header_1_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_1_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_1_nav .head{color: #333;}

#w001_index_header_1_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_1_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_1_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_1_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_1_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_1_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_1_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_1_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_1_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_1_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_1_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_1_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_1_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_1_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_1_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_1_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_1_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_1_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_1_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_1_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_1_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_1_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_1_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_1_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_1.pc_app #w001_index_header_1_nav .head_nav .li{display: none;}
.w001_index_header_1.pc_app #w001_index_header_1_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_1_nav .head_nav .li{display: none;}
    #w001_index_header_1_nav .head .menu{display: block;}
    /* #w001_index_header_1_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_1_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_1_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_1_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_1_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_1_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_1_nav .head_btn .language{display: none;}

    #w001_index_header_1_nav .head .menu{padding: 30px;}
    #w001_index_header_1_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_1_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_1_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_1_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_1_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_1_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_1_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_1_nav .head .menu{display: none;}
.w001_index_header_1 #w001_index_header_1_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_1_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_1_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_1_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_1_nav .head_btn{flex: initial;}
}
#w001_index_hengfu_2 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_2.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w001_index_hengfu_2 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_2 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_2 .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_2 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_2 .message_box[position="2"] .message,
#w001_index_hengfu_2 .message_box[position="5"] .message,
#w001_index_hengfu_2 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_2 .message_box[position="3"] .message,
#w001_index_hengfu_2 .message_box[position="6"] .message,
#w001_index_hengfu_2 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_2 .message_box[position="2"] .message .name,
#w001_index_hengfu_2 .message_box[position="5"] .message .name,
#w001_index_hengfu_2 .message_box[position="8"] .message .name,
#w001_index_hengfu_2 .message_box[position="2"] .message .brief,
#w001_index_hengfu_2 .message_box[position="5"] .message .brief,
#w001_index_hengfu_2 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_2 .message_box[position="3"] .message .name,
#w001_index_hengfu_2 .message_box[position="6"] .message .name,
#w001_index_hengfu_2 .message_box[position="9"] .message .name,
#w001_index_hengfu_2 .message_box[position="3"] .message .brief,
#w001_index_hengfu_2 .message_box[position="6"] .message .brief,
#w001_index_hengfu_2 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_2 .message_box[position="1"] .message .name,
#w001_index_hengfu_2 .message_box[position="4"] .message .name,
#w001_index_hengfu_2 .message_box[position="7"] .message .name,
#w001_index_hengfu_2 .message_box[position="1"] .message .brief,
#w001_index_hengfu_2 .message_box[position="4"] .message .brief,
#w001_index_hengfu_2 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_index_hengfu_2 .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_2 .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_2 .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_2 .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_2 .swiper-pagination-bullets{bottom: 40px;}
#w001_index_hengfu_2 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w001_index_hengfu_2 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_2 .container .swiper-pagination-bullet-active{width: 60px;}
#w001_index_hengfu_2 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

@media screen and (max-width: 1024px){
    #w001_index_hengfu_2 .message_box .message .name{font-size: 48px;}
    #w001_index_hengfu_2 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w001_index_hengfu_2{display: none;}
}
.w024_index_products_3_wrap {background-color: var(--bgColor);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w024_index_products_3 .head {margin-bottom: 80px;}
#w024_index_products_3 .head .text .title {font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 25px;}
#w024_index_products_3 .head .text .brief {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);}
#w024_index_products_3 .head .button {width: 160px;}
#w024_index_products_3 .head .button .btn {font-size: 16px;line-height: 1;color: #3d3d3d;width: 70px;height: 70px;border-radius: 50%;border: 1px solid #d2d2d2;transition: .3s;}

#w024_index_products_3.myleft .head{}
#w024_index_products_3.myright .head{text-align: right;flex-direction: row-reverse;}
#w024_index_products_3.mycenter .head{text-align: center;align-items:center;justify-content:center;flex-direction:column;gap:20px;}

#w024_index_products_3 .container {overflow: visible;}
#w024_index_products_3 .container .box {padding: 65px 55px;background-color: #fff;}
#w024_index_products_3 .container .box .text {width: 50%;}
#w024_index_products_3 .container .box .text .tit {font-size: 30px;line-height: 1;color: #333;}
#w024_index_products_3 .container .box .text .brief {font-size: 18px;line-height: 1;color: #333;margin-top: 20px;margin-bottom: 72px;}
#w024_index_products_3 .container .box .text .list {display: grid;grid-template-columns: repeat(3,33.33%);margin-bottom: 63px;}
#w024_index_products_3 .container .box .text .list .li {font-size: 16px;line-height: 2.5;color: #999;list-style-type: disc;align-items: center;}
#w024_index_products_3 .container .box .text .list .li::marker {color: #045293;}
#w024_index_products_3 .container .box .text .list .li .dian {width: 6px;height: 6px;border-radius: 50%;background-color: #045293;margin-right: 10px;}
#w024_index_products_3 .container .box .text .button {font-size: 16px;line-height: 1;width: 230px;height: 57px;padding: 0 30px; 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);}
#w024_index_products_3 .container .box .img {width: 38%;}
#w024_index_products_3 .container .box .img::before {padding-top: 123.9%;}
#w024_index_products_3 .container .box .img img {max-width: 100%;max-height: 100%;}


@media (any-hover:hover) {
    #w024_index_products_3 .head .button .btn:hover {background-color: var(--btnColor);border-color: var(--btnColor);color: #fff;border: none;}
    #w024_index_products_3 .container .box:hover {box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
    #w024_index_products_3 .container .box:hover .img img {transform:scale(1.05); -webkit-transform:scale(1.05);}
    #w024_index_products_3 .container .box:hover .text .button {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:1500px) {
    #w024_index_products_3 .container .box .text .list {grid-template-columns: 50% 50%;}
    #w024_index_products_3 .container .box .text .list .li {white-space:nowrap;}
}
@media screen and (max-width:750px) {
    #w024_index_products_3 .head .text .title {font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}
    #w024_index_products_3 .head .text .brief {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w024_index_products_3 .head .button {display: none;}
    #w024_index_products_3 .container .box .text {width: 100%;margin-bottom: 30px;}
    #w024_index_products_3 .container .box .text .tit {font-size: var(--font-sub-S);}
    #w024_index_products_3 .container .box .text .brief {font-size: var(--font-sma-S);}
    #w024_index_products_3 .container .box .text .list {grid-template-columns: repeat(2,1fr);}
    #w024_index_products_3 .container .box .text .list .li {font-size: var(--font-txt-S);}
    #w024_index_products_3 .container .box .text .button {font-size: var(--font-txt-S);height: 100px;width: 300px;}
    #w024_index_products_3 .container .box .text .button .icon {font-size: var(--font-bri-S);}
}

.w024_index_solution_4_wrap {background: 0/cover;}
#w024_index_solution_4 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

@media screen and (max-width:750px) {
    #w024_index_solution_4 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w024_index_solution_4 .content_right {width: 41.76%;}
#w024_index_solution_4 .content_left {width: 56.47%;}
/* 右边 */
#w024_index_solution_4 .content_right .text {padding: 0 88px 93px 88px;}
#w024_index_solution_4 .content_right .text .title {font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
#w024_index_solution_4 .content_right .text .brief {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: 20px 0 70px 0;}
#w024_index_solution_4 .content_right .text .button {font-size: 16px;line-height: 1;width: 230px;height: 57px;padding: 0 30px; 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);}
/* 第一个 */
#w024_index_solution_4 .content_right .list .class1 {margin-bottom: 30px;width: 100%;}
#w024_index_solution_4 .content_right .list .class1 .box {padding-top: 55%;}
#w024_index_solution_4 .content_right .list .class1 .box .mask1 {left: 0;bottom: 0;border-bottom: 2000px solid var(--kColor0);border-right: 250px solid transparent;transition: .3s;opacity: .8;pointer-events: none;}
#w024_index_solution_4 .content_right .list .class1 .box .mask2 {left: 0;bottom: 0;border-bottom: 1000px solid var(--kColor0);border-right: 275px solid transparent;opacity: .5;pointer-events: none;}
/* 第二个 */
#w024_index_solution_4 .content_right .list .class2 {margin-bottom: 30px;width: 82.67%;}
#w024_index_solution_4 .content_right .list .class2 .box {padding-top: 54.26%;}
#w024_index_solution_4 .content_right .list .class2 .box .mask1 {right: 0;top: 0;border-top: 2000px solid var(--kColor1);border-left: 250px solid transparent;opacity: .8;pointer-events: none;}
#w024_index_solution_4 .content_right .list .class2 .box .mask2 {right: 0;top: 0;border-top: 1000px solid var(--kColor1);border-left: 265px solid transparent;opacity: .5;pointer-events: none;}

#w024_index_solution_4 .content_right .list .class1 .box .msg {top: 50%;transform: translateY(-50%);left: 50px;z-index: 5;}
#w024_index_solution_4 .content_right .list .box .msg .name {font-size: 30px;line-height: 1;color: #fff;}
#w024_index_solution_4 .content_right .list .box .msg .btn {font-size: 16px;line-height: 1;color: #fff;margin-top: 30px;width: 90px;}
#w024_index_solution_4 .content_right .list .class2 .box .msg {top: 50%;transform: translateY(-50%);right: 50px;z-index: 5;}

@media (any-hover:hover) {
    #w024_index_solution_4 .content_right .text .button:hover {color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
    /* 原版 */
    #w024_index_solution_4 .content_right .list .class1:hover .box .mask1 {border-bottom: 1000px solid var(--kColor0);border-right: 275px solid transparent;}
    #w024_index_solution_4 .content_right .list .class1:hover .box .mask2 {border-bottom: 2000px solid var(--kColor0);border-right: 250px solid transparent;}
    #w024_index_solution_4 .content_right .list .class1:hover .box img {transform:scale(1.1); -webkit-transform:scale(1.1);}
    #w024_index_solution_4 .content_right .list .class2:hover .box .mask1 {border-top: 1000px solid var(--kColor1);border-left: 265px solid transparent;}
    #w024_index_solution_4 .content_right .list .class2:hover .box .mask1 {border-top: 2000px solid var(--kColor1);border-left: 250px solid transparent;}
    #w024_index_solution_4 .content_right .list .class2:hover .box img {transform:scale(1.1); -webkit-transform:scale(1.1);}
}
@media screen and (max-width:1000px) {
    #w024_index_solution_4 .content_right {width: 100%;}
    #w024_index_solution_4 .content_right .list .class2 {width: 100%;}
    #w024_index_solution_4 .content_right .list .class2 .box {padding-top: 55%;}
}
@media screen and (max-width:750px) {
    #w024_index_solution_4 .content_right .text {padding: 0 20px 40px 20px;}
    #w024_index_solution_4 .content_right .text .title {font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}
    #w024_index_solution_4 .content_right .text .brief {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w024_index_solution_4 .content_right .text .button {font-size: var(--font-txt-S);height: 100px;width: 300px;}
    #w024_index_solution_4 .content_right .list .box .msg .name {font-size: var(--font-sub-S);}
    #w024_index_solution_4 .content_right .list .box .msg .btn {font-size: var(--font-txt-S);width: 200px;height: 70px;}
    #w024_index_solution_4 .content_right .list .box .msg .btn .icon {font-size: var(--font-bri-S);}
}

/* 左边 */
/* 第一个 */
#w024_index_solution_4 .content_left {align-items: flex-start;}
#w024_index_solution_4 .content_left .class1 {margin-bottom: 30px;width: 100%;}
#w024_index_solution_4 .content_left .class1 .box {padding-top: 58.85%;}
#w024_index_solution_4 .content_left .class1 .box .mask1 {left: 0;bottom: 0;border-bottom: 2000px solid var(--kColor2);border-right: 350px solid transparent;opacity: .8;pointer-events: none;}
#w024_index_solution_4 .content_left .class1 .box .mask2 {left: 0;bottom: 0;border-bottom: 1250px solid var(--kColor2);border-right: 400px solid transparent;opacity: .5;pointer-events: none;}
/* 第二个 */
#w024_index_solution_4 .content_left .class2 {margin-bottom: 30px;width: 67.7%;}
#w024_index_solution_4 .content_left .class2 .box {padding-top: 55.38%;}
#w024_index_solution_4 .content_left .class2 .box .mask1 {left: 0;bottom: 0;border-bottom: 1750px solid var(--kColor3);border-right: 300px solid transparent;transition: .3s;opacity: .8;pointer-events: none;}
#w024_index_solution_4 .content_left .class2 .box .mask2 {left: 0;bottom: 0;border-bottom: 1000px solid var(--kColor3);border-right: 350px solid transparent;opacity: .5;pointer-events: none;}

#w024_index_solution_4 .content_left .box .msg {top: 50%;transform: translateY(-50%);left: 50px;z-index: 5;}
#w024_index_solution_4 .content_left .box .msg .name {font-size: 30px;line-height: 1;color: #fff;}
#w024_index_solution_4 .content_left .box .msg .btn {font-size: 16px;line-height: 1;color: #fff;margin-top: 30px;width: 90px;}

@media (any-hover:hover) {
    #w024_index_solution_4 .content_left .class1:hover .box .mask1 {border-bottom: 1250px solid var(--kColor2);border-right: 400px solid transparent;}
    #w024_index_solution_4 .content_left .class1:hover .box .mask2 {border-bottom: 2000px solid var(--kColor2);border-right: 350px solid transparent;}
    #w024_index_solution_4 .content_left .class1:hover .box img {transform:scale(1.1); -webkit-transform:scale(1.1);}
    #w024_index_solution_4 .content_left .class2:hover .box .mask1 {border-bottom: 1000px solid var(--kColor3);border-right: 350px solid transparent;}
    #w024_index_solution_4 .content_left .class2:hover .box .mask2 {border-bottom: 1750px solid var(--kColor3);border-right: 300px solid transparent;}
    #w024_index_solution_4 .content_left .class2:hover .box img {transform:scale(1.1); -webkit-transform:scale(1.1);}
}
@media screen and (max-width:1000px) {
    #w024_index_solution_4 .content_left {width: 100%;}
    #w024_index_solution_4 .content_left .class2 {width: 100%;}
    #w024_index_solution_4 .content_left .class1 .box {padding-top: 55%;}
    #w024_index_solution_4 .content_left .class2 .box {padding-top: 55%;}
}
@media screen and (max-width:750px) {
    #w024_index_solution_4 .content_left .box .msg .name {font-size: var(--font-sub-S);}
    #w024_index_solution_4 .content_left .box .msg .btn {font-size: var(--font-txt-S);width: 200px;height: 70px;}
    #w024_index_solution_4 .content_left .box .msg .btn .icon {font-size: var(--font-bri-S);}
}
.w024_index_about_5_wrap {background: 100%/cover;}
#w024_index_about_5 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w024_index_about_5 .content .img {width: 47.05%;align-items: flex-start;}
#w024_index_about_5 .content .img .img1::before {padding-top: 63.75%;}
#w024_index_about_5 .content .text {width: 48.23%;padding-top: 90px;padding-bottom: 30px;}
#w024_index_about_5 .content .text .title {font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 35px;}
#w024_index_about_5 .content .text .msg {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);}
#w024_index_about_5 .content .text .brief {font-size: 16px;line-height: 1.875;color: #333;margin-top: 50px;margin-bottom: 40px;}
#w024_index_about_5 .content .text .button {justify-content: space-between; font-size: 16px;line-height: 1;width: 230px;height: 57px;padding: 0 30px; 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);}

#w024_index_about_5.myleft .content .text{text-align: left;}
#w024_index_about_5.myright .content .text{text-align: right;}
#w024_index_about_5.mycenter .content .text{text-align: center;}

#w024_index_about_5 .data {display: grid;grid-template-columns: repeat(5,20%);row-gap: 40px;margin-top: 100px;transform: translateX(-1px);}
#w024_index_about_5 .data .li {border-left: 1px solid #e6e6e6;padding: 0 20px;}
#w024_index_about_5 .data .li .numb {font-size: 48px;line-height: 1;color: var(--dataColor);}
#w024_index_about_5 .data .li .numb .icon {font-size: 24px;color: var(--dataColor);}
#w024_index_about_5 .data .li .name {font-size: 16px;line-height: 1.875;color: #333;margin-top: 30px;}

@media (any-hover:hover) {
    #w024_index_about_5 .content .text .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:1300px) {
    #w024_index_about_5 .content .text {padding: 30px 0;}
    #w024_index_about_5 .data {grid-template-columns: repeat(4,25%);}
}
@media screen and (max-width:1200px) {
    #w024_index_about_5 .content {flex-direction: column-reverse;}
    #w024_index_about_5 .content .img {width: 100%;}
    #w024_index_about_5 .content .text {width: 100%;}
}
@media screen and (max-width:1100px) {
    #w024_index_about_5 .data {grid-template-columns: repeat(3,calc((100%)/3));}
}
@media screen and (max-width:750px) {
    #w024_index_about_5 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w024_index_about_5 .content .text .title {font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}
    #w024_index_about_5 .content .text .msg {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w024_index_about_5 .content .text .brief {font-size: var(--font-txt-S);}
    #w024_index_about_5 .content .text .button {font-size: var(--font-txt-S);width: 300px;height: 100px;}
    #w024_index_about_5 .content .text .button .icon {font-size: var(--font-bri-S);}
    #w024_index_about_5 .data .li .numb {font-size: var(--font-big-S);}
    #w024_index_about_5 .data .li .numb .icon {font-size: var(--font-txt-S);}
    #w024_index_about_5 .data .li .name {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w024_index_about_5 .data {grid-template-columns: repeat(2,50%);}
}
#w024_index_news_6 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w024_index_news_6 .head {margin-bottom: 70px;}
#w024_index_news_6 .head .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: 35px;}
#w024_index_news_6 .head .brief {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);}
#w024_index_news_6 .head .button {font-size: 16px;line-height: 1;width: 230px;height: 57px;padding: 0 30px;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);}

#w024_index_news_6.myleft .head{}
#w024_index_news_6.myright .head{text-align: right;flex-direction: row-reverse;}
#w024_index_news_6.mycenter .head{text-align: center;align-items:center;justify-content:center;flex-direction:column;gap:20px;}

#w024_index_news_6 .list {display: grid;grid-template-columns: repeat(3,calc((100% - 188px)/3));gap: 94px;}
#w024_index_news_6 .list .li {background: 50%/cover;padding: 60px 50px;border: 1px solid #ececec;}
#w024_index_news_6 .list .li .bg {background-color: #fff;position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
#w024_index_news_6 .list .li .time {font-size: 36px;line-height: 1;color: #333;}
#w024_index_news_6 .list .li .time .day {font-size: 24px;line-height: 1;color: #999;margin-top: auto;}
#w024_index_news_6 .list .li .name {font-size: 36px;line-height: 1;color: #333;margin-top: 65px;margin-bottom: 45px;}
#w024_index_news_6 .list .li .brief {font-size: 16px;line-height: 1.875;color: #999;margin-bottom: 157px;height: 60px;}
#w024_index_news_6 .list .li .btn {width: 90px;font-size: 16px;line-height: 1;color: #333;}

@media (any-hover:hover) {
    #w024_index_news_6 .head .button:hover {color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
    #w024_index_news_6 .list .li:hover .bg {background-color: var(--bgHoverColor);opacity: .5;}
    #w024_index_news_6 .list .li:hover .time,
    #w024_index_news_6 .list .li:hover .time .day,
    #w024_index_news_6 .list .li:hover .name,
    #w024_index_news_6 .list .li:hover .brief,
    #w024_index_news_6 .list .li:hover .btn {color: #fff;}
}
@media screen and (max-width:1400px) {
    #w024_index_news_6 .list {grid-template-columns: repeat(2,calc((100% - 94px)/2));}

}
@media screen and (max-width:900px) {
    #w024_index_news_6 .list {grid-template-columns: 100%;}

}
@media screen and (max-width:750px) {
    #w024_index_news_6 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w024_index_news_6 .head .title {font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}
    #w024_index_news_6 .head .brief {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w024_index_news_6 .head .button {font-size: var(--font-txt-S);height: 70px;}
    #w024_index_news_6 .head .button .icon {font-size: var(--font-bri-S);}
    #w024_index_news_6 .list .li {padding: 30px;}
    #w024_index_news_6 .list .li .bg {background-color: var(--bgHoverColor);opacity: .5;}
    #w024_index_news_6 .list .li .time {font-size: var(--font-sub-S);color: #fff;}
    #w024_index_news_6 .list .li .time .day {font-size: var(--font-sma-S);color: #fff;}
    #w024_index_news_6 .list .li .name {font-size: var(--font-sub-S);color: #fff;}
    #w024_index_news_6 .list .li .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);color: #fff;height: calc(var(--font-txt-L)*2);margin-bottom: 100px;}
    #w024_index_news_6 .list .li .btn {font-size: var(--font-txt-S);width: 200px;height: 70px;color: #fff;}
    #w024_index_news_6 .list .li .btn .icon {font-size: var(--font-bri-S);}
}

.w007_index_footer_7_pc{background-color: var(--bg_color);color: var(--font_color_1);padding-top: var(--paddingTop);overflow: hidden;}
.w007_index_footer_7_mobile{background-color: var(--bg_color);color: var(--font_color_1);display: none;padding-top: var(--appPaddingTop);}

/* 搜索 */
#w007_index_footer_7_header {display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid var(--font_color_3);}
#w007_index_footer_7_header .logo{max-width: 20%;margin: 50px 0;}
#w007_index_footer_7_header .search{width: 360px;height: 50px;background-color: #fff;display: flex;align-items: center;font-size: 25px;line-height: 2;}
#w007_index_footer_7_header .search .a {width: 50px;font-size: 25px;}


/*  */
#w007_index_footer_7_nav {padding: 80px 0;border-bottom: 1px solid var(--font_color_3);}
#w007_index_footer_7_nav .dl {margin-right: 140px;margin-bottom: 20px;}
#w007_index_footer_7_nav .dt {font-size: 18px;margin-bottom: 30px;}
#w007_index_footer_7_nav .dd {font-size: 16px;color: var(--font_color_2);line-height: 2.25;transition: 0.3s;}
#w007_index_footer_7_nav .dd .bigtext {font-size: 30px;color: var(--font_color_1);}
#w007_index_footer_7_nav .nav_right .dl {margin: 0;}
#w007_index_footer_7_nav .nav_right .img {display: grid;grid-template-columns: 1fr 1fr;column-gap: 20px;}
#w007_index_footer_7_nav .nav_right img{max-width: 100px;max-height: 100px;}

@media (any-hover: hover){
    #w007_index_footer_7_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}


#w007_index_footer_7_link {padding: 56px 0;border-bottom: 1px solid var(--font_color_3);display: flex;justify-content: space-between;align-items: center;}
#w007_index_footer_7_link .text_link {display: flex;font-size: 16px;flex-wrap: wrap;} 
#w007_index_footer_7_link .text_link a {margin-right: 52px;}
#w007_index_footer_7_link .icon_link {display: flex;color: var(--font_color_2);} 
#w007_index_footer_7_link .icon_link i{margin-left: 45px;font-size: 25px;} 


#w007_index_footer_7_copy {padding: 53px 0 76px 0;font-size: 16px;line-height: 2.25;color: var(--font_color_2);gap: 10px 20px;}
#w007_index_footer_7_copy .copy_left{display: flex;flex-wrap: wrap;gap: 10px;}
#w007_index_footer_7_copy .copy_left .line {width: 1px;height: 16px;margin: 10px 15px;background-color: var(--font_color_2);}

@media (any-hover:hover) {
    #w007_index_footer_7_nav .nav_middle .dd:hover {color: var(--hoverColor);}
    #w007_index_footer_7_link .text_link a:hover {color: var(--hoverColor);}
}

@media screen and (max-width:1500px) {
	#w007_index_footer_7_nav .dl {margin-right: 50px;}
    #w007_index_footer_7_nav .nav_right .img {grid-template-columns: 1fr;row-gap: 20px;}

}

@media screen and (max-width:1000px) {
    #w007_index_footer_7_copy .copy_left .line {display: none;}
    #w007_index_footer_7_nav {justify-content: space-around;}
    #w007_index_footer_7_nav .dl {margin-right: 45px;}
    #w007_index_footer_7_nav .nav_right {padding-right: 40px;}
}

@media screen and (max-width:750px) {
    .w007_index_footer_7_pc {display: none;}
    .w007_index_footer_7_mobile {display: block;}
    #w007_index_footer_7_mb {padding: 40px;}

    #w007_index_footer_7_mb .nav .menu {width: 100%;}
    #w007_index_footer_7_mb .nav .menu .name{font-size: var(--font-sma-S);line-height: 2;border-bottom: 1px solid var(--font_color_3);display: flex;justify-content: space-between;align-items: center;padding: 10px 0;}
    #w007_index_footer_7_mb .nav .menu .name .square_i{transition: .3s;font-size: var(--font-txt-S);}
    #w007_index_footer_7_mb .nav .menu .children .a{border-bottom: 1px dashed var(--font_color_3);display: block;font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 10px 0;transition: .3s;}

    #w007_index_footer_7_mb .nav .menu.cur .name .square_i{transform: rotateZ(90deg);}
    #w007_index_footer_7_mb .nav .menu.cur .children .a{padding-left: 15px;}


    #w007_index_footer_7_mb .text {font-size: var(--font-bri-S);padding: 20 0;border-bottom: 1px solid var(--font_color_3);line-height: var(--font-bri-L);display: flex;flex-direction: column;gap: 30px; padding: 30px 0;}

    #w007_index_footer_7_mb .gz{color: var(--font_color_2);margin: 30px 0;}
    #w007_index_footer_7_mb .gz {font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #w007_index_footer_7_mb .gz .img .a{font-size: var(--font-big-S);}
    #w007_index_footer_7_mb .gz .img .a i {width: 50px;font-size: var(--font-sma-S);}

    #w007_index_footer_7_mb .copy {font-size: var(--font-bri-S);line-height: var(--font-bri-L);padding: 20px 0;display: flex;flex-wrap: wrap;gap: 10px;}
}


#w007_index_footer_7_links{font-size: 16px;height: 72px;border-bottom: 1px solid var(--font_color_3);}
#w007_index_footer_7_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w007_index_footer_7_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w007_index_footer_7_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;border-top: 1px solid var(--font_color_3);}
}
