/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/



#temp_wcb_header_header01_112_nav{transition:padding-top .3s;}
#temp_wcb_header_header01_112_nav .head{height: var(--head_center_height);width: 100%;padding: 0 calc(4% + 20px);color: var(--head_fz_color);position: relative;}
#header.fixed.scroll-top #temp_wcb_header_header01_112_nav{padding-top: 60px;}
#header.fixed.scroll-top #temp_wcb_header_header01_112_nav .head{height: var(--head_top_height);}




#temp_wcb_header_header01_112_nav .head::before{height: 100%;position: absolute;top: 0;left: 0;transition:width .3s,margin .3s,border-radius .3s,background .3s;display: block;content: '';pointer-events: none;background: var(--head_bg_color);width: 100%;margin: 0;border-radius: 0;}
#header.fixed.scroll-top #temp_wcb_header_header01_112_nav .head::before{width: 92%;margin: 0 4%;border-radius: 15px;}


/* 背景色 */
#header_bg{background: var(--head_bg_color);height: var(--head_center_height);width: 100%;margin: 0;border-radius: 0;opacity: 0;transition: .3s;}
#header.fixed.scroll-top #header_bg{background: var(--head_bg_color);height: var(--head_top_height);width: 92%;margin: 60px 4% 0;border-radius: 15px;}


/* logo部分 */
#temp_wcb_header_header01_112_nav .weblogo{height: 100%;overflow: hidden;}
#temp_wcb_header_header01_112_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#temp_wcb_header_header01_112_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}



/* 导航栏目 */
#temp_wcb_header_header01_112_nav .head_nav{flex: 1;margin: 0 var(--paddingLeft);position: relative;}
#temp_wcb_header_header01_112_nav .head_nav .li{font-size: var(--font_1st_px);height: var(--head_top_height);border-bottom: 3px solid transparent;margin-left: var(--paddingLeft);transition: .3s ease-out;}
#temp_wcb_header_header01_112_nav .head_nav .li > a{line-height: 2;}
#temp_wcb_header_header01_112_nav .head_nav .li:first-of-type{margin-left: 0;}
#temp_wcb_header_header01_112_nav .head_nav .li:hover,
#temp_wcb_header_header01_112_nav .head_nav .li.cur{color: var(--hoverColor);border-color: var(--hoverColor);}
/* 对比导航 */
.temp_wcb_header_header01_112_nav_width_compare{display: inline-flex;pointer-events: none;position: absolute;top: 0;left: 0;visibility: hidden;opacity: 0;}
.temp_wcb_header_header01_112_nav_width_compare .head_nav{margin: 0 var(--paddingLeft);}
.temp_wcb_header_header01_112_nav_width_compare .head_nav .li{font-size: var(--font_1st_px);margin-left: var(--paddingLeft);}
.temp_wcb_header_header01_112_nav_width_compare .head_nav .li:first-of-type{margin-left: 0;}


/* 按钮部分 */
#temp_wcb_header_header01_112_nav .head_btn{display: flex;align-items: center;font-size: 16px;position: relative;}
#temp_wcb_header_header01_112_nav .head_btn > *{padding: 10px 15px;}
#temp_wcb_header_header01_112_nav .head_btn > *:last-child{padding-right: 0;}
#temp_wcb_header_header01_112_nav .head_btn > * > i{font-size: 20px;}
#temp_wcb_header_header01_112_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#temp_wcb_header_header01_112_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#temp_wcb_header_header01_112_nav .head .menu i{width: 36px;height: 2px;display: block;position: relative;transition: .3s;background: var(--head_fz_color);}
#temp_wcb_header_header01_112_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;}
#temp_wcb_header_header01_112_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;}



/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/


