
.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_44_nav{}
#w001_index_header_44_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_44_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_44_nav .head{color: #333;}

#w001_index_header_44_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_44_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_44_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_44_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_44_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_44_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_44_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_44_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_44_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_44_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_44_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_44_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_44_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_44_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_44_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_44_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_44_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_44_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_44_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_44_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_44_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_44_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_44_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_44_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_44_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_44_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_44_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_44_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_44_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_44.pc_app #w001_index_header_44_nav .head_nav .li{display: none;}
.w001_index_header_44.pc_app #w001_index_header_44_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_44_nav .head_nav .li{display: none;}
    #w001_index_header_44_nav .head .menu{display: block;}
    /* #w001_index_header_44_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_44_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_44_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_44_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_44_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_44_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_44_nav .head_btn .language{display: none;}

    #w001_index_header_44_nav .head .menu{padding: 30px;}
    #w001_index_header_44_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_44_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_44_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_44_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_44_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_44_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_44_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_44_nav .head .menu{display: none;}
.w001_index_header_44 #w001_index_header_44_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_44_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_44_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_44_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_44_nav .head_btn{flex: initial;}
}
#w014_index_hengfu_45{font-size: 0;}
#w014_index_hengfu_45 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w014_index_hengfu_45.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w014_index_hengfu_45 .type-a .slide .img_pc{transform: scale(1)!important;}
#w014_index_hengfu_45 .type-c .slide .img_pc{transform:scale(1)!important;}

#w014_index_hengfu_45 .slide .message_box{display: flex;height: calc( 100% - 200px );position: absolute;top:55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
#w014_index_hengfu_45 .message{display: flex;flex-direction: column;max-width: 100%;}
#w014_index_hengfu_45 .message_box[position="2"] .message,
#w014_index_hengfu_45 .message_box[position="5"] .message,
#w014_index_hengfu_45 .message_box[position="8"] .message{align-items: center;}
#w014_index_hengfu_45 .message_box[position="3"] .message,
#w014_index_hengfu_45 .message_box[position="6"] .message,
#w014_index_hengfu_45 .message_box[position="9"] .message{align-items: flex-end;}


#w014_index_hengfu_45 .message_box .message .titlename{max-width: 100%; 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_hengfu_45 .message_box .message .name{margin-top: 20px;max-width: 100%; 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);}
#w014_index_hengfu_45 .message_box .message .btn{font-size: 16px;width: 160px;height:50px;transition: 0.3s;margin-top: 45px; 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);}
#w014_index_hengfu_45 .message_box .message .btn .right{margin-left:25px;transition: 0.3s;}
#w014_index_hengfu_45 .message_box .message .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}



#w014_index_hengfu_45 .container .page_number{display: flex;justify-content: center;align-items: flex-end;bottom: 0px;z-index: 10;}
#w014_index_hengfu_45 .container .page_number .swiper-pagination-bullet{margin: 0 10px;width: 40px;height: 40px;display: flex;flex-direction: column;align-items: center;background: transparent;opacity: 1;transition: .3s;}
#w014_index_hengfu_45 .container .page_number .swiper-pagination-bullet > *{color: var(--hoverColor);}
#w014_index_hengfu_45 .container .page_number .swiper-pagination-bullet::after{display: block;content: '';width: 1px;height: 100%;background: var(--hoverColor);}
#w014_index_hengfu_45 .container .page_number .swiper-pagination-bullet-active{height: 60px;}


@media screen and (max-width: 751px){
    #w014_index_hengfu_45{display: none;}
}
/* 全局 */
.w012_index_about_145_wrapper{padding-top:var(--paddingTop);display: flex; justify-content: space-between;}
@media screen and (max-width:1200px) {
	.w012_index_about_145_wrapper{flex-direction: column;}
}

@media screen and (max-width:751px) {
	.w012_index_about_145_wrapper{padding-top: var(--appPaddingTop);}
}
/* 结束 */

/* 标题区 */
#w012_index_about_145_title{width: 50%;padding-right: 130px;}
#w012_index_about_145_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_145_title .intro{font-size: 24px;font-weight: 500;font-family: SourceHanSansCN;margin-bottom: 51px;}
#w012_index_about_145_title .brief{font-size: 16px;color:#6B6E73;line-height: 30px;}
#w012_index_about_145_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_145_title .btn .right{color:#333333;margin-left:25px;transition: 0.3s;}

