
.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_15_nav{}
#w001_index_header_15_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_15_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_15_nav .head{color: #333;}

#w001_index_header_15_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_15_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_15_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_15_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_15_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_15_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_15_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_15_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_15_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_15_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_15_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_15_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_15_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_15_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_15_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_15_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_15_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_15_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_15_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_15_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_15_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_15_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_15_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_15_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_15.pc_app #w001_index_header_15_nav .head_nav .li{display: none;}
.w001_index_header_15.pc_app #w001_index_header_15_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_15_nav .head_nav .li{display: none;}
    #w001_index_header_15_nav .head .menu{display: block;}
    /* #w001_index_header_15_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_15_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_15_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_15_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_15_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_15_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_15_nav .head_btn .language{display: none;}

    #w001_index_header_15_nav .head .menu{padding: 30px;}
    #w001_index_header_15_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_15_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_15_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_15_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_15_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_15_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_15_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_15_nav .head .menu{display: none;}
.w001_index_header_15 #w001_index_header_15_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_15_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_15_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_15_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_15_nav .head_btn{flex: initial;}
}
#w022_index_hengfu_17 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w022_index_hengfu_17.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w022_index_hengfu_17 .type-a .slide .img_pc{transform: scale(1)!important;}
#w022_index_hengfu_17 .type-c .slide .img_pc{transform:scale(1)!important;}


#w022_index_hengfu_17 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
#w022_index_hengfu_17 .message{display: flex;flex-direction: column;overflow: hidden;}
#w022_index_hengfu_17 .message_box[position="2"] .message,
#w022_index_hengfu_17 .message_box[position="5"] .message,
#w022_index_hengfu_17 .message_box[position="8"] .message{align-items: center;}
#w022_index_hengfu_17 .message_box[position="3"] .message,
#w022_index_hengfu_17 .message_box[position="6"] .message,
#w022_index_hengfu_17 .message_box[position="9"] .message{align-items: flex-end;}


#w022_index_hengfu_17 .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);}
#w022_index_hengfu_17 .message .brief{margin-top: 10px; 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);}


#w022_index_hengfu_17 .step{position: absolute;left: 0;bottom: 70px;font-size: 40px;align-items: flex-end;color: var(--hoverColor);z-index: 1;}
#w022_index_hengfu_17 .step .num{position: relative;overflow: hidden;display: flex;flex-direction: column;width: 120px;height: 60px;}
#w022_index_hengfu_17 .step .num .span{font-size: 60px;line-height: 60px;position: absolute;transition: .3s;top: -100%;right: 5px;opacity: 0;}
#w022_index_hengfu_17 .step .num .span.cur{top: 0;opacity: 1;}


#w022_index_hengfu_17 .page{gap: 45px;position: absolute;right: 80px;bottom: 70px;z-index: 1;}
#w022_index_hengfu_17 .page > *{font-size: 30px;color: var(--hoverColor);cursor: pointer;}


@media screen and (max-width: 750px){
    #w022_index_hengfu_17{display: none;}
}

/* 全局 */
.w012_index_about_60_wrapper{padding-top:var(--paddingTop);display: flex; justify-content: space-between;}
@media screen and (max-width:1200px) {
	.w012_index_about_60_wrapper{flex-direction: column;}
}

@media screen and (max-width:751px) {
	.w012_index_about_60_wrapper{padding-top: var(--appPaddingTop);}
}
/* 结束 */

/* 标题区 */
#w012_index_about_60_title{width: 50%;padding-right: 130px;}
#w012_index_about_60_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);margin-bottom: 38px;}
#w012_index_about_60_title .intro{font-size: 24px;font-weight: 500;font-family: SourceHanSansCN;margin-bottom: 51px;}
#w012_index_about_60_title .brief{font-size: 16px;color:#6B6E73;line-height: 30px;}
#w012_index_about_60_title .btn{ font-size: 16px;width: 160px;height: 60px;transition: 0.3s;display: flex;justify-content:center;align-items: center;margin-top: 50px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w012_index_about_60_title .btn .right{color:#333333;margin-left:25px;transition: 0.3s;}

