
.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_64_nav{}
#w001_index_header_64_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_64_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_64_nav .head{color: #333;}

#w001_index_header_64_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_64_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_64_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_64_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_64_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_64_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_64_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_64_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_64_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_64_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_64_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_64_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_64_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_64_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_64_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_64_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_64_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_64_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_64_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_64_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_64_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_64_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_64_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_64_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_64_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_64_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_64_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_64_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_64_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_64.pc_app #w001_index_header_64_nav .head_nav .li{display: none;}
.w001_index_header_64.pc_app #w001_index_header_64_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_64_nav .head_nav .li{display: none;}
    #w001_index_header_64_nav .head .menu{display: block;}
    /* #w001_index_header_64_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_64_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_64_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_64_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_64_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_64_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_64_nav .head_btn .language{display: none;}

    #w001_index_header_64_nav .head .menu{padding: 30px;}
    #w001_index_header_64_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_64_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_64_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_64_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_64_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_64_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_64_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_64_nav .head .menu{display: none;}
.w001_index_header_64 #w001_index_header_64_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_64_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_64_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_64_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_64_nav .head_btn{flex: initial;}
}
#w001_index_hengfu_65 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_65.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w001_index_hengfu_65 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_65 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_65 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w001_index_hengfu_65 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_65 .message_box[position="2"] .message,
#w001_index_hengfu_65 .message_box[position="5"] .message,
#w001_index_hengfu_65 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_65 .message_box[position="3"] .message,
#w001_index_hengfu_65 .message_box[position="6"] .message,
#w001_index_hengfu_65 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_65 .message_box[position="2"] .message .name,
#w001_index_hengfu_65 .message_box[position="5"] .message .name,
#w001_index_hengfu_65 .message_box[position="8"] .message .name,
#w001_index_hengfu_65 .message_box[position="2"] .message .brief,
#w001_index_hengfu_65 .message_box[position="5"] .message .brief,
#w001_index_hengfu_65 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_65 .message_box[position="3"] .message .name,
#w001_index_hengfu_65 .message_box[position="6"] .message .name,
#w001_index_hengfu_65 .message_box[position="9"] .message .name,
#w001_index_hengfu_65 .message_box[position="3"] .message .brief,
#w001_index_hengfu_65 .message_box[position="6"] .message .brief,
#w001_index_hengfu_65 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_65 .message_box[position="1"] .message .name,
#w001_index_hengfu_65 .message_box[position="4"] .message .name,
#w001_index_hengfu_65 .message_box[position="7"] .message .name,
#w001_index_hengfu_65 .message_box[position="1"] .message .brief,
#w001_index_hengfu_65 .message_box[position="4"] .message .brief,
#w001_index_hengfu_65 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_index_hengfu_65 .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);}
/* 简介样式 */
#w001_index_hengfu_65 .message .brief{margin: 29px 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);}
#w001_index_hengfu_65 .message .button {font-size: 16px;line-height: 1;width: 240px;height: 57px;padding: 0 30px;margin-top: 60px;pointer-events: all; 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);}
#w001_index_hengfu_65 .message .button:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}


/* 页数样式 */
#w001_index_hengfu_65 .swiper-pagination-bullets{bottom: 40px;}
#w001_index_hengfu_65 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w001_index_hengfu_65 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_65 .container .swiper-pagination-bullet-active{width: 60px;}
#w001_index_hengfu_65 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

@media screen and (max-width: 1024px){
    #w001_index_hengfu_65 .message_box .message .name{font-size: 48px;}
    #w001_index_hengfu_65 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w001_index_hengfu_65{display: none;}
}
.w024_index_about_68_wrap {background: 100%/cover;}
#w024_index_about_68 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w024_index_about_68 .content .img {width: 47.05%;align-items: flex-start;}
#w024_index_about_68 .content .img .img1::before {padding-top: 63.75%;}
#w024_index_about_68 .content .text {width: 48.23%;padding-top: 90px;padding-bottom: 30px;}
#w024_index_about_68 .content .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);margin-bottom: 35px;}
#w024_index_about_68 .content .text .msg {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);}
#w024_index_about_68 .content .text .brief {font-size: 16px;line-height: 1.875;color: #333;margin-top: 50px;margin-bottom: 40px;}
#w024_index_about_68 .content .text .button {justify-content: space-between; font-size: 16px;line-height: 1;width: 230px;height: 57px;padding: 0 30px; 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);}

