
.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_10_nav{}
#w001_index_header_10_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_10_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_10_nav .head{color: #333;}

#w001_index_header_10_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_10_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_10_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_10_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_10_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_10_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_10_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_10_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_10_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_10_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_10_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_10_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_10_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_10_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_10_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_10_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_10_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_10_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_10_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_10_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_10_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_10_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_10_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_10_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_10_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_10_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_10_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_10_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_10_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_10.pc_app #w001_index_header_10_nav .head_nav .li{display: none;}
.w001_index_header_10.pc_app #w001_index_header_10_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_10_nav .head_nav .li{display: none;}
    #w001_index_header_10_nav .head .menu{display: block;}
    /* #w001_index_header_10_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_10_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_10_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_10_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_10_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_10_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_10_nav .head_btn .language{display: none;}

    #w001_index_header_10_nav .head .menu{padding: 30px;}
    #w001_index_header_10_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_10_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_10_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_10_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_10_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_10_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_10_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_10_nav .head .menu{display: none;}
.w001_index_header_10 #w001_index_header_10_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_10_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_10_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_10_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_10_nav .head_btn{flex: initial;}
}
@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_28 {background-color: #000;overflow: hidden;position: relative;max-width: 100%;}
#temp_d_mhj_003_28 .photo {background-color: #000;width: 100%;}
#temp_d_mhj_003_28 canvas {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;}
#temp_d_mhj_003_28 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_28 .alanNone {position: absolute;z-index: 12;left: 3.2%;bottom: 4%;width: 40vw;flex-direction: column;display: flex;}
#temp_d_mhj_003_28 .alanNone .photo_btn {width: 100%;display: flex;justify-content: flex-start;align-items: center}
#temp_d_mhj_003_28 .alanNone .photo_btn .cursorHover {position: relative;cursor: pointer;}
#temp_d_mhj_003_28 .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_28 .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_28 .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_28 .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_28 .alanNone .photo_btn .cursorHover.on svg path {stroke-dashoffset: 88%;transition-delay: .5s}
#temp_d_mhj_003_28 .alanNone .photo_btn .cursorHover.on em {color: var(--hoverColor)}
#temp_d_mhj_003_28 .alanNone .tip {font-size: 11px;color: rgba(255,255,255,.5);line-height: 2;letter-spacing: 1px;margin-top: 20px;}
#temp_d_mhj_003_28 .right {position: absolute;bottom: 4%;right: 3.2%;z-index: 12;overflow: hidden}
#temp_d_mhj_003_28 .right .line {height: 1.2rem;width: 3px;overflow: hidden;background-color: rgba(255,255,255,.1)}
#temp_d_mhj_003_28 .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_28 .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_28 .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_28 .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_28 .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_28 {max-height: 80vh;}
	#temp_d_mhj_003_28 .alanNone {left: 50%;transform: translateX(-50%);align-items: center;width: auto;}
	#temp_d_mhj_003_28 .alanNone .tip {font-size: 24px;text-align: center;}
	#temp_d_mhj_003_28 .alanNone .photo_btn {justify-content: center;}
	#temp_d_mhj_003_28 .alanNone .photo_btn .cursorHover svg {width: .8rem;}
	#temp_d_mhj_003_28 .alanNone .photo_btn .cursorHover em {font-size: 24px;}
}
.w017_index_products_24_wrap {background-color: var(--bgColor);}
.w017_index_products_24_wrap_bg {top: 0;bottom: 0;left: 0;right: 0;background: linear-gradient(var(--bgColor), transparent,transparent,transparent, transparent, var(--bgColor));pointer-events: none;}
.w017_index_products_24_v {align-items: flex-start;}

#w017_index_products_24 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);position: sticky;top: 0;left: 0;height: 100vh;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;width: calc(100% - 740px);padding-right: 150px;}

#w017_index_products_24 .title {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);}
#w017_index_products_24 .name {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);margin-top: 20px;margin-bottom: 55px;}
#w017_index_products_24 .brief {font-size: 16px;line-height: 1.875;color: #888;margin-bottom: 113px;}

#w017_index_products_24 .button {font-size: 16px;line-height: 1.875;color: #222;position: relative;width:fit-content;}
#w017_index_products_24 .button .yuan {width: 30px;height: 30px;border-radius: 50%;background-color: var(--btnColor);margin-right: 15px;}
#w017_index_products_24 .button .yuan::before {display: block;content: '';width: 16px;height: 2px;background: #222;position: absolute;left: 22px;top:50%;transform: translateY(-50%);max-width: 0;overflow: hidden;transition: .3s;}
#w017_index_products_24 .button:hover .yuan::before {max-width: 16px;}

#w017_index_products_24.myleft{text-align: left;}
#w017_index_products_24.myright{text-align: right;}
#w017_index_products_24.mycenter{text-align: center;}
#w017_index_products_24.myleft .button{margin-right:auto;}
#w017_index_products_24.myright .button{margin-left:auto;}
#w017_index_products_24.mycenter .button{margin:0 auto;}

#w017_index_products_24_loop {width: 740px;}
#w017_index_products_24_loop .loop {min-height: 960px;width: 340px;}
#w017_index_products_24_loop .loop .li {height: 410px;background-color: #fff;margin-bottom: 60px;border-radius: 20px;width: 340px;}
#w017_index_products_24_loop .loop .li .name {font-size: 16px;line-height: 1.875;color: #3a3836;padding: 20px;width: 100%;}

#w017_index_products_24_loop .loop_right {right: 0;}

@media screen and (max-width:1500px) {
    #w017_index_products_24 {padding-right: 40px;}
}
@media screen and (max-width:1200px) {
    .w017_index_products_24_wrap_bg {display: none;}
    #w017_index_products_24 {width: 100%;padding-top: 100px;padding-bottom: 50px;position: relative;}
    #w017_index_products_24_loop {width: 100%;}
    #w017_index_products_24_loop .loop {width: 45%;}
    #w017_index_products_24_loop .loop .li {margin-bottom: 30px;width: 100%;height: auto;}
    #w017_index_products_24_loop .loop .li .img {height: 80%;}
}
@media screen and (max-width:750px) {
    .w017_index_products_24_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    .w017_index_products_24_v{}
    #w017_index_products_24 {position: relative;transform: translate(0);padding: 60px 0;height: auto;}
    #w017_index_products_24 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w017_index_products_24 .name {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w017_index_products_24 .brief {font-size: var(--font-txt-S);margin-bottom: 40px;}
    #w017_index_products_24 .button {font-size: var(--font-txt-S);}
    #w017_index_products_24 .button .yuan {width: 70px;height: 70px;margin-right: 30px;}
    #w017_index_products_24 .button .yuan::before {width: 40px;left: 40px;max-width: 40px;height: 4px;}
    #w017_index_products_24 .button:hover .yuan::before {max-width: 40px;}
    #w017_index_products_24_loop .loop {width: 100%;display: grid;grid-template-columns: repeat(2,calc((100% - 40px)/2));gap: 40px;}
    #w017_index_products_24_loop .loop.loop_right {display: none;}
    #w017_index_products_24_loop .loop .li {width: auto;margin: 0;}
    #w017_index_products_24_loop .loop .li .name {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}
#w020_index_products_class_15 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w020_index_products_class_15 .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: 80px;}
#w020_index_products_class_15 .content {display: grid;grid-template-columns: repeat(3,calc((100% - 80px)/3));gap: 40px;}
#w020_index_products_class_15 .content .box .img::before {padding-top: 133.4%;}
#w020_index_products_class_15 .content .box .name {font-size: 16px;line-height: 1;color: #000;padding: 25px;}

#w020_index_products_class_15 .content_app{display: none;}

@media screen and (max-width:750px) {

    #w020_index_products_class_15 .title {font-size: var(--font-sub-S);font-weight: var(--font-sub-B);line-height: var(--font-sub-L);}
    /* #w020_index_products_class_15 .content {grid-template-columns: repeat(2,calc((100% - 20px)/2));gap: 20px;} */
    /* #w020_index_products_class_15 .content .box .name {font-size: var(--font-txt-S);} */
    #w020_index_products_class_15 .content{display: none;}

    #w020_index_products_class_15 .content_app{display: block;}
    #w020_index_products_class_15 .content_app .slide .img::before {padding-top: 133.4%;}
    #w020_index_products_class_15 .content_app .slide .name {font-size:  var(--font-txt-S);color: #000;padding: 25px 0 40px;}
}
#temp_d_mhj_other_35 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
	#temp_d_mhj_other_35 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}