#w012_index_about_60_title.myleft{text-align: left;}
#w012_index_about_60_title.myright{text-align: right;}
#w012_index_about_60_title.mycenter{text-align: center;}

#w012_index_about_60_title.myleft .btn{margin-right: auto;}
#w012_index_about_60_title.myright .btn{margin-left: auto;}
#w012_index_about_60_title.mycenter .btn{margin: 50px auto 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_60_title{width: 40%;padding-right:50px}

}

@media screen and (max-width:1300px) {
    #w012_index_about_60_title .brief{margin-bottom: 20px;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_60_title{width:100%}
    #w012_index_about_60_title .btn{margin-bottom: 30px;margin-top: 20px;}
}

@media screen and (max-width:751px) {
	#w012_index_about_60_title{padding-right: 0;}
	#w012_index_about_60_title .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w012_index_about_60_title .intro{font-size: var(--font-sub-S)}
    #w012_index_about_60_title .brief{font-size: var(--font-txt-S);line-height:var(--font-txt-L)}
    #w012_index_about_60_title .btn{ font-size: var(--font-bri-S);width: 250px;height: 80px;border-radius:0.4rem;}
	#w012_index_about_60_title .btn .right{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {	
	#w012_index_about_60_title .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);}
	#w012_index_about_60_title .btn:hover .right{color:#fff}
}
/* 结束 */


/* 图片区 */
#w012_index_about_60_images{width:50%;}
#w012_index_about_60_images .picture::before{padding-top:59.75%;}
#w012_index_about_60_images .picture img{top: 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_60_images{width:60%;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_60_images{width:100%;}
}
/* 结束 */


/* 底部数字区 */
#w012_index_about_60_bottom{padding-top:93px;margin-bottom:var(--paddingBottom);}

#w012_index_about_60_bottom .number{padding:40px 40px 40px 40px;background-color: #f8f8f8;}
#w012_index_about_60_bottom .number .li{position: relative;width:100%;margin-right:60px;}
#w012_index_about_60_bottom .number .li:last-child{margin-right: 0;}
#w012_index_about_60_bottom .number .li::after{content:'';position: absolute;width: 2px;height: 90px;background: #000000;opacity: 0.05;top: -10px;right: 120%;}
#w012_index_about_60_bottom .number .li:first-child:after{display: none;}
#w012_index_about_60_bottom .number .li .num{font-size:var(--listFt1_px);font-weight: bold;position: relative;}
#w012_index_about_60_bottom .number .li .num::after{content:'';position: absolute;width:5px;height:5px;top:5px;transform: translateX(10px);background-color:var(--point_color);border-radius: 50%;}
#w012_index_about_60_bottom .number .li .tag{font-size: var(--listFt2_px);; font-weight:500;margin-top: 15px;color:#666666}


@media screen and (max-width:850px) {
	#w012_index_about_60_bottom .number{padding-right: 40px;}
}

@media screen and (max-width:751px) {
	#w012_index_about_60_bottom{padding-bottom: var(--appPaddingBottom);padding-top: 50px;}
	#w012_index_about_60_bottom .number{display: grid;grid-template-columns: 100%;row-gap: 30px;}
	#w012_index_about_60_bottom .number .li{text-align: center;}
	#w012_index_about_60_bottom .number .li::after{width: 100%;height: 2px;background-color: #333;}
	#w012_index_about_60_bottom .number .li .num{font-size:var(--font-big-S)}
	#w012_index_about_60_bottom .number .li .num::after{width: 10px;height: 10px;}
	#w012_index_about_60_bottom .number .li .simple{font-size:var(--font-txt-S)}
	#w012_index_about_60_bottom .number .li .tag{font-size: var(--font-txt-S);margin-top: 10px;}
}
/* 结束 */

