
.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_1_nav{}
#w001_index_header_1_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_1_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_1_nav .head{color: #333;}

#w001_index_header_1_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_1_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_1_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_1_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_1_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_1_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_1_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_1_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_1_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_1_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_1_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_1_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_1_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_1_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_1_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_1_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_1_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_1_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_1_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_1_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_1_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_1_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_1_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_1_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_1.pc_app #w001_index_header_1_nav .head_nav .li{display: none;}
.w001_index_header_1.pc_app #w001_index_header_1_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_1_nav .head_nav .li{display: none;}
    #w001_index_header_1_nav .head .menu{display: block;}
    /* #w001_index_header_1_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_1_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_1_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_1_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_1_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_1_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_1_nav .head_btn .language{display: none;}

    #w001_index_header_1_nav .head .menu{padding: 30px;}
    #w001_index_header_1_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_1_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_1_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_1_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_1_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_1_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_1_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_1_nav .head .menu{display: none;}
.w001_index_header_1 #w001_index_header_1_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_1_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_1_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_1_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_1_nav .head_btn{flex: initial;}
}
#w005_index_hengfu_3 .slide{}
#w005_index_hengfu_3 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w005_index_hengfu_3.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w005_index_hengfu_3 .type-a .slide .img_pc{transform: scale(1)!important;}
#w005_index_hengfu_3 .type-c .slide .img_pc{transform:scale(1)!important;}


#w005_index_hengfu_3 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
#w005_index_hengfu_3 .message{display: flex;flex-direction: column;overflow: hidden;}
#w005_index_hengfu_3 .message_box[position="2"] .message,
#w005_index_hengfu_3 .message_box[position="5"] .message,
#w005_index_hengfu_3 .message_box[position="8"] .message{align-items: center;}
#w005_index_hengfu_3 .message_box[position="3"] .message,
#w005_index_hengfu_3 .message_box[position="6"] .message,
#w005_index_hengfu_3 .message_box[position="9"] .message{align-items: flex-end;}


#w005_index_hengfu_3 .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);}
#w005_index_hengfu_3 .message .brief{margin: 30px 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);}


#w005_index_hengfu_3 .swiper-pagination-bullets{bottom: 40px;}
#w005_index_hengfu_3 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w005_index_hengfu_3 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w005_index_hengfu_3 .container .swiper-pagination-bullet-active{width: 60px;}
#w005_index_hengfu_3 .swiper-pagination-bullet-active::before{height: 2px;background: var(--mainColor);opacity: 1;}


@media screen and (max-width: 1024px){
    #w005_index_hengfu_3 .message_box .message .name{font-size: .48rem;}
    #w005_index_hengfu_3 .message_box .message .brief{font-size: 22px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w005_index_hengfu_3{display: none;}
}
/* 全局 */
.w012_index_about_176_wrapper{padding-top:var(--paddingTop);display: flex; justify-content: space-between;}
@media screen and (max-width:1200px) {
	.w012_index_about_176_wrapper{flex-direction: column;}
}

@media screen and (max-width:751px) {
	.w012_index_about_176_wrapper{padding-top: var(--appPaddingTop);}
}
/* 结束 */

/* 标题区 */
#w012_index_about_176_title{width: 50%;padding-right: 130px;}
#w012_index_about_176_title .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: 38px;}
#w012_index_about_176_title .intro{font-size: 24px;font-weight: 500;font-family: SourceHanSansCN;margin-bottom: 51px;}
#w012_index_about_176_title .brief{font-size: 16px;color:#6B6E73;line-height: 30px;}
#w012_index_about_176_title .btn{ font-size: 16px;width: 160px;height: 60px;transition: 0.3s;display: flex;justify-content:center;align-items: center;margin-top: 50px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w012_index_about_176_title .btn .right{color:#333333;margin-left:25px;transition: 0.3s;}

#w012_index_about_176_title.myleft{text-align: left;}
#w012_index_about_176_title.myright{text-align: right;}
#w012_index_about_176_title.mycenter{text-align: center;}

