
.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_13_nav{}
#w001_index_header_13_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_13_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_13_nav .head{color: #333;}

#w001_index_header_13_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_13_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_13_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_13_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_13_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_13_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_13_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_13_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_13_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_13_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_13_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_13_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_13_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_13_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_13_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_13_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_13_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_13_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_13_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_13_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_13_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_13_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_13_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_13_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_13_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_13_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_13_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_13_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_13_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_13.pc_app #w001_index_header_13_nav .head_nav .li{display: none;}
.w001_index_header_13.pc_app #w001_index_header_13_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_13_nav .head_nav .li{display: none;}
    #w001_index_header_13_nav .head .menu{display: block;}
    /* #w001_index_header_13_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_13_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_13_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_13_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_13_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_13_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_13_nav .head_btn .language{display: none;}

    #w001_index_header_13_nav .head .menu{padding: 30px;}
    #w001_index_header_13_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_13_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_13_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_13_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_13_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_13_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_13_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_13_nav .head .menu{display: none;}
.w001_index_header_13 #w001_index_header_13_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_13_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_13_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_13_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_13_nav .head_btn{flex: initial;}
}
#w001_index_hengfu_14 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_14.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w001_index_hengfu_14 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_14 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_14 .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_14 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_14 .message_box[position="2"] .message,
#w001_index_hengfu_14 .message_box[position="5"] .message,
#w001_index_hengfu_14 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_14 .message_box[position="3"] .message,
#w001_index_hengfu_14 .message_box[position="6"] .message,
#w001_index_hengfu_14 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_14 .message_box[position="2"] .message .name,
#w001_index_hengfu_14 .message_box[position="5"] .message .name,
#w001_index_hengfu_14 .message_box[position="8"] .message .name,
#w001_index_hengfu_14 .message_box[position="2"] .message .brief,
#w001_index_hengfu_14 .message_box[position="5"] .message .brief,
#w001_index_hengfu_14 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_14 .message_box[position="3"] .message .name,
#w001_index_hengfu_14 .message_box[position="6"] .message .name,
#w001_index_hengfu_14 .message_box[position="9"] .message .name,
#w001_index_hengfu_14 .message_box[position="3"] .message .brief,
#w001_index_hengfu_14 .message_box[position="6"] .message .brief,
#w001_index_hengfu_14 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_14 .message_box[position="1"] .message .name,
#w001_index_hengfu_14 .message_box[position="4"] .message .name,
#w001_index_hengfu_14 .message_box[position="7"] .message .name,
#w001_index_hengfu_14 .message_box[position="1"] .message .brief,
#w001_index_hengfu_14 .message_box[position="4"] .message .brief,
#w001_index_hengfu_14 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_index_hengfu_14 .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_14 .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_14 .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_14 .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_14 .swiper-pagination-bullets{bottom: 40px;}
#w001_index_hengfu_14 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w001_index_hengfu_14 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_14 .container .swiper-pagination-bullet-active{width: 60px;}
#w001_index_hengfu_14 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

@media screen and (max-width: 1024px){
    #w001_index_hengfu_14 .message_box .message .name{font-size: 48px;}
    #w001_index_hengfu_14 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w001_index_hengfu_14{display: none;}
}
#w015_index_product_15{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom)}
@media screen and (max-width: 750px){
    #w015_index_product_15{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w015_index_product_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: 70px;}

#w015_index_product_15.myleft .title{text-align: left;}
#w015_index_product_15.myright .title{text-align: right;}
#w015_index_product_15.mycenter .title{text-align: center;}

#w015_index_product_15 .list {display: grid;grid-template-columns: repeat(3,calc((100% - 60px)/3));gap: 30px;margin-bottom: 60px;}
#w015_index_product_15 .list .li .img {background-color: #f9f9f9;}
#w015_index_product_15 .list .li .img::before {padding-top: 68.6%;}
#w015_index_product_15 .list .li .img img {max-width: 80%;max-height: 80%;}
#w015_index_product_15 .list .li .text {padding: 25px 30px;}
#w015_index_product_15 .list .li .text .name {font-size: 18px;line-height: 1;color: #333;margin-bottom: 10px;}
#w015_index_product_15 .list .li .text .brief {font-size: 16px;line-height: 1;color: #999;}
#w015_index_product_15 .button {font-size: 16px;line-height: 1;color: #333;width: 165px;height: 60px;border-radius: 30px;border: 1px solid #dedede;margin: 0 auto;}

@media (any-hover:hover) {
    #w015_index_product_15 .list .li:hover .img img {transform:scale(1.1); -webkit-transform:scale(1.1);}
    #w015_index_product_15 .list .li:hover .text {background-color: var(--hoverColor);}
    #w015_index_product_15 .list .li:hover .text .name {color: #fff;}
    #w015_index_product_15 .list .li:hover .text .brief {color: rgba(255, 255, 255, 0.4);}
    #w015_index_product_15 .button:hover {background-color: var(--btnColor);border-color: var(--btnColor);color: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
}
@media screen and (max-width:1200px) {
    #w015_index_product_15 .list {grid-template-columns: repeat(2,calc((100% - 30px)/2));}
}
@media screen and (max-width:900px) {
    #w015_index_product_15 .list {display: none;}
    #w015_index_product_15 .list_app {display: block;margin-bottom: 30px;}
    #w015_index_product_15 .list_app .li .img {background-color: #f9f9f9;}
    #w015_index_product_15 .list_app .li .img::before {padding-top: 75%;}
    #w015_index_product_15 .list_app .li .text {padding: 25px 30px;}
    #w015_index_product_15 .list_app .li .text .name {font-size: 18px;line-height: 1;color: #333;margin-bottom: 10px;}
    #w015_index_product_15 .list_app .li .text .brief {font-size: 16px;line-height: 1;color: #999;}
    #w015_index_product_15 .list_app .swiper-pagination {display: flex;align-items: center;justify-content: center;bottom: 110px;}
    #w015_index_product_15 .list_app .swiper-pagination-bullet {background: var(--btnColor);opacity: 1;width: 10px;height: 10px;margin: 0 10px;}
    #w015_index_product_15 .list_app .swiper-pagination-bullet-active {background: #fff;border: 3px solid var(--btnColor);box-sizing: content-box;}
}
@media screen and (max-width:750px) {
    #w015_index_product_15 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w015_index_product_15 .list_app .li .text .name {font-size: var(--font-sma-S);margin-bottom: 20px;}
    #w015_index_product_15 .list_app .li .text .brief {font-size: var(--font-txt-S);}
    #w015_index_product_15 .button {font-size: var(--font-txt-S);min-width: 240px;height: 80px;border-radius: 40px;}
    #w015_index_product_15 .list_app .swiper-pagination {bottom: 150px;}
    #w015_index_product_15 .list_app .swiper-pagination-bullet {width: 15px;height: 15px;}
}
/* 全局 */
.w014_index_about_28_wrapper{padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);background-color:var(--bgColor);}
@media screen and (max-width:1280px) {
	.w014_index_about_28_wrapper{flex-direction: column;}
}