.w001_index_products_center_58_wrap {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--bgColor);}
@media screen and (max-width: 750px){
    .w001_index_products_center_58_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w001_index_products_center_58_list{display: flex;justify-content: space-between;gap: 100px;}
/* PC端tab */
#w001_index_products_center_58_list .left {flex: 1;}
#w001_index_products_center_58_list .left .p_tip{font-size: var(--sub_px);color: var(--sub_color);font-weight: var(--sub_font_weight);font-style: var(--sub_font_style);line-height: var(--sub_line_height);}
#w001_index_products_center_58_list .left .c_tip{font-size: var(--tit_px);color: var(--tit_color);font-weight: var(--tit_font_weight);font-style: var(--tit_font_style);line-height: var(--tit_line_height);margin: 20px 0 60px;}
#w001_index_products_center_58_list .left .ul{border-left: 1px solid #D2CEDF;min-height: 580px;}
#w001_index_products_center_58_list .left .ul .li{min-height: 80px;padding: 0 20px;font-size: var(--nav_px);border-left: 2px solid transparent;transform: translateX(-1px);transition: .3s;}
#w001_index_products_center_58_list .left .ul .li.cur{border-color: var(--curFontColor);color: var(--curFontColor);}
#w001_index_products_center_58_list .left .ul .li i{margin-left: 10px;font-size: 16px;}


/* 选项内容 */
#w001_index_products_center_58_list .right {width: 80.625%;max-width: calc(100% - 340px);}
#w001_index_products_center_58_list .right .item{display: grid;grid-template-columns: repeat(3 , calc((100% - 60px)/3));gap: 30px;}
#w001_index_products_center_58_list .right .item.hide{display: none;}
#w001_index_products_center_58_list .right .li{background: #fff;padding: 46px 30px;transition: .3s;text-align: center;border: 1px solid #fff;}
#w001_index_products_center_58_list .right .li:first-child{grid-row: 1 / span 2;padding-bottom: 70px;}
#w001_index_products_center_58_list .right .li .name{font-size: 24px;color: #333;line-height: 1.5;max-height: 72px;}
#w001_index_products_center_58_list .right .li .i_tip{font-size: 18px;color: #666;margin:14px 0;}
#w001_index_products_center_58_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_58_list .right .li .view{font-size: 16px;color: var(--viewFontColor);margin: 50px 0 85px;}
#w001_index_products_center_58_list .right .li .view i{font-size: 16px;margin-left: 5px;}
#w001_index_products_center_58_list .right .li .img{overflow: hidden;max-height: 200px;}
#w001_index_products_center_58_list .right .li:first-child .img{max-height: 250px;}


@media (any-hover: hover){
    #w001_index_products_center_58_list .left .ul .li:hover{color: var(--curFontColor);}
	#w001_index_products_center_58_list .right .li:hover{border-color: var(--borColor);}
    #w001_index_products_center_58_list .right .li .img:hover{transform: scale(1.06);}
}


@media screen and (max-width: 1250px){
    #w001_index_products_center_58_list{gap: 60px;}
    #w001_index_products_center_58_list .right {max-width: calc(100% - 260px);}
    #w001_index_products_center_58_list .right .item{grid-template-columns: repeat(2 , calc((100% - 20px)/2));gap: 20px;}
    #w001_index_products_center_58_list .right .li:first-child{grid-row: initial;padding-bottom: 46px;}
    #w001_index_products_center_58_list .right .li .brief{display: none !important;}
    #w001_index_products_center_58_list .right .li .view{display: none;}
    #w001_index_products_center_58_list .right .li:first-child .img{max-height: 200px;}
}


@media screen and (max-width: 750px){
    #w001_index_products_center_58_list{display: block;}
    /* PC端tab */
    #w001_index_products_center_58_list .left{display: none;}

    /* 选项内容 */
    #w001_index_products_center_58_list .right {width: 100%;max-width: 100%;}
    #w001_index_products_center_58_list .right .item{grid-template-columns: 100%;gap: 20px;}
    #w001_index_products_center_58_list .right .item.hide{display: none;}
    #w001_index_products_center_58_list .right .li{}
    #w001_index_products_center_58_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_58_list .right .li .i_tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L)}
    #w001_index_products_center_58_list .right .li .img,
    #w001_index_products_center_58_list .right .li:first-child .img{max-height: 260px;}
}



/* 移动端tab */
#w001_index_products_center_58_nav_app{display: none;}
@media screen and (max-width: 750px){
    /* 移动端tab */
    #w001_index_products_center_58_nav_app {display: block;position: relative;margin-bottom: 20px;}
    #w001_index_products_center_58_nav_app > *{}
    #w001_index_products_center_58_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_58_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_58_nav_app .li.cur{border-color: var(--curFontColor);color: var(--curFontColor);}

    #w001_index_products_center_58_nav_app .frist_td{box-shadow: 0 2px 6px rgba(0,0,0,0.2);font-weight: bold;height: 100px;}
    #w001_index_products_center_58_nav_app .frist_td i{font-size: var(--font-txt-S);transition: .3s;display: block;}
    #w001_index_products_center_58_nav_app .frist_td.current i{transform: rotateZ(90deg);}
    #w001_index_products_center_58_nav_app .frist_td_tip{margin-right: 10px;}
}
#w001_index_scheme_57 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #f2f5f8;}


#w001_index_scheme_57 .box .title{}
#w001_index_scheme_57 .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_57 .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_57.myleft .box .title{text-align: left;}
#w001_index_scheme_57.mycenter .box .title{text-align: center;}
#w001_index_scheme_57.myright .box .title{text-align: right;}

#w001_index_scheme_57 .box .ul{display: flex;transition: .6s;padding-top: 60px;}
#w001_index_scheme_57 .box .ul .li{width:110px;height: 580px;transition: .5s;margin-left: 8px;padding-top: 40px;overflow: hidden;position: relative;}
#w001_index_scheme_57 .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_57 .box .ul .li.cur{width: calc(100% - 472px);box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.1);}
#w001_index_scheme_57 .box .ul .li:nth-child(1){margin-left: 0;}
#w001_index_scheme_57 .box .ul .li:nth-child(2){transform: translateY(-32px);}
#w001_index_scheme_57 .box .ul .li:nth-child(3){transform: translateY(-60px);}
#w001_index_scheme_57 .box .ul .li:nth-child(4){transform: translateY(-32px);}
#w001_index_scheme_57 .box .ul .li:nth-child(5){}



#w001_index_scheme_57 .box .ul .li .img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
#w001_index_scheme_57 .box .ul .li .name{writing-mode:vertical-lr;font-size: 24px;color: #fff;position: relative;margin: 0 auto;z-index: 1;}
#w001_index_scheme_57 .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_57 .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_57 .box .ul .li .view i{margin-left: 5px;}

#w001_index_scheme_57 .box .ul .li.cur{padding: 60px;}
#w001_index_scheme_57 .box .ul .li.cur .name{writing-mode:initial;}
#w001_index_scheme_57 .box .ul .li.cur .brief{max-width: initial;}
#w001_index_scheme_57 .box .ul .li.cur .view{max-width: initial;}





@media (any-hover: hover){

}

@media screen and (max-width: 750px){
    #w001_index_scheme_57 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w001_index_scheme_57 .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_57 .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_57 .box .ul .li.cur {width: 100%;}
    #w001_index_scheme_57 .box .ul .li .name{font-size: var(--font-txt-S);writing-mode:initial;}
    #w001_index_scheme_57 .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_57 .box .ul .li .view {font-size: var(--font-bri-S);max-width: initial;}
    #w001_index_scheme_57 .box .ul .li .view i{font-size: var(--font-bri-S);}

    #w001_index_scheme_57 .box .ul{display: block;padding-top: 0px;}
    #w001_index_scheme_57 .box .ul .li{width:100%;margin-left: 0px;padding: 60px;}

    #w001_index_scheme_57 .box .ul .li:nth-child(2){transform: translateY(0px);}
    #w001_index_scheme_57 .box .ul .li:nth-child(3){transform: translateY(0px);}
    #w001_index_scheme_57 .box .ul .li:nth-child(4){transform: translateY(0px);}
}
#w001_index_news_47 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--contentBgColor);}


#w001_index_news_47 .box .title{padding-bottom: 60px;}
#w001_index_news_47 .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_47 .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_47 .title .more{font-size: 16px;color: #333;align-self: flex-end;}
#w001_index_news_47 .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_47.myleft .title{}
#w001_index_news_47.mycenter .title{flex-direction: column;justify-content: center;text-align: center;}
#w001_index_news_47.mycenter .title .more{align-self: center;}
#w001_index_news_47.myright .title{flex-direction: row-reverse;text-align: right;}

#w001_index_news_47 .box .graphic{display: grid;grid-template-columns: repeat(3,calc((100% - 70px)/3));gap: 35px;}
#w001_index_news_47 .graphic .dl{background: var(--listBgColor);}
#w001_index_news_47 .graphic .dl .dt{padding-top: 60.784313%;}
#w001_index_news_47 .graphic .dl .dd{padding: 36px 30px 30px;}
#w001_index_news_47 .graphic .dl .dd .time{font-size: 18px;color: #888;}
#w001_index_news_47 .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_47 .graphic .dl .dd .brief{font-size: 16px;line-height: 24px;color: #666666;max-height: 48px;}

#w001_index_news_47 .graphic .list{background: var(--listBgColor);padding: 10px 22px;}
#w001_index_news_47 .graphic .list .li{font-size: 20px;line-height: 30px;color: #333;margin: 30px 0;}
#w001_index_news_47 .graphic .list .li .name{font-weight: bold;transition: .3s;max-height: 60px;}
#w001_index_news_47 .graphic .list .li .time{font-size: 16px;line-height: 1;color: #888;margin-top: 5px;}




@media (any-hover: hover){
    #w001_index_news_47 .title .more:hover .more_i {transform: translateX(10px);}
    #w001_index_news_47 .graphic .dl .dd .name:hover{color: var(--hoverFontColor);}
    #w001_index_news_47 .graphic .dl .dt:hover img{transform: scale(1.1);}
    #w001_index_news_47 .graphic .list .li:hover .name{color: var(--hoverFontColor);}
}

@media screen and (max-width: 1050px){
    #w001_index_news_47 .box .graphic{grid-template-columns: repeat(2,calc((100% - 35px)/2));gap: 35px;}
    #w001_index_news_47 .graphic .list{grid-column: 1 / span 2;}
}

@media screen and (max-width: 750px){
    #w001_index_news_47 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w001_index_news_47 .box .title{flex-direction: column;align-items: flex-start;}
    #w001_index_news_47 .box .title{padding-bottom: 60px;}
    #w001_index_news_47 .title .p_tip{font-size: var(--font-txt-S);line-height: var(--font-txt-L);font-weight: var(--font-txt-B);}
    #w001_index_news_47 .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_47 .title .more{font-size: var(--font-txt-S);}
    #w001_index_news_47 .title .more .more_i{width: 70px; height: 70px;font-size: var(--font-bri-S);}


    #w001_index_news_47 .box .graphic{display: block;}
    #w001_index_news_47 .graphic .dl{margin-bottom: var(--font-txt-S);}
    #w001_index_news_47 .graphic .dl .dd .time{font-size: var(--font-bri-S);}
    #w001_index_news_47 .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_47 .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_47 .graphic .list .li{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0 50px;}
    #w001_index_news_47 .graphic .list .li .name{max-height: calc(2 * var(--font-sma-L));}
    #w001_index_news_47 .graphic .list .li .time{font-size: var(--font-bri-S);}
}

#w001_index_help_34 {background: #f2f5f8;}

#w001_index_help_34 .box{width: 100%;height: 420px;color: #fff;}
#w001_index_help_34 .box .search{}
#w001_index_help_34 .box .search .title{font-size: 32px;font-weight: 500;margin-bottom: 50px;}
#w001_index_help_34 .box .search .search_ipt{height: 50px;max-width: 570px;width: 100%;}
#w001_index_help_34 .box .search .search_ipt input{background: #fff;padding: 0 15px;color: #333;width: 100%;height: 100%;}
#w001_index_help_34 .box .search .search_ipt .btn{width: 150px;background: var(--btnBgColor);font-size: 16px;}
#w001_index_help_34 .box .search .search_ipt .btn i{font-size: 24px;margin-right: 12px;}


#w001_index_help_34 .box .list{}
#w001_index_help_34 .box .list .dl{width: 130px; height: 130px;color: #fff;margin-left: 10px;position: relative;}
#w001_index_help_34 .box .list .dl::before{display: block;content: '';width: 100%;height: 100%;background: var(--dlBgColor);opacity: .6;position: absolute;top: 0;left: 0;}
#w001_index_help_34 .box .list .dl .dt{height: 46px;width: 46px;position: relative;}
#w001_index_help_34 .box .list .dl .dt .svg{max-width: 100%;max-height: 100%;}
#w001_index_help_34 .box .list .dl .dt .svg *{fill: #fff;}
#w001_index_help_34 .box .list .dl .dd{margin-top: 10px;font-size: 16px;position: relative;}


@media (any-hover: hover){

}

@media screen and (max-width: 750px){
    #w001_index_help_34 .box{height: 480px;}
    #w001_index_help_34 .box .content{flex-direction: column;align-items: center;width: 100%;}
    #w001_index_help_34 .box .search{margin-bottom: 50px;width: 100%;}
    #w001_index_help_34 .box .search .title{font-size: var(--font-sma-S);margin-bottom: 30px;}
    #w001_index_help_34 .box .search .search_ipt{height: 80px;max-width: 100%;}
    #w001_index_help_34 .box .search .search_ipt input{font-size: var(--font-txt-S);}
    #w001_index_help_34 .box .search .search_ipt .btn{width: 200px;font-size: var(--font-txt-S);}
    #w001_index_help_34 .box .search .search_ipt .btn i{font-size: var(--font-txt-S);}


    #w001_index_help_34 .box .list{justify-content: space-between;width: 100%;}
    #w001_index_help_34 .box .list .dl{width: 150px; height: 150px;}
    #w001_index_help_34 .box .list .dl{margin-left: 0px;}
    #w001_index_help_34 .box .list .dl .dd{font-size: var(--font-txt-S);}
}
#w006_index_footer_16 {font-size:16px; padding-top: var(--paddingTop);padding-bottom: 100px;background:var(--bg_color);color: var(--font_color_1);}

#w006_index_footer_16 .left{position: relative;}
#w006_index_footer_16 .left .logo{max-width: 30%; margin:50px 0;}

#w006_index_footer_16 .left .line{position: absolute;right: 0;left: -100%;height: 1px; background: var(--font_color_3);}

#w006_index_footer_16 .left .nav .dl{display: flex; flex-direction: column;margin-right: 110px;}
#w006_index_footer_16 .left .nav .dl .dt{font-size: 18px; padding-bottom: 30px; padding-top: 60px;}
#w006_index_footer_16 .left .nav .dl .dd{line-height: 36px;color: var(--font_color_2);transition: 0.3s;}

@media (any-hover: hover){
    #w006_index_footer_16 .left .nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

#w006_index_footer_16 .contact_us{width: 27.5%;padding-top: 53px;padding-left: 60px;position: relative;}
#w006_index_footer_16 .contact_us::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: -100px;width: 1px;background: var(--font_color_3);}
#w006_index_footer_16 .contact_us .title {font-size: 18px;}

#w006_index_footer_16 .contact_us .contact{padding-top: 20px;gap: 0 24px;}
#w006_index_footer_16 .contact_us .contact .a{width: 50px; height:50px;font-size: 30px;color: #666666; background: #fff; border-radius: 50%;transition: .3s;}
#w006_index_footer_16 .contact_us .contact .a:hover{background:var(--hoverColor);color:#fff}

#w006_index_footer_16 .contact_us .phone{font-size: 18px; font-weight: 500;padding-top: 52px;line-height: 30px;}
#w006_index_footer_16 .contact_us .number{font-size: 30px;font-weight: bold;color: var(--numColor);line-height: 30px;margin-top: 4px;}
#w006_index_footer_16 .contact_us .message{padding-top: 24px;line-height: 30px;}
#w006_index_footer_16 .contact_us .address{line-height: 30px;}

@media screen and (max-width: 1024px){
	#w006_index_footer_16 .contact_us {width: 45%;}
}

@media screen and (max-width: 850px){
    #w006_index_footer_16 .contact_us {width: 40%;}
}
@media screen and (max-width: 751px){
	#w006_index_footer_16 {display: none;}
	#w006_index_footer_16 .contact_us {width: 45%;}
}




/* 移动端 */
#w006_index_footer_16_small{display: none;}
@media screen and (max-width: 751px){
	#w006_index_footer_16_small{display: block;padding-bottom: 50px;padding-top: var(--appPaddingTop);background:var(--bg_color);color: var(--font_color_1);}

	#w006_index_footer_16_small .footer{padding-top: 50px;}
	#w006_index_footer_16_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_16_small .footer .ul .li_top i{font-size: var(--font-txt-S);transition: .3s;}
	#w006_index_footer_16_small .footer .ul.cur .li_top > i{transform: rotateZ(90deg);}

	#w006_index_footer_16_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_16_small .footer .ul .li_box .li:first-child{padding-top: 20px;}
	#w006_index_footer_16_small .footer .ul .li_box .li:last-child{margin-bottom: 20px;}

	#w006_index_footer_16_small .message{padding-top: 50px;}
	#w006_index_footer_16_small .message .title {font-size: var(--font-big-S);}
	#w006_index_footer_16_small .message .contact{padding: 40px 0;gap: 0 30px;}
	#w006_index_footer_16_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_16_small .message .phone{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w006_index_footer_16_small .message .number{font-size: var(--font-sub-S);line-height: var(--font-sub-S);font-weight: bold;color: var(--linkColor);}
	#w006_index_footer_16_small .message .message{font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding-top: 24px;}
	#w006_index_footer_16_small .message .address{font-size:var(--font-txt-S);line-height: var(--font-txt-L);}

	#w006_index_footer_16_small .copy_app{font-size: var(--font-txt-S);gap: 10px 20px;display: flex;flex-wrap: wrap;margin-top: 30px;}
}




/* 友情链接 */
#w006_index_footer_16_copy { background: var(--linkColor);}
#w006_index_footer_16_copy .content {height: 120px;}

#w006_index_footer_16_copy .copy {display: flex;flex-wrap: wrap;font-size: 16px;color: #fff;gap: 10px;opacity: .7;}
#w006_index_footer_16_copy .links{font-size: 16px;margin-left: 30px;position: relative;}
#w006_index_footer_16_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_16_copy .links .button .span {margin:0 20px;font-size: 16px;}
#w006_index_footer_16_copy .links .box {position: absolute;right: 0px;bottom: 100%;display: none;width: 100%;border-radius: 25px;}
#w006_index_footer_16_copy .links .box .ul{overflow-y: auto;max-height: 224px;width: 100%;background: #fff;border-radius: 25px;}
#w006_index_footer_16_copy .links .box .link {line-height: 1.6;color: #000;display: block;padding: 10px;transition: .3s;}
#w006_index_footer_16_copy .links .box .link:first-child{margin-top: 10px;}
#w006_index_footer_16_copy .links .box .link:last-child{margin-bottom: 10px;}

#w006_index_footer_16_copy .links.cur .button .button_i{transform: rotate(180deg);}
#w006_index_footer_16_copy .links .box .link:hover {background: #f8f8f8;padding-left: 15px;color: var(--linkColor);}

@media screen and (max-width:750px) {
    #w006_index_footer_16_copy .content {height: 100px;}
    #w006_index_footer_16_copy .copy {font-size: var(--font-bri-S);display: none;}
    #w006_index_footer_16_copy .links {font-size: var(--font-txt-S);width: 100%;margin-left: 0;}
    #w006_index_footer_16_copy .links .button{font-size: var(--font-txt-S);width: 100%;height: 60px;border-radius: 40px;}
    #w006_index_footer_16_copy .links .button .span{font-size: var(--font-txt-S);}
	#w006_index_footer_16_copy .links .button .button_i{font-size: var(--font-txt-S);}
	#w006_index_footer_16_copy .links .box{box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);}
	#w006_index_footer_16_copy .links .box .ul{max-height: 360px;}
}