/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/




#w001_index_header_12_nav{}
#w001_index_header_12_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_12_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_12_nav .head{color: #333;}


/* 背景色 */
#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_12_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_12_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_12_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_12_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_12_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_12_nav .head_nav{flex: 1;margin: 0 var(--paddingLeft);}
#w001_index_header_12_nav .head_nav .li{font-size: var(--font_1st_px);height: var(--head_top_height);border-bottom: 1px solid transparent;margin-left: var(--paddingLeft);transition: .3s ease-out;}
#w001_index_header_12_nav .head_nav .li > a{line-height: 2;}
#w001_index_header_12_nav .head_nav .li:first-of-type{margin-left: 0;}
#w001_index_header_12_nav .head_nav .li:hover,
#w001_index_header_12_nav .head_nav .li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
/* 对比导航 */
.w001_index_header_12_nav_width_compare{display: inline-flex;pointer-events: none;position: absolute;top: 0;left: 0;visibility: hidden;opacity: 0;}
.w001_index_header_12_nav_width_compare .head_nav{margin: 0 var(--paddingLeft);}
.w001_index_header_12_nav_width_compare .head_nav .li{font-size: var(--font_1st_px);margin-left: var(--paddingLeft);}
.w001_index_header_12_nav_width_compare .head_nav .li:first-of-type{margin-left: 0;}


/* 按钮部分 */
#w001_index_header_12_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_12_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_12_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_12_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_12_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_12_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_12_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_12_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_12_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_12_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_12_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_12_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_12_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_12.pc_app #w001_index_header_12_nav .head_nav .li{display: none;}
.w001_index_header_12.pc_app #w001_index_header_12_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_12_nav .head_nav .li{display: none;}
    #w001_index_header_12_nav .head .menu{display: block;}
    /* #w001_index_header_12_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_12_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_12_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_12_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_12_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_12_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_12_nav .head_btn .language{display: none;}

    #w001_index_header_12_nav .head .menu{padding: 30px;}
    #w001_index_header_12_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_12_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_12_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_12_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_12_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_12_nav .head .menu{display: none;}
.w001_index_header_12 #w001_index_header_12_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}
}

#w000_products_brand_1 .img{min-height: 360px;}
#w000_products_brand_1 .img img{display: block;width: 100%;}
#w000_products_brand_1 .imgApp{display: none;min-height: 480px;}
#w000_products_brand_1 .imgApp img{display: block;width: 100%;}
#w000_products_brand_1 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#w000_products_brand_1 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#w000_products_brand_1.height_change .position_box{width: 100%;height: calc((100% - 100px));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#w000_products_brand_1 .position_box[position="2"],
#w000_products_brand_1 .position_box[position="5"],
#w000_products_brand_1 .position_box[position="8"]{text-align: center;}
#w000_products_brand_1 .position_box[position="3"],
#w000_products_brand_1 .position_box[position="6"],
#w000_products_brand_1 .position_box[position="9"]{text-align: right;}


#w000_products_brand_1 .text{display: flex;flex-direction: column;pointer-events: all;}
#w000_products_brand_1 .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_1 .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_1 .img{display: none;}
    #w000_products_brand_1 .imgApp{display: block;}
    #w000_products_brand_1 .text .name{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w000_products_brand_1 .text .subname{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}

    #w000_products_brand_1.height_change .position_box{height: calc((100% - 120px));}
}

#w004_about_us_about_172 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w004_about_us_about_172 .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: 60px;}

#w004_about_us_about_172.myleft .title{text-align: left;}
#w004_about_us_about_172.mycenter .title{text-align: center;}
#w004_about_us_about_172.myright .title{text-align: right;}

#w004_about_us_about_172 .img .bg{width: 100%;display: block;}
#w004_about_us_about_172 .img .bg_app{width: 100%;display: none;}
#w004_about_us_about_172 .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-top: 50px;}

#w004_about_us_about_172 .info {margin-top: 36px;display: flex;justify-content: space-between;gap: 60px;}
#w004_about_us_about_172 .info .left {}
#w004_about_us_about_172 .info .left .info_name {font-size: var(--font_3rd_px);color: var(--font_3rd_color);font-weight: var(--font_3rd_font_weight);font-style: var(--font_3rd_font_style);line-height: var(--font_3rd_line_height);}
#w004_about_us_about_172 .info .left .info_brief {line-height: 31px;color: #666666;font-size: 16px;margin-top: 18px;}

#w004_about_us_about_172 .info .right {width: 37.142857%;display: flex;flex-wrap: wrap;}
#w004_about_us_about_172 .info .right .ul {font-size: 16px;display: flex;margin-bottom: 80px;padding-left: 60px;padding-right: 60px;border-right: 1px solid #E6E6E6;}
#w004_about_us_about_172 .info .right .ul .number {font-weight: 700;white-space: nowrap;}
#w004_about_us_about_172 .info .right .ul .number .num{font-size: 50px;font-weight: 700;color: var(--hoverColor);margin-right: 10px;}
#w004_about_us_about_172 .info .right .ul .number .unit{}

/* 边框样式  no_bord_lt 去除左边框 */
#w004_about_us_about_172 .info .right .ul:last-child,
#w004_about_us_about_172 .info .right .ul.no_bord_rt{border: none;padding-right: 0;}


