/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/



#temp_wcb_header_header01_6_nav{transition:padding-top .3s;}
#temp_wcb_header_header01_6_nav .head{height: var(--head_center_height);width: 100%;padding: 0 calc(4% + 20px);color: var(--head_fz_color);position: relative;}
#header.fixed.scroll-top #temp_wcb_header_header01_6_nav{padding-top: 60px;}
#header.fixed.scroll-top #temp_wcb_header_header01_6_nav .head{height: var(--head_top_height);}




#temp_wcb_header_header01_6_nav .head::before{height: 100%;position: absolute;top: 0;left: 0;transition:width .3s,margin .3s,border-radius .3s,background .3s;display: block;content: '';pointer-events: none;background: var(--head_bg_color);width: 100%;margin: 0;border-radius: 0;}
#header.fixed.scroll-top #temp_wcb_header_header01_6_nav .head::before{width: 92%;margin: 0 4%;border-radius: 15px;}


/* 背景色 */
#header_bg{background: var(--head_bg_color);height: var(--head_center_height);width: 100%;margin: 0;border-radius: 0;opacity: 0;transition: .3s;}
#header.fixed.scroll-top #header_bg{background: var(--head_bg_color);height: var(--head_top_height);width: 92%;margin: 60px 4% 0;border-radius: 15px;}


/* logo部分 */
#temp_wcb_header_header01_6_nav .weblogo{height: 100%;overflow: hidden;}
#temp_wcb_header_header01_6_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#temp_wcb_header_header01_6_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}



/* 导航栏目 */
#temp_wcb_header_header01_6_nav .head_nav{flex: 1;margin: 0 var(--paddingLeft);position: relative;}
#temp_wcb_header_header01_6_nav .head_nav .li{font-size: var(--font_1st_px);height: var(--head_top_height);border-bottom: 3px solid transparent;margin-left: var(--paddingLeft);transition: .3s ease-out;}
#temp_wcb_header_header01_6_nav .head_nav .li > a{line-height: 2;}
#temp_wcb_header_header01_6_nav .head_nav .li:first-of-type{margin-left: 0;}
#temp_wcb_header_header01_6_nav .head_nav .li:hover,
#temp_wcb_header_header01_6_nav .head_nav .li.cur{color: var(--hoverColor);border-color: var(--hoverColor);}
/* 对比导航 */
.temp_wcb_header_header01_6_nav_width_compare{display: inline-flex;pointer-events: none;position: absolute;top: 0;left: 0;visibility: hidden;opacity: 0;}
.temp_wcb_header_header01_6_nav_width_compare .head_nav{margin: 0 var(--paddingLeft);}
.temp_wcb_header_header01_6_nav_width_compare .head_nav .li{font-size: var(--font_1st_px);margin-left: var(--paddingLeft);}
.temp_wcb_header_header01_6_nav_width_compare .head_nav .li:first-of-type{margin-left: 0;}


/* 按钮部分 */
#temp_wcb_header_header01_6_nav .head_btn{display: flex;align-items: center;font-size: 16px;position: relative;}
#temp_wcb_header_header01_6_nav .head_btn > *{padding: 10px 15px;}
#temp_wcb_header_header01_6_nav .head_btn > *:last-child{padding-right: 0;}
#temp_wcb_header_header01_6_nav .head_btn > * > i{font-size: 20px;}
#temp_wcb_header_header01_6_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#temp_wcb_header_header01_6_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#temp_wcb_header_header01_6_nav .head .menu i{width: 36px;height: 2px;display: block;position: relative;transition: .3s;background: var(--head_fz_color);}
#temp_wcb_header_header01_6_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;}
#temp_wcb_header_header01_6_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;}



/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/


