
.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{opacity: 0;pointer-events: none;}
.lyuiheader_nav_001.hide-active *{pointer-events: none!important;}

/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/

#w001_index_header_16_nav{transition: background-color .3s;box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);}
#w001_index_header_16_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
#w001_index_header_16_nav .head{height: var(--head_top_height);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_16_nav{box-shadow: none;}
#header.fixed.scroll-top #w001_index_header_16_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top #w001_index_header_16_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_16_nav .head{color: #333;}

#w001_index_header_16_nav .stockCode{margin-left: 0.1rem;font-size: 0.16rem;line-height: 1.5;opacity: 0.6;}

#w001_index_header_16_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;}
#w001_index_header_16_nav .btnCS:hover{opacity: 0.8;}


/* 背景色 */
#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_16_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_16_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_16_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_16_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_16_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_16_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_16_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#w001_index_header_16_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}

/* 按钮部分 */
#w001_index_header_16_nav .head_btn{display: flex;align-items: center;font-size: 0.16rem;}
#w001_index_header_16_nav .head_btn > *{padding: 0.1rem 0.15rem;}
#w001_index_header_16_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_16_nav .head_btn > * > i{font-size: 0.2rem;}
#w001_index_header_16_nav .head_btn .language i{margin-right: 0.06rem;}


/* 移动端菜单按钮 */
#w001_index_header_16_nav .head .menu{display: none;padding: 0.3rem 0.2rem;position: relative;cursor: pointer;margin-right: -0.2rem;}
#w001_index_header_16_nav .head .menu i{width: 0.36rem;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_16_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-0.14rem);transition: .3s;}
#w001_index_header_16_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(0.14rem);transition: .3s;}
#header.fixed.scroll-top #w001_index_header_16_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_16_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_16_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_16_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_16_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_16_nav .head .menu i::after{background: #333;}