/* 头部整体    侧边栏展开  */
#header.fixed.menu_expand #temp_wcb_header_header01_112_nav{padding-top: 0px;}
#header.fixed.menu_expand #temp_wcb_header_header01_112_nav .head{height: var(--head_center_height);}
#header.menu_expand #temp_wcb_header_header01_112_nav .head::before {background: transparent;}
#header.menu_expand #header_bg {height: var(--head_center_height) !important;width: 100% !important;margin: 0 !important;border-radius: 0 !important;opacity: 1 !important;}
/* 菜单按钮    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header01_112_nav .menu i{background: transparent !important;}
#header.menu_expand #temp_wcb_header_header01_112_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #temp_wcb_header_header01_112_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
/* 导航按钮    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header01_112_nav .head_btn{display: none;}
/* 导航nav 导航按钮    导航栏换行时 */
.temp_wcb_header_header01_112.pc_app #temp_wcb_header_header01_112_nav .head_nav {visibility: hidden;opacity: 0;}
.temp_wcb_header_header01_112.pc_app #temp_wcb_header_header01_112_nav .head .menu{display: block;}




@media only screen and (max-width: 1024px) { 
    #temp_wcb_header_header01_112_nav .head_nav .li{margin: 0 8px;}
    #temp_wcb_header_header01_112_nav .head_nav {display: none;}
    #temp_wcb_header_header01_112_nav .head .menu{display: block;}
    #temp_wcb_header_header01_112_nav .head_btn{flex: 1;justify-content: flex-end;}
}

@media only screen and (max-width: 900px) {
    #temp_wcb_header_header01_112_nav .head_btn .search i {font-size: 26px;}
    #temp_wcb_header_header01_112_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #temp_wcb_header_header01_112_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #temp_wcb_header_header01_112_nav .head{height: var(--head_top_height_app);}
    #header.menu_expand #header_bg{height: var(--head_top_height_app) !important;}

    #temp_wcb_header_header01_112_nav .head .menu{padding: 30px;}
    #temp_wcb_header_header01_112_nav .head .menu i{width: 46px;height: 3px;}
    #temp_wcb_header_header01_112_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #temp_wcb_header_header01_112_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #temp_wcb_header_header01_112_nav .head_btn .search i {font-size: var(--font-big-S);}
    #temp_wcb_header_header01_112_nav .head_btn .language{display: none;}

    #header.menu_expand #temp_wcb_header_header01_112_nav .weblogo{opacity: 0;}
}

#w001_index_hengfu_113 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_113.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w001_index_hengfu_113 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_113 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_113 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w001_index_hengfu_113 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_113 .message_box[position="2"] .message,
#w001_index_hengfu_113 .message_box[position="5"] .message,
#w001_index_hengfu_113 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_113 .message_box[position="3"] .message,
#w001_index_hengfu_113 .message_box[position="6"] .message,
#w001_index_hengfu_113 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_113 .message_box[position="2"] .message .name,
#w001_index_hengfu_113 .message_box[position="5"] .message .name,
#w001_index_hengfu_113 .message_box[position="8"] .message .name,
#w001_index_hengfu_113 .message_box[position="2"] .message .brief,
#w001_index_hengfu_113 .message_box[position="5"] .message .brief,
#w001_index_hengfu_113 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_113 .message_box[position="3"] .message .name,
#w001_index_hengfu_113 .message_box[position="6"] .message .name,
#w001_index_hengfu_113 .message_box[position="9"] .message .name,
#w001_index_hengfu_113 .message_box[position="3"] .message .brief,
#w001_index_hengfu_113 .message_box[position="6"] .message .brief,
#w001_index_hengfu_113 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_113 .message_box[position="1"] .message .name,
#w001_index_hengfu_113 .message_box[position="4"] .message .name,
#w001_index_hengfu_113 .message_box[position="7"] .message .name,
#w001_index_hengfu_113 .message_box[position="1"] .message .brief,
#w001_index_hengfu_113 .message_box[position="4"] .message .brief,
#w001_index_hengfu_113 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_index_hengfu_113 .message .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);}
/* 简介样式 */
#w001_index_hengfu_113 .message .brief{margin: 29px 0 0; 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);}
#w001_index_hengfu_113 .message .button {font-size: 16px;line-height: 1;width: 240px;height: 57px;padding: 0 30px;margin-top: 60px;pointer-events: all; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}
#w001_index_hengfu_113 .message .button:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}


