
.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_16_nav{transition: background-color .3s;box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);}
#w001_index_header_16_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
#w001_index_header_16_nav .head{height: var(--head_top_height);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_16_nav{box-shadow: none;}
#header.fixed.scroll-top #w001_index_header_16_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top #w001_index_header_16_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_16_nav .head{color: #333;}

#w001_index_header_16_nav .stockCode{margin-left: 0.1rem;font-size: 0.16rem;line-height: 1.5;opacity: 0.6;}

#w001_index_header_16_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;}
#w001_index_header_16_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_16_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_16_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_16_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_16_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_16_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_16_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_16_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#w001_index_header_16_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}

/* 按钮部分 */
#w001_index_header_16_nav .head_btn{display: flex;align-items: center;font-size: 0.16rem;}
#w001_index_header_16_nav .head_btn > *{padding: 0.1rem 0.15rem;}
#w001_index_header_16_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_16_nav .head_btn > * > i{font-size: 0.2rem;}
#w001_index_header_16_nav .head_btn .language i{margin-right: 0.06rem;}


/* 移动端菜单按钮 */
#w001_index_header_16_nav .head .menu{display: none;padding: 0.3rem 0.2rem;position: relative;cursor: pointer;margin-right: -0.2rem;}
#w001_index_header_16_nav .head .menu i{width: 0.36rem;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_16_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-0.14rem);transition: .3s;}
#w001_index_header_16_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(0.14rem);transition: .3s;}
#header.fixed.scroll-top #w001_index_header_16_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_16_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_16_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_16_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_16_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_16_nav .head .menu i::after{background: #333;}


