
.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_64_nav{}
#w001_index_header_64_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_64_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_64_nav .head{color: #333;}

#w001_index_header_64_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_64_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_64_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_64_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_64_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_64_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_64_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_64_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_64_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_64_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_64_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_64_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_64_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_64_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_64_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_64_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_64_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_64_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_64_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_64_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_64_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_64_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_64_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_64_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_64_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_64_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_64_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_64_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_64_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_64.pc_app #w001_index_header_64_nav .head_nav .li{display: none;}
.w001_index_header_64.pc_app #w001_index_header_64_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_64_nav .head_nav .li{display: none;}
    #w001_index_header_64_nav .head .menu{display: block;}
    /* #w001_index_header_64_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_64_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_64_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_64_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_64_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_64_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_64_nav .head_btn .language{display: none;}

    #w001_index_header_64_nav .head .menu{padding: 30px;}
    #w001_index_header_64_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_64_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_64_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_64_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_64_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_64_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_64_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_64_nav .head .menu{display: none;}
.w001_index_header_64 #w001_index_header_64_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_64_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_64_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_64_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_64_nav .head_btn{flex: initial;}
}
#w000_index_brand_103{overflow: hidden;}
#w000_index_brand_103 .bg{background:#222 url() no-repeat center/cover;}
#w000_index_brand_103 .info{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w000_index_brand_103 .info .text{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);white-space:nowrap;}
#w000_index_brand_103 .info .brief{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-top: 10px;}
#w000_index_brand_103 .info .btn{width: 180px;height: 60px; margin:49px 0 15px;text-align: center;line-height: 60px;font-size: 16px; color: var(--btn_1st_font_color);background: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}

#w000_index_brand_103.myleft .info{text-align: left;}
#w000_index_brand_103.mycenter .info{text-align: center;}
#w000_index_brand_103.myright .info{text-align: right;}

@media screen and (max-width: 850px){
    #w000_index_brand_103 .info .btn{font-size: 26px;}
}
.w029_about_detail_104_wrap {padding: var(--paddingTop) 0 var(--paddingBottom);}
@media screen and (max-width:750px) {
    .w029_about_detail_104_wrap {padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}

#w029_about_detail_104 .content {width: calc(50% + 50vw);}
#w029_about_detail_104 .content .pic {width: calc(50% - 120px);position: relative;margin-bottom: 94px;}
#w029_about_detail_104 .content .pic .img {padding-top: 93.5%;}
#w029_about_detail_104 .content .pic .icon {right: -54px;bottom: -94px;width: 267px;background-color: var(--iconColor);padding: 30px 25px;}
#w029_about_detail_104 .content .pic .icon .enIcon {font-size: 38px;line-height: 40px;color: #fff;}
#w029_about_detail_104 .content .pic .icon .cnIcon {font-size: 24px;line-height: 44px;color: #fff;margin-top: 10px;}
#w029_about_detail_104 .content .text {max-width: 875px;width: 50%;}

#w029_about_detail_104 .content .text .enTitle{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: 20px;}
#w029_about_detail_104 .content .text .cnTitle {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: 40px;}

#w029_about_detail_104 .content .text .brief {color: #333;font-size: var(--brief_fz_px);color: var(--brief_fz_color);line-height: var(--brief_fz_line_height);}

@media screen and (max-width:1200px) {
    .w029_about_detail_104_wrap {padding: 80px 0;}
    #w029_about_detail_104 .content {width: 100%;}
    #w029_about_detail_104 .content .pic {width: 100%;margin-bottom: 60px;}
    #w029_about_detail_104 .content .pic .icon {right: 0;bottom: 0;}
    #w029_about_detail_104 .content .text {max-width: 100%;width: 100%;}
}
@media screen and (max-width:750px) {
    #w029_about_detail_104 .content .pic .icon {position: relative;width: 100%;}
    #w029_about_detail_104 .content .pic .icon .enIcon {font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w029_about_detail_104 .content .pic .icon .cnIcon {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
    /* #w029_about_detail_104 .content .text .enTitle {font-size: var(--font-big-S);line-height: var(--font-big-L);} */
    /* #w029_about_detail_104 .content .text .cnTitle {font-size: var(--font-big-S);line-height: var(--font-big-L);margin: 30px 0;} */
    #w029_about_detail_104 .content .text .enTitle{font-size: var(--font_1st_mobile_px);color: var(--font_1st_mobile_color);font-weight: var(--font_1st_mobile_font_weight);font-style: var(--font_1st_mobile_font_style);line-height: var(--font_1st_mobile_line_height);}
    #w029_about_detail_104 .content .text .cnTitle {font-size: var(--font_2nd_mobile_px);color: var(--font_2nd_mobile_color);font-weight: var(--font_2nd_mobile_font_weight);font-style: var(--font_2nd_mobile_font_style);line-height: var(--font_2nd_mobile_line_height);margin: 30px 0;}
    #w029_about_detail_104 .content .text .brief {font-size: var(--brief_fz_mobile_px);color: var(--brief_fz_mobile_color);line-height: var(--brief_fz_mobile_line_height);}
}