/* 头部整体    侧边栏展开  */
#header.fixed.menu_expand #temp_wcb_header_header01_6_nav{padding-top: 0px;}
#header.fixed.menu_expand #temp_wcb_header_header01_6_nav .head{height: var(--head_center_height);}
#header.menu_expand #temp_wcb_header_header01_6_nav .head::before {background: transparent;}
#header.menu_expand #header_bg {height: var(--head_center_height) !important;width: 100% !important;margin: 0 !important;border-radius: 0 !important;opacity: 1 !important;}
/* 菜单按钮    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header01_6_nav .menu i{background: transparent !important;}
#header.menu_expand #temp_wcb_header_header01_6_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #temp_wcb_header_header01_6_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
/* 导航按钮    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header01_6_nav .head_btn{display: none;}
/* 导航nav 导航按钮    导航栏换行时 */
.temp_wcb_header_header01_6.pc_app #temp_wcb_header_header01_6_nav .head_nav {visibility: hidden;opacity: 0;}
.temp_wcb_header_header01_6.pc_app #temp_wcb_header_header01_6_nav .head .menu{display: block;}




@media only screen and (max-width: 1024px) { 
    #temp_wcb_header_header01_6_nav .head_nav .li{margin: 0 8px;}
    #temp_wcb_header_header01_6_nav .head_nav {display: none;}
    #temp_wcb_header_header01_6_nav .head .menu{display: block;}
    #temp_wcb_header_header01_6_nav .head_btn{flex: 1;justify-content: flex-end;}
}

@media only screen and (max-width: 900px) {
    #temp_wcb_header_header01_6_nav .head_btn .search i {font-size: 26px;}
    #temp_wcb_header_header01_6_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #temp_wcb_header_header01_6_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #temp_wcb_header_header01_6_nav .head{height: var(--head_top_height_app);}
    #header.menu_expand #header_bg{height: var(--head_top_height_app) !important;}

    #temp_wcb_header_header01_6_nav .head .menu{padding: 30px;}
    #temp_wcb_header_header01_6_nav .head .menu i{width: 46px;height: 3px;}
    #temp_wcb_header_header01_6_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #temp_wcb_header_header01_6_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #temp_wcb_header_header01_6_nav .head_btn .search i {font-size: var(--font-big-S);}
    #temp_wcb_header_header01_6_nav .head_btn .language{display: none;}

    #header.menu_expand #temp_wcb_header_header01_6_nav .weblogo{opacity: 0;}
}

#w001_index_hengfu_7 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_7.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w001_index_hengfu_7 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_7 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_7 .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_7 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_7 .message_box[position="2"] .message,
#w001_index_hengfu_7 .message_box[position="5"] .message,
#w001_index_hengfu_7 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_7 .message_box[position="3"] .message,
#w001_index_hengfu_7 .message_box[position="6"] .message,
#w001_index_hengfu_7 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_7 .message_box[position="2"] .message .name,
#w001_index_hengfu_7 .message_box[position="5"] .message .name,
#w001_index_hengfu_7 .message_box[position="8"] .message .name,
#w001_index_hengfu_7 .message_box[position="2"] .message .brief,
#w001_index_hengfu_7 .message_box[position="5"] .message .brief,
#w001_index_hengfu_7 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_7 .message_box[position="3"] .message .name,
#w001_index_hengfu_7 .message_box[position="6"] .message .name,
#w001_index_hengfu_7 .message_box[position="9"] .message .name,
#w001_index_hengfu_7 .message_box[position="3"] .message .brief,
#w001_index_hengfu_7 .message_box[position="6"] .message .brief,
#w001_index_hengfu_7 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_7 .message_box[position="1"] .message .name,
#w001_index_hengfu_7 .message_box[position="4"] .message .name,
#w001_index_hengfu_7 .message_box[position="7"] .message .name,
#w001_index_hengfu_7 .message_box[position="1"] .message .brief,
#w001_index_hengfu_7 .message_box[position="4"] .message .brief,
#w001_index_hengfu_7 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_index_hengfu_7 .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_7 .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_7 .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_7 .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_7 .swiper-pagination-bullets{bottom: 40px;}
#w001_index_hengfu_7 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w001_index_hengfu_7 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_7 .container .swiper-pagination-bullet-active{width: 60px;}
#w001_index_hengfu_7 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