@media screen and (max-width:751px) {
	.w014_index_about_28_wrapper{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}
/* 结束 */

/* 布局 */
.w014_index_about_28_wrapper .show{display: flex; justify-content: space-between;}

@media screen and (max-width:1280px) {
	.w014_index_about_28_wrapper .show{flex-direction: column;}
}


/* 标题区 */
#w014_index_about_28_title{width: 50%;padding-right: 130px;padding-bottom: 220px;}
#w014_index_about_28_title .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 38px;}
#w014_index_about_28_title .intro{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-bottom: 51px;}
#w014_index_about_28_title .brief{font-size: 16px;line-height: 30px;}
#w014_index_about_28_title .btn{ font-size: 16px;;width: 160px;height: 60px;transition: 0.3s;margin-top: 50px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w014_index_about_28_title .btn .right{color: var(--btn_1st_font_color);margin-left:25px;transition: 0.3s;}


#w014_index_about_28_title .number{margin-top: 70px;color:var(--fontColor);gap:60px;}
#w014_index_about_28_title .number .li{position: relative;width:100%;}
#w014_index_about_28_title .number .li .num{font-size: 42px;font-weight: bold;position: relative;}
#w014_index_about_28_title .number .li .tag{font-size: 16px; font-weight:500;margin-top: 15px;color:#666666}
#w014_index_about_28_title .number .li .add{font-size: 30px;}


#w014_index_about_28_title.myleft{text-align: left;}
#w014_index_about_28_title.myright{text-align: right;}
#w014_index_about_28_title.mycenter{text-align: center;}
#w014_index_about_28_title.myleft .btn{margin-right:auto;}
#w014_index_about_28_title.myright .btn{margin-left:auto;}
#w014_index_about_28_title.mycenter .btn{margin:50px auto 0;}
#w014_index_about_28_title.myleft .number .li > div{justify-content:flex-start;}
#w014_index_about_28_title.myright .number .li > div{justify-content:flex-end;}
#w014_index_about_28_title.mycenter .number .li > div{justify-content:center;}

@media screen and (max-width:1600px) {
	#w014_index_about_28_title .number{margin-top: 10px;}
}

@media screen and (max-width:1500px) {
	#w014_index_about_28_title{width: 40%;padding-right:50px}

}

@media screen and (max-width:1300px) {
    #w014_index_about_28_title .brief{margin-bottom: 20px;}
}

@media screen and (max-width:1280px) {
	#w014_index_about_28_title{width:100%;padding-bottom: 50px;}
	#w014_index_about_28_title .number{margin-top: 20px;margin-bottom: 20px;}
}

@media screen and (max-width:751px) {
	#w014_index_about_28_title .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w014_index_about_28_title .intro{font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w014_index_about_28_title .brief{font-size: var(--font-bri-S);line-height:var(--font-bri-L)}
    #w014_index_about_28_title .btn{ font-size: var(--font-bri-S);width: 250px;height: 80px;border-radius:0.4rem;}
	#w014_index_about_28_title .btn .right{font-size:var(--font-txt-S)}


	#w014_index_about_28_title .number{padding: 40px 0;display:grid;grid-template-columns: repeat(2,50%);row-gap: 40px;}
	#w014_index_about_28_title .number .li .num{font-size:0.42rem}
	#w014_index_about_28_title .number .li .tag{font-size: var(--font-bri-S)}
}

@media (any-hover: hover) {
	#w014_index_about_28_title .btn:hover{background-color:var(--fontColor);color:#fff}
	#w014_index_about_28_title .btn:hover .right{color:#fff}	
}
/* 结束 */


/* 图片区 */
#w014_index_about_28_images{width:50%;}
#w014_index_about_28_images .picture::before{padding-top:103.24%;}
#w014_index_about_28_images .picture img{top: 0;}

@media screen and (max-width:1500px) {
	#w014_index_about_28_images{width:60%;}
}

@media screen and (max-width:1280px) {
	#w014_index_about_28_images{width:100%;}
}
/* 结束 */



/* 底部悬浮 */

#w014_index_about_28_bottom{position: absolute;;bottom: 0;left: 0;background-color: #fff;}
#w014_index_about_28_bottom .number{display: flex;padding: 40px 70px;;}
#w014_index_about_28_bottom .number .li{position: relative;width:100%;margin-right: 125px}
#w014_index_about_28_bottom .number .li:last-child{margin-right: 0;}
#w014_index_about_28_bottom .number .li::after{content: '';width: 1px;height:80px;border-left:1px solid #ebebeb;position: absolute;top: 0;right: 188%;}
#w014_index_about_28_bottom .number .li:first-child:after{display: none;}
#w014_index_about_28_bottom .number .li .I-font .svgg{width: 45px;height: 45px;fill:#999999}
#w014_index_about_28_bottom .number .li .intro{font-size: 16px;margin-top: 20px;}


@media screen and (max-width:1100px) {
	#w014_index_about_28_bottom{position: relative;}
	#w014_index_about_28_bottom .number{flex-wrap: wrap;}
	#w014_index_about_28_bottom .number .li{width:50%;padding-top: 20px;margin-right: 0;}
	#w014_index_about_28_bottom .number .li::after{display: none;}
}


@media screen and (max-width:751px) {
	#w014_index_about_28_bottom .number{padding-bottom: 40px;padding-top: 0;}
	#w014_index_about_28_bottom .number .li{padding-top: 50px;}
	#w014_index_about_28_bottom .number .li .intro{font-size: var(--font-bri-S)}
}

@media (any-hover: hover) {
	#w014_index_about_28_bottom .number .li:hover{color:var(--fontColor)}
	#w014_index_about_28_bottom .number .li:hover .svgg{fill:var(--fontColor)}
}
#w004_index_news_31 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--contentBgColor);}


#w004_index_news_31 .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: 12px;}
#w004_index_news_31 .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_news_31 .box .more{font-size: 16px;color: #333;}
#w004_index_news_31 .box .more .more_i{width: 30px; height: 30px;  background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 15px;}
#w004_index_news_31 .box .more:hover .more_i > i{font-size: 20px;}

#w004_index_news_31.myleft .box{}
#w004_index_news_31.myleft .box .subtitle{}
#w004_index_news_31.mycenter .box{text-align: center;}
#w004_index_news_31.mycenter .box .subtitle{flex-direction: column;justify-content: center;}
#w004_index_news_31.myright .box{text-align: right;}
#w004_index_news_31.myright .box .subtitle{flex-direction: row-reverse;}


#w004_index_news_31 .box .graphic{display: grid;grid-template-columns: repeat(3,calc((100% - 70px)/3));gap: 35px;margin-top: 50px;}
#w004_index_news_31 .graphic .dl{background: var(--listBgColor);}
#w004_index_news_31 .graphic .dl .dt{padding-top: 60.784313%;}
#w004_index_news_31 .graphic .dl .dd{padding: 36px 30px 30px;}
#w004_index_news_31 .graphic .dl .dd .time{font-size: 18px;color: #888;}
#w004_index_news_31 .graphic .dl .dd .name{font-size: 24px;line-height: 32px;color: #333;font-weight: bold;transition: .3s;margin: 26px 0 20px;height: 64px;}
#w004_index_news_31 .graphic .dl .dd .brief{font-size: 16px;line-height: 24px;color: #666666;}

#w004_index_news_31 .graphic .list{background: var(--listBgColor);padding: 10px 22px;}
#w004_index_news_31 .graphic .list .li{font-size: 20px;line-height: 30px;color: #333;margin: 30px 0;}
#w004_index_news_31 .graphic .list .li .name{font-weight: bold;transition: .3s;max-height: 60px;}
#w004_index_news_31 .graphic .list .li .time{font-size: 16px;line-height: 1;color: #888;margin-top: 5px;}

@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_news_31 .graphic .dl .dd .name:hover{color: var(--hoverFontColor);}
    #w004_index_news_31 .graphic .dl .dt:hover img{transform: scale(1.1);}
    #w004_index_news_31 .graphic .list .li:hover .name{color: var(--hoverFontColor);}
    #w004_index_news_31 .box .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_news_31 .box .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width: 1050px){
    #w004_index_news_31 .box .graphic{grid-template-columns: repeat(2,calc((100% - 35px)/2));gap: 35px;}
    #w004_index_news_31 .graphic .list{grid-column: 1 / span 2;}
}

