
.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_21_nav{}
#w001_index_header_21_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_21_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_21_nav .head{color: #333;}

#w001_index_header_21_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_21_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_21_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_21_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_21_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_21_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_21_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_21_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_21_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
}


/* 按钮部分 */
#w001_index_header_21_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_21_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_21_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_21_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_21_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_21_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_21_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_21_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_21_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_21_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_21_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_21_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_21_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_21_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_21_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_21_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_21_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_21_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_21_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_21_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_21.pc_app #w001_index_header_21_nav .head_nav .li{display: none;}
.w001_index_header_21.pc_app #w001_index_header_21_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_21_nav .head_nav .li{display: none;}
    #w001_index_header_21_nav .head .menu{display: block;}
    /* #w001_index_header_21_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_21_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_21_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_21_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_21_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_21_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_21_nav .head_btn .language{display: none;}

    #w001_index_header_21_nav .head .menu{padding: 30px;}
    #w001_index_header_21_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_21_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_21_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_21_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_21_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_21_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_21_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_21_nav .head .menu{display: none;}
.w001_index_header_21 #w001_index_header_21_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_21_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_21_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_21_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_21_nav .head_btn{flex: initial;}
}
#w006_index_hengfu_22 .slide{}
#w006_index_hengfu_22 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w006_index_hengfu_22.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w006_index_hengfu_22 .type-a .slide .img_pc{transform: scale(1)!important;}
#w006_index_hengfu_22 .type-c .slide .img_pc{transform:scale(1)!important;}


#w006_index_hengfu_22 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top:55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
#w006_index_hengfu_22 .message{display: flex;flex-direction: column;color:var(--messageColor);max-width: 100%;}
#w006_index_hengfu_22 .message_box[position="2"] .message,
#w006_index_hengfu_22 .message_box[position="5"] .message,
#w006_index_hengfu_22 .message_box[position="8"] .message{align-items: center;}
#w006_index_hengfu_22 .message_box[position="3"] .message,
#w006_index_hengfu_22 .message_box[position="6"] .message,
#w006_index_hengfu_22 .message_box[position="9"] .message{align-items: flex-end;}


#w006_index_hengfu_22 .message_box .message .titlename{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
#w006_index_hengfu_22 .message_box .message .name{margin-top: 20px; font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}
#w006_index_hengfu_22 .message_box .message .p{margin: 50px 0 0; font-size: var(--font_3rd_px);color: var(--font_3rd_color);font-weight: var(--font_3rd_font_weight);font-style: var(--font_3rd_font_style);line-height: var(--font_3rd_line_height);}

@media screen and (max-width: 1024px){
    #w006_index_hengfu_22 .message_box .message .name{font-size: 48px}
    #w006_index_hengfu_22 .message_box .message .titlename{font-size: 47px ;}
    #w006_index_hengfu_22 .message_box .message .p{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 850px){
    #w006_index_hengfu_22 .message_box .message .name{font-size: 42px;}
    #w006_index_hengfu_22 .message_box .message .titlename{font-size: 40px;}
    #w006_index_hengfu_22 .message_box .message .p{font-size: 20px;}
}

#w006_index_hengfu_22 .circle-page{max-width:1600px; width:92%; margin: auto;margin-bottom: 57px;text-align: left;}
#w006_index_hengfu_22 .circle-page .circle{transform:scale(.8);cursor: pointer;}
#w006_index_hengfu_22 .circle-page .circle .a{position:absolute; width: 5px;height: 5px;background-color: white;border-radius: 50%; top:40%;left: 40%;}

@media screen and (max-width: 751px){
    #w006_index_hengfu_22{display: none;}
}
.w013_index_about_92_bj {background-color: var(--aboutBgColor);}

#w013_index_about_92 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w013_index_about_92 .title {margin-bottom: 70px;}
#w013_index_about_92 .title .cn {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_index_about_92 .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_index_about_92 .content .text {width: 50%;display: grid;grid-template-columns: 100%;row-gap: 30px;}
#w013_index_about_92 .content .text .brief {font-size: 16px;line-height: 1.875;color: var(--fontColor);}
#w013_index_about_92 .content .button {font-size: 16px;line-height: 1;color: var(--fontColor);position: absolute;bottom: 0;right: 0;}
#w013_index_about_92 .content .button .icon {font-size: 10px;line-height: 1;color: var(--fontColor);margin-left: 25px;}
#w013_index_about_92 .pictures {margin-top: 100px;}
#w013_index_about_92 .pictures .data {width: 50%;padding-top: 100px;}
#w013_index_about_92 .pictures .data .box {padding: 0 85px;margin-bottom: 20px;border-right: 1px solid rgba(255, 255, 255, 0.5);}
#w013_index_about_92 .pictures .data .box.noneLpad {padding-left: 0;}
#w013_index_about_92 .pictures .data .box.noneLbor {border-color: transparent;padding-right: 0;}
#w013_index_about_92 .pictures .data .box:first-child {padding-left: 0;}
#w013_index_about_92 .pictures .data .box:last-child {padding-right: 0;border-color: transparent;}
#w013_index_about_92 .pictures .data .box .num {font-size: 60px;line-height: 1;color: var(--fontColor);}
#w013_index_about_92 .pictures .data .box .num .stext {font-size: 16px;line-height: 1;color: var(--fontColor);margin-bottom: auto;}
#w013_index_about_92 .pictures .data .box .text {font-size: 16px;line-height: 1;color: var(--fontColor);margin-top: 20px;}

#w013_index_about_92 .pictures .img {border-radius: 20px;margin-bottom: auto;overflow: hidden;width: 450px;}
#w013_index_about_92 .pictures .img img {width: 100%;height: 100%;}


@media screen and (max-width:1200px) {
    #w013_index_about_92 .content {padding-bottom: 100px;}
    #w013_index_about_92 .content .text {width: 100%;}
    #w013_index_about_92 .pictures {flex-wrap: wrap;}
    #w013_index_about_92 .pictures .data {width: 100%;}
    #w013_index_about_92 .pictures .img {width: 100%;}
}
@media screen and (max-width:750px) {
    #w013_index_about_92 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w013_index_about_92 .title .cn,
    #w013_index_about_92 .title .en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w013_index_about_92 .content .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w013_index_about_92 .content .button {font-size: var(--font-txt-S);height: 80px;min-width: 240px;}
    #w013_index_about_92 .content .button .icon {font-size: var(--font-bri-S);}
    #w013_index_about_92 .pictures {margin-top: 50px;}
    #w013_index_about_92 .pictures .data {padding: 50px 0;}
    #w013_index_about_92 .pictures .data .box .num {font-size: var(--font-big-S);}
    #w013_index_about_92 .pictures .data .box .num .stext {font-size: var(--font-txt-S);}
    #w013_index_about_92 .pictures .data .box .text {font-size: var(--font-txt-S);}
}

/* 全局 */
.w016_index_products_101_wrapper{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);overflow:hidden;}

