
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/



/* 头部默认透明样式 */
#temp_wcb_header_header02_6_nav{}
#temp_wcb_header_header02_6_nav .head{width: 100%;padding: 0 4%;transition: border-color,color,height .3s;border-bottom: 1px solid rgba(255, 255, 255, 0.2);color: #333;height: var(--head_center_height);}
#header.scroll-top #temp_wcb_header_header02_6_nav .head{height: var(--head_top_height);}
#header.fixed.scroll-top #temp_wcb_header_header02_6_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_6_nav .head{color: #333;}




/* 背景色 */
#header_bg{height: var(--head_center_height);width: 100%;background: #fff;transition:background .3s;}
#header.scroll-top #header_bg{height: var(--head_top_height);}
#header.fixed.scroll-top #header_bg,
#header.fixed.scroll-top.opacity_black #header_bg{background: transparent;}



/* logo部分 */
#temp_wcb_header_header02_6_nav .phone{font-size: 16px;height: 100%;}
#temp_wcb_header_header02_6_nav .phone .phone_i{font-size: 18px;margin-right: 10px;}

/* logo部分 */
#temp_wcb_header_header02_6_nav .weblogo{height: 100%;overflow: hidden;}
#temp_wcb_header_header02_6_nav .weblogo .logo_w{display: none;max-height: 90%;}
#temp_wcb_header_header02_6_nav .weblogo .logo_b{display: block;max-height: 90%;}
#header.fixed.scroll-top #temp_wcb_header_header02_6_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #temp_wcb_header_header02_6_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_6_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_6_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#temp_wcb_header_header02_6_nav .head_nav{flex: 1;padding: 0 var(--paddingLeft);}
#temp_wcb_header_header02_6_nav .head_nav .li{font-size: var(--font_1st_px);height: 100%;border-bottom: 2px solid transparent;margin-left: var(--paddingLeft);transition: .3s ease-out;}
#temp_wcb_header_header02_6_nav .head_nav .li > a{line-height: 2;}
#temp_wcb_header_header02_6_nav .head_nav .li:first-of-type{margin-left: 0;}
#temp_wcb_header_header02_6_nav .head_nav .li:hover,
#temp_wcb_header_header02_6_nav .head_nav .li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
/* 对比导航 */
.temp_wcb_header_header02_6_nav_width_compare{display: inline-flex;pointer-events: none;position: absolute;top: 0;left: 0;visibility: hidden;opacity: 0;}
.temp_wcb_header_header02_6_nav_width_compare .head_nav{padding: 0 var(--paddingLeft);}
.temp_wcb_header_header02_6_nav_width_compare .head_nav .li{font-size: var(--font_1st_px);margin-left: var(--paddingLeft);}
.temp_wcb_header_header02_6_nav_width_compare .head_nav .li:first-of-type{margin-left: 0;}


/* 按钮部分 */
#temp_wcb_header_header02_6_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#temp_wcb_header_header02_6_nav .head_btn > *{padding: 10px 15px;}
#temp_wcb_header_header02_6_nav .head_btn > *:last-child{padding-right: 0;}
#temp_wcb_header_header02_6_nav .head_btn > * > i{font-size: 20px;}
#temp_wcb_header_header02_6_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#temp_wcb_header_header02_6_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#temp_wcb_header_header02_6_nav .head .menu i{width: 36px;height: 2px;display: block;background: #333;position: relative;transition: .3s;}
#temp_wcb_header_header02_6_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: #333;position: absolute;top: 0;transform: translateY(-14px);transition: .3s;}
#temp_wcb_header_header02_6_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: #333;position: absolute;top: 0;transform: translateY(14px);transition: .3s;}
#header.fixed.scroll-top #temp_wcb_header_header02_6_nav .head .menu i,
#header.fixed.scroll-top #temp_wcb_header_header02_6_nav .head .menu i::before,
#header.fixed.scroll-top #temp_wcb_header_header02_6_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_6_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_6_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_6_nav .head .menu i::after{background: #333;}