@media screen and (max-width: 1024px){
    #w001_index_hengfu_7 .message_box .message .name{font-size: 48px;}
    #w001_index_hengfu_7 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w001_index_hengfu_7{display: none;}
}

/* 全局 */
.w016_index_products_8_wrapper{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);overflow:hidden;}

@media screen and (max-width: 751px){
    .w016_index_products_8_wrapper{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w016_index_products_8_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);}
#w016_index_products_8_title .nav .li{padding-left: 100px;position: relative;color: #999999;}
#w016_index_products_8_title .nav .li::after{content: '';border-right: 1px solid #eaeaea;position: absolute;height:60%;width: 1px;right:65%;transform: translate(-50%,50%);top: 0;}
#w016_index_products_8_title .nav .li:first-child::after{display: none;}
#w016_index_products_8_title .nav .li .svgg {width: 40px;height: 40px;}
#w016_index_products_8_title .nav .li .svgg *{fill:#999999}
#w016_index_products_8_title .nav .li .tit{font-size: 14px;display: flex;justify-content: center;}

#w016_index_products_8_title .nav .li li{padding-top: 5px;}

#w016_index_products_8_title .nav .li.cur{color:#333}
#w016_index_products_8_title .nav .li.cur::before{content: '';width: 10px;height: 10px;position: absolute;top: -6px;right: -6px;background-color: var(--fontColor);border-radius: 50%;}
#w016_index_products_8_title .nav .li.cur .svgg *{fill:#333333}

@media screen and (max-width:900px){
    #w016_index_products_8_title .nav .li:first-child::before{display:block;}
    #w016_index_products_8_title .nav ul{display: grid;grid-template-columns: repeat(2,50%);row-gap: 50px;}
}

@media screen and (max-width:751px){
    #w016_index_products_8_title{flex-direction: column;}
    #w016_index_products_8_title .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);text-align: center;}
    #w016_index_products_8_title .nav{margin-top: 50px;}
    #w016_index_products_8_title .nav .li{padding-left: 0;}
    #w016_index_products_8_title .nav .li .tit{font-size: var(--font-bri-S);}
    #w016_index_products_8_title .nav .li.cur::before{display: none;}
}






#w016_index_products_8_product{margin-top: 63px;}

#w016_index_products_8_product .container{overflow: visible;}

#w016_index_products_8_product .slide{background-color: #fafafa;transition: 0.3s;width: 563px;}
#w016_index_products_8_product .slide .showImg{height: 430px;width: 100%;margin-bottom:20px;overflow: hidden;}
#w016_index_products_8_product .slide .showImg .imgg{transition: 0.3s;}
#w016_index_products_8_product .slide .bri{padding-left: 50px;padding-right: 20px;}
#w016_index_products_8_product .slide .bri .name{font-size: 24px;}
#w016_index_products_8_product .slide .bri .brief{font-size: 16px;padding-top: 20px;height: 60px;}
#w016_index_products_8_product .slide .bri .btn{width: 50px;height: 50px;background-color: #b6b6b6;border-radius: 50%;margin-top: 45px;transition: 0.3s;margin-bottom: 50px;}
#w016_index_products_8_product .slide .bri .btn .add{color:#fff;transition: 0.3s;}

#w016_index_products_8_product .page_show .circle-page{border-radius: 25px;}
#w016_index_products_8_product .page_show .swiper-pagination-bullet{background: #333333;opacity: 1;margin:50px 4px 0 4px;}
#w016_index_products_8_product .page_show .swiper-pagination-bullet-active{background: #fff; border:2px solid red; border-radius: 50%;}


