
.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_40_nav{}
#w001_index_header_40_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_40_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_40_nav .head{color: #333;}


/* 背景色 */
#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_40_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_40_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_40_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_40_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_40_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_40_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_40_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_40_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
}


/* 按钮部分 */
#w001_index_header_40_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_40_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_40_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_40_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_40_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_40_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_40_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_40_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_40_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_40_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_40_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_40_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_40_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_40_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_40_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_40_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_40_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_40_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_40_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_40_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_40.pc_app #w001_index_header_40_nav .head_nav .li{display: none;}
.w001_index_header_40.pc_app #w001_index_header_40_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_40_nav .head_nav .li{display: none;}
    #w001_index_header_40_nav .head .menu{display: block;}
    /* #w001_index_header_40_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_40_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_40_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_40_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_40_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_40_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_40_nav .head_btn .language{display: none;}

    #w001_index_header_40_nav .head .menu{padding: 30px;}
    #w001_index_header_40_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_40_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_40_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_40_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_40_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_40_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_40_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_40_nav .head .menu{display: none;}
.w001_index_header_40 #w001_index_header_40_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_40_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_40_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_40_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_40_nav .head_btn{flex: initial;}
}
#temp_wcb_inner_hf_hengfu01_299 .img{min-height: 400px;}
#temp_wcb_inner_hf_hengfu01_299 .img img{width: 100%;display: block;}
#temp_wcb_inner_hf_hengfu01_299 .imgApp{display: none;min-height: 480px;}
#temp_wcb_inner_hf_hengfu01_299 .imgApp img{width: 100%;display: block;}
#temp_wcb_inner_hf_hengfu01_299 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#temp_wcb_inner_hf_hengfu01_299 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#temp_wcb_inner_hf_hengfu01_299.height_change .position_box{width: 100%;height: calc((100% - 100px));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#temp_wcb_inner_hf_hengfu01_299 .text{display: flex;flex-direction: column;width: 100%;padding: 15px 0;}
#temp_wcb_inner_hf_hengfu01_299 .text .name{font-size: var(--small_size);color: var(--small_color);font-weight: var(--small_weight);font-style: var(--small_style);line-height: var(--small_lh);margin-bottom: 26px;pointer-events: all;}
#temp_wcb_inner_hf_hengfu01_299 .text .subname{font-size: var(--big_size);color: var(--big_color);font-weight: var(--big_weight);font-style: var(--big_style);line-height: var(--big_lh);pointer-events: all;}


#temp_wcb_inner_hf_hengfu01_299 .position_box[position="2"],
#temp_wcb_inner_hf_hengfu01_299 .position_box[position="5"],
#temp_wcb_inner_hf_hengfu01_299 .position_box[position="8"]{text-align: center;}
#temp_wcb_inner_hf_hengfu01_299 .position_box[position="3"],
#temp_wcb_inner_hf_hengfu01_299 .position_box[position="6"],
#temp_wcb_inner_hf_hengfu01_299 .position_box[position="9"]{text-align: right;}

@media screen and (max-width:751px) {
    #temp_wcb_inner_hf_hengfu01_299 .img{display: none;}
    #temp_wcb_inner_hf_hengfu01_299 .imgApp{display: block;}
    #temp_wcb_inner_hf_hengfu01_299 .text .name{font-size: var(--small_size_mobile);color: var(--small_color_mobile);font-weight: var(--small_weight_mobile);max-height: calc(2 * var(--small_lh_mobile));}
    #temp_wcb_inner_hf_hengfu01_299 .text .subname{font-size: var(--big_size_mobile);color: var(--big_color_mobile);font-weight: var(--big_weight_mobile);max-height: calc(2 * var(--big_lh_mobile));}

    #temp_wcb_inner_hf_hengfu01_299.height_change .position_box{height: calc((100% - 120px));}
}
#temp_c_001_subnav3_435 {background:var(--bg_color);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#temp_c_001_subnav3_435 .subnav{gap: 0 30px;flex-wrap: wrap;}
#temp_c_001_subnav3_435 .subnav .a{color: #333;font-size: 18px;font-weight: bold;height: 80px;border-bottom: 2px solid transparent;transition: .3s;padding: 0 16px;}

#temp_c_001_subnav3_435 .subnav .a.cur,
#temp_c_001_subnav3_435 .subnav .a:hover{color: var(--hoverColor);}

@media screen and (max-width:750px) {
    #temp_c_001_subnav3_435{display: none;}
}
#w000_brand_story_brand_agent_192 .box{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);text-align: center;}
#w000_brand_story_brand_agent_192 .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: 0 0 32px;}
#w000_brand_story_brand_agent_192 .box .brief{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);margin: 0 auto 60px;max-width: 1198px;}
#w000_brand_story_brand_agent_192 .box .btn{width: 300px;height: 80px;margin: 0 auto;display: flex;align-items: center;justify-content: center; color: var(--btn_1st_font_color);background: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w000_brand_story_brand_agent_192 .box .btn .span{font-size: 26px;line-height: 80px;font-weight: 500;font-style: italic;}
#w000_brand_story_brand_agent_192 .box .btn .img{margin-left: 16px;}
#w000_brand_story_brand_agent_192 .box .btn .img *{fill: var(--btn_1st_font_color);}

#w000_brand_story_brand_agent_192.myleft .box .title{text-align: left;}
#w000_brand_story_brand_agent_192.myleft .box .brief{text-align: left;}
#w000_brand_story_brand_agent_192.myleft .box .btn{margin: 0 auto 0 0;}
#w000_brand_story_brand_agent_192.mycenter .box .title{text-align: center;}
#w000_brand_story_brand_agent_192.mycenter .box .brief{text-align: center;}
#w000_brand_story_brand_agent_192.mycenter .box .btn{margin: 0 auto;}
#w000_brand_story_brand_agent_192.myright .box .title{text-align: right;}
#w000_brand_story_brand_agent_192.myright .box .brief{text-align: right;}
#w000_brand_story_brand_agent_192.myright .box .btn{margin: 0 0 0 auto;}

@media only screen and (max-width: 750px) {
    #w000_brand_story_brand_agent_192{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    /* #w000_brand_story_brand_agent_192 .box .title{font-size: 36px;line-height: 1.7;font-weight: 700;}
    #w000_brand_story_brand_agent_192 .box .brief{margin: 30px 0;font-size: 28px;line-height: 1.7;} */
    #w000_brand_story_brand_agent_192 .box .title{font-size: var(--font_1st_mobile_px);color: var(--font_1st_mobile_color);font-weight: var(--font_1st_mobile_font_weight);font-style: var(--font_1st_mobile_font_style);line-height: var(--font_1st_mobile_line_height);}
    #w000_brand_story_brand_agent_192 .box .brief{font-size: var(--font_2nd_mobile_px);color: var(--font_2nd_mobile_color);font-weight: var(--font_2nd_mobile_font_weight);font-style: var(--font_2nd_mobile_font_style);line-height: var(--font_2nd_mobile_line_height);}
}
#w011_chain_advantage_547 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_chain_advantage_547 .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 50px 0;}

