
.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{opacity: 0;pointer-events: none;}
.lyuiheader_nav_001.hide-active *{pointer-events: none!important;}

/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/

#w001_index_header_11_nav{transition: background-color .3s;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
#w001_index_header_11_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
#w001_index_header_11_nav .head{height: var(--head_top_height);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_11_nav{box-shadow: none;}
#header.fixed.scroll-top #w001_index_header_11_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top #w001_index_header_11_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .head{color: #333;}

#w001_index_header_11_nav .stockCode{margin-left: 10px;font-size: 16px;line-height: 1.5;opacity: 0.6;}

#w001_index_header_11_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;}
#w001_index_header_11_nav .btnCS:hover{opacity: 0.8;}


/* 背景色 */
#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_11_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_11_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_11_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_11_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_11_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#w001_index_header_11_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}

/* 按钮部分 */
#w001_index_header_11_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_11_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_11_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_11_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_11_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_11_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_11_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_11_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_11_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_11_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_11_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_11_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .head .menu i::after{background: #333;}


/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_11_nav{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_11_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_11_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_11_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_11_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_11.pc_app #w001_index_header_11_nav .head_nav .li{display: none;}
.w001_index_header_11.pc_app #w001_index_header_11_nav .head .menu{display: block;}


#w001_index_header_11_nav .mblanguage{display: none;}


@media only screen and (max-width: 1024px) {
    #w001_index_header_11_nav .head_nav .li{display: none;}
    #w001_index_header_11_nav .head .menu{display: block;}
    /* #w001_index_header_11_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_11_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_11_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_11_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
    
    #w001_index_header_11_nav .btnCS{display: none;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_11_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_11_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_11_nav .head_btn .language{display: none;}
    #w001_index_header_11_nav .mblanguage{margin-right: 20px;font-size: 36px;display: flex;}

    #w001_index_header_11_nav .head .menu{padding: 30px;}
    #w001_index_header_11_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_11_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_11_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_11_nav .weblogo{opacity: 0;}
    #header.menu_expand #w001_index_header_11_nav .mblanguage{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_11_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_11_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_11_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_11_nav .head .menu{display: none;}
.w001_index_header_11 #w001_index_header_11_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_11_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_11_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_11_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_11_nav .head_btn{flex: initial;}
}
#_temp_wcb_inner_hf_hengfu01_1 .img{min-height: 400px;}
#_temp_wcb_inner_hf_hengfu01_1 .img img{width: 100%;display: block;}
#_temp_wcb_inner_hf_hengfu01_1 .imgApp{display: none;min-height: 480px;}
#_temp_wcb_inner_hf_hengfu01_1 .imgApp img{width: 100%;display: block;}
#_temp_wcb_inner_hf_hengfu01_1 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#_temp_wcb_inner_hf_hengfu01_1 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#_temp_wcb_inner_hf_hengfu01_1.height_change .position_box{width: 100%;height: calc((100% - 100px));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#_temp_wcb_inner_hf_hengfu01_1 .text{display: flex;flex-direction: column;width: 100%;padding: 15px 0;}
#_temp_wcb_inner_hf_hengfu01_1 .text .name{font-size: var(--small_size);color: var(--small_color);font-weight: var(--small_weight);font-style: var(--small_style);line-height: var(--small_lh);margin-bottom: 26px;pointer-events: all;}
#_temp_wcb_inner_hf_hengfu01_1 .text .subname{font-size: var(--big_size);color: var(--big_color);font-weight: var(--big_weight);font-style: var(--big_style);line-height: var(--big_lh);pointer-events: all;}


#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="2"],
#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="5"],
#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="8"]{text-align: center;}
#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="3"],
#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="6"],
#_temp_wcb_inner_hf_hengfu01_1 .position_box[position="9"]{text-align: right;}

@media screen and (max-width:751px) {
    #_temp_wcb_inner_hf_hengfu01_1 .img{display: none;}
    #_temp_wcb_inner_hf_hengfu01_1 .imgApp{display: block;}
    #_temp_wcb_inner_hf_hengfu01_1 .text .name{font-size: var(--small_size_mobile);color: var(--small_color_mobile);font-weight: var(--small_weight_mobile);max-height: calc(2 * var(--small_lh_mobile));}
    #_temp_wcb_inner_hf_hengfu01_1 .text .subname{font-size: var(--big_size_mobile);color: var(--big_color_mobile);font-weight: var(--big_weight_mobile);max-height: calc(2 * var(--big_lh_mobile));}

    #_temp_wcb_inner_hf_hengfu01_1.height_change .position_box{height: calc((100% - 120px));}
}
#t001_index_company_29 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#t001_index_company_29 .title{margin-bottom: 80px;flex-direction: row-reverse;}
#t001_index_company_29 .title .tip{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;}
#t001_index_company_29 .title .name{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:30px;}
#t001_index_company_29 .title .brief{font-size: 16px;line-height: 30px;color: #626466;}

#t001_index_company_29 .title .img{margin-right: 50px;}
#t001_index_company_29 .title .img img{width: 100%;max-width: 750px;max-height: 100%;}

#t001_index_company_29 .li_bg{background: #F7F8F8;}
#t001_index_company_29 .list{display: flex;flex-wrap: wrap;padding: 80px 0;gap: 50px 0;}
#t001_index_company_29 .list .li{margin-right: 200px;}
#t001_index_company_29 .list .li .num{font-size: 50px;line-height: 1;color: var(--numFontColor);}
#t001_index_company_29 .list .li .unit{font-size: 50px;line-height: 1;color: var(--numFontColor);margin-left: 5px;}
#t001_index_company_29 .list .li .icon {font-size: 50px;line-height: 1;color: var(--numFontColor);margin-left: 5px;}
#t001_index_company_29 .list .li .brief{font-size: 16px;line-height: 24px;color: #626466;margin-top: 20px;}


@media screen and (max-width:1600px) {
    #t001_index_company_29 .list .li{margin-right: 180px;}
}
@media screen and (max-width:1024px) {
    #t001_index_company_29 .title{flex-direction: column;margin-bottom: 30px;}
    #t001_index_company_29 .title .img{width: 100%;margin-right: 0;margin-top: 50px;}
}

@media screen and (max-width:750px) {
    #t001_index_company_29 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #t001_index_company_29 .title .tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #t001_index_company_29 .title .name{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}
    #t001_index_company_29 .title .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}

    #t001_index_company_29 .list{display: grid;grid-template-columns: 48% 48%;justify-content: space-between;gap: 30px 0;}
    #t001_index_company_29 .list .li{margin-right: 0;}
    #t001_index_company_29 .list .li .num{font-size: var(--font-big-L);}
    #t001_index_company_29 .list .li .unit{font-size: var(--font-sub-L);}
    #t001_index_company_29 .list .li .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}
/* 全局 */
.w012_about_us_honor_4_wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom)}
@media screen and (max-width:1200px) {
    .w012_about_us_honor_4_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 标题部分 */
#w012_about_us_honor_4_title{gap:20px;}
#w012_about_us_honor_4_title .tit{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);}

#w012_about_us_honor_4_title.myleft{text-align: left;}
#w012_about_us_honor_4_title.myright{text-align: right;flex-direction: row-reverse;}
#w012_about_us_honor_4_title.mycenter{text-align: center;align-items:center;justify-content: center;flex-direction: column;}

#w012_about_us_honor_4_title .page{}
#w012_about_us_honor_4_title .page .prev{margin-right: 19px;}
#w012_about_us_honor_4_title .page i{font-size: 16px;color:#333333;background-color: #FBFBFB;width: 55px;height: 55px;border-radius: 35px;transition: 0.3s;font-weight: bold;}

@media (any-hover: hover) {
    #w012_about_us_honor_4_title .page i:hover{background-color: var(--btn_color);color: #fff;}
}
@media screen and (max-width:751px) {
    #w012_about_us_honor_4_title .tit{font-size:var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w012_about_us_honor_4_title .page i{width: 80px;height: 80px;font-size:var(--font-txt-S)}
}
/* 结束 */



/* 内容 */
#w012_about_us_honor_4{margin-top:60px;padding: 0 40px;}

#w012_about_us_honor_4 .container{padding: 100px 0;}

#w012_about_us_honor_4 .slide{background-color: #fafafa;}
#w012_about_us_honor_4 .slide::before{padding-top: 100%;display: block;content: '';}

#w012_about_us_honor_4 .slide .images{width: 100%;position: absolute;top: 0;left: 0;padding-top: 100%;}
#w012_about_us_honor_4 .slide .images img{max-width: 80%;max-height: 80%;}

#w012_about_us_honor_4 .swiper-slide-active{transform: scale(1.2);background-color: #fff;box-shadow:0 0 30px rgba(0, 0, 0, 10%);}

#w012_about_us_honor_4 .slide .book{font-size: 16px;line-height: 1.5;color:#999999;text-align: center;margin-bottom: 47px;padding: 0 10px;}
#w012_about_us_honor_4 .swiper-slide-active .book{color: #333;}

@media (any-hover: hover) {
    #w012_about_us_honor_4 .slide:hover .images img{transform: translate(-50%,-50%) scale(1.05);}
}

@media screen and (max-width:751px) {
    #w012_about_us_honor_4 .container{padding: 0;}
	#w012_about_us_honor_4 .slide .book{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w012_about_us_honor_4 .swiper-slide-active{transform: none;box-shadow: none;background: #fafafa;}
}
.w011_chain_condition_51_bj {background: 100%/cover;right: 0;}

#w011_chain_condition_51 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_chain_condition_51 .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: 50px;}

#w011_chain_condition_51.myleft .title{text-align: left;}
#w011_chain_condition_51.myright .title{text-align: right;}
#w011_chain_condition_51.mycenter .title{text-align: center;}

#w011_chain_condition_51 .content .img {width: 45%;border-radius: 20px;margin-bottom: auto;}
#w011_chain_condition_51 .content .img::before {padding-top: 66.66%;}
#w011_chain_condition_51 .content .img img {max-width: 100%;max-height: 100%;}
#w011_chain_condition_51 .content .text {width: 50%;padding-top: 50px;}
#w011_chain_condition_51 .content .text .brief {font-size: 16px;line-height: 1.5;color: #222;margin-bottom: 20px;}
#w011_chain_condition_51 .content .text .hotline {font-size: 20px;line-height: 1;color: var(--fontColor);margin-top: 50px;}
#w011_chain_condition_51 .content .text .hotline .btext {font-size: 36px;color: var(--fontColor);margin-top: 15px;}

@media screen and (max-width:1000px) {
    #w011_chain_condition_51 .content .img {width: 100%;}
    #w011_chain_condition_51 .content .text {width: 100%;}
}
@media screen and (max-width:750px) {
    #w011_chain_condition_51 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_chain_condition_51 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_chain_condition_51 .content .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w011_chain_condition_51 .content .text .hotline {font-size: var(--font-sma-S);}
    #w011_chain_condition_51 .content .text .hotline .btext {font-size: var(--font-big-S);}
}

#w011_chain_advantage_52 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_chain_advantage_52 .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: 0px 0 50px 0;}

#w011_chain_advantage_52.myleft .title{text-align: left;}
#w011_chain_advantage_52.myright .title{text-align: right;}
#w011_chain_advantage_52.mycenter .title{text-align: center;}

#w011_chain_advantage_52 .slide {transition: .3s;}
#w011_chain_advantage_52 .slide .img {border-radius: 20px;transition: .3s;}
#w011_chain_advantage_52 .slide .img::before {padding-top: 67.26%;}
#w011_chain_advantage_52 .slide .img img {max-width: 100%;max-height: 100%;}
#w011_chain_advantage_52 .slide .name {font-size: var(--titleFt_px);color: var(--titleFt_color);line-height: 1.6;padding: 30px 0;transition: .3s;}
#w011_chain_advantage_52 .slide .brief {font-size: var(--briefFt_px);color: var(--briefFt_color);line-height: 1.875;margin-bottom: 55px;}

#w011_chain_advantage_52 .container {padding-top: 20px;}
#w011_chain_advantage_52 .container .swiper-pagination {display: flex;align-items: center;justify-content: center;}
#w011_chain_advantage_52 .container .swiper-pagination-bullet {background: var(--pageColor);opacity: 1;}
#w011_chain_advantage_52 .container .swiper-pagination-bullet-active {background: #fff;border: 2px solid var(--pageColor);box-sizing: content-box;}

@media screen and (min-width:751px) {
    /* #w011_chain_advantage_52 .slide:hover .img {transform: translateY(-20px);}
    #w011_chain_advantage_52 .slide:hover .name {color: #ce9634;} */
}

@media screen and (max-width:750px) {
    #w011_chain_advantage_52 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_chain_advantage_52 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_chain_advantage_52 .slide .name {font-size: var(--font-sma-S);}
    #w011_chain_advantage_52 .slide .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w011_chain_advantage_52 .container .swiper-pagination-bullet {width: 20px;height: 20px;margin: 0 10px;}
}


.default_footer_0002_18Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundColor);}
@media (max-width: 768px) {
    .default_footer_0002_18Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}


