
.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_1_nav{}
#w001_index_header_1_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_1_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_1_nav .head{color: #333;}


/* 背景色 */
#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_1_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_1_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_1_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_1_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_1_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_1_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
}


/* 按钮部分 */
#w001_index_header_1_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_1_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_1_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_1_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_1_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_1_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_1_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_1_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_1_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_1_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_1_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_1_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_1_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_1_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_1_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_1_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_1_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_1.pc_app #w001_index_header_1_nav .head_nav .li{display: none;}
.w001_index_header_1.pc_app #w001_index_header_1_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_1_nav .head_nav .li{display: none;}
    #w001_index_header_1_nav .head .menu{display: block;}
    /* #w001_index_header_1_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_1_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_1_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_1_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_1_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_1_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_1_nav .head_btn .language{display: none;}

    #w001_index_header_1_nav .head .menu{padding: 30px;}
    #w001_index_header_1_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_1_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_1_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_1_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_1_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_1_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_1_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_1_nav .head .menu{display: none;}
.w001_index_header_1 #w001_index_header_1_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_1_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_1_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_1_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_1_nav .head_btn{flex: initial;}
}
#w005_service_picture_27 .img{min-height: 400px;}
#w005_service_picture_27 .img img{width: 100%;display: block;}
#w005_service_picture_27 .imgApp{display: none;min-height: 480px;}
#w005_service_picture_27 .imgApp img{width: 100%;display: block;}
#w005_service_picture_27 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#w005_service_picture_27 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#w005_service_picture_27.height_change .position_box{width: 100%;height: calc((100% - 100px));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#w005_service_picture_27 .text{display: flex;flex-direction: column;width: 100%;padding: 15px 0;}
#w005_service_picture_27 .text .name{font-size: var(--small_size);color: var(--small_color);font-weight: var(--small_weight);font-style: var(--small_style);line-height: var(--small_lh);margin-bottom: 26px;pointer-events: all;}
#w005_service_picture_27 .text .subname{font-size: var(--big_size);color: var(--big_color);font-weight: var(--big_weight);font-style: var(--big_style);line-height: var(--big_lh);pointer-events: all;}


#w005_service_picture_27 .position_box[position="2"],
#w005_service_picture_27 .position_box[position="5"],
#w005_service_picture_27 .position_box[position="8"]{text-align: center;}
#w005_service_picture_27 .position_box[position="3"],
#w005_service_picture_27 .position_box[position="6"],
#w005_service_picture_27 .position_box[position="9"]{text-align: right;}

@media screen and (max-width:751px) {
    #w005_service_picture_27 .img{display: none;}
    #w005_service_picture_27 .imgApp{display: block;}
    #w005_service_picture_27 .text .name{font-size: var(--small_size_mobile);color: var(--small_color_mobile);font-weight: var(--small_weight_mobile);font-style: var(--small_style_mobile);}
    #w005_service_picture_27 .text .subname{font-size: var(--big_size_mobile);color: var(--big_color_mobile);font-weight: var(--big_weight_mobile);font-style: var(--big_style_mobile);}

    #w005_service_picture_27.height_change .position_box{height: calc((100% - 120px));}
}
#w004_about_us_about_29 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w004_about_us_about_29 .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: 60px;}

#w004_about_us_about_29.myleft .title{text-align: left;}
#w004_about_us_about_29.mycenter .title{text-align: center;}
#w004_about_us_about_29.myright .title{text-align: right;}

#w004_about_us_about_29 .img .bg{width: 100%;display: block;}
#w004_about_us_about_29 .img .bg_app{width: 100%;display: none;}
#w004_about_us_about_29 .name {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: 50px;}

#w004_about_us_about_29 .info {margin-top: 36px;display: flex;justify-content: space-between;gap: 60px;}
#w004_about_us_about_29 .info .left {}
#w004_about_us_about_29 .info .left .info_name {font-size: var(--font_3rd_px);color: var(--font_3rd_color);font-weight: var(--font_3rd_font_weight);font-style: var(--font_3rd_font_style);line-height: var(--font_3rd_line_height);}
#w004_about_us_about_29 .info .left .info_brief {line-height: 31px;color: #666666;font-size: 16px;margin-top: 18px;}

#w004_about_us_about_29 .info .right {width: 37.142857%;display: flex;flex-wrap: wrap;}
#w004_about_us_about_29 .info .right .ul {font-size: 16px;display: flex;margin-bottom: 80px;padding-left: 60px;padding-right: 60px;border-right: 1px solid #E6E6E6;}
#w004_about_us_about_29 .info .right .ul .number {font-weight: 700;white-space: nowrap;}
#w004_about_us_about_29 .info .right .ul .number .num{font-size: 50px;font-weight: 700;color: var(--hoverColor);margin-right: 10px;}
#w004_about_us_about_29 .info .right .ul .number .unit{}

/* 边框样式  no_bord_lt 去除左边框 */
#w004_about_us_about_29 .info .right .ul:last-child,
#w004_about_us_about_29 .info .right .ul.no_bord_rt{border: none;padding-right: 0;}


