
.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_1_nav{}
#w001_index_header_1_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_1_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_1_nav .head{color: #333;}

#w001_index_header_1_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_1_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_1_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_1_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_1_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_1_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_1_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_1_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_1_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_1_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_1_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_1_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_1_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_1_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_1_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_1_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_1_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_1_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_1_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_1_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_1_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_1_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_1_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_1_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_1_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_1.pc_app #w001_index_header_1_nav .head_nav .li{display: none;}
.w001_index_header_1.pc_app #w001_index_header_1_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_1_nav .head_nav .li{display: none;}
    #w001_index_header_1_nav .head .menu{display: block;}
    /* #w001_index_header_1_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_1_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_1_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_1_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_1_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_1_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_1_nav .head_btn .language{display: none;}

    #w001_index_header_1_nav .head .menu{padding: 30px;}
    #w001_index_header_1_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_1_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_1_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_1_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_1_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_1_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_1_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_1_nav .head .menu{display: none;}
.w001_index_header_1 #w001_index_header_1_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_1_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_1_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_1_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_1_nav .head_btn{flex: initial;}
}
#w007_index_hengfu_3 {font-size: 0;}
#w007_index_hengfu_3 .slide{}
#w007_index_hengfu_3 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w007_index_hengfu_3.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w007_index_hengfu_3 .type-a .slide .img_pc{transform: scale(1)!important;}
#w007_index_hengfu_3 .type-c .slide .img_pc{transform:scale(1)!important;}


#w007_index_hengfu_3 .slide .content{display: flex;height: calc( 100% - 180px );position: absolute;top: 53%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w007_index_hengfu_3 .text{display: flex;flex-direction: column;max-width: 100%;}
#w007_index_hengfu_3 .content[position="2"] .text,
#w007_index_hengfu_3 .content[position="5"] .text,
#w007_index_hengfu_3 .content[position="8"] .text{align-items: center;}
#w007_index_hengfu_3 .content[position="3"] .text,
#w007_index_hengfu_3 .content[position="6"] .text,
#w007_index_hengfu_3 .content[position="9"] .text{align-items: flex-end;}


#w007_index_hengfu_3 .container .content .text .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);}
#w007_index_hengfu_3 .container .content .text .brief{margin-top: 30px;margin-bottom: 40px; 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);}
#w007_index_hengfu_3 .container .content .text .view {width: 160px;height: 50px;padding: 0 16px;margin-top: 40px; pointer-events: all;transition: .3s;font-size: 16px; 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);}
#w007_index_hengfu_3 .container .content .text .view i{font-size: 24px;margin-left: 10px;}
@media (any-hover:hover) {
    #w007_index_hengfu_3 .container .content .text .view:hover {padding-right: 10px; color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
}



/* 页数样式 */
#w007_index_hengfu_3 .swiper-pagination-bullets{bottom: 90px;width: auto;left: 2%;}
#w007_index_hengfu_3 .swiper-pagination-bullet{width: 20px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w007_index_hengfu_3 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w007_index_hengfu_3 .container .swiper-pagination-bullet-active{width: 30px;}
#w007_index_hengfu_3 .swiper-pagination-bullet-active::before{height: 2px;background: var(--pageColor);opacity: 1;}



@media screen and (max-width:1000px) {
    #w007_index_hengfu_3 .container .circle-page {bottom: 10px;}
}

@media screen and (max-width: 750px){
    #w007_index_hengfu_3{display: none;}
}
.w014_index_products_55_wrap{padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);background-color:var(--bgColor);}