@media screen and (max-width:1200px) {
    #w004_about_us_about_172 .info{flex-direction: column;}
    #w004_about_us_about_172 .info .left {width: 100%;}
    #w004_about_us_about_172 .info .right {width: 100%;}
}


@media screen and (max-width:750px) {
    #w004_about_us_about_172 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w004_about_us_about_172 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w004_about_us_about_172 .name {font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);margin-top: 50px;}

    #w004_about_us_about_172 .img .bg{display: none;}
    #w004_about_us_about_172 .img .bg_app{display: block;}

    #w004_about_us_about_172 .info{flex-direction: column;}
    #w004_about_us_about_172 .info .left {}
    #w004_about_us_about_172 .info .left .info_name {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w004_about_us_about_172 .info .left .info_brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}

    #w004_about_us_about_172 .info .right {padding-top: 60px;gap: 30px 80px;}
    #w004_about_us_about_172 .info .right .ul {margin: 0;padding: 0 20px;border: none;}
    #w004_about_us_about_172 .info .right .li_f{display: none;}
    #w004_about_us_about_172 .info .right .ul .number .num{font-size: var(--font-big-S);}
    #w004_about_us_about_172 .info .right .ul .number .unit{font-size: var(--font-txt-S);}
    #w004_about_us_about_172 .info .right .ul .brief{font-size: var(--font-txt-S);}

}

#w009_about_honor_list_173 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w009_about_honor_list_173 .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: 92px;}

#w009_about_honor_list_173.myleft .title{text-align: left;}
#w009_about_honor_list_173.mycenter .title{text-align: center;}
#w009_about_honor_list_173.myright .title{text-align: right;}

#w009_about_honor_list_173 .list {display: grid;grid-template-columns: repeat(3,calc((100% - 140px)/3));gap: 70px;row-gap: 30px;}
#w009_about_honor_list_173 .list .box .img {background-color: #f5f7fa;}
#w009_about_honor_list_173 .list .box .img::before {padding-top: 100%;}
#w009_about_honor_list_173 .list .box .img img {max-width: 80%; max-height: 80%;}
#w009_about_honor_list_173 .list .box .name {font-size: 18px;line-height: 1.6;color: #333;margin: 24px 0;padding: 0 20px;}

@media screen and (max-width:1200px) {
    #w009_about_honor_list_173 .list {grid-template-columns: repeat(2,calc((100% - 70px)/2));}
}
@media screen and (max-width:750px) {
    #w009_about_honor_list_173 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w009_about_honor_list_173 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w009_about_honor_list_173 .list {grid-template-columns: 100%;}
    #w009_about_honor_list_173 .list .box .name {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
    #w009_about_honor_list_173 .list .box .img img {max-width: 90%;max-height: 90%;}
}

#w011_chain_advantage_174 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w011_chain_advantage_174 .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_174.myleft .title{text-align: left;}
#w011_chain_advantage_174.myright .title{text-align: right;}
#w011_chain_advantage_174.mycenter .title{text-align: center;}

#w011_chain_advantage_174 .slide {transition: .3s;}
#w011_chain_advantage_174 .slide .img {border-radius: 20px;transition: .3s;}
#w011_chain_advantage_174 .slide .img::before {padding-top: 67.26%;}
#w011_chain_advantage_174 .slide .img img {max-width: 100%;max-height: 100%;}
#w011_chain_advantage_174 .slide .name {font-size: 22px;color: #222;line-height: 1;padding: 30px;transition: .3s;}
#w011_chain_advantage_174 .slide .brief {font-size: 16px;line-height: 1.875;color: #777;text-align: center;margin-bottom: 55px;}
#w011_chain_advantage_174 .container {padding-top: 20px;}
#w011_chain_advantage_174 .container .swiper-pagination {display: flex;align-items: center;justify-content: center;}
#w011_chain_advantage_174 .container .swiper-pagination-bullet {background: var(--pageColor);opacity: 1;}
#w011_chain_advantage_174 .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_174 .slide:hover .img {transform: translateY(-20px);}
    #w011_chain_advantage_174 .slide:hover .name {color: #ce9634;} */
}