/* 页数样式 */
#w001_index_hengfu_113 .swiper-pagination-bullets{bottom: 40px;}
#w001_index_hengfu_113 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w001_index_hengfu_113 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_113 .container .swiper-pagination-bullet-active{width: 60px;}
#w001_index_hengfu_113 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

@media screen and (max-width: 1024px){
    #w001_index_hengfu_113 .message_box .message .name{font-size: 48px;}
    #w001_index_hengfu_113 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w001_index_hengfu_113{display: none;}
}

#w016_about_us_about_186_text{padding-top:var(--paddingTop);padding-bottom: var(--paddingBottom);}



@media screen and (max-width: 751px){
    #w016_about_us_about_186_text{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);background: none!important;}
}


#w016_about_us_about_186_text .message{width:56.5%}
#w016_about_us_about_186_text .message .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);}
#w016_about_us_about_186_text .message .pic_mobile{height: 300px;margin: 50px 0;display: none;}

#w016_about_us_about_186_text .left{width: 42.75%;}
#w016_about_us_about_186_text .left .brief{grid-area: 3/1/4/3;font-size: 16px;color: #333333;line-height: 1.8;margin-top: 100px;}

#w016_about_us_about_186_text .number{display: grid;grid-template-columns: repeat(2,calc((100% - 100px)/2));gap:100px;row-gap:87px;margin-top:28px;position: relative;}
#w016_about_us_about_186_text .number::before{content: ''; border-left: 1px solid #eaeaea;position: absolute;width: 1px;height: 100%;left: 50%;transform: translateX(-50%);}
#w016_about_us_about_186_text .number::after{content: '';border-top: 1px solid #eaeaea;position: absolute;height: 1px;;width: 100%;top: 50%;transform: translateY(50%);}
#w016_about_us_about_186_text .number .li{position: relative;width:100%;}
#w016_about_us_about_186_text .number .li .num{font-size:50px;font-weight: bold;position: relative;color: #333333;}
#w016_about_us_about_186_text .number .li .tag{font-size: 16px; font-weight:500;margin-top: 15px;color:#333333}
#w016_about_us_about_186_text .number .li .svgg{width: 35px;height: 35px;margin-top:10px;}
#w016_about_us_about_186_text .number .li .svgg *{fill:var(--svgColor)}


#w016_about_us_about_186_text .message .circle {width: 160px;height: 160px;margin-top: 125px;} 
#w016_about_us_about_186_text .message .circle svg {display: block;overflow: visible;fill: #333333;animation-name:movee;
    animation-timing-function: linear; 
    animation-delay: 0s; 
    animation-iteration-count: infinite; 
    animation-duration: 12s; }
#w016_about_us_about_186_text .message .circle path {fill: none;}
#w016_about_us_about_186_text .message .circle .arrow{color: #333333;font-size: 40px;top: 50%;left: 50%;transform: translate(-50%,-50%);}



@media screen and (max-width:1500px){
    #w016_about_us_about_186_text{background: none;}
    #w016_about_us_about_186_text .mobile_pic{display:block;}

}

@media screen and (max-width:1200px){
    #w016_about_us_about_186_text .introduce{flex-direction: column;}
    #w016_about_us_about_186_text .message{width: 100%;}

    #w016_about_us_about_186_text .left{margin-top:70px; padding-top: 0;width: 100%;}
}

@media screen and (max-width: 751px){
    #w016_about_us_about_186_text .message .name{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}

    #w016_about_us_about_186_text .number{height: auto;flex-wrap: wrap;display: flex;}
    #w016_about_us_about_186_text .number::before,
    #w016_about_us_about_186_text .number::after{display: none;}
    #w016_about_us_about_186_text .number .li{width: 100%;}
    #w016_about_us_about_186_text .number .li .num{font-size:var(--font-sub-S);color:#333333}
    #w016_about_us_about_186_text .number .li .tag{font-size:var(--font-txt-S);color:#333333}
    
    #w016_about_us_about_186_text .left .brief{font-size: var(--font-txt-S) ;line-height:var(--font-txt-L);color: #333333;margin-top: 70px;}

    #w016_about_us_about_186_text .number::before,
    #w016_about_us_about_186_text .number::after{color: #333333;}
    #w016_about_us_about_186_text .message .circle{display: none;}

    #w016_about_us_about_186_text .message .pic_mobile{display: block;}
}

