
.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_41_nav{}
#w001_index_header_41_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_41_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_41_nav .head{color: #333;}

#w001_index_header_41_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_41_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_41_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_41_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_41_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_41_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_41_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_41_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_41_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_41_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_41_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_41_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_41_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_41_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_41_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_41_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_41_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_41_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_41_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_41_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_41_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_41_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_41_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_41_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_41_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_41_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_41_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_41_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_41_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_41.pc_app #w001_index_header_41_nav .head_nav .li{display: none;}
.w001_index_header_41.pc_app #w001_index_header_41_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_41_nav .head_nav .li{display: none;}
    #w001_index_header_41_nav .head .menu{display: block;}
    /* #w001_index_header_41_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_41_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_41_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_41_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_41_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_41_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_41_nav .head_btn .language{display: none;}

    #w001_index_header_41_nav .head .menu{padding: 30px;}
    #w001_index_header_41_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_41_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_41_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_41_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_41_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_41_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_41_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_41_nav .head .menu{display: none;}
.w001_index_header_41 #w001_index_header_41_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_41_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_41_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_41_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_41_nav .head_btn{flex: initial;}
}
#w001_index_hengfu_42 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_42.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w001_index_hengfu_42 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_42 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_42 .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_42 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_42 .message_box[position="2"] .message,
#w001_index_hengfu_42 .message_box[position="5"] .message,
#w001_index_hengfu_42 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_42 .message_box[position="3"] .message,
#w001_index_hengfu_42 .message_box[position="6"] .message,
#w001_index_hengfu_42 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_42 .message_box[position="2"] .message .name,
#w001_index_hengfu_42 .message_box[position="5"] .message .name,
#w001_index_hengfu_42 .message_box[position="8"] .message .name,
#w001_index_hengfu_42 .message_box[position="2"] .message .brief,
#w001_index_hengfu_42 .message_box[position="5"] .message .brief,
#w001_index_hengfu_42 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_42 .message_box[position="3"] .message .name,
#w001_index_hengfu_42 .message_box[position="6"] .message .name,
#w001_index_hengfu_42 .message_box[position="9"] .message .name,
#w001_index_hengfu_42 .message_box[position="3"] .message .brief,
#w001_index_hengfu_42 .message_box[position="6"] .message .brief,
#w001_index_hengfu_42 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_42 .message_box[position="1"] .message .name,
#w001_index_hengfu_42 .message_box[position="4"] .message .name,
#w001_index_hengfu_42 .message_box[position="7"] .message .name,
#w001_index_hengfu_42 .message_box[position="1"] .message .brief,
#w001_index_hengfu_42 .message_box[position="4"] .message .brief,
#w001_index_hengfu_42 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_index_hengfu_42 .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_42 .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_42 .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_42 .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_42 .swiper-pagination-bullets{bottom: 40px;}
#w001_index_hengfu_42 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w001_index_hengfu_42 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_42 .container .swiper-pagination-bullet-active{width: 60px;}
#w001_index_hengfu_42 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

@media screen and (max-width: 1024px){
    #w001_index_hengfu_42 .message_box .message .name{font-size: 48px;}
    #w001_index_hengfu_42 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w001_index_hengfu_42{display: none;}
}
#w000_brand_story_brand_agent_64 .box{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);text-align: center;}
#w000_brand_story_brand_agent_64 .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: 0 0 32px;}
#w000_brand_story_brand_agent_64 .box .brief{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: 0 auto 60px;max-width: 1198px;}
#w000_brand_story_brand_agent_64 .box .btn{width: 300px;height: 80px;margin: 0 auto;display: flex;align-items: center;justify-content: center; color: var(--btn_1st_font_color);background: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w000_brand_story_brand_agent_64 .box .btn .span{font-size: 26px;line-height: 80px;font-weight: 500;font-style: italic;}
#w000_brand_story_brand_agent_64 .box .btn .img{margin-left: 16px;}
#w000_brand_story_brand_agent_64 .box .btn .img *{fill: var(--btn_1st_font_color);}

#w000_brand_story_brand_agent_64.myleft .box .title{text-align: left;}
#w000_brand_story_brand_agent_64.myleft .box .brief{text-align: left;}
#w000_brand_story_brand_agent_64.myleft .box .btn{margin: 0 auto 0 0;}
#w000_brand_story_brand_agent_64.mycenter .box .title{text-align: center;}
#w000_brand_story_brand_agent_64.mycenter .box .brief{text-align: center;}
#w000_brand_story_brand_agent_64.mycenter .box .btn{margin: 0 auto;}
#w000_brand_story_brand_agent_64.myright .box .title{text-align: right;}
#w000_brand_story_brand_agent_64.myright .box .brief{text-align: right;}
#w000_brand_story_brand_agent_64.myright .box .btn{margin: 0 0 0 auto;}

@media only screen and (max-width: 750px) {
    #w000_brand_story_brand_agent_64{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    /* #w000_brand_story_brand_agent_64 .box .title{font-size: 36px;line-height: 1.7;font-weight: 700;}
    #w000_brand_story_brand_agent_64 .box .brief{margin: 30px 0;font-size: 28px;line-height: 1.7;} */
    #w000_brand_story_brand_agent_64 .box .title{font-size: var(--font_1st_mobile_px);color: var(--font_1st_mobile_color);font-weight: var(--font_1st_mobile_font_weight);font-style: var(--font_1st_mobile_font_style);line-height: var(--font_1st_mobile_line_height);}
    #w000_brand_story_brand_agent_64 .box .brief{font-size: var(--font_2nd_mobile_px);color: var(--font_2nd_mobile_color);font-weight: var(--font_2nd_mobile_font_weight);font-style: var(--font_2nd_mobile_font_style);line-height: var(--font_2nd_mobile_line_height);}
}
.w010_server_development_development_62_wrap {background-color: #fff;padding-top: var(--paddingTop);}
@media screen and (max-width:750px) {
	.w010_server_development_development_62_wrap{padding-top: var(--appPaddingTop);}
}
/*  */
#w010_server_development_development_62 {display: grid;grid-template-columns: repeat(3,calc((100% - 150px)/3));gap:75px;}
#w010_server_development_development_62 .case {color: #999999;background: #fff;border-radius: 20px;padding: 45px 37px 50px 50px;transition: 0.6s;}
#w010_server_development_development_62 .case .text{margin-left:20px;width:80%;}
#w010_server_development_development_62 .case .time{width: .4rem;height: .4rem;border-radius: 20px; background-color: #E6E6E6 ;color: #fff;}
#w010_server_development_development_62 .case .time .svgg{fill:#fff}
#w010_server_development_development_62 .case .title{font-size: 20px;color:#333333;margin-bottom: 21px;margin-top: 7px;transition:0.6s;}
#w010_server_development_development_62 .case .bot_brief {font-size: 16px;margin-bottom: 50px;color: #333333;line-height: 24px;transition:0.6s;line-height: 24px;}
#w010_server_development_development_62 .case .number{font-size: 150px;color: #fff;position: absolute;bottom: -120px;right: 30px;opacity:0.1;}



@media (any-hover: hover) {
	#w010_server_development_development_62 .case:hover{box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);transform: translateY(-10px);background-color: var(--hoverColor);}
	#w010_server_development_development_62 .case:hover .title{color:#fff}
	#w010_server_development_development_62 .case:hover .bot_brief{color:#fff;}
	#w010_server_development_development_62 .case:hover .time{background-color: #fff;}
	#w010_server_development_development_62 .case:hover .time .svgg{fill:var(--hoverColor)}
}

@media screen and (max-width:1400px) {
	#w010_server_development_development_62{gap:60px}
	#w010_server_development_development_62 .case{padding: 46px 20px 50px 14px;}
}

@media screen and (max-width:1200px) {
	#w010_server_development_development_62{grid-template-columns: repeat(2,49%);gap:40px}
}

@media screen and (max-width:950px) {
	#w010_server_development_development_62 {grid-template-columns:100%;}
	#w010_server_development_development_62 .case .text{width: 100%;}
}
@media screen and (max-width:750px) {
	#w010_server_development_development_62{margin-right: 0;gap:0}
	#w010_server_development_development_62 .case{padding: 20px;}
	#w010_server_development_development_62 .case .time{margin-top: .12rem;left: .2rem;position: absolute;}
	#w010_server_development_development_62 .case .text{margin-left: 0;}
	#w010_server_development_development_62 .case .title{font-size: var(--font-sma-S);padding-left: .6rem;}
	#w010_server_development_development_62 .case .bot_brief {font-size: var(--font-txt-S);line-height: 170%;}
	#w010_server_development_development_62 .case .text .number{bottom: -90px;color: var(--hoverColor);}

	
	#w010_server_development_development_62 .case{overflow: hidden;box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);transform: translateY(-10px);margin-bottom: 50px}
	/* #w010_server_development_development_62 .case .title{color:#fff} */
	/* #w010_server_development_development_62 .case .bot_brief{color:#fff;} */
	/* #w010_server_development_development_62 .case .time{background-color: #fff;} */
	/* #w010_server_development_development_62 .case .time .svgg{fill:var(--hoverColor)} */
}

#w010_server_development_development_62_page{padding-bottom: var(--paddingBottom);}

@media screen and (max-width:750px) {
	#w010_server_development_development_62_page{padding-bottom: var(--appPaddingBottom);}
}


.w018_index_solution_234 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: rgba(0, 0, 0, .2);overflow: hidden;background: url('/module/w018/index/solution/images/bg.jpg') no-repeat center/cover;position: relative;}
.w018_index_solution_234::before{content: '';display: block;width: 100%;height: 100%;background: rgba(0, 0, 0, .7);position: absolute;top: 0;left: 0;}

