
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/



/* 头部默认透明样式 */
#temp_wcb_header_header02_10_nav{}
#temp_wcb_header_header02_10_nav .head{width: 100%;padding: 0 4%;transition: border-color,color,height .3s;border-bottom: 1px solid rgba(255, 255, 255, 0.2);color: #333;height: var(--head_center_height);}
#header.scroll-top #temp_wcb_header_header02_10_nav .head{height: var(--head_top_height);}
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .head{color: #333;}




/* 背景色 */
#header_bg{height: var(--head_center_height);width: 100%;background: #fff;transition:background .3s;}
#header.scroll-top #header_bg{height: var(--head_top_height);}
#header.fixed.scroll-top #header_bg,
#header.fixed.scroll-top.opacity_black #header_bg{background: transparent;}



/* logo部分 */
#temp_wcb_header_header02_10_nav .phone{font-size: 16px;height: 100%;}
#temp_wcb_header_header02_10_nav .phone .phone_i{font-size: 18px;margin-right: 10px;}

/* logo部分 */
#temp_wcb_header_header02_10_nav .weblogo{height: 100%;overflow: hidden;}
#temp_wcb_header_header02_10_nav .weblogo .logo_w{display: none;max-height: 90%;}
#temp_wcb_header_header02_10_nav .weblogo .logo_b{display: block;max-height: 90%;}
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#temp_wcb_header_header02_10_nav .head_nav{flex: 1;padding: 0 var(--paddingLeft);}
#temp_wcb_header_header02_10_nav .head_nav .li{font-size: var(--font_1st_px);height: 100%;border-bottom: 2px solid transparent;margin-left: var(--paddingLeft);transition: .3s ease-out;}
#temp_wcb_header_header02_10_nav .head_nav .li > a{line-height: 2;}
#temp_wcb_header_header02_10_nav .head_nav .li:first-of-type{margin-left: 0;}
#temp_wcb_header_header02_10_nav .head_nav .li:hover,
#temp_wcb_header_header02_10_nav .head_nav .li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
/* 对比导航 */
.temp_wcb_header_header02_10_nav_width_compare{display: inline-flex;pointer-events: none;position: absolute;top: 0;left: 0;visibility: hidden;opacity: 0;}
.temp_wcb_header_header02_10_nav_width_compare .head_nav{padding: 0 var(--paddingLeft);}
.temp_wcb_header_header02_10_nav_width_compare .head_nav .li{font-size: var(--font_1st_px);margin-left: var(--paddingLeft);}
.temp_wcb_header_header02_10_nav_width_compare .head_nav .li:first-of-type{margin-left: 0;}


/* 按钮部分 */
#temp_wcb_header_header02_10_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#temp_wcb_header_header02_10_nav .head_btn > *{padding: 10px 15px;}
#temp_wcb_header_header02_10_nav .head_btn > *:last-child{padding-right: 0;}
#temp_wcb_header_header02_10_nav .head_btn > * > i{font-size: 20px;}
#temp_wcb_header_header02_10_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#temp_wcb_header_header02_10_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#temp_wcb_header_header02_10_nav .head .menu i{width: 36px;height: 2px;display: block;background: #333;position: relative;transition: .3s;}
#temp_wcb_header_header02_10_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: #333;position: absolute;top: 0;transform: translateY(-14px);transition: .3s;}
#temp_wcb_header_header02_10_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: #333;position: absolute;top: 0;transform: translateY(14px);transition: .3s;}
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .head .menu i,
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .head .menu i::before,
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .head .menu i::after{background: #333;}




/* logo盒子 */
#temp_wcb_header_header02_10_nav .head .logo_box{height: 100%;width: 300px;overflow: hidden;}
#temp_wcb_header_header02_10_nav .head .logo_box .phone{height: 50%;transition: .3s;transform: translateY(-100%);visibility: hidden;}
#temp_wcb_header_header02_10_nav .head .logo_box .weblogo{height: 100%;transition: .3s;transform: translateY(-50%);visibility: visible;}
#header.scroll-top #temp_wcb_header_header02_10_nav .head .logo_box .phone{transform: translateY(0%);visibility: visible;}
#header.scroll-top #temp_wcb_header_header02_10_nav .head .logo_box .weblogo{transform: translateY(10%);visibility: hidden;}

/* nav盒子 */
#temp_wcb_header_header02_10_nav .head .nav_box{height: 100%;width: 100%;}
#temp_wcb_header_header02_10_nav .head .nav_box .weblogo{max-height: 50%;transition: .3s;visibility: hidden;transform: translateY(-100%);}
#temp_wcb_header_header02_10_nav .head .nav_box .head_nav{height: 100%;transition-property:height,transform;transition-duration: .3s;width: 100vw;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
#header.scroll-center #temp_wcb_header_header02_10_nav .head .nav_box{position: relative;}
#header.scroll-center #temp_wcb_header_header02_10_nav .head .nav_box .head_nav{width: 100%;}
#header.scroll-top #temp_wcb_header_header02_10_nav .head .nav_box .weblogo{visibility: visible;transform: translateY(0);}
#header.scroll-top #temp_wcb_header_header02_10_nav .head .nav_box .head_nav{height: 50%;}

/* btn盒子 */
#temp_wcb_header_header02_10_nav .head .btns_box{transition: .3s;width: initial;height: 100%;}
#header.scroll-top #temp_wcb_header_header02_10_nav .head .btns_box{width: 300px;height: 50%;}





/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/
/* 菜单按钮    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header02_10_nav .menu i{background: transparent !important;}
#header.menu_expand #temp_wcb_header_header02_10_nav .menu i::before{background: #333 !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #temp_wcb_header_header02_10_nav .menu i::after{background: #333 !important;transform: translateY(0px) rotateZ(-45deg);}
/* 隐藏导航按钮部分    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header02_10_nav .head_btn{display: none;}

/* 控制侧边栏按钮    导航栏放不下时 */
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .nav_box {display: none;}
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .menu{display: block;}
/* logo盒子 */
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .logo_box{height: 100% !important;}
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .logo_box .phone{transform: translateY(-100%);visibility: hidden !important;}
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .logo_box .weblogo{height: 100% !important;transform: translateY(-50%) !important;visibility: visible !important;}
/* nav盒子 */
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .nav_box {display: none !important;}
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .nav_box .weblogo{transform: translateY(-100%) !important;visibility: hidden !important;}
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .nav_box .head_nav{height: 100% !important;width: 100% !important;}
/* btn盒子 */
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .btns_box{width: initial !important;height: 100% !important;}

/* pc_app状态下无法控制背景颜色高度 */
/* 导航高度 */
#header.scroll-top.pc_app #temp_wcb_header_header02_10_nav .head{height: var(--head_center_height) !important;}
#header.scroll-top.pc_app #header_bg{height: var(--head_center_height) !important;}





@media only screen and (max-width: 1024px) { 
    #temp_wcb_header_header02_10_nav .head_nav .li{margin: 0 8px;}
    #temp_wcb_header_header02_10_nav .nav_box {display: none;}
    #temp_wcb_header_header02_10_nav .head .menu{display: block;}
    /* logo盒子 */
    #temp_wcb_header_header02_10_nav .head .logo_box{height: 100%;}
    #temp_wcb_header_header02_10_nav .head .logo_box .phone{transform: translateY(-100%);visibility: hidden;}
    #temp_wcb_header_header02_10_nav .head .logo_box .weblogo{height: 100%;transform: translateY(-50%);visibility: visible;}
    /* nav盒子 */
    #temp_wcb_header_header02_10_nav .head .nav_box {display: none;}
    #temp_wcb_header_header02_10_nav .head .nav_box .weblogo{transform: translateY(-100%);visibility: hidden;}
    #temp_wcb_header_header02_10_nav .head .nav_box .head_nav{height: 100%;width: 100%;}
    /* btn盒子 */
    #temp_wcb_header_header02_10_nav .head .btns_box{width: initial;height: 100%;}
    /* 导航高度 */
    #temp_wcb_header_header02_10_nav .head{height: var(--head_center_height);}
    #header_bg{height: var(--head_center_height);}
}

@media only screen and (max-width: 900px) {
    #temp_wcb_header_header02_10_nav .phone{font-size: 26px;}
    #temp_wcb_header_header02_10_nav .phone .phone_i{font-size: 26px;}
    #temp_wcb_header_header02_10_nav .head_btn .search i {font-size: 26px;}
    #temp_wcb_header_header02_10_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #temp_wcb_header_header02_10_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #header.scroll-top #temp_wcb_header_header02_10_nav .head,
    #header.scroll-top #header_bg{height: var(--head_top_height_app);}

    #temp_wcb_header_header02_10_nav .head_btn .search i {font-size: var(--font-big-S);}
    #temp_wcb_header_header02_10_nav .head_btn .language{display: none;}

    #temp_wcb_header_header02_10_nav .head .menu{padding: 30px;}
    #temp_wcb_header_header02_10_nav .head .menu i{width: 46px;height: 3px;}
    #temp_wcb_header_header02_10_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #temp_wcb_header_header02_10_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #temp_wcb_header_header02_10_nav .weblogo{opacity: 0;}
}
#w001_index_hengfu_11 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_11.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w001_index_hengfu_11 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_11 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_11 .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_11 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_11 .message_box[position="2"] .message,
#w001_index_hengfu_11 .message_box[position="5"] .message,
#w001_index_hengfu_11 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_11 .message_box[position="3"] .message,
#w001_index_hengfu_11 .message_box[position="6"] .message,
#w001_index_hengfu_11 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_11 .message_box[position="2"] .message .name,
#w001_index_hengfu_11 .message_box[position="5"] .message .name,
#w001_index_hengfu_11 .message_box[position="8"] .message .name,
#w001_index_hengfu_11 .message_box[position="2"] .message .brief,
#w001_index_hengfu_11 .message_box[position="5"] .message .brief,
#w001_index_hengfu_11 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_11 .message_box[position="3"] .message .name,
#w001_index_hengfu_11 .message_box[position="6"] .message .name,
#w001_index_hengfu_11 .message_box[position="9"] .message .name,
#w001_index_hengfu_11 .message_box[position="3"] .message .brief,
#w001_index_hengfu_11 .message_box[position="6"] .message .brief,
#w001_index_hengfu_11 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_11 .message_box[position="1"] .message .name,
#w001_index_hengfu_11 .message_box[position="4"] .message .name,
#w001_index_hengfu_11 .message_box[position="7"] .message .name,
#w001_index_hengfu_11 .message_box[position="1"] .message .brief,
#w001_index_hengfu_11 .message_box[position="4"] .message .brief,
#w001_index_hengfu_11 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_index_hengfu_11 .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_11 .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_11 .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_11 .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_11 .swiper-pagination-bullets{bottom: 40px;}
#w001_index_hengfu_11 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w001_index_hengfu_11 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_11 .container .swiper-pagination-bullet-active{width: 60px;}
#w001_index_hengfu_11 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

@media screen and (max-width: 1024px){
    #w001_index_hengfu_11 .message_box .message .name{font-size: 48px;}
    #w001_index_hengfu_11 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w001_index_hengfu_11{display: none;}
}
#w007_index_product_2_75 {background-color: #f6f7f9;font-size: 0;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w007_index_product_2_75 .title {display: flex; justify-content: space-between;align-items: center;}
#w007_index_product_2_75 .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_75 .title .tag {font-size: 16px;color: #acaeb5;line-height: 1.5;}
#w007_index_product_2_75 .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_75 .title .prev_next .prev {border-right: 1px solid #E1E2E5;width: 105px;height: 49px;font-size: 24px;}
#w007_index_product_2_75 .title .prev_next .next {width: 105px;height: 49px;font-size: 23px;}
#w007_index_product_2_75 .title .prev_next > *{transition: .3s;}
#w007_index_product_2_75 .title .prev_next > *:hover{box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);}


#w007_index_product_2_75.myleft .title{text-align: left;}
#w007_index_product_2_75.mycenter .title{text-align: center;flex-direction: column;justify-content: center;gap: 30px 0;}
#w007_index_product_2_75.myright .title{text-align: right;flex-direction: row-reverse;}


#w007_index_product_2_75 .swiper {width: calc(100% + 40px);margin-left: -20px;padding: 20px;}
#w007_index_product_2_75 .swiper .slide {transition: .3s;width: 25%;}
#w007_index_product_2_75 .swiper .slide .img{padding-top:100%;}
#w007_index_product_2_75 .swiper .slide .text {padding: 0 30px 10px;margin-top: 10px;}
#w007_index_product_2_75 .swiper .slide .text .name {font-size: 20px;color: #222;line-height: 1;margin: 10px 0;}
#w007_index_product_2_75 .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_75 .swiper .slide .text .brief .jt {color: #111;font-size: 24px;}

@media (any-hover:hover) {
    #w007_index_product_2_75 .swiper .slide:hover .text .name {color: var(--hoverColor);}
    #w007_index_product_2_75 .swiper .slide:hover .text .brief {padding-right: 10px;}
    #w007_index_product_2_75 .swiper .slide:hover .text .brief .jt {color: var(--hoverColor);}
}
@media screen and (max-width:750px) {
    #w007_index_product_2_75 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w007_index_product_2_75 .title .tit {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w007_index_product_2_75 .title .tag {font-size: var(--font-txt-S);}
    #w007_index_product_2_75 .title .prev_next {display: none;}
    #w007_index_product_2_75 .swiper .slide {width: 100%;}
    #w007_index_product_2_75 .swiper .slide .text .name {font-size: var(--font-sma-S);}
    #w007_index_product_2_75 .swiper .slide .text .brief {font-size: var(--font-txt-S);}
    #w007_index_product_2_75 .swiper .slide .text .brief .jt {font-size: var(--font-sma-S);}
}
#w020_index_products_else_13 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w020_index_products_else_13 .img {width: 60%;}
#w020_index_products_else_13 .img::before {padding-top: 66.66%;}
#w020_index_products_else_13 .text {width: 40%;padding:0 20px;}
#w020_index_products_else_13 .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);}
#w020_index_products_else_13 .text .brief {font-size: 16px;line-height: 1.875;color: #333;margin: 43px 0 73px 0;}
#w020_index_products_else_13 .text .button {font-size: 16px;line-height: 50px;min-width: 150px;height: 50px;padding: 0 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);}

#w020_index_products_else_13.myleft .text{text-align: left;align-items:flex-start;}
#w020_index_products_else_13.myright .text{text-align: right;align-items: flex-end;}
#w020_index_products_else_13.mycenter .text{text-align: center;align-items: center;}

@media (any-hover:hover) {
    #w020_index_products_else_13 .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:1000px) {
    #w020_index_products_else_13 .img {width: 100%;}
    #w020_index_products_else_13 .text {width: 100%;padding: 40px;}
}
@media screen and (max-width:750px) {
    #w020_index_products_else_13 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w020_index_products_else_13 .text .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w020_index_products_else_13 .text .brief {font-size: var(--font-txt-S);}
    #w020_index_products_else_13 .text .button {font-size: var(--font-txt-S);min-width: 250px;height: 75px;line-height:var(--font-txt-L)}
}

.w020_index_about_14_wrap {background: center/cover;min-height: 800px;}

#w020_index_about_14 .text {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);width: 800px;}
#w020_index_about_14 .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);padding: 0 20px;}
#w020_index_about_14 .text .brief {font-size: 16px;line-height: 1.875;color: #333;margin: 43px 0 73px 0;padding: 0 20px;}
#w020_index_about_14 .text .button {font-size: 16px;line-height: 50px;min-width: 150px;height: 50px;padding: 0 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);}

@media (any-hover:hover) {
    #w020_index_about_14 .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:1000px) {
    #w020_index_about_14 .text {width: 100%;padding: 40px;}
}
@media screen and (max-width:750px) {
    #w020_index_about_14 .text {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w020_index_about_14 .text .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w020_index_about_14 .text .brief {font-size: var(--font-txt-S);line-height:var(--font-txt-L)}
    #w020_index_about_14 .text .button {font-size: var(--font-txt-S);min-width: 250px;height: 75px;line-height:var(--font-txt-L)}
}
#w020_index_products_class_15 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w020_index_products_class_15 .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: 80px;}
#w020_index_products_class_15 .content {display: grid;grid-template-columns: repeat(3,calc((100% - 80px)/3));gap: 40px;}
#w020_index_products_class_15 .content .box .img::before {padding-top: 133.4%;}
#w020_index_products_class_15 .content .box .name {font-size: 16px;line-height: 1;color: #000;padding: 25px;}

#w020_index_products_class_15 .content_app{display: none;}

@media screen and (max-width:750px) {

    #w020_index_products_class_15 .title {font-size: var(--font-sub-S);font-weight: var(--font-sub-B);line-height: var(--font-sub-L);}
    /* #w020_index_products_class_15 .content {grid-template-columns: repeat(2,calc((100% - 20px)/2));gap: 20px;} */
    /* #w020_index_products_class_15 .content .box .name {font-size: var(--font-txt-S);} */
    #w020_index_products_class_15 .content{display: none;}

    #w020_index_products_class_15 .content_app{display: block;}
    #w020_index_products_class_15 .content_app .slide .img::before {padding-top: 133.4%;}
    #w020_index_products_class_15 .content_app .slide .name {font-size:  var(--font-txt-S);color: #000;padding: 25px 0 40px;}
}
.w020_index_news_16_wrap {background-color: var(--bgColor);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w020_index_news_16 .title {max-width:1400px;margin:0 auto;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: 80px;}

#w020_index_news_16.myleft .title{text-align: left;}
#w020_index_news_16.myright .title{text-align: right;}
#w020_index_news_16.mycenter .title{text-align: center;}

#w020_index_news_16 .list {padding:0 100px 58px 55px;}
#w020_index_news_16 .list .li {padding-left: 45px;}
#w020_index_news_16 .list .li .text{padding-right: 30px;}
#w020_index_news_16 .list .li .name {font-size: 18px;line-height: 1;color: #000;}
#w020_index_news_16 .list .li .brief {font-size: 16px;line-height: 1.875;color: #333;margin: 25px 0 50px 0;}
#w020_index_news_16 .list .li .button {padding: 20px 0;}
#w020_index_news_16 .list .li .button .time {font-size: 20px;line-height: 1;color: #000;}
#w020_index_news_16 .list .li .button .btn {font-size: 16px;line-height: 1;color: #333;}

#w020_index_news_16 .list .li .button::before {display: block;content: '';width: 100%;height: 2px;background: #222;position: absolute;left: 45px;bottom:60px;transform: translateY(-50%);max-width: 65px;overflow: hidden;transition: .3s;}

#w020_index_news_16 .list .swiper-pagination {display: flex;align-items: center;justify-content: center;bottom: 2px;}
#w020_index_news_16 .list .swiper-pagination-bullet {background: #000;opacity: 1;width: 4px;height: 4px;margin: 0 13px;box-sizing: content-box;}
#w020_index_news_16 .list .swiper-pagination-bullet-active {border: 5px solid var(--bgColor);outline: 2px solid #000;margin: 0 8px;}

@media (any-hover:hover) {
    #w020_index_news_16 .list .li:hover .button .btn {display: block;}
    #w020_index_news_16 .list .li:hover .button::before {max-width: 100%;left: 0;width: calc(100% + 30px);}
    #w020_index_news_16 .list .swiper-pagination-bullet:hover {border: 5px solid var(--bgColor);outline: 2px solid #000;margin: 0 8px;}
}
@media screen and (max-width:750px) {
    .w020_index_news_16_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w020_index_news_16 .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin-bottom:50px;}
    #w020_index_news_16 .list {padding:0 0 50px;}
    #w020_index_news_16 .list .li {padding: 0;}
    #w020_index_news_16 .list .li .text{padding-right:0;}
    #w020_index_news_16 .list .li .name {font-size: var(--font-sma-S);}
    #w020_index_news_16 .list .li .brief {font-size: var(--font-txt-S);-webkit-line-clamp:3;}
    #w020_index_news_16 .list .li .button{position: relative;}
    #w020_index_news_16 .list .li .button .time {font-size: var(--font-sma-S);}
    #w020_index_news_16 .list .li .button .btn {font-size: var(--font-txt-S);display: block;}
    #w020_index_news_16 .list .li .button::before {left:0;top:0;bottom:auto;transform:translateY(0);max-width:100%; display: block;}
}

.w020_index_footer_17_wrap{overflow: hidden;background-color: var(--bg_color);}
#w020_index_footer_17 {padding-top: var(--paddingTop);padding-bottom: 90px;}
#w020_index_footer_17 .head {margin-bottom: 50px;}
#w020_index_footer_17 .head .line {height: 2px;background-color: var(--font_color_1);}
#w020_index_footer_17 .head .img {margin: 0 20px;}
#w020_index_footer_17 .foot_nav .dl {margin-right: 70px;margin-bottom: 10px;color: var(--font_color_1);}
#w020_index_footer_17 .foot_nav .dl .dt {font-size: 18px;line-height: 1;margin: 20px 0;font-weight: bold;}
#w020_index_footer_17 .foot_nav .dl .dd {font-size: 16px;line-height: 1.875;}
/* 导航部分app */
#w020_index_footer_17 .foot_nav_app{flex: 1;color: var(--font_color_1);margin-bottom: 20px;display: none;}
#w020_index_footer_17 .foot_nav_app .ul{border-bottom: 1px solid var(--font_color_3);}
#w020_index_footer_17 .foot_nav_app .ul.noneclick {pointer-events: none;}
#w020_index_footer_17 .foot_nav_app .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 16px 0;}
#w020_index_footer_17 .foot_nav_app .title > i{font-size: var(--font-sma-S);transition: .3s;}
#w020_index_footer_17 .foot_nav_app .ul.cur .title > i{transform: rotateZ(90deg);}
#w020_index_footer_17 .foot_nav_app .li{display: none;}
#w020_index_footer_17 .foot_nav_app .li .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
#w020_index_footer_17 .foot_nav_app .li .a:last-child{padding: 0px 0 50px;}


@media (any-hover: hover){
    #w020_index_footer_17 .foot_nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media screen and (max-width:750px) {
    #w020_index_footer_17 {padding-top: var(--appPaddingTop);padding-bottom: 60px;}
    #w020_index_footer_17 .foot_nav {display: none;}
    #w020_index_footer_17 .foot_nav_app {display: block;}
}


#w020_index_footer_17_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#w020_index_footer_17_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w020_index_footer_17_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w020_index_footer_17_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}

#w020_index_footer_17_copy {background-color: var(--bg_color2);padding: 40px 0;}
#w020_index_footer_17_copy .copy {font-size: 16px;color: var(--font_color_2);gap: 10px 20px;}
#w020_index_footer_17_copy .link .li{margin-left: 35px;}
#w020_index_footer_17_copy .link .li i {font-size: 30px;color: var(--font_color_2);}


@media screen and (max-width:750px) {
    #w020_index_footer_17_copy > div{flex-direction: column;}
    #w020_index_footer_17_copy .copy {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w020_index_footer_17_copy .link{margin-top: 20px; justify-content: flex-start;width: 100%;}
    #w020_index_footer_17_copy .link .li:first-of-type{margin-left: 0;}
    #w020_index_footer_17_copy .link .li i {font-size: var(--font-sma-S);}
}