@media screen and (max-width:1200px) {
    #w004_about_us_about_29 .info{flex-direction: column;}
    #w004_about_us_about_29 .info .left {width: 100%;}
    #w004_about_us_about_29 .info .right {width: 100%;}
}


@media screen and (max-width:750px) {
    #w004_about_us_about_29 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w004_about_us_about_29 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w004_about_us_about_29 .name {font-size: var(--font_2nd_mb_px);line-height: var(--font_2nd_mb_line_height);margin-top: 50px;}

    #w004_about_us_about_29 .img .bg{display: none;}
    #w004_about_us_about_29 .img .bg_app{display: block;}

    #w004_about_us_about_29 .info{flex-direction: column;}
    #w004_about_us_about_29 .info .left {}
    #w004_about_us_about_29 .info .left .info_name {font-size: var(--font_3rd_mb_px);line-height: var(--font_3rd_mb_line_height);}
    #w004_about_us_about_29 .info .left .info_brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}

    #w004_about_us_about_29 .info .right {padding-top: 60px;gap: 30px 80px;}
    #w004_about_us_about_29 .info .right .ul {margin: 0;padding: 0 20px;border: none;}
    #w004_about_us_about_29 .info .right .li_f{display: none;}
    #w004_about_us_about_29 .info .right .ul .number .num{font-size: var(--font-big-S);}
    #w004_about_us_about_29 .info .right .ul .number .unit{font-size: var(--font-txt-S);}
    #w004_about_us_about_29 .info .right .ul .brief{font-size: var(--font-txt-S);}

}
#w017_about_culture_69 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w017_about_culture_69 .title {margin-bottom: 60px;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);}

#w017_about_culture_69.myleft .title{text-align: left;}
#w017_about_culture_69.myright .title{text-align: right;}
#w017_about_culture_69.mycenter .title{text-align: center;}

#w017_about_culture_69 .list {display: grid;grid-template-columns: repeat(3,calc((100% - 68px)/3));gap: 34px;}
#w017_about_culture_69 .list .li {border-radius: 20px;background-color: #eee;overflow: hidden;}
#w017_about_culture_69 .list .li .img {width: 100%;}
#w017_about_culture_69 .list .li .img::before {padding-top: 133.33%;}
#w017_about_culture_69 .list .li .text {z-index: 2;top: 0;left: 0;width: 100%;height: 100%;padding: 60px 50px;}
#w017_about_culture_69 .list .li .text .name {font-size: 24px;line-height: 1;color: #222;margin-bottom: 10px;}
#w017_about_culture_69 .list .li .text .brief {font-size: 16px;line-height: 30px;color: #222;}

