
.lyuiheader_nav_001{
    --padding: 20px;
    max-height: 100%;
    --font_1st_px: 16px;
    --head_top_height: 40px;
    --hoverColor: var(--mainColor);
    overflow: hidden
}
.lyuiheader_nav_001-li{font-size: var(--font_1st_px);height: var(--head_top_height);border-bottom: 1px solid transparent;padding: 0 var(--padding);transition: .3s ease-out;white-space: nowrap;}
.lyuiheader_nav_001-li-a{line-height: 2;}
.lyuiheader_nav_001-li:hover,
.lyuiheader_nav_001-li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
.lyuiheader_nav_001-hoverBlock-b .lyuiheader_nav_001-li:hover{border-bottom-color: var(--hoverColor);background-color: var(--hoverColor);color: #fff;}
.lyuiheader_nav_001.hide-active{opacity: 0;pointer-events: none;}
.lyuiheader_nav_001.hide-active *{pointer-events: none!important;}

/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/

#w001_index_header_12_nav{transition: background-color .3s;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
#w001_index_header_12_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
#w001_index_header_12_nav .head{height: var(--head_top_height);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_12_nav{box-shadow: none;}
#header.fixed.scroll-top #w001_index_header_12_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top #w001_index_header_12_nav .head{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;}

#w001_index_header_12_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;}
#w001_index_header_12_nav .btnCS:hover{opacity: 0.8;}


/* 背景色 */
#header_bg{height: var(--head_top_height);width: 100%;pointer-events: none;transition:background .3s;background: var(--head_bg_color);}
#header.fixed.scroll-top #header_bg{background: transparent;}


/* logo部分 */
#w001_index_header_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{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;}


#w001_index_header_12_nav .mblanguage{display: none;}


@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;}
    
    #w001_index_header_12_nav .btnCS{display: none;}
}

@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 .mblanguage{margin-right: 20px;font-size: 36px;display: flex;}

    #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;}
    #header.menu_expand #w001_index_header_12_nav .mblanguage{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;}
}
#w007_index_hengfu_13 {font-size: 0;}
#w007_index_hengfu_13 .slide{}
#w007_index_hengfu_13 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w007_index_hengfu_13.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w007_index_hengfu_13 .type-a .slide .img_pc{transform: scale(1)!important;}
#w007_index_hengfu_13 .type-c .slide .img_pc{transform:scale(1)!important;}


#w007_index_hengfu_13 .slide .content{display: flex;height: calc( 100% - 180px );position: absolute;top: 53%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w007_index_hengfu_13 .text{display: flex;flex-direction: column;max-width: 100%;}
#w007_index_hengfu_13 .content[position="2"] .text,
#w007_index_hengfu_13 .content[position="5"] .text,
#w007_index_hengfu_13 .content[position="8"] .text{align-items: center;}
#w007_index_hengfu_13 .content[position="3"] .text,
#w007_index_hengfu_13 .content[position="6"] .text,
#w007_index_hengfu_13 .content[position="9"] .text{align-items: flex-end;}


#w007_index_hengfu_13 .container .content .text .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);}
#w007_index_hengfu_13 .container .content .text .brief{margin-top: 30px;margin-bottom: 40px; 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);}
#w007_index_hengfu_13 .container .content .text .view {width: 160px;height: 50px;padding: 0 16px;margin-top: 40px; pointer-events: all;transition: .3s;font-size: 16px; 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);}
#w007_index_hengfu_13 .container .content .text .view i{font-size: 24px;margin-left: 10px;}
@media (any-hover:hover) {
    #w007_index_hengfu_13 .container .content .text .view:hover {padding-right: 10px; color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
}



/* 页数样式 */
#w007_index_hengfu_13 .swiper-pagination-bullets{bottom: 90px;width: auto;left: 2%;}
#w007_index_hengfu_13 .swiper-pagination-bullet{width: 20px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w007_index_hengfu_13 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w007_index_hengfu_13 .container .swiper-pagination-bullet-active{width: 30px;}
#w007_index_hengfu_13 .swiper-pagination-bullet-active::before{height: 2px;background: var(--pageColor);opacity: 1;}



