
.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_15_nav{}
#w001_index_header_15_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_15_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_15_nav .head{color: #333;}

#w001_index_header_15_nav .stockCode{margin-left: 10px;font-size: 16px;line-height: 1.5;opacity: 0.6;}


/* 背景色 */
#header_bg{height: var(--head_top_height);width: 100%;pointer-events: none;transition:background .3s;background: var(--head_bg_color);}
#header.fixed.scroll-top #header_bg{background: transparent;}




/* logo部分 */
#w001_index_header_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 .head{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;}















@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;}
}

@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 .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;}
}



/* 左侧出现的状态 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;}
}
#_temp_wcb_inner_hf_hengfu01_1 .img{min-height: 400px;}
#_temp_wcb_inner_hf_hengfu01_1 .img img{width: 100%;display: block;}
#_temp_wcb_inner_hf_hengfu01_1 .imgApp{display: none;min-height: 480px;}
#_temp_wcb_inner_hf_hengfu01_1 .imgApp img{width: 100%;display: block;}
#_temp_wcb_inner_hf_hengfu01_1 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#_temp_wcb_inner_hf_hengfu01_1 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#_temp_wcb_inner_hf_hengfu01_1.height_change .position_box{width: 100%;height: calc((100% - 100px));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#_temp_wcb_inner_hf_hengfu01_1 .text{display: flex;flex-direction: column;width: 100%;padding: 15px 0;}
#_temp_wcb_inner_hf_hengfu01_1 .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_1 .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_1 .position_box[position="2"],
#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="5"],
#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="8"]{text-align: center;}
#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="3"],
#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="6"],
#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="9"]{text-align: right;}

@media screen and (max-width:751px) {
    #_temp_wcb_inner_hf_hengfu01_1 .img{display: none;}
    #_temp_wcb_inner_hf_hengfu01_1 .imgApp{display: block;}
    #_temp_wcb_inner_hf_hengfu01_1 .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_1 .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_1.height_change .position_box{height: calc((100% - 120px));}
}
#w006_about_company_71 {padding-top: var(--paddingTop);}
@media screen and (max-width:750px) {
	#w006_about_company_71 {padding-top: var(--appPaddingTop);}
}


#w006_about_company_71 .content {margin-bottom: 74px;}
#w006_about_company_71 .content .img {width: 50%;float: left; margin: 0 96px 50px 0;}
#w006_about_company_71 .content .text {}
#w006_about_company_71 .content .text .title {margin: 60px 0 69px 0;}
#w006_about_company_71 .content .text .title .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);position: relative;}
#w006_about_company_71 .content .text .title .name::after {content: '';width: 160px;height: 3px;background: var(--font_1st_color);position: absolute;left: -180px;top: 25px;}
#w006_about_company_71 .content .text .blurb {font-size: 16px;line-height: 32px;text-align: justify}

@media screen and (max-width:1200px) {
	#w006_about_company_71 .content .img{margin-right: 50px;}
}
@media screen and (max-width:1024px) {
	#w006_about_company_71 .content {flex-direction: column;}
	#w006_about_company_71 .content .img {width: 100%;}
	#w006_about_company_71 .content .text {width: 100%;}
	#w006_about_company_71 .content .text .title .name::after{display: none;}
}
@media screen and (max-width:750px) {
	#w006_about_company_71 .content .text {padding: 0;}
	#w006_about_company_71 .content .text .title .name{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
	#w006_about_company_71 .content .text .blurb {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}




#w006_about_company_71_list {display: flex;justify-content: space-around;flex-wrap: wrap;background: #F6F6F6; padding: 59px 0;margin-bottom: var(--paddingBottom);border-radius: 20px;gap: 60px 0;}
#w006_about_company_71_list .box { flex:1 1 25%;display: flex;flex-direction: column;align-items: center;text-align: center;}
#w006_about_company_71_list .box .svg {width: 90px;height: 90px;border-radius: 50%;background: var(--btnColor);margin-bottom: 30px;fill:#fff}
#w006_about_company_71_list .box .svg .img{max-width: 50%;max-height: 50%;}
#w006_about_company_71_list .box .topic {font-size: 22px;font-weight: bold;margin-bottom: 20px;}
#w006_about_company_71_list .box .intro {font-size: 18px;}
@media screen and (max-width:1024px) {
	#w006_about_company_71_list .box {flex:1 1 50%;}
}

@media screen and (max-width:750px) {
	#w006_about_company_71_list{margin-bottom: var(--appPaddingBottom);}
	#w006_about_company_71_list .box {padding: 0 20px;}
	#w006_about_company_71_list .box .topic {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
	#w006_about_company_71_list .box .intro {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w006_about_company_71_list .box .svg {width: 180px; height: 180px;}
}
#w012_about_us_history_3{padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w012_about_us_history_3 .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 50px;}

#w012_about_us_history_3.myleft .title{text-align: left;}
#w012_about_us_history_3.myright .title{text-align: right;}
#w012_about_us_history_3.mycenter .title{text-align: center;}

#w012_about_us_history_3 .left{width: 25%;height: 600px;}
#w012_about_us_history_3 .left .li{line-height: 2;font-size: 60px;color: #e1e1e1;font-family: 'DDB';}
#w012_about_us_history_3 .left .li .icon{display: flex;justify-content: center;align-items: center;top: 50%;right: 1px;width: 110px;height: 110px;border: 1px solid var(--main_color);opacity: 0;border-radius: 100%;transform: translateY(-50%);}
#w012_about_us_history_3 .left .li .icon .timee{z-index: 2;color: #fff;position: relative;}
#w012_about_us_history_3 .left .li .icon:before{display: block;content: '';position: absolute;top: 50%;left: 50%;z-index: 1;width: 72px;height: 72px;background: var(--main_color);border-radius: 50%;transform: translate(-50%, -50%);}
#w012_about_us_history_3 .left .li .icon::after{content: '';position: absolute;width: 1px;height: 100px;height: 600px;border-left:1px dashed  var(--main_color);}
#w012_about_us_history_3 .left .li .icon .in{width: 150px;right:30%;height: 2px;background: var(--main_color);}
#w012_about_us_history_3 .left .li .icon .in:before{display: block;content: '';position: absolute;top: 50%;left: 0;width: 8px;height: 8px;background: var(--main_color);border-radius: 50%;transform: translateY(-50%);}
#w012_about_us_history_3 .left .li.swiper-slide-active{color: var(--main_color);}
#w012_about_us_history_3 .left .li.swiper-slide-active .icon{opacity: 1;}
#w012_about_us_history_3 .left .prev,
#w012_about_us_history_3 .left .next{right: 90px;z-index:10;}
#w012_about_us_history_3 .left .prev{top: 60px;}
#w012_about_us_history_3 .left .next{bottom: 50px;}

#w012_about_us_history_3 .right{width: 62.5%;}
#w012_about_us_history_3 .right .prev.swiper-button-disabled ,
#w012_about_us_history_3 .right .next.swiper-button-disabled {visibility: hidden;}
#w012_about_us_history_3 .right .li{display: flex;justify-content: space-between;align-items: center;width: 100%;}
#w012_about_us_history_3 .right .li .text{width: 59.428%}
#w012_about_us_history_3 .right .li .text .y{padding-bottom: 20px;line-height: 63px;border-bottom: 1px solid var(--main_color); font-size: 60px; color: #1a1a1a;font-family: 'DDB';}
#w012_about_us_history_3 .right .li .text .y:before{display: block;content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px; background: #ecd9cc;}
#w012_about_us_history_3 .right .li .text .desc{margin-top: 26px;width: 100%;padding: 0 80px 0 20px;height:290px;overflow: auto;}
#w012_about_us_history_3 .right .li .text .desc li{margin-top: 22px;width: 100%;line-height: 26px;font-size: 16px;color: #1a1a1a;list-style: disc;}
#w012_about_us_history_3 .right .li .text .desc li:first-child{margin-top: 0;}
#w012_about_us_history_3 .right .li .text .desc.scrollbar::-webkit-scrollbar-thumb{background:var(--main_color);}
#w012_about_us_history_3 .right .li .text .desc.scrollbar::-webkit-scrollbar {background:#e6e6e6;width:3px;height:3px;}

#w012_about_us_history_3 .right .li .pic{width: 40.572%;}

#w012_about_us_history_3 .right .btn {display: none;position: absolute;top: 50%;left:0;width:100%;transform: translateY(-50%);z-index: 11;pointer-events: none;}
#w012_about_us_history_3 .right .prev,
#w012_about_us_history_3 .right .next{width: 67px;height: 67px;background: #fff;z-index: 10;border-radius: 100%;box-shadow: 0 0 10px 0 rgba(0,0,0,.1);pointer-events: all;font-size: 20px;}
#w012_about_us_history_3 .right .prev{left: 0;}
#w012_about_us_history_3 .right .next{right: 0;}


@media (max-width: 1440px){
  #w012_about_us_history_3 .left{width: 27%;}
}

@media (max-width: 1366px){
  #w012_about_us_history_3 .left{width: 28%;}
}
@media (max-width: 1280px){
  #w012_about_us_history_3 .left{width: 30%;}
  #w012_about_us_history_3 .left .li .icon .in{width: 90px;}
}
@media (max-width: 980px){
  #w012_about_us_history_3 .left{display: none;}
  #w012_about_us_history_3 .right{float: none;width: 100%;}
  #w012_about_us_history_3 .right .btn {display: flex;}
}
@media (max-width: 750px){
  #w012_about_us_history_3 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
  #w012_about_us_history_3 .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}

  #w012_about_us_history_3 .right .li .text .y{font-size:var(--font-sub-S);line-height:var(--font-sub-L);}
  #w012_about_us_history_3 .right .li{display: block;}
  #w012_about_us_history_3 .right .li .text{width: 100%;}
  #w012_about_us_history_3 .right .li .text .desc{padding: 0 0px 0 30px;height:auto;overflow: auto;}
  #w012_about_us_history_3 .right .li .text .desc li{font-size:var(--font-sma-S);line-height:var(--font-sma-L)}
  #w012_about_us_history_3 .right .li .pic{width: 100%;margin-top: 30px;}

  #w012_about_us_history_3 .right .btn {top:calc(50% + 47px);left:0;width:100%;transform: translateY(-50%);z-index: 11;pointer-events: none;}
  #w012_about_us_history_3 .right .prev,
  #w012_about_us_history_3 .right .next{width: 90px;height: 90px;font-size: 30px;}
}

@media (any-hover: hover) {
  #w012_about_us_history_3 .right .prev:hover,
  #w012_about_us_history_3 .right .next:hover{background: var(--main_color);}
  #w012_about_us_history_3 .right .prev:hover .svg,
  #w012_about_us_history_3 .right .next:hover .svg{fill: #fff;}
}
#w008_about_history_history_77_title{padding-top: var(--paddingTop);}

#w008_about_history_history_77_title .bot{margin-top:50px;margin-left: 130px;}
#w008_about_history_history_77_title .bot .container{height:140px;}

#w008_about_history_history_77_title .bot .li .year{font-size: 30px;color: #999999;font-weight: 700;font-family: 'DDB';z-index: 5;margin-top: 30px;}

#w008_about_history_history_77_title .bot .swiper-slide-thumb-active .dian{width: 12px!important;height: 12px;background: var(--fontColor);border-radius: 100%;margin-left:33px;margin-top: 20px;}

#w008_about_history_history_77_title .bot .li.swiper-slide-thumb-active .year{font-size:30px;color: #333333;font-weight:600;}

@media screen and (max-width:1000px) {
	#w008_about_history_history_77_title .bot{margin-left: 70px;}
}

@media screen and (max-width:751px) {
    #w008_about_history_history_77_title{padding-top: var(--appPaddingTop);}
    #w008_about_history_history_77_title .bot{margin-left: 0;}
	#w008_about_history_history_77_title .bot .li .year{font-size: 0.36rem;}
    #w008_about_history_history_77_title .bot .li.swiper-slide-thumb-active .year{font-size: 0.42rem;}
    #w008_about_history_history_77_title .bot .swiper-slide-thumb-active .dian{margin-left: 47px;}
}
/* 结束 */