#w011_chain_advantage_547.myleft .title{text-align: left;}
#w011_chain_advantage_547.myright .title{text-align: right;}
#w011_chain_advantage_547.mycenter .title{text-align: center;}

#w011_chain_advantage_547 .slide {transition: .3s;}
#w011_chain_advantage_547 .slide .img {border-radius: 20px;transition: .3s;}
#w011_chain_advantage_547 .slide .img::before {padding-top: 67.26%;}
#w011_chain_advantage_547 .slide .img img {max-width: 100%;max-height: 100%;}
#w011_chain_advantage_547 .slide .name {font-size: var(--titleFt_px);color: var(--titleFt_color);line-height: 1;padding: 30px;transition: .3s;}
#w011_chain_advantage_547 .slide .brief {font-size: var(--briefFt_px);color: var(--briefFt_color);line-height: 1.875;text-align: center;margin-bottom: 55px;}
#w011_chain_advantage_547 .container {padding-top: 20px;}
#w011_chain_advantage_547 .container .swiper-pagination {display: flex;align-items: center;justify-content: center;}
#w011_chain_advantage_547 .container .swiper-pagination-bullet {background: var(--pageColor);opacity: 1;}
#w011_chain_advantage_547 .container .swiper-pagination-bullet-active {background: #fff;border: 2px solid var(--pageColor);box-sizing: content-box;}

@media screen and (min-width:751px) {
    /* #w011_chain_advantage_547 .slide:hover .img {transform: translateY(-20px);}
    #w011_chain_advantage_547 .slide:hover .name {color: #ce9634;} */
}

@media screen and (max-width:750px) {
    #w011_chain_advantage_547 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_chain_advantage_547 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_chain_advantage_547 .slide .name {font-size: var(--font-sma-S);}
    #w011_chain_advantage_547 .slide .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w011_chain_advantage_547 .container .swiper-pagination-bullet {width: 20px;height: 20px;margin: 0 10px;}
}


#temp_d_jsf_ly003_272{min-height:100vh;padding:var(--paddingTop) 0 var(--paddingBottom);background-color:#f8fcfd;}
#temp_d_jsf_ly003_272 .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:58px;}

#temp_d_jsf_ly003_272.myleft .title{text-align: left;}
#temp_d_jsf_ly003_272.mycenter .title{text-align: center;}
#temp_d_jsf_ly003_272.myright .title{text-align: right;}