#w012_index_about_145_title.myleft{text-align: left;}
#w012_index_about_145_title.myright{text-align: right;}
#w012_index_about_145_title.mycenter{text-align: center;}

#w012_index_about_145_title.myleft .btn{margin-right: auto;}
#w012_index_about_145_title.myright .btn{margin-left: auto;}
#w012_index_about_145_title.mycenter .btn{margin: 50px auto 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_145_title{width: 40%;padding-right:50px}

}

@media screen and (max-width:1300px) {
    #w012_index_about_145_title .brief{margin-bottom: 20px;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_145_title{width:100%}
    #w012_index_about_145_title .btn{margin-bottom: 30px;margin-top: 20px;}
}

@media screen and (max-width:751px) {
	#w012_index_about_145_title{padding-right: 0;}
	#w012_index_about_145_title .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w012_index_about_145_title .intro{font-size: var(--font-sub-S)}
    #w012_index_about_145_title .brief{font-size: var(--font-txt-S);line-height:var(--font-txt-L)}
    #w012_index_about_145_title .btn{ font-size: var(--font-bri-S);width: 250px;height: 80px;border-radius:0.4rem;}
	#w012_index_about_145_title .btn .right{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {	
	#w012_index_about_145_title .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);}
	#w012_index_about_145_title .btn:hover .right{color:#fff}
}
/* 结束 */


/* 图片区 */
#w012_index_about_145_images{width:50%;}
#w012_index_about_145_images .picture::before{padding-top:59.75%;}
#w012_index_about_145_images .picture img{top: 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_145_images{width:60%;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_145_images{width:100%;}
}
/* 结束 */


/* 底部数字区 */
#w012_index_about_145_bottom{padding-top:93px;margin-bottom:var(--paddingBottom);}

#w012_index_about_145_bottom .number{padding:40px 40px 40px 40px;background-color: #f8f8f8;}
#w012_index_about_145_bottom .number .li{position: relative;width:100%;margin-right:60px;}
#w012_index_about_145_bottom .number .li:last-child{margin-right: 0;}
#w012_index_about_145_bottom .number .li::after{content:'';position: absolute;width: 2px;height: 90px;background: #000000;opacity: 0.05;top: -10px;right: 120%;}
#w012_index_about_145_bottom .number .li:first-child:after{display: none;}
#w012_index_about_145_bottom .number .li .num{font-size:var(--listFt1_px);font-weight: bold;position: relative;}
#w012_index_about_145_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_145_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_145_bottom .number{padding-right: 40px;}
}

@media screen and (max-width:751px) {
	#w012_index_about_145_bottom{padding-bottom: var(--appPaddingBottom);padding-top: 50px;}
	#w012_index_about_145_bottom .number{display: grid;grid-template-columns: 100%;row-gap: 30px;}
	#w012_index_about_145_bottom .number .li{text-align: center;}
	#w012_index_about_145_bottom .number .li::after{width: 100%;height: 2px;background-color: #333;}
	#w012_index_about_145_bottom .number .li .num{font-size:var(--font-big-S)}
	#w012_index_about_145_bottom .number .li .num::after{width: 10px;height: 10px;}
	#w012_index_about_145_bottom .number .li .simple{font-size:var(--font-txt-S)}
	#w012_index_about_145_bottom .number .li .tag{font-size: var(--font-txt-S);margin-top: 10px;}
}
/* 结束 */

/* 全局 */
.w028_index_products_105_wrap{padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);background-color: #f9fafb;}

@media screen and (max-width:850px) {
    .w028_index_products_105_wrap{padding-top: 50px;}
}

@media screen and (max-width: 751px){
    .w028_index_products_105_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}
/* 结束 */

/* 标题部分 */
#w028_index_products_105_data .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);}
#w028_index_products_105_data .subtitle{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);margin-top: 30px;width: 50%;}

@media screen and (max-width: 1100px){
    #w028_index_products_105_data .subtitle{width: 100%;}
}

@media screen and (max-width: 751px){
    #w028_index_products_105_data .title{font-size: var(--font-txt-S)}
    #w028_index_products_105_data .subtitle{font-size:var(--font-big-S)}
}