#default_footer_0002_18{display: flex;justify-content: space-between;}
#default_footer_0002_18 .title{font-size: 30px;color: var(--titleFontColor);font-weight: 600;margin-bottom: 40px;}
#default_footer_0002_18 .left{max-width: 500px;}
#default_footer_0002_18 .left .dd{margin-bottom: 15px;font-size: 18px;color: var(--contactFontColor);line-height: 1.667;}
#default_footer_0002_18 .left .dd:last-child{margin-bottom: 0;}
#default_footer_0002_18 .left .dd:hover{color: var(--mainColor);}

#default_footer_0002_18 .links{display: flex;align-items: center;margin-top: 17px;}
#default_footer_0002_18 .links.hide{display: none;}
#default_footer_0002_18 .links .a{margin-right: 20px;width: 38px;height: 38px;border: 2px solid #92959D;border-radius: 50%;transition: .3s;}
#default_footer_0002_18 .links .a i{font-size: 20px;color: #fff;}
#default_footer_0002_18 .links .a:hover{background: var(--hoverFontColor);border-color: var(--hoverFontColor);}

#default_footer_0002_18 .nav{}
#default_footer_0002_18 .nav .item{font-size: 18px;color: var(--navFontColor);line-height: 1.667;margin-bottom: 15px;}
#default_footer_0002_18 .nav .item:last-child{margin-bottom: 0;}
#default_footer_0002_18 .nav .item .a:hover{color: var(--mainColor);}