/* 全局 */
#w008_about_culture_culture_106 {padding-top: var(--paddingTop);padding-bottom:var(--paddingBottom);display: flex;justify-content: space-between;}

@media screen and (max-width:1000px) {
	#w008_about_culture_culture_106 {flex-direction: column;}
}

@media screen and (max-width:751px) {
	#w008_about_culture_culture_106 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 结束 */

/* 主体 */
#w008_about_culture_culture_106 .text{padding-top: 62px;}
#w008_about_culture_culture_106 .text .li{margin-bottom: 67px;}

#w008_about_culture_culture_106 .text .li .svgg{margin-right: 40px;}
#w008_about_culture_culture_106 .text .li .svgg svg{width: 40px;height: 40px;}

#w008_about_culture_culture_106 .text .li .title{font-size: 30px;margin-bottom: 30px;}
#w008_about_culture_culture_106 .text .li .brief{font-size: 16px;}


#w008_about_culture_culture_106 .img{height: 750px;width: 39.14%;}


@media screen and (max-width:1000px) {
	#w008_about_culture_culture_106 .text{display: grid;grid-template-columns: repeat(4,25%);gap: 20px;}
	#w008_about_culture_culture_106 .text .li .svgg{margin-right: 0;}
}

@media screen and (max-width:750px) {
	#w008_about_culture_culture_106 .text{grid-template-columns: repeat(1,100%);padding: 0;margin: 0;}

	#w008_about_culture_culture_106 .text .li .title{font-size:var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 15px;}
	#w008_about_culture_culture_106 .text .li .brief{font-size:var(--font-txt-S);line-height: var(--font-txt-L) ;}
	#w008_about_culture_culture_106 .text .li .svgg svg{width: 100px;height: 100px;margin-right: 30px;}

	#w008_about_culture_culture_106 .img{width: 100%;}
}


/* 全局 */
#w008_about_company_company_108 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
	#w008_about_company_company_108 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 结束 */

/* 主体 */
#w008_about_company_company_108 .content .img {height: 700px;float: left; margin: 0 96px 50px 0;width: 43.57%;}
#w008_about_company_company_108 .content .text .title {margin: 60px 0 30px 0;}
#w008_about_company_company_108 .content .text .title .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);}
#w008_about_company_company_108 .content .text .title .subtitle{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-top: 25px;}
#w008_about_company_company_108 .content .text .blurb{font-size: 16px;line-height: 30px;text-align: justify;}


@media screen and (max-width:1200px) {
	#w008_about_company_company_108 .content .img{margin-right: 50px;}
}
@media screen and (max-width:1024px) {
	#w008_about_company_company_108 .content .img {width:100%;}
	#w008_about_company_company_108 .content .text {width:100%;}
	#w008_about_company_company_108 .content .text .blurb {max-height: none;}
}
@media screen and (max-width:750px) {
	#w008_about_company_company_108 .content .img{margin-bottom:40px}
	#w008_about_company_company_108 .content .text .title .name{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
	#w008_about_company_company_108 .content .text .title .subtitle{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}
	#w008_about_company_company_108 .content .text .blurb {font-size:var(--font-txt-S);line-height: var(--font-txt-L) }
}


.w029_about_core_107 {background-color: var(--bgColor);padding-top: var(--paddingTop);}
.w029_about_core_107_bg {position: relative;background-color: var(--fontColor);padding-bottom: 20px;}

#w029_about_core_107_list {width: 50%;padding-top:90px;}
#w029_about_core_107_list .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: 70px;}
#w029_about_core_107_list .list .li {position: relative;color: #fff;padding: 40px 0;}
#w029_about_core_107_list .list .li::before {position: absolute;content: '';top: 0;right: 0;height: 100%;width: calc(100% + 1000px);background-color: rgba(0,0,0,0.2);-webkit-transition:.3s;transition:.3s;opacity: 0;}
#w029_about_core_107_list .list .li .text {width: calc(100% - 150px);}
#w029_about_core_107_list .list .li .text .numb {font-size: 28px;line-height: 1;flex-shrink: 0;margin-right: 25px;}
#w029_about_core_107_list .list .li .text .msg {width: 85%;}
#w029_about_core_107_list .list .li .text .msg .name {font-size: 24px;line-height: 1;margin-bottom: 20px;max-width: 100%;}
#w029_about_core_107_list .list .li .text .msg .brief {font-size: 18px;line-height: 1;max-width: 100%;}
#w029_about_core_107_list .list .li .icon {font-size: 24px;line-height: 1;width: 150px;opacity: 0;}


#w029_about_core_107_img {width: 50%;}
#w029_about_core_107_img .img {width: 50vw;transform: translateY(-147px);}
#w029_about_core_107_img .img::before {padding-top: 81.25%;}


#w029_about_core_107_text {font-size: 260px;line-height: 160px;font-weight: bold;position: absolute;-webkit-text-fill-color: transparent;text-fill-color: transparent;-webkit-text-stroke-width: 1px;text-stroke-width: 1px;-webkit-text-stroke-color: rgba(255,255,255,0.1);text-stroke-color: rgba(255,255,255,0.1);left: -20px;bottom: -40px;white-space: nowrap;}

@media (any-hover:hover) {
    #w029_about_core_107_list .list .li:hover::before {opacity: 1;}
    #w029_about_core_107_list .list .li:hover .icon {opacity: 1;}
}
@media screen and (max-width:1400px) {
    #w029_about_core_107_img .img {transform: translateY(0);}
}
@media screen and (max-width:1200px) {
    .w029_about_core_107_bg {overflow: hidden;}
    #w029_about_core_107_list {width: 100%;margin-bottom: 40px;}
    #w029_about_core_107_list .list .li::before {right: -500px;}
    #w029_about_core_107_list .list .li .text {width: calc(100% - 100px);}
    #w029_about_core_107_list .list .li .icon {width: 100px;}
    #w029_about_core_107_img {width: 100%;}
    #w029_about_core_107_img .img {width: 100%;}
}
@media screen and (max-width:750px) {
    .w029_about_core_107_bg {padding-bottom: 40px;}
    #w029_about_core_107_list {padding-top: 60px;}
    #w029_about_core_107_list .title {font-size: var(--font-big-S);}
    #w029_about_core_107_list .list .li .text .numb {font-size: var(--font-sma-S);}
    #w029_about_core_107_list .list .li .text .msg .name {font-size: var(--font-sma-S);margin-bottom: 30px;}
    #w029_about_core_107_list .list .li .text .msg .brief {font-size: var(--font-txt-S);}
    #w029_about_core_107_list .list .li .icon {font-size: var(--font-sma-S);opacity: 1;}
}
#w016_contact_us_feedback_110{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
	#w016_contact_us_feedback_110 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w016_contact_us_feedback_110 .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: 67px;}

#w016_contact_us_feedback_110.myleft .title{text-align: left;}
#w016_contact_us_feedback_110.myright .title{text-align: right;}
#w016_contact_us_feedback_110.mycenter .title{text-align: center;}

#w016_contact_us_feedback_110 .form .pic{height: 478px;;width: 37.25%}

#w016_contact_us_feedback_110 .form .text{width: 56.725%;}
#w016_contact_us_feedback_110 .form .text .error_tip{top: 50%;right: 0;transform: translate(-50%,-50%);}
#w016_contact_us_feedback_110 .form .text .error_tip{color: #cc0000;}
#w016_contact_us_feedback_110 .form .grid {display: grid;gap: 35px;grid-auto-flow: row;place-content: space-evenly;grid-template-columns: repeat(2, calc((100% - 35px)/2));margin-bottom: 43px;}
#w016_contact_us_feedback_110 .form .grid .input{width: 100%; height: 55px; line-height: 55px;font-size: 16px;color: #333333;padding: 0px 20px;background-color: #fafafa;border:1px solid #eaeaea;}
#w016_contact_us_feedback_110 .form .grid .input::before{content:'';}
#w016_contact_us_feedback_110 .form .textarea {height:172px; background: #FAFAFA; width: 100%; padding: 10px 20px;line-height: 1.5;font-size: 18px;color: #333333;border:1px solid #eaeaea;}
#w016_contact_us_feedback_110 .form .btn {width:100%;height: 65px;line-height: 65px;font-size: 18px;text-align: center;cursor:pointer;margin: 40px 0 0 0; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w016_contact_us_feedback_110 .form .remain{font-size: 16px;padding-top: 65px;color:#666666}
	#w016_contact_us_feedback_110_map .map .map_img {left: 44.5%;}

#w016_contact_us_feedback_110 .form .grid .input.focus{border-color: var(--btnColor);}
#w016_contact_us_feedback_110 .form .textarea.focus{border-color: var(--btnColor);}
/* 表单检查错误样式 */
#w016_contact_us_feedback_110 .form .input.is-error{border-color: red;}
#w016_contact_us_feedback_110 .form .textarea.is-error{border-color: red;}
#w016_contact_us_feedback_110 .form .input input{width: 100%;height: 100%;line-height: 55px;}
#w016_contact_us_feedback_110 .form .textarea textarea{width: 100%;height: 100%;}


@media screen and (max-width:1440px) {
	#w016_contact_us_feedback_110 .form .grid {column-gap:32px}
}

@media screen and (max-width:1280px) {
	#w016_contact_us_feedback_110 .form .grid {column-gap:30px}
}
@media screen and (max-width:1024px) {
	#w016_contact_us_feedback_110 .form .grid {column-gap:24px}
}
@media screen and (max-width:750px) {
	#w016_contact_us_feedback_110{background-color: #fff;}
	#w016_contact_us_feedback_110 .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
	#w016_contact_us_feedback_110 .form .text {font-size:var(--font-txt-S);width: 100%;}
	#w016_contact_us_feedback_110 .form {margin-top: 30px;}
	#w016_contact_us_feedback_110 .form .pic{display: none;}
	#w016_contact_us_feedback_110 .form .textarea {width: 100%;font-size:var(--font-txt-S)}
	#w016_contact_us_feedback_110 .form .grid {display: block;margin: 0;}
	#w016_contact_us_feedback_110 .form .grid .input {width: 100%;font-size:var(--font-txt-S);margin-bottom: 30px;height: 70px;margin-top: 0;}
	#w016_contact_us_feedback_110 .form .remain{padding-top: 45px;}
	#w016_contact_us_feedback_110 .form .btn {font-size:var(--font-txt-S);height: 80px;margin-top: 30px;}
}
/* 结束 */

#w006_index_footer_70 {font-size:16px; padding-top: var(--paddingTop);padding-bottom: 100px;background:var(--bg_color);color: var(--font_color_1);}

#w006_index_footer_70 .left{position: relative;}
#w006_index_footer_70 .left .logo{max-width: 30%; margin:50px 0;}

#w006_index_footer_70 .left .line{position: absolute;right: 0;left: -100%;height: 1px; background: var(--font_color_3);}

#w006_index_footer_70 .left .nav .dl{display: flex; flex-direction: column;margin-right: 110px;}
#w006_index_footer_70 .left .nav .dl .dt{font-size: 18px; padding-bottom: 30px; padding-top: 60px;}
#w006_index_footer_70 .left .nav .dl .dd{line-height: 36px;color: var(--font_color_2);transition: 0.3s;}

@media (any-hover: hover){
    #w006_index_footer_70 .left .nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

#w006_index_footer_70 .contact_us{width: 27.5%;padding-top: 53px;padding-left: 60px;position: relative;}
#w006_index_footer_70 .contact_us::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: -100px;width: 1px;background: var(--font_color_3);}
#w006_index_footer_70 .contact_us .title {font-size: 18px;}

#w006_index_footer_70 .contact_us .contact{padding-top: 20px;gap: 0 24px;}
#w006_index_footer_70 .contact_us .contact .a{width: 50px; height:50px;font-size: 30px;color: #666666; background: #fff; border-radius: 50%;transition: .3s;}
#w006_index_footer_70 .contact_us .contact .a:hover{background:var(--hoverColor);color:#fff}

#w006_index_footer_70 .contact_us .phone{font-size: 18px; font-weight: 500;padding-top: 52px;line-height: 30px;}
#w006_index_footer_70 .contact_us .number{font-size: 30px;font-weight: bold;color: var(--numColor);line-height: 30px;margin-top: 4px;}
#w006_index_footer_70 .contact_us .message{padding-top: 24px;line-height: 30px;}
#w006_index_footer_70 .contact_us .address{line-height: 30px;}

@media screen and (max-width: 1024px){
	#w006_index_footer_70 .contact_us {width: 45%;}
}

@media screen and (max-width: 850px){
    #w006_index_footer_70 .contact_us {width: 40%;}
}
@media screen and (max-width: 751px){
	#w006_index_footer_70 {display: none;}
	#w006_index_footer_70 .contact_us {width: 45%;}
}




/* 移动端 */
#w006_index_footer_70_small{display: none;}
@media screen and (max-width: 751px){
	#w006_index_footer_70_small{display: block;padding-bottom: 50px;padding-top: var(--appPaddingTop);background:var(--bg_color);color: var(--font_color_1);}

	#w006_index_footer_70_small .footer{padding-top: 50px;}
	#w006_index_footer_70_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_70_small .footer .ul .li_top i{font-size: var(--font-txt-S);transition: .3s;}
	#w006_index_footer_70_small .footer .ul.cur .li_top > i{transform: rotateZ(90deg);}

	#w006_index_footer_70_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_70_small .footer .ul .li_box .li:first-child{padding-top: 20px;}
	#w006_index_footer_70_small .footer .ul .li_box .li:last-child{margin-bottom: 20px;}

	#w006_index_footer_70_small .message{padding-top: 50px;}
	#w006_index_footer_70_small .message .title {font-size: var(--font-big-S);}
	#w006_index_footer_70_small .message .contact{padding: 40px 0;gap: 0 30px;}
	#w006_index_footer_70_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_70_small .message .phone{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w006_index_footer_70_small .message .number{font-size: var(--font-sub-S);line-height: var(--font-sub-S);font-weight: bold;color: var(--linkColor);}
	#w006_index_footer_70_small .message .message{font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding-top: 24px;}
	#w006_index_footer_70_small .message .address{font-size:var(--font-txt-S);line-height: var(--font-txt-L);}

	#w006_index_footer_70_small .copy_app{font-size: var(--font-txt-S);gap: 10px 20px;display: flex;flex-wrap: wrap;margin-top: 30px;}
}




/* 友情链接 */
#w006_index_footer_70_copy { background: var(--linkColor);}
#w006_index_footer_70_copy .content {height: 120px;}

#w006_index_footer_70_copy .copy {display: flex;flex-wrap: wrap;font-size: 16px;color: #fff;gap: 10px;opacity: .7;}
#w006_index_footer_70_copy .links{font-size: 16px;margin-left: 30px;position: relative;}
#w006_index_footer_70_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_70_copy .links .button .span {margin:0 20px;font-size: 16px;}
#w006_index_footer_70_copy .links .box {position: absolute;right: 0px;bottom: 100%;display: none;width: 100%;border-radius: 25px;}
#w006_index_footer_70_copy .links .box .ul{overflow-y: auto;max-height: 224px;width: 100%;background: #fff;border-radius: 25px;}
#w006_index_footer_70_copy .links .box .link {line-height: 1.6;color: #000;display: block;padding: 10px;transition: .3s;}
#w006_index_footer_70_copy .links .box .link:first-child{margin-top: 10px;}
#w006_index_footer_70_copy .links .box .link:last-child{margin-bottom: 10px;}

#w006_index_footer_70_copy .links.cur .button .button_i{transform: rotate(180deg);}
#w006_index_footer_70_copy .links .box .link:hover {background: #f8f8f8;padding-left: 15px;color: var(--linkColor);}

@media screen and (max-width:750px) {
    #w006_index_footer_70_copy .content {height: 100px;}
    #w006_index_footer_70_copy .copy {font-size: var(--font-bri-S);display: none;}
    #w006_index_footer_70_copy .links {font-size: var(--font-txt-S);width: 100%;margin-left: 0;}
    #w006_index_footer_70_copy .links .button{font-size: var(--font-txt-S);width: 100%;height: 60px;border-radius: 40px;}
    #w006_index_footer_70_copy .links .button .span{font-size: var(--font-txt-S);}
	#w006_index_footer_70_copy .links .button .button_i{font-size: var(--font-txt-S);}
	#w006_index_footer_70_copy .links .box{box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);}
	#w006_index_footer_70_copy .links .box .ul{max-height: 360px;}
}