#w018_index_solution_234_text{margin-bottom: 60px;gap:10px 60px;border-bottom: 1px solid rgba(153, 153, 153, .2);position: relative;}
#w018_index_solution_234_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);margin-bottom: 14px;}
#w018_index_solution_234_text .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);padding-bottom: 30px;}

#w018_index_solution_234_text .btns{display: flex;flex-wrap: wrap;gap:10px 50px;justify-content: flex-end;}
#w018_index_solution_234_text .btn{font-size: var(--btn_fz_px);color: var(--btn_fz_color);border-bottom: 4px solid transparent;transition: .3s;cursor: pointer;padding-bottom: 32px;margin-bottom: -1px;}
#w018_index_solution_234_text .btn.cur,
#w018_index_solution_234_text .btn:hover{color: var(--btnColor);border-color: var(--btnColor);}

@media screen and (max-width:1250px) {
    #w018_index_solution_234_text{flex-direction: column;align-items: flex-start;}
}
@media screen and (max-width:750px) {
    .w018_index_solution_234 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w018_index_solution_234_text{display: block;}
    #w018_index_solution_234_text .title{font-size: var(--font-bri-S);line-height:var(--font-bri-L);}
    #w018_index_solution_234_text .subtitle{font-size: var(--font-sma-S);line-height:var(--font-sma-L);}
    #w018_index_solution_234_text .btns{justify-content: flex-start;margin-top: 30px;display: none;}
    #w018_index_solution_234_text .btn{font-size: var(--font-bri-S);width: 240px;height: 70px;}
}