@keyframes temp_d_mhj_other_35moveRight {
	from {left: 0%;}
	to {left: 100%;}
}
#temp_d_mhj_other_35 .content {display: flex;align-items: center;justify-content: space-between;}
#temp_d_mhj_other_35 .content .left {width: 29.0322%;}
#temp_d_mhj_other_35 .content .left .head {position: relative;z-index: 2;padding-bottom: 40px;border-bottom: 1px solid #dee0e3;}
#temp_d_mhj_other_35 .content .left .head .num {font-size: 80px;top: -50px;position: absolute;z-index: 1;opacity: 0.04;font-weight: 600;}
#temp_d_mhj_other_35 .content .left .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);}
#temp_d_mhj_other_35 .content .left .head .text {font-size: 14px;line-height: 22px;margin-top: 12px;} 
#temp_d_mhj_other_35 .content .left .li {margin-top: 32px;}
#temp_d_mhj_other_35 .content .left .li .name {font-size: 20px;line-height: 1.2;}
#temp_d_mhj_other_35 .content .left .li .brief {line-height: 22px;font-size: 14px;color: #646A73;margin-top: 10px;}
#temp_d_mhj_other_35 .content .right {width: 61.171%;border-radius: 8px;overflow: hidden;position: relative;padding-top: 42.0967%;}
#temp_d_mhj_other_35 .content .right::before {content: '';width: 101%;height: 100%;position: absolute;left: 0;top: 0;background: #fff;z-index: 2;}
#temp_d_mhj_other_35 .content .right::after {content: '';width: 101%;height: 100%;position: absolute;left: 0;top: 0;background: #fff;z-index: 2;opacity: 0.8;}
#temp_d_mhj_other_35.cur .content .right::before {animation: temp_d_mhj_other_35moveRight 0.5s forwards 1s;}
#temp_d_mhj_other_35.cur .content .right::after {animation: temp_d_mhj_other_35moveRight 0.5s forwards 1.2s;}
#temp_d_mhj_other_35 .content .right.cur::before {left: 100%;}
#temp_d_mhj_other_35 .content .right.cur::after {left: 100%;}
#temp_d_mhj_other_35 .content .right:hover img {transform: scale(1.1);}

