
#w000_products_brand_26 .img{min-height: 3.6rem;}
#w000_products_brand_26 .img img{display: block;width: 100%;}
#w000_products_brand_26 .imgApp{display: none;min-height: 4.8rem;}
#w000_products_brand_26 .imgApp img{display: block;width: 100%;}
#w000_products_brand_26 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#w000_products_brand_26 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#w000_products_brand_26.height_change .position_box{width: 100%;height: calc((100% - 1rem));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#w000_products_brand_26 .position_box[position="2"],
#w000_products_brand_26 .position_box[position="5"],
#w000_products_brand_26 .position_box[position="8"]{text-align: center;}
#w000_products_brand_26 .position_box[position="3"],
#w000_products_brand_26 .position_box[position="6"],
#w000_products_brand_26 .position_box[position="9"]{text-align: right;}


#w000_products_brand_26 .text{display: flex;flex-direction: column;pointer-events: all;}
#w000_products_brand_26 .text .name{margin-bottom: 0.22rem; 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);}
#w000_products_brand_26 .text .subname{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);}


@media screen and (max-width:750px) {
    #w000_products_brand_26 .img{display: none;}
    #w000_products_brand_26 .imgApp{display: block;}
    #w000_products_brand_26 .text .name{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w000_products_brand_26 .text .subname{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}

    #w000_products_brand_26.height_change .position_box{height: calc((100% - 1.2rem));}
}
#temp_c_001_subnav2_41_nav{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background-color: var(--bg_color);}
#temp_c_001_subnav2_41_nav > *{display: flex;gap: 0.3rem 0.5rem;flex-wrap: wrap;}
#temp_c_001_subnav2_41_nav .li {min-width: 1.8rem;height: 0.5rem;font-size: 0.18rem;padding: 0 0.2rem;transition: .3s; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}

#temp_c_001_subnav2_41_nav .li.cur{font-weight: bold;color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);}
#temp_c_001_subnav2_41_nav .li:hover {color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);}

@media screen and (max-width:750px) {
	#temp_c_001_subnav2_41_nav {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);display: none;}
}
.w006_products_list_28_wrap{background: var(--bgColor);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
	.w006_products_list_28_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w006_products_list_28 {display: grid;grid-template-columns: repeat(2,calc((100% - 0.2rem) / 2));gap:0.22rem;}
#w006_products_list_28 .item {border-radius: 0.25rem;background: #fff;transition: .3s;overflow: hidden;}
#w006_products_list_28 .item .img{padding-top: 91.139%;}

#w006_products_list_28 .item .text {padding: 0.45rem 0.5rem 0.6rem;color: #333;}
#w006_products_list_28 .item .text .title {font-size: 0.28rem;font-weight: bold;margin-bottom: 0.16rem;}
#w006_products_list_28 .item .text .brief {font-size: 0.16rem;line-height: 1.875;margin-bottom: 0.4rem;color: #999;height: 0.6rem;}
#w006_products_list_28 .item .text .btn {min-width: 1.8rem;height: 0.5rem;font-size: 0.16rem;padding: 0 0.16rem;
	color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}

@media (any-hover:hover){
	#w006_products_list_28 .item:hover {box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 0, 0, 0.08);transform:translateY(-0.1rem);}
	#w006_products_list_28 .item:hover .title{color: var(--hoverColor);}
	#w006_products_list_28 .item:hover .text .btn {color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}

	#w006_products_list_28 .item .img:hover img{transform: translate(-50%,-50%) scale(1.05);}
	#w006_products_list_28 .item .text .btn:hover{transform: translateY(-0.1rem);}
}

@media screen and (max-width:750px) {
	
	#w006_products_list_28{grid-template-columns: 100%;gap:0.3rem 0}
	#w006_products_list_28 .item .text .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
	#w006_products_list_28 .item .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(2 * var(--font-txt-L));height: auto;}
	#w006_products_list_28 .item .text .btn {font-size: var(--font-bri-S);min-width: 2.4rem;height: 0.7rem;border-radius: 0.35rem;}
}


