
.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;}
}
#w007_index_hengfu_14 {font-size: 0;}
#w007_index_hengfu_14 .slide{}
#w007_index_hengfu_14 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w007_index_hengfu_14.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w007_index_hengfu_14 .type-a .slide .img_pc{transform: scale(1)!important;}
#w007_index_hengfu_14 .type-c .slide .img_pc{transform:scale(1)!important;}


#w007_index_hengfu_14 .slide .content{display: flex;height: calc( 100% - 180px );position: absolute;top: 53%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w007_index_hengfu_14 .text{display: flex;flex-direction: column;max-width: 100%;}
#w007_index_hengfu_14 .content[position="2"] .text,
#w007_index_hengfu_14 .content[position="5"] .text,
#w007_index_hengfu_14 .content[position="8"] .text{align-items: center;}
#w007_index_hengfu_14 .content[position="3"] .text,
#w007_index_hengfu_14 .content[position="6"] .text,
#w007_index_hengfu_14 .content[position="9"] .text{align-items: flex-end;}


#w007_index_hengfu_14 .container .content .text .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);}
#w007_index_hengfu_14 .container .content .text .brief{margin-top: 30px;margin-bottom: 40px; 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);}
#w007_index_hengfu_14 .container .content .text .view {width: 160px;height: 50px;padding: 0 16px;margin-top: 40px; pointer-events: all;transition: .3s;font-size: 16px; 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);}
#w007_index_hengfu_14 .container .content .text .view i{font-size: 24px;margin-left: 10px;}
@media (any-hover:hover) {
    #w007_index_hengfu_14 .container .content .text .view:hover {padding-right: 10px; color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
}



/* 页数样式 */
#w007_index_hengfu_14 .swiper-pagination-bullets{bottom: 90px;width: auto;left: 2%;}
#w007_index_hengfu_14 .swiper-pagination-bullet{width: 20px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w007_index_hengfu_14 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w007_index_hengfu_14 .container .swiper-pagination-bullet-active{width: 30px;}
#w007_index_hengfu_14 .swiper-pagination-bullet-active::before{height: 2px;background: var(--pageColor);opacity: 1;}



@media screen and (max-width:1000px) {
    #w007_index_hengfu_14 .container .circle-page {bottom: 10px;}
}