#w012_index_about_176_title.myleft .btn{margin-right: auto;}
#w012_index_about_176_title.myright .btn{margin-left: auto;}
#w012_index_about_176_title.mycenter .btn{margin: 50px auto 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_176_title{width: 40%;padding-right:50px}

}

@media screen and (max-width:1300px) {
    #w012_index_about_176_title .brief{margin-bottom: 20px;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_176_title{width:100%}
    #w012_index_about_176_title .btn{margin-bottom: 30px;margin-top: 20px;}
}

@media screen and (max-width:751px) {
	#w012_index_about_176_title{padding-right: 0;}
	#w012_index_about_176_title .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w012_index_about_176_title .intro{font-size: var(--font-sub-S)}
    #w012_index_about_176_title .brief{font-size: var(--font-txt-S);line-height:var(--font-txt-L)}
    #w012_index_about_176_title .btn{ font-size: var(--font-bri-S);width: 250px;height: 80px;border-radius:0.4rem;}
	#w012_index_about_176_title .btn .right{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {	
	#w012_index_about_176_title .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);}
	#w012_index_about_176_title .btn:hover .right{color:#fff}
}
/* 结束 */


/* 图片区 */
#w012_index_about_176_images{width:50%;}
#w012_index_about_176_images .picture::before{padding-top:59.75%;}
#w012_index_about_176_images .picture img{top: 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_176_images{width:60%;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_176_images{width:100%;}
}
/* 结束 */


/* 底部数字区 */
#w012_index_about_176_bottom{padding-top:93px;margin-bottom:var(--paddingBottom);}

#w012_index_about_176_bottom .number{padding:40px 40px 40px 40px;background-color: #f8f8f8;}
#w012_index_about_176_bottom .number .li{position: relative;width:100%;margin-right:60px;}
#w012_index_about_176_bottom .number .li:last-child{margin-right: 0;}
#w012_index_about_176_bottom .number .li::after{content:'';position: absolute;width: 2px;height: 90px;background: #000000;opacity: 0.05;top: -10px;right: 120%;}
#w012_index_about_176_bottom .number .li:first-child:after{display: none;}
#w012_index_about_176_bottom .number .li .num{font-size:var(--listFt1_px);font-weight: bold;position: relative;}
#w012_index_about_176_bottom .number .li .num::after{content:'';position: absolute;width:5px;height:5px;top:5px;transform: translateX(10px);background-color:var(--point_color);border-radius: 50%;}
#w012_index_about_176_bottom .number .li .tag{font-size: var(--listFt2_px);; font-weight:500;margin-top: 15px;color:#666666}


@media screen and (max-width:850px) {
	#w012_index_about_176_bottom .number{padding-right: 40px;}
}

@media screen and (max-width:751px) {
	#w012_index_about_176_bottom{padding-bottom: var(--appPaddingBottom);padding-top: 50px;}
	#w012_index_about_176_bottom .number{display: grid;grid-template-columns: 100%;row-gap: 30px;}
	#w012_index_about_176_bottom .number .li{text-align: center;}
	#w012_index_about_176_bottom .number .li::after{width: 100%;height: 2px;background-color: #333;}
	#w012_index_about_176_bottom .number .li .num{font-size:var(--font-big-S)}
	#w012_index_about_176_bottom .number .li .num::after{width: 10px;height: 10px;}
	#w012_index_about_176_bottom .number .li .simple{font-size:var(--font-txt-S)}
	#w012_index_about_176_bottom .number .li .tag{font-size: var(--font-txt-S);margin-top: 10px;}
}
/* 结束 */

.w014_index_products_94_wrap{padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);background-color:var(--bgColor);}