#w008_about_history_history_77{padding-bottom: var(--paddingBottom);margin-top:50px;}

#w008_about_history_history_77 .box{display:flex;height: 140px;width:60px;justify-content: space-between;flex-direction: column;z-index: 3;position: relative;}
#w008_about_history_history_77 .box .next,
#w008_about_history_history_77 .box .prev{width: 100%;height: 60px;border-radius: 10px;border: 1px solid #999999;transition: 0.6s;}

#w008_about_history_history_77 .box .next:hover{background-color: var(--fontColor);color: #fff;}
#w008_about_history_history_77 .box .prev:hover{background-color: var(--fontColor);color: #fff;}

#w008_about_history_history_77 .slide{display: flex;}

#w008_about_history_history_77 .pic .images{padding-top: 100%;}
#w008_about_history_history_77 .pic .images .imgg{max-height: 550px;max-width: 550px;transform: translateX(8.3%);}

#w008_about_history_history_77 .pic{width:56.25%;position: relative;}
#w008_about_history_history_77 .pic::before{content: '';width: 550px;height:470px;background-color: #e7e7e7;position: absolute;left: 0;bottom:28%;}
#w008_about_history_history_77 .pic .tit{margin-left: 75px;margin-bottom: 18px;}
#w008_about_history_history_77 .pic .tit .time{font-size: 100px;margin-right:5px;margin-top: auto;line-height: 80px;}
#w008_about_history_history_77 .pic .tit .brief{font-size: 24px;margin-top: auto;}