@media (any-hover: hover) {
    #w016_about_us_about_186_text .message .circle svg:hover {transform: rotate(-2turn);}
}

@keyframes movee{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(-2turn);
    }
}


.w013_index_advantage_116_bg {background: no-repeat;background-size:100% 100%;overflow: hidden;}

#w013_index_advantage_116 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w013_index_advantage_116 .title {margin-bottom: 80px;}
#w013_index_advantage_116 .title .cn {flex: 1;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);}
#w013_index_advantage_116 .title .en {font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}

#w013_index_advantage_116.myleft .title{}
#w013_index_advantage_116.myright .title{flex-direction: row-reverse;text-align:right;}
#w013_index_advantage_116.mycenter .title{text-align: center;justify-content:center;flex-direction: column;gap: 20px;}

#w013_index_advantage_116 .container {overflow:visible;padding-bottom: 80px;}
#w013_index_advantage_116 .container .box {padding: 75px 60px;border-radius: 30px;background-color: #fff;height: 370px;}
#w013_index_advantage_116 .container .box .tit {font-size: 24px;line-height: 1.25;color: #222;max-height: 60px;margin-bottom: 20px;}
#w013_index_advantage_116 .container .box .brief {font-size: 16px;line-height: 1.625;color: #888;max-height: 130px;}
#w013_index_advantage_116 .container .prompt {font-size: 16px;margin: 0 auto;color: #fff;margin-top: 80px;}
#w013_index_advantage_116 .container .prompt .icon {width: 40px;height: 40px;margin-right: 10px;}
#w013_index_advantage_116 .container .prompt .icon .svg {max-width: 90%;max-height: 90%;fill: #fff;}

@media screen and (any-hover:hover) {
    #w013_index_advantage_116 .container .box:hover {background-color: rgba(255, 255, 255, 0.3);backdrop-filter: saturate(180%) blur(20px);transform: translateY(-10px);}
    #w013_index_advantage_116 .container .box:hover .tit {color: #fff;}
    #w013_index_advantage_116 .container .box:hover .brief {color: #fff;}
}

@media screen and (max-width:750px) {
    #w013_index_advantage_116 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w013_index_advantage_116 .title .cn {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w013_index_advantage_116 .title .en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w013_index_advantage_116 .container .box {height: 100%;}
    #w013_index_advantage_116 .container .box .tit {font-size: var(--font-sub-S);line-height: var(--font-sub-L);max-height: calc(var(--font-sub-L)*2);}
    #w013_index_advantage_116 .container .box .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(var(--font-txt-L)*5);}
    #w013_index_advantage_116 .container .prompt {font-size: var(--font-txt-S);}
    #w013_index_advantage_116 .container .prompt .icon {width: 60px;height: 60px;}
}

#w013_index_solution_115 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w013_index_solution_115 .title {margin-bottom: 43px;}
#w013_index_solution_115 .title .cn {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);}
#w013_index_solution_115 .title .en {font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}
#w013_index_solution_115 .text {font-size: 16px;line-height: 1.875;color: #888;width: 70%;margin-bottom: 50px;}
#w013_index_solution_115 .button {font-size: 16px;width: 150px;height: 50px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w013_index_solution_115 .content {display: grid;grid-template-columns: repeat(3,calc((100% - 160px)/3));gap: 80px;margin-top: 80px;}
#w013_index_solution_115 .content .box {border-radius: 20px;padding: 45px 50px;transition: .3s;}
#w013_index_solution_115 .content .box .img {width: 80px;margin-bottom: auto;flex-shrink: 0;transition: .3s;}
#w013_index_solution_115 .content .box .img::before {padding-top: 100%;}
#w013_index_solution_115 .content .box .img .svg {max-width: 90%;max-height: 90%;transition: .3s;}
#w013_index_solution_115 .content .box .wenben {width: 72%;height: 160px;overflow: hidden;}
#w013_index_solution_115 .content .box .wenben .tit {font-size: 24px;line-height: 1;color: #222;margin-bottom: 18px;transition: .3s;}
#w013_index_solution_115 .content .box .wenben .brief {font-size: 16px;line-height: 1.875;color: #888;height: 60px;transition: .3s;}
#w013_index_solution_115 .content .box .wenben .jt {font-size: 50px;line-height: 1;color: #888;left: 0;bottom: 0;transform: translate(-6%,47%);transition: .3s;}


