
.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_12_nav{}
#w001_index_header_12_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_12_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_12_nav .head{color: #333;}

#w001_index_header_12_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_12_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_12_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_12_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_12_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_12_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_12_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_12_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_12_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_12_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_12_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_12_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_12_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_12_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_12_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_12_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_12_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_12_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_12_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_12_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_12.pc_app #w001_index_header_12_nav .head_nav .li{display: none;}
.w001_index_header_12.pc_app #w001_index_header_12_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_12_nav .head_nav .li{display: none;}
    #w001_index_header_12_nav .head .menu{display: block;}
    /* #w001_index_header_12_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_12_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_12_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_12_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_12_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_12_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_12_nav .head_btn .language{display: none;}

    #w001_index_header_12_nav .head .menu{padding: 30px;}
    #w001_index_header_12_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_12_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_12_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_12_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_12_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_12_nav .head .menu{display: none;}
.w001_index_header_12 #w001_index_header_12_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}
}
#w007_index_hengfu_13 {font-size: 0;}
#w007_index_hengfu_13 .slide{}
#w007_index_hengfu_13 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w007_index_hengfu_13.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w007_index_hengfu_13 .type-a .slide .img_pc{transform: scale(1)!important;}
#w007_index_hengfu_13 .type-c .slide .img_pc{transform:scale(1)!important;}


#w007_index_hengfu_13 .slide .content{display: flex;height: calc( 100% - 180px );position: absolute;top: 53%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w007_index_hengfu_13 .text{display: flex;flex-direction: column;max-width: 100%;}
#w007_index_hengfu_13 .content[position="2"] .text,
#w007_index_hengfu_13 .content[position="5"] .text,
#w007_index_hengfu_13 .content[position="8"] .text{align-items: center;}
#w007_index_hengfu_13 .content[position="3"] .text,
#w007_index_hengfu_13 .content[position="6"] .text,
#w007_index_hengfu_13 .content[position="9"] .text{align-items: flex-end;}


#w007_index_hengfu_13 .container .content .text .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);}
#w007_index_hengfu_13 .container .content .text .brief{margin-top: 30px;margin-bottom: 40px; 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);}
#w007_index_hengfu_13 .container .content .text .view {width: 160px;height: 50px;padding: 0 16px;margin-top: 40px; pointer-events: all;transition: .3s;font-size: 16px; 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);}
#w007_index_hengfu_13 .container .content .text .view i{font-size: 24px;margin-left: 10px;}
@media (any-hover:hover) {
    #w007_index_hengfu_13 .container .content .text .view:hover {padding-right: 10px; color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
}



/* 页数样式 */
#w007_index_hengfu_13 .swiper-pagination-bullets{bottom: 90px;width: auto;left: 2%;}
#w007_index_hengfu_13 .swiper-pagination-bullet{width: 20px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w007_index_hengfu_13 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w007_index_hengfu_13 .container .swiper-pagination-bullet-active{width: 30px;}
#w007_index_hengfu_13 .swiper-pagination-bullet-active::before{height: 2px;background: var(--pageColor);opacity: 1;}



@media screen and (max-width:1000px) {
    #w007_index_hengfu_13 .container .circle-page {bottom: 10px;}
}

@media screen and (max-width: 750px){
    #w007_index_hengfu_13{display: none;}
}
#w007_index_about_17 {background-color: var(--bgColor);font-size: 0;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w007_index_about_17 .story {width: 50%;padding-top: 100px;padding-right: 45px;padding-left: 100px;}
#w007_index_about_17 .story .color_bg{position: absolute;top:0;right: -250px;bottom: 0;left: -9000px;background-color: #fff;}
#w007_index_about_17 .story .word_bg {font-size: 300px;line-height: 1;-webkit-text-stroke: 2px var(--bgColor);-webkit-text-fill-color: transparent;z-index: 1;font-style: normal;bottom: -10%;left: -100px;}