#temp_d_jsf_ly003_272 .content{top:calc(40vh - 190px);}
#temp_d_jsf_ly003_272 .content .li{min-height:380px;width:650px;flex-shrink: 0;background:#fff;margin-left:40px;border-radius:20px;padding:60px;}
#temp_d_jsf_ly003_272 .content .li .left{width:calc(100% - 108px);}
#temp_d_jsf_ly003_272 .content .li .left .name{font-size:26px;font-weight:600;line-height:36px;color:#0a2c34;}
#temp_d_jsf_ly003_272 .content .li .left .brief{font-size:16px;line-height:28px;color:#5b7179;margin-top:20px;}
#temp_d_jsf_ly003_272 .content .li .right{width:108px;}
#temp_d_jsf_ly003_272 .content .mobile_cont{display:none;}
@media (max-width:750px) {
	#temp_d_jsf_ly003_272{padding:var(--appPaddingTop) 0 var(--appPaddingBottom);min-height:auto;height:auto;}
	#temp_d_jsf_ly003_272 .content .list{display:none;}
	#temp_d_jsf_ly003_272 .content .mobile_cont{display:block;max-width: 1720px;margin:0 auto;width:92%;}
	#temp_d_jsf_ly003_272 .content .mobile_cont .container{width:100%;overflow:visible;}
	#temp_d_jsf_ly003_272 .content .mobile_cont .slide{width:600px;padding:50px 30px;min-height:380px;height:auto;background-color:#fff;border-radius:20px;overflow:hidden;}
	#temp_d_jsf_ly003_272 .content .mobile_cont .slide .left{width:calc(100% - 108px);}
	#temp_d_jsf_ly003_272 .content .mobile_cont .slide .left .name{font-size:36px;font-weight:600;line-height:1.6;color:#0a2c34;}
	#temp_d_jsf_ly003_272 .content .mobile_cont .slide .left .brief{font-size:26px;line-height:1.6;color:#5b7179;margin-top:20px;}
	#temp_d_jsf_ly003_272 .content .mobile_cont .slide .right{width:108px;}
}
#temp_d_ly_ly00005_149{margin-top: var(--MarginTop); position: relative; z-index: 10;}
#temp_d_ly_ly00005_149::after {content: ''; width: 119px; height: 100%; background-image: url(/module/temp_d/ly/LY00005/images/bg2.png); background-repeat: repeat-y; background-position: top; position: absolute; left: 0px; top: 0px;}

#temp_d_ly_ly00005_149 .big_tit{margin-bottom: 100px; font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);line-height: var(--font_1st_line_height);}

#temp_d_ly_ly00005_149.myleft .big_tit{text-align: left;}
#temp_d_ly_ly00005_149.mycenter .big_tit{text-align: center;}
#temp_d_ly_ly00005_149.myright .big_tit{text-align: right;}

#temp_d_ly_ly00005_149 .commonweb {position: relative; z-index: 10; }
#temp_d_ly_ly00005_149 .aboutHistoryList { width: 40.857%; padding-right: 11.57%; }
#temp_d_ly_ly00005_149 .aboutHistoryList .list {padding-bottom: 100px; opacity: 0.5; -webkit-transition: all .8s ease; transition: all .8s ease; }
#temp_d_ly_ly00005_149 .aboutHistoryList .list .date {margin-bottom: 10px; font-size: 20px; line-height: 30px; color: var(--mainColor); font-weight: 600; }
#temp_d_ly_ly00005_149 .aboutHistoryList .list .listTitle { font-size: 40px; line-height: 50px; color: #272727; }
#temp_d_ly_ly00005_149 .aboutHistoryList .list .desc { margin-top: 30px; font-size: 16px; line-height: 1.3; color: #4c505f; }
#temp_d_ly_ly00005_149 .aboutHistoryList .list.cur{opacity: 1;}

#temp_d_ly_ly00005_149 .aboutHistoryBg {margin-top: 0; position: absolute; right: 0; top: 120px; bottom: auto; width: 56.5%; padding-top: 37.6%; background: url() no-repeat center center/cover;}
#temp_d_ly_ly00005_149 .aboutHistoryBg .yearBox {position: absolute; left: 70px; width: 150px; top: 90px; bottom: 80px; }
#temp_d_ly_ly00005_149 .aboutHistoryBg .yearBox .yearList { position: absolute; right: 0; -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; -webkit-transform: rotate(-90deg) translateY(-126px); -ms-transform: rotate(-90deg) translateY(-126px); transform: rotate(-90deg) translateY(-126px); }
#temp_d_ly_ly00005_149 .aboutHistoryBg .yearBox .yearList .list { font-size: 70px; line-height: 1; font-weight: 600; color: #fff; display: none; white-space: nowrap; }
#temp_d_ly_ly00005_149 .aboutHistoryBg .yearBox .bar { position: absolute; right: 30px; top: 10px; bottom: 0px; background: rgba(255, 255, 255, 0.2); width: 2px; }
#temp_d_ly_ly00005_149 .aboutHistoryBg .yearBox .bar::after { content: ''; width: 10px; height: 10px; position: absolute; left: -4px; top: -10px; background: #fff; -webkit-border-radius: 100%; border-radius: 100%; }
#temp_d_ly_ly00005_149 .aboutHistoryBg .yearBox .bar span { position: absolute; width: 100%; height: 0%; background: #fff; -webkit-transition: all .8s ease; transition: all .8s ease; }