#w018_index_solution_234_bind .container{overflow: visible;}
#w018_index_solution_234_bind .slide{width: 57.5%;overflow: hidden;}

#w018_index_solution_234_bind .img{padding-top: 55.2173913%;}
#w018_index_solution_234_bind .text{position: absolute;top:calc(100% - 150px);left: 0;width: 100%;height: 100%;padding: 80px;color: #fff;transition:top .3s;}
#w018_index_solution_234_bind .text::before{content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;opacity: 0;background: var(--hoverColor);transition:.3s;}
#w018_index_solution_234_bind .text .name{font-size: 24px;font-weight: bold;margin: 0 0 20px;transition: .3s;line-height: 1;position: relative;}
#w018_index_solution_234_bind .text .limit{overflow-y: auto;transform: translateY(50px);transition:transform .3s;padding-right: 5px;position: relative;}
#w018_index_solution_234_bind .text .limit .brief{font-size: 16px;line-height: 1.8;}
#w018_index_solution_234_bind .text .limit .ul{display: flex;flex-wrap: wrap;gap: 10px 60px;margin: 50px 0 60px;align-items: flex-start;}
#w018_index_solution_234_bind .text .limit .ul .li{font-size: 16px;line-height: 1.8;list-style: disc;}
#w018_index_solution_234_bind .text .limit .more{width: 150px;height: 50px;font-size: 14px;font-weight: bold; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w018_index_solution_234_bind .text .limit .more i{font-size: 16px;margin-left: 20px;}


