
.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_12_nav{}
#w001_index_header_12_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_12_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_12_nav .head{color: #333;}

#w001_index_header_12_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_12_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_12_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_12_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_12_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_12_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_12_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_12_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_12_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_12_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_12_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_12_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_12_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_12_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_12_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_12_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_12_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_12_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_12_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_12_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_12.pc_app #w001_index_header_12_nav .head_nav .li{display: none;}
.w001_index_header_12.pc_app #w001_index_header_12_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_12_nav .head_nav .li{display: none;}
    #w001_index_header_12_nav .head .menu{display: block;}
    /* #w001_index_header_12_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_12_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_12_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_12_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_12_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_12_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_12_nav .head_btn .language{display: none;}

    #w001_index_header_12_nav .head .menu{padding: 30px;}
    #w001_index_header_12_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_12_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_12_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_12_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_12_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_12_nav .head .menu{display: none;}
.w001_index_header_12 #w001_index_header_12_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}
}
#w006_index_hengfu_13 .slide{}
#w006_index_hengfu_13 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w006_index_hengfu_13.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w006_index_hengfu_13 .type-a .slide .img_pc{transform: scale(1)!important;}
#w006_index_hengfu_13 .type-c .slide .img_pc{transform:scale(1)!important;}


#w006_index_hengfu_13 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top:55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
#w006_index_hengfu_13 .message{display: flex;flex-direction: column;color:var(--messageColor);max-width: 100%;}
#w006_index_hengfu_13 .message_box[position="2"] .message,
#w006_index_hengfu_13 .message_box[position="5"] .message,
#w006_index_hengfu_13 .message_box[position="8"] .message{align-items: center;}
#w006_index_hengfu_13 .message_box[position="3"] .message,
#w006_index_hengfu_13 .message_box[position="6"] .message,
#w006_index_hengfu_13 .message_box[position="9"] .message{align-items: flex-end;}


#w006_index_hengfu_13 .message_box .message .titlename{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);}
#w006_index_hengfu_13 .message_box .message .name{margin-top: 20px; 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);}
#w006_index_hengfu_13 .message_box .message .p{margin: 50px 0 0; font-size: var(--font_3rd_px);color: var(--font_3rd_color);font-weight: var(--font_3rd_font_weight);font-style: var(--font_3rd_font_style);line-height: var(--font_3rd_line_height);}

@media screen and (max-width: 1024px){
    #w006_index_hengfu_13 .message_box .message .name{font-size: 48px}
    #w006_index_hengfu_13 .message_box .message .titlename{font-size: 47px ;}
    #w006_index_hengfu_13 .message_box .message .p{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 850px){
    #w006_index_hengfu_13 .message_box .message .name{font-size: 42px;}
    #w006_index_hengfu_13 .message_box .message .titlename{font-size: 40px;}
    #w006_index_hengfu_13 .message_box .message .p{font-size: 20px;}
}

#w006_index_hengfu_13 .circle-page{max-width:1600px; width:92%; margin: auto;margin-bottom: 57px;text-align: left;}
#w006_index_hengfu_13 .circle-page .circle{transform:scale(.8);cursor: pointer;}
#w006_index_hengfu_13 .circle-page .circle .a{position:absolute; width: 5px;height: 5px;background-color: white;border-radius: 50%; top:40%;left: 40%;}

@media screen and (max-width: 751px){
    #w006_index_hengfu_13{display: none;}
}
#w027_index_new_product_62 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: 0/cover;}
#w027_index_new_product_62 .text {width: 520px;max-width: 50%;}
#w027_index_new_product_62 .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);}
#w027_index_new_product_62 .text .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: 25px 0 30px;}
#w027_index_new_product_62 .text .msg {font-size: 16px;line-height: 1.625;color: #555;}
#w027_index_new_product_62 .text .button {font-size: 16px;line-height: 1;width: 150px;height: 54px;margin-top: 75px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}
#w027_index_new_product_62 .img {width: 50%;}
#w027_index_new_product_62 .img::before {padding-top: 100%;}

#w027_index_new_product_62.myleft .text{text-align: left;align-items: flex-start;}
#w027_index_new_product_62.myright .text{text-align: right;align-items: flex-end;}
#w027_index_new_product_62.mycenter .text{text-align: center;align-items:center;}

@media screen and (max-width:1000px) {
    #w027_index_new_product_62 {justify-content: center;padding: 40px;}
    #w027_index_new_product_62 .text {width: 100%;max-width: 100%;margin-bottom: 30px;}
}
@media screen and (max-width:750px) {
    #w027_index_new_product_62 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w027_index_new_product_62 .text .title {font-size: var(--font-big-S) ;}
    #w027_index_new_product_62 .text .brief {font-size: var(--font-sma-S) ;margin: 40px 0;}
    #w027_index_new_product_62 .text .msg {font-size: var(--font-txt-S);}
    #w027_index_new_product_62 .text .button {font-size: var(--font-txt-S);margin-top: 30px;width: 200px;height: 70px;}
    #w027_index_new_product_62 .img {width: 60%;}
}
#w007_index_product_2_78 {background-color: #f6f7f9;font-size: 0;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w007_index_product_2_78 .title {display: flex; justify-content: space-between;align-items: center;}
#w007_index_product_2_78 .title .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);margin-bottom: 10px;}
#w007_index_product_2_78 .title .tag {font-size: 16px;color: #acaeb5;line-height: 1.5;}
#w007_index_product_2_78 .title .prev_next {display: grid;justify-content: space-between;align-items: center;grid-template-columns: 1fr 1fr;border: 1px solid #E1E2E5;color: #111;background-color: #fff;}
#w007_index_product_2_78 .title .prev_next .prev {border-right: 1px solid #E1E2E5;width: 105px;height: 49px;font-size: 24px;}
#w007_index_product_2_78 .title .prev_next .next {width: 105px;height: 49px;font-size: 23px;}
#w007_index_product_2_78 .title .prev_next > *{transition: .3s;}
#w007_index_product_2_78 .title .prev_next > *:hover{box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);}


#w007_index_product_2_78.myleft .title{text-align: left;}
#w007_index_product_2_78.mycenter .title{text-align: center;flex-direction: column;justify-content: center;gap: 30px 0;}
#w007_index_product_2_78.myright .title{text-align: right;flex-direction: row-reverse;}


#w007_index_product_2_78 .swiper {width: calc(100% + 40px);margin-left: -20px;padding: 20px;}
#w007_index_product_2_78 .swiper .slide {transition: .3s;width: 25%;}
#w007_index_product_2_78 .swiper .slide .img{padding-top:100%;}
#w007_index_product_2_78 .swiper .slide .text {padding: 0 30px 10px;margin-top: 10px;}
#w007_index_product_2_78 .swiper .slide .text .name {font-size: 20px;color: #222;line-height: 1;margin: 10px 0;}
#w007_index_product_2_78 .swiper .slide .text .brief {font-size: 16px;color: #acaeb5;line-height: 1;display: flex;justify-content: space-between;align-items: center;margin-bottom: 10px;transition: .3s;}
#w007_index_product_2_78 .swiper .slide .text .brief .jt {color: #111;font-size: 24px;}

@media (any-hover:hover) {
    #w007_index_product_2_78 .swiper .slide:hover .text .name {color: var(--hoverColor);}
    #w007_index_product_2_78 .swiper .slide:hover .text .brief {padding-right: 10px;}
    #w007_index_product_2_78 .swiper .slide:hover .text .brief .jt {color: var(--hoverColor);}
}
@media screen and (max-width:750px) {
    #w007_index_product_2_78 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w007_index_product_2_78 .title .tit {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w007_index_product_2_78 .title .tag {font-size: var(--font-txt-S);}
    #w007_index_product_2_78 .title .prev_next {display: none;}
    #w007_index_product_2_78 .swiper .slide {width: 100%;}
    #w007_index_product_2_78 .swiper .slide .text .name {font-size: var(--font-sma-S);}
    #w007_index_product_2_78 .swiper .slide .text .brief {font-size: var(--font-txt-S);}
    #w007_index_product_2_78 .swiper .slide .text .brief .jt {font-size: var(--font-sma-S);}
}
.w014_index_products_45_wrap{padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);background-color:var(--bgColor);}

/* 按钮部分 */
.w014_index_products_45_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_45_wrap .box i{font-size: 16px;color:#fff;width: 30px;height: 30px;background-color: #999999;;border-radius: 35px;transition: .6s;}
.w014_index_products_45_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_45_wrap .btn .right{margin-left:10px;transition: 0.3s;}

@media screen and (max-width:1700px){
    .w014_index_products_45_wrap .box{width: 100%;}
}

@media screen and (max-width: 751px){
    .w014_index_products_45_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    .w014_index_products_45_wrap .box{display: none;}
    .w014_index_products_45_wrap .btn{width: 250px;height: 80px;font-size:var(--font-txt-S) ;border-radius: 40px;}
    .w014_index_products_45_wrap .btn .right{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {
	.w014_index_products_45_wrap .box i:hover{background-color: var(--hoverColor);color: #fff;}	
    .w014_index_products_45_wrap .btn:hover .right{margin-left:25px;color: #fff;}
    .w014_index_products_45_wrap .btn:hover{background-color: var(--hoverColor);color: #fff;}
}
/* 标题部分 */
#w014_index_products_45_text {font-size: 16px;}
#w014_index_products_45_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_45_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_45_text .nav{padding-top: 35px;margin-bottom: 65px; font-size: 16px;}
#w014_index_products_45_text .nav ul{gap:65px;}
#w014_index_products_45_text .nav li{color:#666666;font-size:18px;}
#w014_index_products_45_text .nav li.cur{color:var(--hoverColor);position: relative;}
#w014_index_products_45_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_45_text.myleft{text-align: left;}
#w014_index_products_45_text.myright{text-align: right;}
#w014_index_products_45_text.mycenter{text-align: center;}

#w014_index_products_45_text.myleft .nav ul{justify-content: flex-start;}
#w014_index_products_45_text.myright .nav ul{justify-content: flex-end;}
#w014_index_products_45_text.mycenter .nav ul{justify-content: center;}

@media screen and (max-width: 751px){
    #w014_index_products_45_text .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w014_index_products_45_text .title_en{font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w014_index_products_45_text .nav li{font-size:var(--font-bri-S);}
}
/* 结束 */


#w014_index_products_45_decoration .show .container{padding-top:15px}
#w014_index_products_45_decoration .slide{height: 400px;position: relative;background-color: #fff;}
#w014_index_products_45_decoration .slide .name{font-size:18px; font-weight: 500;color:#404040 ;text-align: center;margin: 15px 20px 43px 15px;}
#w014_index_products_45_decoration .slide .showImg{height:318px;width: 100%;transition:0.75s;}

@media screen and (max-width: 751px){
    #w014_index_products_45_decoration .container .slide{ width: 675px;height:700px;}
    #w014_index_products_45_decoration .slide{height: 737px;}
    #w014_index_products_45_decoration .slide .showImg{height: 600px;}
    #w014_index_products_45_decoration .slide .name{font-size: var(--font-txt-S); }

    #w014_index_products_45_text .nav ul{display: grid;grid-template-columns: repeat(3,calc((100% - 20px)/3));gap: 20px;row-gap: 30px;}
    #w014_index_products_45_text .nav li.cur::before{bottom: -50%;left: 30%;width: 10px;height: 10px;}
}

@media (any-hover: hover) {
	#w014_index_products_45_decoration .slide:hover{transform: translateY(-5px);box-shadow: 0 0 20px rgba(0,0,0,10%);z-index: 3;}	
}
/* 结束 */
/* 全局 */
.w012_index_about_30_wrapper{padding-top:var(--paddingTop);display: flex; justify-content: space-between;}
@media screen and (max-width:1200px) {
	.w012_index_about_30_wrapper{flex-direction: column;}
}

@media screen and (max-width:751px) {
	.w012_index_about_30_wrapper{padding-top: var(--appPaddingTop);}
}
/* 结束 */

/* 标题区 */
#w012_index_about_30_title{width: 50%;padding-right: 130px;}
#w012_index_about_30_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_30_title .intro{font-size: 24px;font-weight: 500;font-family: SourceHanSansCN;margin-bottom: 51px;}
#w012_index_about_30_title .brief{font-size: 16px;color:#6B6E73;line-height: 30px;}
#w012_index_about_30_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_30_title .btn .right{color:#333333;margin-left:25px;transition: 0.3s;}

#w012_index_about_30_title.myleft{text-align: left;}
#w012_index_about_30_title.myright{text-align: right;}
#w012_index_about_30_title.mycenter{text-align: center;}

#w012_index_about_30_title.myleft .btn{margin-right: auto;}
#w012_index_about_30_title.myright .btn{margin-left: auto;}
#w012_index_about_30_title.mycenter .btn{margin: 50px auto 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_30_title{width: 40%;padding-right:50px}

}

@media screen and (max-width:1300px) {
    #w012_index_about_30_title .brief{margin-bottom: 20px;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_30_title{width:100%}
    #w012_index_about_30_title .btn{margin-bottom: 30px;margin-top: 20px;}
}

@media screen and (max-width:751px) {
	#w012_index_about_30_title{padding-right: 0;}
	#w012_index_about_30_title .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w012_index_about_30_title .intro{font-size: var(--font-sub-S)}
    #w012_index_about_30_title .brief{font-size: var(--font-txt-S);line-height:var(--font-txt-L)}
    #w012_index_about_30_title .btn{ font-size: var(--font-bri-S);width: 250px;height: 80px;border-radius:0.4rem;}
	#w012_index_about_30_title .btn .right{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {	
	#w012_index_about_30_title .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);}
	#w012_index_about_30_title .btn:hover .right{color:#fff}
}
/* 结束 */


/* 图片区 */
#w012_index_about_30_images{width:50%;}
#w012_index_about_30_images .picture::before{padding-top:59.75%;}
#w012_index_about_30_images .picture img{top: 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_30_images{width:60%;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_30_images{width:100%;}
}
/* 结束 */


/* 底部数字区 */
#w012_index_about_30_bottom{padding-top:93px;margin-bottom:var(--paddingBottom);}

#w012_index_about_30_bottom .number{padding:40px 40px 40px 40px;background-color: #f8f8f8;}
#w012_index_about_30_bottom .number .li{position: relative;width:100%;margin-right:60px;}
#w012_index_about_30_bottom .number .li:last-child{margin-right: 0;}
#w012_index_about_30_bottom .number .li::after{content:'';position: absolute;width: 2px;height: 90px;background: #000000;opacity: 0.05;top: -10px;right: 120%;}
#w012_index_about_30_bottom .number .li:first-child:after{display: none;}
#w012_index_about_30_bottom .number .li .num{font-size:var(--listFt1_px);font-weight: bold;position: relative;}
#w012_index_about_30_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_30_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_30_bottom .number{padding-right: 40px;}
}

@media screen and (max-width:751px) {
	#w012_index_about_30_bottom{padding-bottom: var(--appPaddingBottom);padding-top: 50px;}
	#w012_index_about_30_bottom .number{display: grid;grid-template-columns: 100%;row-gap: 30px;}
	#w012_index_about_30_bottom .number .li{text-align: center;}
	#w012_index_about_30_bottom .number .li::after{width: 100%;height: 2px;background-color: #333;}
	#w012_index_about_30_bottom .number .li .num{font-size:var(--font-big-S)}
	#w012_index_about_30_bottom .number .li .num::after{width: 10px;height: 10px;}
	#w012_index_about_30_bottom .number .li .simple{font-size:var(--font-txt-S)}
	#w012_index_about_30_bottom .number .li .tag{font-size: var(--font-txt-S);margin-top: 10px;}
}
/* 结束 */

.temp_wcb_footer_footer04_18_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_18_footer_wrap{padding-top: var(--appPaddingTop);}
}


.temp_wcb_footer_footer04_18_guild {display: grid;grid-template-columns: auto 370px;gap: 0 30px;}
#temp_wcb_footer_footer04_18_nav{display: flex;flex-wrap: wrap;gap: 40px 100px;}
#temp_wcb_footer_footer04_18_nav .dl .dt{font-size: 18px;line-height: 1;margin-bottom: 36px;font-weight: bold;}
#temp_wcb_footer_footer04_18_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_18_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_18_guild{display: block;padding-top: 0px;}
    #temp_wcb_footer_footer04_18_nav{display: none;}
}


#temp_wcb_footer_footer04_18_nav_app{display: none;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_18_nav_app{display: block;margin-bottom: 60px;}
    #temp_wcb_footer_footer04_18_nav_app .dl{color: var(--font_color_2);}
    #temp_wcb_footer_footer04_18_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_18_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #temp_wcb_footer_footer04_18_nav_app .dl .dt.cur > i{transform: rotateZ(90deg);}
    /* 展开项 */
    #temp_wcb_footer_footer04_18_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_18_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_18_third .title{margin-bottom: 30px;font-size: 18px;line-height: 1;font-weight: bold;color: var(--font_color_1);}
#temp_wcb_footer_footer04_18_third .phone{color: var(--numColor);font-size: 16px;font-weight: bold;line-height: 1.5;margin-bottom: 24px;}
#temp_wcb_footer_footer04_18_third .phone span{font-size: 28px;}
#temp_wcb_footer_footer04_18_third .list{display: flex;flex-wrap: wrap;gap: 10px 40px;margin-top: 30px;}
#temp_wcb_footer_footer04_18_third .qr .img{width: 120px;height: 120px;overflow: hidden;}
#temp_wcb_footer_footer04_18_third .qr .img img{max-width: 100%;max-height: 100%;}
#temp_wcb_footer_footer04_18_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_18_third{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_footer_footer04_18_third .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}

    #temp_wcb_footer_footer04_18_third .phone{font-size: var(--font-bri-S);line-height: var(--font-bri-L);margin-bottom: 10px;}
    #temp_wcb_footer_footer04_18_third .phone span{font-size: var(--font-sma-S);line-height: var(--font-sma-L);}

    #temp_wcb_footer_footer04_18_third .qr .img{width: 240px;height: 240px;}
    #temp_wcb_footer_footer04_18_third .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}



#temp_wcb_footer_footer04_18_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#temp_wcb_footer_footer04_18_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#temp_wcb_footer_footer04_18_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_18_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#temp_wcb_footer_footer04_18_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_18_copyright > *{gap: 10px 20px;flex-wrap: wrap;}
#temp_wcb_footer_footer04_18_copyright > * > *{display: flex;align-items: center;flex-wrap: wrap;gap: 10px 20px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_18_copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}