/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_16_nav{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_16_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_16_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_16_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_16_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_16.pc_app #w001_index_header_16_nav .head_nav .li{display: none;}
.w001_index_header_16.pc_app #w001_index_header_16_nav .head .menu{display: block;}


#w001_index_header_16_nav .mblanguage{display: none;}


@media only screen and (max-width: 1024px) {
    #w001_index_header_16_nav .head_nav .li{display: none;}
    #w001_index_header_16_nav .head .menu{display: block;}
    /* #w001_index_header_16_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_16_nav .head_btn .search i {font-size: 0.26rem;}
    #w001_index_header_16_nav .head_btn .language{margin-right: 0.2rem;font-size: 0.2rem;}
    #w001_index_header_16_nav .head_btn .language i {font-size: 0.26rem;margin-right: 0.1rem;}
    
    #w001_index_header_16_nav .btnCS{display: none;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_16_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_16_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_16_nav .head_btn .language{display: none;}
    #w001_index_header_16_nav .mblanguage{margin-right: 0.2rem;font-size: 0.36rem;display: flex;}

    #w001_index_header_16_nav .head .menu{padding: 0.3rem;}
    #w001_index_header_16_nav .head .menu i{width: 0.46rem;height: 3px;}
    #w001_index_header_16_nav .head .menu i::before{transform: translateY(-0.18rem);height: 3px;}
    #w001_index_header_16_nav .head .menu i::after{transform: translateY(0.18rem);height: 3px;}

    #header.menu_expand #w001_index_header_16_nav .weblogo{opacity: 0;}
    #header.menu_expand #w001_index_header_16_nav .mblanguage{opacity: 0;}
}




/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_16_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_16_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_16_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_16_nav .head .menu{display: none;}
.w001_index_header_16 #w001_index_header_16_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -0.2rem;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_16_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_16_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_16_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_16_nav .head_btn{flex: initial;}
}
#w001_index_hengfu_18 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_18.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}
/* 自定义-PC端高度 */
#w001_index_hengfu_18.isHeight .slide{height: var(--hengfuHeightPc);overflow: hidden;}
#w001_index_hengfu_18.isHeight .slide .img_pc{height: 100%;object-fit:cover;}

#w001_index_hengfu_18 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_18 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_18 .slide .message_box{display: flex;height: calc( 100% - 1.6rem );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w001_index_hengfu_18 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_18 .message_box[position="2"] .message,
#w001_index_hengfu_18 .message_box[position="5"] .message,
#w001_index_hengfu_18 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_18 .message_box[position="3"] .message,
#w001_index_hengfu_18 .message_box[position="6"] .message,
#w001_index_hengfu_18 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_18 .message_box[position="2"] .message .name,
#w001_index_hengfu_18 .message_box[position="5"] .message .name,
#w001_index_hengfu_18 .message_box[position="8"] .message .name,
#w001_index_hengfu_18 .message_box[position="2"] .message .brief,
#w001_index_hengfu_18 .message_box[position="5"] .message .brief,
#w001_index_hengfu_18 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_18 .message_box[position="3"] .message .name,
#w001_index_hengfu_18 .message_box[position="6"] .message .name,
#w001_index_hengfu_18 .message_box[position="9"] .message .name,
#w001_index_hengfu_18 .message_box[position="3"] .message .brief,
#w001_index_hengfu_18 .message_box[position="6"] .message .brief,
#w001_index_hengfu_18 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_18 .message_box[position="1"] .message .name,
#w001_index_hengfu_18 .message_box[position="4"] .message .name,
#w001_index_hengfu_18 .message_box[position="7"] .message .name,
#w001_index_hengfu_18 .message_box[position="1"] .message .brief,
#w001_index_hengfu_18 .message_box[position="4"] .message .brief,
#w001_index_hengfu_18 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_index_hengfu_18 .message .name{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
/* 简介样式 */
#w001_index_hengfu_18 .message .brief{margin: .29rem 0 0; font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}
#w001_index_hengfu_18 .message .button {font-size: .16rem;line-height: 1;width: 2.4rem;height: .57rem;padding: 0 .3rem;margin-top: .6rem;pointer-events: all; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}
#w001_index_hengfu_18 .message .button:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}


/* 页数样式 */
#w001_index_hengfu_18 .swiper-pagination-bullets{bottom: .4rem;}
#w001_index_hengfu_18 .swiper-pagination-bullet{width: .3rem; height: .1rem; background: transparent; margin: 0 .1rem;transition: .3s;border-radius: 0;}
#w001_index_hengfu_18 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_18 .container .swiper-pagination-bullet-active{width: .6rem;}
#w001_index_hengfu_18 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

/* 按钮 */
#w001_index_hengfu_18 .btn{top:50%; transform: translateY(-50%);z-index: 2; width: 0.5rem;height: 0.5rem;border-radius: 50%;background-color: var(--prevNextBgColor);color: var(--prevNextIconColor);font-size: 0.16rem;opacity: 0;}
#w001_index_hengfu_18 .prev{left: 4%;}
#w001_index_hengfu_18 .next{right: 4%;}
#w001_index_hengfu_18:hover .btn{opacity: 1;}
@media screen and (max-width: 1024px){
    #w001_index_hengfu_18 .message .name{font-size: .48rem;}
    #w001_index_hengfu_18 .message .brief{font-size: .21rem;}
}
@media screen and (max-width: 992px){
    #w001_index_hengfu_18 .message .brief{margin-top: 0.2rem;}
    #w001_index_hengfu_18 .message .button{margin-top: 0.2rem;}
}
@media screen and (max-width: 768px){
    #w001_index_hengfu_18{display: none;}
}
/* 全局 */
.w006_products_detail_realtive_48 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--background_path) no-repeat center / cover var(--background_color);}
@media screen and (max-width:750px) {
	.w006_products_detail_realtive_48 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w006_products_detail_realtive_48_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: 0.46rem;}

#w006_products_detail_realtive_48_list {display: flex;gap: 0.4rem;}
#w006_products_detail_realtive_48_list .li {width: calc((100% - 1.2rem) / 4);border-radius: 0.1rem;background: #fff;transition: .3s;cursor: pointer;padding: 0.4rem 0.2rem;}