#w018_index_solution_234_bind .slide:hover .text{top: 0;}
#w018_index_solution_234_bind .slide:hover .text::before{opacity: .5;}
#w018_index_solution_234_bind .slide:hover .text .limit{transform: translateY(0%);}


#w018_index_solution_234_bind .container .swiper-pagination-bullets{display: none;}
#w018_index_solution_234_bind .container .swiper-pagination-bullet{width: 10px;height: 10px;border: 1px solid #333;transition: .3s;}
#w018_index_solution_234_bind .container .swiper-pagination-bullet-active{background: #fff;}

@media screen and (max-width:1250px) {
    #w018_index_solution_234_bind .text{padding: 40px;top:calc(100% - 100px);}
    #w018_index_solution_234_bind .text .limit .ul{margin: 20px 0;gap: 10px 30px;}
    #w018_index_solution_234_bind .text .limit .ul .li{font-size: 14px;}
    #w018_index_solution_234_bind .text .limit .more{left: 40px;}
}

@media screen and (max-width:750px) {
    #w018_index_solution_234_bind .slide{width: 100%;overflow: hidden;}

    #w018_index_solution_234_bind .text .name{font-size: var(--font-txt-S);line-height:var(--font-txt-L);}
    #w018_index_solution_234_bind .text .limit .brief{font-size: var(--font-bri-S);line-height:var(--font-bri-L);}
    #w018_index_solution_234_bind .text .limit .ul{flex-direction: column;}
    #w018_index_solution_234_bind .text .limit .ul .li{font-size: var(--font-bri-S);}
    #w018_index_solution_234_bind .text .limit .more{width: 240px;height: 70px;font-size: var(--font-bri-S);}
    #w018_index_solution_234_bind .text .limit .more i{font-size: var(--font-bri-S);}

    #w018_index_solution_234_bind .container .swiper-pagination-bullets{display: block;}
    #w018_index_solution_234_bind .container .swiper-pagination-bullet{width: 14px;height: 14px;}
}
#t001_index_about_249 {padding-top: var(--paddingTop);background: #fff;}


#t001_index_about_249 .box {flex-direction: row-reverse;}
#t001_index_about_249 .box .left{padding-bottom: var(--paddingBottom);}

#t001_index_about_249 .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: 30px;}
#t001_index_about_249 .box .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);}

#t001_index_about_249 .left .name{font-size: 24px;line-height: 42px;}
#t001_index_about_249 .left .brief{font-size: 16px;color: #666;line-height: 30px;margin:15px 0 80px;}

#t001_index_about_249 .left .ul{}
#t001_index_about_249 .left .ul .li{margin-right: 80px;margin-bottom: 30px;}
#t001_index_about_249 .left .ul .li .num{font-size: 50px;color: var(--numFontColor);font-weight: bold;margin-right: 10px;}
#t001_index_about_249 .left .ul .li .unit{font-size: 20px;color: #333;line-height: 1.8;}
#t001_index_about_249 .left .ul .li .unit_i{font-size: 30px;color: var(--numFontColor);line-height: 1.8;}
#t001_index_about_249 .left .ul .li .tip{font-size: 20px;color: #333;margin-top: 5px;}
#t001_index_about_249 .left .more{font-size: 16px;color: #333;margin-top: 30px;}
#t001_index_about_249 .left .more .more_i{width: 30px; height: 30px;background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 10px;}
#t001_index_about_249 .left .more .more_i > i{font-size: 20px;}

#t001_index_about_249 .right{display: flex;justify-content: flex-end;align-items: center;overflow: hidden;}
#t001_index_about_249 .right .img{position: absolute;left: 0;bottom:0;background: no-repeat bottom/contain;}

@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){
    #t001_index_about_249 .left .more:hover .more_i{background-color: var(--moreBgColor);}
    #t001_index_about_249 .left .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width:1180px) {
    #t001_index_about_249 .box .left{flex: 2;}
    #t001_index_about_249 .box .right{flex: 1;}
}