@media screen and (max-width:1680px) {
    #temp_d_ly_ly00005_149 .big_tit{margin-bottom: 75px;}
    #temp_d_ly_ly00005_149 .aboutHistoryList .list {padding-bottom: 50px;}
    #temp_d_ly_ly00005_149 .aboutHistoryList .list .desc {margin-top: 20px;}
}
@media screen and (max-width:1440px) {
    #temp_d_ly_ly00005_149 .aboutHistoryList { padding-right: 6.57%; }
    #temp_d_ly_ly00005_149 .aboutHistoryList .list .listTitle { font-size: 32px; line-height: 1.3;}

    #temp_d_ly_ly00005_149 .aboutHistoryBg .yearBox{left: 40px; top: 70px;}
    #temp_d_ly_ly00005_149 .aboutHistoryBg .yearBox .yearList .list { font-size: 58px;}
}
@media screen and (max-width:1280px) {
    #temp_d_ly_ly00005_149{margin-top: 120px;}
}
@media screen and (max-width:1024px) {
    #temp_d_ly_ly00005_149{margin-top: 100px;}
    #temp_d_ly_ly00005_149 .big_tit{margin-bottom: 60px;}

    #temp_d_ly_ly00005_149 .aboutHistoryList .list .listTitle { font-size: 28px;}
    #temp_d_ly_ly00005_149 .aboutHistoryList .list .desc {font-size: 14px;}

    #temp_d_ly_ly00005_149 .aboutHistoryBg .yearBox{left: 40px; top: 40px; width: 130px;}
    #temp_d_ly_ly00005_149 .aboutHistoryBg .yearBox .yearList{-webkit-transform: rotate(-90deg) translateY(-110px); -ms-transform: rotate(-90deg) translateY(-110px); transform: rotate(-90deg) translateY(-110px); }
    #temp_d_ly_ly00005_149 .aboutHistoryBg .yearBox .yearList .list { font-size: 52px;}
}
@media screen and (max-width:950px) {
    #temp_d_ly_ly00005_149 .aboutHistoryList {width: 100%; padding-right: 0; }
    #temp_d_ly_ly00005_149 .aboutHistoryList .list{opacity: 1;}
    #temp_d_ly_ly00005_149 .aboutHistoryBg{display: none;}
}
@media screen and (max-width:750px) {
	#temp_d_ly_ly00005_149 {margin-top: var(--appMarginTop);}
    #temp_d_ly_ly00005_149 .big_tit{margin-bottom: 50px;}
    #temp_d_ly_ly00005_149 .aboutHistoryList .list .date{font-size: var(--font-bri-S); line-height: 1.5;}
    #temp_d_ly_ly00005_149 .aboutHistoryList .list .listTitle{font-size: var(--font-sma-S); line-height: 1.5;}
    #temp_d_ly_ly00005_149 .aboutHistoryList .list .desc{font-size: var(--font-bri-S); line-height: 1.5;}
}
#w000_brand_story_brand_agent_438 .box{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);text-align: center;}
#w000_brand_story_brand_agent_438 .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: 0 0 32px;}
#w000_brand_story_brand_agent_438 .box .brief{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);margin: 0 auto 60px;max-width: 1198px;}
#w000_brand_story_brand_agent_438 .box .btn{width: 300px;height: 80px;margin: 0 auto;display: flex;align-items: center;justify-content: center; color: var(--btn_1st_font_color);background: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w000_brand_story_brand_agent_438 .box .btn .span{font-size: 26px;line-height: 80px;font-weight: 500;font-style: italic;}
#w000_brand_story_brand_agent_438 .box .btn .img{margin-left: 16px;}
#w000_brand_story_brand_agent_438 .box .btn .img *{fill: var(--btn_1st_font_color);}

#w000_brand_story_brand_agent_438.myleft .box .title{text-align: left;}
#w000_brand_story_brand_agent_438.myleft .box .brief{text-align: left;}
#w000_brand_story_brand_agent_438.myleft .box .btn{margin: 0 auto 0 0;}
#w000_brand_story_brand_agent_438.mycenter .box .title{text-align: center;}
#w000_brand_story_brand_agent_438.mycenter .box .brief{text-align: center;}
#w000_brand_story_brand_agent_438.mycenter .box .btn{margin: 0 auto;}
#w000_brand_story_brand_agent_438.myright .box .title{text-align: right;}
#w000_brand_story_brand_agent_438.myright .box .brief{text-align: right;}
#w000_brand_story_brand_agent_438.myright .box .btn{margin: 0 0 0 auto;}

@media only screen and (max-width: 750px) {
    #w000_brand_story_brand_agent_438{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    /* #w000_brand_story_brand_agent_438 .box .title{font-size: 36px;line-height: 1.7;font-weight: 700;}
    #w000_brand_story_brand_agent_438 .box .brief{margin: 30px 0;font-size: 28px;line-height: 1.7;} */
    #w000_brand_story_brand_agent_438 .box .title{font-size: var(--font_1st_mobile_px);color: var(--font_1st_mobile_color);font-weight: var(--font_1st_mobile_font_weight);font-style: var(--font_1st_mobile_font_style);line-height: var(--font_1st_mobile_line_height);}
    #w000_brand_story_brand_agent_438 .box .brief{font-size: var(--font_2nd_mobile_px);color: var(--font_2nd_mobile_color);font-weight: var(--font_2nd_mobile_font_weight);font-style: var(--font_2nd_mobile_font_style);line-height: var(--font_2nd_mobile_line_height);}
}
#w004_index_picture_408 .img{display: block;width: 100%;}
#w004_index_picture_408 .imgApp{display: none;width: 100%;}

