
.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{opacity: 0;pointer-events: none;}
.lyuiheader_nav_001.hide-active *{pointer-events: none!important;}

/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/

#w001_index_header_10_nav{transition: background-color .3s;box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);}
#w001_index_header_10_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
#w001_index_header_10_nav .head{height: var(--head_top_height);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_10_nav{box-shadow: none;}
#header.fixed.scroll-top #w001_index_header_10_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top #w001_index_header_10_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_10_nav .head{color: #333;}

#w001_index_header_10_nav .stockCode{margin-left: 0.1rem;font-size: 0.16rem;line-height: 1.5;opacity: 0.6;}

#w001_index_header_10_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;}
#w001_index_header_10_nav .btnCS:hover{opacity: 0.8;}


/* 背景色 */
#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: 0.16rem;}
#w001_index_header_10_nav .head_btn > *{padding: 0.1rem 0.15rem;}
#w001_index_header_10_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_10_nav .head_btn > * > i{font-size: 0.2rem;}
#w001_index_header_10_nav .head_btn .language i{margin-right: 0.06rem;}


/* 移动端菜单按钮 */
#w001_index_header_10_nav .head .menu{display: none;padding: 0.3rem 0.2rem;position: relative;cursor: pointer;margin-right: -0.2rem;}
#w001_index_header_10_nav .head .menu i{width: 0.36rem;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(-0.14rem);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(0.14rem);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{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;}


#w001_index_header_10_nav .mblanguage{display: none;}


@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: 0.26rem;}
    #w001_index_header_10_nav .head_btn .language{margin-right: 0.2rem;font-size: 0.2rem;}
    #w001_index_header_10_nav .head_btn .language i {font-size: 0.26rem;margin-right: 0.1rem;}
    
    #w001_index_header_10_nav .btnCS{display: none;}
}

@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 .mblanguage{margin-right: 0.2rem;font-size: 0.36rem;display: flex;}

    #w001_index_header_10_nav .head .menu{padding: 0.3rem;}
    #w001_index_header_10_nav .head .menu i{width: 0.46rem;height: 3px;}
    #w001_index_header_10_nav .head .menu i::before{transform: translateY(-0.18rem);height: 3px;}
    #w001_index_header_10_nav .head .menu i::after{transform: translateY(0.18rem);height: 3px;}

    #header.menu_expand #w001_index_header_10_nav .weblogo{opacity: 0;}
    #header.menu_expand #w001_index_header_10_nav .mblanguage{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: -0.2rem;}