@media screen and (max-width:750px) {
    #t001_index_about_249 {padding-top: var(--appPaddingTop);}
    #t001_index_about_249 .box{flex-direction: column;}

    #t001_index_about_249 .box .left{padding-bottom: 30px;}
    #t001_index_about_249 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);margin-bottom: 16px;}
    #t001_index_about_249 .box .subtitle{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin-bottom: 20px;}

    #t001_index_about_249 .left .name{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-bottom:25px;}
    #t001_index_about_249 .left .brief{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}

    #t001_index_about_249 .left .ul .li .num{font-size: var(--font-big-S);}
    #t001_index_about_249 .left .ul .li .unit{font-size: var(--font-bri-S);}
    #t001_index_about_249 .left .ul .li .unit_i{font-size: var(--font-txt-S);}
    #t001_index_about_249 .left .ul .li .tip{font-size: var(--font-bri-S);}

    #t001_index_about_249 .right{overflow: initial;padding-bottom: var(--appPaddingBottom);}
    #t001_index_about_249 .right .img{display: none;}
    #t001_index_about_249 .left .more{font-size: var(--font-txt-S);margin-top: 0px;}
    #t001_index_about_249 .left .more .more_i{width: 70px; height: 70px;background: var(--moreBgColor);}
    #t001_index_about_249 .left .more .more_i > i{font-size: var(--font-txt-S);}
}
#w009_index_about_226 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w009_index_about_226 .content {width: 40%;}
#w009_index_about_226 .head {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);}
#w009_index_about_226 .title {font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_weight);font-style: var(--font_2nd_style);line-height: var(--font_2nd_line_height);margin-bottom: 30px;max-height: calc(var(--font_2nd_line_height) * 2);}
#w009_index_about_226 .brief {font-size: 16px;line-height: 1.875;color: #666;max-height: 90px;margin-bottom: 84px;}
#w009_index_about_226 .data {display: grid;grid-template-columns: repeat(2,calc((100% - 80px)/2));gap: 80px;row-gap: 42px;margin-bottom: 100px;width: 100%;}
#w009_index_about_226 .data .btext {font-size: 50px;line-height: 1;color: var(--fontColor);font-weight: bold;}
#w009_index_about_226 .data .span {font-size: 36px;font-weight: bold;color: var(--fontColor);display: flex;align-items: flex-end;line-height: 1;}
#w009_index_about_226 .data .stext {font-size: 16px;line-height: 1.66;color: var(--fontColor);margin-top: 10px;}
#w009_index_about_226 .button {font-size: 16px;width: 280px;height: 60px;padding: 0 27px;transition: .3s; 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);}
#w009_index_about_226 .img {width: 42.5%;}
#w009_index_about_226 .img::before {padding-top: 82.926%;}
#w009_index_about_226 .img img {max-width: 100%;max-height: 100%;}

@media screen and (min-width:751px) {
    #w009_index_about_226 .button:hover {color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
}
@media screen and (max-width:1200px) {
    #w009_index_about_226 {flex-wrap: wrap;flex-direction: column;}
    #w009_index_about_226 .content {width: 100%;margin-bottom: 30px;}
    #w009_index_about_226 .img {width: 100%;}
}
@media screen and (max-width:750px) {
    #w009_index_about_226 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w009_index_about_226 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);max-height: calc(var(--font-sub-L) * 2);}
    #w009_index_about_226 .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(var(--font-txt-L) * 3);}
    #w009_index_about_226 .data {margin-bottom: 40px;}
    #w009_index_about_226 .data .btext {font-size: var(--font-big-S);}
    #w009_index_about_226 .data .stext {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w009_index_about_226 .button {font-size: var(--font-txt-S);height: 80px;border-radius: 40px;margin-bottom: 20px;}
    #w009_index_about_226 .button .icon {font-size: var(--font-txt-S);}
}

#temp_d_ly_ly00001_165{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_165 .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_165 .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_165.myleft .big_tit{text-align: left;}
#temp_d_ly_ly00001_165.myleft .big_tit_line{margin: 15px auto 0 0;}
#temp_d_ly_ly00001_165.mycenter .big_tit{text-align: center;}
#temp_d_ly_ly00001_165.mycenter .big_tit_line{margin: 15px auto 0;}
#temp_d_ly_ly00001_165.myright .big_tit{text-align: right;}
#temp_d_ly_ly00001_165.myright .big_tit_line{margin: 15px 0 0 auto;}