#w006_products_list_28_page{padding-top: 0.5rem;}
#w006_index_footer_19 {font-size:0.16rem; padding-top: var(--paddingTop);padding-bottom: 1rem;background:var(--bg_color);color: var(--font_color_1);}

#w006_index_footer_19 .left{position: relative;}
#w006_index_footer_19 .left .logo{max-width: 30%; margin:0.5rem 0;}

#w006_index_footer_19 .left .line{position: absolute;right: 0;left: -100%;height: 1px; background: var(--font_color_3);}

#w006_index_footer_19 .left .nav .dl{display: flex; flex-direction: column;margin-right: 1.1rem;}
#w006_index_footer_19 .left .nav .dl .dt{font-size: 0.18rem; padding-bottom: 0.3rem; padding-top: 0.6rem;}
#w006_index_footer_19 .left .nav .dl .dd{line-height: 0.36rem;color: var(--font_color_2);transition: 0.3s;}

@media (any-hover: hover){
    #w006_index_footer_19 .left .nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

#w006_index_footer_19 .contact_us{width: 27.5%;padding-top: 0.53rem;padding-left: 0.6rem;position: relative;}
#w006_index_footer_19 .contact_us::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: -1rem;width: 1px;background: var(--font_color_3);}
#w006_index_footer_19 .contact_us .title {font-size: 0.18rem;}

#w006_index_footer_19 .contact_us .contact{padding-top: 0.2rem;gap: 0 0.24rem;}
#w006_index_footer_19 .contact_us .contact .a{width: 0.5rem; height:0.5rem;font-size: 0.3rem;color: #666666; background: #fff; border-radius: 50%;transition: .3s;}
#w006_index_footer_19 .contact_us .contact .a:hover{background:var(--hoverColor);color:#fff}

#w006_index_footer_19 .contact_us .phone{font-size: 0.18rem; font-weight: 500;padding-top: 0.52rem;line-height: 0.3rem;}
#w006_index_footer_19 .contact_us .number{font-size: 0.3rem;font-weight: bold;color: var(--numColor);line-height: 0.3rem;margin-top: 0.04rem;}
#w006_index_footer_19 .contact_us .message{padding-top: 0.24rem;line-height: 0.3rem;}
#w006_index_footer_19 .contact_us .address{line-height: 0.3rem;}

@media screen and (max-width: 1024px){
	#w006_index_footer_19 .contact_us {width: 45%;}
}

@media screen and (max-width: 850px){
    #w006_index_footer_19 .contact_us {width: 40%;}
}
@media screen and (max-width: 751px){
	#w006_index_footer_19 {display: none;}
	#w006_index_footer_19 .contact_us {width: 45%;}
}




/* 移动端 */
#w006_index_footer_19_small{display: none;}
@media screen and (max-width: 751px){
	#w006_index_footer_19_small{display: block;padding-bottom: 0.5rem;padding-top: var(--appPaddingTop);background:var(--bg_color);color: var(--font_color_1);}

	#w006_index_footer_19_small .footer{padding-top: 0.5rem;}
	#w006_index_footer_19_small .footer .ul .li_top{border-bottom: 1px solid var(--font_color_2);font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding: 0.26rem 0;}
	#w006_index_footer_19_small .footer .ul .li_top i{font-size: var(--font-txt-S);transition: .3s;}
	#w006_index_footer_19_small .footer .ul.cur .li_top > i{transform: rotateZ(90deg);}

	#w006_index_footer_19_small .footer .ul .li_box .li{border-bottom: 1px solid var(--font_color_2);font-size:var(--font-bri-S);line-height:  var(--font-bri-L);padding: 0.26rem 0 0.26rem 0.15rem;color: var(--font_color_2);}
	#w006_index_footer_19_small .footer .ul .li_box .li:first-child{padding-top: 0.2rem;}
	#w006_index_footer_19_small .footer .ul .li_box .li:last-child{margin-bottom: 0.2rem;}

	#w006_index_footer_19_small .message{padding-top: 0.5rem;}
	#w006_index_footer_19_small .message .title {font-size: var(--font-big-S);}
	#w006_index_footer_19_small .message .contact{padding: 0.4rem 0;gap: 0 0.3rem;}
	#w006_index_footer_19_small .message .contact .a{width: 0.6rem;height: 0.6rem;background: var(--font_color_1);border-radius: 50%;font-size: var(--font-sub-S);color: var(--bg_color);}
	#w006_index_footer_19_small .message .phone{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w006_index_footer_19_small .message .number{font-size: var(--font-sub-S);line-height: var(--font-sub-S);font-weight: bold;color: var(--linkColor);}
	#w006_index_footer_19_small .message .message{font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding-top: 0.24rem;}
	#w006_index_footer_19_small .message .address{font-size:var(--font-txt-S);line-height: var(--font-txt-L);}

	#w006_index_footer_19_small .copy_app{font-size: var(--font-txt-S);gap: 0.1rem 0.2rem;display: flex;flex-wrap: wrap;margin-top: 0.3rem;}
}




/* 友情链接 */
#w006_index_footer_19_copy { background: var(--linkColor);}
#w006_index_footer_19_copy .content {height: 1.2rem;}

#w006_index_footer_19_copy .copy {display: flex;flex-wrap: wrap;font-size: 0.16rem;color: #fff;gap: 0.1rem;opacity: .7;}
#w006_index_footer_19_copy .links{font-size: 0.16rem;margin-left: 0.3rem;position: relative;}
#w006_index_footer_19_copy .links .button {font-size: 0.24rem;color: #fff;width: 2.75rem;height: 0.45rem;border-radius: 0.25rem;background: rgba(255, 255, 255, 0.3);padding: 0 0.2rem;opacity: .7;}
#w006_index_footer_19_copy .links .button .span {margin:0 0.2rem;font-size: 0.16rem;}
#w006_index_footer_19_copy .links .box {position: absolute;right: 0;bottom: 100%;display: none;width: 100%;border-radius: 0.25rem;}
#w006_index_footer_19_copy .links .box .ul{overflow-y: auto;max-height: 2.24rem;width: 100%;background: #fff;border-radius: 0.25rem;}
#w006_index_footer_19_copy .links .box .link {line-height: 1.6;color: #000;display: block;padding: 0.1rem;transition: .3s;}
#w006_index_footer_19_copy .links .box .link:first-child{margin-top: 0.1rem;}
#w006_index_footer_19_copy .links .box .link:last-child{margin-bottom: 0.1rem;}

#w006_index_footer_19_copy .links.cur .button .button_i{transform: rotate(180deg);}
#w006_index_footer_19_copy .links .box .link:hover {background: #f8f8f8;padding-left: 0.15rem;color: var(--linkColor);}

@media screen and (max-width:750px) {
    #w006_index_footer_19_copy .content {height: 1rem;}
    #w006_index_footer_19_copy .copy {font-size: var(--font-bri-S);display: none;}
    #w006_index_footer_19_copy .links {font-size: var(--font-txt-S);width: 100%;margin-left: 0;}
    #w006_index_footer_19_copy .links .button{font-size: var(--font-txt-S);width: 100%;height: 0.6rem;border-radius: 0.4rem;}
    #w006_index_footer_19_copy .links .button .span{font-size: var(--font-txt-S);}
	#w006_index_footer_19_copy .links .button .button_i{font-size: var(--font-txt-S);}
	#w006_index_footer_19_copy .links .box{box-shadow: 0 0 0.2rem 0.01rem rgba(0, 0, 0, 0.2);}
	#w006_index_footer_19_copy .links .box .ul{max-height: 3.6rem;}
}