/* 需要展示 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;}
}
#w005_service_picture_2 .img{min-height: 4rem;}
#w005_service_picture_2 .img img{width: 100%;display: block;}
#w005_service_picture_2 .imgApp{display: none;min-height: 4.8rem;}
#w005_service_picture_2 .imgApp img{width: 100%;display: block;}
#w005_service_picture_2 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#w005_service_picture_2 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#w005_service_picture_2.height_change .position_box{width: 100%;height: calc((100% - 1rem));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#w005_service_picture_2 .text{display: flex;flex-direction: column;width: 100%;padding: .15rem 0;}
#w005_service_picture_2 .text .name{font-size: var(--small_px);color: var(--small_color);font-weight: var(--small_font_weight);font-style: var(--small_font_style);line-height: var(--small_line_height);margin-bottom: .26rem;pointer-events: all;}
#w005_service_picture_2 .text .subname{font-size: var(--big_px);color: var(--big_color);font-weight: var(--big_font_weight);font-style: var(--big_font_style);line-height: var(--big_line_height);pointer-events: all;}


#w005_service_picture_2 .position_box[position="2"],
#w005_service_picture_2 .position_box[position="5"],
#w005_service_picture_2 .position_box[position="8"]{text-align: center;}
#w005_service_picture_2 .position_box[position="3"],
#w005_service_picture_2 .position_box[position="6"],
#w005_service_picture_2 .position_box[position="9"]{text-align: right;}

@media screen and (max-width:751px) {
    #w005_service_picture_2 .img{display: none;}
    #w005_service_picture_2 .imgApp{display: block;}
    #w005_service_picture_2 .text .name{font-size: var(--small_mobile_px);color: var(--small_mobile_color);font-weight: var(--small_mobile_font_weight);font-style: var(--small_mobile_font_style);}
    #w005_service_picture_2 .text .subname{font-size: var(--big_mobile_px);color: var(--big_mobile_color);font-weight: var(--big_mobile_font_weight);font-style: var(--big_mobile_font_style);}

    #w005_service_picture_2.height_change .position_box{height: calc((100% - 1.2rem));}
}
#w009_about_detail_3 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w009_about_detail_3 .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: 0.95rem;text-align: center;}

#w009_about_detail_3.myleft .title{text-align: left;}
#w009_about_detail_3.mycenter .title{text-align: center;}
#w009_about_detail_3.myright .title{text-align: right;}

#w009_about_detail_3 .cantent .data {width: 42.85%;}
#w009_about_detail_3 .cantent .data .list {padding: 0.5rem 0;border-bottom: 1px solid #ddd;}
#w009_about_detail_3 .cantent .data .list:first-child {border-top: 1px solid #ddd;}
#w009_about_detail_3 .cantent .data .list .numb {font-size: 0.5rem;line-height: 1;color: var(--fontColor);max-width: 50%;}
#w009_about_detail_3 .cantent .data .list .numb .stext {font-size: 0.36rem;line-height: 1;margin-top: auto;}
#w009_about_detail_3 .cantent .data .list .name {font-size: 0.24rem;line-height: 1.4;color: #333;max-width: 50%;margin-top: auto;}
#w009_about_detail_3 .cantent .pictures {width: 49.28%;}
#w009_about_detail_3 .cantent .pictures .text .brief {font-size: 0.16rem;line-height: 1.875;color: #333;margin-bottom: 0.53rem;}
#w009_about_detail_3 .cantent .pictures .img img {max-width: 100%;max-height: 100%;}

@media screen and (max-width:1200px) {
    #w009_about_detail_3 .cantent {flex-direction: column-reverse;}
    #w009_about_detail_3 .cantent .data {width: 100%;margin-top: 0.3rem;}
    #w009_about_detail_3 .cantent .pictures {width: 100%;}
}
@media screen and (max-width:750px) {
    #w009_about_detail_3 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w009_about_detail_3 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w009_about_detail_3 .cantent .data .list .numb {font-size: var(--font-big-S);}
    #w009_about_detail_3 .cantent .data .list .numb .stext {font-size: var(--font-sub-S);}
    #w009_about_detail_3 .cantent .data .list .name {font-size: var(--font-sma-S);}
    #w009_about_detail_3 .cantent .pictures .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}
#w001_index_video_89{position: relative;}
#w001_index_video_89 .video{object-fit:cover;height: 56.25vw;width: 100%;max-height: 5rem;background: #000;overflow: hidden;}

#w001_index_video_89 .btn{color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 0.8rem;height: 0.8rem;border-radius: 50%;background: rgba(204, 0, 0,.5);display: flex;align-items: center;justify-content: center;cursor: pointer;}
#w001_index_video_89 .btn.cur{opacity: 0;cursor: default;}
#w001_index_video_89 .btn_i{font-size: 0.4rem;transform: translateX(3px);}

#w001_index_video_89 .btn::before,
#w001_index_video_89 .btn::after{display: block;content: '';border: 1px solid rgba(255, 255, 255, .2);border-radius: 50%;background: transparent;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: .8s;pointer-events: none;}
#w001_index_video_89 .btn::before{width: 1.6rem;height: 1.6rem;}
#w001_index_video_89 .btn::after{width: 2.4rem;height: 2.4rem;transition: .6s;}

#w001_index_video_89:hover .btn::before,
#w001_index_video_89:hover .btn::after{transform:translate(-50%,-50%) scale(3) ;opacity: 0;}

@media only screen and (max-width: 750px) {
    /* #w001_index_video_89 .video{height: 50vw;} */
}
#w011_chain_advantage_90 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_chain_advantage_90 .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: 0px 0 0.5rem 0;}