#w006_products_detail_realtive_48_list .li .img{padding-top: 75.67567%;}

#w006_products_detail_realtive_48_list .li .text{display: flex;align-items: center;gap: 0.3rem;margin-top: 0.4rem;}
#w006_products_detail_realtive_48_list .li .text .name {flex: 1;max-width: calc(100% - 0.8rem);overflow: hidden;}
#w006_products_detail_realtive_48_list .li .text .name .tit{font-size: 0.22rem;color:#333;font-weight: bold;margin-bottom: 0.1rem;}
#w006_products_detail_realtive_48_list .li .text .name .brief{font-size: 0.16rem;color:#999;}
#w006_products_detail_realtive_48_list .li .text .more {height: 0.5rem;width: 0.5rem; font-size: 0.16rem;color: #fff;background:var(--btnColor);border-radius: 50%;opacity: 0;transition: .3s;}

@media (any-hover:hover){
	#w006_products_detail_realtive_48_list .li:hover {transform: translateY(-0.1rem);}
	#w006_products_detail_realtive_48_list .li:hover .text .more{opacity: 1;}
}

@media screen and (max-width:1600px) {
	#w006_products_detail_realtive_48_list {display: flex;gap: 0.2rem;}
	#w006_products_detail_realtive_48_list .li {width: calc((100% - 0.6rem) / 4);padding: 0.4rem 0.2rem;}
}

@media screen and (max-width:1400px) {
	#w006_products_detail_realtive_48_list .li .text .name {max-width:100%;}
	#w006_products_detail_realtive_48_list .li .text .more{display: none;}
}

@media screen and (max-width:750px) {
	#w006_products_detail_realtive_48_title {font-size: 0.36rem;font-weight: bold;}

	#w006_products_detail_realtive_48_list {flex-direction: column;gap: 0.3rem;}
	#w006_products_detail_realtive_48_list .li {width: 100%;padding: 0.3rem;}
	#w006_products_detail_realtive_48_list .li .text .name .tit{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w006_products_detail_realtive_48_list .li .text .name .brief{font-size: var(--font-bri-S);line-height: var(--font-bri-L);max-height: calc(3 * var(--font-bri-L));display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 3;white-space: initial;}
}
#w001_index_about_21 {padding-top: var(--paddingTop);background: #f2f5f8;}


#w001_index_about_21 .box .left{padding-bottom: var(--paddingBottom);}
#w001_index_about_21 .left .title{}
#w001_index_about_21 .left .title .p_tip{font-size: var(--sub_font_px);color: var(--sub_font_color);font-weight: var(--sub_font_font_weight);font-style: var(--sub_font_font_style);line-height: var(--sub_font_line_height);}
#w001_index_about_21 .left .title .c_tip{font-size: var(--tit_font_px);color: var(--tit_font_color);font-weight: var(--tit_font_font_weight);font-style: var(--tit_font_font_style);line-height: var(--tit_font_line_height);margin: 0.2rem 0 0.3rem;}

#w001_index_about_21 .left .ul{flex-wrap: wrap;}
#w001_index_about_21 .left .ul .li{margin-right: 1rem;margin-bottom: 0.3rem;}
#w001_index_about_21 .left .ul .li .num{font-size: 0.5rem;color: #333;font-weight: bold;white-space: nowrap;}
#w001_index_about_21 .left .ul .li .unit{font-size: 0.3rem;color: #333;}
#w001_index_about_21 .left .ul .li .tip{font-size: 0.16rem;color: #666;margin-top: 0.15rem;}
#w001_index_about_21 .left .name{font-size: 0.24rem;line-height: 0.42rem;margin:0.45rem 0 5px;}
#w001_index_about_21 .left .brief{font-size: 0.16rem;color: #666;line-height: 0.3rem;}


