
.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_12_nav{}
#w001_index_header_12_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_12_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_12_nav .head{color: #333;}

#w001_index_header_12_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_12_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_12_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_12_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_12_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_12_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_12_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_12_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_12_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_12_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_12_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_12_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_12_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_12_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_12_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_12_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_12_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_12_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_12_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_12_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_12.pc_app #w001_index_header_12_nav .head_nav .li{display: none;}
.w001_index_header_12.pc_app #w001_index_header_12_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_12_nav .head_nav .li{display: none;}
    #w001_index_header_12_nav .head .menu{display: block;}
    /* #w001_index_header_12_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_12_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_12_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_12_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_12_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_12_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_12_nav .head_btn .language{display: none;}

    #w001_index_header_12_nav .head .menu{padding: 30px;}
    #w001_index_header_12_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_12_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_12_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_12_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_12_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_12_nav .head .menu{display: none;}
.w001_index_header_12 #w001_index_header_12_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}
}
#w019_index_contact_100 {margin-top: var(--paddingTop);margin-bottom: var(--paddingBottom);background: var(--bgColor) url('/module/w019/index/contact/images/contact.jpg') no-repeat center/cover;height: 900px;}
#w019_index_contact_100.newHeightB{height: auto;}
@media screen and (max-width:1600px) {
    #w019_index_contact_100 {height: 700px;}
    #w019_index_contact_100.newHeightB{height: auto;}
}
@media screen and (max-width:1050px) {
    #w019_index_contact_100 {height: 500px;}
    #w019_index_contact_100.newHeightB{height: auto;}
}
@media screen and (max-width:750px) {
    #w019_index_contact_100 {margin-top: var(--appPaddingTop);margin-bottom: var(--appPaddingBottom);height: 600px;}
}

#w019_index_contact_100 .text{color: #fff;}
#w019_index_contact_100 .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: 60px;}
#w019_index_contact_100 .text .btn{min-width: 240px; height: 50px; font-size: 14px; transition: .3s;padding: 0 16px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w019_index_contact_100 .text .btn:hover{transform: translateY(-10px);box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);}

#w019_index_contact_100.myleft .text{text-align: left;}
#w019_index_contact_100.myright .text{text-align: right;}
#w019_index_contact_100.mycenter .text{text-align: center;}

@media screen and (max-width:750px) {
    #w019_index_contact_100 {}
    #w019_index_contact_100 .text .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);text-align: center;}
    #w019_index_contact_100 .text .btn{min-width: 50%; height: 80px; border-radius: 40px;font-size: var(--font-bri-S);margin: 0 auto;}
}
@keyframes scaleIn {
    0% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        filter: brightness(3)
    }

    50% {
        filter: brightness(3)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        filter: brightness(1)
    }
}

@keyframes rightFn {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0)
    }

    100% {
        transform: translateY(1.5rem);
        -webkit-transform: translateY(1.5rem);
        -moz-transform: translateY(1.5rem);
        -o-transform: translateY(1.5rem);
        -ms-transform: translateY(1.5rem)
    }
}
@keyframes fn3 {
    0% {
        opacity: 0;
        transform: matrix(1,-.1,0,1,0,-20)
    }

    100% {
        opacity: 1;
        transform: matrix(1,0,0,1,0,0)
    }
}

#temp_d_mhj_003_87 {background-color: #000;overflow: hidden;position: relative;max-width: 100%;font-size: 0;}
#temp_d_mhj_003_87 .photo {background-color: #000;width: 100%;}
#temp_d_mhj_003_87 canvas {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;}
#temp_d_mhj_003_87 canvas.next {animation-name: scaleIn;animation-fill-mode: both;animation-duration: 1.5s;animation-timing-function: cubic-bezier(.38,0,0,1)}
#temp_d_mhj_003_87 .alanNone {position: absolute;z-index: 12;left: 3.2%;bottom: 4%;width: 40vw;flex-direction: column;display: flex;}
#temp_d_mhj_003_87 .alanNone .photo_btn {width: 100%;display: flex;justify-content: flex-start;align-items: center}
#temp_d_mhj_003_87 .alanNone .photo_btn .cursorHover {position: relative;cursor: pointer;}
#temp_d_mhj_003_87 .alanNone .photo_btn .cursorHover svg {display: block;width: .6rem;transform: rotate(16deg) translate(-3px,3px);-webkit-transform: rotate(16deg) translate(-3px,3px);-moz-transform: rotate(16deg) translate(-3px,3px);-o-transform: rotate(16deg) translate(-3px,3px);-ms-transform: rotate(16deg) translate(-3px,3px);transition: transform .8s cubic-bezier(0,0,0,1);-webkit-transition: transform .8s cubic-bezier(0,0,0,1);-moz-transition: transform .8s cubic-bezier(0,0,0,1);-o-transition: transform .8s cubic-bezier(0,0,0,1);-ms-transition: transform .8s cubic-bezier(0,0,0,1)}
#temp_d_mhj_003_87 .alanNone .photo_btn .cursorHover svg path {stroke: var(--hoverColor);stroke-width: 1px;stroke-linecap: butt;stroke-linejoin: miter;fill: none;stroke-dasharray: 400%;stroke-dashoffset: 400%;transition: stroke-dashoffset .8s cubic-bezier(0,0,0,1);-webkit-transition: stroke-dashoffset .8s cubic-bezier(0,0,0,1);-moz-transition: stroke-dashoffset .8s cubic-bezier(0,0,0,1);-o-transition: stroke-dashoffset .8s cubic-bezier(0,0,0,1);-ms-transition: stroke-dashoffset .8s cubic-bezier(0,0,0,1)}
#temp_d_mhj_003_87 .alanNone .photo_btn .cursorHover em {font-size: 18px;color: #fff; display: flex;position: absolute;width: 100%;height: 100%;top: 0;left: 0;justify-content: center;align-items: center;transition: color .8s cubic-bezier(0,0,0,1);-webkit-transition: color .8s cubic-bezier(0,0,0,1);-moz-transition: color .8s cubic-bezier(0,0,0,1);-o-transition: color .8s cubic-bezier(0,0,0,1);-ms-transition: color .8s cubic-bezier(0,0,0,1)}
#temp_d_mhj_003_87 .alanNone .photo_btn .cursorHover.on svg {transform: rotate(0) translate(-3px,3px);-webkit-transform: rotate(0) translate(-3px,3px);-moz-transform: rotate(0) translate(-3px,3px);-o-transform: rotate(0) translate(-3px,3px);-ms-transform: rotate(0) translate(-3px,3px);transition-delay: .5s}
#temp_d_mhj_003_87 .alanNone .photo_btn .cursorHover.on svg path {stroke-dashoffset: 88%;transition-delay: .5s}
#temp_d_mhj_003_87 .alanNone .photo_btn .cursorHover.on em {color: var(--hoverColor)}
#temp_d_mhj_003_87 .alanNone .tip {font-size: 11px;color: rgba(255,255,255,.5);line-height: 2;letter-spacing: 1px;margin-top: 20px;}
#temp_d_mhj_003_87 .right {position: absolute;bottom: 4%;right: 3.2%;z-index: 12;overflow: hidden}
#temp_d_mhj_003_87 .right .line {height: 1.2rem;width: 3px;overflow: hidden;background-color: rgba(255,255,255,.1)}
#temp_d_mhj_003_87 .right .line span {height: 50%;position: absolute;width: 100%;bottom: 100%;left: 0;background: var(--hoverColor);opacity: 0;animation: rightFn 4s linear infinite}
#temp_d_mhj_003_87 .right .line:after {content: "";height: 35%;position: absolute;width: 100%;top: -35%;left: 0;background: var(--hoverColor);animation: rightFn 2.2s linear infinite}
#temp_d_mhj_003_87 .inner {position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;z-index: 10;text-align: center}
#temp_d_mhj_003_87 .inner .msgLists {display: none;flex-direction: column;align-items: center;justify-content: center;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_mhj_003_87 .inner .msgLists.on {display: flex;transform-origin: 0 0;animation: fn3 1.2s cubic-bezier(.49,.54,.16,1);animation-fill-mode: both;}	

@media screen and (max-width:750px) {
	#temp_d_mhj_003_87 {max-height: 80vh;}
	#temp_d_mhj_003_87 .alanNone {left: 50%;transform: translateX(-50%);align-items: center;width: auto;}
	#temp_d_mhj_003_87 .alanNone .tip {font-size: 24px;text-align: center;}
	#temp_d_mhj_003_87 .alanNone .photo_btn {justify-content: center;}
	#temp_d_mhj_003_87 .alanNone .photo_btn .cursorHover svg {width: .8rem;}
	#temp_d_mhj_003_87 .alanNone .photo_btn .cursorHover em {font-size: 24px;}
}
#temp_d_ly_pictures001_45{padding-top: var(--paddingTop); padding-bottom: var(--paddingBottom); background: #fbfbfb; }
#temp_d_ly_pictures001_45 .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_pictures001_45 .con{margin-top: 44px;}
#temp_d_ly_pictures001_45 .con .li{width: 49%;}
#temp_d_ly_pictures001_45 .con .li .pic{width: 100%; padding-top: 64.52%;}
#temp_d_ly_pictures001_45 .con .li .info{margin-top: 24px; }
#temp_d_ly_pictures001_45 .con .li .info .tit{font-size: 24px; line-height: 36px; color: #2A2E2E; font-weight: 600;}
#temp_d_ly_pictures001_45 .con .li .info .brief{margin-top: 8px; font-size: 16px; line-height: 25px; color: #5F6464;}

@media screen and (max-width: 1200px){
    #temp_d_ly_pictures001_45 .con .li .info .tit{font-size: 22px; line-height: 1.5;}
    #temp_d_ly_pictures001_45 .con .li .info .brief{line-height: 1.5;}
}
@media screen and (max-width: 750px){
	#temp_d_ly_pictures001_45 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #temp_d_ly_pictures001_45 .big_tit{font-size: var(--font-sub-S);}
    
    #temp_d_ly_pictures001_45 .con{margin-top: 0; flex-wrap: wrap;}
    #temp_d_ly_pictures001_45 .con .li{width: 100%; margin-top: 40px;}
    #temp_d_ly_pictures001_45 .con .li .info{margin-top: 30px; }
    #temp_d_ly_pictures001_45 .con .li .info .tit{font-size: 32px;}
    #temp_d_ly_pictures001_45 .con .li .info .brief{margin-top: 15px; font-size: 26px;}
}
#w009_history_list_37 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w009_history_list_37 .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: 113px;}

#w009_history_list_37.myleft .title{text-align: left;}
#w009_history_list_37.mycenter .title{text-align: center;}
#w009_history_list_37.myright .title{text-align: right;}

#w009_history_list_37 .line {height: 100%;width: 2px;background-color: #d2d2d2;left: 10px;transform: translateX(-50%);z-index: -1;}
#w009_history_list_37 .list .li {margin-bottom: 60px;}
#w009_history_list_37 .list .li .year {font-size: 30px;line-height: 1;color: #666;margin-bottom: auto;max-width: 28%;}
#w009_history_list_37 .list .li .year .dian {width: 20px;height: 20px;background-color: #fff;border: 1px solid #d2d2d2;border-radius: 50%;margin-right: 40px;flex-shrink: 0;}
#w009_history_list_37 .list .li .text {width: 71.42%;border-bottom: 1px solid #ededed;padding-bottom: 60px;}
#w009_history_list_37 .list .li .text .name {font-size: 24px;line-height: 1;color: #333;margin-bottom: 32px;}
#w009_history_list_37 .list .li .text .brief {font-size: 16px;line-height: 1.875;color: #666;}
#w009_history_list_37 .list .li .text .img img {max-width: 100%;max-height: 100%;margin-top: 30px;}

@media screen and (any-hover:hover) {
    #w009_history_list_37 .list .li:hover .year {color: var(--hoverColor);}
    #w009_history_list_37 .list .li:hover .year .dian {background-color: var(--hoverColor);border-color: var(--hoverColor);}
}

@media screen and (max-width:750px) {
    #w009_history_list_37 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w009_history_list_37 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w009_history_list_37 .line {left: 20px;}
    #w009_history_list_37 .list .li .year {font-size: var(--font-big-S);}
    #w009_history_list_37 .list .li .year .dian {width: 40px;height: 40px;margin-right: 20px;}
    #w009_history_list_37 .list .li .text .name {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
    #w009_history_list_37 .list .li .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}

#w004_index_scheme_49 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}


#w004_index_scheme_49 .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_49 .box .subtitle{gap: 10px 20px;}
#w004_index_scheme_49 .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_49 .box .more{font-size: 16px;color: #333;}
#w004_index_scheme_49 .box .more .more_i{width: 30px; height: 30px; background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 15px;}
#w004_index_scheme_49 .box .more .more_i > i{font-size: 20px;}

#w004_index_scheme_49.myleft .box{}
#w004_index_scheme_49.myleft .box .subtitle{}
#w004_index_scheme_49.mycenter .box{text-align: center;}
#w004_index_scheme_49.mycenter .box .subtitle{flex-direction: column;justify-content: center;}
#w004_index_scheme_49.myright .box{text-align: right;}
#w004_index_scheme_49.myright .box .subtitle{flex-direction: row-reverse;}


#w004_index_scheme_49 .box .ul{display: flex;transition: .6s;padding-top: 60px;margin-top: 48px;font-weight: lighter;}
#w004_index_scheme_49 .box .ul .li{width:140px;height: 580px;transition: .5s;margin-left: 8px;padding-top: 40px;overflow: hidden;position: relative;}
#w004_index_scheme_49 .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_49 .box .ul .li.li-not-bg::before{display: none;}
#w004_index_scheme_49 .box .ul .li.cur{width: 100%;box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.1);}
#w004_index_scheme_49 .box .ul .li:nth-child(1){margin-left: 0;}
#w004_index_scheme_49 .box .ul .li:nth-child(2){transform: translateY(-32px);}
#w004_index_scheme_49 .box .ul .li:nth-child(3){transform: translateY(-60px);}
#w004_index_scheme_49 .box .ul .li:nth-child(4){transform: translateY(-32px);}
#w004_index_scheme_49 .box .ul .li:nth-child(5){}



#w004_index_scheme_49 .box .ul .li .img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
#w004_index_scheme_49 .box .ul .li .name{writing-mode:vertical-lr;font-size: 20px;color: #fff;position: relative;margin: 0 auto;z-index: 1;}
#w004_index_scheme_49 .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_49 .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_49 .box .ul .li .view i{margin-left: 5px;}

#w004_index_scheme_49 .box .ul .li.cur{padding: 60px;}
#w004_index_scheme_49 .box .ul .li.cur .name{writing-mode:initial;font-size: 28px;}
#w004_index_scheme_49 .box .ul .li.cur .brief{max-width: initial;width: 70%;}
#w004_index_scheme_49 .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_49 .box .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_scheme_49 .box .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width: 750px){
    #w004_index_scheme_49 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_scheme_49 .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_49 .box .subtitle{display: block;}
    #w004_index_scheme_49 .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_49 .box .more{font-size: var(--font-bri-S);display: inline-flex;}
    #w004_index_scheme_49 .box .more .more_i{width: 70px; height: 70px; background: var(--moreBgColor);}
    #w004_index_scheme_49 .box .more .more_i > i{font-size: var(--font-txt-S);}

    #w004_index_scheme_49 .box .ul.ul-2{display: block;padding-top: 0px;}
    #w004_index_scheme_49 .box .ul.ul-2 .li{width:100%;margin-left: 0px;padding-top: 0px;padding: 60px;}
    #w004_index_scheme_49 .box .ul.ul-2 .li.cur{box-shadow: none;}
    #w004_index_scheme_49 .box .ul.ul-2 .li:nth-child(2){transform: translateY(0px);}
    #w004_index_scheme_49 .box .ul.ul-2 .li:nth-child(3){transform: translateY(0px);}
    #w004_index_scheme_49 .box .ul.ul-2 .li:nth-child(4){transform: translateY(0px);}
    #w004_index_scheme_49 .box .ul.ul-2 .li .name {writing-mode:initial;}
    #w004_index_scheme_49 .box .ul.ul-2 .li .brief {max-width: 100%;}
    #w004_index_scheme_49 .box .ul.ul-2 .li .view {max-width: 100%;display: inline-block;}


    #w004_index_scheme_49 .box .ul .li .name{font-size: var(--font-txt-S);}
    #w004_index_scheme_49 .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_49 .box .ul .li .view {font-size: var(--font-bri-S);}
    #w004_index_scheme_49 .box .ul .li .view i{font-size: var(--font-bri-S);}


    #w004_index_scheme_49 .box .ul .li.cur .name{font-size: var(--font-txt-S);}
    #w004_index_scheme_49 .box .ul .li.cur .brief{width: 100%;font-size: var(--font-bri-S);}
}
.w020_index_footer_19_wrap{overflow: hidden;background-color: var(--bg_color);}
#w020_index_footer_19 {padding-top: var(--paddingTop);padding-bottom: 90px;}
#w020_index_footer_19 .head {margin-bottom: 50px;}
#w020_index_footer_19 .head .line {height: 2px;background-color: var(--font_color_1);}
#w020_index_footer_19 .head .img {margin: 0 20px;}
#w020_index_footer_19 .foot_nav .dl {margin-right: 70px;margin-bottom: 10px;color: var(--font_color_1);}
#w020_index_footer_19 .foot_nav .dl .dt {font-size: 18px;line-height: 1;margin: 20px 0;font-weight: bold;}
#w020_index_footer_19 .foot_nav .dl .dd {font-size: 16px;line-height: 1.875;}
/* 导航部分app */
#w020_index_footer_19 .foot_nav_app{flex: 1;color: var(--font_color_1);margin-bottom: 20px;display: none;}
#w020_index_footer_19 .foot_nav_app .ul{border-bottom: 1px solid var(--font_color_3);}
#w020_index_footer_19 .foot_nav_app .ul.noneclick {pointer-events: none;}
#w020_index_footer_19 .foot_nav_app .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 16px 0;}
#w020_index_footer_19 .foot_nav_app .title > i{font-size: var(--font-sma-S);transition: .3s;}
#w020_index_footer_19 .foot_nav_app .ul.cur .title > i{transform: rotateZ(90deg);}
#w020_index_footer_19 .foot_nav_app .li{display: none;}
#w020_index_footer_19 .foot_nav_app .li .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
#w020_index_footer_19 .foot_nav_app .li .a:last-child{padding: 0px 0 50px;}