@media screen and (any-hover:hover) {
    #w013_index_solution_115 .content .box:hover {background-color: var(--hoverColor);}
    #w013_index_solution_115 .content .box:hover .img .svg {fill: #fff;}
    #w013_index_solution_115 .content .box:hover .wenben .tit {color: #fff;}
    #w013_index_solution_115 .content .box:hover .wenben .brief {color: #fff;}
    #w013_index_solution_115 .content .box:hover .wenben .jt {color: #fff;}
}

@media screen and (max-width:1500px) {
    #w013_index_solution_115 .content {grid-template-columns: repeat(3,calc((100% - 80px)/3));gap: 40px;}
}
@media screen and (max-width:1100px) {
    #w013_index_solution_115 .content {grid-template-columns: repeat(2,calc((100% - 40px)/2));gap: 40px;}
}
@media screen and (max-width:750px) {
    #w013_index_solution_115 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w013_index_solution_115 .content {grid-template-columns: 100%;gap: 40px;}
    #w013_index_solution_115 .title .cn,
    #w013_index_solution_115 .title .en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w013_index_solution_115 .text {font-size: var(--font-txt-S);line-height: var(--font-txt-L);width: 100%;height: calc(var(--font-txt-L)*2);}
    #w013_index_solution_115 .button {font-size: var(--font-txt-S);}
    #w013_index_solution_115 .content .box {background-color: var(--hoverColor);}
    #w013_index_solution_115 .content .box .img .svg {fill: #fff;}
    #w013_index_solution_115 .content .box .wenben {min-height: 250px;}
    #w013_index_solution_115 .content .box .wenben .tit {font-size: var(--font-sub-S);color: #fff;}
    #w013_index_solution_115 .content .box .wenben .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: calc(var(--font-txt-L)*3);color: #fff;-webkit-line-clamp:3;}
    #w013_index_solution_115 .content .box .wenben .jt {font-size:var(--font-big-S);color: #fff;}
}


.w013_about_honor_162_wrap {overflow: hidden;}

#w013_about_honor_162 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w013_about_honor_162 .title {margin-bottom: 60px;}
#w013_about_honor_162 .title .cn {flex:1;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);}
#w013_about_honor_162 .title .en {font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}

#w013_about_honor_162.myleft .title{}
#w013_about_honor_162.myright .title{flex-direction: row-reverse;text-align: right;}
#w013_about_honor_162.mycenter .title{text-align: center;justify-content:center;flex-direction: column;gap:20px;}

#w013_about_honor_162 .container {width: 100%;overflow: visible;padding-bottom: 135px;}
#w013_about_honor_162 .container .slide{transform:scale(.75); -webkit-transform:scale(.75);background: #fafafa;border-radius: 20px;}
#w013_about_honor_162 .container .swiper-slide-active,
#w013_about_honor_162 .container .swiper-slide-duplicate-active{transform:scale(1); -webkit-transform:scale(1);background-color: #fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);z-index: 5;}
#w013_about_honor_162 .container .slide .img::before {padding-top: 100%;}
#w013_about_honor_162 .container .slide .img img {max-width: 90%;max-height: 90%;}
#w013_about_honor_162 .container .slide .name {font-size: 16px;line-height: 1.875;color: #888;margin: 3px 0 38px;padding: 0 20px;}
#w013_about_honor_162 .container .slide.swiper-slide-active .name {color: #222;}
#w013_about_honor_162 .button {width: 140px;height: 60px;bottom: 0;z-index: 5;left: 50%;transform: translateX(-50%);}
#w013_about_honor_162 .button .li {font-size: 16px;color: #222;background-color: #fff;width: 60px;height: 60px;border-radius: 50%;transition: .3s;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}