@media screen and (max-width:750px) {
    #w004_index_picture_408 .img{display: none;}
    #w004_index_picture_408 .imgApp{display: block;}
}
.w013_about_honor_165_wrap {overflow: hidden;}

#w013_about_honor_165 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w013_about_honor_165 .title {margin-bottom: 60px;}
#w013_about_honor_165 .title .cn {flex:1;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);}
#w013_about_honor_165 .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);}

#w013_about_honor_165.myleft .title{}
#w013_about_honor_165.myright .title{flex-direction: row-reverse;text-align: right;}
#w013_about_honor_165.mycenter .title{text-align: center;justify-content:center;flex-direction: column;gap:20px;}

#w013_about_honor_165 .container {width: 100%;overflow: visible;padding-bottom: 135px;}
#w013_about_honor_165 .container .slide{transform:scale(.75); -webkit-transform:scale(.75);background: #fafafa;border-radius: 20px;}
#w013_about_honor_165 .container .swiper-slide-active,
#w013_about_honor_165 .container .swiper-slide-duplicate-active{transform:scale(1); -webkit-transform:scale(1);background-color: #fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);z-index: 5;}
#w013_about_honor_165 .container .slide .img::before {padding-top: 100%;}
#w013_about_honor_165 .container .slide .img img {max-width: 90%;max-height: 90%;}
#w013_about_honor_165 .container .slide .name {font-size: 16px;line-height: 1.875;color: #888;margin: 3px 0 38px;padding: 0 20px;}
#w013_about_honor_165 .container .slide.swiper-slide-active .name {color: #222;}
#w013_about_honor_165 .button {width: 140px;height: 60px;bottom: 0;z-index: 5;left: 50%;transform: translateX(-50%);}
#w013_about_honor_165 .button .li {font-size: 16px;color: #222;background-color: #fff;width: 60px;height: 60px;border-radius: 50%;transition: .3s;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}

@media screen and (any-hover:hover) {
    #w013_about_honor_165 .button .li:hover {background-color: var(--btnbgColor);color: #fff;}
}
@media screen and (max-width:900px) {
    #w013_about_honor_165 .title {margin-bottom: 20px;}
    #w013_about_honor_165 .container {padding-bottom: 80px;}
    #w013_about_honor_165 .container .swiper-slide-active,
    #w013_about_honor_165 .container .swiper-slide-duplicate-active{transform:scale(.8); -webkit-transform:scale(.8);box-shadow: 0 0 0;background: #fafafa;}
}
@media screen and (max-width:750px) {
    #w013_about_honor_165 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w013_about_honor_165 .title{flex-wrap: wrap;}
    #w013_about_honor_165 .title .cn,
    #w013_about_honor_165 .title .en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w013_about_honor_165 .container .slide .name {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0;}
    #w013_about_honor_165 .button {width: 240px;height: 100px;}
    #w013_about_honor_165 .button .li {width: 100px;height: 100px;font-size: var(--font-sub-S);}
}

.w013_about_honor_166_wrap {overflow: hidden;}

#w013_about_honor_166 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w013_about_honor_166 .title {margin-bottom: 60px;}
#w013_about_honor_166 .title .cn {flex:1;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);}
#w013_about_honor_166 .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);}

#w013_about_honor_166.myleft .title{}
#w013_about_honor_166.myright .title{flex-direction: row-reverse;text-align: right;}
#w013_about_honor_166.mycenter .title{text-align: center;justify-content:center;flex-direction: column;gap:20px;}

#w013_about_honor_166 .container {width: 100%;overflow: visible;padding-bottom: 135px;}
#w013_about_honor_166 .container .slide{transform:scale(.75); -webkit-transform:scale(.75);background: #fafafa;border-radius: 20px;}
#w013_about_honor_166 .container .swiper-slide-active,
#w013_about_honor_166 .container .swiper-slide-duplicate-active{transform:scale(1); -webkit-transform:scale(1);background-color: #fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);z-index: 5;}
#w013_about_honor_166 .container .slide .img::before {padding-top: 100%;}
#w013_about_honor_166 .container .slide .img img {max-width: 90%;max-height: 90%;}
#w013_about_honor_166 .container .slide .name {font-size: 16px;line-height: 1.875;color: #888;margin: 3px 0 38px;padding: 0 20px;}
#w013_about_honor_166 .container .slide.swiper-slide-active .name {color: #222;}
#w013_about_honor_166 .button {width: 140px;height: 60px;bottom: 0;z-index: 5;left: 50%;transform: translateX(-50%);}
#w013_about_honor_166 .button .li {font-size: 16px;color: #222;background-color: #fff;width: 60px;height: 60px;border-radius: 50%;transition: .3s;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}

