
.lyuiheader_nav_001{
    --padding: 20px;
    max-height: 100%;
    --font_1st_px: 16px;
    --head_top_height: 40px;
    --hoverColor: var(--mainColor);
    overflow: hidden
}
.lyuiheader_nav_001-li{font-size: var(--font_1st_px);height: var(--head_top_height);border-bottom: 1px solid transparent;padding: 0 var(--padding);transition: .3s ease-out;white-space: nowrap;}
.lyuiheader_nav_001-li-a{line-height: 2;}
.lyuiheader_nav_001-li:hover,
.lyuiheader_nav_001-li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
.lyuiheader_nav_001-hoverBlock-b .lyuiheader_nav_001-li:hover{border-bottom-color: var(--hoverColor);background-color: var(--hoverColor);color: #fff;}
.lyuiheader_nav_001.hide-active .lyuiheader_nav_001-li{display: none;}
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/




#w001_index_header_5_nav{}
#w001_index_header_5_nav .head{height: var(--head_top_height);width: 100%;padding: 0 4%;transition: background-color .3s;border-bottom: 1px solid transparent;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_5_nav .head{border-bottom-color: rgba(255, 255, 255, 0.2);box-shadow: none;color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_5_nav .head{color: #333;}

#w001_index_header_5_nav .stockCode{margin-left: 10px;font-size: 16px;line-height: 1.5;opacity: 0.6;}


/* 背景色 */
#header_bg{height: var(--head_top_height);width: 100%;pointer-events: none;transition:background .3s;background: var(--head_bg_color);}
#header.fixed.scroll-top #header_bg{background: transparent;}




/* logo部分 */
#w001_index_header_5_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_5_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_5_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_5_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_5_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_5_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_5_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_5_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_5_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_5_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_5_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_5_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_5_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_5_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_5_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_5_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-14px);transition: .3s;}
#w001_index_header_5_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(14px);transition: .3s;}
#header.fixed.scroll-top #w001_index_header_5_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_5_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_5_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_5_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_5_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_5_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_5_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_5_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_5_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_5_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_5_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_5.pc_app #w001_index_header_5_nav .head_nav .li{display: none;}
.w001_index_header_5.pc_app #w001_index_header_5_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_5_nav .head_nav .li{display: none;}
    #w001_index_header_5_nav .head .menu{display: block;}
    /* #w001_index_header_5_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_5_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_5_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_5_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_5_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_5_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_5_nav .head_btn .language{display: none;}

    #w001_index_header_5_nav .head .menu{padding: 30px;}
    #w001_index_header_5_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_5_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_5_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_5_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_5_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_5_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_5_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_5_nav .head .menu{display: none;}
.w001_index_header_5 #w001_index_header_5_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_5_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_5_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_5_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_5_nav .head_btn{flex: initial;}
}
#w001_index_hengfu_6 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_6.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w001_index_hengfu_6 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_6 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_6 .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_6 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_6 .message_box[position="2"] .message,
#w001_index_hengfu_6 .message_box[position="5"] .message,
#w001_index_hengfu_6 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_6 .message_box[position="3"] .message,
#w001_index_hengfu_6 .message_box[position="6"] .message,
#w001_index_hengfu_6 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_6 .message_box[position="2"] .message .name,
#w001_index_hengfu_6 .message_box[position="5"] .message .name,
#w001_index_hengfu_6 .message_box[position="8"] .message .name,
#w001_index_hengfu_6 .message_box[position="2"] .message .brief,
#w001_index_hengfu_6 .message_box[position="5"] .message .brief,
#w001_index_hengfu_6 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_6 .message_box[position="3"] .message .name,
#w001_index_hengfu_6 .message_box[position="6"] .message .name,
#w001_index_hengfu_6 .message_box[position="9"] .message .name,
#w001_index_hengfu_6 .message_box[position="3"] .message .brief,
#w001_index_hengfu_6 .message_box[position="6"] .message .brief,
#w001_index_hengfu_6 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_6 .message_box[position="1"] .message .name,
#w001_index_hengfu_6 .message_box[position="4"] .message .name,
#w001_index_hengfu_6 .message_box[position="7"] .message .name,
#w001_index_hengfu_6 .message_box[position="1"] .message .brief,
#w001_index_hengfu_6 .message_box[position="4"] .message .brief,
#w001_index_hengfu_6 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_index_hengfu_6 .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_6 .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_6 .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_6 .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_6 .swiper-pagination-bullets{bottom: 40px;}
#w001_index_hengfu_6 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w001_index_hengfu_6 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_6 .container .swiper-pagination-bullet-active{width: 60px;}
#w001_index_hengfu_6 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

@media screen and (max-width: 1024px){
    #w001_index_hengfu_6 .message_box .message .name{font-size: 48px;}
    #w001_index_hengfu_6 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w001_index_hengfu_6{display: none;}
}
.w012_index_product_7_wrap{padding-top: var(--paddingTop);background-color: #fff;padding-bottom: var(--paddingBottom)}

@media screen and (max-width: 751px){
    .w012_index_product_7_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 标题部分 */
#w012_index_product_7_text {font-size: 16px;}
#w012_index_product_7_text .title_cn{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: 72px;margin-top: 20px;}

.w012_index_product_7_wrap.myleft #w012_index_product_7_text .title_cn{text-align: left;}
.w012_index_product_7_wrap.myright #w012_index_product_7_text .title_cn{text-align: right;}
.w012_index_product_7_wrap.mycenter #w012_index_product_7_text .title_cn{text-align: center;}

@media screen and (max-width: 751px){
    #w012_index_product_7_text .title_cn{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
}
/* 结束 */

#w012_index_product_7_decoration .tab{display: flex;justify-content: center;flex-wrap: wrap;gap: 20px 60px;}
#w012_index_product_7_decoration .tab .li{font-size: 16px;line-height: 1.5;}
#w012_index_product_7_decoration .tab .li.cur{color:var(--btnColor)}

.w012_index_product_7_wrap.myleft #w012_index_product_7_decoration .tab{justify-content: flex-start;}
.w012_index_product_7_wrap.myright #w012_index_product_7_decoration .tab{justify-content: flex-end;}
.w012_index_product_7_wrap.mycenter #w012_index_product_7_decoration .tab{justify-content: center;}

#w012_index_product_7_decoration .con{display: grid;grid-template-columns: repeat(3,calc((100% - 90px)/3));gap:45px;padding-top: 70px;}
#w012_index_product_7_decoration .con .show{background-color: #ededed;transition: 0.3s;}
#w012_index_product_7_decoration .con .bri{padding: 33px 37px 30px 46px; transition:0.6s;height: 135px;bottom: 0;left: 0;right: 0;}
#w012_index_product_7_decoration .con .bri .test{width: 100%;}
#w012_index_product_7_decoration .con .bri .name{font-size: 24px; font-weight: 500;margin-bottom: 15px;color:#404040;transition: 0.3s;}
#w012_index_product_7_decoration .con .bri .brief{color:#666666;font-size: 16px;font-weight: 400; transition: 0.3s;}
#w012_index_product_7_decoration .con .bri .right{font-size: 20px;color:#9C9163;transition: 0.3s;opacity: 0;}

#w012_index_product_7_decoration .con .showImg{height:540px;width: 100%;transition:0.75s;}



#w012_index_product_7_decoration .all{margin-top: 61px;}
#w012_index_product_7_decoration .btn{display: flex;justify-content:space-between;align-items: center;width:130px;height: 60px;font-size: 16px; color:#333333;}
#w012_index_product_7_decoration .btn .right{font-size:30px;margin-right:20px;transition: 0.6s;}

@media screen and (max-width:1200px) {
	#w012_index_product_7_decoration .con{grid-template-columns: repeat(2,49%);}
}

@media screen and (max-width:950px) {
	#w012_index_product_7_decoration .con{grid-template-columns: 100%;}
}

@media screen and (max-width: 751px){
    #w012_index_product_7_decoration{display: flex;flex-direction: column;justify-content: center;}
    #w012_index_product_7_decoration .tab{margin: 0 auto;display: inline-flex;justify-content: initial;}
    #w012_index_product_7_decoration .tab .li{font-size: var(--font-txt-S);line-height: var(--font-txt-L);text-align: center;}
    #w012_index_product_7_decoration .con{padding-top: 50px;}
    #w012_index_product_7_decoration .con .bri{height:2rem;background-color: var(--btnColor);position: static;}
    #w012_index_product_7_decoration .con .bri .name{font-size: var(--font-sma-S);color: #fff;}
    #w012_index_product_7_decoration .con .bri .brief{font-size:var(--font-txt-S);line-height:var(--font-txt-L);color: #fff;}
    #w012_index_product_7_decoration .con .bri .right{display: none;}

    #w012_index_product_7_decoration .all{display: none;}
}

@media (any-hover: hover) {
    #w012_index_product_7_decoration .con .show:hover{transform: translateY(-10px);box-shadow: 0 0 30px rgba(0,0,0,10%);}
    #w012_index_product_7_decoration .con .show:hover .showImg{background-color: #fff;}
    #w012_index_product_7_decoration .con .show:hover .bri{background-color: var(--btnColor);}
    #w012_index_product_7_decoration .con .show:hover .bri .name,
    #w012_index_product_7_decoration .con .show:hover .bri .brief,
    #w012_index_product_7_decoration .con .show:hover .bri .right{color:#fff;opacity: 1;}

    #w012_index_product_7_decoration .all:hover .btn .right{margin-right:5px;}
}
/* 结束 */
.w012_index_package_8_wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: rgba(51, 51, 51, .7);}

