
.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;}
}
#w015_index_product_3{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom)}
@media screen and (max-width: 750px){
    #w015_index_product_3{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w015_index_product_3 .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: 70px;}

#w015_index_product_3.myleft .title{text-align: left;}
#w015_index_product_3.myright .title{text-align: right;}
#w015_index_product_3.mycenter .title{text-align: center;}

#w015_index_product_3 .list {display: grid;grid-template-columns: repeat(3,calc((100% - 60px)/3));gap: 30px;margin-bottom: 60px;}
#w015_index_product_3 .list .li .img {background-color: #f9f9f9;}
#w015_index_product_3 .list .li .img::before {padding-top: 68.6%;}
#w015_index_product_3 .list .li .img img {max-width: 80%;max-height: 80%;}
#w015_index_product_3 .list .li .text {padding: 25px 30px;}
#w015_index_product_3 .list .li .text .name {font-size: 18px;line-height: 1;color: #333;margin-bottom: 10px;}
#w015_index_product_3 .list .li .text .brief {font-size: 16px;line-height: 1;color: #999;}
#w015_index_product_3 .button {font-size: 16px;line-height: 1;color: #333;width: 165px;height: 60px;border-radius: 30px;border: 1px solid #dedede;margin: 0 auto;}

@media (any-hover:hover) {
    #w015_index_product_3 .list .li:hover .img img {transform:scale(1.1); -webkit-transform:scale(1.1);}
    #w015_index_product_3 .list .li:hover .text {background-color: var(--hoverColor);}
    #w015_index_product_3 .list .li:hover .text .name {color: #fff;}
    #w015_index_product_3 .list .li:hover .text .brief {color: rgba(255, 255, 255, 0.4);}
    #w015_index_product_3 .button:hover {background-color: var(--btnColor);border-color: var(--btnColor);color: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
}
@media screen and (max-width:1200px) {
    #w015_index_product_3 .list {grid-template-columns: repeat(2,calc((100% - 30px)/2));}
}
@media screen and (max-width:900px) {
    #w015_index_product_3 .list {display: none;}
    #w015_index_product_3 .list_app {display: block;margin-bottom: 30px;}
    #w015_index_product_3 .list_app .li .img {background-color: #f9f9f9;}
    #w015_index_product_3 .list_app .li .img::before {padding-top: 75%;}
    #w015_index_product_3 .list_app .li .text {padding: 25px 30px;}
    #w015_index_product_3 .list_app .li .text .name {font-size: 18px;line-height: 1;color: #333;margin-bottom: 10px;}
    #w015_index_product_3 .list_app .li .text .brief {font-size: 16px;line-height: 1;color: #999;}
    #w015_index_product_3 .list_app .swiper-pagination {display: flex;align-items: center;justify-content: center;bottom: 110px;}
    #w015_index_product_3 .list_app .swiper-pagination-bullet {background: var(--btnColor);opacity: 1;width: 10px;height: 10px;margin: 0 10px;}
    #w015_index_product_3 .list_app .swiper-pagination-bullet-active {background: #fff;border: 3px solid var(--btnColor);box-sizing: content-box;}
}
@media screen and (max-width:750px) {
    #w015_index_product_3 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w015_index_product_3 .list_app .li .text .name {font-size: var(--font-sma-S);margin-bottom: 20px;}
    #w015_index_product_3 .list_app .li .text .brief {font-size: var(--font-txt-S);}
    #w015_index_product_3 .button {font-size: var(--font-txt-S);min-width: 240px;height: 80px;border-radius: 40px;}
    #w015_index_product_3 .list_app .swiper-pagination {bottom: 150px;}
    #w015_index_product_3 .list_app .swiper-pagination-bullet {width: 15px;height: 15px;}
}
#w015_index_solution_4_text {z-index: 5;top: 130px;}
#w015_index_solution_4_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: 45px;}
#w015_index_solution_4_text .list .li {font-size: 16px;line-height: 1;color: rgba(255, 255, 255, 0.5);padding: 29px 18px;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
#w015_index_solution_4_text .list .li.cur {border-color: #fff;color: #fff;}

#w015_index_solution_4 .slide {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: 0/cover;}
#w015_index_solution_4 .name {font-size: 30px;line-height: 1;color: #fff;}
#w015_index_solution_4 .brief {font-size: 16px;line-height: 1.875;color: #fff;margin: 50px 0 66px 0;}
#w015_index_solution_4 .button {font-size: 16px;line-height: 60px;width: 165px;height: 60px;margin: 0 auto; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}

@media screen and (any-hover:hover) {
    #w015_index_solution_4_text .list .li:hover {border-color: #fff;color: #fff;}
    #w015_index_solution_4 .button:hover {color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);}
}
@media screen and (max-width:750px) {
    #w015_index_solution_4 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w015_index_solution_4_text .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w015_index_solution_4_text .list {flex-wrap: wrap;}
    #w015_index_solution_4_text .list .li {font-size: var(--font-txt-S);}
    #w015_index_solution_4 .name {font-size: var(--font-sub-S);}
    #w015_index_solution_4 .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w015_index_solution_4 .button {font-size: var(--font-txt-S);min-width: 240px;height: 80px;border-radius: 40px;line-height: 80px;}
}

.w015_index_case_5_bg {background: var(--bgColor);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
    .w015_index_case_5_bg {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w015_index_case_5 .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: 48px;}
#w015_index_case_5 .list {margin-bottom: 54px;}
#w015_index_case_5 .list .li {font-size: 16px;line-height: 1;color: #333;padding: 12px 18px;margin: 0 5px;border-bottom: 1px solid #d9d9d9;}
#w015_index_case_5 .list .li.cur {color: var(--hoverColor);border-color: var(--hoverColor);}

#w015_index_case_5.myleft .title{text-align: left;}
#w015_index_case_5.myright .title{text-align: right;}
#w015_index_case_5.mycenter .title{text-align: center;}

#w015_index_case_5.myleft .list{justify-content: flex-start;}
#w015_index_case_5.myright .list{justify-content: flex-end;}
#w015_index_case_5.mycenter .list{justify-content: center;}

@media (any-hover:hover) {
    #w015_index_case_5 .list .li:hover {color: var(--hoverColor);border-color: var(--hoverColor);}
}
@media screen and (max-width:750px) {
    #w015_index_case_5 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w015_index_case_5 .list {flex-wrap: wrap;}
    #w015_index_case_5 .list .li {font-size: var(--font-txt-S);padding: 29px 18px;}
}


#w015_index_case_5_loop .img {width: 49.21%;z-index: 5;}
#w015_index_case_5_loop .img .icon::before {padding-top: 71.11%;}
#w015_index_case_5_loop .text {width: 37.239%;z-index: 4;box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
#w015_index_case_5_loop .text .container {height: 100%;}
#w015_index_case_5_loop .text .box {background-color: #fff;padding: 84px 50px 84px 70px;}
#w015_index_case_5_loop .text .box .head .icon {width: 63px;height: 47px;flex-shrink: 0;margin-right: 20px;}
#w015_index_case_5_loop .text .box .head .icon .svg {max-width: 100%;max-height: 100%;}
#w015_index_case_5_loop .text .box .head .name {font-size: 30px;line-height: 1;color: #333;}
#w015_index_case_5_loop .text .box .brief {font-size: 16px;line-height: 1.875;color: #666;height: 150px;margin-top: 25px;margin-bottom: 60px;}
#w015_index_case_5_loop .text .box .button {font-size: 16px;line-height: 60px;width: 165px;height: 60px; 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);}
#w015_index_case_5_loop .text .switch {width: 270px;height: 60px;z-index: 5;display: grid;grid-template-columns: repeat(3,calc((100%)/3));left: 70px;bottom: 16.4%;}
#w015_index_case_5_loop .text .switch .icon {font-size: 30px;line-height: 1;color: #3d3d3d;transition: .3s;}
#w015_index_case_5_loop .text .switch .time {font-size: 30px;line-height: 1;color: #3d3d3d;font-weight: bold;}
#w015_index_case_5_loop .text .switch .time .step {color: var(--curColor);}
#w015_index_case_5_text.title_en {font-size: 280px;line-height: 1;color: #ededed;font-weight: bold;writing-mode:vertical-rl;right: 25px;bottom: 0;}


@media (any-hover:hover) {
    #w015_index_case_5_loop .text .box .button:hover {box-shadow: 0 0 10px 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);}
    #w015_index_case_5_loop .text .switch .icon:hover {color: var(--btnColor);}
}
@media screen and (max-width:1700px) {
    #w015_index_case_5_loop .text .switch {bottom: 20px;}
}
@media screen and (max-width:1400px) {
    #w015_index_case_5_loop .img,
    #w015_index_case_5_loop .text {width: 50%;height: 100%;}
}
@media screen and (max-width:1400px) {
    #w015_index_case_5_loop .img,
    #w015_index_case_5_loop .text {width: 80%;margin: 0 auto;}
    #w015_index_case_5_loop .text .switch {left: 50%;transform: translateX(-50%);}
}
@media screen and (max-width:750px) {
    #w015_index_case_5_loop .img,
    #w015_index_case_5_loop .text {width: 90%;margin: 0 auto;}
    #w015_index_case_5_loop .text .box {padding: 40px;padding-bottom: 150px;}
    #w015_index_case_5_loop .text .box .head .name {font-size: var(--font-sub-S);}
    #w015_index_case_5_loop .text .box .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: calc(var(--font-txt-L)*3);-webkit-line-clamp:3;}
    #w015_index_case_5_loop .text .box .button {font-size: var(--font-txt-S);}
    #w015_index_case_5_loop .text .switch {width: 300px;height: 80px;grid-template-columns: 100%;bottom: 50px;}
    #w015_index_case_5_loop .text .switch .icon {display: none;}
    #w015_index_case_5_loop .text .switch .time {font-size: var(--font-sub-S);}
    #w015_index_case_5_loop .text .box .button {min-width: 240px;height: 80px;border-radius: 40px;line-height: 80px;}
}

.w015_index_about_6_wrap {background-color: var(--bgColor);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w015_index_about_6 .text {width: 49%;padding: 90px 0;z-index: 5;}
#w015_index_about_6 .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: 20px;}
#w015_index_about_6 .text .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);margin-bottom: 40px;}
#w015_index_about_6 .text .brief {font-size: 16px;line-height: 1.5;color: #333;margin-bottom: 70px;}
#w015_index_about_6 .text .button {font-size: 16px;line-height: 60px;width: 165px;height: 60px;transition: .3s; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}
#w015_index_about_6 .pic {width: 49%;z-index: 5;}
#w015_index_about_6 .pic .img {margin: 180px 0 190px 43px;}
#w015_index_about_6 .pic .img::before {padding-top: 66.66%;}
#w015_index_about_6 .pic .year {font-size: 200px;line-height: 1;color: #fff;font-weight: bold;z-index: 5;right: 0;bottom: 0;}
#w015_index_about_6 .pic .bg {font-size: 30px;line-height: 1;color: #fff;font-weight: bold;top: 0;bottom: 0;left: 34.64%;right: -999px;background-color: var(--picBgColor);padding: 50px 40px;}


#w015_index_about_6_text {font-size: 370px;line-height: 1;color: #ededed;top: 0;left: -20%;z-index: 1;}


@media (any-hover:hover) {
    #w015_index_about_6 .text .button:hover {box-shadow: 0 0 10px 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);}
}
@media screen and (max-width:1300px) {
    #w015_index_about_6 .text,
    #w015_index_about_6 .pic {width: 90%;margin: 0 auto;}
    #w015_index_about_6 .pic .img {margin: 150px 0;}
}
@media screen and (max-width:750px) {
    .w015_index_about_6_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w015_index_about_6 .text .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w015_index_about_6 .text .title_en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w015_index_about_6 .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w015_index_about_6 .text .button {font-size: var(--font-txt-S);min-width: 240px;height: 80px;border-radius: 40px;line-height: 80px;}
    #w015_index_about_6 .pic .bg {font-size: var(--font-sub-S);}
}
#w015_index_news_7 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w015_index_news_7 .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: 70px;}

#w015_index_news_7.myleft .title{text-align: left;}
#w015_index_news_7.myright .title{text-align: right;}
#w015_index_news_7.mycenter .title{text-align: center;}

#w015_index_news_7 .content .box {width: 49%;}
#w015_index_news_7 .content .box .img {width: 43.8%;}
#w015_index_news_7 .content .box .img::before {padding-top: 123.3333%;}
#w015_index_news_7 .content .box .text {padding: 50px 40px;}
#w015_index_news_7 .content .box .text .name {font-size: 18px;line-height: 1.66;color: #000;}
#w015_index_news_7 .content .box .text .time {font-size: 16px;line-height: 1;color: #333;margin: 10px 0 30px 0;}
#w015_index_news_7 .content .box .text .brief {font-size: 16px;line-height: 1.5;color: #666;}
#w015_index_news_7 .content .box .text .button {font-size: 16px;line-height: 50px;width: 130px;height: 50px;bottom: 50px; 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);}

@media (any-hover:hover) {
    #w015_index_news_7 .content .box:hover .text .name {color: var(--hoverColor);}
    #w015_index_news_7 .content .box:hover .text .button {box-shadow: 0 0 10px 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);}
}
@media screen and (max-width:1500px) {
    #w015_index_news_7 .content .box .text .button {bottom: 20px;}
}
@media screen and (max-width:1300px) {
    #w015_index_news_7 .content .box {width: 100%;margin: 10px 0;}
    #w015_index_news_7 .content .box .text {padding: 20px;}
}
@media screen and (max-width:750px) {
    #w015_index_news_7 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w015_index_news_7 .content .box .img {width: 100%;}
    #w015_index_news_7 .content .box .text {width: 100%;}
    #w015_index_news_7 .content .box .text .name {font-size: var(--font-sma-S);line-height: var(--font-sma-L);max-height: calc(var(--font-sma-L)*2);}
    #w015_index_news_7 .content .box .text .time {font-size: var(--font-txt-S);margin: 15px 0;}
    #w015_index_news_7 .content .box .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(var(--font-txt-L)*3);margin-bottom: 20px;}
    #w015_index_news_7 .content .box .text .button {font-size: var(--font-txt-S);height: 80px;min-width: 240px;border-radius: 40px;line-height: 80px;position: relative;display: block;bottom: 0;}
}
.w011_index_footer_8_color {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background-color: var(--bg_color);color: var(--font_color_1);overflow: hidden;}

#w011_index_footer_8 {}
#w011_index_footer_8 .head {border-bottom: 1px solid var(--font_color_2);min-height: 150px;}
#w011_index_footer_8 .head .logo {width: 160px;flex-shrink: 0;}
#w011_index_footer_8 .head .logo.widthAuto {width: auto;}
/* #w011_index_footer_8 .head .logo::before {padding-top: 37.5%;} */
/* #w011_index_footer_8 .head .logo img {max-width: 100%;max-height: 100%;flex-shrink: 0;} */
#w011_index_footer_8 .head .pc_nav{flex: 1;display: flex;flex-wrap: wrap;gap: 10px 70px;justify-content: flex-end;margin-left: 30px;}
#w011_index_footer_8 .head .pc_nav .link {font-size: 16px;line-height: 2;display: block;transition: 0.3s;}

#w011_index_footer_8 .contact {margin-top: 30px;}
#w011_index_footer_8 .contact .dt {font-size: 30px;line-height: 1.6;padding: 5px 0;}
#w011_index_footer_8 .contact .dt .icon {font-size: 30px;margin-left: 20px;}
#w011_index_footer_8 .contact .dt .icon:first-child{margin-left: 0;}
#w011_index_footer_8 .contact .dd {font-size: 16px;line-height: 1.6;padding: 5px 0;}

@media (any-hover: hover){
    #w011_index_footer_8 .head .pc_nav .link:hover{color:var(--hover_color);text-decoration:underline;}
}



@media screen and (max-width:750px) {
    .w011_index_footer_8_color {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_index_footer_8 .head {border: none;height: auto;flex-direction: column;}
    #w011_index_footer_8 .head .logo {min-width: 100%;display: none;}
    #w011_index_footer_8 .head .pc_nav{margin-left: 0;width: 100%;}
    #w011_index_footer_8 .head .pc_nav .link {font-size: var(--font-txt-S);line-height: var(--font-txt-L);border-bottom: 1px solid var(--font_color_2);padding: 20px 0;width: 100%;}

    #w011_index_footer_8 .contact .dt {font-size: var(--font-sub-S);line-height: var(--font-sub-L);padding: 10px 0 30px;}
    #w011_index_footer_8 .contact .dt .icon {font-size: var(--font-sub-S);}
    #w011_index_footer_8 .contact .dd {font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 10px 0;}
    #w011_index_footer_8 .contact_left .dd{padding: 10px 0 30px;}
}


#w011_index_footer_8_links{font-size: 16px;height: 72px;border-bottom: 1px solid var(--font_color_2);}
#w011_index_footer_8_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w011_index_footer_8_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w011_index_footer_8_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}