@media screen and (any-hover:hover) {
    #w013_about_honor_166 .button .li:hover {background-color: var(--btnbgColor);color: #fff;}
}
@media screen and (max-width:900px) {
    #w013_about_honor_166 .title {margin-bottom: 20px;}
    #w013_about_honor_166 .container {padding-bottom: 80px;}
    #w013_about_honor_166 .container .swiper-slide-active,
    #w013_about_honor_166 .container .swiper-slide-duplicate-active{transform:scale(.8); -webkit-transform:scale(.8);box-shadow: 0 0 0;background: #fafafa;}
}
@media screen and (max-width:750px) {
    #w013_about_honor_166 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w013_about_honor_166 .title{flex-wrap: wrap;}
    #w013_about_honor_166 .title .cn,
    #w013_about_honor_166 .title .en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w013_about_honor_166 .container .slide .name {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0;}
    #w013_about_honor_166 .button {width: 240px;height: 100px;}
    #w013_about_honor_166 .button .li {width: 100px;height: 100px;font-size: var(--font-sub-S);}
}

.w013_about_honor_169_wrap {overflow: hidden;}

#w013_about_honor_169 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w013_about_honor_169 .title {margin-bottom: 60px;}
#w013_about_honor_169 .title .cn {flex:1;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);}
#w013_about_honor_169 .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);}

#w013_about_honor_169.myleft .title{}
#w013_about_honor_169.myright .title{flex-direction: row-reverse;text-align: right;}
#w013_about_honor_169.mycenter .title{text-align: center;justify-content:center;flex-direction: column;gap:20px;}

#w013_about_honor_169 .container {width: 100%;overflow: visible;padding-bottom: 135px;}
#w013_about_honor_169 .container .slide{transform:scale(.75); -webkit-transform:scale(.75);background: #fafafa;border-radius: 20px;}
#w013_about_honor_169 .container .swiper-slide-active,
#w013_about_honor_169 .container .swiper-slide-duplicate-active{transform:scale(1); -webkit-transform:scale(1);background-color: #fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);z-index: 5;}
#w013_about_honor_169 .container .slide .img::before {padding-top: 100%;}
#w013_about_honor_169 .container .slide .img img {max-width: 90%;max-height: 90%;}
#w013_about_honor_169 .container .slide .name {font-size: 16px;line-height: 1.875;color: #888;margin: 3px 0 38px;padding: 0 20px;}
#w013_about_honor_169 .container .slide.swiper-slide-active .name {color: #222;}
#w013_about_honor_169 .button {width: 140px;height: 60px;bottom: 0;z-index: 5;left: 50%;transform: translateX(-50%);}
#w013_about_honor_169 .button .li {font-size: 16px;color: #222;background-color: #fff;width: 60px;height: 60px;border-radius: 50%;transition: .3s;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}

@media screen and (any-hover:hover) {
    #w013_about_honor_169 .button .li:hover {background-color: var(--btnbgColor);color: #fff;}
}
@media screen and (max-width:900px) {
    #w013_about_honor_169 .title {margin-bottom: 20px;}
    #w013_about_honor_169 .container {padding-bottom: 80px;}
    #w013_about_honor_169 .container .swiper-slide-active,
    #w013_about_honor_169 .container .swiper-slide-duplicate-active{transform:scale(.8); -webkit-transform:scale(.8);box-shadow: 0 0 0;background: #fafafa;}
}
@media screen and (max-width:750px) {
    #w013_about_honor_169 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w013_about_honor_169 .title{flex-wrap: wrap;}
    #w013_about_honor_169 .title .cn,
    #w013_about_honor_169 .title .en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w013_about_honor_169 .container .slide .name {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0;}
    #w013_about_honor_169 .button {width: 240px;height: 100px;}
    #w013_about_honor_169 .button .li {width: 100px;height: 100px;font-size: var(--font-sub-S);}
}

.w013_about_honor_170_wrap {overflow: hidden;}

#w013_about_honor_170 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w013_about_honor_170 .title {margin-bottom: 60px;}
#w013_about_honor_170 .title .cn {flex:1;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);}
#w013_about_honor_170 .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);}

#w013_about_honor_170.myleft .title{}
#w013_about_honor_170.myright .title{flex-direction: row-reverse;text-align: right;}
#w013_about_honor_170.mycenter .title{text-align: center;justify-content:center;flex-direction: column;gap:20px;}