@media screen and (max-width:751px){
    #w016_index_products_8_product{padding: 65px 30px;margin-top: 0;}
    #w016_index_products_8_product .slide{width: 100%;}
    #w016_index_products_8_product .slide .bri .name{font-size:var(--font-sma-S)}
    #w016_index_products_8_product .slide .bri .brief{font-size:var(--font-txt-S);height: 100px;}
    #w016_index_products_8_product .slide .bri .btn{width: 80px;height: 80px;margin-top: 20px;}
    #w016_index_products_8_product .slide .bri .btn .add{font-size:var(--font-txt-S) ;}

    #w016_index_products_8_product .page_show .swiper-pagination-bullet{width: 20px;height: 20px;margin:50px 10px 0 10px}
}

@media (any-hover: hover) {
	#w016_index_products_8_product .slide:hover{background-color: #f4f4f4;}
    #w016_index_products_8_product .slide:hover .bri .btn{background-color:var(--fontColor);}	
    #w016_index_products_8_product .slide:hover .showImg .imgg{transform: scale(1.1);}
}

/* 全局 */
.w016_index_case_9_wrapper{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);overflow: hidden;}

@media screen and (max-width: 751px){
    .w016_index_case_9_wrapper{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w016_index_case_9_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);}
#w016_index_case_9_title .nav .left{margin-right:25px;}
#w016_index_case_9_title .nav .left,
#w016_index_case_9_title .nav .right{font-size: 30px;color: #999999;}


#w016_index_case_9_title.myleft{}
#w016_index_case_9_title.myright{flex-direction: row-reverse;}
#w016_index_case_9_title.mycenter{text-align: center;justify-content:center;align-items:center;flex-direction: column;gap: 20px;}

@media screen and (max-width: 751px){
    #w016_index_case_9_title .nav{display: none;}
    #w016_index_case_9_title .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
}

@media (any-hover: hover) {
    #w016_index_case_9_title .nav{margin-top: auto;}
    #w016_index_case_9_title .nav .left,
    #w016_index_case_9_title .nav .right{font-size:var(--font-sma-S);}
    #w016_index_case_9_title .nav .left:hover,
    #w016_index_case_9_title .nav .right:hover{color:#333333}
}




#w016_index_case_9_show .container{overflow: visible;margin-top: 68px;}
#w016_index_case_9_show .slide{height: 574px;width: 1000px;position: relative;}
#w016_index_case_9_show .slide::before{content: '';width:0;height: 0;;border-width:0 0;border-style: solid;border-color: transparent; border-left-color: #333;border-right:none;border-top:none;position: absolute;top: 0;left: 0;transition:0.6s;opacity: 0.08;}
#w016_index_case_9_show .slide::after{content: '';;width:0;height: 0;;border-width:0 0;border-style: solid;border-color: transparent; border-right-color: #333;border-left:none;border-bottom:none;opacity:0.08;position: absolute;bottom: 0;right: 0;transition:0.6s;}

#w016_index_case_9_show .slide .bri{height: 100%;padding:50px 50px 60px 50px;display:flex;flex-direction: column;justify-content: space-between;}

#w016_index_case_9_show .slide .bri .date .num{font-size: 48px;color:#fff;position: relative;line-height: 1.6;}
#w016_index_case_9_show .slide .bri .date .num::before{content: '';border-bottom: 1px solid #fff; width: 100px;height: 1px;position: absolute;bottom: 0;}
#w016_index_case_9_show .slide .bri .date .num::after{content: '';width: 7px;height: 7px;border-radius: 50%;background-color: #fff;left:6.5%;bottom:29%;position: absolute;}
#w016_index_case_9_show .slide .bri .date .num_en{padding-top: 10px;font-size: 16px;color:#fff}

#w016_index_case_9_show .slide .mess{width: 71%;}
#w016_index_case_9_show .slide .mess .tit{font-size: 24px;color:#fff}
#w016_index_case_9_show .slide .mess .brief{font-size: 16px;color:#fff;padding-top: 22px;}