#w024_index_about_68.myleft .content .text{text-align: left;}
#w024_index_about_68.myright .content .text{text-align: right;}
#w024_index_about_68.mycenter .content .text{text-align: center;}

#w024_index_about_68 .data {display: grid;grid-template-columns: repeat(5,20%);row-gap: 40px;margin-top: 100px;transform: translateX(-1px);}
#w024_index_about_68 .data .li {border-left: 1px solid #e6e6e6;padding: 0 20px;}
#w024_index_about_68 .data .li .numb {font-size: 48px;line-height: 1;color: var(--dataColor);}
#w024_index_about_68 .data .li .numb .icon {font-size: 24px;color: var(--dataColor);}
#w024_index_about_68 .data .li .name {font-size: 16px;line-height: 1.875;color: #333;margin-top: 30px;}

@media (any-hover:hover) {
    #w024_index_about_68 .content .text .button:hover {color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
}
@media screen and (max-width:1300px) {
    #w024_index_about_68 .content .text {padding: 30px 0;}
    #w024_index_about_68 .data {grid-template-columns: repeat(4,25%);}
}
@media screen and (max-width:1200px) {
    #w024_index_about_68 .content {flex-direction: column-reverse;}
    #w024_index_about_68 .content .img {width: 100%;}
    #w024_index_about_68 .content .text {width: 100%;}
}
@media screen and (max-width:1100px) {
    #w024_index_about_68 .data {grid-template-columns: repeat(3,calc((100%)/3));}
}
@media screen and (max-width:750px) {
    #w024_index_about_68 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w024_index_about_68 .content .text .title {font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}
    #w024_index_about_68 .content .text .msg {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w024_index_about_68 .content .text .brief {font-size: var(--font-txt-S);}
    #w024_index_about_68 .content .text .button {font-size: var(--font-txt-S);width: 300px;height: 100px;}
    #w024_index_about_68 .content .text .button .icon {font-size: var(--font-bri-S);}
    #w024_index_about_68 .data .li .numb {font-size: var(--font-big-S);}
    #w024_index_about_68 .data .li .numb .icon {font-size: var(--font-txt-S);}
    #w024_index_about_68 .data .li .name {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w024_index_about_68 .data {grid-template-columns: repeat(2,50%);}
}
#w011_chain_advantage_73 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_chain_advantage_73 .title {font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin: 0px 0 50px 0;}

#w011_chain_advantage_73.myleft .title{text-align: left;}
#w011_chain_advantage_73.myright .title{text-align: right;}
#w011_chain_advantage_73.mycenter .title{text-align: center;}

#w011_chain_advantage_73 .slide {transition: .3s;}
#w011_chain_advantage_73 .slide .img {border-radius: 20px;transition: .3s;}
#w011_chain_advantage_73 .slide .img::before {padding-top: 67.26%;}
#w011_chain_advantage_73 .slide .img img {max-width: 100%;max-height: 100%;}
#w011_chain_advantage_73 .slide .name {font-size: var(--titleFt_px);color: var(--titleFt_color);line-height: 1.6;padding: 30px 0;transition: .3s;}
#w011_chain_advantage_73 .slide .brief {font-size: var(--briefFt_px);color: var(--briefFt_color);line-height: 1.875;margin-bottom: 55px;}

#w011_chain_advantage_73 .container {padding-top: 20px;}
#w011_chain_advantage_73 .container .swiper-pagination {display: flex;align-items: center;justify-content: center;}
#w011_chain_advantage_73 .container .swiper-pagination-bullet {background: var(--pageColor);opacity: 1;}
#w011_chain_advantage_73 .container .swiper-pagination-bullet-active {background: #fff;border: 2px solid var(--pageColor);box-sizing: content-box;}

@media screen and (min-width:751px) {
    /* #w011_chain_advantage_73 .slide:hover .img {transform: translateY(-20px);}
    #w011_chain_advantage_73 .slide:hover .name {color: #ce9634;} */
}

@media screen and (max-width:750px) {
    #w011_chain_advantage_73 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_chain_advantage_73 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_chain_advantage_73 .slide .name {font-size: var(--font-sma-S);}
    #w011_chain_advantage_73 .slide .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w011_chain_advantage_73 .container .swiper-pagination-bullet {width: 20px;height: 20px;margin: 0 10px;}
}


/* case_list */
#w005_index_case_list_71 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}