#w001_index_about_21.myleft .left .title{text-align: left;}
#w001_index_about_21.myright .left .ul{justify-content: flex-start;}
#w001_index_about_21.myright .left .name{display: flex;}
#w001_index_about_21.myright .left .brief{display: flex;}
#w001_index_about_21.mycenter .left .title{text-align: center;}
#w001_index_about_21.mycenter .left .ul{justify-content: center;}
#w001_index_about_21.mycenter .left .name{display: flex;justify-content: center;}
#w001_index_about_21.mycenter .left .brief{display: flex;justify-content: center;}
#w001_index_about_21.myright .left .title{text-align: right;}
#w001_index_about_21.myright .left .ul{justify-content: flex-end;}
#w001_index_about_21.myright .left .name{display: flex;justify-content: flex-end;}
#w001_index_about_21.myright .left .brief{display: flex;justify-content: flex-end;}


#w001_index_about_21 .right{display: flex;justify-content: flex-end;}
#w001_index_about_21 .right .img{position: absolute;left: 0;bottom:0;background: no-repeat bottom/contain;}
#w001_index_about_21 .right .more{font-size: 0.16rem;color: #333;margin-top: 1rem;}
#w001_index_about_21 .right .more .more_i{width: 0.3rem; height: 0.3rem; background-color: #666; border-radius: 50%;color: #fff;margin-left: 0.1rem;font-size: 0.14rem;}


@media (any-hover:hover) {
    #w001_index_about_21 .right .more:hover .more_i {transform: translateX(0.1rem);}
}

@media screen and (max-width:1480px) {
    #w001_index_about_21 .box .left{flex: 2;}
    #w001_index_about_21 .left .ul .li{margin-right: 0.8rem;}

    #w001_index_about_21 .box .right{flex: 1;}
}

@media screen and (max-width:750px) {
    #w001_index_about_21 {padding-top: var(--appPaddingTop);}
    #w001_index_about_21 .box{flex-direction: column;}

    #w001_index_about_21 .box .left{padding-bottom: 0.3rem;}
    #w001_index_about_21 .left .title .p_tip{font-size: var(--font-txt-S);line-height: var(--font-txt-L);font-weight: var(--font-txt-B);}
    #w001_index_about_21 .left .title .c_tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin: 0.2rem 0 0.6rem;}

    #w001_index_about_21 .left .ul{justify-content: space-between;}
    #w001_index_about_21 .left .ul .li{margin-right: 0;width: 48%;}
    #w001_index_about_21 .left .ul .li .num{font-size: var(--font-big-S);white-space: nowrap;}
    #w001_index_about_21 .left .ul .li .unit{font-size: var(--font-sub-S);}
    #w001_index_about_21 .left .ul .li .tip{font-size: var(--font-bri-S);}
    #w001_index_about_21 .left .name{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-bottom:0.25rem;}
    #w001_index_about_21 .left .brief{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}

    #w001_index_about_21 .right{overflow: initial;}
    #w001_index_about_21 .right .img{opacity: 0.5;}
    #w001_index_about_21 .right .more{font-size: var(--font-txt-S);margin-top: 0px;margin-bottom: var(--appPaddingBottom);}
    #w001_index_about_21 .right .more .more_i{width: 0.7rem; height: 0.7rem;font-size: var(--font-bri-S);}
}
#w001_index_news_23 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--contentBgColor);}


#w001_index_news_23 .box .title{padding-bottom: 0.6rem;}
#w001_index_news_23 .title .p_tip{font-size: var(--sub_font_px);color: var(--sub_font_color);font-weight: var(--sub_font_font_weight);font-style: var(--sub_font_font_style);line-height: var(--sub_font_line_height);}
#w001_index_news_23 .title .c_tip{font-size: var(--tit_font_px);color: var(--tit_font_color);font-weight: var(--tit_font_font_weight);font-style: var(--tit_font_font_style);line-height: var(--tit_font_line_height);margin: 0.2rem 0 0px;}
#w001_index_news_23 .title .more{font-size: 0.16rem;color: #333;align-self: flex-end;}
#w001_index_news_23 .title .more .more_i{width: 0.3rem; height: 0.3rem; background-color: #666; border-radius: 50%;color: #fff;margin-left: 0.1rem;font-size: 0.14rem;}