@media screen and (any-hover:hover) {
    #w013_about_honor_162 .button .li:hover {background-color: var(--btnbgColor);color: #fff;}
}
@media screen and (max-width:900px) {
    #w013_about_honor_162 .title {margin-bottom: 20px;}
    #w013_about_honor_162 .container {padding-bottom: 80px;}
    #w013_about_honor_162 .container .swiper-slide-active,
    #w013_about_honor_162 .container .swiper-slide-duplicate-active{transform:scale(.8); -webkit-transform:scale(.8);box-shadow: 0 0 0;background: #fafafa;}
}
@media screen and (max-width:750px) {
    #w013_about_honor_162 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w013_about_honor_162 .title{flex-wrap: wrap;}
    #w013_about_honor_162 .title .cn,
    #w013_about_honor_162 .title .en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w013_about_honor_162 .container .slide .name {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0;}
    #w013_about_honor_162 .button {width: 240px;height: 100px;}
    #w013_about_honor_162 .button .li {width: 100px;height: 100px;font-size: var(--font-sub-S);}
}



/* 全局 */
#w008_about_company_company_191 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
	#w008_about_company_company_191 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 结束 */

/* 主体 */
#w008_about_company_company_191 .content .img {height: 700px;float: left; margin: 0 96px 50px 0;width: 43.57%;}
#w008_about_company_company_191 .content .text .title {margin: 60px 0 30px 0;}
#w008_about_company_company_191 .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_191 .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_191 .content .text .blurb{font-size: 16px;line-height: 30px;text-align: justify;}


@media screen and (max-width:1200px) {
	#w008_about_company_company_191 .content .img{margin-right: 50px;}
}
@media screen and (max-width:1024px) {
	#w008_about_company_company_191 .content .img {width:100%;}
	#w008_about_company_company_191 .content .text {width:100%;}
	#w008_about_company_company_191 .content .text .blurb {max-height: none;}
}
@media screen and (max-width:750px) {
	#w008_about_company_company_191 .content .img{margin-bottom:40px}
	#w008_about_company_company_191 .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_191 .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_191 .content .text .blurb {font-size:var(--font-txt-S);line-height: var(--font-txt-L) }
}




/* 全局 */
.w010_index_blog_160_wrap{padding-top: var(--paddingTop);padding-bottom:var(--paddingBottom);}

@media screen and (max-width:1200px) {
    .w010_index_blog_160_wrap{padding-top: var(--paddingTop);padding-bottom:var(--paddingBottom);}
}
/* 结束 */

/* 标题部分 */
#w010_index_blog_160_title {padding-top:var(--paddingTop);}
#w010_index_blog_160_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);}
#w010_index_blog_160_title .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: 1;}

#w010_index_blog_160_title .box .nav{padding-top: 35px;}
#w010_index_blog_160_title .box .nav li{color:#666666;font-size: 16px;margin-left: 68px;position: relative;}
#w010_index_blog_160_title .box .nav li:before{content:'';height: 1px;width: 12px;color:#333333;position: absolute;border-top:1px solid black;top:11px;left:-15px;opacity: 0;transform: translateX(-50%);}

#w010_index_blog_160_title .box .nav li.cur{color: var(--hoverColor);}
#w010_index_blog_160_title .box .nav li.cur:before{opacity: 1;border-color: var(--hoverColor);}

@media (any-hover: hover) {

}

@media screen and (max-width:751px) {
    #w010_index_blog_160_title{flex-direction: column;}
    #w010_index_blog_160_title .tit{font-size: var(--font-txt-S);line-height: var(--font-txt-L);font-weight: var(--font-txt-B);text-align: center;}
    #w010_index_blog_160_title .brief{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);text-align: center;margin-bottom: 30px;}
    #w010_index_blog_160_title .box{display: inline;}
    #w010_index_blog_160_title .box .nav ul{display: grid;grid-template-columns:repeat(2,50%);row-gap: 50px;}
    #w010_index_blog_160_title .box .nav li{margin-left: 80px;font-size: var(--font-sma-S);}
    #w010_index_blog_160_title .box .nav li:before{top: 20px;}
 }