@media screen and (max-width: 750px){
    #w004_index_news_31 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_news_31 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 16px;}
    #w004_index_news_31 .box .subtitle{display: block;}
    #w004_index_news_31 .box .subtitle .tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);margin-bottom: 20px;}

    #w004_index_news_31 .box .more{font-size: var(--font-bri-S);display: inline-flex;}
    #w004_index_news_31 .box .more .more_i{width: 70px; height: 70px; background: var(--moreBgColor);}
    #w004_index_news_31 .box .more .more_i > i{font-size: var(--font-txt-S);}


    #w004_index_news_31 .box .graphic{display: block;}
    #w004_index_news_31 .graphic .dl{margin-bottom: 30px;}
    #w004_index_news_31 .graphic .dl .dd .time{font-size: var(--font-bri-S);}
    #w004_index_news_31 .graphic .dl .dd .name{font-size: var(--font-sma-S);line-height: var(--font-sma-L);max-height: calc(2 * var(--font-sma-L));height: initial;}
    #w004_index_news_31 .graphic .dl .dd .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(2 * var(--font-txt-L));}

    #w004_index_news_31 .graphic .list .li{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0 50px;}
    #w004_index_news_31 .graphic .list .li .name{max-height: calc(2 * var(--font-sma-L));}
    #w004_index_news_31 .graphic .list .li .time{font-size: var(--font-bri-S);margin-top: 10px;}
}