#w005_index_case_list_71 .title{margin-bottom: 60px;}
#w005_index_case_list_71 .title .u_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_case_list_71 .title .u_tip{font-size: 16px;line-height: 1.4;color: #626466;margin-top: 30px;}

#w005_index_case_list_71.myleft .title{text-align: left;}
#w005_index_case_list_71.mycenter .title{text-align: center;}
#w005_index_case_list_71.myright .title{text-align: right;}

#w005_index_case_list_71 .list{display: grid;grid-template-columns: repeat(3,calc((100% - 100px)/3));gap: 60px 50px;}
#w005_index_case_list_71 .list .li{padding-bottom: 40px;transition: .3s;}
#w005_index_case_list_71 .list .li::before{display: block;content: '';width: 100%;height: 2px;background: #333;position: absolute;bottom: 0;left: 0;}
#w005_index_case_list_71 .list .li::after{display: block;content: '';height: 2px;background: var(--hoverColor);position: absolute;bottom: 0;left: 0;right: 100%;overflow: hidden;transition: .3s;}
#w005_index_case_list_71 .list .li .img{padding-top: 62.4%;}
#w005_index_case_list_71 .list .li .img img{transition: .3s;top: 0;}
#w005_index_case_list_71 .list .li .name{font-size: 24px;color: #333;margin: 40px 0 10px;transition: .3s;}
#w005_index_case_list_71 .list .li .category{font-size: 18px;color: #626466;}

#w005_index_case_list_71 .list .li .img:hover img{transform: scale(1.1);}
#w005_index_case_list_71 .list .li:hover::after{right: 0;}
#w005_index_case_list_71 .list .li:hover .name{color: var(--hoverColor);}


@media screen and (max-width:1050px) {
    #w005_index_case_list_71 .list{display: grid;grid-template-columns: repeat(2,calc((100% - 50px)/2));gap: 60px 50px;}
}