/* 结束 */


/* 轮播部分 */
#w010_index_blog_160_detail{margin-top:142px}
#w010_index_blog_160_detail .container .slide{height: 485px;}
#w010_index_blog_160_detail .container .slide .datee{transition: .5s;}
#w010_index_blog_160_detail .container .slide .number{font-size: 60px; font-weight: bold;color:#CCCCCC;margin: 48px 0 -10px 0;}
#w010_index_blog_160_detail .container .slide .date{font-size: 12px; font-weight: normal ; color: #CCCCCC;margin-bottom: 42px;margin-top:5px;}
#w010_index_blog_160_detail .container .slide .tit{font-size: 18px;color: #333333;font-weight: 400;margin-bottom: 28px;height: 45px;}
#w010_index_blog_160_detail .container .slide .brief{font-size: 16px; color: #666666;font-weight: 400;margin-bottom: 45px;line-height: 1.8;}
#w010_index_blog_160_detail .container .slide .box{font-size:45px;color: #CCCCCC;}
#w010_index_blog_160_detail .container .slide .pic{height: 415px;width: 100%;top:20px; opacity: 0;transition: 0.5s;border-radius: 15px;}
#w010_index_blog_160_detail .container .slide .pic .img{width: 100%;height: 100%;}
#w010_index_blog_160_detail .container .slide .pic .time{top: 0;left: 0;width: 155px;height: 155px;background-color: var(--hoverColor);border-radius: 15px 0px 15px 0px;color: #FFFFFF;transition: 0.5s;}
#w010_index_blog_160_detail .container .slide .pic .time .number{margin-top: 35px;}

#w010_index_blog_160_detail .circle-page{border-radius: 25px ; border:1px solid var(--hoverColor)}
#w010_index_blog_160_detail .swiper-pagination-bullet-active{background-color: #fff; border: 1px solid var(--hoverColor); border-radius: 50%;}

@media (any-hover: hover) { 
    #w010_index_blog_160_detail .container .slide:hover .datee{margin-left: 40px;z-index: 5;color: #fff;}
    #w010_index_blog_160_detail .container .slide:hover .number{color: #fff;}
    #w010_index_blog_160_detail .container .slide:hover .date{color: #fff;}
    #w010_index_blog_160_detail .container .slide:hover .pic{opacity: 1;box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);transform:translateY(-10px);}
    #w010_index_blog_160_detail .container .slide:hover .pic .time{padding-left: 41px;}
    #w010_index_blog_160_detail .container .slide:hover .pic .number,
    #w010_index_blog_160_detail .container .slide:hover .pic .date{color: #FFFFFF;}
}

@media screen and (max-width:751px) {
    #w010_index_blog_160_detail{margin-top: 80px;}
    #w010_index_blog_160_detail .container .slide{height: 760px;}
    #w010_index_blog_160_detail .container .slide .box{display: none;}
    #w010_index_blog_160_detail .container .slide .number{display: none;}
    #w010_index_blog_160_detail .container .slide .date{display: none;}
    #w010_index_blog_160_detail .container .slide .tit{font-size:var(--font-sma-S);}
    #w010_index_blog_160_detail .container .slide .brief{font-size:var(--font-txt-S); line-height:var(--font-txt-L);}

    #w010_index_blog_160_detail .container .slide .datee{z-index: 5;color: #fff;}
    #w010_index_blog_160_detail .container .slide .pic{opacity: 1;box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);transform:translateY(-10px);position: static;}
    #w010_index_blog_160_detail .container .slide .pic .time{display: none;}
    #w010_index_blog_160_detail .container .slide .pic .number,
    #w010_index_blog_160_detail .container .slide .pic .date{color: #FFFFFF;}

    #w010_index_blog_160_detail .swiper-pagination-bullet{width: 20px;height: 20px;margin:0 10px}
 }