/* 结束 */


/* 产品分类切换 */
#w028_index_products_105_nav{right: 0;top: 15%;width: 300px;background-color: #fff;z-index: 3;}

#w028_index_products_105_nav .category{padding: 15px 30px 25px 30px;}
#w028_index_products_105_nav .category .title{font-size: 20px;color: var(--sideColor);padding: 15px 0;border-bottom: 1px solid #eaeaea;}

#w028_index_products_105_nav .list{padding: 15px 0;}
#w028_index_products_105_nav .list .name{font-size: 16px;transition: 0.3s;}
#w028_index_products_105_nav .list.cur .name,
#w028_index_products_105_nav .list.cur .rightt{color: var(--sideColor);}

#w028_index_products_105_nav .category_app {display: none;align-items: center;flex: 1;background: rgba(204, 204, 204,0.2);border-radius: 10px;}
#w028_index_products_105_nav .category_app .menu{position: relative;font-weight: bold;background: var(--curFontColor);display: block;line-height: 50px;text-align: center;padding:20px 20px;}
#w028_index_products_105_nav .category_app .title{color: #333;}
#w028_index_products_105_nav .category_app .menu_i{font-size: 30px;transition: .3s;position: absolute;right: 50px;top: 50%;transform: translateY(-50%);transition: .3s;}
#w028_index_products_105_nav .category_app .menu.cur .menu_i{transform: translateY(-50%) rotateZ(90deg);}

#w028_index_products_105_nav .category_app .ul{display: none;}
#w028_index_products_105_nav .category_app .a{display: block;line-height: 50px;text-align: center;padding: 15px 20px;border-bottom: 3px solid #fff;}

@media screen and (max-width:850px) {
    
}

@media screen and (max-width:850px) {
    #w028_index_products_105_nav{display: none;}
    #w028_index_products_105_nav {font-size: 30px;display: flex;width: 100%;position: static;margin-bottom: 50px;}
    #w028_index_products_105_nav .subnav{display: none;}
    #w028_index_products_105_nav .category{display: none;}
    #w028_index_products_105_nav .category_app{display: block;}
    #w028_index_products_105_nav.has_not_category{display: none;}
}

@media screen and (max-width: 1100px){
    #w028_index_products_105_nav{bottom: 30%;}
}

@media (any-hover: hover) {
	#w028_index_products_105_nav .list:hover .name,
    #w028_index_products_105_nav .list:hover .rightt{color: var(--hoverColor);}
    
}

/* 结束 */


/* 产品信息展示区 */
#w028_index_products_105_bot .container{margin-top:100px;}
#w028_index_products_105_bot .slide{height: 500px;}
#w028_index_products_105_bot .pic{height: 500px;}
#w028_index_products_105_bot .pic .imgg{transition: 0.3s;}

/* 产品信息展示 */
#w028_index_products_105_bot .show{left: 0;bottom:18%;z-index: 3;}
#w028_index_products_105_bot .show .tit{font-size: 24px;color: var(--proColor);margin-top: 95px;width: 420px;}
#w028_index_products_105_bot .show .bri{font-size: 16px;margin-top: 25px;line-height: 1.8;width: 450px;}
#w028_index_products_105_bot .show .more{width: 180px;height: 55px;border-radius:35px;font-size: 16px;margin-top: 60px;transition: 0.3s; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w028_index_products_105_bot .show .more .aa{width: 65%;transition: 0.3s;}

/* 轮播图切换按钮 */
#w028_index_products_105_bot .prevnext{width: 210px;margin-top: 120px;}
#w028_index_products_105_bot .prevnext .page{font-size: 16px;}
#w028_index_products_105_bot .prevnext .btn{width: 60px;height: 60px;border-radius: 50%;background-color: #fff;transition: 0.3s;}
#w028_index_products_105_bot .prevnext span{color: #555555;}

@media screen and (max-width: 1100px){
    #w028_index_products_105_bot{position: static;}
    #w028_index_products_105_bot .picture{width: 60%;}
    #w028_index_products_105_bot .con{flex-direction: column;}
}

@media screen and (max-width: 850px){
    #w028_index_products_105_bot .show{position: static;}
    #w028_index_products_105_bot .show .tit{width: 100%;}
    #w028_index_products_105_bot .show .bri{width: 100%;}
}