@media screen and (max-width:750px) {
    #w005_index_case_list_71 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w005_index_case_list_71 .title .u_name{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w005_index_case_list_71 .title .u_tip{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}

    #w005_index_case_list_71 .list{display: block;}
    #w005_index_case_list_71 .list .li{margin-bottom: 60px;display: block;}
    #w005_index_case_list_71 .list .li .img{padding-top: 62.4%;}
    #w005_index_case_list_71 .list .li .img img{}
    #w005_index_case_list_71 .list .li .name{font-size: var(--font-sma-S);}
    #w005_index_case_list_71 .list .li .category{font-size: var(--font-txt-S);}
}
.w001_index_products_center_124_wrap {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--bgColor);}
@media screen and (max-width: 750px){
    .w001_index_products_center_124_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w001_index_products_center_124_list{display: flex;justify-content: space-between;gap: 100px;}
/* PC端tab */
#w001_index_products_center_124_list .left {flex: 1;}
#w001_index_products_center_124_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_124_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_124_list .left .ul{border-left: 1px solid #D2CEDF;min-height: 580px;}
#w001_index_products_center_124_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_124_list .left .ul .li.cur{border-color: var(--curFontColor);color: var(--curFontColor);}
#w001_index_products_center_124_list .left .ul .li i{margin-left: 10px;font-size: 16px;}


/* 选项内容 */
#w001_index_products_center_124_list .right {width: 80.625%;max-width: calc(100% - 340px);}
#w001_index_products_center_124_list .right .item{display: grid;grid-template-columns: repeat(3 , calc((100% - 60px)/3));gap: 30px;}
#w001_index_products_center_124_list .right .item.hide{display: none;}
#w001_index_products_center_124_list .right .li{background: #fff;padding: 46px 30px;transition: .3s;text-align: center;border: 1px solid #fff;}
#w001_index_products_center_124_list .right .li:first-child{grid-row: 1 / span 2;padding-bottom: 70px;}
#w001_index_products_center_124_list .right .li .name{font-size: 24px;color: #333;line-height: 1.5;max-height: 72px;}
#w001_index_products_center_124_list .right .li .i_tip{font-size: 18px;color: #666;margin:14px 0;}
#w001_index_products_center_124_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_124_list .right .li .view{font-size: 16px;color: var(--viewFontColor);margin: 50px 0 85px;}
#w001_index_products_center_124_list .right .li .view i{font-size: 16px;margin-left: 5px;}
#w001_index_products_center_124_list .right .li .img{overflow: hidden;max-height: 200px;}
#w001_index_products_center_124_list .right .li:first-child .img{max-height: 250px;}


@media (any-hover: hover){
    #w001_index_products_center_124_list .left .ul .li:hover{color: var(--curFontColor);}
	#w001_index_products_center_124_list .right .li:hover{border-color: var(--borColor);}
    #w001_index_products_center_124_list .right .li .img:hover{transform: scale(1.06);}
}


@media screen and (max-width: 1250px){
    #w001_index_products_center_124_list{gap: 60px;}
    #w001_index_products_center_124_list .right {max-width: calc(100% - 260px);}
    #w001_index_products_center_124_list .right .item{grid-template-columns: repeat(2 , calc((100% - 20px)/2));gap: 20px;}
    #w001_index_products_center_124_list .right .li:first-child{grid-row: initial;padding-bottom: 46px;}
    #w001_index_products_center_124_list .right .li .brief{display: none !important;}
    #w001_index_products_center_124_list .right .li .view{display: none;}
    #w001_index_products_center_124_list .right .li:first-child .img{max-height: 200px;}
}


@media screen and (max-width: 750px){
    #w001_index_products_center_124_list{display: block;}
    /* PC端tab */
    #w001_index_products_center_124_list .left{display: none;}

    /* 选项内容 */
    #w001_index_products_center_124_list .right {width: 100%;max-width: 100%;}
    #w001_index_products_center_124_list .right .item{grid-template-columns: 100%;gap: 20px;}
    #w001_index_products_center_124_list .right .item.hide{display: none;}
    #w001_index_products_center_124_list .right .li{}
    #w001_index_products_center_124_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_124_list .right .li .i_tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L)}
    #w001_index_products_center_124_list .right .li .img,
    #w001_index_products_center_124_list .right .li:first-child .img{max-height: 260px;}
}



/* 移动端tab */
#w001_index_products_center_124_nav_app{display: none;}
@media screen and (max-width: 750px){
    /* 移动端tab */
    #w001_index_products_center_124_nav_app {display: block;position: relative;margin-bottom: 20px;}
    #w001_index_products_center_124_nav_app > *{}
    #w001_index_products_center_124_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_124_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_124_nav_app .li.cur{border-color: var(--curFontColor);color: var(--curFontColor);}

    #w001_index_products_center_124_nav_app .frist_td{box-shadow: 0 2px 6px rgba(0,0,0,0.2);font-weight: bold;height: 100px;}
    #w001_index_products_center_124_nav_app .frist_td i{font-size: var(--font-txt-S);transition: .3s;display: block;}
    #w001_index_products_center_124_nav_app .frist_td.current i{transform: rotateZ(90deg);}
    #w001_index_products_center_124_nav_app .frist_td_tip{margin-right: 10px;}
}
#w007_index_news_126 {background-color: var(--bgColor);font-size: 0;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w007_index_news_126 .head {margin-bottom: 54px;}
#w007_index_news_126 .head .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: 14px;}
#w007_index_news_126 .head .prompt {font-size: 16px;line-height: 1.875;color: #ACAEB5;}

#w007_index_news_126.myleft .head{text-align: left;}
#w007_index_news_126.mycenter .head{text-align: center;}
#w007_index_news_126.myright .head{text-align: right;}

#w007_index_news_126 .box {background-color: #fff;overflow: hidden;transition: .3s;}
#w007_index_news_126 .box .img {padding-bottom: 62.4324%;margin-bottom: 4px;}
#w007_index_news_126 .box .mation {padding: 20px 30px;}
#w007_index_news_126 .box .mation .tit {font-size: 18px;color: #222;line-height: 30px;height: 60px;margin-bottom: 10px;transition: .3s;}
#w007_index_news_126 .box .mation .text {font-size: 16px;color: #7A7C85;line-height: 1.5;height: 72px;margin-bottom: 30px;}
#w007_index_news_126 .box .mation .time {font-size: 14px;color: #7A7C85;line-height: 1;display: flex;justify-content: space-between;align-items: center;margin-bottom: 18px;transition: .3s;}
#w007_index_news_126 .box .mation .time .jt {font-size: 24px;color: #111;}

#w007_index_news_126 .container {width: calc(100% + 40px);padding: 20px;margin-left: -20px;}
#w007_index_news_126 .container .wrapper {margin-bottom: 65px;}
#w007_index_news_126 .container .swiper-pagination {display: flex;align-items: center;justify-content: center;}
#w007_index_news_126 .container .swiper-pagination-bullet {background: #afb0b4;opacity: 1;width: 6px;height: 6px;margin: 0 7px;}
#w007_index_news_126 .container .swiper-pagination-bullet-active {background: var(--pageColor);border: 5px solid var(--bgColor);box-sizing: content-box;box-shadow: 0 0 0 2px var(--pageColor);}

@media (any-hover:hover) {
    #w007_index_news_126 .box:hover {box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
    #w007_index_news_126 .box:hover .mation .tit {color: var(--hoverColor);}
    #w007_index_news_126 .box:hover .mation .time {padding-right: 10px;color: var(--timeColor);}
    #w007_index_news_126 .box:hover .mation .time .jt {color: var(--timeColor);right: -10px;}
}
@media screen and (max-width:1500px) {
}
@media screen and (max-width:750px) {
    #w007_index_news_126 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w007_index_news_126 .head .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w007_index_news_126 .head .prompt {font-size: var(--font-txt-S);}
    #w007_index_news_126 .box .mation .tit {font-size: var(--font-sma-S);line-height: var(--font-sma-L);height: calc(var(--font-sma-L)*2);}
    #w007_index_news_126 .box .mation .text {font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: calc(var(--font-txt-L)*3);}
    #w007_index_news_126 .box .mation .time {font-size: var(--font-bri-S);}
    #w007_index_news_126 .box .mation .time .jt {font-size: var(--font-sma-S);}
}

/* sz32821188AB    sz32821188AC  sz32821188AD*/
.w013_about_culture_75_wrap {background-color: #f8f8f8;}

#w013_about_culture_75 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w013_about_culture_75 .title {margin-bottom: 80px;}
#w013_about_culture_75 .title .cn {flex:1;font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
#w013_about_culture_75 .title .en {font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}

#w013_about_culture_75.myleft .title{}
#w013_about_culture_75.myright .title{flex-direction: row-reverse;text-align: right;}
#w013_about_culture_75.mycenter .title{text-align: center;justify-content:center;flex-direction: column;gap: 20px;}

#w013_about_culture_75 .list {}
#w013_about_culture_75 .list .li {border-radius: 30px;background-color: #fff;width: calc((100% - 160px)/5);margin: 40px 0 0 40px;}
#w013_about_culture_75 .list .li-5:nth-child(5n+1) {margin-left: 0;}
#w013_about_culture_75 .list .li-4 {width: calc((100% - 180px)/4);margin: 60px 0 0 60px;}
#w013_about_culture_75 .list .li-4:nth-child(4n+1) {margin-left: 0;}
#w013_about_culture_75 .list .li .img::before {padding-top: 57.74%;}
#w013_about_culture_75 .list .li .img .svg{max-width: 80%;}
#w013_about_culture_75 .list .li .name {font-size: 24px;line-height: 1;color: #222;padding: 0 20px;margin-bottom: 20px;}
#w013_about_culture_75 .list .li .brief {font-size: 16px;line-height: 1.625;color: #888;padding: 0 20px;margin-bottom: 55px;}

@media (any-hover:hover) {
    #w013_about_culture_75 .list .li:hover .img .svg {transform:translate(-50%,-50%) scale(1.1); -webkit-transform:translate(-50%,-50%) scale(1.1);}
}
@media screen and (max-width:1300px) {
    #w013_about_culture_75 .list .li:nth-child(5n+1),
    #w013_about_culture_75 .list .li {width: calc((100% - 120px)/4);margin: 40px 0 0 40px;}
    #w013_about_culture_75 .list .li:nth-child(4n+1) {margin-left: 0;}
}
@media screen and (max-width:1000px) {
    #w013_about_culture_75 .list .li:nth-child(4n+1),
    #w013_about_culture_75 .list .li:nth-child(5n+1),
    #w013_about_culture_75 .list .li {width: calc((100% - 90px)/3);margin: 30px 0 0 30px;}
    #w013_about_culture_75 .list .li:nth-child(3n+1) {margin-left: 0;}
}
@media screen and (max-width:750px) {
    #w013_about_culture_75 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w013_about_culture_75 .title{flex-wrap: wrap;}
    /* #w013_about_culture_75 .title .cn,
    #w013_about_culture_75 .title .en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);} */
    #w013_about_culture_75 .title .cn {font-size: var(--font_1st_mobile_px);color: var(--font_1st_mobile_color);font-weight: var(--font_1st_mobile_font_weight);font-style: var(--font_1st_mobile_font_style);line-height: var(--font_1st_mobile_line_height);}
    #w013_about_culture_75 .title .en {font-size: var(--font_2nd_mobile_px);color: var(--font_2nd_mobile_color);font-weight: var(--font_2nd_mobile_font_weight);font-style: var(--font_2nd_mobile_font_style);line-height: var(--font_2nd_mobile_line_height);}
    
    #w013_about_culture_75 .list .li:nth-child(3n+1),
    #w013_about_culture_75 .list .li:nth-child(4n+1),
    #w013_about_culture_75 .list .li:nth-child(5n+1),
    #w013_about_culture_75 .list .li {width: calc((100% - 40px)/2);margin-left: 20px;}
    #w013_about_culture_75 .list .li:nth-child(2n+1) {margin-left: 0;}
    #w013_about_culture_75 .list .li .name {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
    #w013_about_culture_75 .list .li .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}

#w025_join_process_78{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);border-bottom: 1px solid #f2eeee;}
#w025_join_process_78 .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);padding-bottom: 35px;border-bottom: 1px solid #f2eeee;}
#w025_join_process_78.myleft .title{text-align: left;}
#w025_join_process_78.myright .title{text-align: right;}
#w025_join_process_78.mycenter .title{text-align: center;}

#w025_join_process_78 .choice{display: grid;grid-template-columns: repeat(6,calc((100% - 100px)/6));gap: 20px;margin-top: 25px;}
#w025_join_process_78 .choice .li .brief{font-size: 16px;margin-top: 15px;}
#w025_join_process_78 .choice .li .pic{max-width: 80px;max-height: 80px;display: flex;justify-content: center;align-items: center;margin: 0 auto;}

@media screen and (max-width:751px) {
	#w025_join_process_78{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
	#w025_join_process_78 .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}

	#w025_join_process_78 .choice .li .brief{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}
}
.w006_about_honor_175_wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #f2f5f8;overflow: hidden;}
@media (max-width: 750px) {
    .w006_about_honor_175_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


.w006_about_honor_175_text_box{display: flex;flex-wrap: wrap;margin-bottom: 110px;}

#w006_about_honor_175_text{width: calc(100% - 771px);}
#w006_about_honor_175_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);}
#w006_about_honor_175_text .subtitle{font-size: 16px;color: #777;padding: 43px 0 53px 0;}
#w006_about_honor_175_text .brief{font-size: 18px;color: #333;line-height: 30px;margin-bottom: 20px;}
#w006_about_honor_175_text .list{display: flex;flex-wrap: wrap;gap: 50px 150px;}
#w006_about_honor_175_text .list .li{color: var(--numColor); font-weight: bold;}
#w006_about_honor_175_text .list .li .number{font-size: 50px;}
#w006_about_honor_175_text .list .li .unit{font-size: 24px;}
#w006_about_honor_175_text .list .li .name{ font-size: 16px; color: #333;font-weight: normal;}

@media (max-width: 1500px) {
    #w006_about_honor_175_text .list{gap: 50px 100px;}
}
@media (max-width: 1280px) {
    #w006_about_honor_175_text{width: 100%;text-align: center;}
    #w006_about_honor_175_text .list{justify-content: center;}
}
@media (max-width: 750px) {
    #w006_about_honor_175_text .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w006_about_honor_175_text .subtitle{font-size: var(--font-bri-S);line-height: var(--font-bri-L);padding: 30px 0;}
    #w006_about_honor_175_text .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w006_about_honor_175_text .list .li .number{font-size: var(--font-big-S);}
    #w006_about_honor_175_text .list .li .unit{font-size: var(--font-bri-S);}
    #w006_about_honor_175_text .list .li .name{ font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}


/* 证书 */
#w006_about_honor_175_num{width: 771px;display: flex;flex-direction: column;justify-content: center;font-size: 0;}
#w006_about_honor_175_num>div>span{padding: 0 10px;color: #c7d4e1;display: inline-block; font-weight: bold;-webkit-transition:.3s;transition:.3s;}
#w006_about_honor_175_num .row1{text-align: left;line-height: 100px;height: 100px;padding-left: 28%;}
#w006_about_honor_175_num .row2{text-align: right;line-height: 100px;height: 100px;}
#w006_about_honor_175_num .row3{text-align: left;line-height: 80px;height: 80px;}
#w006_about_honor_175_num .row4{text-align: left;line-height: 70px;height: 70px;padding-left: 24%;}
#w006_about_honor_175_num .row1 span:nth-child(1){font-size: 80px;}
#w006_about_honor_175_num .row1 span:nth-child(2){font-size: 50px;}
#w006_about_honor_175_num .row2 span:nth-child(1){font-size: 50px;}
#w006_about_honor_175_num .row2 span:nth-child(2){font-size: 100px;}
#w006_about_honor_175_num .row2 span:nth-child(3){font-size: 60px;}
#w006_about_honor_175_num .row3 span:nth-child(1){font-size: 50px;}
#w006_about_honor_175_num .row3 span:nth-child(2){font-size: 70px;}
#w006_about_honor_175_num .row3 span:nth-child(3){font-size: 60px;}
#w006_about_honor_175_num .row4 span:nth-child(1){font-size: 40px;}
#w006_about_honor_175_num .row4 span:nth-child(2){font-size: 50px;}
#w006_about_honor_175_num .row4 span:nth-child(3){font-size: 60px;}
#w006_about_honor_175_num .row4 span:nth-child(4){font-size: 40px;}
#w006_about_honor_175_num>div>span:hover{color: var(--hoverColor);transform: scale(1.05);}

@media (max-width: 1280px) {
    #w006_about_honor_175_num{display: none;}
}
@media (max-width: 750px) {
    /* #w006_about_honor_175_num .row1{padding: 0;}
    #w006_about_honor_175_num .row2 span:nth-child(2){font-size: 80px;}
    #w006_about_honor_175_num .row3 span:nth-child(1){font-size: 40px;}
    #w006_about_honor_175_num .row3 span:nth-child(2){font-size: 60px;}
    #w006_about_honor_175_num .row4{padding: 0;text-align: right;} */
}




/* 证书-图片 */
#w006_about_honor_175_img{width: 100%;}
#w006_about_honor_175_img .slide{width: 260px;margin-right: 50px;cursor: pointer;}
#w006_about_honor_175_img .slide .pic{width: 260px;height: 260px;margin-bottom: 10px;}
#w006_about_honor_175_img .slide .name{text-align: center;font-size: 16px;color: #333;line-height: 30px;}
#w006_about_honor_175_img .slide:hover .name{color: var(--hoverColor);}

@media (max-width: 750px) {
    #w006_about_honor_175_img .slide .name{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}
#w006_index_footer_70 {font-size:16px; padding-top: var(--paddingTop);padding-bottom: 100px;background:var(--bg_color);color: var(--font_color_1);}

#w006_index_footer_70 .left{position: relative;}
#w006_index_footer_70 .left .logo{max-width: 30%; margin:50px 0;}

#w006_index_footer_70 .left .line{position: absolute;right: 0;left: -100%;height: 1px; background: var(--font_color_3);}

#w006_index_footer_70 .left .nav .dl{display: flex; flex-direction: column;margin-right: 110px;}
#w006_index_footer_70 .left .nav .dl .dt{font-size: 18px; padding-bottom: 30px; padding-top: 60px;}
#w006_index_footer_70 .left .nav .dl .dd{line-height: 36px;color: var(--font_color_2);transition: 0.3s;}

@media (any-hover: hover){
    #w006_index_footer_70 .left .nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

#w006_index_footer_70 .contact_us{width: 27.5%;padding-top: 53px;padding-left: 60px;position: relative;}
#w006_index_footer_70 .contact_us::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: -100px;width: 1px;background: var(--font_color_3);}
#w006_index_footer_70 .contact_us .title {font-size: 18px;}

#w006_index_footer_70 .contact_us .contact{padding-top: 20px;gap: 0 24px;}
#w006_index_footer_70 .contact_us .contact .a{width: 50px; height:50px;font-size: 30px;color: #666666; background: #fff; border-radius: 50%;transition: .3s;}
#w006_index_footer_70 .contact_us .contact .a:hover{background:var(--hoverColor);color:#fff}

#w006_index_footer_70 .contact_us .phone{font-size: 18px; font-weight: 500;padding-top: 52px;line-height: 30px;}
#w006_index_footer_70 .contact_us .number{font-size: 30px;font-weight: bold;color: var(--numColor);line-height: 30px;margin-top: 4px;}
#w006_index_footer_70 .contact_us .message{padding-top: 24px;line-height: 30px;}
#w006_index_footer_70 .contact_us .address{line-height: 30px;}

@media screen and (max-width: 1024px){
	#w006_index_footer_70 .contact_us {width: 45%;}
}

@media screen and (max-width: 850px){
    #w006_index_footer_70 .contact_us {width: 40%;}
}
@media screen and (max-width: 751px){
	#w006_index_footer_70 {display: none;}
	#w006_index_footer_70 .contact_us {width: 45%;}
}




/* 移动端 */
#w006_index_footer_70_small{display: none;}
@media screen and (max-width: 751px){
	#w006_index_footer_70_small{display: block;padding-bottom: 50px;padding-top: var(--appPaddingTop);background:var(--bg_color);color: var(--font_color_1);}

	#w006_index_footer_70_small .footer{padding-top: 50px;}
	#w006_index_footer_70_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_70_small .footer .ul .li_top i{font-size: var(--font-txt-S);transition: .3s;}
	#w006_index_footer_70_small .footer .ul.cur .li_top > i{transform: rotateZ(90deg);}

	#w006_index_footer_70_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_70_small .footer .ul .li_box .li:first-child{padding-top: 20px;}
	#w006_index_footer_70_small .footer .ul .li_box .li:last-child{margin-bottom: 20px;}

	#w006_index_footer_70_small .message{padding-top: 50px;}
	#w006_index_footer_70_small .message .title {font-size: var(--font-big-S);}
	#w006_index_footer_70_small .message .contact{padding: 40px 0;gap: 0 30px;}
	#w006_index_footer_70_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_70_small .message .phone{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w006_index_footer_70_small .message .number{font-size: var(--font-sub-S);line-height: var(--font-sub-S);font-weight: bold;color: var(--linkColor);}
	#w006_index_footer_70_small .message .message{font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding-top: 24px;}
	#w006_index_footer_70_small .message .address{font-size:var(--font-txt-S);line-height: var(--font-txt-L);}

	#w006_index_footer_70_small .copy_app{font-size: var(--font-txt-S);gap: 10px 20px;display: flex;flex-wrap: wrap;margin-top: 30px;}
}




/* 友情链接 */
#w006_index_footer_70_copy { background: var(--linkColor);}
#w006_index_footer_70_copy .content {height: 120px;}

#w006_index_footer_70_copy .copy {display: flex;flex-wrap: wrap;font-size: 16px;color: #fff;gap: 10px;opacity: .7;}
#w006_index_footer_70_copy .links{font-size: 16px;margin-left: 30px;position: relative;}
#w006_index_footer_70_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_70_copy .links .button .span {margin:0 20px;font-size: 16px;}
#w006_index_footer_70_copy .links .box {position: absolute;right: 0px;bottom: 100%;display: none;width: 100%;border-radius: 25px;}
#w006_index_footer_70_copy .links .box .ul{overflow-y: auto;max-height: 224px;width: 100%;background: #fff;border-radius: 25px;}
#w006_index_footer_70_copy .links .box .link {line-height: 1.6;color: #000;display: block;padding: 10px;transition: .3s;}
#w006_index_footer_70_copy .links .box .link:first-child{margin-top: 10px;}
#w006_index_footer_70_copy .links .box .link:last-child{margin-bottom: 10px;}

#w006_index_footer_70_copy .links.cur .button .button_i{transform: rotate(180deg);}
#w006_index_footer_70_copy .links .box .link:hover {background: #f8f8f8;padding-left: 15px;color: var(--linkColor);}

@media screen and (max-width:750px) {
    #w006_index_footer_70_copy .content {height: 100px;}
    #w006_index_footer_70_copy .copy {font-size: var(--font-bri-S);display: none;}
    #w006_index_footer_70_copy .links {font-size: var(--font-txt-S);width: 100%;margin-left: 0;}
    #w006_index_footer_70_copy .links .button{font-size: var(--font-txt-S);width: 100%;height: 60px;border-radius: 40px;}
    #w006_index_footer_70_copy .links .button .span{font-size: var(--font-txt-S);}
	#w006_index_footer_70_copy .links .button .button_i{font-size: var(--font-txt-S);}
	#w006_index_footer_70_copy .links .box{box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);}
	#w006_index_footer_70_copy .links .box .ul{max-height: 360px;}
}