.temp_wcb_footer_footer04_118_footer_wrap{background: var(--bg_color);color: var(--font_color_1);padding-top: var(--paddingTop);overflow: hidden;}
@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_118_footer_wrap{padding-top: var(--appPaddingTop);}
}


.temp_wcb_footer_footer04_118_guild {display: grid;grid-template-columns: auto 370px;gap: 0 30px;}
#temp_wcb_footer_footer04_118_nav{display: flex;flex-wrap: wrap;gap: 40px 100px;}
#temp_wcb_footer_footer04_118_nav .dl .dt{font-size: 18px;line-height: 1;margin-bottom: 36px;font-weight: bold;}
#temp_wcb_footer_footer04_118_nav .dd{font-size: 16px;color: var(--font_color_2);line-height: 30px;margin-bottom: 8px;transition: 0.3s;}

@media (any-hover: hover){
    #temp_wcb_footer_footer04_118_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_118_guild{display: block;padding-top: 0px;}
    #temp_wcb_footer_footer04_118_nav{display: none;}
}


#temp_wcb_footer_footer04_118_nav_app{display: none;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_118_nav_app{display: block;margin-bottom: 60px;}
    #temp_wcb_footer_footer04_118_nav_app .dl{color: var(--font_color_2);}
    #temp_wcb_footer_footer04_118_nav_app .dl .dt{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 20px 0;border-bottom: 1px solid rgba(255, 255, 255,0.2);}
    #temp_wcb_footer_footer04_118_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #temp_wcb_footer_footer04_118_nav_app .dl .dt.cur > i{transform: rotateZ(90deg);}
    /* 展开项 */
    #temp_wcb_footer_footer04_118_nav_app .dd .a{color: var(--font_color_2);font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 20px 0;padding-left: 15px;border-bottom: 1px solid rgba(255, 255, 255,0.2);}
}

#temp_wcb_footer_footer04_118_third{display: flex;flex-direction: column;font-size: 16px;line-height: 1.8;color: var(--font_color_2);margin-bottom: 35px;}

#temp_wcb_footer_footer04_118_third .title{margin-bottom: 30px;font-size: 18px;line-height: 1;font-weight: bold;color: var(--font_color_1);}
#temp_wcb_footer_footer04_118_third .phone{color: var(--numColor);font-size: 16px;font-weight: bold;line-height: 1.5;margin-bottom: 24px;}
#temp_wcb_footer_footer04_118_third .phone span{font-size: 28px;}
#temp_wcb_footer_footer04_118_third .list{display: flex;flex-wrap: wrap;gap: 10px 40px;margin-top: 30px;}
#temp_wcb_footer_footer04_118_third .qr .img{width: 120px;height: 120px;overflow: hidden;}
#temp_wcb_footer_footer04_118_third .qr .img img{max-width: 100%;max-height: 100%;}
#temp_wcb_footer_footer04_118_third .qr .tip{font-size: 16px;color: var(--font_color_2);margin-top: 12px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_118_third{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_footer_footer04_118_third .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}

    #temp_wcb_footer_footer04_118_third .phone{font-size: var(--font-bri-S);line-height: var(--font-bri-L);margin-bottom: 10px;}
    #temp_wcb_footer_footer04_118_third .phone span{font-size: var(--font-sma-S);line-height: var(--font-sma-L);}

    #temp_wcb_footer_footer04_118_third .qr .img{width: 240px;height: 240px;}
    #temp_wcb_footer_footer04_118_third .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}



#temp_wcb_footer_footer04_118_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#temp_wcb_footer_footer04_118_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#temp_wcb_footer_footer04_118_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_118_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#temp_wcb_footer_footer04_118_copyright{min-height: 85px;padding: 16px 0;font-size: 16px;line-height: 1.5;color: var(--font_color_2);border-top: 1px solid var(--font_color_3);}
#temp_wcb_footer_footer04_118_copyright > *{gap: 10px 20px;flex-wrap: wrap;}
#temp_wcb_footer_footer04_118_copyright > * > *{display: flex;align-items: center;flex-wrap: wrap;gap: 10px 20px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_118_copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}