@media screen and (max-width: 750px){
    #w007_index_hengfu_14{display: none;}
}
.w006_index_solution_118_wrap{background: #fff url(/module/w006/index/solution/images/spirit.png) no-repeat center/contain; padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width: 751px){
     .w006_index_solution_118_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 上方标题 */
#w006_index_solution_118_title{margin-bottom: 30px;gap: 30px;}
#w006_index_solution_118_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);}
#w006_index_solution_118_title .subtitle{font-size:16px;line-height: 1.5; color: #ccc; margin-top: 32px;}

#w006_index_solution_118_title.myleft{text-align: left;}
#w006_index_solution_118_title.mycenter{text-align: center;}
#w006_index_solution_118_title.myright{text-align: right;}

@media screen and (max-width:751px) {
    #w006_index_solution_118_title {display: block;}
    #w006_index_solution_118_title .title {font-size:var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);max-width: initial;}
    #w006_index_solution_118_title .subtitle{font-size:var(--font-bri-S);line-height: var(--font-bri-L);margin: 30px 0;}
}
/* 结束 */



/* 解决方案电脑端 */
#w006_index_solution_118_solve{border-radius:10px; position: relative; overflow: hidden; margin-top: 88px;font-size: 16px;}
#w006_index_solution_118_solve .li{width: 226px;  transition: .5s;overflow: hidden;background: url() no-repeat right / auto 100%;}
#w006_index_solution_118_solve .li .left{width: 226px; background-color:#F6F6F6;height: 436px; padding-left: 35px; position: relative; transition: .5s;}
#w006_index_solution_118_solve .li .left .ico{width: 80px;height: 100px; margin-top: 78px;}
#w006_index_solution_118_solve .li .left .ico img{max-width:100%; max-height:100%;}
#w006_index_solution_118_solve .li .left .title{font-size: 20px; font-weight: 500;line-height: 1.5;color:#333333}
#w006_index_solution_118_solve .li .left .title_en{opacity: 0.5;font-size: 16px; margin-top: 13px;}
#w006_index_solution_118_solve .li .left .brief{padding-top: 43px;font-weight: 400;line-height: 1.56;color: #f6f6f6;display: none;}
#w006_index_solution_118_solve .li .left .more{position: absolute;  width: 50px; height: 50px;border: 2px solid #333333;opacity: 0.2; border-radius: 50%; bottom:70px; left:35px;}



#w006_index_solution_118_solve .li:nth-child(2n+1) .left{background-color:#F1F1F1;}
#w006_index_solution_118_solve .li:nth-child(n+2)  .left .title{color:#333333}

#w006_index_solution_118_solve .li.cur{width: calc(100% - 226px * 3); }
#w006_index_solution_118_solve .li.cur .left{background: var(--curColor) ; width:270px;}
#w006_index_solution_118_solve .li.cur .left .ico img{display: none; height: 165px;  }
#w006_index_solution_118_solve .li.cur .left .title_en{color:#ffffff;line-height: 1;}
#w006_index_solution_118_solve .li.cur .left .title{color:#ffffff;padding-top: 70px;height: 100px;}
#w006_index_solution_118_solve .li.cur .left .title{margin-top:-196px;}
#w006_index_solution_118_solve .li.cur .left .brief{display: block;margin-right: 38px;width: 191px;max-height: 145px;}
#w006_index_solution_118_solve .li.cur .left .more{border: 1px solid #ccc;background-color: #ffffff;opacity: 1;}






/* 手机端 */
#w006_index_solution_118_solve_mobile{display: none;}
@media screen and (max-width: 751px){
     #w006_index_solution_118_solve{display: none;}

     #w006_index_solution_118_solve_mobile{display:block ;}
     #w006_index_solution_118_solve_mobile .slide{transform:scale(.8); -webkit-transform:scale(.89);height: 800px;width: 600px;position: relative;}
     #w006_index_solution_118_solve_mobile .slide .plan{width: 100%; background: var(--curColor);border-radius: 20px 20px 0 0;padding: 12px 0px;color: #fff;}
     #w006_index_solution_118_solve_mobile .slide .plan .ico{width: 80px;height: 100px;}
     #w006_index_solution_118_solve_mobile .slide .plan .title{font-size: var(--font-txt-S);line-height: var(--font-txt-L); font-weight: 500;flex: 1;text-align: center;padding-right: 80px;}
     #w006_index_solution_118_solve_mobile .slide .plan .title_en{font-size: var(--font-bri-S);display: none;}
     #w006_index_solution_118_solve_mobile .slide .showImg img{height: 100%; width: 100%;}
     #w006_index_solution_118_solve_mobile .slide .brief{padding: 20px; background: #f6f6f6;}
     #w006_index_solution_118_solve_mobile .slide .brief > *{color:#333333;font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: calc(4 * var(--font-txt-L));}

     #w006_index_solution_118_solve_mobile .swiper-container{margin-top: 50px;}
     #w006_index_solution_118_solve_mobile .container .swiper-slide-active,
     #w006_index_solution_118_solve_mobile .container .swiper-slide-duplicate-active{transform:scale(1); -webkit-transform:scale(1);}
}
#w011_index_products_101 {background-color: #faf9f6;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w011_index_products_101 .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);text-align: center;margin-bottom: 15px;}
#w011_index_products_101 .title .stit {font-size: 16px;color: #777;margin-top: 18px;}

#w011_index_products_101.myleft .title{text-align: left;}
#w011_index_products_101.myright .title{text-align: right;}
#w011_index_products_101.mycenter .title{text-align: center;}

#w011_index_products_101 .wrapper {padding-top: 20px;}
#w011_index_products_101 .wrapper .slide {transition: .3s;}
#w011_index_products_101 .wrapper .slide .img {border-radius: 20px;transition: .3s;}
#w011_index_products_101 .wrapper .slide .img::before {padding-top: 67.26%;}
#w011_index_products_101 .wrapper .slide .img img {max-width: 100%;max-height: 100%;}
#w011_index_products_101 .wrapper .slide .name {font-size: 15px;color: #222;line-height: 1;padding: 28px 30px 30px 30px;margin-bottom: 55px;transition: .3s;}
#w011_index_products_101 .container {padding-top: 12px;}
#w011_index_products_101 .container .swiper-pagination {display: flex;align-items: center;justify-content: center;}
#w011_index_products_101 .container .swiper-pagination-bullet {background: var(--btnBgColor);opacity: 1;width: 10px;height: 10px;margin: 0 10px;}
#w011_index_products_101 .container .swiper-pagination-bullet-active {background: #fff;border: 3px solid var(--btnBgColor);box-sizing: content-box;}

@media screen and (min-width:751px) {
    #w011_index_products_101 .slide:hover .img {transform: translateY(-20px);}
    #w011_index_products_101 .slide:hover .name {color: var(--btnBgColor);}
}

@media screen and (max-width:750px) {
    #w011_index_products_101 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_index_products_101 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_index_products_101 .title .stit {font-size: var(--font-txt-S);}
    #w011_index_products_101 .wrapper .slide .name {font-size: var(--font-txt-S);}
    #w011_index_products_101 .container .swiper-pagination-bullet {width: 20px;height: 20px;}
}


#w005_index_team_103 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}

#w005_index_team_103 .title{margin-bottom: 10px;}
#w005_index_team_103 .title .tip{font-size: 16px;line-height: 1.4;color: #626466;}
#w005_index_team_103 .title .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);margin-bottom: 30px;}
#w005_index_team_103 .title .btn{min-width: 190px; height: 60px; font-size: 16px;display: inline-flex;padding: 0 16px; 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);}
#w005_index_team_103 .title .btn_i{font-size: 20px;color: var(--btn_1st_icon_color);margin-left: 15px;transition: .3s;}

#w005_index_team_103.myleft .title{}
#w005_index_team_103.mycenter .title{flex-direction: column;justify-content: center;text-align: center;gap: 50px 0;}
#w005_index_team_103.myright .title{flex-direction: row-reverse;text-align: right;}


#w005_index_team_103 .main{}
#w005_index_team_103 .main .slide{width: 100%;height: 580px;}
#w005_index_team_103 .main .img{}
#w005_index_team_103 .main .text{background: #fff;}
#w005_index_team_103 .main .text .name{font-size: 24px;font-weight: 500;color: #221815;transition: .3s;}
#w005_index_team_103 .main .text .subname{font-size: 16px;color: #999999;margin-top: 10px;}
#w005_index_team_103 .main .text .line{height: 1px;width: 100%;margin: 35px 0 30px;background: #f1f1f1;}
#w005_index_team_103 .main .text .brief{font-size: 16px;line-height: 30px;color: #626466;}

/* 线 */
#w005_index_team_103 .thumbs_wrap::before{content: '';display: block;width: 100%;height: 1px;background: #f1f1f1;}
#w005_index_team_103 .thumbs{margin-top: -13px;}
#w005_index_team_103 .thumbs .slide{padding: 62px 0 40px;cursor: pointer;}

#w005_index_team_103 .thumbs .round{height: 24px;width: 100%;position: absolute;top: 0;left: 0;}
/* 线 */
/* #w005_index_team_103 .thumbs .round::before{content: '';display: block;height: 1px;width: 100%;background: #f1f1f1;position: absolute;top: 12px;left: 0;} */
/* 圆形 */
#w005_index_team_103 .thumbs .round::after{content: '';display: block;width: 24px; height: 24px; background: #FFFFFF; border: 5px solid #DEDEDE; border-radius: 50%;position: absolute;top: 0;left: 50%;transform: translateX(-50%);box-sizing: border-box;transition: .3s;}


#w005_index_team_103 .thumbs .name{font-size: 24px;font-weight: 500;line-height: 30px;color: #221815;transition: .3s;}
#w005_index_team_103 .thumbs .subname{font-size: 16px;line-height: 30px;color: #999999;}



#w005_index_team_103 .main .swiper-slide-active .name{color:var(--userColor);}
#w005_index_team_103 .thumbs .swiper-slide-thumb-active .name{color: var(--tabColor);}
#w005_index_team_103 .thumbs .swiper-slide-thumb-active .round::after{border-color: var(--tabColor);}



@media (any-hover: hover){
    #w005_index_team_103 .title .btn:hover .btn_i{transform: translateX(10px);}
}


@media screen and (max-width: 1050px){
    #w005_index_team_103 .title{margin-bottom: 100px;}

    #w005_index_team_103 .main .slide{justify-content: space-between;}
    #w005_index_team_103 .main .img{flex: 3;}
    #w005_index_team_103 .main .text{flex: 2;}
}

@media screen and (max-width: 750px){
    #w005_index_team_103 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w005_index_team_103 .title{flex-direction: column;text-align: center;}
    #w005_index_team_103 .title .tip{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w005_index_team_103 .title .name{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w005_index_team_103 .title .btn{min-width: 240px; height: 70px; border-radius: 35px;font-size: var(--font-txt-S);margin-top: 30px;}
    #w005_index_team_103 .title .btn_i{font-size: var(--font-txt-S);}

    #w005_index_team_103 .main .slide{height: auto;display: block;}
    #w005_index_team_103 .main .img{height: 600px;}

    #w005_index_team_103 .main .text{justify-content: flex-start;align-items: center;margin: 30px 0 50px;}
    #w005_index_team_103 .main .text .name{font-size: var(--font-sub-S);}
    #w005_index_team_103 .main .text .subname{font-size: var(--font-txt-S);margin-bottom: 10px;}
    #w005_index_team_103 .main .text .line{display: none;}
    #w005_index_team_103 .main .text .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(5 * var(--font-txt-L));overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 5;}

    #w005_index_team_103 .thumbs .name{font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w005_index_team_103 .thumbs .subname{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}

#w004_index_news_110 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--contentBgColor);}


#w004_index_news_110 .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_110 .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_110 .box .more{font-size: 16px;color: #333;}
#w004_index_news_110 .box .more .more_i{width: 30px; height: 30px;  background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 15px;}
#w004_index_news_110 .box .more:hover .more_i > i{font-size: 20px;}

#w004_index_news_110.myleft .box{}
#w004_index_news_110.myleft .box .subtitle{}
#w004_index_news_110.mycenter .box{text-align: center;}
#w004_index_news_110.mycenter .box .subtitle{flex-direction: column;justify-content: center;}
#w004_index_news_110.myright .box{text-align: right;}
#w004_index_news_110.myright .box .subtitle{flex-direction: row-reverse;}


#w004_index_news_110 .box .graphic{display: grid;grid-template-columns: repeat(3,calc((100% - 70px)/3));gap: 35px;margin-top: 50px;}
#w004_index_news_110 .graphic .dl{background: var(--listBgColor);}
#w004_index_news_110 .graphic .dl .dt{padding-top: 60.784313%;}
#w004_index_news_110 .graphic .dl .dd{padding: 36px 30px 30px;}
#w004_index_news_110 .graphic .dl .dd .time{font-size: 18px;color: #888;}
#w004_index_news_110 .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_110 .graphic .dl .dd .brief{font-size: 16px;line-height: 24px;color: #666666;}

#w004_index_news_110 .graphic .list{background: var(--listBgColor);padding: 10px 22px;}
#w004_index_news_110 .graphic .list .li{font-size: 20px;line-height: 30px;color: #333;margin: 30px 0;}
#w004_index_news_110 .graphic .list .li .name{font-weight: bold;transition: .3s;max-height: 60px;}
#w004_index_news_110 .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_110 .graphic .dl .dd .name:hover{color: var(--hoverFontColor);}
    #w004_index_news_110 .graphic .dl .dt:hover img{transform: scale(1.1);}
    #w004_index_news_110 .graphic .list .li:hover .name{color: var(--hoverFontColor);}
    #w004_index_news_110 .box .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_news_110 .box .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width: 1050px){
    #w004_index_news_110 .box .graphic{grid-template-columns: repeat(2,calc((100% - 35px)/2));gap: 35px;}
    #w004_index_news_110 .graphic .list{grid-column: 1 / span 2;}
}

@media screen and (max-width: 750px){
    #w004_index_news_110 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_news_110 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 16px;}
    #w004_index_news_110 .box .subtitle{display: block;}
    #w004_index_news_110 .box .subtitle .tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);margin-bottom: 20px;}

    #w004_index_news_110 .box .more{font-size: var(--font-bri-S);display: inline-flex;}
    #w004_index_news_110 .box .more .more_i{width: 70px; height: 70px; background: var(--moreBgColor);}
    #w004_index_news_110 .box .more .more_i > i{font-size: var(--font-txt-S);}


    #w004_index_news_110 .box .graphic{display: block;}
    #w004_index_news_110 .graphic .dl{margin-bottom: 30px;}
    #w004_index_news_110 .graphic .dl .dd .time{font-size: var(--font-bri-S);}
    #w004_index_news_110 .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_110 .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_110 .graphic .list .li{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0 50px;}
    #w004_index_news_110 .graphic .list .li .name{max-height: calc(2 * var(--font-sma-L));}
    #w004_index_news_110 .graphic .list .li .time{font-size: var(--font-bri-S);margin-top: 10px;}
}

.w024_index_about_99_wrap {background: 100%/cover;}
#w024_index_about_99 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w024_index_about_99 .content .img {width: 47.05%;align-items: flex-start;}
#w024_index_about_99 .content .img .img1::before {padding-top: 63.75%;}
#w024_index_about_99 .content .text {width: 48.23%;padding-top: 90px;padding-bottom: 30px;}
#w024_index_about_99 .content .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: 35px;}
#w024_index_about_99 .content .text .msg {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);}
#w024_index_about_99 .content .text .brief {font-size: 16px;line-height: 1.875;color: #333;margin-top: 50px;margin-bottom: 40px;}
#w024_index_about_99 .content .text .button {justify-content: space-between; font-size: 16px;line-height: 1;width: 230px;height: 57px;padding: 0 30px; 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);}

#w024_index_about_99.myleft .content .text{text-align: left;}
#w024_index_about_99.myright .content .text{text-align: right;}
#w024_index_about_99.mycenter .content .text{text-align: center;}

#w024_index_about_99 .data {display: grid;grid-template-columns: repeat(5,20%);row-gap: 40px;margin-top: 100px;transform: translateX(-1px);}
#w024_index_about_99 .data .li {border-left: 1px solid #e6e6e6;padding: 0 20px;}
#w024_index_about_99 .data .li .numb {font-size: 48px;line-height: 1;color: var(--dataColor);}
#w024_index_about_99 .data .li .numb .icon {font-size: 24px;color: var(--dataColor);}
#w024_index_about_99 .data .li .name {font-size: 16px;line-height: 1.875;color: #333;margin-top: 30px;}

@media (any-hover:hover) {
    #w024_index_about_99 .content .text .button:hover {color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
}
@media screen and (max-width:1300px) {
    #w024_index_about_99 .content .text {padding: 30px 0;}
    #w024_index_about_99 .data {grid-template-columns: repeat(4,25%);}
}
@media screen and (max-width:1200px) {
    #w024_index_about_99 .content {flex-direction: column-reverse;}
    #w024_index_about_99 .content .img {width: 100%;}
    #w024_index_about_99 .content .text {width: 100%;}
}
@media screen and (max-width:1100px) {
    #w024_index_about_99 .data {grid-template-columns: repeat(3,calc((100%)/3));}
}
@media screen and (max-width:750px) {
    #w024_index_about_99 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w024_index_about_99 .content .text .title {font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}
    #w024_index_about_99 .content .text .msg {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w024_index_about_99 .content .text .brief {font-size: var(--font-txt-S);}
    #w024_index_about_99 .content .text .button {font-size: var(--font-txt-S);width: 300px;height: 100px;}
    #w024_index_about_99 .content .text .button .icon {font-size: var(--font-bri-S);}
    #w024_index_about_99 .data .li .numb {font-size: var(--font-big-S);}
    #w024_index_about_99 .data .li .numb .icon {font-size: var(--font-txt-S);}
    #w024_index_about_99 .data .li .name {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w024_index_about_99 .data {grid-template-columns: repeat(2,50%);}
}
.temp_wcb_footer_footer01_13_footer_wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--bg_color);color: var(--font_color_1);overflow: hidden;}
@media screen and (max-width:750px) {
    .temp_wcb_footer_footer01_13_footer_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#temp_wcb_footer_footer01_13_nav{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;gap: 20px 80px;}
#temp_wcb_footer_footer01_13_nav .li{font-size: 18px;transition: 0.3s;}

@media (any-hover: hover){
    #temp_wcb_footer_footer01_13_nav .li:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media screen and (max-width:750px) {
    #temp_wcb_footer_footer01_13_nav{display: none;}
}


#temp_wcb_footer_footer01_13_contact{display: flex;flex-direction: column;align-items: center;}
#temp_wcb_footer_footer01_13_contact .qr{margin: 70px 0 20px;}
#temp_wcb_footer_footer01_13_contact .qr .img{width: 120px;height: 120px;border-radius: 16px;overflow: hidden;background:  #fff;}
#temp_wcb_footer_footer01_13_contact .qr .img img{max-width: 75%;max-height: 75%;}
#temp_wcb_footer_footer01_13_contact .qr .tip{font-size: 18px;line-height: 1.5;color: var(--font_color_2);margin-top: 50px;}
#temp_wcb_footer_footer01_13_contact .text{font-size: 20px;line-height: 1.5;margin-bottom: 80px;gap: 16px;flex-wrap: wrap;text-align: center;}
#temp_wcb_footer_footer01_13_contact .text .phone{}
@media screen and (max-width:750px) {
    #temp_wcb_footer_footer01_13_contact{}
    #temp_wcb_footer_footer01_13_contact .qr{margin: 0 0 20px;}
    #temp_wcb_footer_footer01_13_contact .qr .img{width: 300px;height: 300px;}
    #temp_wcb_footer_footer01_13_contact .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_footer_footer01_13_contact .text{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-bottom: 60px;}
}


#temp_wcb_footer_footer01_13_links{font-size: 16px;height: 72px;margin-top: 35px;justify-content: center;color: var(--font_color_2);}
#temp_wcb_footer_footer01_13_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#temp_wcb_footer_footer01_13_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer01_13_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#temp_wcb_footer_footer01_13_copyright{font-size: 16px;color: var(--font_color_2);flex-wrap: wrap;gap: 10px 20px;}
@media screen and (max-width:750px) {
    #temp_wcb_footer_footer01_13_copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}