@media screen and (max-width:1024px) {
	#temp_d_mhj_other_35 .content {flex-direction: column-reverse;}
	#temp_d_mhj_other_35 .content .left {width: 100%;margin-top: 80px;}
	#temp_d_mhj_other_35 .content .right {width: 100%;padding-top: 0;}
	#temp_d_mhj_other_35 .content .right .max {position: relative;}
}

@media screen and (max-width:750px) {
	#temp_d_mhj_other_35 .content .left .head .title {font-size: 36px;line-height: 1.6;}
	#temp_d_mhj_other_35 .content .left .li .brief,
	#temp_d_mhj_other_35 .content .left .head .text {font-size: 26px;line-height: 1.6;}
	#temp_d_mhj_other_35 .content .left .li .name {font-size: 30px;line-height: 1.6;}
}
.w020_index_news_16_wrap {background-color: var(--bgColor);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w020_index_news_16 .title {max-width:1400px;margin:0 auto;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: 80px;}

#w020_index_news_16.myleft .title{text-align: left;}
#w020_index_news_16.myright .title{text-align: right;}
#w020_index_news_16.mycenter .title{text-align: center;}

#w020_index_news_16 .list {padding:0 100px 58px 55px;}
#w020_index_news_16 .list .li {padding-left: 45px;}
#w020_index_news_16 .list .li .text{padding-right: 30px;}
#w020_index_news_16 .list .li .name {font-size: 18px;line-height: 1;color: #000;}
#w020_index_news_16 .list .li .brief {font-size: 16px;line-height: 1.875;color: #333;margin: 25px 0 50px 0;}
#w020_index_news_16 .list .li .button {padding: 20px 0;}
#w020_index_news_16 .list .li .button .time {font-size: 20px;line-height: 1;color: #000;}
#w020_index_news_16 .list .li .button .btn {font-size: 16px;line-height: 1;color: #333;}

#w020_index_news_16 .list .li .button::before {display: block;content: '';width: 100%;height: 2px;background: #222;position: absolute;left: 45px;bottom:60px;transform: translateY(-50%);max-width: 65px;overflow: hidden;transition: .3s;}

#w020_index_news_16 .list .swiper-pagination {display: flex;align-items: center;justify-content: center;bottom: 2px;}
#w020_index_news_16 .list .swiper-pagination-bullet {background: #000;opacity: 1;width: 4px;height: 4px;margin: 0 13px;box-sizing: content-box;}
#w020_index_news_16 .list .swiper-pagination-bullet-active {border: 5px solid var(--bgColor);outline: 2px solid #000;margin: 0 8px;}

@media (any-hover:hover) {
    #w020_index_news_16 .list .li:hover .button .btn {display: block;}
    #w020_index_news_16 .list .li:hover .button::before {max-width: 100%;left: 0;width: calc(100% + 30px);}
    #w020_index_news_16 .list .swiper-pagination-bullet:hover {border: 5px solid var(--bgColor);outline: 2px solid #000;margin: 0 8px;}
}
@media screen and (max-width:750px) {
    .w020_index_news_16_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w020_index_news_16 .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin-bottom:50px;}
    #w020_index_news_16 .list {padding:0 0 50px;}
    #w020_index_news_16 .list .li {padding: 0;}
    #w020_index_news_16 .list .li .text{padding-right:0;}
    #w020_index_news_16 .list .li .name {font-size: var(--font-sma-S);}
    #w020_index_news_16 .list .li .brief {font-size: var(--font-txt-S);-webkit-line-clamp:3;}
    #w020_index_news_16 .list .li .button{position: relative;}
    #w020_index_news_16 .list .li .button .time {font-size: var(--font-sma-S);}
    #w020_index_news_16 .list .li .button .btn {font-size: var(--font-txt-S);display: block;}
    #w020_index_news_16 .list .li .button::before {left:0;top:0;bottom:auto;transform:translateY(0);max-width:100%; display: block;}
}