#w008_about_history_history_77 .intro{padding-top:100px;padding-right:145px;;width: 50%;margin-left: 95px;}	
#w008_about_history_history_77 .intro .li{margin-bottom: 40px;}
#w008_about_history_history_77 .intro .li .month{font-size: 20px;margin-right: 40px;}
#w008_about_history_history_77 .intro .li .bri{font-size: 18px;}


@media screen and (max-width:1350px) {
    
    #w008_about_history_history_77 .box{margin-left: 10px;}

    #w008_about_history_history_77 .slide{flex-direction: column;}
    
    #w008_about_history_history_77 .pic{width: 100%;}
    #w008_about_history_history_77 .pic::before{display: none;}
    #w008_about_history_history_77 .pic .images .imgg{max-width: 100%;max-height: 100%;}

    #w008_about_history_history_77 .intro{width: 100%;padding-right: 0;margin-left: 0;}
    
}

@media screen and (max-width:751px) {
    #w008_about_history_history_77{padding-bottom: var(--appPaddingBottom);}
    #w008_about_history_history_77 .box{display: none;}
    #w008_about_history_history_77 .pic .images .imgg{transform: translateX(0);}
    #w008_about_history_history_77 .pic .tit{margin-left: 0;justify-content: center;}
    #w008_about_history_history_77 .pic .tit .time{font-size:var(--font-big-S);line-height: var(--font-big-L);margin-top: 0;}
    #w008_about_history_history_77 .pic .tit .brief{font-size:var(--font-txt-S);line-height: var(--font-txt-L);margin-left: 10px;}

    #w008_about_history_history_77 .intro .li .month{font-size:var(--font-big-S);line-height: var(--font-big-L);}
    #w008_about_history_history_77 .intro .li .bri{font-size:var(--font-txt-S);line-height: var(--font-txt-L);}
}
/* 首页-合作伙伴 */
#w004_index_partner_79 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}
#w004_index_partner_79 .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);text-align: var(--title_align);margin-bottom: 80px;}