#temp_d_ly_ly00001_165 .con{margin-top: 60px;}
/* #temp_d_ly_ly00001_165 .pictures{ margin-top: 20px; height: 178px; white-space: nowrap;}
#temp_d_ly_ly00001_165 .pictures .demos{width: 100%; height: 100%; white-space: nowrap;} */
#temp_d_ly_ly00001_165 .one{margin-top: 20px; width: 100%; height: 178px; white-space: nowrap;}
#temp_d_ly_ly00001_165 .one .wrapper{ width: max-content; height: 100%;}
#temp_d_ly_ly00001_165 .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_165 .img img{max-width: 100%; max-height: 100%; transition: all .6s ease;}
#temp_d_ly_ly00001_165 .pictures:nth-child(2) .demos{ top: 0; right: 0;}
#temp_d_ly_ly00001_165 .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_165 .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_165 .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_165 .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_165 .img:hover img {-webkit-transform: scale(1.1); transform: scale(1.1);}

@media screen and (max-width: 750px){
	#temp_d_ly_ly00001_165 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #temp_d_ly_ly00001_165 .big_tit{font-size: var(--font-sub-S);}
}
#w007_index_news_275 {background-color: var(--bgColor);font-size: 0;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w007_index_news_275 .head {margin-bottom: 54px;}
#w007_index_news_275 .head .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: 14px;}
#w007_index_news_275 .head .prompt {font-size: 16px;line-height: 1.875;color: #ACAEB5;}

#w007_index_news_275.myleft .head{text-align: left;}
#w007_index_news_275.mycenter .head{text-align: center;}
#w007_index_news_275.myright .head{text-align: right;}

#w007_index_news_275 .box {background-color: #fff;overflow: hidden;transition: .3s;}
#w007_index_news_275 .box .img {padding-bottom: 62.4324%;margin-bottom: 4px;}
#w007_index_news_275 .box .mation {padding: 20px 30px;}
#w007_index_news_275 .box .mation .tit {font-size: 18px;color: #222;line-height: 30px;height: 60px;margin-bottom: 10px;transition: .3s;}
#w007_index_news_275 .box .mation .text {font-size: 16px;color: #7A7C85;line-height: 1.5;height: 72px;margin-bottom: 30px;}
#w007_index_news_275 .box .mation .time {font-size: 14px;color: #7A7C85;line-height: 1;display: flex;justify-content: space-between;align-items: center;margin-bottom: 18px;transition: .3s;}
#w007_index_news_275 .box .mation .time .jt {font-size: 24px;color: #111;}

#w007_index_news_275 .container {width: calc(100% + 40px);padding: 20px;margin-left: -20px;}
#w007_index_news_275 .container .wrapper {margin-bottom: 65px;}
#w007_index_news_275 .container .swiper-pagination {display: flex;align-items: center;justify-content: center;}
#w007_index_news_275 .container .swiper-pagination-bullet {background: #afb0b4;opacity: 1;width: 6px;height: 6px;margin: 0 7px;}
#w007_index_news_275 .container .swiper-pagination-bullet-active {background: var(--pageColor);border: 5px solid var(--bgColor);box-sizing: content-box;box-shadow: 0 0 0 2px var(--pageColor);}

@media (any-hover:hover) {
    #w007_index_news_275 .box:hover {box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
    #w007_index_news_275 .box:hover .mation .tit {color: var(--hoverColor);}
    #w007_index_news_275 .box:hover .mation .time {padding-right: 10px;color: var(--timeColor);}
    #w007_index_news_275 .box:hover .mation .time .jt {color: var(--timeColor);right: -10px;}
}
@media screen and (max-width:1500px) {
}
@media screen and (max-width:750px) {
    #w007_index_news_275 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w007_index_news_275 .head .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w007_index_news_275 .head .prompt {font-size: var(--font-txt-S);}
    #w007_index_news_275 .box .mation .tit {font-size: var(--font-sma-S);line-height: var(--font-sma-L);height: calc(var(--font-sma-L)*2);}
    #w007_index_news_275 .box .mation .text {font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: calc(var(--font-txt-L)*3);}
    #w007_index_news_275 .box .mation .time {font-size: var(--font-bri-S);}
    #w007_index_news_275 .box .mation .time .jt {font-size: var(--font-sma-S);}
}

/* sz32821188AB    sz32821188AC  sz32821188AD*/
.w005_index_footer_48_footer_wrap{background: var(--backgroundColor);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);color: var(--font_color_1);overflow: hidden;}

.w005_index_footer_48_footer_wrap .box {padding: 0 0 var(--paddingBottom) 0;display: flex;justify-content: space-between;}