/* logo盒子 */
#temp_wcb_header_header02_6_nav .head .logo_box{height: 100%;width: 300px;overflow: hidden;}
#temp_wcb_header_header02_6_nav .head .logo_box .phone{height: 50%;transition: .3s;transform: translateY(-100%);visibility: hidden;}
#temp_wcb_header_header02_6_nav .head .logo_box .weblogo{height: 100%;transition: .3s;transform: translateY(-50%);visibility: visible;}
#header.scroll-top #temp_wcb_header_header02_6_nav .head .logo_box .phone{transform: translateY(0%);visibility: visible;}
#header.scroll-top #temp_wcb_header_header02_6_nav .head .logo_box .weblogo{transform: translateY(10%);visibility: hidden;}

/* nav盒子 */
#temp_wcb_header_header02_6_nav .head .nav_box{height: 100%;width: 100%;}
#temp_wcb_header_header02_6_nav .head .nav_box .weblogo{max-height: 50%;transition: .3s;visibility: hidden;transform: translateY(-100%);}
#temp_wcb_header_header02_6_nav .head .nav_box .head_nav{height: 100%;transition-property:height,transform;transition-duration: .3s;width: 100vw;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
#header.scroll-center #temp_wcb_header_header02_6_nav .head .nav_box{position: relative;}
#header.scroll-center #temp_wcb_header_header02_6_nav .head .nav_box .head_nav{width: 100%;}
#header.scroll-top #temp_wcb_header_header02_6_nav .head .nav_box .weblogo{visibility: visible;transform: translateY(0);}
#header.scroll-top #temp_wcb_header_header02_6_nav .head .nav_box .head_nav{height: 50%;}

/* btn盒子 */
#temp_wcb_header_header02_6_nav .head .btns_box{transition: .3s;width: initial;height: 100%;}
#header.scroll-top #temp_wcb_header_header02_6_nav .head .btns_box{width: 300px;height: 50%;}





/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/
/* 菜单按钮    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header02_6_nav .menu i{background: transparent !important;}
#header.menu_expand #temp_wcb_header_header02_6_nav .menu i::before{background: #333 !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #temp_wcb_header_header02_6_nav .menu i::after{background: #333 !important;transform: translateY(0px) rotateZ(-45deg);}
/* 隐藏导航按钮部分    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header02_6_nav .head_btn{display: none;}

/* 控制侧边栏按钮    导航栏放不下时 */
.temp_wcb_header_header02_6.pc_app #temp_wcb_header_header02_6_nav .nav_box {display: none;}
.temp_wcb_header_header02_6.pc_app #temp_wcb_header_header02_6_nav .head .menu{display: block;}
/* logo盒子 */
.temp_wcb_header_header02_6.pc_app #temp_wcb_header_header02_6_nav .head .logo_box{height: 100% !important;}
.temp_wcb_header_header02_6.pc_app #temp_wcb_header_header02_6_nav .head .logo_box .phone{transform: translateY(-100%);visibility: hidden !important;}
.temp_wcb_header_header02_6.pc_app #temp_wcb_header_header02_6_nav .head .logo_box .weblogo{height: 100% !important;transform: translateY(-50%) !important;visibility: visible !important;}
/* nav盒子 */
.temp_wcb_header_header02_6.pc_app #temp_wcb_header_header02_6_nav .head .nav_box {display: none !important;}
.temp_wcb_header_header02_6.pc_app #temp_wcb_header_header02_6_nav .head .nav_box .weblogo{transform: translateY(-100%) !important;visibility: hidden !important;}
.temp_wcb_header_header02_6.pc_app #temp_wcb_header_header02_6_nav .head .nav_box .head_nav{height: 100% !important;width: 100% !important;}
/* btn盒子 */
.temp_wcb_header_header02_6.pc_app #temp_wcb_header_header02_6_nav .head .btns_box{width: initial !important;height: 100% !important;}

/* pc_app状态下无法控制背景颜色高度 */
/* 导航高度 */
#header.scroll-top.pc_app #temp_wcb_header_header02_6_nav .head{height: var(--head_center_height) !important;}
#header.scroll-top.pc_app #header_bg{height: var(--head_center_height) !important;}