@media screen and (max-width: 750px){
    #w028_index_products_105_bot .prevnext{display: none;}
    #w028_index_products_105_bot .picture{width: 100%;}
    #w028_index_products_105_bot .slide{width: 100%;}
    #w028_index_products_105_bot .show .tit{font-size: var(--font-sub-S);}
    #w028_index_products_105_bot .show .bri{font-size: var(--font-txt-S);}
    #w028_index_products_105_bot .show .more{width: 250px;height: 70px;font-size: var(--font-txt-S);}
    #w028_index_products_105_bot .show .more .aa .ico{font-size: var(--font-txt-S);}
}


.aa{height: 100%;}
/* 结束 */


@media (any-hover: hover) {
	#w028_index_products_105_bot .prevnext .btn:hover{background-color: var(--iconColor);}
    #w028_index_products_105_bot .prevnext .btn:hover .ico{color: #fff;}

    #w028_index_products_105_bot .show .more:hover .aa{width: 70%;}
    #w028_index_products_105_bot .show .more:hover{transform: translateY(-5px); box-shadow: 0px 5px 20px rgba(32, 190, 218, 0.5);}

}
/* 结束 */




#w004_index_scheme_107 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}


#w004_index_scheme_107 .box .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 8px;}
#w004_index_scheme_107 .box .subtitle{gap: 10px 20px;}
#w004_index_scheme_107 .box .subtitle .tip{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}
#w004_index_scheme_107 .box .more{font-size: 16px;color: #333;}
#w004_index_scheme_107 .box .more .more_i{width: 30px; height: 30px; background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 15px;}
#w004_index_scheme_107 .box .more .more_i > i{font-size: 20px;}

#w004_index_scheme_107.myleft .box{}
#w004_index_scheme_107.myleft .box .subtitle{}
#w004_index_scheme_107.mycenter .box{text-align: center;}
#w004_index_scheme_107.mycenter .box .subtitle{flex-direction: column;justify-content: center;}
#w004_index_scheme_107.myright .box{text-align: right;}
#w004_index_scheme_107.myright .box .subtitle{flex-direction: row-reverse;}


#w004_index_scheme_107 .box .ul{display: flex;transition: .6s;padding-top: 60px;margin-top: 48px;font-weight: lighter;}
#w004_index_scheme_107 .box .ul .li{width:140px;height: 580px;transition: .5s;margin-left: 8px;padding-top: 40px;overflow: hidden;position: relative;}
#w004_index_scheme_107 .box .ul .li::before{display: block;content: '';width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);z-index: 1;position: absolute;top: 0;left: 0;}
#w004_index_scheme_107 .box .ul .li.cur{width: 100%;box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.1);}
#w004_index_scheme_107 .box .ul .li:nth-child(1){margin-left: 0;}
#w004_index_scheme_107 .box .ul .li:nth-child(2){transform: translateY(-32px);}
#w004_index_scheme_107 .box .ul .li:nth-child(3){transform: translateY(-60px);}
#w004_index_scheme_107 .box .ul .li:nth-child(4){transform: translateY(-32px);}
#w004_index_scheme_107 .box .ul .li:nth-child(5){}



#w004_index_scheme_107 .box .ul .li .img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
#w004_index_scheme_107 .box .ul .li .name{writing-mode:vertical-lr;font-size: 20px;color: #fff;position: relative;margin: 0 auto;z-index: 1;}
#w004_index_scheme_107 .box .ul .li .brief {font-size: 16px;color: #fff;line-height: 30px;margin: 30px 0 25px;position: relative;max-width: 0px;overflow: hidden;max-height: 180px;z-index: 1;}
#w004_index_scheme_107 .box .ul .li .view {font-size: 16px;color: #fff;position: relative;max-width: 0px;overflow: hidden;display: block;z-index: 1;pointer-events:visible;}
#w004_index_scheme_107 .box .ul .li .view i{margin-left: 5px;}

#w004_index_scheme_107 .box .ul .li.cur{padding: 60px;}
#w004_index_scheme_107 .box .ul .li.cur .name{writing-mode:initial;font-size: 28px;}
#w004_index_scheme_107 .box .ul .li.cur .brief{max-width: initial;width: 70%;}
#w004_index_scheme_107 .box .ul .li.cur .view{max-width: initial;}