#w001_index_news_23.myleft .title{}
#w001_index_news_23.mycenter .title{flex-direction: column;justify-content: center;text-align: center;}
#w001_index_news_23.mycenter .title .more{align-self: center;}
#w001_index_news_23.myright .title{flex-direction: row-reverse;text-align: right;}

#w001_index_news_23 .box .graphic{display: grid;grid-template-columns: repeat(3,calc((100% - 0.7rem)/3));gap: 0.35rem;}
#w001_index_news_23 .graphic .dl{background: var(--listBgColor);}
#w001_index_news_23 .graphic .dl .dt{padding-top: 60.784313%;}
#w001_index_news_23 .graphic .dl .dd{padding: 0.36rem 0.3rem 0.3rem;}
#w001_index_news_23 .graphic .dl .dd .time{font-size: 0.18rem;color: #888;}
#w001_index_news_23 .graphic .dl .dd .name{font-size: 0.24rem;line-height: 0.32rem;color: #333;font-weight: bold;transition: .3s;margin: 0.26rem 0 0.2rem;height: 0.64rem;}
#w001_index_news_23 .graphic .dl .dd .brief{font-size: 0.16rem;line-height: 0.24rem;color: #666666;max-height: 0.48rem;}

#w001_index_news_23 .graphic .list{background: var(--listBgColor);padding: 0.1rem 0.22rem;}
#w001_index_news_23 .graphic .list .li{font-size: 0.2rem;line-height: 0.3rem;color: #333;margin: 0.3rem 0;}
#w001_index_news_23 .graphic .list .li .name{font-weight: bold;transition: .3s;max-height: 0.6rem;}
#w001_index_news_23 .graphic .list .li .time{font-size: 0.16rem;line-height: 1;color: #888;margin-top: 5px;}




@media (any-hover: hover){
    #w001_index_news_23 .title .more:hover .more_i {transform: translateX(0.1rem);}
    #w001_index_news_23 .graphic .dl .dd .name:hover{color: var(--hoverFontColor);}
    #w001_index_news_23 .graphic .dl .dt:hover img{transform: scale(1.1);}
    #w001_index_news_23 .graphic .list .li:hover .name{color: var(--hoverFontColor);}
}

@media screen and (max-width: 1050px){
    #w001_index_news_23 .box .graphic{grid-template-columns: repeat(2,calc((100% - 0.35rem)/2));gap: 0.35rem;}
    #w001_index_news_23 .graphic .list{grid-column: 1 / span 2;}
}

@media screen and (max-width: 750px){
    #w001_index_news_23 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w001_index_news_23 .box .title{flex-direction: column;align-items: flex-start;}
    #w001_index_news_23 .box .title{padding-bottom: 0.6rem;}
    #w001_index_news_23 .title .p_tip{font-size: var(--font-txt-S);line-height: var(--font-txt-L);font-weight: var(--font-txt-B);}
    #w001_index_news_23 .title .c_tip{font-size: var(--titleMbFt_px);line-height: var(--titleMbFt_line_height);margin: 0.2rem 0 0.4rem;}
    #w001_index_news_23 .title .more{font-size: var(--font-txt-S);}
    #w001_index_news_23 .title .more .more_i{width: 0.7rem; height: 0.7rem;font-size: var(--font-bri-S);}


    #w001_index_news_23 .box .graphic{display: block;}
    #w001_index_news_23 .graphic .dl{margin-bottom: var(--font-txt-S);}
    #w001_index_news_23 .graphic .dl .dd .time{font-size: var(--font-bri-S);}
    #w001_index_news_23 .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_23 .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_23 .graphic .list .li{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 0.3rem 0 0.5rem;}
    #w001_index_news_23 .graphic .list .li .name{max-height: calc(2 * var(--font-sma-L));}
    #w001_index_news_23 .graphic .list .li .time{font-size: var(--font-bri-S);}
}
#temp_d_ly_ly00001_39{padding-top: var(--paddingTop); padding-bottom: var(--paddingBottom); background: #fff url(/module/temp_d/ly/LY00001/images/partner_back.jpg) no-repeat center/100% 100%; }
#temp_d_ly_ly00001_39 .big_tit{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
#temp_d_ly_ly00001_39 .big_tit_line { margin: 0.15rem auto 0; width: 0.4rem; position: relative; height: 4px; background-image: -webkit-linear-gradient(left, #27b2f4, #001c79); background-image: linear-gradient(left, #27b2f4, #001c79); }