@media screen and (max-width: 751px){
    .w016_index_products_101_wrapper{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w016_index_products_101_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_101_title .nav .li{padding-left: 100px;position: relative;color: #999999;}
#w016_index_products_101_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_101_title .nav .li:first-child::after{display: none;}
#w016_index_products_101_title .nav .li .svgg {width: 40px;height: 40px;}
#w016_index_products_101_title .nav .li .svgg *{fill:#999999}
#w016_index_products_101_title .nav .li .tit{font-size: 14px;display: flex;justify-content: center;}

#w016_index_products_101_title .nav .li li{padding-top: 5px;}

#w016_index_products_101_title .nav .li.cur{color:#333}
#w016_index_products_101_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_101_title .nav .li.cur .svgg *{fill:#333333}

@media screen and (max-width:900px){
    #w016_index_products_101_title .nav .li:first-child::before{display:block;}
    #w016_index_products_101_title .nav ul{display: grid;grid-template-columns: repeat(2,50%);row-gap: 50px;}
}

@media screen and (max-width:751px){
    #w016_index_products_101_title{flex-direction: column;}
    #w016_index_products_101_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_101_title .nav{margin-top: 50px;}
    #w016_index_products_101_title .nav .li{padding-left: 0;}
    #w016_index_products_101_title .nav .li .tit{font-size: var(--font-bri-S);}
    #w016_index_products_101_title .nav .li.cur::before{display: none;}
}






#w016_index_products_101_product{margin-top: 63px;}

#w016_index_products_101_product .container{overflow: visible;}

#w016_index_products_101_product .slide{background-color: #fafafa;transition: 0.3s;width: 563px;}
#w016_index_products_101_product .slide .showImg{height: 430px;width: 100%;margin-bottom:20px;overflow: hidden;}
#w016_index_products_101_product .slide .showImg .imgg{transition: 0.3s;}
#w016_index_products_101_product .slide .bri{padding-left: 50px;padding-right: 20px;}
#w016_index_products_101_product .slide .bri .name{font-size: 24px;}
#w016_index_products_101_product .slide .bri .brief{font-size: 16px;padding-top: 20px;height: 60px;}
#w016_index_products_101_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_101_product .slide .bri .btn .add{color:#fff;transition: 0.3s;}

#w016_index_products_101_product .page_show .circle-page{border-radius: 25px;}
#w016_index_products_101_product .page_show .swiper-pagination-bullet{background: #333333;opacity: 1;margin:50px 4px 0 4px;}
#w016_index_products_101_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_101_product{padding: 65px 30px;margin-top: 0;}
    #w016_index_products_101_product .slide{width: 100%;}
    #w016_index_products_101_product .slide .bri .name{font-size:var(--font-sma-S)}
    #w016_index_products_101_product .slide .bri .brief{font-size:var(--font-txt-S);height: 100px;}
    #w016_index_products_101_product .slide .bri .btn{width: 80px;height: 80px;margin-top: 20px;}
    #w016_index_products_101_product .slide .bri .btn .add{font-size:var(--font-txt-S) ;}

    #w016_index_products_101_product .page_show .swiper-pagination-bullet{width: 20px;height: 20px;margin:50px 10px 0 10px}
}

@media (any-hover: hover) {
	#w016_index_products_101_product .slide:hover{background-color: #f4f4f4;}
    #w016_index_products_101_product .slide:hover .bri .btn{background-color:var(--fontColor);}	
    #w016_index_products_101_product .slide:hover .showImg .imgg{transform: scale(1.1);}
}
#w001_index_scheme_84 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #f2f5f8;}


#w001_index_scheme_84 .box .title{}
#w001_index_scheme_84 .box .title .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_scheme_84 .box .title .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 30px;}

#w001_index_scheme_84.myleft .box .title{text-align: left;}
#w001_index_scheme_84.mycenter .box .title{text-align: center;}
#w001_index_scheme_84.myright .box .title{text-align: right;}

#w001_index_scheme_84 .box .ul{display: flex;transition: .6s;padding-top: 60px;}
#w001_index_scheme_84 .box .ul .li{width:110px;height: 580px;transition: .5s;margin-left: 8px;padding-top: 40px;overflow: hidden;position: relative;}
#w001_index_scheme_84 .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;}
#w001_index_scheme_84 .box .ul .li.cur{width: calc(100% - 472px);box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.1);}
#w001_index_scheme_84 .box .ul .li:nth-child(1){margin-left: 0;}
#w001_index_scheme_84 .box .ul .li:nth-child(2){transform: translateY(-32px);}
#w001_index_scheme_84 .box .ul .li:nth-child(3){transform: translateY(-60px);}
#w001_index_scheme_84 .box .ul .li:nth-child(4){transform: translateY(-32px);}
#w001_index_scheme_84 .box .ul .li:nth-child(5){}



#w001_index_scheme_84 .box .ul .li .img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
#w001_index_scheme_84 .box .ul .li .name{writing-mode:vertical-lr;font-size: 24px;color: #fff;position: relative;margin: 0 auto;z-index: 1;}
#w001_index_scheme_84 .box .ul .li .brief {font-size: 16px;color: #fff;line-height: 26px;margin: 25px 0 45px;position: relative;max-width: 0px;overflow: hidden;max-height: 156px;z-index: 1;text-overflow: ellipsis;display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 6;}
#w001_index_scheme_84 .box .ul .li .view {font-size: 16px;color: #fff;position: relative;max-width: 0px;overflow: hidden;display: inline-block;z-index: 1;pointer-events:visible;}
#w001_index_scheme_84 .box .ul .li .view i{margin-left: 5px;}

#w001_index_scheme_84 .box .ul .li.cur{padding: 60px;}
#w001_index_scheme_84 .box .ul .li.cur .name{writing-mode:initial;}
#w001_index_scheme_84 .box .ul .li.cur .brief{max-width: initial;}
#w001_index_scheme_84 .box .ul .li.cur .view{max-width: initial;}





@media (any-hover: hover){

}

@media screen and (max-width: 750px){
    #w001_index_scheme_84 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w001_index_scheme_84 .box .title .p_tip{font-size: var(--font-txt-S);line-height: var(--font-txt-L);font-weight: var(--font-txt-B);}
    #w001_index_scheme_84 .box .title .c_tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}

    #w001_index_scheme_84 .box .ul .li.cur {width: 100%;}
    #w001_index_scheme_84 .box .ul .li .name{font-size: var(--font-txt-S);writing-mode:initial;}
    #w001_index_scheme_84 .box .ul .li .brief {font-size: var(--font-bri-S);line-height: var(--font-bri-L);max-height: calc(6 * (var(--font-bri-L)));z-index: 1;max-width:initial;}
    #w001_index_scheme_84 .box .ul .li .view {font-size: var(--font-bri-S);max-width: initial;}
    #w001_index_scheme_84 .box .ul .li .view i{font-size: var(--font-bri-S);}

    #w001_index_scheme_84 .box .ul{display: block;padding-top: 0px;}
    #w001_index_scheme_84 .box .ul .li{width:100%;margin-left: 0px;padding: 60px;}

    #w001_index_scheme_84 .box .ul .li:nth-child(2){transform: translateY(0px);}
    #w001_index_scheme_84 .box .ul .li:nth-child(3){transform: translateY(0px);}
    #w001_index_scheme_84 .box .ul .li:nth-child(4){transform: translateY(0px);}
}
#w001_index_news_81 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--contentBgColor);}


#w001_index_news_81 .box .title{padding-bottom: 60px;}
#w001_index_news_81 .title .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_news_81 .title .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 0px;}
#w001_index_news_81 .title .more{font-size: 16px;color: #333;align-self: flex-end;}
#w001_index_news_81 .title .more .more_i{width: 30px; height: 30px; background-color: #666; border-radius: 50%;color: #fff;margin-left: 10px;font-size: 14px;}

#w001_index_news_81.myleft .title{}
#w001_index_news_81.mycenter .title{flex-direction: column;justify-content: center;text-align: center;}
#w001_index_news_81.mycenter .title .more{align-self: center;}
#w001_index_news_81.myright .title{flex-direction: row-reverse;text-align: right;}

#w001_index_news_81 .box .graphic{display: grid;grid-template-columns: repeat(3,calc((100% - 70px)/3));gap: 35px;}
#w001_index_news_81 .graphic .dl{background: var(--listBgColor);}
#w001_index_news_81 .graphic .dl .dt{padding-top: 60.784313%;}
#w001_index_news_81 .graphic .dl .dd{padding: 36px 30px 30px;}
#w001_index_news_81 .graphic .dl .dd .time{font-size: 18px;color: #888;}
#w001_index_news_81 .graphic .dl .dd .name{font-size: 24px;line-height: 32px;color: #333;font-weight: bold;transition: .3s;margin: 26px 0 20px;height: 64px;}
#w001_index_news_81 .graphic .dl .dd .brief{font-size: 16px;line-height: 24px;color: #666666;max-height: 48px;}

#w001_index_news_81 .graphic .list{background: var(--listBgColor);padding: 10px 22px;}
#w001_index_news_81 .graphic .list .li{font-size: 20px;line-height: 30px;color: #333;margin: 30px 0;}
#w001_index_news_81 .graphic .list .li .name{font-weight: bold;transition: .3s;max-height: 60px;}
#w001_index_news_81 .graphic .list .li .time{font-size: 16px;line-height: 1;color: #888;margin-top: 5px;}




@media (any-hover: hover){
    #w001_index_news_81 .title .more:hover .more_i {transform: translateX(10px);}
    #w001_index_news_81 .graphic .dl .dd .name:hover{color: var(--hoverFontColor);}
    #w001_index_news_81 .graphic .dl .dt:hover img{transform: scale(1.1);}
    #w001_index_news_81 .graphic .list .li:hover .name{color: var(--hoverFontColor);}
}

@media screen and (max-width: 1050px){
    #w001_index_news_81 .box .graphic{grid-template-columns: repeat(2,calc((100% - 35px)/2));gap: 35px;}
    #w001_index_news_81 .graphic .list{grid-column: 1 / span 2;}
}

@media screen and (max-width: 750px){
    #w001_index_news_81 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w001_index_news_81 .box .title{flex-direction: column;align-items: flex-start;}
    #w001_index_news_81 .box .title{padding-bottom: 60px;}
    #w001_index_news_81 .title .p_tip{font-size: var(--font-txt-S);line-height: var(--font-txt-L);font-weight: var(--font-txt-B);}
    #w001_index_news_81 .title .c_tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin: 20px 0 40px;}
    #w001_index_news_81 .title .more{font-size: var(--font-txt-S);}
    #w001_index_news_81 .title .more .more_i{width: 70px; height: 70px;font-size: var(--font-bri-S);}


    #w001_index_news_81 .box .graphic{display: block;}
    #w001_index_news_81 .graphic .dl{margin-bottom: var(--font-txt-S);}
    #w001_index_news_81 .graphic .dl .dd .time{font-size: var(--font-bri-S);}
    #w001_index_news_81 .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: auto;}
    #w001_index_news_81 .graphic .dl .dd .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(2 * var(--font-txt-L));}

    #w001_index_news_81 .graphic .list .li{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0 50px;}
    #w001_index_news_81 .graphic .list .li .name{max-height: calc(2 * var(--font-sma-L));}
    #w001_index_news_81 .graphic .list .li .time{font-size: var(--font-bri-S);}
}

#w006_index_footer_27 {font-size:16px; padding-top: var(--paddingTop);padding-bottom: 100px;background:var(--bg_color);color: var(--font_color_1);}

#w006_index_footer_27 .left{position: relative;}
#w006_index_footer_27 .left .logo{max-width: 30%; margin:50px 0;}

#w006_index_footer_27 .left .line{position: absolute;right: 0;left: -100%;height: 1px; background: var(--font_color_3);}

#w006_index_footer_27 .left .nav .dl{display: flex; flex-direction: column;margin-right: 110px;}
#w006_index_footer_27 .left .nav .dl .dt{font-size: 18px; padding-bottom: 30px; padding-top: 60px;}
#w006_index_footer_27 .left .nav .dl .dd{line-height: 36px;color: var(--font_color_2);transition: 0.3s;}

@media (any-hover: hover){
    #w006_index_footer_27 .left .nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

#w006_index_footer_27 .contact_us{width: 27.5%;padding-top: 53px;padding-left: 60px;position: relative;}
#w006_index_footer_27 .contact_us::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: -100px;width: 1px;background: var(--font_color_3);}
#w006_index_footer_27 .contact_us .title {font-size: 18px;}

#w006_index_footer_27 .contact_us .contact{padding-top: 20px;gap: 0 24px;}
#w006_index_footer_27 .contact_us .contact .a{width: 50px; height:50px;font-size: 30px;color: #666666; background: #fff; border-radius: 50%;transition: .3s;}
#w006_index_footer_27 .contact_us .contact .a:hover{background:var(--hoverColor);color:#fff}

#w006_index_footer_27 .contact_us .phone{font-size: 18px; font-weight: 500;padding-top: 52px;line-height: 30px;}
#w006_index_footer_27 .contact_us .number{font-size: 30px;font-weight: bold;color: var(--numColor);line-height: 30px;margin-top: 4px;}
#w006_index_footer_27 .contact_us .message{padding-top: 24px;line-height: 30px;}
#w006_index_footer_27 .contact_us .address{line-height: 30px;}

@media screen and (max-width: 1024px){
	#w006_index_footer_27 .contact_us {width: 45%;}
}

@media screen and (max-width: 850px){
    #w006_index_footer_27 .contact_us {width: 40%;}
}
@media screen and (max-width: 751px){
	#w006_index_footer_27 {display: none;}
	#w006_index_footer_27 .contact_us {width: 45%;}
}




/* 移动端 */
#w006_index_footer_27_small{display: none;}
@media screen and (max-width: 751px){
	#w006_index_footer_27_small{display: block;padding-bottom: 50px;padding-top: var(--appPaddingTop);background:var(--bg_color);color: var(--font_color_1);}

	#w006_index_footer_27_small .footer{padding-top: 50px;}
	#w006_index_footer_27_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_27_small .footer .ul .li_top i{font-size: var(--font-txt-S);transition: .3s;}
	#w006_index_footer_27_small .footer .ul.cur .li_top > i{transform: rotateZ(90deg);}

	#w006_index_footer_27_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_27_small .footer .ul .li_box .li:first-child{padding-top: 20px;}
	#w006_index_footer_27_small .footer .ul .li_box .li:last-child{margin-bottom: 20px;}

	#w006_index_footer_27_small .message{padding-top: 50px;}
	#w006_index_footer_27_small .message .title {font-size: var(--font-big-S);}
	#w006_index_footer_27_small .message .contact{padding: 40px 0;gap: 0 30px;}
	#w006_index_footer_27_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_27_small .message .phone{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w006_index_footer_27_small .message .number{font-size: var(--font-sub-S);line-height: var(--font-sub-S);font-weight: bold;color: var(--linkColor);}
	#w006_index_footer_27_small .message .message{font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding-top: 24px;}
	#w006_index_footer_27_small .message .address{font-size:var(--font-txt-S);line-height: var(--font-txt-L);}

	#w006_index_footer_27_small .copy_app{font-size: var(--font-txt-S);gap: 10px 20px;display: flex;flex-wrap: wrap;margin-top: 30px;}
}




/* 友情链接 */
#w006_index_footer_27_copy { background: var(--linkColor);}
#w006_index_footer_27_copy .content {height: 120px;}

#w006_index_footer_27_copy .copy {display: flex;flex-wrap: wrap;font-size: 16px;color: #fff;gap: 10px;opacity: .7;}
#w006_index_footer_27_copy .links{font-size: 16px;margin-left: 30px;position: relative;}
#w006_index_footer_27_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_27_copy .links .button .span {margin:0 20px;font-size: 16px;}
#w006_index_footer_27_copy .links .box {position: absolute;right: 0px;bottom: 100%;display: none;width: 100%;border-radius: 25px;}
#w006_index_footer_27_copy .links .box .ul{overflow-y: auto;max-height: 224px;width: 100%;background: #fff;border-radius: 25px;}
#w006_index_footer_27_copy .links .box .link {line-height: 1.6;color: #000;display: block;padding: 10px;transition: .3s;}
#w006_index_footer_27_copy .links .box .link:first-child{margin-top: 10px;}
#w006_index_footer_27_copy .links .box .link:last-child{margin-bottom: 10px;}

#w006_index_footer_27_copy .links.cur .button .button_i{transform: rotate(180deg);}
#w006_index_footer_27_copy .links .box .link:hover {background: #f8f8f8;padding-left: 15px;color: var(--linkColor);}

@media screen and (max-width:750px) {
    #w006_index_footer_27_copy .content {height: 100px;}
    #w006_index_footer_27_copy .copy {font-size: var(--font-bri-S);display: none;}
    #w006_index_footer_27_copy .links {font-size: var(--font-txt-S);width: 100%;margin-left: 0;}
    #w006_index_footer_27_copy .links .button{font-size: var(--font-txt-S);width: 100%;height: 60px;border-radius: 40px;}
    #w006_index_footer_27_copy .links .button .span{font-size: var(--font-txt-S);}
	#w006_index_footer_27_copy .links .button .button_i{font-size: var(--font-txt-S);}
	#w006_index_footer_27_copy .links .box{box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);}
	#w006_index_footer_27_copy .links .box .ul{max-height: 360px;}
}