.w020_index_footer_17_wrap{overflow: hidden;background-color: var(--bg_color);}
#w020_index_footer_17 {padding-top: var(--paddingTop);padding-bottom: 90px;}
#w020_index_footer_17 .head {margin-bottom: 50px;}
#w020_index_footer_17 .head .line {height: 2px;background-color: var(--font_color_1);}
#w020_index_footer_17 .head .img {margin: 0 20px;}
#w020_index_footer_17 .foot_nav .dl {margin-right: 70px;margin-bottom: 10px;color: var(--font_color_1);}
#w020_index_footer_17 .foot_nav .dl .dt {font-size: 18px;line-height: 1;margin: 20px 0;font-weight: bold;}
#w020_index_footer_17 .foot_nav .dl .dd {font-size: 16px;line-height: 1.875;}
/* 导航部分app */
#w020_index_footer_17 .foot_nav_app{flex: 1;color: var(--font_color_1);margin-bottom: 20px;display: none;}
#w020_index_footer_17 .foot_nav_app .ul{border-bottom: 1px solid var(--font_color_3);}
#w020_index_footer_17 .foot_nav_app .ul.noneclick {pointer-events: none;}
#w020_index_footer_17 .foot_nav_app .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 16px 0;}
#w020_index_footer_17 .foot_nav_app .title > i{font-size: var(--font-sma-S);transition: .3s;}
#w020_index_footer_17 .foot_nav_app .ul.cur .title > i{transform: rotateZ(90deg);}
#w020_index_footer_17 .foot_nav_app .li{display: none;}
#w020_index_footer_17 .foot_nav_app .li .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
#w020_index_footer_17 .foot_nav_app .li .a:last-child{padding: 0px 0 50px;}


@media (any-hover: hover){
    #w020_index_footer_17 .foot_nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media screen and (max-width:750px) {
    #w020_index_footer_17 {padding-top: var(--appPaddingTop);padding-bottom: 60px;}
    #w020_index_footer_17 .foot_nav {display: none;}
    #w020_index_footer_17 .foot_nav_app {display: block;}
}


#w020_index_footer_17_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#w020_index_footer_17_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w020_index_footer_17_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w020_index_footer_17_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}

#w020_index_footer_17_copy {background-color: var(--bg_color2);padding: 40px 0;}
#w020_index_footer_17_copy .copy {font-size: 16px;color: var(--font_color_2);gap: 10px 20px;}
#w020_index_footer_17_copy .link .li{margin-left: 35px;}
#w020_index_footer_17_copy .link .li i {font-size: 30px;color: var(--font_color_2);}


@media screen and (max-width:750px) {
    #w020_index_footer_17_copy > div{flex-direction: column;}
    #w020_index_footer_17_copy .copy {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w020_index_footer_17_copy .link{margin-top: 20px; justify-content: flex-start;width: 100%;}
    #w020_index_footer_17_copy .link .li:first-of-type{margin-left: 0;}
    #w020_index_footer_17_copy .link .li i {font-size: var(--font-sma-S);}
}