@media screen and (max-width:751px){
    .w012_index_package_8_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 选择区 */
#w012_index_package_8_choice{position: absolute;right: 0;left:0;z-index:1;top: 50%;height: 0;}
#w012_index_package_8_choice .box{width:160px ;height: 160px;transform: translateY(-50%);}
#w012_index_package_8_choice .show{position:absolute; width:100%;height:100%;background: rgba(0,0,0,0);border: 1px solid rgba(255, 255, 255, 0.1);top:0;left: 0;transition: 0.6s;}
#w012_index_package_8_choice .box .show:nth-child(2){transform: translateX(-100%);}
#w012_index_package_8_choice .box .show:nth-child(3){transform: translateX(-200%);}
#w012_index_package_8_choice .box .show:nth-child(4){transform: translateX(-300%);}
#w012_index_package_8_choice .box .show:nth-child(5){transform: translate(-200%,-100%);}
#w012_index_package_8_choice .box .show:nth-child(6){transform: translate(-100%,100%);}

#w012_index_package_8_choice .box .show.cur{background-color: var(--fontColor);opacity: 1;}



#w012_index_package_8_choice .box .img .svgg{width: 40px;height: 40px;fill:#fff}
#w012_index_package_8_choice .box .show .text{font-size: 18px;color:#fff;margin-top: 20px;}

@media screen and (max-width:1250px){
    #w012_index_package_8_choice{top: 70%;left: -45%;}
}

@media screen and (max-width:950px){
    #w012_index_package_8_choice{display: none;}
}

/* 结束 */

/* 图片 */
#w012_index_package_8_introduce .mobile_pic{display: none;}
#w012_index_package_8_introduce .pc_pic{display: block;}

@media screen and (max-width:1250px){
    #w012_index_package_8_introduce .mobile_pic{display:block;}
    #w012_index_package_8_introduce .pc_pic{display:none;}
}


/* 文字介绍+轮播 */
#w012_index_package_8_introduce .slide{padding-top: 45.27%;}

#w012_index_package_8_introduce .introduce{display: flex;height: calc( 100% - 160px );position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);}

#w012_index_package_8_introduce .introduce .message{display: flex;flex-direction: column;;width: 50%;padding-right: 145px;}

#w012_index_package_8_introduce .introduce .message .name{font-size: 46px; font-weight: 600; color: #fff;margin-bottom: 52px;}
#w012_index_package_8_introduce .introduce .message .brief{font-size: 16px;margin-bottom:73px;line-height: 30px;color:#fff}
#w012_index_package_8_introduce .introduce .message .btn{ font-size: 16px;width: 160px;height: 60px;transition: 0.4s;display: flex;justify-content:center;align-items: center; 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);}
#w012_index_package_8_introduce .introduce .message .btn .right{color: var(--btn_1st_font_color);margin-left:25px;transition: 0.3s;}


@media screen and (max-width:1250px){
    #w012_index_package_8_introduce .slide{padding-top: 100%;}
    #w012_index_package_8_introduce .introduce{flex-direction: column;}
    #w012_index_package_8_introduce .introduce .message{width: 100%;padding-right: 0;}
}

@media screen and (max-width:751px){
    #w012_index_package_8_introduce{width:100%;}
    #w012_index_package_8_introduce .slide{padding-top: 100%;}
    #w012_index_package_8_introduce .introduce .message .name{font-size:var(--font-big-S)}
    #w012_index_package_8_introduce .introduce .message .brief{font-size:var(--font-txt-S);line-height:var(--font-txt-L)}
    #w012_index_package_8_introduce .introduce .message .btn{font-size: var(--font-bri-S);width:250px;height: 80px;border-radius: 50px;}
    #w012_index_package_8_introduce .introduce .message .btn .right{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {
	#w012_index_package_8_introduce .introduce .message .btn:hover{background-color: var(--fontColor);}	
}




/* 全局 */
.w012_index_about_9_wrapper{padding-top:var(--paddingTop);display: flex; justify-content: space-between;}
@media screen and (max-width:1200px) {
	.w012_index_about_9_wrapper{flex-direction: column;}
}

@media screen and (max-width:751px) {
	.w012_index_about_9_wrapper{padding-top: var(--appPaddingTop);}
}
/* 结束 */

/* 标题区 */
#w012_index_about_9_title{width: 50%;padding-right: 130px;}
#w012_index_about_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);margin-bottom: 38px;}
#w012_index_about_9_title .intro{font-size: 24px;font-weight: 500;font-family: SourceHanSansCN;margin-bottom: 51px;}
#w012_index_about_9_title .brief{font-size: 16px;color:#6B6E73;line-height: 30px;}
#w012_index_about_9_title .btn{ font-size: 16px;width: 160px;height: 60px;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);}
#w012_index_about_9_title .btn .right{color:#333333;margin-left:25px;transition: 0.3s;}

#w012_index_about_9_title.myleft{text-align: left;}
#w012_index_about_9_title.myright{text-align: right;}
#w012_index_about_9_title.mycenter{text-align: center;}

#w012_index_about_9_title.myleft .btn{margin-right: auto;}
#w012_index_about_9_title.myright .btn{margin-left: auto;}
#w012_index_about_9_title.mycenter .btn{margin: 50px auto 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_9_title{width: 40%;padding-right:50px}

}