#w016_index_case_9_show .slide .bri .btn{width: 50px;height: 50px;background-color: #b6b6b6;border-radius: 50%;transition: 0.3s;margin-top: 10px;}
#w016_index_case_9_show .slide .bri .btn .add{color:#fff;transition: 0.3s;}

@media screen and (max-width: 751px){
    #w016_index_case_9_show{padding:30px 40px;}
    #w016_index_case_9_show .slide{width:100%}
    #w016_index_case_9_show .slide .bri .btn{display: none;}
    #w016_index_case_9_show .slide .bri .date .num{font-size: var(--font-sub-S);}
    #w016_index_case_9_show .slide .bri .date .num::after{left: 10%;}
    #w016_index_case_9_show .slide .bri .date .num_en{font-size:var(--font-txt-S);}

    #w016_index_case_9_show .slide .mess{width: 100%;}
    #w016_index_case_9_show .slide .mess .tit{font-size:var(--font-sma-S)}
    #w016_index_case_9_show .slide .mess .brief{font-size:var(--font-txt-S);line-height:var(--font-txt-L)}
}

@media (any-hover: hover) {
    #w016_index_case_9_show .slide:hover .btn{background-color: var(--btnColor);}
    #w016_index_case_9_show .slide:hover::before{border-width:574px 1000px ;}
    #w016_index_case_9_show .slide:hover::after{border-width:574px 1000px ;}
}


#w016_index_about_10_text{padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);}



@media screen and (max-width: 751px){
    #w016_index_about_10_text{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);background: none!important;}
}




#w016_index_about_10_text{height:970px;}

#w016_index_about_10_text .message{width:37.5%;margin-right: 310px;}
#w016_index_about_10_text .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);}
#w016_index_about_10_text .message .pic_mobile{height: 300px;margin: 50px 0;display: none;}
#w016_index_about_10_text .message .brief{font-size: 16px;color: #fff;margin-top: 70px;line-height: 1.8;}

#w016_index_about_10_text .number{display: grid;grid-template-columns: repeat(2,calc((100% - 100px)/2));gap:100px;row-gap:94px;margin-top:82px;width: 42.75%;position: relative;height: 256px;}
#w016_index_about_10_text .number::before{content: ''; border-left: 1px solid #fff;position: absolute;width: 1px;height: 100%;left: 50%;transform: translateX(-50%);opacity: 0.2;}
#w016_index_about_10_text .number::after{content: '';border-top: 1px solid #fff;position: absolute;height: 1px;;width: 100%;top: 50%;transform: translateY(50%);opacity: 0.2;}
#w016_index_about_10_text .number .li{position: relative;width:100%;}
#w016_index_about_10_text .number .li .num{font-size:50px;font-weight: bold;position: relative;color: #fff;}
#w016_index_about_10_text .number .li .tag{font-size: 16px; font-weight:500;margin-top: 15px;color:#fff}
#w016_index_about_10_text .number .li .svgg{width: 35px;height: 35px;margin-top:10px;}
#w016_index_about_10_text .number .li .svgg *{fill:#fff}

#w016_index_about_10_text .message .circle {width: 160px;height: 160px;margin-top: 100px;} 
#w016_index_about_10_text .message .circle svg {display: block;overflow: visible;fill: #fff;animation-name:w016_index_about_10_move;
    /* animation-direction: alternate; */
    animation-timing-function: linear; 
    animation-delay: 0s; 
    animation-iteration-count: infinite; 
    animation-duration: 12s; }
#w016_index_about_10_text .message .circle path {fill: none;}
#w016_index_about_10_text .message .circle .arrow{color: #fff;font-size: 40px;top: 50%;left: 50%;transform: translate(-50%,-50%);}
#w016_index_about_10_text .message .btn{width: 100%;height: 80px;border: 1px solid #999;display: none;font-size:var(--font-txt-S)}
#w016_index_about_10_text .message .btn .arrow{font-size: var(--font-big-S);}

