/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/




#w001_index_header_12_nav{}
#w001_index_header_12_nav .head{height: var(--head_top_height);width: 100%;padding: 0 4%;transition: background-color .3s;border-bottom: 1px solid transparent;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_12_nav .head{border-bottom-color: rgba(255, 255, 255, 0.2);box-shadow: none;color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head{color: #333;}


/* 背景色 */
#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 .head_nav{flex: 1;margin: 0 var(--paddingLeft);}
#w001_index_header_12_nav .head_nav .li{font-size: var(--font_1st_px);height: var(--head_top_height);border-bottom: 1px solid transparent;margin-left: var(--paddingLeft);transition: .3s ease-out;}
#w001_index_header_12_nav .head_nav .li > a{line-height: 2;}
#w001_index_header_12_nav .head_nav .li:first-of-type{margin-left: 0;}
#w001_index_header_12_nav .head_nav .li:hover,
#w001_index_header_12_nav .head_nav .li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
/* 对比导航 */
.w001_index_header_12_nav_width_compare{display: inline-flex;pointer-events: none;position: absolute;top: 0;left: 0;visibility: hidden;opacity: 0;}
.w001_index_header_12_nav_width_compare .head_nav{margin: 0 var(--paddingLeft);}
.w001_index_header_12_nav_width_compare .head_nav .li{font-size: var(--font_1st_px);margin-left: var(--paddingLeft);}
.w001_index_header_12_nav_width_compare .head_nav .li:first-of-type{margin-left: 0;}


/* 按钮部分 */
#w001_index_header_12_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_12_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_12_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_12_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_12_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_12_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_12_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_12_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-14px);transition: .3s;}
#w001_index_header_12_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(14px);transition: .3s;}
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_12_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_12_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_12_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_12.pc_app #w001_index_header_12_nav .head_nav .li{display: none;}
.w001_index_header_12.pc_app #w001_index_header_12_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_12_nav .head_nav .li{display: none;}
    #w001_index_header_12_nav .head .menu{display: block;}
    /* #w001_index_header_12_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_12_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_12_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_12_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_12_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_12_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_12_nav .head_btn .language{display: none;}

    #w001_index_header_12_nav .head .menu{padding: 30px;}
    #w001_index_header_12_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_12_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_12_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_12_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_12_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_12_nav .head .menu{display: none;}
.w001_index_header_12 #w001_index_header_12_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}
}

#w004_index_hengfu_13 .container .slide{}
#w004_index_hengfu_13 .container .slide .img{width: 100%;}
/* 铺满状态 */
#w004_index_hengfu_13.is_fill .container .slide .img{height: 100vh;max-height: 100vw;object-fit:cover;}

#w004_index_hengfu_13 .type-a .slide .img_pc{transform: scale(1)!important;}
#w004_index_hengfu_13 .type-c .slide .img_pc{transform:scale(1)!important;}

#w004_index_hengfu_13 .container .swiper-pagination {padding-bottom: 20px;}
#w004_index_hengfu_13 .container .swiper-pagination-bullet {width: 60px;height: 2px;background: #fff;border-radius:0;margin-right: 20px;}
#w004_index_hengfu_13 .container .swiper-pagination-bullet:last-child {margin-right: 0;}
#w004_index_hengfu_13 .container .swiper-pagination-bullet-active {width: 60px;height: 2px;background: rgba(255, 255, 255, 0.2);}
#w004_index_hengfu_13 .container .swiper-pagination-bullet .el-bar {background: #fff;}

#w004_index_hengfu_13 .content {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;pointer-events: none;}
#w004_index_hengfu_13 .content .btns {display: flex;align-items: center;justify-content: center;color: #fff;gap: 20px;}
#w004_index_hengfu_13 .content .btns .box {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); border: 1px solid #fff;padding: 25px 30px;pointer-events: all;}
#w004_index_hengfu_13 .content .text {font-size: 28px;text-align: center;letter-spacing: 35px;margin-top: 50px;color: #fff;line-height: 1.5;}

@media screen and (max-width:750px) {
    #w004_index_hengfu_13{display: none;}
}









/* 移动端 */
@media screen and (max-width:750px) {
    #w004_index_hengfu_13_app_01 {display: block;}
    #w004_index_hengfu_13_app_01 .container .slide .img{width: 100%;}

    #w004_index_hengfu_13_app_01 .container .swiper-pagination {padding-bottom: 20px;}
    #w004_index_hengfu_13_app_01 .container .swiper-pagination-bullet {width: 60px;height: 2px;background: #fff;border-radius:0;margin-right: 20px;}
    #w004_index_hengfu_13_app_01 .container .swiper-pagination-bullet:last-child {margin-right: 0;}
    #w004_index_hengfu_13_app_01 .container .swiper-pagination-bullet-active {width: 60px;height: 2px;background: rgba(255, 255, 255, 0.2);}
    #w004_index_hengfu_13_app_01 .container .swiper-pagination-bullet .el-bar {background: #fff;}

    #w004_index_hengfu_13_app_01 .content {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;pointer-events: none;}
    #w004_index_hengfu_13_app_01 .content .btns {display: flex;align-items: center;justify-content: center;color: #fff;gap: 30px;}
    #w004_index_hengfu_13_app_01 .content .btns .box {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); border: 1px solid #fff;padding: 16px 20px;pointer-events: all;}
    #w004_index_hengfu_13_app_01 .content .text {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); letter-spacing: 5px;margin-top: 50px;text-align: center;}
}