@media only screen and (max-width: 1024px) { 
    #temp_wcb_header_header02_6_nav .head_nav .li{margin: 0 8px;}
    #temp_wcb_header_header02_6_nav .nav_box {display: none;}
    #temp_wcb_header_header02_6_nav .head .menu{display: block;}
    /* logo盒子 */
    #temp_wcb_header_header02_6_nav .head .logo_box{height: 100%;}
    #temp_wcb_header_header02_6_nav .head .logo_box .phone{transform: translateY(-100%);visibility: hidden;}
    #temp_wcb_header_header02_6_nav .head .logo_box .weblogo{height: 100%;transform: translateY(-50%);visibility: visible;}
    /* nav盒子 */
    #temp_wcb_header_header02_6_nav .head .nav_box {display: none;}
    #temp_wcb_header_header02_6_nav .head .nav_box .weblogo{transform: translateY(-100%);visibility: hidden;}
    #temp_wcb_header_header02_6_nav .head .nav_box .head_nav{height: 100%;width: 100%;}
    /* btn盒子 */
    #temp_wcb_header_header02_6_nav .head .btns_box{width: initial;height: 100%;}
    /* 导航高度 */
    #temp_wcb_header_header02_6_nav .head{height: var(--head_center_height);}
    #header_bg{height: var(--head_center_height);}
}

@media only screen and (max-width: 900px) {
    #temp_wcb_header_header02_6_nav .phone{font-size: 26px;}
    #temp_wcb_header_header02_6_nav .phone .phone_i{font-size: 26px;}
    #temp_wcb_header_header02_6_nav .head_btn .search i {font-size: 26px;}
    #temp_wcb_header_header02_6_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #temp_wcb_header_header02_6_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #header.scroll-top #temp_wcb_header_header02_6_nav .head,
    #header.scroll-top #header_bg{height: var(--head_top_height_app);}

    #temp_wcb_header_header02_6_nav .head_btn .search i {font-size: var(--font-big-S);}
    #temp_wcb_header_header02_6_nav .head_btn .language{display: none;}

    #temp_wcb_header_header02_6_nav .head .menu{padding: 30px;}
    #temp_wcb_header_header02_6_nav .head .menu i{width: 46px;height: 3px;}
    #temp_wcb_header_header02_6_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #temp_wcb_header_header02_6_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #temp_wcb_header_header02_6_nav .weblogo{opacity: 0;}
}
#w014_index_hengfu_7{font-size: 0;}
#w014_index_hengfu_7 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w014_index_hengfu_7.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w014_index_hengfu_7 .type-a .slide .img_pc{transform: scale(1)!important;}
#w014_index_hengfu_7 .type-c .slide .img_pc{transform:scale(1)!important;}

#w014_index_hengfu_7 .slide .message_box{display: flex;height: calc( 100% - 200px );position: absolute;top:55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
#w014_index_hengfu_7 .message{display: flex;flex-direction: column;max-width: 100%;}
#w014_index_hengfu_7 .message_box[position="2"] .message,
#w014_index_hengfu_7 .message_box[position="5"] .message,
#w014_index_hengfu_7 .message_box[position="8"] .message{align-items: center;}
#w014_index_hengfu_7 .message_box[position="3"] .message,
#w014_index_hengfu_7 .message_box[position="6"] .message,
#w014_index_hengfu_7 .message_box[position="9"] .message{align-items: flex-end;}


#w014_index_hengfu_7 .message_box .message .titlename{max-width: 100%; font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
#w014_index_hengfu_7 .message_box .message .name{margin-top: 20px;max-width: 100%; font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}
#w014_index_hengfu_7 .message_box .message .btn{font-size: 16px;width: 160px;height:50px;transition: 0.3s;margin-top: 45px; 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);}
#w014_index_hengfu_7 .message_box .message .btn .right{margin-left:25px;transition: 0.3s;}
#w014_index_hengfu_7 .message_box .message .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}



#w014_index_hengfu_7 .container .page_number{display: flex;justify-content: center;align-items: flex-end;bottom: 0px;z-index: 10;}
#w014_index_hengfu_7 .container .page_number .swiper-pagination-bullet{margin: 0 10px;width: 40px;height: 40px;display: flex;flex-direction: column;align-items: center;background: transparent;opacity: 1;transition: .3s;}
#w014_index_hengfu_7 .container .page_number .swiper-pagination-bullet > *{color: var(--hoverColor);}
#w014_index_hengfu_7 .container .page_number .swiper-pagination-bullet::after{display: block;content: '';width: 1px;height: 100%;background: var(--hoverColor);}
#w014_index_hengfu_7 .container .page_number .swiper-pagination-bullet-active{height: 60px;}