@media screen and (max-width:1500px){
    #w016_index_about_10_text{background: none;}
    #w016_index_about_10_text .mobile_pic{display:block;}

}

@media screen and (max-width:1200px){
    #w016_index_about_10_text .introduce{flex-direction: column;}
    #w016_index_about_10_text .message{width: 100%;}

    #w016_index_about_10_text .number{margin-top:70px; padding-top: 0;width: 100%;}
}

@media screen and (max-width: 751px){
    #w016_index_about_10_text{height: auto}
    #w016_index_about_10_text .message .name{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);color:#333333}
    #w016_index_about_10_text .message .brief{font-size: var(--font-txt-S);color: #333333;margin-top: 70px;line-height:var(--font-txt-L)}

    #w016_index_about_10_text .number{height: auto;grid-template-columns:100%}
    #w016_index_about_10_text .number .li{justify-content: center;align-items: center;flex-direction: column;display: flex}
    #w016_index_about_10_text .number .li .num{font-size:var(--font-sub-S);color:#333333}
    #w016_index_about_10_text .number .li .tag{font-size:var(--font-txt-S);color:#333333}

    #w016_index_about_10_text .number::before,
    #w016_index_about_10_text .number::after,
    #w016_index_about_10_text .message .circle{display: none;}
    #w016_index_about_10_text .message .circle .arrow{color: #333333;}
    #w016_index_about_10_text .message .circle svg{fill: #333333;}
    #w016_index_about_10_text .message .btn{display:flex;margin-top: 30px;}
    #w016_index_about_10_text .message .pic_mobile{display: block;}
}

@keyframes w016_index_about_10_move{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(-360deg);
    }
}