#w005_index_footer_48_message{}
#w005_index_footer_48_message .dl{}
#w005_index_footer_48_message .dl .dt{margin-top: 15px;font-size: 24px;line-height: 40px;}
#w005_index_footer_48_message .dl .logo{max-width: 400px;}
#w005_index_footer_48_message .dl .dt span{font-size: 16px;}
#w005_index_footer_48_message .dd{font-size: 16px;line-height: 30px;max-width: 400px;}


#w005_index_footer_48_nav{display: flex;flex-wrap: wrap;flex: 1 1 300px;}
#w005_index_footer_48_nav .dl{margin-left: 80px;margin-bottom: 30px;}
#w005_index_footer_48_nav .dl .dt{margin-bottom: 30px;font-size: 20px;line-height: 1;}
#w005_index_footer_48_nav .dd{font-size: 16px;line-height: 30px;color: var(--font_color_2);transition: 0.3s;}

@media (any-hover: hover){
    #w005_index_footer_48_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}


#w005_index_footer_48_nav_app{display: none;}


#w005_index_footer_48_contact{margin-left: 80px;margin-bottom: 30px;}
#w005_index_footer_48_contact .dt{margin-bottom: 30px;font-size: 20px;line-height: 1;}
#w005_index_footer_48_contact .dd{font-size: 16px;line-height: 30px;color: var(--font_color_2);}
#w005_index_footer_48_contact .qr .img{max-width: 120px;max-height: 120px;}
#w005_index_footer_48_contact .qr .tip{font-size: 14px;color: var(--font_color_2);margin-top: 16px;max-width: 120px;text-align: center;line-height: 1.6;}


#w005_index_footer_48_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);/*margin-top: 35px;*/color: var(--font_color_2);}
#w005_index_footer_48_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w005_index_footer_48_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w005_index_footer_48_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;border-top: none;margin-top: 35px;}
}


#w005_index_footer_48_copyright{border-top: 1px solid var(--font_color_3);padding: var(--paddingBottom) 0 0 0;color: var(--font_color_2);gap: 10px 20px;}
#w005_index_footer_48_copyright .copyright{font-size: 14px;line-height: 30px;gap: 10px 20px;}
#w005_index_footer_48_copyright .third {}
#w005_index_footer_48_copyright .third.hide{display: none;}
#w005_index_footer_48_copyright .third .a{margin-left: 20px;width: 30px;height: 30px;background: var(--font_color_2);border-radius: 50%;transition: .3s;}
#w005_index_footer_48_copyright .third .a i{font-size: 20px;color: #fff;}
#w005_index_footer_48_copyright .third .a:hover{background: var(--hoverFontColor);}



@media only screen and (max-width: 1250px) {
    #w005_index_footer_48_contact{display: none;}
}


@media only screen and (max-width: 750px) {
    .w005_index_footer_48_footer_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    .w005_index_footer_48_footer_wrap .box{display: block;padding: 0;}

    #w005_index_footer_48_message .dl{}
    #w005_index_footer_48_message .dl .dt{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-top: 30px;}
    #w005_index_footer_48_message .dl .dt span{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w005_index_footer_48_message .dl .dd{font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-width: none;}

    #w005_index_footer_48_nav{display: none;}

    #w005_index_footer_48_nav_app{display: block;margin-top: 60px;color: var(--font_color_2);}
    #w005_index_footer_48_nav_app .dl{}
    #w005_index_footer_48_nav_app .dl .dt{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 20px 0;border-bottom: 1px solid var(--font_color_3);color: var(--font_color_1);}
    #w005_index_footer_48_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #w005_index_footer_48_nav_app .dl.cur .dt > i{transform: rotateZ(90deg);}
    /* 展开项 */
    #w005_index_footer_48_nav_app .dl .dd{display: none;}
    #w005_index_footer_48_nav_app .dd .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 20px 0;padding-left: 15px;border-bottom: 1px solid var(--font_color_3);}

    #w005_index_footer_48_copyright{border-top: none;flex-wrap: wrap;padding: 10px 0;}
    #w005_index_footer_48_copyright .copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #w005_index_footer_48_copyright .third{justify-content: center;margin-top: 50px;}
    #w005_index_footer_48_copyright .third .a{transform: scale(2);margin: 0 var(--font-txt-S);}
}