#temp_d_ly_ly00001_39.myleft .big_tit{text-align: left;}
#temp_d_ly_ly00001_39.myleft .big_tit_line{margin: 0.15rem auto 0 0;}
#temp_d_ly_ly00001_39.mycenter .big_tit{text-align: center;}
#temp_d_ly_ly00001_39.mycenter .big_tit_line{margin: 0.15rem auto 0;}
#temp_d_ly_ly00001_39.myright .big_tit{text-align: right;}
#temp_d_ly_ly00001_39.myright .big_tit_line{margin: 0.15rem 0 0 auto;}

#temp_d_ly_ly00001_39 .con{margin-top: 0.6rem;}
/* #temp_d_ly_ly00001_39 .pictures{ margin-top: 20px; height: 178px; white-space: nowrap;}
#temp_d_ly_ly00001_39 .pictures .demos{width: 100%; height: 100%; white-space: nowrap;} */
#temp_d_ly_ly00001_39 .one{margin-top: 0.2rem; width: 100%; height: 1.78rem; white-space: nowrap;}
#temp_d_ly_ly00001_39 .one .wrapper{ width: max-content; height: 100%;}
#temp_d_ly_ly00001_39 .img{position: relative; margin: 0 0.2rem 0; width: 3.37rem; height: 100%; overflow: hidden; background-color: rgba(255, 255, 255, .6);  transition: all .6s ease;}
#temp_d_ly_ly00001_39 .img img{max-width: 80%; max-height: 80%; transition: all .6s ease;}
#temp_d_ly_ly00001_39 .pictures:nth-child(2) .demos{ top: 0; right: 0;}
#temp_d_ly_ly00001_39 .img:before { border: 5px solid transparent; content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all .3s; opacity: 0; border-image: -webkit-linear-gradient(445deg, #27b2f4, #27b2f4 40%, #001c79) 20 20; border-image: linear-gradient(445deg, #27b2f4, #27b2f4 40%, #001c79) 20 20;box-sizing: border-box;}
#temp_d_ly_ly00001_39 .img:hover::before {opacity: 1;}
#temp_d_ly_ly00001_39 .img:hover img {-webkit-transform: scale(1.1); transform: scale(1.1);}

@media screen and (max-width: 750px){
	#temp_d_ly_ly00001_39 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #temp_d_ly_ly00001_39 .big_tit{font-size: var(--font-sub-S);}
}
.default_footer_0002_17Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundColor);}
@media (max-width: 768px) {
    .default_footer_0002_17Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}


#default_footer_0002_17{display: flex;justify-content: space-between;}
#default_footer_0002_17 .title{font-size: .3rem;color: var(--titleFontColor);font-weight: 600;margin-bottom: .4rem;}
#default_footer_0002_17 .left{max-width: 5rem;}
#default_footer_0002_17 .left .dd{margin-bottom: .15rem;font-size: .18rem;color: var(--contactFontColor);line-height: 1.667;}
#default_footer_0002_17 .left .dd:last-child{margin-bottom: 0;}
#default_footer_0002_17 .left .dd:hover{color: var(--mainColor);}

#default_footer_0002_17 .links{display: flex;align-items: center;margin-top: .17rem;}
#default_footer_0002_17 .links.hide{display: none;}
#default_footer_0002_17 .links .a{margin-right: .2rem;width: .38rem;height: .38rem;border: 2px solid #92959D;border-radius: 50%;transition: .3s;}
#default_footer_0002_17 .links .a i{font-size: .2rem;color: #fff;}
#default_footer_0002_17 .links .a:hover{background: var(--hoverFontColor);border-color: var(--hoverFontColor);}