.w016_index_blog_11_wrapper{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

@media screen and (max-width:750px){
    .w016_index_blog_11_wrapper{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w016_index_blog_11_title{margin-bottom: 70px;}
#w016_index_blog_11_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);}

#w016_index_blog_11_title.myleft .title{text-align: left;}
#w016_index_blog_11_title.myright .title{text-align: right;}
#w016_index_blog_11_title.mycenter .title{text-align: center;}

@media screen and (max-width:751px){
    #w016_index_blog_11_title .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
}

/* 新闻部分 */
#w016_index_blog_11_blog{display: grid;grid-template-columns: repeat(2,calc((100% - 25px)/2));grid-template-rows:1fr 1fr;gap: 25px;}
#w016_index_blog_11_blog .message{padding: 40px;}
#w016_index_blog_11_blog .message .more{font-size: 16px;position: relative;margin-left: 20px;}
#w016_index_blog_11_blog .message .more::after{content: '';width: 10px;height: 10px;background-color: #999999;position: absolute;top:50%;left:-18px;transform: translateY(-50%);border-radius: 50%;}
#w016_index_blog_11_blog .message .bri{width: 44.22%;}

#w016_index_blog_11_blog .blog1{grid-area: 1/1/3/2;background-color: #fafafa;transition: 0.3s;}
#w016_index_blog_11_blog .blog1 .message .time{font-size: 16px; color: #999999}
#w016_index_blog_11_blog .blog1 .message .brief{font-size: 35px;margin: 40px 0;transition: 0.3s;}
#w016_index_blog_11_blog .blog1 .message .pic{width: 58.16%;height: 267px;margin-top: 105px;}

#w016_index_blog_11_blog .blog2{grid-area: 1/2/2/2;background-color: #fafafa;transition: 0.3s;}
#w016_index_blog_11_blog .blog2 .message .pic{width: 48.45%;height: 222px;}
#w016_index_blog_11_blog .blog2 .message .time{font-size: 16px;margin-top: 30px;margin-bottom: 37px;color: #999999}
#w016_index_blog_11_blog .blog2 .message .brief{grid-area: 2/2/2/2;font-size: 24px;margin-bottom: 35px;}

#w016_index_blog_11_blog .blog3{grid-area: 2/2/2/2;background-color: #fafafa;transition: 0.3s;}
#w016_index_blog_11_blog .blog3 .message .pic{width: 48.45%;height: 222px;}
#w016_index_blog_11_blog .blog3 .message .time{font-size: 16px;margin-top: 30px;margin-bottom: 37px;color: #999999;}
#w016_index_blog_11_blog .blog3 .message .brief{font-size: 24px;margin-bottom: 35px;}



@media screen and (max-width:1100px){

    #w016_index_blog_11_blog{grid-template-columns: 100%;grid-template-rows: 1fr 0.5fr 0.5fr;}
    #w016_index_blog_11_blog .blog1{grid-area: 1/1/2/2;}
    #w016_index_blog_11_blog .blog1 .pic{width: 100%;}
    #w016_index_blog_11_blog .blog2{grid-area: 2/1/2/2;}
    #w016_index_blog_11_blog .blog3{grid-area: unset;}
}

@media screen and (max-width:900px){
    #w016_index_blog_11_blog{grid-template-columns: 100%;grid-template-rows: 1fr 1fr 1fr;}
    #w016_index_blog_11_blog .message .bri{width:100%}

    #w016_index_blog_11_blog .blog1 .message .pic{width: 100%;}

    #w016_index_blog_11_blog .blog2 .message{flex-direction:column-reverse}
    #w016_index_blog_11_blog .blog2 .message .pic{margin-top: 50px;width: 100%;}

    #w016_index_blog_11_blog .blog3 .message{flex-direction:column-reverse}
    #w016_index_blog_11_blog .blog3 .message .pic{margin-top: 50px;width: 100%;}
}

@media screen and (max-width:751px){
    #w016_index_blog_11_blog .blog1 .message .time{font-size:var(--font-txt-S)}
    #w016_index_blog_11_blog .blog1 .message .brief{font-size:var(--font-sub-S);line-height:var(--font-sub-L)}
    #w016_index_blog_11_blog .blog1 .message .pic{margin-top: 50px;}

    #w016_index_blog_11_blog .blog2 .message .time{font-size:var(--font-txt-S)}
    #w016_index_blog_11_blog .blog2 .message .brief{font-size:var(--font-sub-S);line-height:var(--font-sub-L)}
    #w016_index_blog_11_blog .blog2 .message .pic{height: 267px;}

    #w016_index_blog_11_blog .blog3 .message .time{font-size:var(--font-txt-S)}
    #w016_index_blog_11_blog .blog3 .message .brief{font-size:var(--font-sub-S);line-height:var(--font-sub-L)}
    #w016_index_blog_11_blog .blog3 .message .pic{height: 267px;}

    #w016_index_blog_11_blog .message .more{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {
    #w016_index_blog_11_blog .blog1:hover,
    #w016_index_blog_11_blog .blog2:hover,
    #w016_index_blog_11_blog .blog3:hover{box-shadow: 0 0 30px rgba(0, 0, 0, 10%);}

    #w016_index_blog_11_blog .blog1:hover .brief,
    #w016_index_blog_11_blog .blog2:hover .brief,
    #w016_index_blog_11_blog .blog3:hover .brief{color: var(--fontColor);}

    #w016_index_blog_11_blog .blog1:hover .more::after,
    #w016_index_blog_11_blog .blog2:hover .more::after,
    #w016_index_blog_11_blog .blog3:hover .more::after{background-color: var(--fontColor);}
}

.temp_wcb_footer_footer02_12_footer_wrap{padding-top: var(--paddingTop);background: var(--bg_color);color: var(--font_color_1);overflow: hidden;}
@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer02_12_footer_wrap{padding-top: var(--appPaddingTop);}
}


#temp_wcb_footer_footer02_12_title {}
#temp_wcb_footer_footer02_12_title .title{font-size: 48px;line-height: 1.2;font-weight: bold;}
#temp_wcb_footer_footer02_12_title .brief{font-size: 16px;line-height: 1.6;text-align: right;max-width: 50%;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer02_12_title{flex-direction: column;}
    #temp_wcb_footer_footer02_12_title .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);margin-bottom: 20px;text-align: center;}
    #temp_wcb_footer_footer02_12_title .brief{font-size: var(--font-bri-S);line-height: var(--font-bri-L);max-width: initial;text-align: center;}
}

#temp_wcb_footer_footer02_12_contact{display: flex;align-items: center;justify-content: space-between;padding: 120px 0;gap: 40px;position: relative;}
#temp_wcb_footer_footer02_12_contact::before{display: block;content: '”';font-size: 200px;color: var(--numColor);position: absolute;right: 0;top: 0;}
#temp_wcb_footer_footer02_12_contact .qr{align-self: flex-end;}
#temp_wcb_footer_footer02_12_contact .qr .img{max-width: 164px;max-height: 164px;}
#temp_wcb_footer_footer02_12_contact .qr .tip{font-size: 14px;color:var(--font_color_2);margin-top: 20px;}

#temp_wcb_footer_footer02_12_contact .text{display: flex;flex-direction: column;flex-wrap: wrap;gap: 70px 0;}
#temp_wcb_footer_footer02_12_contact .text dt{font-size: 14px;line-height: 2;}
#temp_wcb_footer_footer02_12_contact .text dd{font-size: 16px;line-height: 1.6;}
#temp_wcb_footer_footer02_12_contact .text .phone dd{color: var(--numColor);font-size: 30px;font-weight: bold;}


#temp_wcb_footer_footer02_12_contact .map{max-height: 300px;width: 40.625%;}

@media only screen and (max-width: 980px) {
    #temp_wcb_footer_footer02_12_contact{flex-direction: column;}
    #temp_wcb_footer_footer02_12_contact .qr{align-self: center;}
    #temp_wcb_footer_footer02_12_contact .text{gap: 20px 0;text-align: center;}
    #temp_wcb_footer_footer02_12_contact .map{max-height: initial;width: 100%;}
}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer02_12_contact{padding: 60px 0;}
    #temp_wcb_footer_footer02_12_contact .qr{}
    #temp_wcb_footer_footer02_12_contact .qr .img{max-width: 240px;max-height: 240px;}
    #temp_wcb_footer_footer02_12_contact .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}

    #temp_wcb_footer_footer02_12_contact .text{gap: 30px 0;}
    #temp_wcb_footer_footer02_12_contact .text dt{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_footer_footer02_12_contact .text dd{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #temp_wcb_footer_footer02_12_contact .text .phone dd{font-size: var(--font-sma-S);line-height: var(--font-sma-L);}

    #temp_wcb_footer_footer02_12_contact .map{display: none;}
}


#temp_wcb_footer_footer02_12_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_2);margin-top: 35px;}
#temp_wcb_footer_footer02_12_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;color: var(--font_color_2);}
#temp_wcb_footer_footer02_12_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer02_12_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#temp_wcb_footer_footer02_12_copyright{border-top: 1px solid var(--font_color_2);color: var(--font_color_2);min-height: 112px;gap: 20px;}
#temp_wcb_footer_footer02_12_copyright .copyright{font-size: 14px;line-height: 30px;gap: 10px 20px;}

#temp_wcb_footer_footer02_12_copyright .third {gap: 0 20px;}
#temp_wcb_footer_footer02_12_copyright .third .a i{font-size: 20px;}

@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer02_12_copyright{flex-direction: column;align-items: center;padding: 30px 0 60px;}
    #temp_wcb_footer_footer02_12_copyright .copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);text-align: center;}
    #temp_wcb_footer_footer02_12_copyright .third{margin-top: 40px;gap: 0 50px;}
    #temp_wcb_footer_footer02_12_copyright .third .a i{font-size: var(--font-sub-S);}
}