#w004_index_partner_79 .button {margin: 65px auto 0;width: 160px;height: 50px;display: flex;justify-content: center;align-items: center;font-size: 18px;transition: 0.3s; color: var(--moreStyle_font_color);background-color: var(--moreStyle_bg_color);border-radius:var(--moreStyle_border_radius);border-width: var(--moreStyle_border_width);border-style: var(--moreStyle_border_style);border-color: var(--moreStyle_border_color);}

#w004_index_partner_79.myleft .title {text-align: left;}
#w004_index_partner_79.mycenter .title {text-align: center;}
#w004_index_partner_79.myright .title {text-align: right;}

#w004_index_partner_79 .content {/*border: 1px solid #eaeef9;*/display: flex;flex-wrap: wrap;}
#w004_index_partner_79 .content .box {width: 20%;height: 170px;border-right: 1px solid #eaeef9;border-bottom: 1px solid #eaeef9;box-sizing: border-box;display: flex;align-items: center;justify-content: center;position: relative;}
#w004_index_partner_79 .content .box:nth-child(5n+1){border-left: 1px solid #eaeef9;}
#w004_index_partner_79 .content .box:nth-child(-n+5){border-top: 1px solid #eaeef9;}

#w004_index_partner_79 .content .box:before {display: block;content: '';position: absolute;top: 50%;left: 50%;opacity: 0;width: 100%;height: 100%;transform: translate(-50%, -50%);transition: all .3s;}