#w011_chain_advantage_90.myleft .title{text-align: left;}
#w011_chain_advantage_90.myright .title{text-align: right;}
#w011_chain_advantage_90.mycenter .title{text-align: center;}

#w011_chain_advantage_90 .slide {transition: .3s;}
#w011_chain_advantage_90 .slide .img {border-radius: 0.2rem;transition: .3s;}
#w011_chain_advantage_90 .slide .img::before {padding-top: 67.26%;}
#w011_chain_advantage_90 .slide .img img {max-width: 100%;max-height: 100%;}
#w011_chain_advantage_90 .slide .name {font-size: var(--titleFt_px);color: var(--titleFt_color);line-height: 1.6;padding: 0.3rem 0;transition: .3s;}
#w011_chain_advantage_90 .slide .brief {font-size: var(--briefFt_px);color: var(--briefFt_color);line-height: 1.875;margin-bottom: 0.55rem;}

#w011_chain_advantage_90 .container {padding-top: 0.2rem;}
#w011_chain_advantage_90 .container .swiper-pagination {display: flex;align-items: center;justify-content: center;}
#w011_chain_advantage_90 .container .swiper-pagination-bullet {background: var(--pageColor);opacity: 1;}
#w011_chain_advantage_90 .container .swiper-pagination-bullet-active {background: #fff;border: 2px solid var(--pageColor);box-sizing: content-box;}

@media screen and (min-width:751px) {
}

@media screen and (max-width:750px) {
    #w011_chain_advantage_90 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_chain_advantage_90 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_chain_advantage_90 .slide .name {font-size: var(--font-sma-S);}
    #w011_chain_advantage_90 .slide .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w011_chain_advantage_90 .container .swiper-pagination-bullet {width: 0.2rem;height: 0.2rem;margin: 0 0.1rem;}
}

#temp_d_ly_server1_92{padding-top: var(--paddingTop); padding-bottom: var(--paddingBottom);}
#temp_d_ly_server1_92 .top .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_ly_server1_92 .top .title span{color: var(--font_1st_color);}
#temp_d_ly_server1_92 .top .brief{margin-top: 0.1rem; font-size: 0.18rem; line-height: 1.4; color: #333;}

#temp_d_ly_server1_92.myleft .title{text-align: left;}
#temp_d_ly_server1_92.myleft .brief{text-align: left;}
#temp_d_ly_server1_92.mycenter .title{text-align: center;}
#temp_d_ly_server1_92.mycenter .brief{text-align: center;}
#temp_d_ly_server1_92.myright .title{text-align: right;}
#temp_d_ly_server1_92.myright .brief{text-align: right;}

#temp_d_ly_server1_92 .ul{margin-top: 0.5rem; width: 100%;}
#temp_d_ly_server1_92 .ul .li{padding: 0.32rem 0; width:33.33%; border-right:1px solid #e2e2e2; border-top: 1px solid #e2e2e2;}
#temp_d_ly_server1_92 .ul .li:nth-child(3n) {border-right: 0;}
#temp_d_ly_server1_92 .ul .li:nth-child(-n+3){border-top: 0; padding-bottom: 0.7rem;}
#temp_d_ly_server1_92 .ul .li .icon{margin: 0 auto; width: 0.82rem; height: 0.82rem; border-radius: 50%;}
#temp_d_ly_server1_92 .ul .li .icon img{ width:100%;}
#temp_d_ly_server1_92 .ul .li .p1{margin: 0.16rem 0 0.14rem; font-size: 0.22rem; line-height: 1.4; color:#555; }
#temp_d_ly_server1_92 .ul .li .p2{margin: 0 auto; width:70%; min-height: calc(0.26rem * 2); font-size: 0.14rem; line-height:0.26rem; color:#555; }
#temp_d_ly_server1_92 .ul .li::before{content:''; display: block; width:0.29rem; height:2px; background:#d2d2d2; position:absolute; left:0; right:0; bottom:0; z-index:2; margin:0 auto; transition: all 0.3s ease;}
#temp_d_ly_server1_92 .ul .li:nth-child(-n+3)::before{bottom: 0.35rem;}
#temp_d_ly_server1_92 .ul .li:hover::before{ background:var(--mainColor);}