/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_16_nav{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_16_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_16_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_16_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_16_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_16.pc_app #w001_index_header_16_nav .head_nav .li{display: none;}
.w001_index_header_16.pc_app #w001_index_header_16_nav .head .menu{display: block;}


#w001_index_header_16_nav .mblanguage{display: none;}


@media only screen and (max-width: 1024px) {
    #w001_index_header_16_nav .head_nav .li{display: none;}
    #w001_index_header_16_nav .head .menu{display: block;}
    /* #w001_index_header_16_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_16_nav .head_btn .search i {font-size: 0.26rem;}
    #w001_index_header_16_nav .head_btn .language{margin-right: 0.2rem;font-size: 0.2rem;}
    #w001_index_header_16_nav .head_btn .language i {font-size: 0.26rem;margin-right: 0.1rem;}
    
    #w001_index_header_16_nav .btnCS{display: none;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_16_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_16_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_16_nav .head_btn .language{display: none;}
    #w001_index_header_16_nav .mblanguage{margin-right: 0.2rem;font-size: 0.36rem;display: flex;}

    #w001_index_header_16_nav .head .menu{padding: 0.3rem;}
    #w001_index_header_16_nav .head .menu i{width: 0.46rem;height: 3px;}
    #w001_index_header_16_nav .head .menu i::before{transform: translateY(-0.18rem);height: 3px;}
    #w001_index_header_16_nav .head .menu i::after{transform: translateY(0.18rem);height: 3px;}

    #header.menu_expand #w001_index_header_16_nav .weblogo{opacity: 0;}
    #header.menu_expand #w001_index_header_16_nav .mblanguage{opacity: 0;}
}




/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_16_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_16_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_16_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_16_nav .head .menu{display: none;}
.w001_index_header_16 #w001_index_header_16_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -0.2rem;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_16_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_16_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_16_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_16_nav .head_btn{flex: initial;}
}
#w001_index_hengfu_17 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_17.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}
/* 自定义-PC端高度 */
#w001_index_hengfu_17.isHeight .slide{height: var(--hengfuHeightPc);overflow: hidden;}
#w001_index_hengfu_17.isHeight .slide .img_pc{height: 100%;object-fit:cover;}

#w001_index_hengfu_17 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_17 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_17 .slide .message_box{display: flex;height: calc( 100% - 1.6rem );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w001_index_hengfu_17 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_17 .message_box[position="2"] .message,
#w001_index_hengfu_17 .message_box[position="5"] .message,
#w001_index_hengfu_17 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_17 .message_box[position="3"] .message,
#w001_index_hengfu_17 .message_box[position="6"] .message,
#w001_index_hengfu_17 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_17 .message_box[position="2"] .message .name,
#w001_index_hengfu_17 .message_box[position="5"] .message .name,
#w001_index_hengfu_17 .message_box[position="8"] .message .name,
#w001_index_hengfu_17 .message_box[position="2"] .message .brief,
#w001_index_hengfu_17 .message_box[position="5"] .message .brief,
#w001_index_hengfu_17 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_17 .message_box[position="3"] .message .name,
#w001_index_hengfu_17 .message_box[position="6"] .message .name,
#w001_index_hengfu_17 .message_box[position="9"] .message .name,
#w001_index_hengfu_17 .message_box[position="3"] .message .brief,
#w001_index_hengfu_17 .message_box[position="6"] .message .brief,
#w001_index_hengfu_17 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_17 .message_box[position="1"] .message .name,
#w001_index_hengfu_17 .message_box[position="4"] .message .name,
#w001_index_hengfu_17 .message_box[position="7"] .message .name,
#w001_index_hengfu_17 .message_box[position="1"] .message .brief,
#w001_index_hengfu_17 .message_box[position="4"] .message .brief,
#w001_index_hengfu_17 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_index_hengfu_17 .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_17 .message .brief{margin: .29rem 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_17 .message .button {font-size: .16rem;line-height: 1;width: 2.4rem;height: .57rem;padding: 0 .3rem;margin-top: .6rem;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_17 .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_17 .swiper-pagination-bullets{bottom: .4rem;}
#w001_index_hengfu_17 .swiper-pagination-bullet{width: .3rem; height: .1rem; background: transparent; margin: 0 .1rem;transition: .3s;border-radius: 0;}
#w001_index_hengfu_17 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_17 .container .swiper-pagination-bullet-active{width: .6rem;}
#w001_index_hengfu_17 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

/* 按钮 */
#w001_index_hengfu_17 .btn{top:50%; transform: translateY(-50%);z-index: 2; width: 0.5rem;height: 0.5rem;border-radius: 50%;background-color: var(--prevNextBgColor);color: var(--prevNextIconColor);font-size: 0.16rem;opacity: 0;}
#w001_index_hengfu_17 .prev{left: 4%;}
#w001_index_hengfu_17 .next{right: 4%;}
#w001_index_hengfu_17:hover .btn{opacity: 1;}
@media screen and (max-width: 1024px){
    #w001_index_hengfu_17 .message .name{font-size: .48rem;}
    #w001_index_hengfu_17 .message .brief{font-size: .21rem;}
}
@media screen and (max-width: 992px){
    #w001_index_hengfu_17 .message .brief{margin-top: 0.2rem;}
    #w001_index_hengfu_17 .message .button{margin-top: 0.2rem;}
}
@media screen and (max-width: 768px){
    #w001_index_hengfu_17{display: none;}
}
#t001_index_about_113 {padding-top: var(--paddingTop);background: #fff;}


#t001_index_about_113 .box {flex-direction: row-reverse;}
#t001_index_about_113 .box .left{padding-bottom: var(--paddingBottom);}

#t001_index_about_113 .box .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: .3rem;}
#t001_index_about_113 .box .subtitle{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}

#t001_index_about_113 .left .name{font-size: .24rem;line-height: .42rem;}
#t001_index_about_113 .left .brief{font-size: .16rem;color: #666;line-height: .3rem;margin:.15rem 0 .8rem;}

#t001_index_about_113 .left .ul{}
#t001_index_about_113 .left .ul .li{margin-right: .8rem;margin-bottom: .3rem;}
#t001_index_about_113 .left .ul .li .num{font-size: .5rem;color: var(--numFontColor);font-weight: bold;margin-right: .1rem;}
#t001_index_about_113 .left .ul .li .unit{font-size: .2rem;color: #333;line-height: 1.8;}
#t001_index_about_113 .left .ul .li .unit_i{font-size: .3rem;color: var(--numFontColor);line-height: 1.8;}
#t001_index_about_113 .left .ul .li .tip{font-size: .2rem;color: #333;margin-top: 5px;}
#t001_index_about_113 .left .more{font-size: .16rem;color: #333;margin-top: .3rem;}
#t001_index_about_113 .left .more .more_i{width: .3rem; height: .3rem;background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: .1rem;}
#t001_index_about_113 .left .more .more_i > i{font-size: .2rem;}

#t001_index_about_113 .right{display: flex;justify-content: flex-end;align-items: center;overflow: hidden;}
#t001_index_about_113 .right .img{position: absolute;left: 0;bottom:0;background: no-repeat bottom/contain;}

@keyframes slide-right {
    0% { margin-left: 0; opacity: 1; }
    50% { margin-left: .2rem; opacity: 0; }
    75% { margin-left: -.2rem; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
}

@media (any-hover: hover){
    #t001_index_about_113 .left .more:hover .more_i{background-color: var(--moreBgColor);}
    #t001_index_about_113 .left .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width:1180px) {
    #t001_index_about_113 .box .left{flex: 2;}
    #t001_index_about_113 .box .right{flex: 1;}
}

@media screen and (max-width:750px) {
    #t001_index_about_113 {padding-top: var(--appPaddingTop);}
    #t001_index_about_113 .box{flex-direction: column;}

    #t001_index_about_113 .box .left{padding-bottom: .3rem;}
    #t001_index_about_113 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);margin-bottom: .16rem;}
    #t001_index_about_113 .box .subtitle{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin-bottom: .2rem;}

    #t001_index_about_113 .left .name{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-bottom:.25rem;}
    #t001_index_about_113 .left .brief{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}

    #t001_index_about_113 .left .ul .li .num{font-size: var(--font-big-S);}
    #t001_index_about_113 .left .ul .li .unit{font-size: var(--font-bri-S);}
    #t001_index_about_113 .left .ul .li .unit_i{font-size: var(--font-txt-S);}
    #t001_index_about_113 .left .ul .li .tip{font-size: var(--font-bri-S);}

    #t001_index_about_113 .right{overflow: initial;padding-bottom: var(--appPaddingBottom);}
    #t001_index_about_113 .right .img{display: none;}
    #t001_index_about_113 .left .more{font-size: var(--font-txt-S);margin-top: 0px;}
    #t001_index_about_113 .left .more .more_i{width: .7rem; height: .7rem;background: var(--moreBgColor);}
    #t001_index_about_113 .left .more .more_i > i{font-size: var(--font-txt-S);}
}
#w011_chain_advantage_47 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_chain_advantage_47 .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 0.5rem 0;}

#w011_chain_advantage_47.myleft .title{text-align: left;}
#w011_chain_advantage_47.myright .title{text-align: right;}
#w011_chain_advantage_47.mycenter .title{text-align: center;}

#w011_chain_advantage_47 .slide {transition: .3s;}
#w011_chain_advantage_47 .slide .img {border-radius: 0.2rem;transition: .3s;}
#w011_chain_advantage_47 .slide .img::before {padding-top: 67.26%;}
#w011_chain_advantage_47 .slide .img img {max-width: 100%;max-height: 100%;}
#w011_chain_advantage_47 .slide .name {font-size: var(--titleFt_px);color: var(--titleFt_color);line-height: 1.6;padding: 0.3rem 0;transition: .3s;}
#w011_chain_advantage_47 .slide .brief {font-size: var(--briefFt_px);color: var(--briefFt_color);line-height: 1.875;margin-bottom: 0.55rem;}

#w011_chain_advantage_47 .container {padding-top: 0.2rem;}
#w011_chain_advantage_47 .container .swiper-pagination {display: flex;align-items: center;justify-content: center;}
#w011_chain_advantage_47 .container .swiper-pagination-bullet {background: var(--pageColor);opacity: 1;}
#w011_chain_advantage_47 .container .swiper-pagination-bullet-active {background: #fff;border: 2px solid var(--pageColor);box-sizing: content-box;}

@media screen and (min-width:751px) {
}

@media screen and (max-width:750px) {
    #w011_chain_advantage_47 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_chain_advantage_47 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_chain_advantage_47 .slide .name {font-size: var(--font-sma-S);}
    #w011_chain_advantage_47 .slide .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w011_chain_advantage_47 .container .swiper-pagination-bullet {width: 0.2rem;height: 0.2rem;margin: 0 0.1rem;}
}

#temp_d_ly_server2_118{padding-top: var(--paddingTop); padding-bottom: var(--paddingBottom); background: #fff url() no-repeat bottom left;}
#temp_d_ly_server2_118 .top .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);}
#temp_d_ly_server2_118 .top .brief{margin-top: 0.2rem; font-size: var(--briefFt_px); line-height: var(--briefFt_line_height); color: var(--briefFt_color);}

#temp_d_ly_server2_118.myleft .title{text-align: left;}
#temp_d_ly_server2_118.myleft .brief{text-align: left;}
#temp_d_ly_server2_118.mycenter .title{text-align: center;}
#temp_d_ly_server2_118.mycenter .brief{text-align: center;}
#temp_d_ly_server2_118.myright .title{text-align: right;}
#temp_d_ly_server2_118.myright .brief{text-align: right;}

#temp_d_ly_server2_118 .ul{margin-top: 0.5rem; width: 100%;}
#temp_d_ly_server2_118 .ul .li{margin-right: 2.2%; margin-top: 0.3rem; padding: 0.6rem 0.45rem 0.7rem; width: 31.85%; background-color: #fff; box-shadow: 0 0 0.2rem rgb(0 0 0 / 10%);}
#temp_d_ly_server2_118 .ul .li:nth-child(3n) {margin-right: 0;}
#temp_d_ly_server2_118 .ul .li:nth-child(-n+3){margin-top: 0;}
#temp_d_ly_server2_118 .ul .li .icon{margin: 0 auto 0.4rem; width: 0.67rem; height: 0.67rem;}
#temp_d_ly_server2_118 .ul .li .p1{margin: 0.16rem 0 0.14rem; font-size: 0.24rem; line-height: 1.4; color:#000; font-weight: bold;}
#temp_d_ly_server2_118 .ul .li .p2{margin: 0.3rem auto; font-size: 0.16rem; line-height: 0.3rem; color:#000; }
#temp_d_ly_server2_118 .ul .li .jt{width: 0.4rem; height: 0.4rem; font-size: 0.1rem; color: #fff; background-color: var(--mainColor); bottom: 0; right: 0; z-index: 1;}
#temp_d_ly_server2_118 .ul .li:hover {background-color: var(--mainColor);}
#temp_d_ly_server2_118 .ul .li:hover .icon .i1{display: none;}
#temp_d_ly_server2_118 .ul .li:hover .icon .i2{display: inline-block;}
#temp_d_ly_server2_118 .ul .li:hover .p1,
#temp_d_ly_server2_118 .ul .li:hover .p2{color: #fff;}
#temp_d_ly_server2_118 .ul .li:hover .jt{color: var(--mainColor); background-color: #fff;}

@media screen and (max-width: 1366px){
    #temp_d_ly_server2_118 .top .title{font-size: var(--font-sub-S);}

    #temp_d_ly_server2_118 .ul .li{padding: 0.6rem 0.35rem;}
}
@media screen and (max-width: 1024px){
    #temp_d_ly_server2_118 .ul .li .p1{font-size: 0.22rem;}
}
@media screen and (max-width: 750px){
	#temp_d_ly_server2_118 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #temp_d_ly_server2_118 .top .title{font-size: var(--font-sub-S);}
    #temp_d_ly_server2_118 .top .brief{font-size: var(--font-bri-S); width: 85%; margin: 0.15rem auto 0;}

    #temp_d_ly_server2_118 .ul.mobile-a .li{width: 100%;}
    #temp_d_ly_server2_118 .ul.mobile-b .li{width: 48.5%;}
    #temp_d_ly_server2_118 .ul .li:nth-child(3n),
    #temp_d_ly_server2_118 .ul .li:nth-child(-n+3){margin-right: 2.2%;margin-top: 0.3rem;}
    /* #temp_d_ly_server2_118 .ul.mobile-a .li{width: 100%; margin-right: 0; margin-top: 30px !important;} */
    /* #temp_d_ly_server2_118 .ul.mobile-c .li{width: 100%; margin-right: 0; margin-top: 30px !important;} */
    #temp_d_ly_server2_118 .ul.mobile-a .li {margin-right: 0!important;margin-top: 0.3rem!important;}
    #temp_d_ly_server2_118 .ul.mobile-b .li:nth-child(2n) {margin-right: 0;}
    #temp_d_ly_server2_118 .ul.mobile-b .li:nth-child(-n+2){margin-top: 0;}
    #temp_d_ly_server2_118 .ul.mobile-c .li:nth-child(3n) {margin-right: 0;}
    #temp_d_ly_server2_118 .ul.mobile-c .li:nth-child(-n+3){margin-top: 0;}
    #temp_d_ly_server2_118 .ul .li .p1{font-size: var(--font-txt-S); line-height: 1.5;}
    #temp_d_ly_server2_118 .ul .li .p2{font-size: var(--font-bri-S); line-height: 1.5;}
    #temp_d_ly_server2_118 .ul .li .jt{width: 0.5rem; height: 0.5rem; font-size: 0.25rem;}
    
    #temp_d_ly_server2_118 .ul .li:hover {background-color: #fff;}
    #temp_d_ly_server2_118 .ul .li:hover .icon .i1{display: inline-block;}
    #temp_d_ly_server2_118 .ul .li:hover .icon .i2{display: none;}
    #temp_d_ly_server2_118 .ul .li:hover .p1,
    #temp_d_ly_server2_118 .ul .li:hover .p2{color: #000;}
    #temp_d_ly_server2_118 .ul .li:hover .jt{color: #fff; background-color: var(--mainColor);}
}

.default_index_other_0001_46Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}
.default_index_other_0001_46Wrap::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_46Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}

#default_index_other_0001_46{position: relative;z-index: 2;}
#default_index_other_0001_46 .title{font-size: var(--titleFont_px);color: var(--titleFont_color);font-weight: var(--titleFont_font_weight);line-height: var(--titleFont_line_height);font-style: var(--titleFont_font_style);margin-bottom: .24rem;}
#default_index_other_0001_46 .brief{font-size: var(--briefFont_px);color: var(--briefFont_color);font-weight: var(--briefFont_font_weight);line-height: var(--briefFont_line_height);font-style: var(--briefFont_font_style);}
@media (max-width: 768px) {
    #default_index_other_0001_46 .title{font-size: var(--font-big-S);margin-bottom: .4rem;line-height: 1.6;}
    #default_index_other_0001_46 .brief{font-size: var(--font-txt-S);line-height: 1.6;}
}






.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: 1.5rem;}
#w011_index_footer_23 .head .logo {width: 1.6rem;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: 0.1rem 0.7rem;justify-content: flex-end;margin-left: 0.3rem;}
#w011_index_footer_23 .head .pc_nav .link {font-size: 0.16rem;line-height: 2;display: block;transition: 0.3s;}

#w011_index_footer_23 .contact {margin-top: 0.3rem;}
#w011_index_footer_23 .contact .dt {font-size: 0.3rem;line-height: 1.6;padding: 0.05rem 0;}
#w011_index_footer_23 .contact .dt .icon {font-size: 0.3rem;margin-left: 0.2rem;}
#w011_index_footer_23 .contact .dt .icon:first-child{margin-left: 0;}
#w011_index_footer_23 .contact .dd {font-size: 0.16rem;line-height: 1.6;padding: 0.05rem 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: 0.2rem 0;width: 100%;}

    #w011_index_footer_23 .contact .dt {font-size: var(--font-sub-S);line-height: var(--font-sub-L);padding: 0.1rem 0 0.3rem;}
    #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: 0.1rem 0;}
    #w011_index_footer_23 .contact_left .dd{padding: 0.1rem 0 0.3rem;}
}

#w011_index_footer_23_links{font-size: 0.16rem;height: 0.72rem;border-bottom: 1px solid var(--font_color_2);}
#w011_index_footer_23_links .fd_link{display: flex;flex-wrap: wrap;gap: 0.1rem 0.26rem;}
#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: 0.16rem 0;}
}