@media screen and (max-width:1300px) {
    #w012_index_about_9_title .brief{margin-bottom: 20px;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_9_title{width:100%}
    #w012_index_about_9_title .btn{margin-bottom: 30px;margin-top: 20px;}
}

@media screen and (max-width:751px) {
	#w012_index_about_9_title{padding-right: 0;}
	#w012_index_about_9_title .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w012_index_about_9_title .intro{font-size: var(--font-sub-S)}
    #w012_index_about_9_title .brief{font-size: var(--font-txt-S);line-height:var(--font-txt-L)}
    #w012_index_about_9_title .btn{ font-size: var(--font-bri-S);width: 250px;height: 80px;border-radius:0.4rem;}
	#w012_index_about_9_title .btn .right{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {	
	#w012_index_about_9_title .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);}
	#w012_index_about_9_title .btn:hover .right{color:#fff}
}
/* 结束 */


/* 图片区 */
#w012_index_about_9_images{width:50%;}
#w012_index_about_9_images .picture::before{padding-top:59.75%;}
#w012_index_about_9_images .picture img{top: 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_9_images{width:60%;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_9_images{width:100%;}
}
/* 结束 */


/* 底部数字区 */
#w012_index_about_9_bottom{padding-top:93px;margin-bottom:var(--paddingBottom);}

