
.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_86_nav{transition: background-color .3s;box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);}
#w001_index_header_86_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
#w001_index_header_86_nav .head{height: var(--head_top_height);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_86_nav{box-shadow: none;}
#header.fixed.scroll-top #w001_index_header_86_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top #w001_index_header_86_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_86_nav .head{color: #333;}

#w001_index_header_86_nav .stockCode{margin-left: 0.1rem;font-size: 0.16rem;line-height: 1.5;opacity: 0.6;}

#w001_index_header_86_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;}
#w001_index_header_86_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_86_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_86_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_86_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_86_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_86_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_86_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_86_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#w001_index_header_86_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}

/* 按钮部分 */
#w001_index_header_86_nav .head_btn{display: flex;align-items: center;font-size: 0.16rem;}
#w001_index_header_86_nav .head_btn > *{padding: 0.1rem 0.15rem;}
#w001_index_header_86_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_86_nav .head_btn > * > i{font-size: 0.2rem;}
#w001_index_header_86_nav .head_btn .language i{margin-right: 0.06rem;}


/* 移动端菜单按钮 */
#w001_index_header_86_nav .head .menu{display: none;padding: 0.3rem 0.2rem;position: relative;cursor: pointer;margin-right: -0.2rem;}
#w001_index_header_86_nav .head .menu i{width: 0.36rem;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_86_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-0.14rem);transition: .3s;}
#w001_index_header_86_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(0.14rem);transition: .3s;}
#header.fixed.scroll-top #w001_index_header_86_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_86_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_86_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_86_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_86_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_86_nav .head .menu i::after{background: #333;}