/* 按钮部分 */
.w014_index_products_94_wrap .box{width:94%;display: flex;justify-content: space-between;position: absolute;top:50%;left: 50%;transform: translateX(-50%);z-index:5;}
.w014_index_products_94_wrap .box i{font-size: 16px;color:#fff;width: 30px;height: 30px;background-color: #999999;;border-radius: 35px;transition: .6s;}
.w014_index_products_94_wrap .btn{ font-size: 16px;width: 160px;height:50px;transition: 0.3s;display: flex;justify-content:center;align-items: center;margin-top: 50px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
.w014_index_products_94_wrap .btn .right{margin-left:10px;transition: 0.3s;}

@media screen and (max-width:1700px){
    .w014_index_products_94_wrap .box{width: 100%;}
}

@media screen and (max-width: 751px){
    .w014_index_products_94_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    .w014_index_products_94_wrap .box{display: none;}
    .w014_index_products_94_wrap .btn{width: 250px;height: 80px;font-size:var(--font-txt-S) ;border-radius: 40px;}
    .w014_index_products_94_wrap .btn .right{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {
	.w014_index_products_94_wrap .box i:hover{background-color: var(--hoverColor);color: #fff;}	
    .w014_index_products_94_wrap .btn:hover .right{margin-left:25px;color: #fff;}
    .w014_index_products_94_wrap .btn:hover{background-color: var(--hoverColor);color: #fff;}
}
/* 标题部分 */
#w014_index_products_94_text {font-size: 16px;}
#w014_index_products_94_text .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);}
#w014_index_products_94_text .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);margin-bottom:55px;margin-top:35px;}

#w014_index_products_94_text .nav{padding-top: 35px;margin-bottom: 65px; font-size: 16px;}
#w014_index_products_94_text .nav ul{gap:65px;}
#w014_index_products_94_text .nav li{color:#666666;font-size:18px;}
#w014_index_products_94_text .nav li.cur{color:var(--hoverColor);position: relative;}
#w014_index_products_94_text .nav li.cur::before{content: '';width: 5px;height: 5px;background-color: var(--hoverColor);position: absolute;bottom: -55%;;left: 50%;transform: translateX(-50%);border-radius: 50%;}

#w014_index_products_94_text.myleft{text-align: left;}
#w014_index_products_94_text.myright{text-align: right;}
#w014_index_products_94_text.mycenter{text-align: center;}

#w014_index_products_94_text.myleft .nav ul{justify-content: flex-start;}
#w014_index_products_94_text.myright .nav ul{justify-content: flex-end;}
#w014_index_products_94_text.mycenter .nav ul{justify-content: center;}

@media screen and (max-width: 751px){
    #w014_index_products_94_text .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w014_index_products_94_text .title_en{font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w014_index_products_94_text .nav li{font-size:var(--font-bri-S);}
}
/* 结束 */


#w014_index_products_94_decoration .show .container{padding-top:15px}
#w014_index_products_94_decoration .slide{height: 400px;position: relative;background-color: #fff;}
#w014_index_products_94_decoration .slide .name{font-size:18px; font-weight: 500;color:#404040 ;text-align: center;margin: 15px 20px 43px 15px;}
#w014_index_products_94_decoration .slide .showImg{height:318px;width: 100%;transition:0.75s;}

@media screen and (max-width: 751px){
    #w014_index_products_94_decoration .container .slide{ width: 675px;height:700px;}
    #w014_index_products_94_decoration .slide{height: 737px;}
    #w014_index_products_94_decoration .slide .showImg{height: 600px;}
    #w014_index_products_94_decoration .slide .name{font-size: var(--font-txt-S); }

    #w014_index_products_94_text .nav ul{display: grid;grid-template-columns: repeat(3,calc((100% - 20px)/3));gap: 20px;row-gap: 30px;}
    #w014_index_products_94_text .nav li.cur::before{bottom: -50%;left: 30%;width: 10px;height: 10px;}
}

@media (any-hover: hover) {
	#w014_index_products_94_decoration .slide:hover{transform: translateY(-5px);box-shadow: 0 0 20px rgba(0,0,0,10%);z-index: 3;}	
}
/* 结束 */
#w004_index_news_71 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--contentBgColor);}


#w004_index_news_71 .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: 12px;}
#w004_index_news_71 .box .subtitle .tip{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);}
#w004_index_news_71 .box .more{font-size: 16px;color: #333;}
#w004_index_news_71 .box .more .more_i{width: 30px; height: 30px;  background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 15px;}
#w004_index_news_71 .box .more:hover .more_i > i{font-size: 20px;}

#w004_index_news_71.myleft .box{}
#w004_index_news_71.myleft .box .subtitle{}
#w004_index_news_71.mycenter .box{text-align: center;}
#w004_index_news_71.mycenter .box .subtitle{flex-direction: column;justify-content: center;}
#w004_index_news_71.myright .box{text-align: right;}
#w004_index_news_71.myright .box .subtitle{flex-direction: row-reverse;}


#w004_index_news_71 .box .graphic{display: grid;grid-template-columns: repeat(3,calc((100% - 70px)/3));gap: 35px;margin-top: 50px;}
#w004_index_news_71 .graphic .dl{background: var(--listBgColor);}
#w004_index_news_71 .graphic .dl .dt{padding-top: 60.784313%;}
#w004_index_news_71 .graphic .dl .dd{padding: 36px 30px 30px;}
#w004_index_news_71 .graphic .dl .dd .time{font-size: 18px;color: #888;}
#w004_index_news_71 .graphic .dl .dd .name{font-size: 24px;line-height: 32px;color: #333;font-weight: bold;transition: .3s;margin: 26px 0 20px;height: 64px;}
#w004_index_news_71 .graphic .dl .dd .brief{font-size: 16px;line-height: 24px;color: #666666;}

#w004_index_news_71 .graphic .list{background: var(--listBgColor);padding: 10px 22px;}
#w004_index_news_71 .graphic .list .li{font-size: 20px;line-height: 30px;color: #333;margin: 30px 0;}
#w004_index_news_71 .graphic .list .li .name{font-weight: bold;transition: .3s;max-height: 60px;}
#w004_index_news_71 .graphic .list .li .time{font-size: 16px;line-height: 1;color: #888;margin-top: 5px;}

@keyframes slide-right {
    0% { margin-left: 0px; opacity: 1; }
    50% { margin-left: 20px; opacity: 0; }
    75% { margin-left: -20px; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
  }


@media (any-hover: hover){
    #w004_index_news_71 .graphic .dl .dd .name:hover{color: var(--hoverFontColor);}
    #w004_index_news_71 .graphic .dl .dt:hover img{transform: scale(1.1);}
    #w004_index_news_71 .graphic .list .li:hover .name{color: var(--hoverFontColor);}
    #w004_index_news_71 .box .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_news_71 .box .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width: 1050px){
    #w004_index_news_71 .box .graphic{grid-template-columns: repeat(2,calc((100% - 35px)/2));gap: 35px;}
    #w004_index_news_71 .graphic .list{grid-column: 1 / span 2;}
}

@media screen and (max-width: 750px){
    #w004_index_news_71 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_news_71 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 16px;}
    #w004_index_news_71 .box .subtitle{display: block;}
    #w004_index_news_71 .box .subtitle .tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);margin-bottom: 20px;}

    #w004_index_news_71 .box .more{font-size: var(--font-bri-S);display: inline-flex;}
    #w004_index_news_71 .box .more .more_i{width: 70px; height: 70px; background: var(--moreBgColor);}
    #w004_index_news_71 .box .more .more_i > i{font-size: var(--font-txt-S);}


    #w004_index_news_71 .box .graphic{display: block;}
    #w004_index_news_71 .graphic .dl{margin-bottom: 30px;}
    #w004_index_news_71 .graphic .dl .dd .time{font-size: var(--font-bri-S);}
    #w004_index_news_71 .graphic .dl .dd .name{font-size: var(--font-sma-S);line-height: var(--font-sma-L);max-height: calc(2 * var(--font-sma-L));height: initial;}
    #w004_index_news_71 .graphic .dl .dd .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(2 * var(--font-txt-L));}

    #w004_index_news_71 .graphic .list .li{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0 50px;}
    #w004_index_news_71 .graphic .list .li .name{max-height: calc(2 * var(--font-sma-L));}
    #w004_index_news_71 .graphic .list .li .time{font-size: var(--font-bri-S);margin-top: 10px;}
}

.temp_wcb_footer_footer04_2_footer_wrap{background: var(--bg_color);color: var(--font_color_1);padding-top: var(--paddingTop);overflow: hidden;}
@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_2_footer_wrap{padding-top: var(--appPaddingTop);}
}


.temp_wcb_footer_footer04_2_guild {display: grid;grid-template-columns: auto 370px;gap: 0 30px;}
#temp_wcb_footer_footer04_2_nav{display: flex;flex-wrap: wrap;gap: 40px 100px;}
#temp_wcb_footer_footer04_2_nav .dl .dt{font-size: 18px;line-height: 1;margin-bottom: 36px;font-weight: bold;}
#temp_wcb_footer_footer04_2_nav .dd{font-size: 16px;color: var(--font_color_2);line-height: 30px;margin-bottom: 8px;transition: 0.3s;}

@media (any-hover: hover){
    #temp_wcb_footer_footer04_2_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_2_guild{display: block;padding-top: 0px;}
    #temp_wcb_footer_footer04_2_nav{display: none;}
}


#temp_wcb_footer_footer04_2_nav_app{display: none;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_2_nav_app{display: block;margin-bottom: 60px;}
    #temp_wcb_footer_footer04_2_nav_app .dl{color: var(--font_color_2);}
    #temp_wcb_footer_footer04_2_nav_app .dl .dt{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 20px 0;border-bottom: 1px solid rgba(255, 255, 255,0.2);}
    #temp_wcb_footer_footer04_2_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #temp_wcb_footer_footer04_2_nav_app .dl .dt.cur > i{transform: rotateZ(90deg);}
    /* 展开项 */
    #temp_wcb_footer_footer04_2_nav_app .dd .a{color: var(--font_color_2);font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 20px 0;padding-left: 15px;border-bottom: 1px solid rgba(255, 255, 255,0.2);}
}

#temp_wcb_footer_footer04_2_third{display: flex;flex-direction: column;font-size: 16px;line-height: 1.8;color: var(--font_color_2);margin-bottom: 35px;}

#temp_wcb_footer_footer04_2_third .title{margin-bottom: 30px;font-size: 18px;line-height: 1;font-weight: bold;color: var(--font_color_1);}
#temp_wcb_footer_footer04_2_third .phone{color: var(--numColor);font-size: 16px;font-weight: bold;line-height: 1.5;margin-bottom: 24px;}
#temp_wcb_footer_footer04_2_third .phone span{font-size: 28px;}
#temp_wcb_footer_footer04_2_third .list{display: flex;flex-wrap: wrap;gap: 10px 40px;margin-top: 30px;}
#temp_wcb_footer_footer04_2_third .qr .img{width: 120px;height: 120px;overflow: hidden;}
#temp_wcb_footer_footer04_2_third .qr .img img{max-width: 100%;max-height: 100%;}
#temp_wcb_footer_footer04_2_third .qr .tip{font-size: 16px;color: var(--font_color_2);margin-top: 12px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_2_third{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_footer_footer04_2_third .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}

    #temp_wcb_footer_footer04_2_third .phone{font-size: var(--font-bri-S);line-height: var(--font-bri-L);margin-bottom: 10px;}
    #temp_wcb_footer_footer04_2_third .phone span{font-size: var(--font-sma-S);line-height: var(--font-sma-L);}

    #temp_wcb_footer_footer04_2_third .qr .img{width: 240px;height: 240px;}
    #temp_wcb_footer_footer04_2_third .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}



#temp_wcb_footer_footer04_2_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#temp_wcb_footer_footer04_2_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#temp_wcb_footer_footer04_2_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_2_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#temp_wcb_footer_footer04_2_copyright{min-height: 85px;padding: 16px 0;font-size: 16px;line-height: 1.5;color: var(--font_color_2);border-top: 1px solid var(--font_color_3);}
#temp_wcb_footer_footer04_2_copyright > *{gap: 10px 20px;flex-wrap: wrap;}
#temp_wcb_footer_footer04_2_copyright > * > *{display: flex;align-items: center;flex-wrap: wrap;gap: 10px 20px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_2_copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}