@media screen and (max-width:1000px) {
    #w017_about_culture_69 .list {grid-template-columns: repeat(2,calc((100% - 34px)/2));}
}
@media screen and (max-width:750px) {
    #w017_about_culture_69 .title  {font-size: var(--font-big-S);}
    #w017_about_culture_69 .list {grid-template-columns: 100%;}
    #w017_about_culture_69 .list .li .text .name {font-size: var(--font-sma-S);}
    #w017_about_culture_69 .list .li .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}

#w006_index_footer_2 {font-size:16px; padding-top: var(--paddingTop);padding-bottom: 100px;background:var(--bg_color);color: var(--font_color_1);}

#w006_index_footer_2 .left{position: relative;}
#w006_index_footer_2 .left .logo{max-width: 30%; margin:50px 0;}

#w006_index_footer_2 .left .line{position: absolute;right: 0;left: -100%;height: 1px; background: var(--font_color_3);}

#w006_index_footer_2 .left .nav .dl{display: flex; flex-direction: column;margin-right: 110px;}
#w006_index_footer_2 .left .nav .dl .dt{font-size: 18px; padding-bottom: 30px; padding-top: 60px;}
#w006_index_footer_2 .left .nav .dl .dd{line-height: 36px;color: var(--font_color_2);transition: 0.3s;}

@media (any-hover: hover){
    #w006_index_footer_2 .left .nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

#w006_index_footer_2 .contact_us{width: 27.5%;padding-top: 53px;padding-left: 60px;position: relative;}
#w006_index_footer_2 .contact_us::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: -100px;width: 1px;background: var(--font_color_3);}
#w006_index_footer_2 .contact_us .title {font-size: 18px;}

#w006_index_footer_2 .contact_us .contact{padding-top: 20px;gap: 0 24px;}
#w006_index_footer_2 .contact_us .contact .a{width: 50px; height:50px;font-size: 30px;color: #666666; background: #fff; border-radius: 50%;transition: .3s;}
#w006_index_footer_2 .contact_us .contact .a:hover{background:var(--hoverColor);color:#fff}

#w006_index_footer_2 .contact_us .phone{font-size: 18px; font-weight: 500;padding-top: 52px;line-height: 30px;}
#w006_index_footer_2 .contact_us .number{font-size: 30px;font-weight: bold;color: var(--numColor);line-height: 30px;margin-top: 4px;}
#w006_index_footer_2 .contact_us .message{padding-top: 24px;line-height: 30px;}
#w006_index_footer_2 .contact_us .address{line-height: 30px;}

@media screen and (max-width: 1024px){
	#w006_index_footer_2 .contact_us {width: 45%;}
}

@media screen and (max-width: 850px){
    #w006_index_footer_2 .contact_us {width: 40%;}
}
@media screen and (max-width: 751px){
	#w006_index_footer_2 {display: none;}
	#w006_index_footer_2 .contact_us {width: 45%;}
}




/* 移动端 */
#w006_index_footer_2_small{display: none;}
@media screen and (max-width: 751px){
	#w006_index_footer_2_small{display: block;padding-bottom: 50px;padding-top: var(--appPaddingTop);background:var(--bg_color);color: var(--font_color_1);}

	#w006_index_footer_2_small .footer{padding-top: 50px;}
	#w006_index_footer_2_small .footer .ul .li_top{border-bottom: 1px solid var(--font_color_2);font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding: 26px 0;}
	#w006_index_footer_2_small .footer .ul .li_top i{font-size: var(--font-txt-S);transition: .3s;}
	#w006_index_footer_2_small .footer .ul.cur .li_top > i{transform: rotateZ(90deg);}

	#w006_index_footer_2_small .footer .ul .li_box .li{border-bottom: 1px solid var(--font_color_2);font-size:var(--font-bri-S);line-height:  var(--font-bri-L);padding: 26px 0 26px 15px;color: var(--font_color_2);}
	#w006_index_footer_2_small .footer .ul .li_box .li:first-child{padding-top: 20px;}
	#w006_index_footer_2_small .footer .ul .li_box .li:last-child{margin-bottom: 20px;}

	#w006_index_footer_2_small .message{padding-top: 50px;}
	#w006_index_footer_2_small .message .title {font-size: var(--font-big-S);}
	#w006_index_footer_2_small .message .contact{padding: 40px 0;gap: 0 30px;}
	#w006_index_footer_2_small .message .contact .a{width: 60px;height: 60px;background: var(--font_color_1);border-radius: 50%;font-size: var(--font-sub-S);color: var(--bg_color);}
	#w006_index_footer_2_small .message .phone{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w006_index_footer_2_small .message .number{font-size: var(--font-sub-S);line-height: var(--font-sub-S);font-weight: bold;color: var(--linkColor);}
	#w006_index_footer_2_small .message .message{font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding-top: 24px;}
	#w006_index_footer_2_small .message .address{font-size:var(--font-txt-S);line-height: var(--font-txt-L);}

	#w006_index_footer_2_small .copy_app{font-size: var(--font-txt-S);gap: 10px 20px;display: flex;flex-wrap: wrap;margin-top: 30px;}
}




/* 友情链接 */
#w006_index_footer_2_copy { background: var(--linkColor);}
#w006_index_footer_2_copy .content {height: 120px;}

#w006_index_footer_2_copy .copy {display: flex;flex-wrap: wrap;font-size: 16px;color: #fff;gap: 10px;opacity: .7;}
#w006_index_footer_2_copy .links{font-size: 16px;margin-left: 30px;position: relative;}
#w006_index_footer_2_copy .links .button {font-size: 24px;color: #fff;width: 275px;height: 45px;border-radius: 25px;background: rgba(255, 255, 255, 0.3);padding: 0 20px;opacity: .7;}
#w006_index_footer_2_copy .links .button .span {margin:0 20px;font-size: 16px;}
#w006_index_footer_2_copy .links .box {position: absolute;right: 0px;bottom: 100%;display: none;width: 100%;border-radius: 25px;}
#w006_index_footer_2_copy .links .box .ul{overflow-y: auto;max-height: 224px;width: 100%;background: #fff;border-radius: 25px;}
#w006_index_footer_2_copy .links .box .link {line-height: 1.6;color: #000;display: block;padding: 10px;transition: .3s;}
#w006_index_footer_2_copy .links .box .link:first-child{margin-top: 10px;}
#w006_index_footer_2_copy .links .box .link:last-child{margin-bottom: 10px;}

#w006_index_footer_2_copy .links.cur .button .button_i{transform: rotate(180deg);}
#w006_index_footer_2_copy .links .box .link:hover {background: #f8f8f8;padding-left: 15px;color: var(--linkColor);}

@media screen and (max-width:750px) {
    #w006_index_footer_2_copy .content {height: 100px;}
    #w006_index_footer_2_copy .copy {font-size: var(--font-bri-S);display: none;}
    #w006_index_footer_2_copy .links {font-size: var(--font-txt-S);width: 100%;margin-left: 0;}
    #w006_index_footer_2_copy .links .button{font-size: var(--font-txt-S);width: 100%;height: 60px;border-radius: 40px;}
    #w006_index_footer_2_copy .links .button .span{font-size: var(--font-txt-S);}
	#w006_index_footer_2_copy .links .button .button_i{font-size: var(--font-txt-S);}
	#w006_index_footer_2_copy .links .box{box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);}
	#w006_index_footer_2_copy .links .box .ul{max-height: 360px;}
}