@media screen and (max-width:1000px) {
    #w007_index_hengfu_13 .container .circle-page {bottom: 10px;}
}

@media screen and (max-width: 750px){
    #w007_index_hengfu_13{display: none;}
}
#w015_index_product_40{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom)}
@media screen and (max-width: 750px){
    #w015_index_product_40{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w015_index_product_40 .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: 70px;}

#w015_index_product_40.myleft .title{text-align: left;}
#w015_index_product_40.myright .title{text-align: right;}
#w015_index_product_40.mycenter .title{text-align: center;}

#w015_index_product_40 .list {display: grid;grid-template-columns: repeat(3,calc((100% - 60px)/3));gap: 30px;margin-bottom: 60px;}
#w015_index_product_40 .list .li .img {background-color: #f9f9f9;}
#w015_index_product_40 .list .li .img::before {padding-top: 68.6%;}
#w015_index_product_40 .list .li .img img {max-width: 80%;max-height: 80%;}
#w015_index_product_40 .list .li .text {padding: 25px 30px;}
#w015_index_product_40 .list .li .text .name {font-size: 18px;line-height: 1;color: #333;margin-bottom: 10px;}
#w015_index_product_40 .list .li .text .brief {font-size: 16px;line-height: 1;color: #999;}
#w015_index_product_40 .button {font-size: 16px;line-height: 1;color: #333;width: 165px;height: 60px;border-radius: 30px;border: 1px solid #dedede;margin: 0 auto;}

@media (any-hover:hover) {
    #w015_index_product_40 .list .li:hover .img img {transform:scale(1.1); -webkit-transform:scale(1.1);}
    #w015_index_product_40 .list .li:hover .text {background-color: var(--hoverColor);}
    #w015_index_product_40 .list .li:hover .text .name {color: #fff;}
    #w015_index_product_40 .list .li:hover .text .brief {color: rgba(255, 255, 255, 0.4);}
    #w015_index_product_40 .button:hover {background-color: var(--btnColor);border-color: var(--btnColor);color: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
}
@media screen and (max-width:1200px) {
    #w015_index_product_40 .list {grid-template-columns: repeat(2,calc((100% - 30px)/2));}
}
@media screen and (max-width:900px) {
    #w015_index_product_40 .list {display: none;}
    #w015_index_product_40 .list_app {display: block;margin-bottom: 30px;}
    #w015_index_product_40 .list_app .li .img {background-color: #f9f9f9;}
    #w015_index_product_40 .list_app .li .img::before {padding-top: 75%;}
    #w015_index_product_40 .list_app .li .text {padding: 25px 30px;}
    #w015_index_product_40 .list_app .li .text .name {font-size: 18px;line-height: 1;color: #333;margin-bottom: 10px;}
    #w015_index_product_40 .list_app .li .text .brief {font-size: 16px;line-height: 1;color: #999;}
    #w015_index_product_40 .list_app .swiper-pagination {display: flex;align-items: center;justify-content: center;bottom: 110px;}
    #w015_index_product_40 .list_app .swiper-pagination-bullet {background: var(--btnColor);opacity: 1;width: 10px;height: 10px;margin: 0 10px;}
    #w015_index_product_40 .list_app .swiper-pagination-bullet-active {background: #fff;border: 3px solid var(--btnColor);box-sizing: content-box;}
}
@media screen and (max-width:750px) {
    #w015_index_product_40 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w015_index_product_40 .list_app .li .text .name {font-size: var(--font-sma-S);margin-bottom: 20px;}
    #w015_index_product_40 .list_app .li .text .brief {font-size: var(--font-txt-S);}
    #w015_index_product_40 .button {font-size: var(--font-txt-S);min-width: 240px;height: 80px;border-radius: 40px;}
    #w015_index_product_40 .list_app .swiper-pagination {bottom: 150px;}
    #w015_index_product_40 .list_app .swiper-pagination-bullet {width: 15px;height: 15px;}
}
.w001_index_products_center_34_wrap {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--bgColor);}
@media screen and (max-width: 750px){
    .w001_index_products_center_34_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w001_index_products_center_34_list{display: flex;justify-content: space-between;gap: 100px;}
/* PC端tab */
#w001_index_products_center_34_list .left {flex: 1;}
#w001_index_products_center_34_list .left .p_tip{font-size: var(--sub_px);color: var(--sub_color);font-weight: var(--sub_font_weight);font-style: var(--sub_font_style);line-height: var(--sub_line_height);}
#w001_index_products_center_34_list .left .c_tip{font-size: var(--tit_px);color: var(--tit_color);font-weight: var(--tit_font_weight);font-style: var(--tit_font_style);line-height: var(--tit_line_height);margin: 20px 0 60px;}
#w001_index_products_center_34_list .left .ul{border-left: 1px solid #D2CEDF;min-height: 580px;}
#w001_index_products_center_34_list .left .ul .li{min-height: 80px;padding: 0 20px;font-size: var(--nav_px);border-left: 2px solid transparent;transform: translateX(-1px);transition: .3s;}
#w001_index_products_center_34_list .left .ul .li.cur{border-color: var(--curFontColor);color: var(--curFontColor);}
#w001_index_products_center_34_list .left .ul .li i{margin-left: 10px;font-size: 16px;}


/* 选项内容 */
#w001_index_products_center_34_list .right {width: 80.625%;max-width: calc(100% - 340px);}
#w001_index_products_center_34_list .right .item{display: grid;grid-template-columns: repeat(3 , calc((100% - 60px)/3));gap: 30px;}
#w001_index_products_center_34_list .right .item.hide{display: none;}
#w001_index_products_center_34_list .right .li{background: #fff;padding: 46px 30px;transition: .3s;text-align: center;border: 1px solid #fff;}
#w001_index_products_center_34_list .right .li:first-child{grid-row: 1 / span 2;padding-bottom: 70px;}
#w001_index_products_center_34_list .right .li .name{font-size: 24px;color: #333;line-height: 1.5;max-height: 72px;}
#w001_index_products_center_34_list .right .li .i_tip{font-size: 18px;color: #666;margin:14px 0;}
#w001_index_products_center_34_list .right .li .brief{font-size: 16px;color: #666;line-height: 30px;margin-top: 30px;text-align: center;max-height: 90px;}
#w001_index_products_center_34_list .right .li .view{font-size: 16px;color: var(--viewFontColor);margin: 50px 0 85px;}
#w001_index_products_center_34_list .right .li .view i{font-size: 16px;margin-left: 5px;}
#w001_index_products_center_34_list .right .li .img{overflow: hidden;max-height: 200px;}
#w001_index_products_center_34_list .right .li:first-child .img{max-height: 250px;}


@media (any-hover: hover){
    #w001_index_products_center_34_list .left .ul .li:hover{color: var(--curFontColor);}
	#w001_index_products_center_34_list .right .li:hover{border-color: var(--borColor);}
    #w001_index_products_center_34_list .right .li .img:hover{transform: scale(1.06);}
}


@media screen and (max-width: 1250px){
    #w001_index_products_center_34_list{gap: 60px;}
    #w001_index_products_center_34_list .right {max-width: calc(100% - 260px);}
    #w001_index_products_center_34_list .right .item{grid-template-columns: repeat(2 , calc((100% - 20px)/2));gap: 20px;}
    #w001_index_products_center_34_list .right .li:first-child{grid-row: initial;padding-bottom: 46px;}
    #w001_index_products_center_34_list .right .li .brief{display: none !important;}
    #w001_index_products_center_34_list .right .li .view{display: none;}
    #w001_index_products_center_34_list .right .li:first-child .img{max-height: 200px;}
}


@media screen and (max-width: 750px){
    #w001_index_products_center_34_list{display: block;}
    /* PC端tab */
    #w001_index_products_center_34_list .left{display: none;}

    /* 选项内容 */
    #w001_index_products_center_34_list .right {width: 100%;max-width: 100%;}
    #w001_index_products_center_34_list .right .item{grid-template-columns: 100%;gap: 20px;}
    #w001_index_products_center_34_list .right .item.hide{display: none;}
    #w001_index_products_center_34_list .right .li{}
    #w001_index_products_center_34_list .right .li .name{font-size: var(--font-sma-S);line-height: var(--font-sma-L);max-height: calc(2 * var(--font-sma-L));}
    #w001_index_products_center_34_list .right .li .i_tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L)}
    #w001_index_products_center_34_list .right .li .img,
    #w001_index_products_center_34_list .right .li:first-child .img{max-height: 260px;}
}



/* 移动端tab */
#w001_index_products_center_34_nav_app{display: none;}
@media screen and (max-width: 750px){
    /* 移动端tab */
    #w001_index_products_center_34_nav_app {display: block;position: relative;margin-bottom: 20px;}
    #w001_index_products_center_34_nav_app > *{}
    #w001_index_products_center_34_nav_app .ul{display: none;background: #fff;border-radius: 0 0 5px 5px;box-shadow: 0 3px 5px rgba(0,0,0,0.1);position: absolute;top:  calc(100% + 2px);right: 0;left: 0;z-index: 1;}

    #w001_index_products_center_34_nav_app .li{min-height: 80px;padding: 10px 30px;font-size: var(--font-txt-S);line-height: var(--font-txt-L);color: #333;border-left: 2px solid transparent;transition: .3s;background: #fff;}
    #w001_index_products_center_34_nav_app .li.cur{border-color: var(--curFontColor);color: var(--curFontColor);}

    #w001_index_products_center_34_nav_app .frist_td{box-shadow: 0 2px 6px rgba(0,0,0,0.2);font-weight: bold;height: 100px;}
    #w001_index_products_center_34_nav_app .frist_td i{font-size: var(--font-txt-S);transition: .3s;display: block;}
    #w001_index_products_center_34_nav_app .frist_td.current i{transform: rotateZ(90deg);}
    #w001_index_products_center_34_nav_app .frist_td_tip{margin-right: 10px;}
}
#w022_index_about_33 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
    #w022_index_about_33 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w022_index_about_33 .img{width: 50%;}
#w022_index_about_33 .img::before{padding-top: 73.75%;content: '';display: block;}
#w022_index_about_33 .img img{top: 0;}

#w022_index_about_33 .text{flex: 1;margin-left: 76px;}
#w022_index_about_33 .text .title_en{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);}
#w022_index_about_33 .text .title{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: 62px 0 20px;}
#w022_index_about_33 .text .brief{font-size: 16px;line-height: 2;}
#w022_index_about_33 .text .btn{font-size: 16px;min-width: 180px;height: 50px;padding: 0 18px;margin-top: 70px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w022_index_about_33 .text .btn i{font-size: 20px;margin-left: 20px;transition: .3s;}

#w022_index_about_33 .text .btn:hover i{transform: translateX(10px);}


#w022_index_about_33.myleft .text{text-align: left;}
#w022_index_about_33.myright .text{text-align: right;}
#w022_index_about_33.mycenter .text{text-align: center;}
@media screen and (max-width:750px) {
    #w022_index_about_33{display: block;}
    #w022_index_about_33 .img{width: 100%;}

    #w022_index_about_33 .text{margin-left: 0px;margin-top: 30px;}

    #w022_index_about_33 .text .title_en{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w022_index_about_33 .text .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}
    #w022_index_about_33 .text .brief{font-size: var(--font-bri-S);line-height:var(--font-bri-L)}
    #w022_index_about_33 .text .btn{font-size: var(--font-bri-S);min-width: 300px;height: 80px;}
    #w022_index_about_33 .text .btn i{font-size: var(--font-txt-S);}
}
#w011_index_pictures_35 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_index_pictures_35 .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 48px 0;}

#w011_index_pictures_35.myleft .title{text-align: left;}
#w011_index_pictures_35.myright .title{text-align: right;}
#w011_index_pictures_35.mycenter .title{text-align: center;}

/* #w011_index_pictures_35 .autoloop {min-height: 680px;} */
#w011_index_pictures_35 .autoloop .img {width: 480px;}
#w011_index_pictures_35 .autoloop .img::before {padding-top: 141.6666%;}
#w011_index_pictures_35 .button {font-size: 16px;width: 200px;height: 60px;margin: 50px auto 0;padding: 0 20px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w011_index_pictures_35 .button .jt {font-size: 14px;font-weight: bolder;width: 26px;height: 26px;border-radius: 50%;color: var(--btn_1st_bg_color);background-color: var(--btn_1st_font_color);}

@media screen and (max-width:750px) {
    #w011_index_pictures_35 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_index_pictures_35 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_index_pictures_35 .button {font-size: var(--font-txt-S);height: 80px;min-width: 280px;border-radius: 40px;}
    #w011_index_pictures_35 .button .jt {font-size: var(--font-bri-S);width: 40px;height: 40px;}
}
.temp_wcb_footer_footer04_19_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_19_footer_wrap{padding-top: var(--appPaddingTop);}
}