@media screen and (max-width: 1024px){
    #temp_d_ly_server1_92 .ul .li .p2{width: 85%;}
}
@media screen and (max-width: 750px){
	#temp_d_ly_server1_92 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #temp_d_ly_server1_92 .top .title{font-size: var(--title1MbFt_px);line-height: var(--title1MbFt_line_height);}
    #temp_d_ly_server1_92 .top .brief{font-size: var(--font-bri-S); width: 85%; margin: 0.15rem auto 0;}

    #temp_d_ly_server1_92 .ul .li{padding: 0.32rem 0 0.7rem; width:49.9%; border-right:1px solid #e2e2e2; border-top: 1px solid #e2e2e2;}
    #temp_d_ly_server1_92 .ul .li:nth-child(3n) {border-right: 1px solid #e2e2e2;}
    #temp_d_ly_server1_92 .ul .li:nth-child(-n+3){border-top: 1px solid #e2e2e2;}
    #temp_d_ly_server1_92 .ul .li:nth-child(2n) {border-right: 0;}
    #temp_d_ly_server1_92 .ul .li:nth-child(-n+2){border-top: 0;}
    #temp_d_ly_server1_92 .ul .li:before{bottom: 0.35rem;}

    #temp_d_ly_server1_92 .ul .li .icon{width: 0.92rem; height: 0.92rem;}
    #temp_d_ly_server1_92 .ul .li .p1{font-size: var(--font-txt-S); line-height: 1.5;}
    #temp_d_ly_server1_92 .ul .li .p2{font-size: var(--font-bri-S); line-height: 1.5;}
    #temp_d_ly_server1_92 .ul .li:hover::before{ background: #d2d2d2;}
}

#w005_index_team_94 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}

#w005_index_team_94 .title{margin-bottom: 0.1rem;}
#w005_index_team_94 .title .tip{font-size: 0.16rem;line-height: 1.4;color: #626466;}
#w005_index_team_94 .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: 0.3rem;}
#w005_index_team_94 .title .btn{min-width: 1.9rem; height: 0.6rem; font-size: 0.16rem;display: inline-flex;padding: 0 0.16rem; 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_94 .title .btn_i{font-size: 0.2rem;color: var(--btn_1st_icon_color);margin-left: 0.15rem;transition: .3s;}

#w005_index_team_94.myleft .title{}
#w005_index_team_94.mycenter .title{flex-direction: column;justify-content: center;text-align: center;gap: 0.5rem 0;}
#w005_index_team_94.myright .title{flex-direction: row-reverse;text-align: right;}


#w005_index_team_94 .main{}
#w005_index_team_94 .main .slide{width: 100%;height: 5.8rem;}
#w005_index_team_94 .main .img{}
#w005_index_team_94 .main .text{background: #fff;}
#w005_index_team_94 .main .text .name{font-size: 0.24rem;font-weight: 500;color: #221815;transition: .3s;}
#w005_index_team_94 .main .text .subname{font-size: 0.16rem;color: #999999;margin-top: 0.1rem;}
#w005_index_team_94 .main .text .line{height: 1px;width: 100%;margin: 0.35rem 0 0.3rem;background: #f1f1f1;}
#w005_index_team_94 .main .text .brief{font-size: 0.16rem;line-height: 0.3rem;color: #626466;}

/* 线 */
#w005_index_team_94 .thumbs_wrap::before{content: '';display: block;width: 100%;height: 1px;background: #f1f1f1;}
#w005_index_team_94 .thumbs{margin-top: -0.13rem;}
#w005_index_team_94 .thumbs .slide{padding: 0.62rem 0 0.4rem;cursor: pointer;}

