
.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;}
}
#w001_index_hengfu_17 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_17.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w001_index_hengfu_17 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_17 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_17 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w001_index_hengfu_17 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_17 .message_box[position="2"] .message,
#w001_index_hengfu_17 .message_box[position="5"] .message,
#w001_index_hengfu_17 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_17 .message_box[position="3"] .message,
#w001_index_hengfu_17 .message_box[position="6"] .message,
#w001_index_hengfu_17 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_17 .message_box[position="2"] .message .name,
#w001_index_hengfu_17 .message_box[position="5"] .message .name,
#w001_index_hengfu_17 .message_box[position="8"] .message .name,
#w001_index_hengfu_17 .message_box[position="2"] .message .brief,
#w001_index_hengfu_17 .message_box[position="5"] .message .brief,
#w001_index_hengfu_17 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_17 .message_box[position="3"] .message .name,
#w001_index_hengfu_17 .message_box[position="6"] .message .name,
#w001_index_hengfu_17 .message_box[position="9"] .message .name,
#w001_index_hengfu_17 .message_box[position="3"] .message .brief,
#w001_index_hengfu_17 .message_box[position="6"] .message .brief,
#w001_index_hengfu_17 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_17 .message_box[position="1"] .message .name,
#w001_index_hengfu_17 .message_box[position="4"] .message .name,
#w001_index_hengfu_17 .message_box[position="7"] .message .name,
#w001_index_hengfu_17 .message_box[position="1"] .message .brief,
#w001_index_hengfu_17 .message_box[position="4"] .message .brief,
#w001_index_hengfu_17 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_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);}
/* 简介样式 */
#w001_index_hengfu_17 .message .brief{margin: 29px 0 0; font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}
#w001_index_hengfu_17 .message .button {font-size: 16px;line-height: 1;width: 240px;height: 57px;padding: 0 30px;margin-top: 60px;pointer-events: all; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}
#w001_index_hengfu_17 .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_17 .swiper-pagination-bullets{bottom: 40px;}
#w001_index_hengfu_17 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w001_index_hengfu_17 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_17 .container .swiper-pagination-bullet-active{width: 60px;}
#w001_index_hengfu_17 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

@media screen and (max-width: 1024px){
    #w001_index_hengfu_17 .message_box .message .name{font-size: 48px;}
    #w001_index_hengfu_17 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w001_index_hengfu_17{display: none;}
}
.w014_index_products_44_wrap{padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);background-color:var(--bgColor);}

/* 按钮部分 */
.w014_index_products_44_wrap .box{width:94%;display: flex;justify-content: space-between;position: absolute;top:50%;left: 50%;transform: translateX(-50%);z-index:5;}
.w014_index_products_44_wrap .box i{font-size: 16px;color:#fff;width: 30px;height: 30px;background-color: #999999;;border-radius: 35px;transition: .6s;}
.w014_index_products_44_wrap .btn{ font-size: 16px;width: 160px;height:50px;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);}
.w014_index_products_44_wrap .btn .right{margin-left:10px;transition: 0.3s;}

@media screen and (max-width:1700px){
    .w014_index_products_44_wrap .box{width: 100%;}
}