@media (any-hover: hover){
    #w004_index_partner_79 .content .box:hover::before {opacity: 1;width: 105%;height: 105%;background: #fff;border-bottom: 3px solid var(--borderColor);box-shadow: 0px 10px 20px 3px rgba(30,33,130,0.2);}
    #w004_index_partner_79 .content .box:hover{z-index: 2;}
}

@media screen and (max-width:750px) {
    #w004_index_partner_79 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_partner_79 .title {font-size:var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}

    #w004_index_partner_79 .content .box {width: 25%;height: 140px;border-right: 1px solid #eaeef9;border-bottom: 1px solid #eaeef9;box-sizing: border-box;display: flex;align-items: center;justify-content: center;position: relative;}
    #w004_index_partner_79 .content .box:nth-child(4n+1){border-left: 1px solid #eaeef9;}
    #w004_index_partner_79 .content .box:nth-child(-n+4){border-top: 1px solid #eaeef9;}
}
#w006_index_footer_16 {font-size:16px; padding-top: var(--paddingTop);padding-bottom: 100px;background:var(--bg_color);color: var(--font_color_1);}

#w006_index_footer_16 .left{position: relative;}
#w006_index_footer_16 .left .logo{max-width: 30%; margin:50px 0;}

#w006_index_footer_16 .left .line{position: absolute;right: 0;left: -100%;height: 1px; background: var(--font_color_3);}

#w006_index_footer_16 .left .nav .dl{display: flex; flex-direction: column;margin-right: 110px;}
#w006_index_footer_16 .left .nav .dl .dt{font-size: 18px; padding-bottom: 30px; padding-top: 60px;}
#w006_index_footer_16 .left .nav .dl .dd{line-height: 36px;color: var(--font_color_2);transition: 0.3s;}