#w005_index_team_94 .thumbs .round{height: 0.24rem;width: 100%;position: absolute;top: 0;left: 0;}
/* 线 */
/* #w005_index_team_94 .thumbs .round::before{content: '';display: block;height: 1px;width: 100%;background: #f1f1f1;position: absolute;top: 12px;left: 0;} */
/* 圆形 */
#w005_index_team_94 .thumbs .round::after{content: '';display: block;width: 0.24rem; height: 0.24rem; background: #FFFFFF; border: 0.05rem solid #DEDEDE; border-radius: 50%;position: absolute;top: 0;left: 50%;transform: translateX(-50%);box-sizing: border-box;transition: .3s;}


#w005_index_team_94 .thumbs .name{font-size: 0.24rem;font-weight: 500;line-height: 0.3rem;color: #221815;transition: .3s;}
#w005_index_team_94 .thumbs .subname{font-size: 0.16rem;line-height: 0.3rem;color: #999999;}



#w005_index_team_94 .main .swiper-slide-active .name{color:var(--userColor);}
#w005_index_team_94 .thumbs .swiper-slide-thumb-active .name{color: var(--tabColor);}
#w005_index_team_94 .thumbs .swiper-slide-thumb-active .round::after{border-color: var(--tabColor);}



@media (any-hover: hover){
    #w005_index_team_94 .title .btn:hover .btn_i{transform: translateX(0.1rem);}
}


@media screen and (max-width: 1050px){
    #w005_index_team_94 .title{margin-bottom: 1rem;}

    #w005_index_team_94 .main .slide{justify-content: space-between;}
    #w005_index_team_94 .main .img{flex: 3;}
    #w005_index_team_94 .main .text{flex: 2;}
}

@media screen and (max-width: 750px){
    #w005_index_team_94 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w005_index_team_94 .title{flex-direction: column;text-align: center;}
    #w005_index_team_94 .title .tip{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w005_index_team_94 .title .name{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w005_index_team_94 .title .btn{min-width: 2.4rem; height: 0.7rem; border-radius: 0.35rem;font-size: var(--font-txt-S);margin-top: 0.3rem;}
    #w005_index_team_94 .title .btn_i{font-size: var(--font-txt-S);}

    #w005_index_team_94 .main .slide{height: auto;display: block;}
    #w005_index_team_94 .main .img{height: 6rem;}

    #w005_index_team_94 .main .text{justify-content: flex-start;align-items: center;margin: 0.3rem 0 0.5rem;}
    #w005_index_team_94 .main .text .name{font-size: var(--font-sub-S);}
    #w005_index_team_94 .main .text .subname{font-size: var(--font-txt-S);margin-bottom: 0.1rem;}
    #w005_index_team_94 .main .text .line{display: none;}
    #w005_index_team_94 .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_94 .thumbs .name{font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w005_index_team_94 .thumbs .subname{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}
.default_footer_0002_17Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundColor);}
@media (max-width: 768px) {
    .default_footer_0002_17Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}


#default_footer_0002_17{display: flex;justify-content: space-between;}
#default_footer_0002_17 .title{font-size: .3rem;color: var(--titleFontColor);font-weight: 600;margin-bottom: .4rem;}
#default_footer_0002_17 .left{max-width: 5rem;}
#default_footer_0002_17 .left .dd{margin-bottom: .15rem;font-size: .18rem;color: var(--contactFontColor);line-height: 1.667;}
#default_footer_0002_17 .left .dd:last-child{margin-bottom: 0;}
#default_footer_0002_17 .left .dd:hover{color: var(--mainColor);}

#default_footer_0002_17 .links{display: flex;align-items: center;margin-top: .17rem;}
#default_footer_0002_17 .links.hide{display: none;}
#default_footer_0002_17 .links .a{margin-right: .2rem;width: .38rem;height: .38rem;border: 2px solid #92959D;border-radius: 50%;transition: .3s;}
#default_footer_0002_17 .links .a i{font-size: .2rem;color: #fff;}
#default_footer_0002_17 .links .a:hover{background: var(--hoverFontColor);border-color: var(--hoverFontColor);}