.w011_index_footer_20_color {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background-color: var(--bg_color);color: var(--font_color_1);overflow: hidden;}

#w011_index_footer_20 {}
#w011_index_footer_20 .head {border-bottom: 1px solid var(--font_color_2);min-height: 150px;}
#w011_index_footer_20 .head .logo {width: 160px;flex-shrink: 0;}
#w011_index_footer_20 .head .logo.widthAuto {width: auto;}
/* #w011_index_footer_20 .head .logo::before {padding-top: 37.5%;} */
/* #w011_index_footer_20 .head .logo img {max-width: 100%;max-height: 100%;flex-shrink: 0;} */
#w011_index_footer_20 .head .pc_nav{flex: 1;display: flex;flex-wrap: wrap;gap: 10px 70px;justify-content: flex-end;margin-left: 30px;}
#w011_index_footer_20 .head .pc_nav .link {font-size: 16px;line-height: 2;display: block;transition: 0.3s;}

#w011_index_footer_20 .contact {margin-top: 30px;}
#w011_index_footer_20 .contact .dt {font-size: 30px;line-height: 1.6;padding: 5px 0;}
#w011_index_footer_20 .contact .dt .icon {font-size: 30px;margin-left: 20px;}
#w011_index_footer_20 .contact .dt .icon:first-child{margin-left: 0;}
#w011_index_footer_20 .contact .dd {font-size: 16px;line-height: 1.6;padding: 5px 0;}