/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_86_nav{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_86_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_86_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_86_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_86_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_86.pc_app #w001_index_header_86_nav .head_nav .li{display: none;}
.w001_index_header_86.pc_app #w001_index_header_86_nav .head .menu{display: block;}


#w001_index_header_86_nav .mblanguage{display: none;}


@media only screen and (max-width: 1024px) {
    #w001_index_header_86_nav .head_nav .li{display: none;}
    #w001_index_header_86_nav .head .menu{display: block;}
    /* #w001_index_header_86_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_86_nav .head_btn .search i {font-size: 0.26rem;}
    #w001_index_header_86_nav .head_btn .language{margin-right: 0.2rem;font-size: 0.2rem;}
    #w001_index_header_86_nav .head_btn .language i {font-size: 0.26rem;margin-right: 0.1rem;}
    
    #w001_index_header_86_nav .btnCS{display: none;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_86_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_86_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_86_nav .head_btn .language{display: none;}
    #w001_index_header_86_nav .mblanguage{margin-right: 0.2rem;font-size: 0.36rem;display: flex;}

    #w001_index_header_86_nav .head .menu{padding: 0.3rem;}
    #w001_index_header_86_nav .head .menu i{width: 0.46rem;height: 3px;}
    #w001_index_header_86_nav .head .menu i::before{transform: translateY(-0.18rem);height: 3px;}
    #w001_index_header_86_nav .head .menu i::after{transform: translateY(0.18rem);height: 3px;}

    #header.menu_expand #w001_index_header_86_nav .weblogo{opacity: 0;}
    #header.menu_expand #w001_index_header_86_nav .mblanguage{opacity: 0;}
}




/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_86_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_86_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_86_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_86_nav .head .menu{display: none;}
.w001_index_header_86 #w001_index_header_86_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -0.2rem;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_86_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_86_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_86_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_86_nav .head_btn{flex: initial;}
}
#w005_service_picture_78 .img{min-height: 4rem;}
#w005_service_picture_78 .img img{width: 100%;display: block;}
#w005_service_picture_78 .imgApp{display: none;min-height: 4.8rem;}
#w005_service_picture_78 .imgApp img{width: 100%;display: block;}
#w005_service_picture_78 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#w005_service_picture_78 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#w005_service_picture_78.height_change .position_box{width: 100%;height: calc((100% - 1rem));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#w005_service_picture_78 .text{display: flex;flex-direction: column;width: 100%;padding: .15rem 0;}
#w005_service_picture_78 .text .name{font-size: var(--small_px);color: var(--small_color);font-weight: var(--small_font_weight);font-style: var(--small_font_style);line-height: var(--small_line_height);margin-bottom: .26rem;pointer-events: all;}
#w005_service_picture_78 .text .subname{font-size: var(--big_px);color: var(--big_color);font-weight: var(--big_font_weight);font-style: var(--big_font_style);line-height: var(--big_line_height);pointer-events: all;}


#w005_service_picture_78 .position_box[position="2"],
#w005_service_picture_78 .position_box[position="5"],
#w005_service_picture_78 .position_box[position="8"]{text-align: center;}
#w005_service_picture_78 .position_box[position="3"],
#w005_service_picture_78 .position_box[position="6"],
#w005_service_picture_78 .position_box[position="9"]{text-align: right;}

@media screen and (max-width:751px) {
    #w005_service_picture_78 .img{display: none;}
    #w005_service_picture_78 .imgApp{display: block;}
    #w005_service_picture_78 .text .name{font-size: var(--small_mobile_px);color: var(--small_mobile_color);font-weight: var(--small_mobile_font_weight);font-style: var(--small_mobile_font_style);}
    #w005_service_picture_78 .text .subname{font-size: var(--big_mobile_px);color: var(--big_mobile_color);font-weight: var(--big_mobile_font_weight);font-style: var(--big_mobile_font_style);}

    #w005_service_picture_78.height_change .position_box{height: calc((100% - 1.2rem));}
}
#w009_about_detail_79 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w009_about_detail_79 .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: 0.95rem;text-align: center;}

#w009_about_detail_79.myleft .title{text-align: left;}
#w009_about_detail_79.mycenter .title{text-align: center;}
#w009_about_detail_79.myright .title{text-align: right;}

#w009_about_detail_79 .cantent .data {width: 42.85%;}
#w009_about_detail_79 .cantent .data .list {padding: 0.5rem 0;border-bottom: 1px solid #ddd;}
#w009_about_detail_79 .cantent .data .list:first-child {border-top: 1px solid #ddd;}
#w009_about_detail_79 .cantent .data .list .numb {font-size: 0.5rem;line-height: 1;color: var(--fontColor);max-width: 50%;}
#w009_about_detail_79 .cantent .data .list .numb .stext {font-size: 0.36rem;line-height: 1;margin-top: auto;}
#w009_about_detail_79 .cantent .data .list .name {font-size: 0.24rem;line-height: 1.4;color: #333;max-width: 50%;margin-top: auto;}
#w009_about_detail_79 .cantent .pictures {width: 49.28%;}
#w009_about_detail_79 .cantent .pictures .text .brief {font-size: 0.16rem;line-height: 1.875;color: #333;margin-bottom: 0.53rem;}
#w009_about_detail_79 .cantent .pictures .img img {max-width: 100%;max-height: 100%;}

@media screen and (max-width:1200px) {
    #w009_about_detail_79 .cantent {flex-direction: column-reverse;}
    #w009_about_detail_79 .cantent .data {width: 100%;margin-top: 0.3rem;}
    #w009_about_detail_79 .cantent .pictures {width: 100%;}
}
@media screen and (max-width:750px) {
    #w009_about_detail_79 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w009_about_detail_79 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w009_about_detail_79 .cantent .data .list .numb {font-size: var(--font-big-S);}
    #w009_about_detail_79 .cantent .data .list .numb .stext {font-size: var(--font-sub-S);}
    #w009_about_detail_79 .cantent .data .list .name {font-size: var(--font-sma-S);}
    #w009_about_detail_79 .cantent .pictures .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}
#temp_d_mhj_other_114 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
	#temp_d_mhj_other_114 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}
@keyframes temp_d_mhj_other_114moveRight {
	from {left: 0%;}
	to {left: 100%;}
}
#temp_d_mhj_other_114 .content {display: flex;align-items: center;justify-content: space-between;}
#temp_d_mhj_other_114 .content .left {width: 29.0322%;}
#temp_d_mhj_other_114 .content .left .head {position: relative;z-index: 2;padding-bottom: 0.4rem;border-bottom: 1px solid #dee0e3;}
#temp_d_mhj_other_114 .content .left .head .num {font-size: 0.8rem;top: -0.5rem;position: absolute;z-index: 1;opacity: 0.04;font-weight: 600;}
#temp_d_mhj_other_114 .content .left .head .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);}
#temp_d_mhj_other_114 .content .left .head .text {font-size: 0.14rem;line-height: 0.22rem;margin-top: 0.12rem;} 
#temp_d_mhj_other_114 .content .left .li {margin-top: 0.32rem;}
#temp_d_mhj_other_114 .content .left .li .name {font-size: 0.2rem;line-height: 1.2;}
#temp_d_mhj_other_114 .content .left .li .brief {line-height: 0.22rem;font-size: 0.14rem;color: #646A73;margin-top: 0.1rem;}
#temp_d_mhj_other_114 .content .right {width: 61.171%;border-radius: 0.08rem;overflow: hidden;position: relative;padding-top: 42.0967%;}
#temp_d_mhj_other_114 .content .right::before {content: '';width: 101%;height: 100%;position: absolute;left: 0;top: 0;background: #fff;z-index: 2;}
#temp_d_mhj_other_114 .content .right::after {content: '';width: 101%;height: 100%;position: absolute;left: 0;top: 0;background: #fff;z-index: 2;opacity: 0.8;}
#temp_d_mhj_other_114.cur .content .right::before {animation: temp_d_mhj_other_114moveRight 0.5s forwards 1s;}
#temp_d_mhj_other_114.cur .content .right::after {animation: temp_d_mhj_other_114moveRight 0.5s forwards 1.2s;}
#temp_d_mhj_other_114 .content .right.cur::before {left: 100%;}
#temp_d_mhj_other_114 .content .right.cur::after {left: 100%;}
#temp_d_mhj_other_114 .content .right:hover img {transform: scale(1.1);}

@media screen and (max-width:1024px) {
	#temp_d_mhj_other_114 .content {flex-direction: column-reverse;}
	#temp_d_mhj_other_114 .content .left {width: 100%;margin-top: 0.8rem;}
	#temp_d_mhj_other_114 .content .right {width: 100%;padding-top: 0;}
	#temp_d_mhj_other_114 .content .right .max {position: relative;}
}

@media screen and (max-width:750px) {
	#temp_d_mhj_other_114 .content .left .head .title {font-size: 0.36rem;line-height: 1.6;}
	#temp_d_mhj_other_114 .content .left .li .brief,
	#temp_d_mhj_other_114 .content .left .head .text {font-size: 0.26rem;line-height: 1.6;}
	#temp_d_mhj_other_114 .content .left .li .name {font-size: 0.3rem;line-height: 1.6;}
}

.w006_about_honor_116_wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #f2f5f8;overflow: hidden;}
@media (max-width: 750px) {
    .w006_about_honor_116_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


.w006_about_honor_116_text_box{display: flex;flex-wrap: wrap;margin-bottom: 1.1rem;}

#w006_about_honor_116_text{width: calc(100% - 771px);}
#w006_about_honor_116_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);}
#w006_about_honor_116_text .subtitle{font-size: 0.16rem;color: #777;padding: 0.43rem 0 0.53rem 0;}
#w006_about_honor_116_text .brief{font-size: 0.18rem;color: #333;line-height: 0.3rem;margin-bottom: 0.2rem;}
#w006_about_honor_116_text .list{display: flex;flex-wrap: wrap;gap: 0.5rem 1.5rem;}
#w006_about_honor_116_text .list .li{color: var(--numColor); font-weight: bold;}
#w006_about_honor_116_text .list .li .number{font-size: 0.5rem;}
#w006_about_honor_116_text .list .li .unit{font-size: 0.24rem;}
#w006_about_honor_116_text .list .li .name{ font-size: 0.16rem; color: #333;font-weight: normal;}

@media (max-width: 1500px) {
    #w006_about_honor_116_text .list{gap: 0.5rem 1rem;}
}
@media (max-width: 1280px) {
    #w006_about_honor_116_text{width: 100%;text-align: center;}
    #w006_about_honor_116_text .list{justify-content: center;}
}
@media (max-width: 750px) {
    #w006_about_honor_116_text .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w006_about_honor_116_text .subtitle{font-size: var(--font-bri-S);line-height: var(--font-bri-L);padding: 0.3rem 0;}
    #w006_about_honor_116_text .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w006_about_honor_116_text .list .li .number{font-size: var(--font-big-S);}
    #w006_about_honor_116_text .list .li .unit{font-size: var(--font-bri-S);}
    #w006_about_honor_116_text .list .li .name{ font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}


/* 证书 */
#w006_about_honor_116_num{width: 771px;display: flex;flex-direction: column;justify-content: center;font-size: 0;}
#w006_about_honor_116_num>div>span{padding: 0 0.1rem;color: #c7d4e1;display: inline-block; font-weight: bold;-webkit-transition:.3s;transition:.3s;}
#w006_about_honor_116_num .row1{text-align: left;line-height: 1rem;height: 1rem;padding-left: 28%;}
#w006_about_honor_116_num .row2{text-align: right;line-height: 1rem;height: 1rem;}
#w006_about_honor_116_num .row3{text-align: left;line-height: 0.8rem;height: 0.8rem;}
#w006_about_honor_116_num .row4{text-align: left;line-height: 0.7rem;height: 0.7rem;padding-left: 24%;}
#w006_about_honor_116_num .row1 span:nth-child(1){font-size: 0.8rem;}
#w006_about_honor_116_num .row1 span:nth-child(2){font-size: 0.5rem;}
#w006_about_honor_116_num .row2 span:nth-child(1){font-size: 0.5rem;}
#w006_about_honor_116_num .row2 span:nth-child(2){font-size: 1rem;}
#w006_about_honor_116_num .row2 span:nth-child(3){font-size: 0.6rem;}
#w006_about_honor_116_num .row3 span:nth-child(1){font-size: 0.5rem;}
#w006_about_honor_116_num .row3 span:nth-child(2){font-size: 0.7rem;}
#w006_about_honor_116_num .row3 span:nth-child(3){font-size: 0.6rem;}
#w006_about_honor_116_num .row4 span:nth-child(1){font-size: 0.4rem;}
#w006_about_honor_116_num .row4 span:nth-child(2){font-size: 0.5rem;}
#w006_about_honor_116_num .row4 span:nth-child(3){font-size: 0.6rem;}
#w006_about_honor_116_num .row4 span:nth-child(4){font-size: 0.4rem;}
#w006_about_honor_116_num>div>span:hover{color: var(--hoverColor);transform: scale(1.05);}

@media (max-width: 1280px) {
    #w006_about_honor_116_num{display: none;}
}
@media (max-width: 750px) {
    /* #w006_about_honor_116_num .row1{padding: 0;}
    #w006_about_honor_116_num .row2 span:nth-child(2){font-size: 80px;}
    #w006_about_honor_116_num .row3 span:nth-child(1){font-size: 40px;}
    #w006_about_honor_116_num .row3 span:nth-child(2){font-size: 60px;}
    #w006_about_honor_116_num .row4{padding: 0;text-align: right;} */
}



/* 证书-图片 */
#w006_about_honor_116_img{width: 100%;}
#w006_about_honor_116_img .slide{width: 260px;margin-right: 0.5rem;cursor: pointer;}
#w006_about_honor_116_img .slide .pic{width: 260px;height: 260px;margin-bottom: 0.1rem;}
#w006_about_honor_116_img .slide .name{text-align: center;font-size: 0.16rem;color: #333;line-height: 0.3rem;}
#w006_about_honor_116_img .slide:hover .name{color: var(--hoverColor);}

@media (max-width: 750px) {
    #w006_about_honor_116_img .slide .name{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}

.default_footer_0002_93Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundColor);}
@media (max-width: 768px) {
    .default_footer_0002_93Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}


#default_footer_0002_93{display: flex;justify-content: space-between;}
#default_footer_0002_93 .title{font-size: .3rem;color: var(--titleFontColor);font-weight: 600;margin-bottom: .4rem;}
#default_footer_0002_93 .left{max-width: 5rem;}
#default_footer_0002_93 .left .dd{margin-bottom: .15rem;font-size: .18rem;color: var(--contactFontColor);line-height: 1.667;}
#default_footer_0002_93 .left .dd:last-child{margin-bottom: 0;}
#default_footer_0002_93 .left .dd:hover{color: var(--mainColor);}

#default_footer_0002_93 .links{display: flex;align-items: center;margin-top: .17rem;}
#default_footer_0002_93 .links.hide{display: none;}
#default_footer_0002_93 .links .a{margin-right: .2rem;width: .38rem;height: .38rem;border: 2px solid #92959D;border-radius: 50%;transition: .3s;}
#default_footer_0002_93 .links .a i{font-size: .2rem;color: #fff;}
#default_footer_0002_93 .links .a:hover{background: var(--hoverFontColor);border-color: var(--hoverFontColor);}

#default_footer_0002_93 .nav{}
#default_footer_0002_93 .nav .item{font-size: .18rem;color: var(--navFontColor);line-height: 1.667;margin-bottom: .15rem;}
#default_footer_0002_93 .nav .item:last-child{margin-bottom: 0;}
#default_footer_0002_93 .nav .item .a:hover{color: var(--mainColor);}

#default_footer_0002_93 .right{width: 3.45rem;}
#default_footer_0002_93 .right .txt{font-size: .18rem;color: var(--newsletterTipsFontColor);line-height: 1.667;}
#default_footer_0002_93 .form{margin-top: .2rem;}
#default_footer_0002_93 .form .input{width: 100%;height: .46rem;border-radius: .23rem;padding: 0 .25rem;background-color: var(--searchBgColor);font-size: .16rem;color: var(--searchFontColor);margin-bottom: .25rem;}
#default_footer_0002_93 .form .submit{width: 100%;height: .46rem;background-color: var(--searchBtnBgColor);font-size: .18rem;color: var(--searchBtnFontColor);border-radius: .23rem;}
#default_footer_0002_93 .form .submit .ico{font-size: .24rem;margin-left: 3px;}


@media (max-width: 1024px) {
    #default_footer_0002_93{flex-wrap: wrap;}

    #default_footer_0002_93 .right{width: 100%;margin-top: 0.3rem;}
}
@media (max-width: 992px) {
    #default_footer_0002_93 .title{font-size: .227rem;margin-bottom: .303rem;}
    #default_footer_0002_93 .left{max-width: 3.788rem;}
    #default_footer_0002_93 .left .dd{margin-bottom: .114rem;font-size: .136rem;}

    #default_footer_0002_93 .links{margin-top: .129rem;}
    #default_footer_0002_93 .links .a{margin-right: .152rem;width: .288rem;height: .288rem;border-width: .015rem;}
    #default_footer_0002_93 .links .a i{font-size: .152rem;}

    #default_footer_0002_93 .nav .item{font-size: .136rem;margin-bottom: .114rem;}

    #default_footer_0002_93 .right{margin-top: .227rem;}
    #default_footer_0002_93 .right .txt{font-size: .136rem;}
    #default_footer_0002_93 .form{margin-top: .152rem;}
    #default_footer_0002_93 .form .input{height: .348rem;border-radius: .174rem;padding: 0 .189rem;font-size: .121rem;margin-bottom: .189rem;}
    #default_footer_0002_93 .form .submit{height: .348rem;font-size: .136rem;border-radius: .174rem;}
    #default_footer_0002_93 .form .submit .ico{font-size: .182rem;margin-left: .023rem;}
}


@media (max-width: 768px) {
    #default_footer_0002_93 .title{font-size: .36rem;margin-bottom: .4rem;}
    #default_footer_0002_93 .left{max-width: 100%;width: 100%;}
    #default_footer_0002_93 .left .dd{margin-bottom: .25rem;font-size: .3rem;}

    #default_footer_0002_93 .links{margin-top: .3rem;}
    #default_footer_0002_93 .links .a{margin-right: .3rem;width: .65rem;height: .65rem;border-width: .03rem;}
    #default_footer_0002_93 .links .a i{font-size: .36rem;}

    #default_footer_0002_93 .nav{width: 100%;margin-top: .4rem;}
    #default_footer_0002_93 .nav .item{font-size: .3rem;margin-bottom: .25rem;}

    #default_footer_0002_93 .right{margin-top: .4rem;}
    #default_footer_0002_93 .right .txt{font-size: .3rem;}
    #default_footer_0002_93 .form{margin-top: .25rem;}
    #default_footer_0002_93 .form .input{height: .65rem;border-radius: .325rem;padding: 0 .3rem;font-size: .3rem;margin-bottom: .3rem;}
    #default_footer_0002_93 .form .submit{height: .65rem;border-radius: .325rem;font-size: .3rem;}
    #default_footer_0002_93 .form .submit .ico{font-size: .36rem;margin-left: .046rem;}
}

#default_footer_0002_93Agreement{margin-top: 0.5rem;font-size: .16rem;color: var(--agreementFontColor);}