#default_footer_0002_18 .right{width: 345px;}
#default_footer_0002_18 .right .txt{font-size: 18px;color: var(--newsletterTipsFontColor);line-height: 1.667;}
#default_footer_0002_18 .form{margin-top: 20px;}
#default_footer_0002_18 .form .input{width: 100%;height: 46px;border-radius: 23px;padding: 0 25px;background-color: var(--searchBgColor);font-size: 16px;color: var(--searchFontColor);margin-bottom: 25px;}
#default_footer_0002_18 .form .submit{width: 100%;height: 46px;background-color: var(--searchBtnBgColor);font-size: 18px;color: var(--searchBtnFontColor);border-radius: 23px;}
#default_footer_0002_18 .form .submit .ico{font-size: 24px;margin-left: 3px;}


@media (max-width: 1024px) {
    #default_footer_0002_18{flex-wrap: wrap;}

    #default_footer_0002_18 .right{width: 100%;margin-top: 30px;}
}
@media (max-width: 992px) {
    #default_footer_0002_18 .title{font-size: .227rem;margin-bottom: .303rem;}
    #default_footer_0002_18 .left{max-width: 3.788rem;}
    #default_footer_0002_18 .left .dd{margin-bottom: .114rem;font-size: .136rem;}

    #default_footer_0002_18 .links{margin-top: .129rem;}
    #default_footer_0002_18 .links .a{margin-right: .152rem;width: .288rem;height: .288rem;border-width: .015rem;}
    #default_footer_0002_18 .links .a i{font-size: .152rem;}

    #default_footer_0002_18 .nav .item{font-size: .136rem;margin-bottom: .114rem;}

    #default_footer_0002_18 .right{margin-top: .227rem;}
    #default_footer_0002_18 .right .txt{font-size: .136rem;}
    #default_footer_0002_18 .form{margin-top: .152rem;}
    #default_footer_0002_18 .form .input{height: .348rem;border-radius: .174rem;padding: 0 .189rem;font-size: .121rem;margin-bottom: .189rem;}
    #default_footer_0002_18 .form .submit{height: .348rem;font-size: .136rem;border-radius: .174rem;}
    #default_footer_0002_18 .form .submit .ico{font-size: .182rem;margin-left: .023rem;}
}