.w001_index_products_center_183_wrap {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--bgColor);}
@media screen and (max-width: 750px){
    .w001_index_products_center_183_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w001_index_products_center_183_list{display: flex;justify-content: space-between;gap: 100px;}
/* PC端tab */
#w001_index_products_center_183_list .left {flex: 1;}
#w001_index_products_center_183_list .left .p_tip{font-size: var(--sub_font_size);color: var(--sub_font_color);font-weight: var(--sub_font_weight);font-style: var(--sub_font_style);line-height: var(--sub_lh);}
#w001_index_products_center_183_list .left .c_tip{font-size: var(--tit_font_size);color: var(--tit_font_color);font-weight: var(--tit_font_weight);font-style: var(--tit_font_style);line-height: var(--tit_lh);margin: 20px 0 60px;}
#w001_index_products_center_183_list .left .ul{border-left: 1px solid #D2CEDF;min-height: 580px;}
#w001_index_products_center_183_list .left .ul .li{min-height: 80px;padding: 0 20px;font-size: 16px;color: #333;border-left: 2px solid transparent;transform: translateX(-1px);transition: .3s;}
#w001_index_products_center_183_list .left .ul .li.cur{border-color: var(--curFontColor);color: var(--curFontColor);}
#w001_index_products_center_183_list .left .ul .li i{margin-left: 10px;font-size: 16px;}


/* 选项内容 */
#w001_index_products_center_183_list .right {width: 80.625%;max-width: calc(100% - 340px);}
#w001_index_products_center_183_list .right .item{display: grid;grid-template-columns: repeat(3 , calc((100% - 60px)/3));gap: 30px;}
#w001_index_products_center_183_list .right .item.hide{display: none;}
#w001_index_products_center_183_list .right .li{background: #fff;padding: 46px 30px;transition: .3s;text-align: center;border: 1px solid #fff;}
#w001_index_products_center_183_list .right .li:first-child{grid-row: 1 / span 2;padding-bottom: 70px;}
#w001_index_products_center_183_list .right .li .name{font-size: 24px;color: #333;line-height: 1.5;max-height: 72px;}
#w001_index_products_center_183_list .right .li .i_tip{font-size: 18px;color: #666;margin:14px 0;}
#w001_index_products_center_183_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_183_list .right .li .view{font-size: 16px;color: var(--viewFontColor);margin: 50px 0 85px;}
#w001_index_products_center_183_list .right .li .view i{font-size: 16px;margin-left: 5px;}
#w001_index_products_center_183_list .right .li .img{overflow: hidden;max-height: 200px;}
#w001_index_products_center_183_list .right .li:first-child .img{max-height: 250px;}


@media (any-hover: hover){
    #w001_index_products_center_183_list .left .ul .li:hover{color: var(--curFontColor);}
	#w001_index_products_center_183_list .right .li:hover{border-color: var(--borColor);}
    #w001_index_products_center_183_list .right .li .img:hover{transform: scale(1.06);}
}


@media screen and (max-width: 1250px){
    #w001_index_products_center_183_list{gap: 60px;}
    #w001_index_products_center_183_list .right {max-width: calc(100% - 260px);}
    #w001_index_products_center_183_list .right .item{grid-template-columns: repeat(2 , calc((100% - 20px)/2));gap: 20px;}
    #w001_index_products_center_183_list .right .li:first-child{grid-row: initial;padding-bottom: 46px;}
    #w001_index_products_center_183_list .right .li .brief{display: none !important;}
    #w001_index_products_center_183_list .right .li .view{display: none;}
    #w001_index_products_center_183_list .right .li:first-child .img{max-height: 200px;}
}


@media screen and (max-width: 750px){
    #w001_index_products_center_183_list{display: block;}
    /* PC端tab */
    #w001_index_products_center_183_list .left{display: none;}

    /* 选项内容 */
    #w001_index_products_center_183_list .right {width: 100%;max-width: 100%;}
    #w001_index_products_center_183_list .right .item{grid-template-columns: 100%;gap: 20px;}
    #w001_index_products_center_183_list .right .item.hide{display: none;}
    #w001_index_products_center_183_list .right .li{}
    #w001_index_products_center_183_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_183_list .right .li .i_tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L)}
    #w001_index_products_center_183_list .right .li .img,
    #w001_index_products_center_183_list .right .li:first-child .img{max-height: 260px;}
}



/* 移动端tab */
#w001_index_products_center_183_nav_app{display: none;}
@media screen and (max-width: 750px){
    /* 移动端tab */
    #w001_index_products_center_183_nav_app {display: block;position: relative;margin-bottom: 20px;}
    #w001_index_products_center_183_nav_app > *{}
    #w001_index_products_center_183_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_183_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_183_nav_app .li.cur{border-color: var(--curFontColor);color: var(--curFontColor);}

    #w001_index_products_center_183_nav_app .frist_td{box-shadow: 0 2px 6px rgba(0,0,0,0.2);font-weight: bold;height: 100px;}
    #w001_index_products_center_183_nav_app .frist_td i{font-size: var(--font-txt-S);transition: .3s;display: block;}
    #w001_index_products_center_183_nav_app .frist_td.current i{transform: rotateZ(90deg);}
    #w001_index_products_center_183_nav_app .frist_td_tip{margin-right: 10px;}
}

.w004_index_product_14_wrap {background: #F2F5F8;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w004_index_product_14_title .one {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;}
#w004_index_product_14_title .two {display: flex;align-items: center;justify-content: space-between;}
#w004_index_product_14_title .two .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);}
#w004_index_product_14_title .two .type_one {font-size: 24px;font-weight: bold;display: flex;justify-content: flex-end;flex-wrap: wrap;gap: 20px 70px;}

#w004_index_product_14_title.myleft{}
#w004_index_product_14_title.myleft .two{}
#w004_index_product_14_title.mycenter{text-align: center;}
#w004_index_product_14_title.mycenter .two{flex-direction: column;justify-content: center;}
#w004_index_product_14_title.myright{text-align: right;}
#w004_index_product_14_title.myright .two{flex-direction: row-reverse;}

#w004_index_product_14_dl{display: grid;grid-template-columns: repeat(4,calc((100% - 24px)/4));gap: 8px 8px;margin-top: 60px;}
#w004_index_product_14_dl .name{font-size: 24px;font-weight: 500;text-align: center;line-height: 1;}


#w004_index_product_14_dl .card1{background: #fff;grid-row: 1 / span 2;grid-column: 1 / span 2;padding-top: 82.9145728%;}
#w004_index_product_14_dl .card1 .name{position: absolute;left: 50%;top: 40px;transform: translateX(-50%);}
#w004_index_product_14_dl .card1 .img{top: 50%;left: 50%;transform: translate(-50%,-50%);width: 80%;height: 60%;}

#w004_index_product_14_dl .card2{background: #fff;grid-column: 3 / span 2;}
#w004_index_product_14_dl .card2 .img{width: 50%;padding-top: 40.95477386%;}
#w004_index_product_14_dl .card2 .img img{max-width: 80%;max-height: 80%;}
#w004_index_product_14_dl .card2 .r_icon{color: #fff;width: 26px;height: 26px;background:#ccc;border-radius: 50%;margin-top: 36px;transition: 0.3s;}


#w004_index_product_14_dl .card3{background: #fff;padding-top: 82.7411167%;}
#w004_index_product_14_dl .card3 .img{top: 10%;left: 50%;transform: translate(-50%);width: 60%;height: 60%;}
#w004_index_product_14_dl .card3 .name{position: absolute;left: 50%;bottom: 12.25%;transform: translateX(-50%);white-space: nowrap;}


#w004_index_product_14_dl .w50{width: 50%;}
#w004_index_product_14_dl .w90{width: 90%;}

@media (any-hover: hover){
    /* 产品图hover */
    #w004_index_product_14_dl .img img:hover{transform: scale(1.1);}
    #w004_index_product_14_dl .card2:hover .r_icon{background-color: var(--moreBgColor);}
    #w004_index_product_14_dl .card2:hover .r_icon .rightt{animation-name: slide-right;animation-duration: 0.6s;}
    
    #w004_index_product_14_dl .card2 .img img:hover{transform: translate(-50%,-50%) scale(1.1);}
}


@media screen and (max-width:1000px) {
    #w004_index_product_14_title .two {display: block;}
    #w004_index_product_14_title .two .type_one{margin-top: 30px;}
}

@media screen and (max-width:900px) {
	#w004_index_product_14_dl {display: grid;grid-template-columns: repeat(2,calc((100% - 8px)/2));gap: 8px 8px;}
    #w004_index_product_14_dl .card1{grid-row: inherit;grid-column: inherit;padding-top: 82.9145728%;}
    #w004_index_product_14_dl .card2{grid-column: inherit;}
    #w004_index_product_14_dl .card3{padding-top: 82.9145728%;}
}

@media screen and (max-width:750px) {
    .w004_index_product_14_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_product_14_title .one {font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);margin-bottom: 16px;}
    #w004_index_product_14_title .two .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w004_index_product_14_title .two .type_one {font-size: var(--font-txt-S);justify-content: flex-start;}


    #w004_index_product_14_dl{display: flex;flex-direction: column;}
    #w004_index_product_14_dl > *{margin-bottom: 20px;}
    #w004_index_product_14_dl .name{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}

    #w004_index_product_14_dl .card1{padding-top: 0%;height: 500px;}
    #w004_index_product_14_dl .card1 .img{height: 80%;top: 2%;transform: translate(-50%,0%);}
    #w004_index_product_14_dl .card1 .name{position: absolute;bottom: 6%;top: initial;}

    #w004_index_product_14_dl .card2{height: 500px;}
    #w004_index_product_14_dl .card2 .img{width: 80%;height: 80%;padding-top: 0;position: absolute;top: 2%;left: 50%;transform: translateX(-50%);}
    #w004_index_product_14_dl .card2 .img img{max-width: 100%;max-height: 100%;}
    #w004_index_product_14_dl .card2 .text{flex-direction: row;bottom: 6%;left: 50%;transform: translateX(-50%);position: absolute;width: 90%;}
    #w004_index_product_14_dl .card2 .r_icon{display: none;}

    #w004_index_product_14_dl .card3{height: 500px;}
    #w004_index_product_14_dl .card3 .img{top: 2%;width: 80%;height: 80%;}
    #w004_index_product_14_dl .card3 .name{bottom: 6%;}
}

@keyframes slide-right {
    0% { margin-left: 0px; opacity: 1; }
    50% { margin-left: 20px; opacity: 0; }
    75% { margin-left: -20px; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
}

/* 全局 */
.w016_index_products_53_wrapper{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);overflow:hidden;}

@media screen and (max-width: 751px){
    .w016_index_products_53_wrapper{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w016_index_products_53_title .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
#w016_index_products_53_title .nav .li{padding-left: 100px;position: relative;color: #999999;}
#w016_index_products_53_title .nav .li::after{content: '';border-right: 1px solid #eaeaea;position: absolute;height:60%;width: 1px;right:65%;transform: translate(-50%,50%);top: 0;}
#w016_index_products_53_title .nav .li:first-child::after{display: none;}
#w016_index_products_53_title .nav .li .svgg {width: 40px;height: 40px;}
#w016_index_products_53_title .nav .li .svgg *{fill:#999999}
#w016_index_products_53_title .nav .li .tit{font-size: 14px;display: flex;justify-content: center;}

#w016_index_products_53_title .nav .li li{padding-top: 5px;}

#w016_index_products_53_title .nav .li.cur{color:#333}
#w016_index_products_53_title .nav .li.cur::before{content: '';width: 10px;height: 10px;position: absolute;top: -6px;right: -6px;background-color: var(--fontColor);border-radius: 50%;}
#w016_index_products_53_title .nav .li.cur .svgg *{fill:#333333}

@media screen and (max-width:900px){
    #w016_index_products_53_title .nav .li:first-child::before{display:block;}
    #w016_index_products_53_title .nav ul{display: grid;grid-template-columns: repeat(2,50%);row-gap: 50px;}
}

@media screen and (max-width:751px){
    #w016_index_products_53_title{flex-direction: column;}
    #w016_index_products_53_title .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);text-align: center;}
    #w016_index_products_53_title .nav{margin-top: 50px;}
    #w016_index_products_53_title .nav .li{padding-left: 0;}
    #w016_index_products_53_title .nav .li .tit{font-size: var(--font-bri-S);}
    #w016_index_products_53_title .nav .li.cur::before{display: none;}
}






#w016_index_products_53_product{margin-top: 63px;}

#w016_index_products_53_product .container{overflow: visible;}

#w016_index_products_53_product .slide{background-color: #fafafa;transition: 0.3s;width: 563px;}
#w016_index_products_53_product .slide .showImg{height: 430px;width: 100%;margin-bottom:20px;overflow: hidden;}
#w016_index_products_53_product .slide .showImg .imgg{transition: 0.3s;}
#w016_index_products_53_product .slide .bri{padding-left: 50px;padding-right: 20px;}
#w016_index_products_53_product .slide .bri .name{font-size: 24px;}
#w016_index_products_53_product .slide .bri .brief{font-size: 16px;padding-top: 20px;height: 60px;}
#w016_index_products_53_product .slide .bri .btn{width: 50px;height: 50px;background-color: #b6b6b6;border-radius: 50%;margin-top: 45px;transition: 0.3s;margin-bottom: 50px;}
#w016_index_products_53_product .slide .bri .btn .add{color:#fff;transition: 0.3s;}

#w016_index_products_53_product .page_show .circle-page{border-radius: 25px;}
#w016_index_products_53_product .page_show .swiper-pagination-bullet{background: #333333;opacity: 1;margin:50px 4px 0 4px;}
#w016_index_products_53_product .page_show .swiper-pagination-bullet-active{background: #fff; border:2px solid red; border-radius: 50%;}


@media screen and (max-width:751px){
    #w016_index_products_53_product{padding: 65px 30px;margin-top: 0;}
    #w016_index_products_53_product .slide{width: 100%;}
    #w016_index_products_53_product .slide .bri .name{font-size:var(--font-sma-S)}
    #w016_index_products_53_product .slide .bri .brief{font-size:var(--font-txt-S);height: 100px;}
    #w016_index_products_53_product .slide .bri .btn{width: 80px;height: 80px;margin-top: 20px;}
    #w016_index_products_53_product .slide .bri .btn .add{font-size:var(--font-txt-S) ;}

    #w016_index_products_53_product .page_show .swiper-pagination-bullet{width: 20px;height: 20px;margin:50px 10px 0 10px}
}

@media (any-hover: hover) {
	#w016_index_products_53_product .slide:hover{background-color: #f4f4f4;}
    #w016_index_products_53_product .slide:hover .bri .btn{background-color:var(--fontColor);}	
    #w016_index_products_53_product .slide:hover .showImg .imgg{transform: scale(1.1);}
}

.w009_index_solution_71_wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

@media screen and (max-width:750px){
    .w009_index_solution_71_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 文字介绍+轮播 */
#w009_index_solution_71_introduce .slide{padding-top: 49.479%;z-index: 5;background: 50%/cover;}
#w009_index_solution_71_introduce .slide .text {font-size: 16px;max-width: 680px;z-index: 5;left: 36.45%;bottom: 84px;padding-right: 20px;}
#w009_index_solution_71_introduce .slide .text .name {font-size: 42px;line-height: 1;color: #fff;margin-bottom: 23px;}
#w009_index_solution_71_introduce .slide .text .brief {font-size: 16px;line-height: 1.875;color: #fff;margin-bottom: 43px;}
#w009_index_solution_71_introduce .slide .text .button {font-size: 16px;width: 280px;height: 60px;padding: 0 27px;transition: .3s; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}

@media screen and (any-hover:hover) {
    #w009_index_solution_71_introduce .slide .text .button:hover {box-shadow: 0 0 10px rgba(255, 255, 255,0.2); color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);}
}
@media screen and (max-width:1250px){
    #w009_index_solution_71_introduce .slide{padding-top: 100%;}
}
@media screen and (max-width:750px){
    #w009_index_solution_71_introduce{width:100%;}
    #w009_index_solution_71_introduce .slide .text {font-size: var(--font-txt-S);left: 40px;right: 40px;padding: 0;}
    #w009_index_solution_71_introduce .slide .text .name {font-size: var(--font-big-S);}
    #w009_index_solution_71_introduce .slide .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(var(--font-txt-L)*3);-webkit-line-clamp:3;}
    #w009_index_solution_71_introduce .slide .text .button {font-size: var(--font-txt-S);height: 80px;border-radius: 40px;}
    #w009_index_solution_71_introduce .slide .text .button .icon {font-size: var(--font-txt-S);}
}

/* 图片 */
#w009_index_solution_71_introduce .mobile_pic{display: none;}
#w009_index_solution_71_introduce .pc_pic{display: block;}
#w009_index_solution_71_introduce .warp {background-color: var(--leftBgColor);top: 0;bottom: 0;right: 67.7%;left: 0px;opacity: .8;z-index: 2;}

@media screen and (max-width:1250px){
    #w009_index_solution_71_introduce .mobile_pic{display:block;}
    #w009_index_solution_71_introduce .pc_pic{display:none;}
}
@media screen and (max-width:750px){
    #w009_index_solution_71_introduce .warp {display: none;}
}



/* 选择区 */
#w009_index_solution_71_choice{position: absolute;right: 67.7%;left:8.333%;top: var(--paddingTop);bottom: var(--paddingBottom);z-index: 5;padding-top: var(--paddingTop);}
#w009_index_solution_71_choice .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);}
#w009_index_solution_71_choice .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-top: 12px;margin-bottom: 135px;transition: .3s;}
#w009_index_solution_71_choice .list{border-left: 1px solid rgba(255, 255, 255,0.5);width: 200px;flex-shrink: 0;}
#w009_index_solution_71_choice .list .li{display: block;font-size: 18px;line-height: 2.888;color: rgba(255, 255, 255, .5);padding-left: 48px;height: 52px;margin-top: 6px;}
#w009_index_solution_71_choice .list .li:first-child{margin-top: 0;}
#w009_index_solution_71_choice .list .li.cur  {color: #fff;border-left: 2px solid #fff;padding-left: 46px;}

@media (any-hover: hover) {
    #w009_index_solution_71_choice .list .li:hover{color: #fff;border-left: 2px solid #fff;padding-left: 46px;}
}
@media screen and (max-width:1500px) {
    /* #w009_index_solution_71_choice .title {margin-bottom: 30px;} */
}
@media screen and (max-width:750px) {
    #w009_index_solution_71_choice {display: none;}
}

/* 结束 */

#w004_index_scheme_15 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}


#w004_index_scheme_15 .box .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 8px;}
#w004_index_scheme_15 .box .subtitle{gap: 10px 20px;}
#w004_index_scheme_15 .box .subtitle .tip{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}
#w004_index_scheme_15 .box .more{font-size: 16px;color: #333;}
#w004_index_scheme_15 .box .more .more_i{width: 30px; height: 30px; background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 15px;}
#w004_index_scheme_15 .box .more .more_i > i{font-size: 20px;}

#w004_index_scheme_15.myleft .box{}
#w004_index_scheme_15.myleft .box .subtitle{}
#w004_index_scheme_15.mycenter .box{text-align: center;}
#w004_index_scheme_15.mycenter .box .subtitle{flex-direction: column;justify-content: center;}
#w004_index_scheme_15.myright .box{text-align: right;}
#w004_index_scheme_15.myright .box .subtitle{flex-direction: row-reverse;}


#w004_index_scheme_15 .box .ul{display: flex;transition: .6s;padding-top: 60px;margin-top: 48px;font-weight: lighter;}
#w004_index_scheme_15 .box .ul .li{width:140px;height: 580px;transition: .5s;margin-left: 8px;padding-top: 40px;overflow: hidden;position: relative;}
#w004_index_scheme_15 .box .ul .li::before{display: block;content: '';width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);z-index: 1;position: absolute;top: 0;left: 0;}
#w004_index_scheme_15 .box .ul .li.cur{width: 100%;box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.1);}
#w004_index_scheme_15 .box .ul .li:nth-child(1){margin-left: 0;}
#w004_index_scheme_15 .box .ul .li:nth-child(2){transform: translateY(-32px);}
#w004_index_scheme_15 .box .ul .li:nth-child(3){transform: translateY(-60px);}
#w004_index_scheme_15 .box .ul .li:nth-child(4){transform: translateY(-32px);}
#w004_index_scheme_15 .box .ul .li:nth-child(5){}



#w004_index_scheme_15 .box .ul .li .img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
#w004_index_scheme_15 .box .ul .li .name{writing-mode:vertical-lr;font-size: 20px;color: #fff;position: relative;margin: 0 auto;z-index: 1;}
#w004_index_scheme_15 .box .ul .li .brief {font-size: 16px;color: #fff;line-height: 30px;margin: 30px 0 25px;position: relative;max-width: 0px;overflow: hidden;max-height: 180px;z-index: 1;}
#w004_index_scheme_15 .box .ul .li .view {font-size: 16px;color: #fff;position: relative;max-width: 0px;overflow: hidden;display: block;z-index: 1;pointer-events:visible;}
#w004_index_scheme_15 .box .ul .li .view i{margin-left: 5px;}

#w004_index_scheme_15 .box .ul .li.cur{padding: 60px;}
#w004_index_scheme_15 .box .ul .li.cur .name{writing-mode:initial;font-size: 28px;}
#w004_index_scheme_15 .box .ul .li.cur .brief{max-width: initial;width: 70%;}
#w004_index_scheme_15 .box .ul .li.cur .view{max-width: initial;}


@keyframes slide-right {
    0% { margin-left: 0px; opacity: 1; }
    50% { margin-left: 20px; opacity: 0; }
    75% { margin-left: -20px; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
  }


@media (any-hover: hover){
    #w004_index_scheme_15 .box .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_scheme_15 .box .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width: 750px){
    #w004_index_scheme_15 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_scheme_15 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);margin-bottom: 16px;}
    #w004_index_scheme_15 .box .subtitle{display: block;}
    #w004_index_scheme_15 .box .subtitle .tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin-bottom: 20px;}

    #w004_index_scheme_15 .box .more{font-size: var(--font-bri-S);display: inline-flex;}
    #w004_index_scheme_15 .box .more .more_i{width: 70px; height: 70px; background: var(--moreBgColor);}
    #w004_index_scheme_15 .box .more .more_i > i{font-size: var(--font-txt-S);}

    #w004_index_scheme_15 .box .ul{display: block;padding-top: 0px;}
    #w004_index_scheme_15 .box .ul .li{width:100%;margin-left: 0px;padding-top: 0px;padding: 60px;}
    #w004_index_scheme_15 .box .ul .li.cur{box-shadow: none;}
    #w004_index_scheme_15 .box .ul .li:nth-child(2){transform: translateY(0px);}
    #w004_index_scheme_15 .box .ul .li:nth-child(3){transform: translateY(0px);}
    #w004_index_scheme_15 .box .ul .li:nth-child(4){transform: translateY(0px);}


    #w004_index_scheme_15 .box .ul .li .name{writing-mode:initial;font-size: var(--font-txt-S);}
    #w004_index_scheme_15 .box .ul .li .brief {font-size: var(--font-bri-S);line-height: var(--font-bri-L);max-height: calc(6 * var(--font-bri-L));max-width: 100%;}
    #w004_index_scheme_15 .box .ul .li .view {font-size: var(--font-bri-S);max-width: 100%;display: inline-block;}
    #w004_index_scheme_15 .box .ul .li .view i{font-size: var(--font-bri-S);}


    #w004_index_scheme_15 .box .ul .li.cur .name{font-size: var(--font-txt-S);}
    #w004_index_scheme_15 .box .ul .li.cur .brief{width: 100%;font-size: var(--font-bri-S);}
}

#w004_index_about_16 {padding-top: var(--paddingTop);background: #fff;}


#w004_index_about_16 .box .left{padding-bottom: var(--paddingBottom);}

#w004_index_about_16 .box .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 30px;}
#w004_index_about_16 .box .subtitle{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}

#w004_index_about_16 .left .brief{font-size: 16px;color: #666;line-height: 30px;margin:15px 0 80px;}

#w004_index_about_16 .left .ul{}
#w004_index_about_16 .left .ul .li{margin-right: 80px;margin-bottom: 30px;}
#w004_index_about_16 .left .ul .li .num{font-size: 50px;color: var(--numFontColor);font-weight: bold;margin-right: 10px;}
#w004_index_about_16 .left .ul .li .unit{font-size: 20px;color: #333;line-height: 1.8;}
#w004_index_about_16 .left .ul .li .unit_i{font-size: 30px;color: var(--numFontColor);line-height: 1.8;}
#w004_index_about_16 .left .ul .li .tip{font-size: 20px;color: #333;margin-top: 5px;}



#w004_index_about_16.myleft .box .title{}
#w004_index_about_16.myleft .box .subtitle{}
#w004_index_about_16.myleft .left .brief{}
#w004_index_about_16.myleft .left .ul{}
#w004_index_about_16.mycenter .box .title{text-align: center;}
#w004_index_about_16.mycenter .box .subtitle{text-align: center;}
#w004_index_about_16.mycenter .left .brief{display: flex;justify-content: center;}
#w004_index_about_16.mycenter .left .ul{justify-content: center;}
#w004_index_about_16.myright .box .title{text-align: right;}
#w004_index_about_16.myright .box .subtitle{text-align: right;}
#w004_index_about_16.myright .left .brief{display: flex;justify-content: flex-end;}
#w004_index_about_16.myright .left .ul{justify-content: flex-end;}




#w004_index_about_16 .right{display: flex;justify-content: flex-end;align-items: center;overflow: hidden;}
#w004_index_about_16 .right .img{position: absolute;left: 0;bottom:0;background: no-repeat bottom/contain;}
#w004_index_about_16 .right .more{font-size: 16px;color: #333;}
#w004_index_about_16 .right .more .more_i{width: 30px; height: 30px;background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 10px;}
#w004_index_about_16 .right .more .more_i > i{font-size: 20px;}

@keyframes slide-right {
    0% { margin-left: 0px; opacity: 1; }
    50% { margin-left: 20px; opacity: 0; }
    75% { margin-left: -20px; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
}

@media (any-hover: hover){
    #w004_index_about_16 .right .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_about_16 .right .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width:1250px) {
    #w004_index_about_16 .box .left{flex: 2;}
    #w004_index_about_16 .box .right{flex: 1;}
}

@media screen and (max-width:750px) {
    #w004_index_about_16 {padding-top: var(--appPaddingTop);}
    #w004_index_about_16 .box{flex-direction: column;}

    #w004_index_about_16 .box .left{padding-bottom: 30px;}
    #w004_index_about_16 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);margin-bottom: 16px;}
    #w004_index_about_16 .box .subtitle{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin-bottom: 20px;}

    #w004_index_about_16 .left .name{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-bottom:25px;}
    #w004_index_about_16 .left .brief{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}

    #w004_index_about_16 .left .ul .li .num{font-size: var(--font-big-S);}
    #w004_index_about_16 .left .ul .li .unit{font-size: var(--font-bri-S);}
    #w004_index_about_16 .left .ul .li .unit_i{font-size: var(--font-txt-S);}
    #w004_index_about_16 .left .ul .li .tip{font-size: var(--font-bri-S);}

    #w004_index_about_16 .right{overflow: initial;padding-bottom: var(--appPaddingBottom);}
    #w004_index_about_16 .right .img{display: none;}
    #w004_index_about_16 .right .more{font-size: var(--font-txt-S);margin-top: 0px;}
    #w004_index_about_16 .right .more .more_i{width: 70px; height: 70px;background: var(--moreBgColor);}
    #w004_index_about_16 .right .more .more_i > i{font-size: var(--font-txt-S);}
}

#w004_index_picture_17 .img{display: block;width: 100%;}
#w004_index_picture_17 .imgApp{display: none;width: 100%;}

@media screen and (max-width:750px) {
    #w004_index_picture_17 .img{display: none;}
    #w004_index_picture_17 .imgApp{display: block;}
}

.w011_index_news_184_color {background: #faf9f6;}

#w011_index_news_184 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_index_news_184 .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: 50px;}

#w011_index_news_184.myleft .title{text-align: left;}
#w011_index_news_184.myright .title{text-align: right;}
#w011_index_news_184.mycenter .title{text-align: center;}

#w011_index_news_184 .content {display: grid;grid-template-columns: repeat(3,calc((100% - 60px)/3));gap: 30px;}
#w011_index_news_184 .content .box {border-radius: 20px;overflow: hidden;background-color: #fff;transition: .3s;}
#w011_index_news_184 .content .box .img::before {padding-top: 66.66%;}
#w011_index_news_184 .content .box .img img {max-width: 100%;max-height: 100%;}
#w011_index_news_184 .content .box .text {margin-top: 25px;padding: 0 34px 28px 0;}
#w011_index_news_184 .content .box .text .time {font-size: 16px;line-height: 1;color: var(--btnBgColor);padding: 0 28px;text-align: center;}
#w011_index_news_184 .content .box .text .time .btime {font-size: 36px;}
#w011_index_news_184 .content .box .text .wenb {height: 175px;position: relative;}
#w011_index_news_184 .content .box .text .wenb .tit {font-size: 20px;line-height: 1.5;color: #222;max-height: 60px;transition: .3s;}
#w011_index_news_184 .content .box .text .wenb .brief {font-size: 16px;line-height: 1.75;color: #777;max-height: 56px;margin-top: 10px;}
#w011_index_news_184 .content .box .text .wenb .button {font-size: 16px;line-height: 1;color: #777;padding-bottom: 12px;position: absolute;left: 0;bottom: 0;}
#w011_index_news_184 .content .box .text .wenb .button .icon {margin-left: 10px;transition: .3s;}

@media screen and (min-width:751px) {
    #w011_index_news_184 .content .box:hover {box-shadow: 0 0 20px #ccc;}
    #w011_index_news_184 .content .box:hover .text .wenb .tit {color: var(--btnBgColor);}
    #w011_index_news_184 .content .box:hover .text .wenb .button {color: var(--btnBgColor);}
    #w011_index_news_184 .content .box:hover .text .wenb .button .icon {margin-left: 20px;}
}

@media screen and (max-width:1200px) {
    #w011_index_news_184 .content {grid-template-columns: repeat(2,calc((100% - 30px)/2));}
}

@media screen and (max-width:750px) {
    #w011_index_news_184 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_index_news_184 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_index_news_184 .content {grid-template-columns: 100%;}
    #w011_index_news_184 .content .box .text .time {font-size: var(--font-txt-S);}
    #w011_index_news_184 .content .box .text .time .btime {font-size: var(--font-sub-S);}
    #w011_index_news_184 .content .box .text .wenb {height: auto;}
    #w011_index_news_184 .content .box .text .wenb .tit {font-size: var(--font-sma-S);line-height: var(--font-sma-L);max-height: calc(var(--font-sma-L)*2);}
    #w011_index_news_184 .content .box .text .wenb .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(var(--font-txt-L)*2);}
    #w011_index_news_184 .content .box .text .wenb .button {font-size: var(--font-txt-S);display: none;}
    #w011_index_news_184 .content .box .text .wenb .button .icon {font-size: var(--font-bri-S);}
}


#w004_index_news_19 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--contentBgColor);}


#w004_index_news_19 .box .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 12px;}
#w004_index_news_19 .box .subtitle .tip{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}
#w004_index_news_19 .box .more{font-size: 16px;color: #333;}
#w004_index_news_19 .box .more .more_i{width: 30px; height: 30px;  background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 15px;}
#w004_index_news_19 .box .more:hover .more_i > i{font-size: 20px;}

#w004_index_news_19.myleft .box{}
#w004_index_news_19.myleft .box .subtitle{}
#w004_index_news_19.mycenter .box{text-align: center;}
#w004_index_news_19.mycenter .box .subtitle{flex-direction: column;justify-content: center;}
#w004_index_news_19.myright .box{text-align: right;}
#w004_index_news_19.myright .box .subtitle{flex-direction: row-reverse;}


#w004_index_news_19 .box .graphic{display: grid;grid-template-columns: repeat(3,calc((100% - 70px)/3));gap: 35px;margin-top: 50px;}
#w004_index_news_19 .graphic .dl{background: var(--listBgColor);}
#w004_index_news_19 .graphic .dl .dt{padding-top: 60.784313%;}
#w004_index_news_19 .graphic .dl .dd{padding: 36px 30px 30px;}
#w004_index_news_19 .graphic .dl .dd .time{font-size: 18px;color: #888;}
#w004_index_news_19 .graphic .dl .dd .name{font-size: 24px;line-height: 32px;color: #333;font-weight: bold;transition: .3s;margin: 26px 0 20px;height: 64px;}
#w004_index_news_19 .graphic .dl .dd .brief{font-size: 16px;line-height: 24px;color: #666666;}

#w004_index_news_19 .graphic .list{background: var(--listBgColor);padding: 10px 22px;}
#w004_index_news_19 .graphic .list .li{font-size: 20px;line-height: 30px;color: #333;margin: 30px 0;}
#w004_index_news_19 .graphic .list .li .name{font-weight: bold;transition: .3s;max-height: 60px;}
#w004_index_news_19 .graphic .list .li .time{font-size: 16px;line-height: 1;color: #888;margin-top: 5px;}

@keyframes slide-right {
    0% { margin-left: 0px; opacity: 1; }
    50% { margin-left: 20px; opacity: 0; }
    75% { margin-left: -20px; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
  }


@media (any-hover: hover){
    #w004_index_news_19 .graphic .dl .dd .name:hover{color: var(--hoverFontColor);}
    #w004_index_news_19 .graphic .dl .dt:hover img{transform: scale(1.1);}
    #w004_index_news_19 .graphic .list .li:hover .name{color: var(--hoverFontColor);}
    #w004_index_news_19 .box .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_news_19 .box .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width: 1050px){
    #w004_index_news_19 .box .graphic{grid-template-columns: repeat(2,calc((100% - 35px)/2));gap: 35px;}
    #w004_index_news_19 .graphic .list{grid-column: 1 / span 2;}
}

@media screen and (max-width: 750px){
    #w004_index_news_19 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_news_19 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 16px;}
    #w004_index_news_19 .box .subtitle{display: block;}
    #w004_index_news_19 .box .subtitle .tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);margin-bottom: 20px;}

    #w004_index_news_19 .box .more{font-size: var(--font-bri-S);display: inline-flex;}
    #w004_index_news_19 .box .more .more_i{width: 70px; height: 70px; background: var(--moreBgColor);}
    #w004_index_news_19 .box .more .more_i > i{font-size: var(--font-txt-S);}


    #w004_index_news_19 .box .graphic{display: block;}
    #w004_index_news_19 .graphic .dl{margin-bottom: 30px;}
    #w004_index_news_19 .graphic .dl .dd .time{font-size: var(--font-bri-S);}
    #w004_index_news_19 .graphic .dl .dd .name{font-size: var(--font-sma-S);line-height: var(--font-sma-L);max-height: calc(2 * var(--font-sma-L));height: initial;}
    #w004_index_news_19 .graphic .dl .dd .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(2 * var(--font-txt-L));}

    #w004_index_news_19 .graphic .list .li{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0 50px;}
    #w004_index_news_19 .graphic .list .li .name{max-height: calc(2 * var(--font-sma-L));}
    #w004_index_news_19 .graphic .list .li .time{font-size: var(--font-bri-S);margin-top: 10px;}
}


.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 {display: grid;grid-template-columns: repeat(4,calc((100% - 180px)/4));gap: 60px;}
#w013_about_culture_75 .list .li {border-radius: 30px;background-color: #fff;}
#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 {grid-template-columns: repeat(3,calc((100% - 120px)/3));}
}
@media screen and (max-width:1000px) {
    #w013_about_culture_75 .list {grid-template-columns: repeat(2,calc((100% - 60px)/2));}
}
@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 {grid-template-columns: 100%;}
    #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);}
}


#w004_index_footer_20 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);overflow: hidden;background: var(--bg_color);color: var(--font_color_1);overflow: hidden;}

#w004_index_footer_20 .content {padding: 0 0 100px;display: flex;justify-content: space-between;}

#w004_index_footer_20 .content .foot_nav {flex: 1;display: flex;flex-wrap: wrap;}
#w004_index_footer_20 .foot_nav .ul{margin-right: 100px;margin-bottom: 20px;}
#w004_index_footer_20 .foot_nav .ul .title {font-size: 18px;line-height: 38px;margin-bottom: 30px;}
#w004_index_footer_20 .foot_nav .ul .li {font-size: 16px;color: var(--font_color_2);line-height: 42px;transition: 0.3s;}

@media (any-hover: hover){
    #w004_index_footer_20 .foot_nav .ul .li:hover{color:var(--navHoverColor);text-decoration:underline;}
}

/* 导航部分app */
#w004_index_footer_20 .foot_nav_app{display: none;}

#w004_index_footer_20 .content .contact_info {width: 35%;}
#w004_index_footer_20 .contact_info .top {display: flex;justify-content: space-between;}
#w004_index_footer_20 .contact_info .title {font-size: 18px;line-height: 38px;margin-bottom: 25px;}
#w004_index_footer_20 .contact_info .phone {font-size: 32px;line-height: 41px;margin-bottom: 10px;}
#w004_index_footer_20 .contact_info .email {font-size: 16px;color: var(--font_color_2);}

#w004_index_footer_20 .contact_info .code {margin-top: 10px;width: 140px;height: 140px;overflow: hidden;}
#w004_index_footer_20 .contact_info .text {font-size: 16px;color: var(--font_color_2);margin-top: 16px;}

#w004_index_footer_20 .contact_info .bottom {margin-top: 115px;display: flex;flex-direction: column;align-items: flex-end;}
#w004_index_footer_20 .contact_info .bottom .link {display: flex;margin-bottom: 30px;}
#w004_index_footer_20 .contact_info .bottom .link .box {width: 32px;height: 32px;border-radius: 50%;background: var(--font_color_2);position: relative;margin-left: 20px;transition: .3s;}
#w004_index_footer_20 .contact_info .bottom .link .box i{color: #fff;font-size: 24px;}
#w004_index_footer_20 .contact_info .bottom .link .box:first-child {margin-left: 0;}
#w004_index_footer_20 .contact_info .bottom .link .box:last-child .jump{transform: translateX(-60%);}
#w004_index_footer_20 .contact_info .bottom .text_img{max-height: 60px;overflow: hidden;}

@media (any-hover: hover){
	#w004_index_footer_20 .contact_info .bottom .link .box:hover {background: var(--hoverColor)}
}
@media screen and (max-width:750px) {
	#w004_index_footer_20 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
	#w004_index_footer_20 .content {padding: 0 0 100px;border-bottom: 1px solid var(--font_color_3);display: block;justify-content: space-between;}
	#w004_index_footer_20 .content .foot_nav {display: none;}

	#w004_index_footer_20 .content .contact_info {width: 100%;}
	#w004_index_footer_20 .contact_info .top{flex-direction: column;align-items: flex-start;}
	#w004_index_footer_20 .contact_info .title {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 0;}
	#w004_index_footer_20 .contact_info .phone {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 0;}
	#w004_index_footer_20 .contact_info .email {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
	#w004_index_footer_20 .contact_info .img{display: flex;flex-direction: column;align-items: flex-start;}
	#w004_index_footer_20 .contact_info .code {margin-top: 30px;width: 240px;height: 240px;}
	#w004_index_footer_20 .contact_info .code img{width: 100%;}
	#w004_index_footer_20 .contact_info .text {font-size: var(--font-txt-S);}

	#w004_index_footer_20 .contact_info .bottom {margin-top: 50px;align-items: flex-start;}
	#w004_index_footer_20 .contact_info .bottom .link .box {width: 60px;height: 60px;}
	#w004_index_footer_20 .contact_info .bottom .link .box i{font-size: var(--font-sma-S);}

	#w004_index_footer_20 .foot_nav_app{flex: 1;margin-bottom: 50px;display: block;}
	#w004_index_footer_20 .foot_nav_app .ul{border-bottom: 1px solid rgba(230, 230, 230,0.5);}
	#w004_index_footer_20 .foot_nav_app .title{font-size: var(--font-sma-S);line-height: calc(2 * var(--font-sma-L));}
	#w004_index_footer_20 .foot_nav_app .title > i{font-size: var(--font-sma-S);transition: .3s;}
	#w004_index_footer_20 .foot_nav_app .ul.cur .title > i{transform: rotateZ(90deg);}

	#w004_index_footer_20 .foot_nav_app .li{display: none;}
	#w004_index_footer_20 .foot_nav_app .li .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w004_index_footer_20 .foot_nav_app .li .a:last-child{padding: 0px 0 50px;}
}



/* 友情链接 */
#w004_index_footer_20_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);color: var(--font_color_2);}
#w004_index_footer_20_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w004_index_footer_20_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w004_index_footer_20_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}



#w004_index_footer_20 .copyright {font-size: 16px;line-height: 1.8;color: var(--font_color_2);padding: 20px 0;gap: 10px 20px;flex-wrap: wrap;border-top: 1px solid var(--font_color_3);}
#w004_index_footer_20 .copyright > *{display: flex;align-items: center;flex-wrap: wrap;gap: 10px 20px;}

@media screen and (max-width:750px) {
	#w004_index_footer_20 .copyright {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}