.temp_wcb_footer_footer04_19_guild {display: grid;grid-template-columns: auto 370px;gap: 0 30px;}
#temp_wcb_footer_footer04_19_nav{display: flex;flex-wrap: wrap;gap: 40px 100px;}
#temp_wcb_footer_footer04_19_nav .dl .dt{font-size: 18px;line-height: 1;margin-bottom: 36px;font-weight: bold;}
#temp_wcb_footer_footer04_19_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_19_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_19_guild{display: block;padding-top: 0px;}
    #temp_wcb_footer_footer04_19_nav{display: none;}
}


#temp_wcb_footer_footer04_19_nav_app{display: none;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_19_nav_app{display: block;margin-bottom: 60px;}
    #temp_wcb_footer_footer04_19_nav_app .dl{color: var(--font_color_2);}
    #temp_wcb_footer_footer04_19_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_19_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #temp_wcb_footer_footer04_19_nav_app .dl .dt.cur > i{transform: rotateZ(90deg);}
    /* 展开项 */
    #temp_wcb_footer_footer04_19_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_19_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_19_third .title{margin-bottom: 30px;font-size: 18px;line-height: 1;font-weight: bold;color: var(--font_color_1);}
#temp_wcb_footer_footer04_19_third .phone{color: var(--numColor);font-size: 16px;font-weight: bold;line-height: 1.5;margin-bottom: 24px;}
#temp_wcb_footer_footer04_19_third .phone span{font-size: 28px;}
#temp_wcb_footer_footer04_19_third .list{display: flex;flex-wrap: wrap;gap: 10px 40px;margin-top: 30px;}
#temp_wcb_footer_footer04_19_third .qr .img{width: 120px;height: 120px;overflow: hidden;}
#temp_wcb_footer_footer04_19_third .qr .img img{max-width: 100%;max-height: 100%;}
#temp_wcb_footer_footer04_19_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_19_third{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_footer_footer04_19_third .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}

    #temp_wcb_footer_footer04_19_third .phone{font-size: var(--font-bri-S);line-height: var(--font-bri-L);margin-bottom: 10px;}
    #temp_wcb_footer_footer04_19_third .phone span{font-size: var(--font-sma-S);line-height: var(--font-sma-L);}

    #temp_wcb_footer_footer04_19_third .qr .img{width: 240px;height: 240px;}
    #temp_wcb_footer_footer04_19_third .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}



#temp_wcb_footer_footer04_19_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#temp_wcb_footer_footer04_19_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#temp_wcb_footer_footer04_19_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_19_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#temp_wcb_footer_footer04_19_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_19_copyright > *{gap: 10px 20px;flex-wrap: wrap;}
#temp_wcb_footer_footer04_19_copyright > * > *{display: flex;align-items: center;flex-wrap: wrap;gap: 10px 20px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_19_copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}