
.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{opacity: 0;pointer-events: none;}
.lyuiheader_nav_001.hide-active *{pointer-events: none!important;}

/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/

#w001_index_header_15_nav{transition: background-color .3s;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
#w001_index_header_15_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
#w001_index_header_15_nav .head{height: var(--head_top_height);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_15_nav{box-shadow: none;}
#header.fixed.scroll-top #w001_index_header_15_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top #w001_index_header_15_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .head{color: #333;}

#w001_index_header_15_nav .stockCode{margin-left: 10px;font-size: 16px;line-height: 1.5;opacity: 0.6;}

#w001_index_header_15_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;}
#w001_index_header_15_nav .btnCS:hover{opacity: 0.8;}


/* 背景色 */
#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_15_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_15_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_15_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_15_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_15_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#w001_index_header_15_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}

/* 按钮部分 */
#w001_index_header_15_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_15_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_15_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_15_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_15_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_15_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_15_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_15_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_15_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_15_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_15_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_15_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .head .menu i::after{background: #333;}


/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_15_nav{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_15_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_15_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_15_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_15_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_15.pc_app #w001_index_header_15_nav .head_nav .li{display: none;}
.w001_index_header_15.pc_app #w001_index_header_15_nav .head .menu{display: block;}


#w001_index_header_15_nav .mblanguage{display: none;}


@media only screen and (max-width: 1024px) {
    #w001_index_header_15_nav .head_nav .li{display: none;}
    #w001_index_header_15_nav .head .menu{display: block;}
    /* #w001_index_header_15_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_15_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_15_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_15_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
    
    #w001_index_header_15_nav .btnCS{display: none;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_15_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_15_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_15_nav .head_btn .language{display: none;}
    #w001_index_header_15_nav .mblanguage{margin-right: 20px;font-size: 36px;display: flex;}

    #w001_index_header_15_nav .head .menu{padding: 30px;}
    #w001_index_header_15_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_15_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_15_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_15_nav .weblogo{opacity: 0;}
    #header.menu_expand #w001_index_header_15_nav .mblanguage{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_15_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_15_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_15_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_15_nav .head .menu{display: none;}
.w001_index_header_15 #w001_index_header_15_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_15_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_15_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_15_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_15_nav .head_btn{flex: initial;}
}
#w000_index_hengfu_72 {font-size: 0;}
#w000_index_hengfu_72 .slide{}
#w000_index_hengfu_72 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w000_index_hengfu_72.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}


#w000_index_hengfu_72 .slide .message_box{display: flex;height: calc( 100% - 200px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}

#w000_index_hengfu_72 .message{display: flex;flex-direction: column;max-width: 100%;}
#w000_index_hengfu_72 .message_box[position="2"] .message,
#w000_index_hengfu_72 .message_box[position="5"] .message,
#w000_index_hengfu_72 .message_box[position="8"] .message{align-items: center;}
#w000_index_hengfu_72 .message_box[position="3"] .message,
#w000_index_hengfu_72 .message_box[position="6"] .message,
#w000_index_hengfu_72 .message_box[position="9"] .message{align-items: flex-end;}


#w000_index_hengfu_72 .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);}
#w000_index_hengfu_72 .message .p{margin: 19px 0 75px;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);}
#w000_index_hengfu_72 .message .buy{width: 180px;height: 60px;line-height: 60px;text-align: center;font-size: 16px;transition: 0.5s;cursor: pointer;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);}
#w000_index_hengfu_72 .message .buy:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}


#w000_index_hengfu_72 .swiper-pagination-bullets{bottom: 40px;}
#w000_index_hengfu_72 .swiper-pagination-bullet{width: 8px;height: 8px;background: #FFFFFF;margin: 0 10px;}
#w000_index_hengfu_72 .container .swiper-pagination-bullet-active{width: 14px;height: 14px;opacity: 1;transform: translateY(25%);}




@media screen and (max-width: 1024px){
    #w000_index_hengfu_72 .message_box .message .name{font-size: 48px;margin-top: 0.5em;}
    #w000_index_hengfu_72 .message_box .message .p{font-size: 21px;margin:0.6em 0 1.4em;}
    #w000_index_hengfu_72 .message_box .message .buy{font-size: 29px;}
}

@media screen and (max-width: 850px){
    #w000_index_hengfu_72 .message_box .message .name{font-size: 40px;}
    #w000_index_hengfu_72 .message_box .message .p{font-size: 26px;margin:0.6em 0;}
    #w000_index_hengfu_72 .message_box .message .buy{font-size: 26px;}
}

@media screen and (max-width: 750px){
    #w000_index_hengfu_72{display: none;}
}
.default_index_other_0001_111Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}
.default_index_other_0001_111Wrap::before{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.7);z-index: 1;}
@media (max-width: 768px) {
    .default_index_other_0001_111Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}

#default_index_other_0001_111{position: relative;z-index: 2;}
#default_index_other_0001_111 .title{font-size: var(--titleFont_px);color: var(--titleFont_color);font-weight: 700;line-height: 1.2;margin-bottom: 24px;}
#default_index_other_0001_111 .brief{font-size: var(--briefFont_px);color: var(--briefFont_color);line-height: 1.6;}
@media (max-width: 768px) {
    #default_index_other_0001_111 .title{font-size: var(--font-big-S);margin-bottom: .4rem;line-height: 1.6;}
    #default_index_other_0001_111 .brief{font-size: var(--font-txt-S);}
}






#w011_about_brand_112 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_about_brand_112 .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;}

#w011_about_brand_112.myleft .title{text-align: left;}
#w011_about_brand_112.myright .title{text-align: right;}
#w011_about_brand_112.mycenter .title{text-align: center;}

#w011_about_brand_112 .content .img {width: 45%;border-radius: 20px;overflow: hidden;margin-bottom: auto;}
#w011_about_brand_112 .content .img::before {padding-top: 66.66%;}
#w011_about_brand_112 .content .img img {max-width: 100%;max-height: 100%;}
#w011_about_brand_112 .content .text {width: 50%;padding: 50px 0;position: relative;}
#w011_about_brand_112 .content .text .tit {font-size: 22px;color: #222;margin-bottom: 20px;}
#w011_about_brand_112 .content .text .brief {font-size: 16px;color: #777;line-height: 1.875;margin-bottom: 53px;box-sizing: content-box;}
#w011_about_brand_112 .content .text .line {width: 100%;height: 1px;background-color: #e6e6e6;}
#w011_about_brand_112 .content .text .data {margin-top: 40px;}
#w011_about_brand_112 .content .text .data .box {margin: 20px 90px 20px 0;}
#w011_about_brand_112 .content .text .data .box .name {font-size: 16px;line-height: 1;color: #222;margin-bottom: 15px;}
#w011_about_brand_112 .content .text .data .box .numb {font-size: 50px;line-height: 1;color: var(--fontColor);}


@media screen and (max-width:1000px) {
    #w011_about_brand_112 .content {flex-wrap: wrap;}
    #w011_about_brand_112 .content .img {width: 100%;}
    #w011_about_brand_112 .content .img img {width: 100%;height: 100%;}
    #w011_about_brand_112 .content .text {width: 100%;}
}
@media screen and (max-width:750px) {
    #w011_about_brand_112 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_about_brand_112 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_about_brand_112 .content .text .tit {font-size: var(--font-sma-S);}
    #w011_about_brand_112 .content .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);display: block;}
    #w011_about_brand_112 .content .text .data .box .name {font-size: var(--font-txt-S);}
    #w011_about_brand_112 .content .text .data .box .numb {font-size: var(--font-big-S);}
}
.w011_chain_condition_98_bj {background: 100%/cover;right: 0;}

#w011_chain_condition_98 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_chain_condition_98 .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: 50px;}

#w011_chain_condition_98.myleft .title{text-align: left;}
#w011_chain_condition_98.myright .title{text-align: right;}
#w011_chain_condition_98.mycenter .title{text-align: center;}

#w011_chain_condition_98 .content .img {width: 45%;border-radius: 20px;margin-bottom: auto;}
#w011_chain_condition_98 .content .img::before {padding-top: 66.66%;}
#w011_chain_condition_98 .content .img img {max-width: 100%;max-height: 100%;}
#w011_chain_condition_98 .content .text {width: 50%;padding-top: 50px;}
#w011_chain_condition_98 .content .text .brief {font-size: 16px;line-height: 1.5;color: #222;margin-bottom: 20px;}
#w011_chain_condition_98 .content .text .hotline {font-size: 20px;line-height: 1;color: var(--fontColor);margin-top: 50px;}
#w011_chain_condition_98 .content .text .hotline .btext {font-size: 36px;color: var(--fontColor);margin-top: 15px;}

@media screen and (max-width:1000px) {
    #w011_chain_condition_98 .content .img {width: 100%;}
    #w011_chain_condition_98 .content .text {width: 100%;}
}
@media screen and (max-width:750px) {
    #w011_chain_condition_98 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_chain_condition_98 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_chain_condition_98 .content .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w011_chain_condition_98 .content .text .hotline {font-size: var(--font-sma-S);}
    #w011_chain_condition_98 .content .text .hotline .btext {font-size: var(--font-big-S);}
}

#w031_about_other_105{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w031_about_other_105 .cont .left{width:45%;}
#w031_about_other_105 .cont .left .img{width:100%;}
#w031_about_other_105 .cont .left .img img{width:100%;object-fit:contain;}
#w031_about_other_105 .cont .right{width:calc(100% - 5.715% - 45%);padding-top:160px;}
#w031_about_other_105 .cont .right .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);}
#w031_about_other_105 .cont .right .brief1{font-size:14px;color:rgb(77, 77, 77);line-height:1.6;}
#w031_about_other_105 .cont .right .brief2{font-size:14px;color:#999;line-height:1.6;margin:45px 0;}
#w031_about_other_105 .cont .right .btn{font-size:14px;line-height:44px;border-radius:var(--btn_1st_border_radius);color:var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);white-space: nowrap;border:var(--btn_1st_border_width) var(--btn_1st_border_style) var(--btn_1st_border_color);padding: 0 35px;min-width: 140px;min-height: 48px;width:fit-content;}
#w031_about_other_105 .cont .right .btn:hover{ background-color:var(--btn_1st_hover_bg_color);color:var(--btn_1st_hover_color);border-color:var(--btn_1st_hover_border_color);}

#w031_about_other_105.myleft .right{text-align: left;}
#w031_about_other_105.myright .right{text-align: right;}
#w031_about_other_105.mycenter .right{text-align: center;}
@media screen and (max-width:1280px) {
    #w031_about_other_105 .cont .right{padding-top:80px;}
}
@media screen and (max-width:750px) {
    #w031_about_other_105 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w031_about_other_105 .cont {display:block;}
    #w031_about_other_105 .cont .left{width:100%;}
    #w031_about_other_105 .cont .right{width:100%;}
    #w031_about_other_105 .cont .right .title {font-size: var(--font-sub-S);}
    #w031_about_other_105 .cont .right .brief1,
    #w031_about_other_105 .cont .right .brief2{font-size:var(--font-bri-S);}
    #w031_about_other_105 .cont .right .btn{font-size:var(--font-bri-S);line-height:2;min-height:60px;}
}
#w031_about_other_108{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w031_about_other_108 .cont .left{width:45%;}
#w031_about_other_108 .cont .left .img{width:100%;}
#w031_about_other_108 .cont .left .img img{width:100%;object-fit:contain;}
#w031_about_other_108 .cont .right{width:calc(100% - 5.715% - 45%);padding-top:160px;}
#w031_about_other_108 .cont .right .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);}
#w031_about_other_108 .cont .right .brief1{font-size:14px;color:rgb(77, 77, 77);line-height:1.6;}
#w031_about_other_108 .cont .right .brief2{font-size:14px;color:#999;line-height:1.6;margin:45px 0;}
#w031_about_other_108 .cont .right .btn{font-size:14px;line-height:44px;border-radius:var(--btn_1st_border_radius);color:var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);white-space: nowrap;border:var(--btn_1st_border_width) var(--btn_1st_border_style) var(--btn_1st_border_color);padding: 0 35px;min-width: 140px;min-height: 48px;width:fit-content;}
#w031_about_other_108 .cont .right .btn:hover{ background-color:var(--btn_1st_hover_bg_color);color:var(--btn_1st_hover_color);border-color:var(--btn_1st_hover_border_color);}

#w031_about_other_108.myleft .right{text-align: left;}
#w031_about_other_108.myright .right{text-align: right;}
#w031_about_other_108.mycenter .right{text-align: center;}
@media screen and (max-width:1280px) {
    #w031_about_other_108 .cont .right{padding-top:80px;}
}
@media screen and (max-width:750px) {
    #w031_about_other_108 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w031_about_other_108 .cont {display:block;}
    #w031_about_other_108 .cont .left{width:100%;}
    #w031_about_other_108 .cont .right{width:100%;}
    #w031_about_other_108 .cont .right .title {font-size: var(--font-sub-S);}
    #w031_about_other_108 .cont .right .brief1,
    #w031_about_other_108 .cont .right .brief2{font-size:var(--font-bri-S);}
    #w031_about_other_108 .cont .right .btn{font-size:var(--font-bri-S);line-height:2;min-height:60px;}
}
#w031_about_other_109{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w031_about_other_109 .cont .left{width:45%;}
#w031_about_other_109 .cont .left .img{width:100%;}
#w031_about_other_109 .cont .left .img img{width:100%;object-fit:contain;}
#w031_about_other_109 .cont .right{width:calc(100% - 5.715% - 45%);padding-top:160px;}
#w031_about_other_109 .cont .right .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);}
#w031_about_other_109 .cont .right .brief1{font-size:14px;color:rgb(77, 77, 77);line-height:1.6;}
#w031_about_other_109 .cont .right .brief2{font-size:14px;color:#999;line-height:1.6;margin:45px 0;}
#w031_about_other_109 .cont .right .btn{font-size:14px;line-height:44px;border-radius:var(--btn_1st_border_radius);color:var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);white-space: nowrap;border:var(--btn_1st_border_width) var(--btn_1st_border_style) var(--btn_1st_border_color);padding: 0 35px;min-width: 140px;min-height: 48px;width:fit-content;}
#w031_about_other_109 .cont .right .btn:hover{ background-color:var(--btn_1st_hover_bg_color);color:var(--btn_1st_hover_color);border-color:var(--btn_1st_hover_border_color);}

#w031_about_other_109.myleft .right{text-align: left;}
#w031_about_other_109.myright .right{text-align: right;}
#w031_about_other_109.mycenter .right{text-align: center;}
@media screen and (max-width:1280px) {
    #w031_about_other_109 .cont .right{padding-top:80px;}
}
@media screen and (max-width:750px) {
    #w031_about_other_109 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w031_about_other_109 .cont {display:block;}
    #w031_about_other_109 .cont .left{width:100%;}
    #w031_about_other_109 .cont .right{width:100%;}
    #w031_about_other_109 .cont .right .title {font-size: var(--font-sub-S);}
    #w031_about_other_109 .cont .right .brief1,
    #w031_about_other_109 .cont .right .brief2{font-size:var(--font-bri-S);}
    #w031_about_other_109 .cont .right .btn{font-size:var(--font-bri-S);line-height:2;min-height:60px;}
}
#w011_index_pictures_42 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_index_pictures_42 .title {font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin: 0px 0 48px 0;}

#w011_index_pictures_42.myleft .title{text-align: left;}
#w011_index_pictures_42.myright .title{text-align: right;}
#w011_index_pictures_42.mycenter .title{text-align: center;}

/* #w011_index_pictures_42 .autoloop {min-height: 680px;} */
#w011_index_pictures_42 .autoloop .img {width: 480px;}
#w011_index_pictures_42 .autoloop .img::before {padding-top: 141.6666%;}
#w011_index_pictures_42 .button {font-size: 16px;width: 200px;height: 60px;margin: 50px auto 0;padding: 0 20px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w011_index_pictures_42 .button .jt {font-size: 14px;font-weight: bolder;width: 26px;height: 26px;border-radius: 50%;color: var(--btn_1st_bg_color);background-color: var(--btn_1st_font_color);}

@media screen and (max-width:750px) {
    #w011_index_pictures_42 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_index_pictures_42 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_index_pictures_42 .button {font-size: var(--font-txt-S);height: 80px;min-width: 280px;border-radius: 40px;}
    #w011_index_pictures_42 .button .jt {font-size: var(--font-bri-S);width: 40px;height: 40px;}
}
.w011_index_footer_23_color {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background-color: var(--bg_color);color: var(--font_color_1);overflow: hidden;}

#w011_index_footer_23 {}
#w011_index_footer_23 .head {border-bottom: 1px solid var(--font_color_2);min-height: 150px;}
#w011_index_footer_23 .head .logo {width: 160px;flex-shrink: 0;}
#w011_index_footer_23 .head .logo.widthAuto {width: auto;}
/* #w011_index_footer_23 .head .logo::before {padding-top: 37.5%;} */
/* #w011_index_footer_23 .head .logo img {max-width: 100%;max-height: 100%;flex-shrink: 0;} */
#w011_index_footer_23 .head .pc_nav{flex: 1;display: flex;flex-wrap: wrap;gap: 10px 70px;justify-content: flex-end;margin-left: 30px;}
#w011_index_footer_23 .head .pc_nav .link {font-size: 16px;line-height: 2;display: block;transition: 0.3s;}

#w011_index_footer_23 .contact {margin-top: 30px;}
#w011_index_footer_23 .contact .dt {font-size: 30px;line-height: 1.6;padding: 5px 0;}
#w011_index_footer_23 .contact .dt .icon {font-size: 30px;margin-left: 20px;}
#w011_index_footer_23 .contact .dt .icon:first-child{margin-left: 0;}
#w011_index_footer_23 .contact .dd {font-size: 16px;line-height: 1.6;padding: 5px 0;}

@media (any-hover: hover){
    #w011_index_footer_23 .head .pc_nav .link:hover{color:var(--hover_color);text-decoration:underline;}
}



@media screen and (max-width:750px) {
    .w011_index_footer_23_color {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_index_footer_23 .head {border: none;height: auto;flex-direction: column;}
    #w011_index_footer_23 .head .logo {min-width: 100%;display: none;}
    #w011_index_footer_23 .head .pc_nav{margin-left: 0;width: 100%;}
    #w011_index_footer_23 .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_23 .contact .dt {font-size: var(--font-sub-S);line-height: var(--font-sub-L);padding: 10px 0 30px;}
    #w011_index_footer_23 .contact .dt .icon {font-size: var(--font-sub-S);}
    #w011_index_footer_23 .contact .dd {font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 10px 0;}
    #w011_index_footer_23 .contact_left .dd{padding: 10px 0 30px;}
}


#w011_index_footer_23_links{font-size: 16px;height: 72px;border-bottom: 1px solid var(--font_color_2);}
#w011_index_footer_23_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w011_index_footer_23_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w011_index_footer_23_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}