@media screen and (max-width: 751px){
    #w014_index_hengfu_7{display: none;}
}
.w014_index_products_8_wrap{padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);background-color:var(--bgColor);}

/* 按钮部分 */
.w014_index_products_8_wrap .box{width:94%;display: flex;justify-content: space-between;position: absolute;top:50%;left: 50%;transform: translateX(-50%);z-index:5;}
.w014_index_products_8_wrap .box i{font-size: 16px;color:#fff;width: 30px;height: 30px;background-color: #999999;;border-radius: 35px;transition: .6s;}
.w014_index_products_8_wrap .btn{ font-size: 16px;width: 160px;height:50px;transition: 0.3s;display: flex;justify-content:center;align-items: center;margin-top: 50px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
.w014_index_products_8_wrap .btn .right{margin-left:10px;transition: 0.3s;}

@media screen and (max-width:1700px){
    .w014_index_products_8_wrap .box{width: 100%;}
}

@media screen and (max-width: 751px){
    .w014_index_products_8_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    .w014_index_products_8_wrap .box{display: none;}
    .w014_index_products_8_wrap .btn{width: 250px;height: 80px;font-size:var(--font-txt-S) ;border-radius: 40px;}
    .w014_index_products_8_wrap .btn .right{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {
	.w014_index_products_8_wrap .box i:hover{background-color: var(--hoverColor);color: #fff;}	
    .w014_index_products_8_wrap .btn:hover .right{margin-left:25px;color: #fff;}
    .w014_index_products_8_wrap .btn:hover{background-color: var(--hoverColor);color: #fff;}
}
/* 标题部分 */
#w014_index_products_8_text {font-size: 16px;}
#w014_index_products_8_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);}
#w014_index_products_8_text .title_en{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);margin-bottom:55px;margin-top:35px;}

#w014_index_products_8_text .nav{padding-top: 35px;margin-bottom: 65px; font-size: 16px;}
#w014_index_products_8_text .nav ul{gap:65px;}
#w014_index_products_8_text .nav li{color:#666666;font-size:18px;}
#w014_index_products_8_text .nav li.cur{color:var(--hoverColor);position: relative;}
#w014_index_products_8_text .nav li.cur::before{content: '';width: 5px;height: 5px;background-color: var(--hoverColor);position: absolute;bottom: -55%;;left: 50%;transform: translateX(-50%);border-radius: 50%;}

#w014_index_products_8_text.myleft{text-align: left;}
#w014_index_products_8_text.myright{text-align: right;}
#w014_index_products_8_text.mycenter{text-align: center;}

#w014_index_products_8_text.myleft .nav ul{justify-content: flex-start;}
#w014_index_products_8_text.myright .nav ul{justify-content: flex-end;}
#w014_index_products_8_text.mycenter .nav ul{justify-content: center;}

@media screen and (max-width: 751px){
    #w014_index_products_8_text .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w014_index_products_8_text .title_en{font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w014_index_products_8_text .nav li{font-size:var(--font-bri-S);}
}
/* 结束 */


#w014_index_products_8_decoration .show .container{padding-top:15px}
#w014_index_products_8_decoration .slide{height: 400px;position: relative;background-color: #fff;}
#w014_index_products_8_decoration .slide .name{font-size:18px; font-weight: 500;color:#404040 ;text-align: center;margin: 15px 20px 43px 15px;}
#w014_index_products_8_decoration .slide .showImg{height:318px;width: 100%;transition:0.75s;}

@media screen and (max-width: 751px){
    #w014_index_products_8_decoration .container .slide{ width: 675px;height:700px;}
    #w014_index_products_8_decoration .slide{height: 737px;}
    #w014_index_products_8_decoration .slide .showImg{height: 600px;}
    #w014_index_products_8_decoration .slide .name{font-size: var(--font-txt-S); }

    #w014_index_products_8_text .nav ul{display: grid;grid-template-columns: repeat(3,calc((100% - 20px)/3));gap: 20px;row-gap: 30px;}
    #w014_index_products_8_text .nav li.cur::before{bottom: -50%;left: 30%;width: 10px;height: 10px;}
}

@media (any-hover: hover) {
	#w014_index_products_8_decoration .slide:hover{transform: translateY(-5px);box-shadow: 0 0 20px rgba(0,0,0,10%);z-index: 3;}	
}
/* 结束 */
.w014_index_solution_9_wrap{padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);}


@media screen and (max-width: 751px){
    .w014_index_solution_9_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}
/* 标题部分 */
#w014_index_solution_9_text {font-size: 16px;}
#w014_index_solution_9_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);}
#w014_index_solution_9_text .title_en{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);margin-bottom:55px;margin-top:35px;}

#w014_index_solution_9_text.myleft{text-align: left;}
#w014_index_solution_9_text.myright{text-align: right;}
#w014_index_solution_9_text.mycenter{text-align: center;}

@media screen and (max-width: 751px){
    #w014_index_solution_9_text .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w014_index_solution_9_text .title_en{font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
}
/* 结束 */

#w014_index_solution_9_images{height: 620px;}
#w014_index_solution_9_images .pic{display: flex;align-items: center;height: 100%;}

#w014_index_solution_9_images .pic .bri{z-index: 2;position: relative;flex-direction: column;height: 100%;width: 25%;border-right: 1px solid rgba(255,255,255,0.1);}

#w014_index_solution_9_images .pic .bri .svgg{width:58px;height:58px;fill: #fff;transition: .9s;transform: translate(0,140px);}
#w014_index_solution_9_images .pic .bri .name{color:#fff;margin-top:30px;font-size: 16px;transition: .6s;transform: translate(0,120px);}
#w014_index_solution_9_images .pic .bri .brief{margin-top:30px;color:#fff;padding: 0 60px;font-size: 16px;transition: .4s;transform: translate(0,80px);opacity: 0;line-height: 24px;}
#w014_index_solution_9_images .pic .bri .btn{ font-size: 16px;width: 120px;height:40px;margin-top: 50px;transition:0.3s;transform: translate(0,80px);opacity: 0; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}


@media screen and (max-width:1000px){
    #w014_index_solution_9_images .pic .bri{width: 50%;height: 50%;}
}

@media screen and (max-width: 751px){
    #w014_index_solution_9_images{height: auto;}
    #w014_index_solution_9_images .pic{display: grid;grid-template-columns: 100%;row-gap: 20px;}
    #w014_index_solution_9_images .pic .bri{margin: auto;width: 100%;height: 100%;padding: 30px 20px;}
    #w014_index_solution_9_images .pic .bri .svgg{transform: translate(0,0);}
    #w014_index_solution_9_images .pic .bri .name{font-size: var(--font-txt-S);transform: translate(0,0);}
    #w014_index_solution_9_images .pic .bri .brief{font-size: var(--font-bri-S);line-height: var(--font-txt-S);transform: translate(0,0);opacity: 1;}
    #w014_index_solution_9_images .pic .bri .btn{transform: translate(0,0);opacity: 1;margin-top: 20px;font-size: var(--font-txt-S);width: 250px;height: 80px;border-radius: 40px;}
}

@media (any-hover: hover) {
    #w014_index_solution_9_images .pic .bri:hover .svgg{transform: translate(0,0);transition: 0.3s;}
    #w014_index_solution_9_images .pic .bri:hover .name{transform: translate(0,0);transition: 0.5;}
    #w014_index_solution_9_images .pic .bri:hover .brief{transform: translate(0,0);opacity: 1;transition: 0.7s;}
    #w014_index_solution_9_images .pic .bri:hover .btn{transform: translate(0,0);opacity: 1;transition: 0.9s;}	
}
/* 全局 */
.w014_index_about_10_wrapper{padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);background-color:var(--bgColor);}
@media screen and (max-width:1280px) {
	.w014_index_about_10_wrapper{flex-direction: column;}
}

@media screen and (max-width:751px) {
	.w014_index_about_10_wrapper{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}
/* 结束 */

/* 布局 */
.w014_index_about_10_wrapper .show{display: flex; justify-content: space-between;}

@media screen and (max-width:1280px) {
	.w014_index_about_10_wrapper .show{flex-direction: column;}
}


/* 标题区 */
#w014_index_about_10_title{width: 50%;padding-right: 130px;padding-bottom: 220px;}
#w014_index_about_10_title.big{padding-bottom: 300px;}
#w014_index_about_10_title .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 38px;}
#w014_index_about_10_title .intro{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);margin-bottom: 51px;}
#w014_index_about_10_title .brief{font-size: 16px;line-height: 30px;}
#w014_index_about_10_title .btn{ font-size: 16px;;width: 160px;height: 60px;transition: 0.3s;margin-top: 50px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w014_index_about_10_title .btn .right{color: var(--btn_1st_font_color);margin-left:25px;transition: 0.3s;}


#w014_index_about_10_title .number{margin-top: 70px;color:var(--fontColor);gap:60px;}
#w014_index_about_10_title .number .li{position: relative;width:100%;}
#w014_index_about_10_title .number .li .num{font-size: 42px;font-weight: bold;position: relative;}
#w014_index_about_10_title .number .li .tag{font-size: 16px; font-weight:500;margin-top: 15px;color:#666666}
#w014_index_about_10_title .number .li .add{font-size: 30px;}


#w014_index_about_10_title.myleft{text-align: left;}
#w014_index_about_10_title.myright{text-align: right;}
#w014_index_about_10_title.mycenter{text-align: center;}
#w014_index_about_10_title.myleft .btn{margin-right:auto;}
#w014_index_about_10_title.myright .btn{margin-left:auto;}
#w014_index_about_10_title.mycenter .btn{margin:50px auto 0;}
#w014_index_about_10_title.myleft .number .li > div{justify-content:flex-start;}
#w014_index_about_10_title.myright .number .li > div{justify-content:flex-end;}
#w014_index_about_10_title.mycenter .number .li > div{justify-content:center;}

@media screen and (max-width:1600px) {
	#w014_index_about_10_title .number{margin-top: 10px;}
}

@media screen and (max-width:1500px) {
	#w014_index_about_10_title{width: 40%;padding-right:50px}

}

@media screen and (max-width:1300px) {
    #w014_index_about_10_title .brief{margin-bottom: 20px;}
}

@media screen and (max-width:1280px) {
	#w014_index_about_10_title{width:100%;padding-bottom: 50px;}
	#w014_index_about_10_title .number{margin-top: 20px;margin-bottom: 20px;}
}

@media screen and (max-width:751px) {
	#w014_index_about_10_title .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w014_index_about_10_title .intro{font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w014_index_about_10_title .brief{font-size: var(--font-bri-S);line-height:var(--font-bri-L)}
    #w014_index_about_10_title .btn{ font-size: var(--font-bri-S);width: 250px;height: 80px;border-radius:0.4rem;}
	#w014_index_about_10_title .btn .right{font-size:var(--font-txt-S)}


	#w014_index_about_10_title .number{padding: 40px 0;display:grid;grid-template-columns: repeat(2,50%);row-gap: 40px;}
	#w014_index_about_10_title .number .li .num{font-size:0.42rem}
	#w014_index_about_10_title .number .li .tag{font-size: var(--font-bri-S)}
}

@media (any-hover: hover) {
	#w014_index_about_10_title .btn:hover{background-color:var(--fontColor);color:#fff}
	#w014_index_about_10_title .btn:hover .right{color:#fff}	
}
/* 结束 */


/* 图片区 */
#w014_index_about_10_images{width:50%;}
#w014_index_about_10_images .picture::before{padding-top:103.24%;}
#w014_index_about_10_images .picture img{top: 0;}

@media screen and (max-width:1500px) {
	#w014_index_about_10_images{width:60%;}
}

@media screen and (max-width:1280px) {
	#w014_index_about_10_images{width:100%;}
}
/* 结束 */



/* 底部悬浮 */

#w014_index_about_10_bottom{position: absolute;;bottom: 0;left: 0;background-color: #fff;max-width: 100%;}
#w014_index_about_10_bottom .number{display: flex;padding: 40px 70px 40px 0;gap: 20px 0;}
#w014_index_about_10_bottom .number .li{position: relative;/*width:100%;*/margin-right: 70px;padding-left: 70px;}
#w014_index_about_10_bottom .number .li:last-child{margin-right: 0;}
#w014_index_about_10_bottom .number .li::after{content: '';width: 1px;height:80px;border-left:1px solid #ebebeb;position: absolute;top: 0;left: 0;}
#w014_index_about_10_bottom .number .li.not-a:after,
#w014_index_about_10_bottom .number .li:first-child:after{display: none;}
#w014_index_about_10_bottom .number .li .I-font .svgg{width: 45px;height: 45px;fill:#999999}
#w014_index_about_10_bottom .number .li .intro{font-size: 16px;margin-top: 20px;text-align: center;}

#w014_index_about_10_bottom .number.is2wrap{padding: 40px 70px;gap: 30px 70px;}
#w014_index_about_10_bottom .number.is2wrap .li{padding-left: 0;margin-right: 0px;}
#w014_index_about_10_bottom .number.is2wrap .li:after{display: none;}


@media screen and (max-width:1100px) {
	#w014_index_about_10_bottom{position: relative;}
}


@media screen and (max-width:751px) {
	#w014_index_about_10_bottom .number.is2wrap,
	#w014_index_about_10_bottom .number{padding-bottom: 40px;padding-top: 0;gap: 0;}
	#w014_index_about_10_bottom .number .li{padding-top: 50px;width:50%;padding-top: 30px;margin-right: 0;}
	#w014_index_about_10_bottom .number .li::after{display: none;}
	#w014_index_about_10_bottom .number .li .intro{font-size: var(--font-bri-S)}
}

@media (any-hover: hover) {
	#w014_index_about_10_bottom .number .li:hover{color:var(--fontColor)}
	#w014_index_about_10_bottom .number .li:hover .svgg{fill:var(--fontColor)}
}
.w014_index_blog_11_wrap{padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);}

@media screen and (max-width:751px) {
    .w014_index_blog_11_wrap{padding-top:var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}   
}

.w014_index_blog_11_wrap .page_show{margin-top: auto;margin-left: 60px;display:flex;}
.w014_index_blog_11_wrap .page_show .swiper-pagination-bullet{margin: 0 4px;}
.w014_index_blog_11_wrap .page_show .swiper-pagination-bullet-active{background-color: var(--btnColor);}

/* 上方标题 */
#w014_index_blog_11_title{margin-bottom: 30px;}
#w014_index_blog_11_title .tit{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);padding-top: 20px;}
#w014_index_blog_11_title .btn{width: 160px; height: 50px; text-align: center;font-size:16px;transition: 0.3s; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w014_index_blog_11_title .btn .right{margin-left:10px;}

#w014_index_blog_11_title.myleft{}
#w014_index_blog_11_title.myright{flex-direction: row-reverse;}
#w014_index_blog_11_title.mycenter{text-align: center;align-items:center;justify-content:center;flex-direction: column;gap: 20px;}
#w014_index_blog_11_title.mycenter .page_show{display:none;}

@media screen and (max-width:751px) {
    .w014_index_blog_11_wrap{padding-top:var(--appPaddingTop);}
    #w014_index_blog_11_title .tit {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w014_index_blog_11_title .btn {font-size:var(--font-bri-S);margin-top: auto;width: 250px;height: 80px;border-radius: 40px;}
    #w014_index_blog_11_title .btn .right{font-size: var(--font-txt-S);}
    #w014_index_blog_11_title .brief{font-size:var(--font-bri-S)}
    #w014_index_blog_11_title .page_show{display: none;}
}
/* 结束 */


/* 产品图 */
#w014_index_blog_11_swi .slide{width:67.68%;border-top:1px solid rgb(51, 51, 51,0.1);padding-top: 80px;}
#w014_index_blog_11_swi .slide .message{padding: 0 120px 0 35px;width: calc(100% - 48.1%);}
#w014_index_blog_11_swi .slide .message .system{font-size:22px; height:70px;line-height: 35px;}
#w014_index_blog_11_swi .slide .message .btn{width: 180px; height: 50px;text-align: center; margin-top:75px;font-size:16px;font-weight: 400; transition: 0.3s; color: var(--btn_2nd_font_color);background-color: var(--btn_2nd_bg_color);border-radius:var(--btn_2nd_border_radius);border-width: var(--btn_2nd_border_width);border-style: var(--btn_2nd_border_style);border-color: var(--btn_2nd_border_color);}
#w014_index_blog_11_swi .slide .message .introduce{margin-top:40px; font-size:16px; color:#888888;line-height: 30px;}
#w014_index_blog_11_swi .slide .message .time{font-size: 16px;margin-top: 45px;}
#w014_index_blog_11_swi .slide .message .btn .right{margin-left:10px;}

#w014_index_blog_11_swi .slide .img{height: 408px;width: 48.1%;}

#w014_index_blog_11_swi .mark{position:absolute; top: 37px; left: 67%;right: -10%; height: 100%; background: url(/module/w014/index/blog/images/mark.png) no-repeat center/cover;z-index: 3; }

#w014_index_blog_11_swi .page_show{display: none;}
#w014_index_blog_11_swi.mycenter .page_show{display: flex;justify-content: center;align-items: center;margin-top:30px;}

@media (any-hover: hover) {
    #w014_index_blog_11_title .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);}

	#w014_index_blog_11_swi .slide .message .btn:hover{color: var(--btn_2nd_hover_color);background-color: var(--btn_2nd_hover_bg_color);border-color: var(--btn_2nd_hover_border_color);}
}

@media screen and (max-width:1200px) {
    #w014_index_blog_11_swi .mark{display: none;}
    #w014_index_blog_11_swi .slide{width: 100%;}
    #w014_index_blog_11_swi .slide .message{padding-right: 10px;}
}



@media screen and (max-width:751px) {

    #w014_index_blog_11_swi .slide{width: 100%; flex-direction: column-reverse;border:0px;padding-top: 40px;}
    #w014_index_blog_11_swi .slide .message{width: 100%;padding: 0;}
    #w014_index_blog_11_swi .slide .message .system{font-size:var(--font-sub-S);line-height:var(--font-sub-L);width: 100%;height: 120px;-webkit-line-clamp: 3;}
    #w014_index_blog_11_swi .slide .message .introduce{font-size:var(--font-txt-S);line-height:var(--font-txt-L);margin-top: 20px;}
    #w014_index_blog_11_swi .slide .message .time{font-size: var(--font-bri-S);}
    #w014_index_blog_11_swi .slide .message .btn{font-size:var(--font-bri-S);margin-top: 30px;margin-bottom: 20px;width: 250px;height: 80px;border-radius: 40px;}
    #w014_index_blog_11_swi .slide .message .btn .right{font-size:var(--font-txt-S)}
    #w014_index_blog_11_swi .slide  .img{width: 100%;}

}
#w014_index_server_12_server{margin-top: var(--paddingTop);margin-bottom: var(--paddingBottom);}

@media screen and (max-width: 751px){
	#w014_index_server_12_server{margin-top: var(--appPaddingTop);margin-bottom: var(--appPaddingBottom);width: 100%;}
}

#w014_index_server_12_server .li{width: 50%;}
#w014_index_server_12_server .li .bg{width: 50vw;left: 0;top: 0;bottom: 0;position: absolute;transition: 0.3s;}
#w014_index_server_12_server .li .bg .imgg{transition: 0.3s;}

#w014_index_server_12_server .li .bgg{right: 0;top: 0;bottom: 0;width: 50vw;position: absolute;transition: 0.3s;}
#w014_index_server_12_server .li .bgg .imgg{transition: 0.3s;}

#w014_index_server_12_server .cur .text{position: relative;color: #fff;z-index: 3;height: 100%;padding: 100px 0;margin-left: 8%;margin-right: 8%;}
#w014_index_server_12_server .curr .text{position: relative;color: #fff;z-index: 3;height: 100%;padding: 100px 0;margin-left: 8%;margin-right: 8%;}

#w014_index_server_12_server .text .name{font-size: 24px;}
#w014_index_server_12_server .text .brief{font-size: 18px;margin-top: 5px;}

@media (any-hover: hover) {
	#w014_index_server_12_server .li:hover .imgg{transform: scale(1.1)}
	#w014_index_server_12_server .li:hover .imgg{transform: scale(1.1)}
}

@media screen and (max-width: 751px){
	#w014_index_server_12_server{flex-direction: column;}
	#w014_index_server_12_server .text .name{font-size:var(--font-sma-S);line-height:var(--font-sma-L)}
	#w014_index_server_12_server .text .brief{font-size:var(--font-txt-S);line-height:var(--font-txt-L)}

	#w014_index_server_12_server .li{width: 100%;}
	#w014_index_server_12_server .li .bg{width: 100vw;left: 0;right: 0;top: 0;bottom: 0;}
	#w014_index_server_12_server .li .bgg{width: 100vw;left: 0;right: 0;top: 0;bottom: 0;}
}



.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);}
}