@media screen and (max-width:750px) {
    #w011_chain_advantage_174 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_chain_advantage_174 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w011_chain_advantage_174 .slide .name {font-size: var(--font-sma-S);}
    #w011_chain_advantage_174 .slide .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w011_chain_advantage_174 .container .swiper-pagination-bullet {width: 20px;height: 20px;margin: 0 10px;}
}



.w006_about_honor_58_wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #f2f5f8;overflow: hidden;}
@media (max-width: 750px) {
    .w006_about_honor_58_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


.w006_about_honor_58_text_box{display: flex;flex-wrap: wrap;margin-bottom: 110px;}

#w006_about_honor_58_text{width: calc(100% - 771px);}
#w006_about_honor_58_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_58_text .subtitle{font-size: 16px;color: #777;padding: 43px 0 53px 0;}
#w006_about_honor_58_text .brief{font-size: 18px;color: #333;line-height: 30px;margin-bottom: 20px;}
#w006_about_honor_58_text .list{display: flex;flex-wrap: wrap;gap: 50px 150px;}
#w006_about_honor_58_text .list .li{color: var(--numColor); font-weight: bold;}
#w006_about_honor_58_text .list .li .number{font-size: 50px;}
#w006_about_honor_58_text .list .li .unit{font-size: 24px;}
#w006_about_honor_58_text .list .li .name{ font-size: 16px; color: #333;font-weight: normal;}

@media (max-width: 1500px) {
    #w006_about_honor_58_text .list{gap: 50px 100px;}
}
@media (max-width: 1280px) {
    #w006_about_honor_58_text{width: 100%;text-align: center;}
    #w006_about_honor_58_text .list{justify-content: center;}
}
@media (max-width: 750px) {
    #w006_about_honor_58_text .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w006_about_honor_58_text .subtitle{font-size: var(--font-bri-S);line-height: var(--font-bri-L);padding: 30px 0;}
    #w006_about_honor_58_text .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w006_about_honor_58_text .list .li .number{font-size: var(--font-big-S);}
    #w006_about_honor_58_text .list .li .unit{font-size: var(--font-bri-S);}
    #w006_about_honor_58_text .list .li .name{ font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}


/* 证书 */
#w006_about_honor_58_num{width: 771px;display: flex;flex-direction: column;justify-content: center;font-size: 0;}
#w006_about_honor_58_num>div>span{padding: 0 10px;color: #c7d4e1;display: inline-block; font-weight: bold;-webkit-transition:.3s;transition:.3s;}
#w006_about_honor_58_num .row1{text-align: left;line-height: 100px;height: 100px;padding-left: 28%;}
#w006_about_honor_58_num .row2{text-align: right;line-height: 100px;height: 100px;}
#w006_about_honor_58_num .row3{text-align: left;line-height: 80px;height: 80px;}
#w006_about_honor_58_num .row4{text-align: left;line-height: 70px;height: 70px;padding-left: 24%;}
#w006_about_honor_58_num .row1 span:nth-child(1){font-size: 80px;}
#w006_about_honor_58_num .row1 span:nth-child(2){font-size: 50px;}
#w006_about_honor_58_num .row2 span:nth-child(1){font-size: 50px;}
#w006_about_honor_58_num .row2 span:nth-child(2){font-size: 100px;}
#w006_about_honor_58_num .row2 span:nth-child(3){font-size: 60px;}
#w006_about_honor_58_num .row3 span:nth-child(1){font-size: 50px;}
#w006_about_honor_58_num .row3 span:nth-child(2){font-size: 70px;}
#w006_about_honor_58_num .row3 span:nth-child(3){font-size: 60px;}
#w006_about_honor_58_num .row4 span:nth-child(1){font-size: 40px;}
#w006_about_honor_58_num .row4 span:nth-child(2){font-size: 50px;}
#w006_about_honor_58_num .row4 span:nth-child(3){font-size: 60px;}
#w006_about_honor_58_num .row4 span:nth-child(4){font-size: 40px;}
#w006_about_honor_58_num>div>span:hover{color: var(--hoverColor);transform: scale(1.05);}

@media (max-width: 1280px) {
    #w006_about_honor_58_num{display: none;}
}
@media (max-width: 750px) {
    /* #w006_about_honor_58_num .row1{padding: 0;}
    #w006_about_honor_58_num .row2 span:nth-child(2){font-size: 80px;}
    #w006_about_honor_58_num .row3 span:nth-child(1){font-size: 40px;}
    #w006_about_honor_58_num .row3 span:nth-child(2){font-size: 60px;}
    #w006_about_honor_58_num .row4{padding: 0;text-align: right;} */
}




/* 证书-图片 */
#w006_about_honor_58_img{width: 100%;}
#w006_about_honor_58_img .slide{width: 260px;margin-right: 50px;cursor: pointer;}
#w006_about_honor_58_img .slide .pic{width: 260px;height: 260px;margin-bottom: 10px;}
#w006_about_honor_58_img .slide .name{text-align: center;font-size: 16px;color: #333;line-height: 30px;}
#w006_about_honor_58_img .slide:hover .name{color: var(--hoverColor);}

@media (max-width: 750px) {
    #w006_about_honor_58_img .slide .name{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}

/* 全局 */
.w012_about_us_honor_34_wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom)}
@media screen and (max-width:1200px) {
    .w012_about_us_honor_34_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 标题部分 */
#w012_about_us_honor_34_title{gap:20px;}
#w012_about_us_honor_34_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_34_title.myleft{text-align: left;}
#w012_about_us_honor_34_title.myright{text-align: right;flex-direction: row-reverse;}
#w012_about_us_honor_34_title.mycenter{text-align: center;align-items:center;justify-content: center;flex-direction: column;}

#w012_about_us_honor_34_title .page{}
#w012_about_us_honor_34_title .page .prev{margin-right: 19px;}
#w012_about_us_honor_34_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_34_title .page i:hover{background-color: var(--btn_color);color: #fff;}
}
@media screen and (max-width:751px) {
    #w012_about_us_honor_34_title .tit{font-size:var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w012_about_us_honor_34_title .page i{width: 80px;height: 80px;font-size:var(--font-txt-S)}
}
/* 结束 */



/* 内容 */
#w012_about_us_honor_34{margin-top:60px;padding: 0 40px;}

#w012_about_us_honor_34 .container{padding: 100px 0;}

#w012_about_us_honor_34 .slide{background-color: #fafafa;}
#w012_about_us_honor_34 .slide::before{padding-top: 100%;display: block;content: '';}

#w012_about_us_honor_34 .slide .images{width: 100%;position: absolute;top: 0;left: 0;padding-top: 100%;}
#w012_about_us_honor_34 .slide .images img{max-width: 80%;max-height: 80%;}

#w012_about_us_honor_34 .swiper-slide-active{transform: scale(1.2);background-color: #fff;box-shadow:0 0 30px rgba(0, 0, 0, 10%);}

#w012_about_us_honor_34 .slide .book{font-size: 16px;line-height: 1.5;color:#999999;text-align: center;margin-bottom: 47px;padding: 0 10px;}
#w012_about_us_honor_34 .swiper-slide-active .book{color: #333;}

@media (any-hover: hover) {
    #w012_about_us_honor_34 .slide:hover .images img{transform: translate(-50%,-50%) scale(1.05);}
}

@media screen and (max-width:751px) {
    #w012_about_us_honor_34 .container{padding: 0;}
	#w012_about_us_honor_34 .slide .book{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w012_about_us_honor_34 .swiper-slide-active{transform: none;box-shadow: none;background: #fafafa;}
}

#w004_index_footer_20 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);overflow: hidden;background: var(--bg_color);color: var(--font_color_1);overflow: hidden;}

#w004_index_footer_20 .content {padding: 0 0 100px;display: flex;justify-content: space-between;}

#w004_index_footer_20 .content .foot_nav {flex: 1;display: flex;flex-wrap: wrap;}
#w004_index_footer_20 .foot_nav .ul{margin-right: 100px;margin-bottom: 20px;}
#w004_index_footer_20 .foot_nav .ul .title {font-size: 18px;line-height: 38px;margin-bottom: 30px;}
#w004_index_footer_20 .foot_nav .ul .li {font-size: 16px;color: var(--font_color_2);line-height: 42px;transition: 0.3s;}

@media (any-hover: hover){
    #w004_index_footer_20 .foot_nav .ul .li:hover{color:var(--navHoverColor);text-decoration:underline;}
}

/* 导航部分app */
#w004_index_footer_20 .foot_nav_app{display: none;}

#w004_index_footer_20 .content .contact_info {width: 35%;}
#w004_index_footer_20 .contact_info .top {display: flex;justify-content: space-between;}
#w004_index_footer_20 .contact_info .title {font-size: 18px;line-height: 38px;margin-bottom: 25px;}
#w004_index_footer_20 .contact_info .phone {font-size: 32px;line-height: 41px;margin-bottom: 10px;}
#w004_index_footer_20 .contact_info .email {font-size: 16px;color: var(--font_color_2);}

#w004_index_footer_20 .contact_info .code {margin-top: 10px;width: 140px;height: 140px;overflow: hidden;}
#w004_index_footer_20 .contact_info .text {font-size: 16px;color: var(--font_color_2);margin-top: 16px;}

#w004_index_footer_20 .contact_info .bottom {margin-top: 115px;display: flex;flex-direction: column;align-items: flex-end;}
#w004_index_footer_20 .contact_info .bottom .link {display: flex;margin-bottom: 30px;}
#w004_index_footer_20 .contact_info .bottom .link .box {width: 32px;height: 32px;border-radius: 50%;background: var(--font_color_2);position: relative;margin-left: 20px;transition: .3s;}
#w004_index_footer_20 .contact_info .bottom .link .box i{color: #fff;font-size: 24px;}
#w004_index_footer_20 .contact_info .bottom .link .box:first-child {margin-left: 0;}
#w004_index_footer_20 .contact_info .bottom .link .box:last-child .jump{transform: translateX(-60%);}
#w004_index_footer_20 .contact_info .bottom .text_img{max-height: 60px;overflow: hidden;}

@media (any-hover: hover){
	#w004_index_footer_20 .contact_info .bottom .link .box:hover {background: var(--hoverColor)}
}
@media screen and (max-width:750px) {
	#w004_index_footer_20 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
	#w004_index_footer_20 .content {padding: 0 0 100px;border-bottom: 1px solid var(--font_color_3);display: block;justify-content: space-between;}
	#w004_index_footer_20 .content .foot_nav {display: none;}

	#w004_index_footer_20 .content .contact_info {width: 100%;}
	#w004_index_footer_20 .contact_info .top{flex-direction: column;align-items: flex-start;}
	#w004_index_footer_20 .contact_info .title {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 0;}
	#w004_index_footer_20 .contact_info .phone {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 0;}
	#w004_index_footer_20 .contact_info .email {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
	#w004_index_footer_20 .contact_info .img{display: flex;flex-direction: column;align-items: flex-start;}
	#w004_index_footer_20 .contact_info .code {margin-top: 30px;width: 240px;height: 240px;}
	#w004_index_footer_20 .contact_info .code img{width: 100%;}
	#w004_index_footer_20 .contact_info .text {font-size: var(--font-txt-S);}

	#w004_index_footer_20 .contact_info .bottom {margin-top: 50px;align-items: flex-start;}
	#w004_index_footer_20 .contact_info .bottom .link .box {width: 60px;height: 60px;}
	#w004_index_footer_20 .contact_info .bottom .link .box i{font-size: var(--font-sma-S);}

	#w004_index_footer_20 .foot_nav_app{flex: 1;margin-bottom: 50px;display: block;}
	#w004_index_footer_20 .foot_nav_app .ul{border-bottom: 1px solid rgba(230, 230, 230,0.5);}
	#w004_index_footer_20 .foot_nav_app .title{font-size: var(--font-sma-S);line-height: calc(2 * var(--font-sma-L));}
	#w004_index_footer_20 .foot_nav_app .title > i{font-size: var(--font-sma-S);transition: .3s;}
	#w004_index_footer_20 .foot_nav_app .ul.cur .title > i{transform: rotateZ(90deg);}

	#w004_index_footer_20 .foot_nav_app .li{display: none;}
	#w004_index_footer_20 .foot_nav_app .li .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w004_index_footer_20 .foot_nav_app .li .a:last-child{padding: 0px 0 50px;}
}



/* 友情链接 */
#w004_index_footer_20_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);color: var(--font_color_2);}
#w004_index_footer_20_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w004_index_footer_20_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w004_index_footer_20_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}



#w004_index_footer_20 .copyright {font-size: 16px;line-height: 1.8;color: var(--font_color_2);padding: 20px 0;gap: 10px 20px;flex-wrap: wrap;border-top: 1px solid var(--font_color_3);}
#w004_index_footer_20 .copyright > *{display: flex;align-items: center;flex-wrap: wrap;gap: 10px 20px;}

@media screen and (max-width:750px) {
	#w004_index_footer_20 .copyright {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}