#default_footer_0002_17 .nav{}
#default_footer_0002_17 .nav .item{font-size: .18rem;color: var(--navFontColor);line-height: 1.667;margin-bottom: .15rem;}
#default_footer_0002_17 .nav .item:last-child{margin-bottom: 0;}
#default_footer_0002_17 .nav .item .a:hover{color: var(--mainColor);}

#default_footer_0002_17 .right{width: 3.45rem;}
#default_footer_0002_17 .right .txt{font-size: .18rem;color: var(--newsletterTipsFontColor);line-height: 1.667;}
#default_footer_0002_17 .form{margin-top: .2rem;}
#default_footer_0002_17 .form .input{width: 100%;height: .46rem;border-radius: .23rem;padding: 0 .25rem;background-color: var(--searchBgColor);font-size: .16rem;color: var(--searchFontColor);margin-bottom: .25rem;}
#default_footer_0002_17 .form .submit{width: 100%;height: .46rem;background-color: var(--searchBtnBgColor);font-size: .18rem;color: var(--searchBtnFontColor);border-radius: .23rem;}
#default_footer_0002_17 .form .submit .ico{font-size: .24rem;margin-left: 3px;}


@media (max-width: 1024px) {
    #default_footer_0002_17{flex-wrap: wrap;}

    #default_footer_0002_17 .right{width: 100%;margin-top: 0.3rem;}
}
@media (max-width: 992px) {
    #default_footer_0002_17 .title{font-size: .227rem;margin-bottom: .303rem;}
    #default_footer_0002_17 .left{max-width: 3.788rem;}
    #default_footer_0002_17 .left .dd{margin-bottom: .114rem;font-size: .136rem;}

    #default_footer_0002_17 .links{margin-top: .129rem;}
    #default_footer_0002_17 .links .a{margin-right: .152rem;width: .288rem;height: .288rem;border-width: .015rem;}
    #default_footer_0002_17 .links .a i{font-size: .152rem;}

    #default_footer_0002_17 .nav .item{font-size: .136rem;margin-bottom: .114rem;}

    #default_footer_0002_17 .right{margin-top: .227rem;}
    #default_footer_0002_17 .right .txt{font-size: .136rem;}
    #default_footer_0002_17 .form{margin-top: .152rem;}
    #default_footer_0002_17 .form .input{height: .348rem;border-radius: .174rem;padding: 0 .189rem;font-size: .121rem;margin-bottom: .189rem;}
    #default_footer_0002_17 .form .submit{height: .348rem;font-size: .136rem;border-radius: .174rem;}
    #default_footer_0002_17 .form .submit .ico{font-size: .182rem;margin-left: .023rem;}
}


@media (max-width: 768px) {
    #default_footer_0002_17 .title{font-size: .36rem;margin-bottom: .4rem;}
    #default_footer_0002_17 .left{max-width: 100%;width: 100%;}
    #default_footer_0002_17 .left .dd{margin-bottom: .25rem;font-size: .3rem;}

    #default_footer_0002_17 .links{margin-top: .3rem;}
    #default_footer_0002_17 .links .a{margin-right: .3rem;width: .65rem;height: .65rem;border-width: .03rem;}
    #default_footer_0002_17 .links .a i{font-size: .36rem;}

    #default_footer_0002_17 .nav{width: 100%;margin-top: .4rem;}
    #default_footer_0002_17 .nav .item{font-size: .3rem;margin-bottom: .25rem;}

    #default_footer_0002_17 .right{margin-top: .4rem;}
    #default_footer_0002_17 .right .txt{font-size: .3rem;}
    #default_footer_0002_17 .form{margin-top: .25rem;}
    #default_footer_0002_17 .form .input{height: .65rem;border-radius: .325rem;padding: 0 .3rem;font-size: .3rem;margin-bottom: .3rem;}
    #default_footer_0002_17 .form .submit{height: .65rem;border-radius: .325rem;font-size: .3rem;}
    #default_footer_0002_17 .form .submit .ico{font-size: .36rem;margin-left: .046rem;}
}

#default_footer_0002_17Agreement{margin-top: 0.5rem;font-size: .16rem;color: var(--agreementFontColor);}