#w007_index_about_17 .story .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: 34px;}
#w007_index_about_17 .story .brief {font-size: 16px;color: #7a7c85;line-height: 187.5%;}
#w007_index_about_17 .story .button {width: 160px;height: 50px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;padding: 0 21px;margin-top: 10.28%;font-size: 16px; 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);}
#w007_index_about_17 .story .button .jt {font-size: 24px;color: var(--btn_1st_icon_color);}

#w007_index_about_17 .story .data {display: flex;align-items: center;margin:17.14% 0 100px;}
#w007_index_about_17 .story .data .box {margin: 0 51px 20px 79px;}
#w007_index_about_17 .story .data .box .name .a {font-size: 60px;line-height: 1;font-weight: bold;color: #222;margin-bottom: 10px;}
#w007_index_about_17 .story .data .box .name .b {font-size: 26px;line-height: 1;font-weight: bold;color: #222;}
#w007_index_about_17 .story .data .box .text {font-size: 16px;line-height: 1.875;color: #7A7C85;}

#w007_index_about_17 .img .b .a {top: 332px;width: 800px;height: 500px;}
#w007_index_about_17 .img .text {width: 0;height: 0;writing-mode: vertical-rl;z-index: 5;font-size: 16px;color: #7A7C85;margin-top: 100px;}

@media screen and (max-width:1300px) {
    #w007_index_about_17 .content {display: flex;flex-wrap: wrap;}
    #w007_index_about_17 .story {width: 100%;padding: 40px;}
    #w007_index_about_17 .story .color_bg {right: 0;left: 0;}
    #w007_index_about_17 .img {width: 100%;}
    #w007_index_about_17 .img .b {padding-top: 62.5%;overflow:hidden;font-size:0;position:relative;background: url() no-repeat center / cover;}
    #w007_index_about_17 .img .b .a {width: 100%;height: 100%;top: 0;position: absolute;}
    #w007_index_about_17 .img .text {display: none;}
}