#w013_about_honor_170 .container {width: 100%;overflow: visible;padding-bottom: 135px;}
#w013_about_honor_170 .container .slide{transform:scale(.75); -webkit-transform:scale(.75);background: #fafafa;border-radius: 20px;}
#w013_about_honor_170 .container .swiper-slide-active,
#w013_about_honor_170 .container .swiper-slide-duplicate-active{transform:scale(1); -webkit-transform:scale(1);background-color: #fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);z-index: 5;}
#w013_about_honor_170 .container .slide .img::before {padding-top: 100%;}
#w013_about_honor_170 .container .slide .img img {max-width: 90%;max-height: 90%;}
#w013_about_honor_170 .container .slide .name {font-size: 16px;line-height: 1.875;color: #888;margin: 3px 0 38px;padding: 0 20px;}
#w013_about_honor_170 .container .slide.swiper-slide-active .name {color: #222;}
#w013_about_honor_170 .button {width: 140px;height: 60px;bottom: 0;z-index: 5;left: 50%;transform: translateX(-50%);}
#w013_about_honor_170 .button .li {font-size: 16px;color: #222;background-color: #fff;width: 60px;height: 60px;border-radius: 50%;transition: .3s;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}

@media screen and (any-hover:hover) {
    #w013_about_honor_170 .button .li:hover {background-color: var(--btnbgColor);color: #fff;}
}
@media screen and (max-width:900px) {
    #w013_about_honor_170 .title {margin-bottom: 20px;}
    #w013_about_honor_170 .container {padding-bottom: 80px;}
    #w013_about_honor_170 .container .swiper-slide-active,
    #w013_about_honor_170 .container .swiper-slide-duplicate-active{transform:scale(.8); -webkit-transform:scale(.8);box-shadow: 0 0 0;background: #fafafa;}
}
@media screen and (max-width:750px) {
    #w013_about_honor_170 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w013_about_honor_170 .title{flex-wrap: wrap;}
    #w013_about_honor_170 .title .cn,
    #w013_about_honor_170 .title .en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w013_about_honor_170 .container .slide .name {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0;}
    #w013_about_honor_170 .button {width: 240px;height: 100px;}
    #w013_about_honor_170 .button .li {width: 100px;height: 100px;font-size: var(--font-sub-S);}
}

#temp_d_ly_ly00001_143{padding-top: var(--paddingTop); padding-bottom: var(--paddingBottom); background: #fff url(/module/temp_d/ly/LY00001/images/partner_back.jpg) no-repeat center/100% 100%; }
#temp_d_ly_ly00001_143 .big_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);}
#temp_d_ly_ly00001_143 .big_tit_line { margin: 15px auto 0; width: 40px; position: relative; height: 4px; background-image: -webkit-linear-gradient(left, #27b2f4, #001c79); background-image: linear-gradient(left, #27b2f4, #001c79); }

#temp_d_ly_ly00001_143.myleft .big_tit{text-align: left;}
#temp_d_ly_ly00001_143.myleft .big_tit_line{margin: 15px auto 0 0;}
#temp_d_ly_ly00001_143.mycenter .big_tit{text-align: center;}
#temp_d_ly_ly00001_143.mycenter .big_tit_line{margin: 15px auto 0;}
#temp_d_ly_ly00001_143.myright .big_tit{text-align: right;}
#temp_d_ly_ly00001_143.myright .big_tit_line{margin: 15px 0 0 auto;}

#temp_d_ly_ly00001_143 .con{margin-top: 60px;}
/* #temp_d_ly_ly00001_143 .pictures{ margin-top: 20px; height: 178px; white-space: nowrap;}
#temp_d_ly_ly00001_143 .pictures .demos{width: 100%; height: 100%; white-space: nowrap;} */
#temp_d_ly_ly00001_143 .one{margin-top: 20px; width: 100%; height: 178px; white-space: nowrap;}
#temp_d_ly_ly00001_143 .one .wrapper{ width: max-content; height: 100%;}
#temp_d_ly_ly00001_143 .img{position: relative; margin: 0 20px 0; width: 337px; height: 100%; overflow: hidden; background-color: rgba(255, 255, 255, .6);  transition: all .6s ease;}
#temp_d_ly_ly00001_143 .img img{max-width: 100%; max-height: 100%; transition: all .6s ease;}
#temp_d_ly_ly00001_143 .pictures:nth-child(2) .demos{ top: 0; right: 0;}
#temp_d_ly_ly00001_143 .img:after { border: 5px solid transparent; content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; box-sizing: border-box; border: 1px solid #fff; -webkit-transition: all .3s cubic-bezier(.58, .06, .43, .94); transition: all .3s cubic-bezier(.58, .06, .43, .94);}
#temp_d_ly_ly00001_143 .img:before { border: 5px solid transparent; content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; box-sizing: border-box; border: 1px solid #fff; z-index: 9; opacity: 1; -webkit-transition: all .3s .3s cubic-bezier(.58, .06, .43, .94); transition: all .3s .3s cubic-bezier(.58, .06, .43, .94);}
#temp_d_ly_ly00001_143 .img:hover:before { border: 5px solid #fff; border-image: -webkit-linear-gradient(445deg, #27b2f4, #27b2f4 40%, #001c79) 20 20; border-image: linear-gradient(445deg, #27b2f4, #27b2f4 40%, #001c79) 20 20;}
#temp_d_ly_ly00001_143 .img:hover:after { border: 5px solid #fff; border-image: -webkit-linear-gradient(445deg, #27b2f4, #27b2f4 40%, #001c79) 20 20; border-image: linear-gradient(445deg, #27b2f4, #27b2f4 40%, #001c79) 20 20;}
#temp_d_ly_ly00001_143 .img:hover img {-webkit-transform: scale(1.1); transform: scale(1.1);}