/* 按钮部分 */
.w014_index_products_55_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_55_wrap .box i{font-size: 16px;color:#fff;width: 30px;height: 30px;background-color: #999999;;border-radius: 35px;transition: .6s;}
.w014_index_products_55_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_55_wrap .btn .right{margin-left:10px;transition: 0.3s;}

@media screen and (max-width:1700px){
    .w014_index_products_55_wrap .box{width: 100%;}
}

@media screen and (max-width: 751px){
    .w014_index_products_55_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    .w014_index_products_55_wrap .box{display: none;}
    .w014_index_products_55_wrap .btn{width: 250px;height: 80px;font-size:var(--font-txt-S) ;border-radius: 40px;}
    .w014_index_products_55_wrap .btn .right{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {
	.w014_index_products_55_wrap .box i:hover{background-color: var(--hoverColor);color: #fff;}	
    .w014_index_products_55_wrap .btn:hover .right{margin-left:25px;color: #fff;}
    .w014_index_products_55_wrap .btn:hover{background-color: var(--hoverColor);color: #fff;}
}
/* 标题部分 */
#w014_index_products_55_text {font-size: 16px;}
#w014_index_products_55_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_55_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_55_text .nav{padding-top: 35px;margin-bottom: 65px; font-size: 16px;}
#w014_index_products_55_text .nav ul{gap:65px;}
#w014_index_products_55_text .nav li{color:#666666;font-size:18px;}
#w014_index_products_55_text .nav li.cur{color:var(--hoverColor);position: relative;}
#w014_index_products_55_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_55_text.myleft{text-align: left;}
#w014_index_products_55_text.myright{text-align: right;}
#w014_index_products_55_text.mycenter{text-align: center;}

#w014_index_products_55_text.myleft .nav ul{justify-content: flex-start;}
#w014_index_products_55_text.myright .nav ul{justify-content: flex-end;}
#w014_index_products_55_text.mycenter .nav ul{justify-content: center;}

@media screen and (max-width: 751px){
    #w014_index_products_55_text .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w014_index_products_55_text .title_en{font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w014_index_products_55_text .nav li{font-size:var(--font-bri-S);}
}
/* 结束 */


#w014_index_products_55_decoration .show .container{padding-top:15px}
#w014_index_products_55_decoration .slide{height: 400px;position: relative;background-color: #fff;}
#w014_index_products_55_decoration .slide .name{font-size:18px; font-weight: 500;color:#404040 ;text-align: center;margin: 15px 20px 43px 15px;}
#w014_index_products_55_decoration .slide .showImg{height:318px;width: 100%;transition:0.75s;}

@media screen and (max-width: 751px){
    #w014_index_products_55_decoration .container .slide{ width: 675px;height:700px;}
    #w014_index_products_55_decoration .slide{height: 737px;}
    #w014_index_products_55_decoration .slide .showImg{height: 600px;}
    #w014_index_products_55_decoration .slide .name{font-size: var(--font-txt-S); }

    #w014_index_products_55_text .nav ul{display: grid;grid-template-columns: repeat(3,calc((100% - 20px)/3));gap: 20px;row-gap: 30px;}
    #w014_index_products_55_text .nav li.cur::before{bottom: -50%;left: 30%;width: 10px;height: 10px;}
}

@media (any-hover: hover) {
	#w014_index_products_55_decoration .slide:hover{transform: translateY(-5px);box-shadow: 0 0 20px rgba(0,0,0,10%);z-index: 3;}	
}
/* 结束 */
#w000_products_brand_64 .img{min-height: 360px;}
#w000_products_brand_64 .img img{display: block;width: 100%;}
#w000_products_brand_64 .imgApp{display: none;min-height: 480px;}
#w000_products_brand_64 .imgApp img{display: block;width: 100%;}
#w000_products_brand_64 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#w000_products_brand_64 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#w000_products_brand_64.height_change .position_box{width: 100%;height: calc((100% - 100px));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#w000_products_brand_64 .position_box[position="2"],
#w000_products_brand_64 .position_box[position="5"],
#w000_products_brand_64 .position_box[position="8"]{text-align: center;}
#w000_products_brand_64 .position_box[position="3"],
#w000_products_brand_64 .position_box[position="6"],
#w000_products_brand_64 .position_box[position="9"]{text-align: right;}


#w000_products_brand_64 .text{display: flex;flex-direction: column;pointer-events: all;}
#w000_products_brand_64 .text .name{margin-bottom: 22px; 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_64 .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_64 .img{display: none;}
    #w000_products_brand_64 .imgApp{display: block;}
    #w000_products_brand_64 .text .name{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w000_products_brand_64 .text .subname{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}

    #w000_products_brand_64.height_change .position_box{height: calc((100% - 120px));}
}
/* 全局 */
.w012_index_about_62_wrapper{padding-top:var(--paddingTop);display: flex; justify-content: space-between;}
@media screen and (max-width:1200px) {
	.w012_index_about_62_wrapper{flex-direction: column;}
}

@media screen and (max-width:751px) {
	.w012_index_about_62_wrapper{padding-top: var(--appPaddingTop);}
}
/* 结束 */

/* 标题区 */
#w012_index_about_62_title{width: 50%;padding-right: 130px;}
#w012_index_about_62_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_62_title .intro{font-size: 24px;font-weight: 500;font-family: SourceHanSansCN;margin-bottom: 51px;}
#w012_index_about_62_title .brief{font-size: 16px;color:#6B6E73;line-height: 30px;}
#w012_index_about_62_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_62_title .btn .right{color:#333333;margin-left:25px;transition: 0.3s;}

#w012_index_about_62_title.myleft{text-align: left;}
#w012_index_about_62_title.myright{text-align: right;}
#w012_index_about_62_title.mycenter{text-align: center;}

#w012_index_about_62_title.myleft .btn{margin-right: auto;}
#w012_index_about_62_title.myright .btn{margin-left: auto;}
#w012_index_about_62_title.mycenter .btn{margin: 50px auto 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_62_title{width: 40%;padding-right:50px}

}

@media screen and (max-width:1300px) {
    #w012_index_about_62_title .brief{margin-bottom: 20px;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_62_title{width:100%}
    #w012_index_about_62_title .btn{margin-bottom: 30px;margin-top: 20px;}
}

@media screen and (max-width:751px) {
	#w012_index_about_62_title{padding-right: 0;}
	#w012_index_about_62_title .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w012_index_about_62_title .intro{font-size: var(--font-sub-S)}
    #w012_index_about_62_title .brief{font-size: var(--font-txt-S);line-height:var(--font-txt-L)}
    #w012_index_about_62_title .btn{ font-size: var(--font-bri-S);width: 250px;height: 80px;border-radius:0.4rem;}
	#w012_index_about_62_title .btn .right{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {	
	#w012_index_about_62_title .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);}
	#w012_index_about_62_title .btn:hover .right{color:#fff}
}
/* 结束 */


/* 图片区 */
#w012_index_about_62_images{width:50%;}
#w012_index_about_62_images .picture::before{padding-top:59.75%;}
#w012_index_about_62_images .picture img{top: 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_62_images{width:60%;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_62_images{width:100%;}
}
/* 结束 */


/* 底部数字区 */
#w012_index_about_62_bottom{padding-top:93px;margin-bottom:var(--paddingBottom);}

#w012_index_about_62_bottom .number{padding:40px 40px 40px 40px;background-color: #f8f8f8;}
#w012_index_about_62_bottom .number .li{position: relative;width:100%;margin-right:60px;}
#w012_index_about_62_bottom .number .li:last-child{margin-right: 0;}
#w012_index_about_62_bottom .number .li::after{content:'';position: absolute;width: 2px;height: 90px;background: #000000;opacity: 0.05;top: -10px;right: 120%;}
#w012_index_about_62_bottom .number .li:first-child:after{display: none;}
#w012_index_about_62_bottom .number .li .num{font-size:var(--listFt1_px);font-weight: bold;position: relative;}
#w012_index_about_62_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_62_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_62_bottom .number{padding-right: 40px;}
}

@media screen and (max-width:751px) {
	#w012_index_about_62_bottom{padding-bottom: var(--appPaddingBottom);padding-top: 50px;}
	#w012_index_about_62_bottom .number{display: grid;grid-template-columns: 100%;row-gap: 30px;}
	#w012_index_about_62_bottom .number .li{text-align: center;}
	#w012_index_about_62_bottom .number .li::after{width: 100%;height: 2px;background-color: #333;}
	#w012_index_about_62_bottom .number .li .num{font-size:var(--font-big-S)}
	#w012_index_about_62_bottom .number .li .num::after{width: 10px;height: 10px;}
	#w012_index_about_62_bottom .number .li .simple{font-size:var(--font-txt-S)}
	#w012_index_about_62_bottom .number .li .tag{font-size: var(--font-txt-S);margin-top: 10px;}
}
/* 结束 */

#w000_brand_story_brand_photos_83 .img{display: block;width: 100%;}
#w006_index_footer_2 {font-size:16px; padding-top: var(--paddingTop);padding-bottom: 100px;background:var(--bg_color);color: var(--font_color_1);}

#w006_index_footer_2 .left{position: relative;}
#w006_index_footer_2 .left .logo{max-width: 30%; margin:50px 0;}

#w006_index_footer_2 .left .line{position: absolute;right: 0;left: -100%;height: 1px; background: var(--font_color_3);}

#w006_index_footer_2 .left .nav .dl{display: flex; flex-direction: column;margin-right: 110px;}
#w006_index_footer_2 .left .nav .dl .dt{font-size: 18px; padding-bottom: 30px; padding-top: 60px;}
#w006_index_footer_2 .left .nav .dl .dd{line-height: 36px;color: var(--font_color_2);transition: 0.3s;}

@media (any-hover: hover){
    #w006_index_footer_2 .left .nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

#w006_index_footer_2 .contact_us{width: 27.5%;padding-top: 53px;padding-left: 60px;position: relative;}
#w006_index_footer_2 .contact_us::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: -100px;width: 1px;background: var(--font_color_3);}
#w006_index_footer_2 .contact_us .title {font-size: 18px;}

#w006_index_footer_2 .contact_us .contact{padding-top: 20px;gap: 0 24px;}
#w006_index_footer_2 .contact_us .contact .a{width: 50px; height:50px;font-size: 30px;color: #666666; background: #fff; border-radius: 50%;transition: .3s;}
#w006_index_footer_2 .contact_us .contact .a:hover{background:var(--hoverColor);color:#fff}

#w006_index_footer_2 .contact_us .phone{font-size: 18px; font-weight: 500;padding-top: 52px;line-height: 30px;}
#w006_index_footer_2 .contact_us .number{font-size: 30px;font-weight: bold;color: var(--numColor);line-height: 30px;margin-top: 4px;}
#w006_index_footer_2 .contact_us .message{padding-top: 24px;line-height: 30px;}
#w006_index_footer_2 .contact_us .address{line-height: 30px;}

@media screen and (max-width: 1024px){
	#w006_index_footer_2 .contact_us {width: 45%;}
}

@media screen and (max-width: 850px){
    #w006_index_footer_2 .contact_us {width: 40%;}
}
@media screen and (max-width: 751px){
	#w006_index_footer_2 {display: none;}
	#w006_index_footer_2 .contact_us {width: 45%;}
}




/* 移动端 */
#w006_index_footer_2_small{display: none;}
@media screen and (max-width: 751px){
	#w006_index_footer_2_small{display: block;padding-bottom: 50px;padding-top: var(--appPaddingTop);background:var(--bg_color);color: var(--font_color_1);}

	#w006_index_footer_2_small .footer{padding-top: 50px;}
	#w006_index_footer_2_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: 26px 0;}
	#w006_index_footer_2_small .footer .ul .li_top i{font-size: var(--font-txt-S);transition: .3s;}
	#w006_index_footer_2_small .footer .ul.cur .li_top > i{transform: rotateZ(90deg);}

	#w006_index_footer_2_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: 26px 0 26px 15px;color: var(--font_color_2);}
	#w006_index_footer_2_small .footer .ul .li_box .li:first-child{padding-top: 20px;}
	#w006_index_footer_2_small .footer .ul .li_box .li:last-child{margin-bottom: 20px;}

	#w006_index_footer_2_small .message{padding-top: 50px;}
	#w006_index_footer_2_small .message .title {font-size: var(--font-big-S);}
	#w006_index_footer_2_small .message .contact{padding: 40px 0;gap: 0 30px;}
	#w006_index_footer_2_small .message .contact .a{width: 60px;height: 60px;background: var(--font_color_1);border-radius: 50%;font-size: var(--font-sub-S);color: var(--bg_color);}
	#w006_index_footer_2_small .message .phone{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w006_index_footer_2_small .message .number{font-size: var(--font-sub-S);line-height: var(--font-sub-S);font-weight: bold;color: var(--linkColor);}
	#w006_index_footer_2_small .message .message{font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding-top: 24px;}
	#w006_index_footer_2_small .message .address{font-size:var(--font-txt-S);line-height: var(--font-txt-L);}

	#w006_index_footer_2_small .copy_app{font-size: var(--font-txt-S);gap: 10px 20px;display: flex;flex-wrap: wrap;margin-top: 30px;}
}




/* 友情链接 */
#w006_index_footer_2_copy { background: var(--linkColor);}
#w006_index_footer_2_copy .content {height: 120px;}

#w006_index_footer_2_copy .copy {display: flex;flex-wrap: wrap;font-size: 16px;color: #fff;gap: 10px;opacity: .7;}
#w006_index_footer_2_copy .links{font-size: 16px;margin-left: 30px;position: relative;}
#w006_index_footer_2_copy .links .button {font-size: 24px;color: #fff;width: 275px;height: 45px;border-radius: 25px;background: rgba(255, 255, 255, 0.3);padding: 0 20px;opacity: .7;}
#w006_index_footer_2_copy .links .button .span {margin:0 20px;font-size: 16px;}
#w006_index_footer_2_copy .links .box {position: absolute;right: 0px;bottom: 100%;display: none;width: 100%;border-radius: 25px;}
#w006_index_footer_2_copy .links .box .ul{overflow-y: auto;max-height: 224px;width: 100%;background: #fff;border-radius: 25px;}
#w006_index_footer_2_copy .links .box .link {line-height: 1.6;color: #000;display: block;padding: 10px;transition: .3s;}
#w006_index_footer_2_copy .links .box .link:first-child{margin-top: 10px;}
#w006_index_footer_2_copy .links .box .link:last-child{margin-bottom: 10px;}

#w006_index_footer_2_copy .links.cur .button .button_i{transform: rotate(180deg);}
#w006_index_footer_2_copy .links .box .link:hover {background: #f8f8f8;padding-left: 15px;color: var(--linkColor);}

@media screen and (max-width:750px) {
    #w006_index_footer_2_copy .content {height: 100px;}
    #w006_index_footer_2_copy .copy {font-size: var(--font-bri-S);display: none;}
    #w006_index_footer_2_copy .links {font-size: var(--font-txt-S);width: 100%;margin-left: 0;}
    #w006_index_footer_2_copy .links .button{font-size: var(--font-txt-S);width: 100%;height: 60px;border-radius: 40px;}
    #w006_index_footer_2_copy .links .button .span{font-size: var(--font-txt-S);}
	#w006_index_footer_2_copy .links .button .button_i{font-size: var(--font-txt-S);}
	#w006_index_footer_2_copy .links .box{box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);}
	#w006_index_footer_2_copy .links .box .ul{max-height: 360px;}
}