@media (any-hover: hover){
    #w011_index_footer_20 .head .pc_nav .link:hover{color:var(--hover_color);text-decoration:underline;}
}



@media screen and (max-width:750px) {
    .w011_index_footer_20_color {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_index_footer_20 .head {border: none;height: auto;flex-direction: column;}
    #w011_index_footer_20 .head .logo {min-width: 100%;display: none;}
    #w011_index_footer_20 .head .pc_nav{margin-left: 0;width: 100%;}
    #w011_index_footer_20 .head .pc_nav .link {font-size: var(--font-txt-S);line-height: var(--font-txt-L);border-bottom: 1px solid var(--font_color_2);padding: 20px 0;width: 100%;}

    #w011_index_footer_20 .contact .dt {font-size: var(--font-sub-S);line-height: var(--font-sub-L);padding: 10px 0 30px;}
    #w011_index_footer_20 .contact .dt .icon {font-size: var(--font-sub-S);}
    #w011_index_footer_20 .contact .dd {font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 10px 0;}
    #w011_index_footer_20 .contact_left .dd{padding: 10px 0 30px;}
}


#w011_index_footer_20_links{font-size: 16px;height: 72px;border-bottom: 1px solid var(--font_color_2);}
#w011_index_footer_20_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w011_index_footer_20_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w011_index_footer_20_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}