@media screen and (max-width: 750px){
	#temp_d_ly_ly00001_143 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #temp_d_ly_ly00001_143 .big_tit{font-size: var(--font-sub-S);}
}
.w005_index_footer_48_footer_wrap{background: var(--backgroundColor);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);color: var(--font_color_1);overflow: hidden;}

.w005_index_footer_48_footer_wrap .box {padding: 0 0 var(--paddingBottom) 0;display: flex;justify-content: space-between;}

#w005_index_footer_48_message{}
#w005_index_footer_48_message .dl{}
#w005_index_footer_48_message .dl .dt{margin-top: 15px;font-size: 24px;line-height: 40px;}
#w005_index_footer_48_message .dl .logo{max-width: 400px;}
#w005_index_footer_48_message .dl .dt span{font-size: 16px;}
#w005_index_footer_48_message .dd{font-size: 16px;line-height: 30px;max-width: 400px;}


#w005_index_footer_48_nav{display: flex;flex-wrap: wrap;flex: 1 1 300px;}
#w005_index_footer_48_nav .dl{margin-left: 80px;margin-bottom: 30px;}
#w005_index_footer_48_nav .dl .dt{margin-bottom: 30px;font-size: 20px;line-height: 1;}
#w005_index_footer_48_nav .dd{font-size: 16px;line-height: 30px;color: var(--font_color_2);transition: 0.3s;}

@media (any-hover: hover){
    #w005_index_footer_48_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}


#w005_index_footer_48_nav_app{display: none;}


#w005_index_footer_48_contact{margin-left: 80px;margin-bottom: 30px;}
#w005_index_footer_48_contact .dt{margin-bottom: 30px;font-size: 20px;line-height: 1;}
#w005_index_footer_48_contact .dd{font-size: 16px;line-height: 30px;color: var(--font_color_2);}
#w005_index_footer_48_contact .qr .img{max-width: 120px;max-height: 120px;}
#w005_index_footer_48_contact .qr .tip{font-size: 14px;color: var(--font_color_2);margin-top: 16px;}


#w005_index_footer_48_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);/*margin-top: 35px;*/color: var(--font_color_2);}
#w005_index_footer_48_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w005_index_footer_48_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w005_index_footer_48_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;border-top: none;margin-top: 35px;}
}


#w005_index_footer_48_copyright{border-top: 1px solid var(--font_color_3);padding: var(--paddingBottom) 0 0 0;color: var(--font_color_2);gap: 10px 20px;}
#w005_index_footer_48_copyright .copyright{font-size: 14px;line-height: 30px;gap: 10px 20px;}
#w005_index_footer_48_copyright .third {}
#w005_index_footer_48_copyright .third.hide{display: none;}
#w005_index_footer_48_copyright .third .a{margin-left: 20px;width: 30px;height: 30px;background: var(--font_color_2);border-radius: 50%;transition: .3s;}
#w005_index_footer_48_copyright .third .a i{font-size: 20px;color: #fff;}
#w005_index_footer_48_copyright .third .a:hover{background: var(--hoverFontColor);}



@media only screen and (max-width: 1250px) {
    #w005_index_footer_48_contact{display: none;}
}


@media only screen and (max-width: 750px) {
    .w005_index_footer_48_footer_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    .w005_index_footer_48_footer_wrap .box{display: block;padding: 0;}

    #w005_index_footer_48_message .dl{}
    #w005_index_footer_48_message .dl .dt{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-top: 30px;}
    #w005_index_footer_48_message .dl .dt span{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w005_index_footer_48_message .dl .dd{font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-width: none;}

    #w005_index_footer_48_nav{display: none;}

    #w005_index_footer_48_nav_app{display: block;margin-top: 60px;color: var(--font_color_2);}
    #w005_index_footer_48_nav_app .dl{}
    #w005_index_footer_48_nav_app .dl .dt{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 20px 0;border-bottom: 1px solid var(--font_color_3);color: var(--font_color_1);}
    #w005_index_footer_48_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #w005_index_footer_48_nav_app .dl.cur .dt > i{transform: rotateZ(90deg);}
    /* 展开项 */
    #w005_index_footer_48_nav_app .dl .dd{display: none;}
    #w005_index_footer_48_nav_app .dd .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 20px 0;padding-left: 15px;border-bottom: 1px solid var(--font_color_3);}

    #w005_index_footer_48_copyright{border-top: none;flex-wrap: wrap;padding: 10px 0;}
    #w005_index_footer_48_copyright .copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #w005_index_footer_48_copyright .third{justify-content: center;margin-top: 50px;}
    #w005_index_footer_48_copyright .third .a{transform: scale(2);margin: 0 var(--font-txt-S);}
}