#w012_index_about_9_bottom .number{padding:40px 40px 40px 40px;background-color: #f8f8f8;}
#w012_index_about_9_bottom .number .li{position: relative;width:100%;margin-right:60px;}
#w012_index_about_9_bottom .number .li:last-child{margin-right: 0;}
#w012_index_about_9_bottom .number .li::after{content:'';position: absolute;width: 2px;height: 90px;background: #000000;opacity: 0.05;top: -10px;right: 120%;}
#w012_index_about_9_bottom .number .li:first-child:after{display: none;}
#w012_index_about_9_bottom .number .li .num{font-size:var(--listFt1_px);font-weight: bold;position: relative;}
#w012_index_about_9_bottom .number .li .num::after{content:'';position: absolute;width:5px;height:5px;top:5px;transform: translateX(10px);background-color:var(--point_color);border-radius: 50%;}
#w012_index_about_9_bottom .number .li .tag{font-size: var(--listFt2_px);; font-weight:500;margin-top: 15px;color:#666666}


@media screen and (max-width:850px) {
	#w012_index_about_9_bottom .number{padding-right: 40px;}
}

@media screen and (max-width:751px) {
	#w012_index_about_9_bottom{padding-bottom: var(--appPaddingBottom);padding-top: 50px;}
	#w012_index_about_9_bottom .number{display: grid;grid-template-columns: 100%;row-gap: 30px;}
	#w012_index_about_9_bottom .number .li{text-align: center;}
	#w012_index_about_9_bottom .number .li::after{width: 100%;height: 2px;background-color: #333;}
	#w012_index_about_9_bottom .number .li .num{font-size:var(--font-big-S)}
	#w012_index_about_9_bottom .number .li .num::after{width: 10px;height: 10px;}
	#w012_index_about_9_bottom .number .li .simple{font-size:var(--font-txt-S)}
	#w012_index_about_9_bottom .number .li .tag{font-size: var(--font-txt-S);margin-top: 10px;}
}
/* 结束 */