#default_footer_0002_17 .nav{}
#default_footer_0002_17 .nav .item{font-size: .18rem;color: var(--navFontColor);line-height: 1.667;margin-bottom: .15rem;}
#default_footer_0002_17 .nav .item:last-child{margin-bottom: 0;}
#default_footer_0002_17 .nav .item .a:hover{color: var(--mainColor);}

#default_footer_0002_17 .right{width: 3.45rem;}
#default_footer_0002_17 .right .txt{font-size: .18rem;color: var(--newsletterTipsFontColor);line-height: 1.667;}
#default_footer_0002_17 .form{margin-top: .2rem;}
#default_footer_0002_17 .form .input{width: 100%;height: .46rem;border-radius: .23rem;padding: 0 .25rem;background-color: var(--searchBgColor);font-size: .16rem;color: var(--searchFontColor);margin-bottom: .25rem;}
#default_footer_0002_17 .form .submit{width: 100%;height: .46rem;background-color: var(--searchBtnBgColor);font-size: .18rem;color: var(--searchBtnFontColor);border-radius: .23rem;}
#default_footer_0002_17 .form .submit .ico{font-size: .24rem;margin-left: 3px;}


@media (max-width: 1024px) {
    #default_footer_0002_17{flex-wrap: wrap;}

    #default_footer_0002_17 .right{width: 100%;margin-top: 0.3rem;}
}
@media (max-width: 992px) {
    #default_footer_0002_17 .title{font-size: .227rem;margin-bottom: .303rem;}
    #default_footer_0002_17 .left{max-width: 3.788rem;}
    #default_footer_0002_17 .left .dd{margin-bottom: .114rem;font-size: .136rem;}

    #default_footer_0002_17 .links{margin-top: .129rem;}
    #default_footer_0002_17 .links .a{margin-right: .152rem;width: .288rem;height: .288rem;border-width: .015rem;}
    #default_footer_0002_17 .links .a i{font-size: .152rem;}

    #default_footer_0002_17 .nav .item{font-size: .136rem;margin-bottom: .114rem;}

    #default_footer_0002_17 .right{margin-top: .227rem;}
    #default_footer_0002_17 .right .txt{font-size: .136rem;}
    #default_footer_0002_17 .form{margin-top: .152rem;}
    #default_footer_0002_17 .form .input{height: .348rem;border-radius: .174rem;padding: 0 .189rem;font-size: .121rem;margin-bottom: .189rem;}
    #default_footer_0002_17 .form .submit{height: .348rem;font-size: .136rem;border-radius: .174rem;}
    #default_footer_0002_17 .form .submit .ico{font-size: .182rem;margin-left: .023rem;}
}


@media (max-width: 768px) {
    #default_footer_0002_17 .title{font-size: .36rem;margin-bottom: .4rem;}
    #default_footer_0002_17 .left{max-width: 100%;width: 100%;}
    #default_footer_0002_17 .left .dd{margin-bottom: .25rem;font-size: .3rem;}

    #default_footer_0002_17 .links{margin-top: .3rem;}
    #default_footer_0002_17 .links .a{margin-right: .3rem;width: .65rem;height: .65rem;border-width: .03rem;}
    #default_footer_0002_17 .links .a i{font-size: .36rem;}

    #default_footer_0002_17 .nav{width: 100%;margin-top: .4rem;}
    #default_footer_0002_17 .nav .item{font-size: .3rem;margin-bottom: .25rem;}

    #default_footer_0002_17 .right{margin-top: .4rem;}
    #default_footer_0002_17 .right .txt{font-size: .3rem;}
    #default_footer_0002_17 .form{margin-top: .25rem;}
    #default_footer_0002_17 .form .input{height: .65rem;border-radius: .325rem;padding: 0 .3rem;font-size: .3rem;margin-bottom: .3rem;}
    #default_footer_0002_17 .form .submit{height: .65rem;border-radius: .325rem;font-size: .3rem;}
    #default_footer_0002_17 .form .submit .ico{font-size: .36rem;margin-left: .046rem;}
}

#default_footer_0002_17Agreement{margin-top: 0.5rem;font-size: .16rem;color: var(--agreementFontColor);}