@keyframes slide-right {
    0% { margin-left: 0px; opacity: 1; }
    50% { margin-left: 20px; opacity: 0; }
    75% { margin-left: -20px; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
  }


@media (any-hover: hover){
    #w004_index_scheme_107 .box .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_scheme_107 .box .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width: 750px){
    #w004_index_scheme_107 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_scheme_107 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);margin-bottom: 16px;}
    #w004_index_scheme_107 .box .subtitle{display: block;}
    #w004_index_scheme_107 .box .subtitle .tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin-bottom: 20px;}

    #w004_index_scheme_107 .box .more{font-size: var(--font-bri-S);display: inline-flex;}
    #w004_index_scheme_107 .box .more .more_i{width: 70px; height: 70px; background: var(--moreBgColor);}
    #w004_index_scheme_107 .box .more .more_i > i{font-size: var(--font-txt-S);}

    #w004_index_scheme_107 .box .ul.ul-2{display: block;padding-top: 0px;}
    #w004_index_scheme_107 .box .ul.ul-2 .li{width:100%;margin-left: 0px;padding-top: 0px;padding: 60px;}
    #w004_index_scheme_107 .box .ul.ul-2 .li.cur{box-shadow: none;}
    #w004_index_scheme_107 .box .ul.ul-2 .li:nth-child(2){transform: translateY(0px);}
    #w004_index_scheme_107 .box .ul.ul-2 .li:nth-child(3){transform: translateY(0px);}
    #w004_index_scheme_107 .box .ul.ul-2 .li:nth-child(4){transform: translateY(0px);}
    #w004_index_scheme_107 .box .ul.ul-2 .li .name {writing-mode:initial;}
    #w004_index_scheme_107 .box .ul.ul-2 .li .brief {max-width: 100%;}
    #w004_index_scheme_107 .box .ul.ul-2 .li .view {max-width: 100%;display: inline-block;}


    #w004_index_scheme_107 .box .ul .li .name{font-size: var(--font-txt-S);}
    #w004_index_scheme_107 .box .ul .li .brief {font-size: var(--font-bri-S);line-height: var(--font-bri-L);max-height: calc(6 * var(--font-bri-L));}
    #w004_index_scheme_107 .box .ul .li .view {font-size: var(--font-bri-S);}
    #w004_index_scheme_107 .box .ul .li .view i{font-size: var(--font-bri-S);}


    #w004_index_scheme_107 .box .ul .li.cur .name{font-size: var(--font-txt-S);}
    #w004_index_scheme_107 .box .ul .li.cur .brief{width: 100%;font-size: var(--font-bri-S);}
}
#w001_index_news_170 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--contentBgColor);}


#w001_index_news_170 .box .title{padding-bottom: 60px;}
#w001_index_news_170 .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_170 .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_170 .title .more{font-size: 16px;color: #333;align-self: flex-end;}
#w001_index_news_170 .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_170.myleft .title{}
#w001_index_news_170.mycenter .title{flex-direction: column;justify-content: center;text-align: center;}
#w001_index_news_170.mycenter .title .more{align-self: center;}
#w001_index_news_170.myright .title{flex-direction: row-reverse;text-align: right;}

#w001_index_news_170 .box .graphic{display: grid;grid-template-columns: repeat(3,calc((100% - 70px)/3));gap: 35px;}
#w001_index_news_170 .graphic .dl{background: var(--listBgColor);}
#w001_index_news_170 .graphic .dl .dt{padding-top: 60.784313%;}
#w001_index_news_170 .graphic .dl .dd{padding: 36px 30px 30px;}
#w001_index_news_170 .graphic .dl .dd .time{font-size: 18px;color: #888;}
#w001_index_news_170 .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_170 .graphic .dl .dd .brief{font-size: 16px;line-height: 24px;color: #666666;max-height: 48px;}

#w001_index_news_170 .graphic .list{background: var(--listBgColor);padding: 10px 22px;}
#w001_index_news_170 .graphic .list .li{font-size: 20px;line-height: 30px;color: #333;margin: 30px 0;}
#w001_index_news_170 .graphic .list .li .name{font-weight: bold;transition: .3s;max-height: 60px;}
#w001_index_news_170 .graphic .list .li .time{font-size: 16px;line-height: 1;color: #888;margin-top: 5px;}




@media (any-hover: hover){
    #w001_index_news_170 .title .more:hover .more_i {transform: translateX(10px);}
    #w001_index_news_170 .graphic .dl .dd .name:hover{color: var(--hoverFontColor);}
    #w001_index_news_170 .graphic .dl .dt:hover img{transform: scale(1.1);}
    #w001_index_news_170 .graphic .list .li:hover .name{color: var(--hoverFontColor);}
}

@media screen and (max-width: 1050px){
    #w001_index_news_170 .box .graphic{grid-template-columns: repeat(2,calc((100% - 35px)/2));gap: 35px;}
    #w001_index_news_170 .graphic .list{grid-column: 1 / span 2;}
}

@media screen and (max-width: 750px){
    #w001_index_news_170 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w001_index_news_170 .box .title{flex-direction: column;align-items: flex-start;}
    #w001_index_news_170 .box .title{padding-bottom: 60px;}
    #w001_index_news_170 .title .p_tip{font-size: var(--font-txt-S);line-height: var(--font-txt-L);font-weight: var(--font-txt-B);}
    #w001_index_news_170 .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_170 .title .more{font-size: var(--font-txt-S);}
    #w001_index_news_170 .title .more .more_i{width: 70px; height: 70px;font-size: var(--font-bri-S);}


    #w001_index_news_170 .box .graphic{display: block;}
    #w001_index_news_170 .graphic .dl{margin-bottom: var(--font-txt-S);}
    #w001_index_news_170 .graphic .dl .dd .time{font-size: var(--font-bri-S);}
    #w001_index_news_170 .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_170 .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_170 .graphic .list .li{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0 50px;}
    #w001_index_news_170 .graphic .list .li .name{max-height: calc(2 * var(--font-sma-L));}
    #w001_index_news_170 .graphic .list .li .time{font-size: var(--font-bri-S);}
}

#temp_d_ly_ly00001_112{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_112 .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_112 .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_112.myleft .big_tit{text-align: left;}
#temp_d_ly_ly00001_112.myleft .big_tit_line{margin: 15px auto 0 0;}
#temp_d_ly_ly00001_112.mycenter .big_tit{text-align: center;}
#temp_d_ly_ly00001_112.mycenter .big_tit_line{margin: 15px auto 0;}
#temp_d_ly_ly00001_112.myright .big_tit{text-align: right;}
#temp_d_ly_ly00001_112.myright .big_tit_line{margin: 15px 0 0 auto;}

#temp_d_ly_ly00001_112 .con{margin-top: 60px;}
/* #temp_d_ly_ly00001_112 .pictures{ margin-top: 20px; height: 178px; white-space: nowrap;}
#temp_d_ly_ly00001_112 .pictures .demos{width: 100%; height: 100%; white-space: nowrap;} */
#temp_d_ly_ly00001_112 .one{margin-top: 20px; width: 100%; height: 178px; white-space: nowrap;}
#temp_d_ly_ly00001_112 .one .wrapper{ width: max-content; height: 100%;}
#temp_d_ly_ly00001_112 .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_112 .img img{max-width: 100%; max-height: 100%; transition: all .6s ease;}
#temp_d_ly_ly00001_112 .pictures:nth-child(2) .demos{ top: 0; right: 0;}
#temp_d_ly_ly00001_112 .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_112 .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_112 .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_112 .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_112 .img:hover img {-webkit-transform: scale(1.1); transform: scale(1.1);}

@media screen and (max-width: 750px){
	#temp_d_ly_ly00001_112 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #temp_d_ly_ly00001_112 .big_tit{font-size: var(--font-sub-S);}
}
#w014_index_server_50_server{margin-top: var(--paddingTop);margin-bottom: var(--paddingBottom);}

@media screen and (max-width: 751px){
	#w014_index_server_50_server{margin-top: var(--appPaddingTop);margin-bottom: var(--appPaddingBottom);width: 100%;}
}

#w014_index_server_50_server .li{width: 50%;}
#w014_index_server_50_server .li .bg{width: 50vw;left: 0;top: 0;bottom: 0;position: absolute;transition: 0.3s;}
#w014_index_server_50_server .li .bg .imgg{transition: 0.3s;}

#w014_index_server_50_server .li .bgg{right: 0;top: 0;bottom: 0;width: 50vw;position: absolute;transition: 0.3s;}
#w014_index_server_50_server .li .bgg .imgg{transition: 0.3s;}

#w014_index_server_50_server .cur .text{position: relative;color: #fff;z-index: 3;height: 100%;padding: 100px 0;margin-left: 8%;margin-right: 8%;}
#w014_index_server_50_server .curr .text{position: relative;color: #fff;z-index: 3;height: 100%;padding: 100px 0;margin-left: 8%;margin-right: 8%;}

#w014_index_server_50_server .text .name{font-size: 24px;}
#w014_index_server_50_server .text .brief{font-size: 18px;margin-top: 5px;}

@media (any-hover: hover) {
	#w014_index_server_50_server .li:hover .imgg{transform: scale(1.1)}
	#w014_index_server_50_server .li:hover .imgg{transform: scale(1.1)}
}

@media screen and (max-width: 751px){
	#w014_index_server_50_server{flex-direction: column;}
	#w014_index_server_50_server .text .name{font-size:var(--font-sma-S);line-height:var(--font-sma-L)}
	#w014_index_server_50_server .text .brief{font-size:var(--font-txt-S);line-height:var(--font-txt-L)}

	#w014_index_server_50_server .li{width: 100%;}
	#w014_index_server_50_server .li .bg{width: 100vw;left: 0;right: 0;top: 0;bottom: 0;}
	#w014_index_server_50_server .li .bgg{width: 100vw;left: 0;right: 0;top: 0;bottom: 0;}
}



.w011_index_footer_51_color {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background-color: var(--bg_color);color: var(--font_color_1);overflow: hidden;}

#w011_index_footer_51 {}
#w011_index_footer_51 .head {border-bottom: 1px solid var(--font_color_2);min-height: 150px;}
#w011_index_footer_51 .head .logo {width: 160px;flex-shrink: 0;}
#w011_index_footer_51 .head .logo.widthAuto {width: auto;}
/* #w011_index_footer_51 .head .logo::before {padding-top: 37.5%;} */
/* #w011_index_footer_51 .head .logo img {max-width: 100%;max-height: 100%;flex-shrink: 0;} */
#w011_index_footer_51 .head .pc_nav{flex: 1;display: flex;flex-wrap: wrap;gap: 10px 70px;justify-content: flex-end;margin-left: 30px;}
#w011_index_footer_51 .head .pc_nav .link {font-size: 16px;line-height: 2;display: block;transition: 0.3s;}

#w011_index_footer_51 .contact {margin-top: 30px;}
#w011_index_footer_51 .contact .dt {font-size: 30px;line-height: 1.6;padding: 5px 0;}
#w011_index_footer_51 .contact .dt .icon {font-size: 30px;margin-left: 20px;}
#w011_index_footer_51 .contact .dt .icon:first-child{margin-left: 0;}
#w011_index_footer_51 .contact .dd {font-size: 16px;line-height: 1.6;padding: 5px 0;}

@media (any-hover: hover){
    #w011_index_footer_51 .head .pc_nav .link:hover{color:var(--hover_color);text-decoration:underline;}
}



@media screen and (max-width:750px) {
    .w011_index_footer_51_color {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_index_footer_51 .head {border: none;height: auto;flex-direction: column;}
    #w011_index_footer_51 .head .logo {min-width: 100%;display: none;}
    #w011_index_footer_51 .head .pc_nav{margin-left: 0;width: 100%;}
    #w011_index_footer_51 .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_51 .contact .dt {font-size: var(--font-sub-S);line-height: var(--font-sub-L);padding: 10px 0 30px;}
    #w011_index_footer_51 .contact .dt .icon {font-size: var(--font-sub-S);}
    #w011_index_footer_51 .contact .dd {font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 10px 0;}
    #w011_index_footer_51 .contact_left .dd{padding: 10px 0 30px;}
}


#w011_index_footer_51_links{font-size: 16px;height: 72px;border-bottom: 1px solid var(--font_color_2);}
#w011_index_footer_51_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w011_index_footer_51_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w011_index_footer_51_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}