@media (max-width: 768px) {
    #default_footer_0002_18 .title{font-size: .36rem;margin-bottom: .4rem;}
    #default_footer_0002_18 .left{max-width: 100%;width: 100%;}
    #default_footer_0002_18 .left .dd{margin-bottom: .25rem;font-size: .3rem;}

    #default_footer_0002_18 .links{margin-top: .3rem;}
    #default_footer_0002_18 .links .a{margin-right: .3rem;width: .65rem;height: .65rem;border-width: .03rem;}
    #default_footer_0002_18 .links .a i{font-size: .36rem;}

    #default_footer_0002_18 .nav{width: 100%;margin-top: .4rem;}
    #default_footer_0002_18 .nav .item{font-size: .3rem;margin-bottom: .25rem;}

    #default_footer_0002_18 .right{margin-top: .4rem;}
    #default_footer_0002_18 .right .txt{font-size: .3rem;}
    #default_footer_0002_18 .form{margin-top: .25rem;}
    #default_footer_0002_18 .form .input{height: .65rem;border-radius: .325rem;padding: 0 .3rem;font-size: .3rem;margin-bottom: .3rem;}
    #default_footer_0002_18 .form .submit{height: .65rem;border-radius: .325rem;font-size: .3rem;}
    #default_footer_0002_18 .form .submit .ico{font-size: .36rem;margin-left: .046rem;}
}