@media screen and (max-width:750px) {
    #w007_index_about_17{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w007_index_about_17 .story .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w007_index_about_17 .story .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w007_index_about_17 .story .data {margin-bottom: 20px;}
    #w007_index_about_17 .story .data .box {margin-bottom: 40px;}
    #w007_index_about_17 .story .data .box .name .a {font-size: var(--font-big-S);}
    #w007_index_about_17 .story .data .box .name .b {font-size: var(--font-txt-S);}
    #w007_index_about_17 .story .button {font-size: var(--font-txt-S);width: 300px;height: 80px;}
    #w007_index_about_17 .story .button .jt {font-size: var(--font-txt-S);}
    #w007_index_about_17 .story .data .box .text {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}
#w007_index_product_2_15 {background-color: #f6f7f9;font-size: 0;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w007_index_product_2_15 .title {display: flex; justify-content: space-between;align-items: center;}
#w007_index_product_2_15 .title .tit {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: 10px;}
#w007_index_product_2_15 .title .tag {font-size: 16px;color: #acaeb5;line-height: 1.5;}
#w007_index_product_2_15 .title .prev_next {display: grid;justify-content: space-between;align-items: center;grid-template-columns: 1fr 1fr;border: 1px solid #E1E2E5;color: #111;background-color: #fff;}
#w007_index_product_2_15 .title .prev_next .prev {border-right: 1px solid #E1E2E5;width: 105px;height: 49px;font-size: 24px;}
#w007_index_product_2_15 .title .prev_next .next {width: 105px;height: 49px;font-size: 23px;}
#w007_index_product_2_15 .title .prev_next > *{transition: .3s;}
#w007_index_product_2_15 .title .prev_next > *:hover{box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);}


#w007_index_product_2_15.myleft .title{text-align: left;}
#w007_index_product_2_15.mycenter .title{text-align: center;flex-direction: column;justify-content: center;gap: 30px 0;}
#w007_index_product_2_15.myright .title{text-align: right;flex-direction: row-reverse;}


#w007_index_product_2_15 .swiper {width: calc(100% + 40px);margin-left: -20px;padding: 20px;}
#w007_index_product_2_15 .swiper .slide {transition: .3s;width: 25%;}
#w007_index_product_2_15 .swiper .slide .img{padding-top:100%;}
#w007_index_product_2_15 .swiper .slide .text {padding: 0 30px 10px;margin-top: 10px;}
#w007_index_product_2_15 .swiper .slide .text .name {font-size: 20px;color: #222;line-height: 1;margin: 10px 0;}
#w007_index_product_2_15 .swiper .slide .text .brief {font-size: 16px;color: #acaeb5;line-height: 1;display: flex;justify-content: space-between;align-items: center;margin-bottom: 10px;transition: .3s;}
#w007_index_product_2_15 .swiper .slide .text .brief .jt {color: #111;font-size: 24px;}

@media (any-hover:hover) {
    #w007_index_product_2_15 .swiper .slide:hover .text .name {color: var(--hoverColor);}
    #w007_index_product_2_15 .swiper .slide:hover .text .brief {padding-right: 10px;}
    #w007_index_product_2_15 .swiper .slide:hover .text .brief .jt {color: var(--hoverColor);}
}
@media screen and (max-width:750px) {
    #w007_index_product_2_15 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w007_index_product_2_15 .title .tit {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w007_index_product_2_15 .title .tag {font-size: var(--font-txt-S);}
    #w007_index_product_2_15 .title .prev_next {display: none;}
    #w007_index_product_2_15 .swiper .slide {width: 100%;}
    #w007_index_product_2_15 .swiper .slide .text .name {font-size: var(--font-sma-S);}
    #w007_index_product_2_15 .swiper .slide .text .brief {font-size: var(--font-txt-S);}
    #w007_index_product_2_15 .swiper .slide .text .brief .jt {font-size: var(--font-sma-S);}
}
#w007_index_news_18 {background-color: var(--bgColor);font-size: 0;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w007_index_news_18 .head {margin-bottom: 54px;}
#w007_index_news_18 .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: 14px;}
#w007_index_news_18 .head .prompt {font-size: 16px;line-height: 1.875;color: #ACAEB5;}

#w007_index_news_18.myleft .head{text-align: left;}
#w007_index_news_18.mycenter .head{text-align: center;}
#w007_index_news_18.myright .head{text-align: right;}

#w007_index_news_18 .box {background-color: #fff;overflow: hidden;transition: .3s;}
#w007_index_news_18 .box .img {padding-bottom: 62.4324%;margin-bottom: 4px;}
#w007_index_news_18 .box .mation {padding: 20px 30px;}
#w007_index_news_18 .box .mation .tit {font-size: 18px;color: #222;line-height: 30px;height: 60px;margin-bottom: 10px;transition: .3s;}
#w007_index_news_18 .box .mation .text {font-size: 16px;color: #7A7C85;line-height: 1.5;height: 72px;margin-bottom: 30px;}
#w007_index_news_18 .box .mation .time {font-size: 14px;color: #7A7C85;line-height: 1;display: flex;justify-content: space-between;align-items: center;margin-bottom: 18px;transition: .3s;}
#w007_index_news_18 .box .mation .time .jt {font-size: 24px;color: #111;}

#w007_index_news_18 .container {width: calc(100% + 40px);padding: 20px;margin-left: -20px;}
#w007_index_news_18 .container .wrapper {margin-bottom: 65px;}
#w007_index_news_18 .container .swiper-pagination {display: flex;align-items: center;justify-content: center;}
#w007_index_news_18 .container .swiper-pagination-bullet {background: #afb0b4;opacity: 1;width: 6px;height: 6px;margin: 0 7px;}
#w007_index_news_18 .container .swiper-pagination-bullet-active {background: var(--pageColor);border: 5px solid var(--bgColor);box-sizing: content-box;box-shadow: 0 0 0 2px var(--pageColor);}

@media (any-hover:hover) {
    #w007_index_news_18 .box:hover {box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
    #w007_index_news_18 .box:hover .mation .tit {color: var(--hoverColor);}
    #w007_index_news_18 .box:hover .mation .time {padding-right: 10px;color: var(--timeColor);}
    #w007_index_news_18 .box:hover .mation .time .jt {color: var(--timeColor);right: -10px;}
}
@media screen and (max-width:1500px) {
}
@media screen and (max-width:750px) {
    #w007_index_news_18 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w007_index_news_18 .head .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w007_index_news_18 .head .prompt {font-size: var(--font-txt-S);}
    #w007_index_news_18 .box .mation .tit {font-size: var(--font-sma-S);line-height: var(--font-sma-L);height: calc(var(--font-sma-L)*2);}
    #w007_index_news_18 .box .mation .text {font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: calc(var(--font-txt-L)*3);}
    #w007_index_news_18 .box .mation .time {font-size: var(--font-bri-S);}
    #w007_index_news_18 .box .mation .time .jt {font-size: var(--font-sma-S);}
}

/* sz32821188AB    sz32821188AC  sz32821188AD*/
.w011_index_footer_19_color {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background-color: var(--bg_color);color: var(--font_color_1);overflow: hidden;}

#w011_index_footer_19 {}
#w011_index_footer_19 .head {border-bottom: 1px solid var(--font_color_2);min-height: 150px;}
#w011_index_footer_19 .head .logo {width: 160px;flex-shrink: 0;}
#w011_index_footer_19 .head .logo.widthAuto {width: auto;}
/* #w011_index_footer_19 .head .logo::before {padding-top: 37.5%;} */
/* #w011_index_footer_19 .head .logo img {max-width: 100%;max-height: 100%;flex-shrink: 0;} */
#w011_index_footer_19 .head .pc_nav{flex: 1;display: flex;flex-wrap: wrap;gap: 10px 70px;justify-content: flex-end;margin-left: 30px;}
#w011_index_footer_19 .head .pc_nav .link {font-size: 16px;line-height: 2;display: block;transition: 0.3s;}

#w011_index_footer_19 .contact {margin-top: 30px;}
#w011_index_footer_19 .contact .dt {font-size: 30px;line-height: 1.6;padding: 5px 0;}
#w011_index_footer_19 .contact .dt .icon {font-size: 30px;margin-left: 20px;}
#w011_index_footer_19 .contact .dt .icon:first-child{margin-left: 0;}
#w011_index_footer_19 .contact .dd {font-size: 16px;line-height: 1.6;padding: 5px 0;}

@media (any-hover: hover){
    #w011_index_footer_19 .head .pc_nav .link:hover{color:var(--hover_color);text-decoration:underline;}
}



@media screen and (max-width:750px) {
    .w011_index_footer_19_color {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_index_footer_19 .head {border: none;height: auto;flex-direction: column;}
    #w011_index_footer_19 .head .logo {min-width: 100%;display: none;}
    #w011_index_footer_19 .head .pc_nav{margin-left: 0;width: 100%;}
    #w011_index_footer_19 .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_19 .contact .dt {font-size: var(--font-sub-S);line-height: var(--font-sub-L);padding: 10px 0 30px;}
    #w011_index_footer_19 .contact .dt .icon {font-size: var(--font-sub-S);}
    #w011_index_footer_19 .contact .dd {font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 10px 0;}
    #w011_index_footer_19 .contact_left .dd{padding: 10px 0 30px;}
}


#w011_index_footer_19_links{font-size: 16px;height: 72px;border-bottom: 1px solid var(--font_color_2);}
#w011_index_footer_19_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w011_index_footer_19_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w011_index_footer_19_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}