/* 全局 */
.w012_index_blog_10_wrap{padding-top:var(--paddingTop);padding-bottom:var(--paddingBottom);background-color: var(--bgColor);}

@media screen and (max-width: 751px){
    .w012_index_blog_10_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


/* 标题部分 */
#w012_index_blog_10_text {display: flex;align-items: center;justify-content: space-between;gap: 30px;margin-bottom: 72px;margin-top: 20px;}
#w012_index_blog_10_text .title_cn{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);text-align: center;}

#w012_index_blog_10_text .tab{display: flex;align-items: center;justify-content: flex-end;flex-wrap: wrap;gap: 10px 30px;}
#w012_index_blog_10_text .tab .li{font-size: 16px;padding: 10px 0;transition: .3s;}
#w012_index_blog_10_text .tab .li:first-child{padding-left: 0;}

#w012_index_blog_10_text .tab .li.cur{color:var(--fontColor)}


#w012_index_blog_10_text.myleft{}
#w012_index_blog_10_text.myright{flex-direction: row-reverse;}
#w012_index_blog_10_text.mycenter{justify-content: center;flex-direction: column;}

#w012_index_blog_10_text.myleft .title_cn{text-align: left;}
#w012_index_blog_10_text.myright .title_cn{text-align: right;}
#w012_index_blog_10_text.mycenter .title_cn{text-align: center;}



@media screen and (max-width: 751px){
    #w012_index_blog_10_text{flex-direction: column;justify-content: center;}
    #w012_index_blog_10_text .title_cn{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w012_index_blog_10_text .tab{display: inline-flex;margin: 0 auto;justify-content: flex-start;}
    #w012_index_blog_10_text .tab .li{font-size: var(--font-sma-S);}
}

@media (any-hover: hover) {
	#w012_index_blog_10_text .tab .li:hover{color:var(--fontColor)}	
}
/* 结束 */





/* 展示区域 */
#w012_index_blog_10_decoration .con{display: grid;grid-template-columns:repeat(2,50%);transition:0.6s;}
#w012_index_blog_10_decoration .con .show{padding:45px 62px 55px 75px;background-color: #fff;transition: 0.6s;}
#w012_index_blog_10_decoration .con .show .time{font-size: 16px;margin-bottom: 25px;transition: 0.6s;}
#w012_index_blog_10_decoration .con .show .name{font-size: 24px; font-weight: 500;margin-bottom:22px;color:#404040;transition: 0.6s;}
#w012_index_blog_10_decoration .con .show .brief{color:#666666;font-size: 16px;font-weight: 400; transition: 0.6s;margin-bottom: 35px;line-height: 30px;}
#w012_index_blog_10_decoration .con .show .showImg{height:194px;width: 100%;transition:0.75s;}



#w012_index_blog_10_decoration .all{margin-top: 61px;}
#w012_index_blog_10_decoration .btn{display: flex;justify-content:space-between;align-items: center;width:130px;height: 60px;font-size: 16px; color:#333333;}
#w012_index_blog_10_decoration .btn .right{font-size:30px;margin-right:20px;transition: 0.6s;}



@media screen and (max-width:1500px) {
	#w012_index_blog_10_decoration .con .show{padding:20px 20px;}
}

@media screen and (max-width:950px) {
	#w012_index_blog_10_decoration .con{grid-template-columns: 100%;}
    #w012_index_blog_10_decoration .con .show{padding: 30px 10px;}
}

@media screen and (max-width: 751px){
    #w012_index_blog_10_decoration .all{display:none}
    #w012_index_blog_10_decoration .con .show{padding: 30px 25px;}
    #w012_index_blog_10_decoration .con .show .time{font-size:var(--font-txt-S)}
    #w012_index_blog_10_decoration .con .show .name{font-size: var(--font-sub-S); }
    #w012_index_blog_10_decoration .con .show .brief{font-size: var(--font-txt-S);line-height:var(--font-txt-L)}
}

@media (any-hover: hover) {
    #w012_index_blog_10_decoration .con .show:hover{background-color: var(--backgroundColor);transform: translateY(-5px);}
    #w012_index_blog_10_decoration .con .show:hover .time,
    #w012_index_blog_10_decoration .con .show:hover .name,
    #w012_index_blog_10_decoration .con .show:hover .brief{color:#fff}

    #w012_index_blog_10_decoration .all:hover .btn .right{margin-right:5px;}
}
/* 结束 */
/* 首页-合作伙伴 */
#w004_index_partner_11 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}
#w004_index_partner_11 .title {font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);text-align: var(--title_align);margin-bottom: 80px;}

#w004_index_partner_11 .button {margin: 65px auto 0;width: 160px;height: 50px;display: flex;justify-content: center;align-items: center;font-size: 18px;transition: 0.3s; color: var(--moreStyle_font_color);background-color: var(--moreStyle_bg_color);border-radius:var(--moreStyle_border_radius);border-width: var(--moreStyle_border_width);border-style: var(--moreStyle_border_style);border-color: var(--moreStyle_border_color);}

#w004_index_partner_11.myleft .title {text-align: left;}
#w004_index_partner_11.mycenter .title {text-align: center;}
#w004_index_partner_11.myright .title {text-align: right;}

#w004_index_partner_11 .content {/*border: 1px solid #eaeef9;*/display: flex;flex-wrap: wrap;}
#w004_index_partner_11 .content .box {width: 20%;height: 170px;border-right: 1px solid #eaeef9;border-bottom: 1px solid #eaeef9;box-sizing: border-box;display: flex;align-items: center;justify-content: center;position: relative;}
#w004_index_partner_11 .content .box:nth-child(5n+1){border-left: 1px solid #eaeef9;}
#w004_index_partner_11 .content .box:nth-child(-n+5){border-top: 1px solid #eaeef9;}

#w004_index_partner_11 .content .box:before {display: block;content: '';position: absolute;top: 50%;left: 50%;opacity: 0;width: 100%;height: 100%;transform: translate(-50%, -50%);transition: all .3s;}


@media (any-hover: hover){
    #w004_index_partner_11 .content .box:hover::before {opacity: 1;width: 105%;height: 105%;background: #fff;border-bottom: 3px solid var(--borderColor);box-shadow: 0px 10px 20px 3px rgba(30,33,130,0.2);}
    #w004_index_partner_11 .content .box:hover{z-index: 2;}
}

@media screen and (max-width:750px) {
    #w004_index_partner_11 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_partner_11 .title {font-size:var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}

    #w004_index_partner_11 .content .box {width: 25%;height: 140px;border-right: 1px solid #eaeef9;border-bottom: 1px solid #eaeef9;box-sizing: border-box;display: flex;align-items: center;justify-content: center;position: relative;}
    #w004_index_partner_11 .content .box:nth-child(4n+1){border-left: 1px solid #eaeef9;}
    #w004_index_partner_11 .content .box:nth-child(-n+4){border-top: 1px solid #eaeef9;}
}
.w011_index_footer_12_color {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background-color: var(--bg_color);color: var(--font_color_1);overflow: hidden;}

#w011_index_footer_12 {}
#w011_index_footer_12 .head {border-bottom: 1px solid var(--font_color_2);min-height: 150px;}
#w011_index_footer_12 .head .logo {width: 160px;flex-shrink: 0;}
#w011_index_footer_12 .head .logo.widthAuto {width: auto;}
/* #w011_index_footer_12 .head .logo::before {padding-top: 37.5%;} */
/* #w011_index_footer_12 .head .logo img {max-width: 100%;max-height: 100%;flex-shrink: 0;} */
#w011_index_footer_12 .head .pc_nav{flex: 1;display: flex;flex-wrap: wrap;gap: 10px 70px;justify-content: flex-end;margin-left: 30px;}
#w011_index_footer_12 .head .pc_nav .link {font-size: 16px;line-height: 2;display: block;transition: 0.3s;}

#w011_index_footer_12 .contact {margin-top: 30px;}
#w011_index_footer_12 .contact .dt {font-size: 30px;line-height: 1.6;padding: 5px 0;}
#w011_index_footer_12 .contact .dt .icon {font-size: 30px;margin-left: 20px;}
#w011_index_footer_12 .contact .dt .icon:first-child{margin-left: 0;}
#w011_index_footer_12 .contact .dd {font-size: 16px;line-height: 1.6;padding: 5px 0;}

@media (any-hover: hover){
    #w011_index_footer_12 .head .pc_nav .link:hover{color:var(--hover_color);text-decoration:underline;}
}



@media screen and (max-width:750px) {
    .w011_index_footer_12_color {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_index_footer_12 .head {border: none;height: auto;flex-direction: column;}
    #w011_index_footer_12 .head .logo {min-width: 100%;display: none;}
    #w011_index_footer_12 .head .pc_nav{margin-left: 0;width: 100%;}
    #w011_index_footer_12 .head .pc_nav .link {font-size: var(--font-txt-S);line-height: var(--font-txt-L);border-bottom: 1px solid var(--font_color_2);padding: 20px 0;width: 100%;}

    #w011_index_footer_12 .contact .dt {font-size: var(--font-sub-S);line-height: var(--font-sub-L);padding: 10px 0 30px;}
    #w011_index_footer_12 .contact .dt .icon {font-size: var(--font-sub-S);}
    #w011_index_footer_12 .contact .dd {font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 10px 0;}
    #w011_index_footer_12 .contact_left .dd{padding: 10px 0 30px;}
}


#w011_index_footer_12_links{font-size: 16px;height: 72px;border-bottom: 1px solid var(--font_color_2);}
#w011_index_footer_12_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w011_index_footer_12_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w011_index_footer_12_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}
