#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;}
}
.b-product-list{padding-top: var(--paddingTop);background-color: #fff;padding-bottom: var(--paddingBottom)}

@media screen and (max-width: 751px){
    .b-product-list{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 标题部分 */
#b-product-title {font-size: 16px;}
#b-product-title .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;}

.b-product-list.myleft #b-product-title .title_cn{text-align: left;}
.b-product-list.myright #b-product-title .title_cn{text-align: right;}
.b-product-list.mycenter #b-product-title .title_cn{text-align: center;}

@media screen and (max-width: 751px){
    #b-product-title .title_cn{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
}
/* 结束 */

#b-product-decoration .tab{display: flex;justify-content: center;flex-wrap: wrap;gap: 20px 60px;}
#b-product-decoration .tab .li{font-size: 16px;line-height: 1.5;}
#b-product-decoration .tab .li.cur{color:var(--btnColor)}

.b-product-list.myleft #b-product-decoration .tab{justify-content: flex-start;}
.b-product-list.myright #b-product-decoration .tab{justify-content: flex-end;}
.b-product-list.mycenter #b-product-decoration .tab{justify-content: center;}

#b-product-decoration .con{display: grid;grid-template-columns: repeat(3,calc((100% - 90px)/3));gap:45px;}
#b-product-decoration .con .show{background-color: #ededed;transition: 0.3s;}
#b-product-decoration .con .bri{padding: 33px 37px 30px 46px; transition:0.6s;height: 135px;bottom: 0;left: 0;right: 0;}
#b-product-decoration .con .bri .test{width: 100%;}
#b-product-decoration .con .bri .name{font-size: 24px; font-weight: 500;margin-bottom: 15px;color:#404040;transition: 0.3s;}
#b-product-decoration .con .bri .brief{color:#666666;font-size: 16px;font-weight: 400; transition: 0.3s;}
#b-product-decoration .con .bri .right{font-size: 20px;color:#9C9163;transition: 0.3s;opacity: 0;}

#b-product-decoration .con .showImg{height:540px;width: 100%;transition:0.75s;}



#b-product-decoration .all{margin-top: 61px;}
#b-product-decoration .btn{display: flex;justify-content:space-between;align-items: center;width:130px;height: 60px;font-size: 16px; color:#333333;}
#b-product-decoration .btn .right{font-size:30px;margin-right:20px;transition: 0.6s;}

@media screen and (max-width:1200px) {
	#b-product-decoration .con{grid-template-columns: repeat(2,49%);}
}

@media screen and (max-width:950px) {
	#b-product-decoration .con{grid-template-columns: 100%;}
}

@media screen and (max-width: 751px){
    #b-product-decoration{display: flex;flex-direction: column;justify-content: center;}
    #b-product-decoration .tab{margin: 0 auto;display: inline-flex;justify-content: initial;}
    #b-product-decoration .tab .li{font-size: var(--font-txt-S);line-height: var(--font-txt-L);text-align: center;}
    #b-product-decoration .con{padding-top: 50px;}
    #b-product-decoration .con .bri{height:2rem;background-color: var(--btnColor);position: static;}
    #b-product-decoration .con .bri .name{font-size: var(--font-sma-S);color: #fff;}
    #b-product-decoration .con .bri .brief{font-size:var(--font-txt-S);line-height:var(--font-txt-L);color: #fff;}
    #b-product-decoration .con .bri .right{display: none;}

    #b-product-decoration .all{display: none;}
}

@media (any-hover: hover) {
    #b-product-decoration .con .show:hover{transform: translateY(-10px);box-shadow: 0 0 30px rgba(0,0,0,10%);}
    #b-product-decoration .con .show:hover .showImg{background-color: #fff;}
    #b-product-decoration .con .show:hover .bri{background-color: var(--btnColor);}
    #b-product-decoration .con .show:hover .bri .name,
    #b-product-decoration .con .show:hover .bri .brief,
    #b-product-decoration .con .show:hover .bri .right{color:#fff;opacity: 1;}

    #b-product-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);}
}




/* 全局 */
.b-about-box{padding-top:var(--paddingTop);padding-bottom:var(--paddingBottom);display: flex; justify-content: space-between;}
@media screen and (max-width:1200px) {
	.b-about-box{flex-direction: column;}
}

@media screen and (max-width:751px) {
	.b-about-box{padding-top: var(--appPaddingTop);}
}
/* 结束 */

/* 标题区 */
#b-about-title{width: 50%;padding-right: 130px;}
#b-about-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;}
#b-about-title .intro{font-size: 24px;font-weight: 500;font-family: SourceHanSansCN;margin-bottom: 51px;}
#b-about-title .brief{font-size: 16px;color:#6B6E73;line-height: 30px;}
#b-about-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);}
#b-about-title .btn .right{color:#333333;margin-left:25px;transition: 0.3s;}

#b-about-title.myleft{text-align: left;}
#b-about-title.myright{text-align: right;}
#b-about-title.mycenter{text-align: center;}

#b-about-title.myleft .btn{margin-right: auto;}
#b-about-title.myright .btn{margin-left: auto;}
#b-about-title.mycenter .btn{margin: 50px auto 0;}

@media screen and (max-width:1500px) {
	#b-about-title{width: 40%;padding-right:50px}

}

@media screen and (max-width:1300px) {
    #b-about-title .brief{margin-bottom: 20px;}
}

@media screen and (max-width:1200px) {
	#b-about-title{width:100%}
    #b-about-title .btn{margin-bottom: 30px;margin-top: 20px;}
}

@media screen and (max-width:751px) {
	#b-about-title{padding-right: 0;}
	#b-about-title .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #b-about-title .intro{font-size: var(--font-sub-S)}
    #b-about-title .brief{font-size: var(--font-txt-S);line-height:var(--font-txt-L)}
    #b-about-title .btn{ font-size: var(--font-bri-S);width: 250px;height: 80px;border-radius:0.4rem;}
	#b-about-title .btn .right{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {
	#b-about-title .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);}
	#b-about-title .btn:hover .right{color:#fff}
}
/* 结束 */


/* 图片区 */
#b-about-images{width:50%;}
#b-about-images .picture::before{padding-top:59.75%;}
#b-about-images .picture img{top: 0;}

@media screen and (max-width:1500px) {
	#b-about-images{width:60%;}
}

@media screen and (max-width:1200px) {
	#b-about-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;}
}
/* 结束 */

/* 全局 */
.b-news-list{padding-top:var(--paddingTop);padding-bottom:var(--paddingBottom);background-color: var(--bgColor);}

@media screen and (max-width: 751px){
    .b-news-list{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


/* 标题部分 */
#b-news-list-title {display: flex;align-items: center;justify-content: space-between;gap: 30px;margin-bottom: 72px;margin-top: 20px;}
#b-news-list-title .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;}

#b-news-list-title .tab{display: flex;align-items: center;justify-content: flex-end;flex-wrap: wrap;gap: 10px 30px;}
#b-news-list-title .tab .li{font-size: 16px;padding: 10px 0;transition: .3s;}
#b-news-list-title .tab .li:first-child{padding-left: 0;}

#b-news-list-title .tab .li.cur{color:var(--fontColor)}


#b-news-list-title.myright{flex-direction: row-reverse;}
#b-news-list-title.mycenter{justify-content: center;flex-direction: column;}

#b-news-list-title.myleft .title_cn{text-align: left;}
#b-news-list-title.myright .title_cn{text-align: right;}
#b-news-list-title.mycenter .title_cn{text-align: center;}



@media screen and (max-width: 751px){
    #b-news-list-title{flex-direction: column;justify-content: center;}
    #b-news-list-title .title_cn{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #b-news-list-title .tab{display: inline-flex;margin: 0 auto;justify-content: flex-start;}
    #b-news-list-title .tab .li{font-size: var(--font-sma-S);}
}

@media (any-hover: hover) {
	#b-news-list-title .tab .li:hover{color:var(--fontColor)}
}
/* 结束 */





/* 展示区域 */
#b-news-decoration .con{display: grid;grid-template-columns:repeat(2,50%);transition:0.6s;}
#b-news-decoration .con .show{padding:45px 62px 55px 75px;background-color: #fff;transition: 0.6s;}
#b-news-decoration .con .show .time{font-size: 16px;margin-bottom: 25px;transition: 0.6s;}
#b-news-decoration .con .show .name{font-size: 24px; font-weight: 500;margin-bottom:22px;color:#404040;transition: 0.6s;}
#b-news-decoration .con .show .brief{color:#666666;font-size: 16px;font-weight: 400; transition: 0.6s;margin-bottom: 35px;line-height: 30px;}
#b-news-decoration .con .show .showImg{height:194px;width: 100%;transition:0.75s;}



#b-news-decoration .all{margin-top: 61px;}
#b-news-decoration .btn{display: flex;justify-content:space-between;align-items: center;width:130px;height: 60px;font-size: 16px; color:#333333;}
#b-news-decoration .btn .right{font-size:30px;margin-right:20px;transition: 0.6s;}



@media screen and (max-width:1500px) {
	#b-news-decoration .con .show{padding:20px 20px;}
}

@media screen and (max-width:950px) {
	#b-news-decoration .con{grid-template-columns: 100%;}
    #b-news-decoration .con .show{padding: 30px 10px;}
}

@media screen and (max-width: 751px){
    #b-news-decoration .all{display:none}
    #b-news-decoration .con .show{padding: 30px 25px;}
    #b-news-decoration .con .show .time{font-size:var(--font-txt-S)}
    #b-news-decoration .con .show .name{font-size: var(--font-sub-S); }
    #b-news-decoration .con .show .brief{font-size: var(--font-txt-S);line-height:var(--font-txt-L)}
}

@media (any-hover: hover) {
    #b-news-decoration .con .show:hover{background-color: var(--backgroundColor);transform: translateY(-5px);}
    #b-news-decoration .con .show:hover .time,
    #b-news-decoration .con .show:hover .name,
    #b-news-decoration .con .show:hover .brief{color:#fff}

    #b-news-decoration .all:hover .btn .right{margin-right:5px;}
}
/* 结束 */
/* 首页-合作伙伴 */
#b-custorm-box {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}
#b-custorm-box .title {font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);text-align: var(--title_align);margin-bottom: 80px;}

#b-custorm-box .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);}

#b-custorm-box.myleft .title {text-align: left;}
#b-custorm-box.mycenter .title {text-align: center;}
#b-custorm-box.myright .title {text-align: right;}

#b-custorm-box .content {/*border: 1px solid #eaeef9;*/display: flex;flex-wrap: wrap;}
#b-custorm-box .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;}
#b-custorm-box .content .box:nth-child(5n+1){border-left: 1px solid #eaeef9;}
#b-custorm-box .content .box:nth-child(-n+5){border-top: 1px solid #eaeef9;}

#b-custorm-box .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){
    #b-custorm-box .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);}
    #b-custorm-box .content .box:hover{z-index: 2;}
}

@media screen and (max-width:750px) {
    #b-custorm-box {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #b-custorm-box .title {font-size:var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}

    #b-custorm-box .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;}
    #b-custorm-box .content .box:nth-child(4n+1){border-left: 1px solid #eaeef9;}
    #b-custorm-box .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;}
}

.swiper-container{
    font-size: 0;
}
.swiper-container img{
    width: 100%;
}
.video-box video{
    width: 100%;
}
#chartChina{height: 100%;width: 100%}
.china-box .left-box{
    height: 5rem;
    width: calc(68% - 0.1rem);
}
.china-box .right-box{
    width: calc(32% - 0.1rem);
}
.right-box img{
    width: 100%;
    margin-top: .1rem;
}

@media screen and (max-width:750px) {
    .china-box .wrapper{
        display: block;
    }
    .china-box .left-box,.china-box .right-box{
        width: 100%;
    }
}
/* 产品中心 */
.b-product-list{
    --paddingTop: 60px;
    --paddingBottom: 100px;
    --appPaddingBottom: 60px;
    --btnColor: var(--mainColor);
    /* 标题 */
    --font_1st_px: 46px;
    --font_1st_color: #333;
    --font_1st_font_weight: bold;
    --font_1st_font_style: normal;
    --font_1st_line_height: 170%;
}

/*关于我们*/
.b-about-box {
    --paddingTop: 100px;
    --appPaddingTop: 60px;
    --paddingBottom: 60px;
    --font_1st_px: 46px;
    --font_1st_color: #333;
    --font_1st_font_weight: normal;
    --font_1st_font_style: normal;
    --font_1st_line_height: 170%;
    --btn_1st_px: px;
    --btn_1st_font_color: #333;
    --btn_1st_bg_color: #f7f7f7;
    --btn_1st_border_radius: 35px 35px 35px 35px;
    --btn_1st_hover_color: #fff;
    --btn_1st_hover_bg_color: var(--mainColor);
}

/*新闻中心*/
.b-news-list {
    --paddingTop: 60px;
    --paddingBottom: 60px;
    --appPaddingTop: 60px;
    --appPaddingBottom: 100px;
    --fontColor: var(--mainColor);
    --backgroundColor: var(--mainColor);
    /* 标题 */
    --font_1st_px: 46px;
    --font_1st_color: #333;
    --font_1st_font_weight: bold;
    --font_1st_font_style: normal;
    --font_1st_line_height: 170%;
}

/*合作伙伴*/
#b-custorm-box {
    --paddingTop: 120px;
    --paddingBottom: 120px;
    --appPaddingTop: 60px;
    --appPaddingBottom: 60px;
    --borderColor: var(--mainColor);
    /* 标题 */
    --font_1st_px: 42px;
    --font_1st_color: #333;
    --font_1st_font_weight: bold;
    --font_1st_font_style: normal;
    --font_1st_line_height: 170%;

    --moreStyle_px: px;
    --moreStyle_font_color: #333;
    --moreStyle_bg_color: #fff;
    --moreStyle_border_radius: 0px 0px 0px 0px;
    --moreStyle_border_width: 1px;
    --moreStyle_border_style: solid;
    --moreStyle_border_color: #333;
    --moreStyle_hover_color: #fff;
    --moreStyle_hover_bg_color: var(--mainColor);
    --moreStyle_hover_border_color: var(--mainColor);
}