@media screen and (max-width: 751px){
    .w014_index_products_44_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    .w014_index_products_44_wrap .box{display: none;}
    .w014_index_products_44_wrap .btn{width: 250px;height: 80px;font-size:var(--font-txt-S) ;border-radius: 40px;}
    .w014_index_products_44_wrap .btn .right{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {
	.w014_index_products_44_wrap .box i:hover{background-color: var(--hoverColor);color: #fff;}	
    .w014_index_products_44_wrap .btn:hover .right{margin-left:25px;color: #fff;}
    .w014_index_products_44_wrap .btn:hover{background-color: var(--hoverColor);color: #fff;}
}
/* 标题部分 */
#w014_index_products_44_text {font-size: 16px;}
#w014_index_products_44_text .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
#w014_index_products_44_text .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);margin-bottom:55px;margin-top:35px;}

#w014_index_products_44_text .nav{padding-top: 35px;margin-bottom: 65px; font-size: 16px;}
#w014_index_products_44_text .nav ul{gap:65px;}
#w014_index_products_44_text .nav li{color:#666666;font-size:18px;}
#w014_index_products_44_text .nav li.cur{color:var(--hoverColor);position: relative;}
#w014_index_products_44_text .nav li.cur::before{content: '';width: 5px;height: 5px;background-color: var(--hoverColor);position: absolute;bottom: -55%;;left: 50%;transform: translateX(-50%);border-radius: 50%;}

#w014_index_products_44_text.myleft{text-align: left;}
#w014_index_products_44_text.myright{text-align: right;}
#w014_index_products_44_text.mycenter{text-align: center;}

#w014_index_products_44_text.myleft .nav ul{justify-content: flex-start;}
#w014_index_products_44_text.myright .nav ul{justify-content: flex-end;}
#w014_index_products_44_text.mycenter .nav ul{justify-content: center;}

@media screen and (max-width: 751px){
    #w014_index_products_44_text .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w014_index_products_44_text .title_en{font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w014_index_products_44_text .nav li{font-size:var(--font-bri-S);}
}
/* 结束 */


#w014_index_products_44_decoration .show .container{padding-top:15px}
#w014_index_products_44_decoration .slide{height: 400px;position: relative;background-color: #fff;}
#w014_index_products_44_decoration .slide .name{font-size:18px; font-weight: 500;color:#404040 ;text-align: center;margin: 15px 20px 43px 15px;}
#w014_index_products_44_decoration .slide .showImg{height:318px;width: 100%;transition:0.75s;}

@media screen and (max-width: 751px){
    #w014_index_products_44_decoration .container .slide{ width: 675px;height:700px;}
    #w014_index_products_44_decoration .slide{height: 737px;}
    #w014_index_products_44_decoration .slide .showImg{height: 600px;}
    #w014_index_products_44_decoration .slide .name{font-size: var(--font-txt-S); }

    #w014_index_products_44_text .nav ul{display: grid;grid-template-columns: repeat(3,calc((100% - 20px)/3));gap: 20px;row-gap: 30px;}
    #w014_index_products_44_text .nav li.cur::before{bottom: -50%;left: 30%;width: 10px;height: 10px;}
}

@media (any-hover: hover) {
	#w014_index_products_44_decoration .slide:hover{transform: translateY(-5px);box-shadow: 0 0 20px rgba(0,0,0,10%);z-index: 3;}	
}
/* 结束 */
#w001_index_about_20 {padding-top: var(--paddingTop);background: #f2f5f8;}


#w001_index_about_20 .box .left{padding-bottom: var(--paddingBottom);}
#w001_index_about_20 .left .title{}
#w001_index_about_20 .left .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_about_20 .left .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_about_20 .left .ul{flex-wrap: wrap;}
#w001_index_about_20 .left .ul .li{margin-right: 100px;margin-bottom: 30px;}
#w001_index_about_20 .left .ul .li .num{font-size: 50px;color: #333;font-weight: bold;white-space: nowrap;}
#w001_index_about_20 .left .ul .li .unit{font-size: 30px;color: #333;}
#w001_index_about_20 .left .ul .li .tip{font-size: 16px;color: #666;margin-top: 15px;}
#w001_index_about_20 .left .name{font-size: 24px;line-height: 42px;margin:45px 0 5px;}
#w001_index_about_20 .left .brief{font-size: 16px;color: #666;line-height: 30px;}


#w001_index_about_20.myleft .left .title{text-align: left;}
#w001_index_about_20.myright .left .ul{justify-content: flex-start;}
#w001_index_about_20.myright .left .name{display: flex;}
#w001_index_about_20.myright .left .brief{display: flex;}
#w001_index_about_20.mycenter .left .title{text-align: center;}
#w001_index_about_20.mycenter .left .ul{justify-content: center;}
#w001_index_about_20.mycenter .left .name{display: flex;justify-content: center;}
#w001_index_about_20.mycenter .left .brief{display: flex;justify-content: center;}
#w001_index_about_20.myright .left .title{text-align: right;}
#w001_index_about_20.myright .left .ul{justify-content: flex-end;}
#w001_index_about_20.myright .left .name{display: flex;justify-content: flex-end;}
#w001_index_about_20.myright .left .brief{display: flex;justify-content: flex-end;}


#w001_index_about_20 .right{display: flex;justify-content: flex-end;}
#w001_index_about_20 .right .img{position: absolute;left: 0;bottom:0;background: no-repeat bottom/contain;}
#w001_index_about_20 .right .more{font-size: 16px;color: #333;margin-top: 100px;}
#w001_index_about_20 .right .more .more_i{width: 30px; height: 30px; background-color: #666; border-radius: 50%;color: #fff;margin-left: 10px;font-size: 14px;}


@media (any-hover:hover) {
    #w001_index_about_20 .right .more:hover .more_i {transform: translateX(10px);}
}

@media screen and (max-width:1480px) {
    #w001_index_about_20 .box .left{flex: 2;}
    #w001_index_about_20 .left .ul .li{margin-right: 80px;}

    #w001_index_about_20 .box .right{flex: 1;}
}

@media screen and (max-width:750px) {
    #w001_index_about_20 {padding-top: var(--appPaddingTop);}
    #w001_index_about_20 .box{flex-direction: column;}

    #w001_index_about_20 .box .left{padding-bottom: 30px;}
    #w001_index_about_20 .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_20 .left .title .c_tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin: 20px 0 60px;}

    #w001_index_about_20 .left .ul{justify-content: space-between;}
    #w001_index_about_20 .left .ul .li{margin-right: 0;width: 48%;}
    #w001_index_about_20 .left .ul .li .num{font-size: var(--font-big-S);white-space: nowrap;}
    #w001_index_about_20 .left .ul .li .unit{font-size: var(--font-sub-S);}
    #w001_index_about_20 .left .ul .li .tip{font-size: var(--font-bri-S);}
    #w001_index_about_20 .left .name{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-bottom:25px;}
    #w001_index_about_20 .left .brief{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}

    #w001_index_about_20 .right{overflow: initial;}
    #w001_index_about_20 .right .img{opacity: 0.5;}
    #w001_index_about_20 .right .more{font-size: var(--font-txt-S);margin-top: 0px;margin-bottom: var(--appPaddingBottom);}
    #w001_index_about_20 .right .more .more_i{width: 70px; height: 70px;font-size: var(--font-bri-S);}
}
#w001_index_news_22 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--contentBgColor);}


#w001_index_news_22 .box .title{padding-bottom: 60px;}
#w001_index_news_22 .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_22 .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_22 .title .more{font-size: 16px;color: #333;align-self: flex-end;}
#w001_index_news_22 .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_22.myleft .title{}
#w001_index_news_22.mycenter .title{flex-direction: column;justify-content: center;text-align: center;}
#w001_index_news_22.mycenter .title .more{align-self: center;}
#w001_index_news_22.myright .title{flex-direction: row-reverse;text-align: right;}

#w001_index_news_22 .box .graphic{display: grid;grid-template-columns: repeat(3,calc((100% - 70px)/3));gap: 35px;}
#w001_index_news_22 .graphic .dl{background: var(--listBgColor);}
#w001_index_news_22 .graphic .dl .dt{padding-top: 60.784313%;}
#w001_index_news_22 .graphic .dl .dd{padding: 36px 30px 30px;}
#w001_index_news_22 .graphic .dl .dd .time{font-size: 18px;color: #888;}
#w001_index_news_22 .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_22 .graphic .dl .dd .brief{font-size: 16px;line-height: 24px;color: #666666;max-height: 48px;}

#w001_index_news_22 .graphic .list{background: var(--listBgColor);padding: 10px 22px;}
#w001_index_news_22 .graphic .list .li{font-size: 20px;line-height: 30px;color: #333;margin: 30px 0;}
#w001_index_news_22 .graphic .list .li .name{font-weight: bold;transition: .3s;max-height: 60px;}
#w001_index_news_22 .graphic .list .li .time{font-size: 16px;line-height: 1;color: #888;margin-top: 5px;}




@media (any-hover: hover){
    #w001_index_news_22 .title .more:hover .more_i {transform: translateX(10px);}
    #w001_index_news_22 .graphic .dl .dd .name:hover{color: var(--hoverFontColor);}
    #w001_index_news_22 .graphic .dl .dt:hover img{transform: scale(1.1);}
    #w001_index_news_22 .graphic .list .li:hover .name{color: var(--hoverFontColor);}
}

@media screen and (max-width: 1050px){
    #w001_index_news_22 .box .graphic{grid-template-columns: repeat(2,calc((100% - 35px)/2));gap: 35px;}
    #w001_index_news_22 .graphic .list{grid-column: 1 / span 2;}
}

@media screen and (max-width: 750px){
    #w001_index_news_22 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w001_index_news_22 .box .title{flex-direction: column;align-items: flex-start;}
    #w001_index_news_22 .box .title{padding-bottom: 60px;}
    #w001_index_news_22 .title .p_tip{font-size: var(--font-txt-S);line-height: var(--font-txt-L);font-weight: var(--font-txt-B);}
    #w001_index_news_22 .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_22 .title .more{font-size: var(--font-txt-S);}
    #w001_index_news_22 .title .more .more_i{width: 70px; height: 70px;font-size: var(--font-bri-S);}


    #w001_index_news_22 .box .graphic{display: block;}
    #w001_index_news_22 .graphic .dl{margin-bottom: var(--font-txt-S);}
    #w001_index_news_22 .graphic .dl .dd .time{font-size: var(--font-bri-S);}
    #w001_index_news_22 .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_22 .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_22 .graphic .list .li{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0 50px;}
    #w001_index_news_22 .graphic .list .li .name{max-height: calc(2 * var(--font-sma-L));}
    #w001_index_news_22 .graphic .list .li .time{font-size: var(--font-bri-S);}
}

#temp_d_ly_ly00001_48{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_48 .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_48 .big_tit_line { margin: 15px auto 0; width: 40px; position: relative; height: 4px; background-image: -webkit-linear-gradient(left, #27b2f4, #001c79); background-image: linear-gradient(left, #27b2f4, #001c79); }

#temp_d_ly_ly00001_48.myleft .big_tit{text-align: left;}
#temp_d_ly_ly00001_48.myleft .big_tit_line{margin: 15px auto 0 0;}
#temp_d_ly_ly00001_48.mycenter .big_tit{text-align: center;}
#temp_d_ly_ly00001_48.mycenter .big_tit_line{margin: 15px auto 0;}
#temp_d_ly_ly00001_48.myright .big_tit{text-align: right;}
#temp_d_ly_ly00001_48.myright .big_tit_line{margin: 15px 0 0 auto;}

#temp_d_ly_ly00001_48 .con{margin-top: 60px;}
/* #temp_d_ly_ly00001_48 .pictures{ margin-top: 20px; height: 178px; white-space: nowrap;}
#temp_d_ly_ly00001_48 .pictures .demos{width: 100%; height: 100%; white-space: nowrap;} */
#temp_d_ly_ly00001_48 .one{margin-top: 20px; width: 100%; height: 178px; white-space: nowrap;}
#temp_d_ly_ly00001_48 .one .wrapper{ width: max-content; height: 100%;}
#temp_d_ly_ly00001_48 .img{position: relative; margin: 0 20px 0; width: 337px; height: 100%; overflow: hidden; background-color: rgba(255, 255, 255, .6);  transition: all .6s ease;}
#temp_d_ly_ly00001_48 .img img{max-width: 100%; max-height: 100%; transition: all .6s ease;}
#temp_d_ly_ly00001_48 .pictures:nth-child(2) .demos{ top: 0; right: 0;}
#temp_d_ly_ly00001_48 .img:after { border: 5px solid transparent; content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; box-sizing: border-box; border: 1px solid #fff; -webkit-transition: all .3s cubic-bezier(.58, .06, .43, .94); transition: all .3s cubic-bezier(.58, .06, .43, .94);}
#temp_d_ly_ly00001_48 .img:before { border: 5px solid transparent; content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; box-sizing: border-box; border: 1px solid #fff; z-index: 9; opacity: 1; -webkit-transition: all .3s .3s cubic-bezier(.58, .06, .43, .94); transition: all .3s .3s cubic-bezier(.58, .06, .43, .94);}
#temp_d_ly_ly00001_48 .img:hover:before { border: 5px solid #fff; border-image: -webkit-linear-gradient(445deg, #27b2f4, #27b2f4 40%, #001c79) 20 20; border-image: linear-gradient(445deg, #27b2f4, #27b2f4 40%, #001c79) 20 20;}
#temp_d_ly_ly00001_48 .img:hover:after { border: 5px solid #fff; border-image: -webkit-linear-gradient(445deg, #27b2f4, #27b2f4 40%, #001c79) 20 20; border-image: linear-gradient(445deg, #27b2f4, #27b2f4 40%, #001c79) 20 20;}
#temp_d_ly_ly00001_48 .img:hover img {-webkit-transform: scale(1.1); transform: scale(1.1);}

@media screen and (max-width: 750px){
	#temp_d_ly_ly00001_48 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #temp_d_ly_ly00001_48 .big_tit{font-size: var(--font-sub-S);}
}
.w011_index_footer_16_color {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background-color: var(--bg_color);color: var(--font_color_1);overflow: hidden;}

#w011_index_footer_16 {}
#w011_index_footer_16 .head {border-bottom: 1px solid var(--font_color_2);min-height: 150px;}
#w011_index_footer_16 .head .logo {width: 160px;flex-shrink: 0;}
#w011_index_footer_16 .head .logo.widthAuto {width: auto;}
/* #w011_index_footer_16 .head .logo::before {padding-top: 37.5%;} */
/* #w011_index_footer_16 .head .logo img {max-width: 100%;max-height: 100%;flex-shrink: 0;} */
#w011_index_footer_16 .head .pc_nav{flex: 1;display: flex;flex-wrap: wrap;gap: 10px 70px;justify-content: flex-end;margin-left: 30px;}
#w011_index_footer_16 .head .pc_nav .link {font-size: 16px;line-height: 2;display: block;transition: 0.3s;}

#w011_index_footer_16 .contact {margin-top: 30px;}
#w011_index_footer_16 .contact .dt {font-size: 30px;line-height: 1.6;padding: 5px 0;}
#w011_index_footer_16 .contact .dt .icon {font-size: 30px;margin-left: 20px;}
#w011_index_footer_16 .contact .dt .icon:first-child{margin-left: 0;}
#w011_index_footer_16 .contact .dd {font-size: 16px;line-height: 1.6;padding: 5px 0;}

@media (any-hover: hover){
    #w011_index_footer_16 .head .pc_nav .link:hover{color:var(--hover_color);text-decoration:underline;}
}



@media screen and (max-width:750px) {
    .w011_index_footer_16_color {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_index_footer_16 .head {border: none;height: auto;flex-direction: column;}
    #w011_index_footer_16 .head .logo {min-width: 100%;display: none;}
    #w011_index_footer_16 .head .pc_nav{margin-left: 0;width: 100%;}
    #w011_index_footer_16 .head .pc_nav .link {font-size: var(--font-txt-S);line-height: var(--font-txt-L);border-bottom: 1px solid var(--font_color_2);padding: 20px 0;width: 100%;}

    #w011_index_footer_16 .contact .dt {font-size: var(--font-sub-S);line-height: var(--font-sub-L);padding: 10px 0 30px;}
    #w011_index_footer_16 .contact .dt .icon {font-size: var(--font-sub-S);}
    #w011_index_footer_16 .contact .dd {font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 10px 0;}
    #w011_index_footer_16 .contact_left .dd{padding: 10px 0 30px;}
}


#w011_index_footer_16_links{font-size: 16px;height: 72px;border-bottom: 1px solid var(--font_color_2);}
#w011_index_footer_16_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w011_index_footer_16_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w011_index_footer_16_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}