@media (any-hover: hover){
    #w006_index_footer_16 .left .nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

#w006_index_footer_16 .contact_us{width: 27.5%;padding-top: 53px;padding-left: 60px;position: relative;}
#w006_index_footer_16 .contact_us::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: -100px;width: 1px;background: var(--font_color_3);}
#w006_index_footer_16 .contact_us .title {font-size: 18px;}

#w006_index_footer_16 .contact_us .contact{padding-top: 20px;gap: 0 24px;}
#w006_index_footer_16 .contact_us .contact .a{width: 50px; height:50px;font-size: 30px;color: #666666; background: #fff; border-radius: 50%;transition: .3s;}
#w006_index_footer_16 .contact_us .contact .a:hover{background:var(--hoverColor);color:#fff}

#w006_index_footer_16 .contact_us .phone{font-size: 18px; font-weight: 500;padding-top: 52px;line-height: 30px;}
#w006_index_footer_16 .contact_us .number{font-size: 30px;font-weight: bold;color: var(--numColor);line-height: 30px;margin-top: 4px;}
#w006_index_footer_16 .contact_us .message{padding-top: 24px;line-height: 30px;}
#w006_index_footer_16 .contact_us .address{line-height: 30px;}

@media screen and (max-width: 1024px){
	#w006_index_footer_16 .contact_us {width: 45%;}
}

@media screen and (max-width: 850px){
    #w006_index_footer_16 .contact_us {width: 40%;}
}
@media screen and (max-width: 751px){
	#w006_index_footer_16 {display: none;}
	#w006_index_footer_16 .contact_us {width: 45%;}
}




/* 移动端 */
#w006_index_footer_16_small{display: none;}
@media screen and (max-width: 751px){
	#w006_index_footer_16_small{display: block;padding-bottom: 50px;padding-top: var(--appPaddingTop);background:var(--bg_color);color: var(--font_color_1);}

	#w006_index_footer_16_small .footer{padding-top: 50px;}
	#w006_index_footer_16_small .footer .ul .li_top{border-bottom: 1px solid var(--font_color_2);font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding: 26px 0;}
	#w006_index_footer_16_small .footer .ul .li_top i{font-size: var(--font-txt-S);transition: .3s;}
	#w006_index_footer_16_small .footer .ul.cur .li_top > i{transform: rotateZ(90deg);}

	#w006_index_footer_16_small .footer .ul .li_box .li{border-bottom: 1px solid var(--font_color_2);font-size:var(--font-bri-S);line-height:  var(--font-bri-L);padding: 26px 0 26px 15px;color: var(--font_color_2);}
	#w006_index_footer_16_small .footer .ul .li_box .li:first-child{padding-top: 20px;}
	#w006_index_footer_16_small .footer .ul .li_box .li:last-child{margin-bottom: 20px;}

	#w006_index_footer_16_small .message{padding-top: 50px;}
	#w006_index_footer_16_small .message .title {font-size: var(--font-big-S);}
	#w006_index_footer_16_small .message .contact{padding: 40px 0;gap: 0 30px;}
	#w006_index_footer_16_small .message .contact .a{width: 60px;height: 60px;background: var(--font_color_1);border-radius: 50%;font-size: var(--font-sub-S);color: var(--bg_color);}
	#w006_index_footer_16_small .message .phone{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w006_index_footer_16_small .message .number{font-size: var(--font-sub-S);line-height: var(--font-sub-S);font-weight: bold;color: var(--linkColor);}
	#w006_index_footer_16_small .message .message{font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding-top: 24px;}
	#w006_index_footer_16_small .message .address{font-size:var(--font-txt-S);line-height: var(--font-txt-L);}

	#w006_index_footer_16_small .copy_app{font-size: var(--font-txt-S);gap: 10px 20px;display: flex;flex-wrap: wrap;margin-top: 30px;}
}




/* 友情链接 */
#w006_index_footer_16_copy { background: var(--linkColor);}
#w006_index_footer_16_copy .content {height: 120px;}

#w006_index_footer_16_copy .copy {display: flex;flex-wrap: wrap;font-size: 16px;color: #fff;gap: 10px;opacity: .7;}
#w006_index_footer_16_copy .links{font-size: 16px;margin-left: 30px;position: relative;}
#w006_index_footer_16_copy .links .button {font-size: 24px;color: #fff;width: 275px;height: 45px;border-radius: 25px;background: rgba(255, 255, 255, 0.3);padding: 0 20px;opacity: .7;}
#w006_index_footer_16_copy .links .button .span {margin:0 20px;font-size: 16px;}
#w006_index_footer_16_copy .links .box {position: absolute;right: 0px;bottom: 100%;display: none;width: 100%;border-radius: 25px;}
#w006_index_footer_16_copy .links .box .ul{overflow-y: auto;max-height: 224px;width: 100%;background: #fff;border-radius: 25px;}
#w006_index_footer_16_copy .links .box .link {line-height: 1.6;color: #000;display: block;padding: 10px;transition: .3s;}
#w006_index_footer_16_copy .links .box .link:first-child{margin-top: 10px;}
#w006_index_footer_16_copy .links .box .link:last-child{margin-bottom: 10px;}

#w006_index_footer_16_copy .links.cur .button .button_i{transform: rotate(180deg);}
#w006_index_footer_16_copy .links .box .link:hover {background: #f8f8f8;padding-left: 15px;color: var(--linkColor);}

@media screen and (max-width:750px) {
    #w006_index_footer_16_copy .content {height: 100px;}
    #w006_index_footer_16_copy .copy {font-size: var(--font-bri-S);display: none;}
    #w006_index_footer_16_copy .links {font-size: var(--font-txt-S);width: 100%;margin-left: 0;}
    #w006_index_footer_16_copy .links .button{font-size: var(--font-txt-S);width: 100%;height: 60px;border-radius: 40px;}
    #w006_index_footer_16_copy .links .button .span{font-size: var(--font-txt-S);}
	#w006_index_footer_16_copy .links .button .button_i{font-size: var(--font-txt-S);}
	#w006_index_footer_16_copy .links .box{box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);}
	#w006_index_footer_16_copy .links .box .ul{max-height: 360px;}
}