@media (any-hover: hover){
    #w020_index_footer_19 .foot_nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media screen and (max-width:750px) {
    #w020_index_footer_19 {padding-top: var(--appPaddingTop);padding-bottom: 60px;}
    #w020_index_footer_19 .foot_nav {display: none;}
    #w020_index_footer_19 .foot_nav_app {display: block;}
}


#w020_index_footer_19_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#w020_index_footer_19_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w020_index_footer_19_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w020_index_footer_19_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}

#w020_index_footer_19_copy {background-color: var(--bg_color2);padding: 40px 0;}
#w020_index_footer_19_copy .copy {font-size: 16px;color: var(--font_color_2);gap: 10px 20px;}
#w020_index_footer_19_copy .link .li{margin-left: 35px;}
#w020_index_footer_19_copy .link .li i {font-size: 30px;color: var(--font_color_2);}


@media screen and (max-width:750px) {
    #w020_index_footer_19_copy > div{flex-direction: column;}
    #w020_index_footer_19_copy .copy {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w020_index_footer_19_copy .link{margin-top: 20px; justify-content: flex-start;width: 100%;}
    #w020_index_footer_19_copy .link .li:first-of-type{margin-left: 0;}
    #w020_index_footer_19_copy .link .li i {font-size: var(--font-sma-S);}
}