
.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_116_nav{transition: background-color .3s;box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);}
#w001_index_header_116_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
#w001_index_header_116_nav .head{height: var(--head_top_height);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_116_nav{box-shadow: none;}
#header.fixed.scroll-top #w001_index_header_116_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top #w001_index_header_116_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_116_nav .head{color: #333;}

#w001_index_header_116_nav .stockCode{margin-left: 0.1rem;font-size: 0.16rem;line-height: 1.5;opacity: 0.6;}

#w001_index_header_116_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;}
#w001_index_header_116_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_116_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_116_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_116_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_116_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_116_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_116_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_116_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#w001_index_header_116_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}

/* 按钮部分 */
#w001_index_header_116_nav .head_btn{display: flex;align-items: center;font-size: 0.16rem;}
#w001_index_header_116_nav .head_btn > *{padding: 0.1rem 0.15rem;}
#w001_index_header_116_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_116_nav .head_btn > * > i{font-size: 0.2rem;}
#w001_index_header_116_nav .head_btn .language i{margin-right: 0.06rem;}


/* 移动端菜单按钮 */
#w001_index_header_116_nav .head .menu{display: none;padding: 0.3rem 0.2rem;position: relative;cursor: pointer;margin-right: -0.2rem;}
#w001_index_header_116_nav .head .menu i{width: 0.36rem;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_116_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_116_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_116_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_116_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_116_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_116_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_116_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_116_nav .head .menu i::after{background: #333;}


/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_116_nav{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_116_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_116_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_116_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_116_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_116.pc_app #w001_index_header_116_nav .head_nav .li{display: none;}
.w001_index_header_116.pc_app #w001_index_header_116_nav .head .menu{display: block;}


#w001_index_header_116_nav .mblanguage{display: none;}


@media only screen and (max-width: 1024px) {
    #w001_index_header_116_nav .head_nav .li{display: none;}
    #w001_index_header_116_nav .head .menu{display: block;}
    /* #w001_index_header_116_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_116_nav .head_btn .search i {font-size: 0.26rem;}
    #w001_index_header_116_nav .head_btn .language{margin-right: 0.2rem;font-size: 0.2rem;}
    #w001_index_header_116_nav .head_btn .language i {font-size: 0.26rem;margin-right: 0.1rem;}
    
    #w001_index_header_116_nav .btnCS{display: none;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_116_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_116_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_116_nav .head_btn .language{display: none;}
    #w001_index_header_116_nav .mblanguage{margin-right: 0.2rem;font-size: 0.36rem;display: flex;}

    #w001_index_header_116_nav .head .menu{padding: 0.3rem;}
    #w001_index_header_116_nav .head .menu i{width: 0.46rem;height: 3px;}
    #w001_index_header_116_nav .head .menu i::before{transform: translateY(-0.18rem);height: 3px;}
    #w001_index_header_116_nav .head .menu i::after{transform: translateY(0.18rem);height: 3px;}

    #header.menu_expand #w001_index_header_116_nav .weblogo{opacity: 0;}
    #header.menu_expand #w001_index_header_116_nav .mblanguage{opacity: 0;}
}




/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_116_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_116_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_116_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_116_nav .head .menu{display: none;}
.w001_index_header_116 #w001_index_header_116_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -0.2rem;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_116_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_116_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_116_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_116_nav .head_btn{flex: initial;}
}
#w001_index_hengfu_117 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w001_index_hengfu_117.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}
/* 自定义-PC端高度 */
#w001_index_hengfu_117.isHeight .slide{height: var(--hengfuHeightPc);overflow: hidden;}
#w001_index_hengfu_117.isHeight .slide .img_pc{height: 100%;object-fit:cover;}

#w001_index_hengfu_117 .type-a .slide .img_pc{transform: scale(1)!important;}
#w001_index_hengfu_117 .type-c .slide .img_pc{transform:scale(1)!important;}

/* 文字活动区域 */
#w001_index_hengfu_117 .slide .message_box{display: flex;height: calc( 100% - 1.6rem );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w001_index_hengfu_117 .message{display: flex;flex-direction: column;max-width: 100%;}
#w001_index_hengfu_117 .message_box[position="2"] .message,
#w001_index_hengfu_117 .message_box[position="5"] .message,
#w001_index_hengfu_117 .message_box[position="8"] .message{align-items: center;}
#w001_index_hengfu_117 .message_box[position="3"] .message,
#w001_index_hengfu_117 .message_box[position="6"] .message,
#w001_index_hengfu_117 .message_box[position="9"] .message{align-items: flex-end;}


#w001_index_hengfu_117 .message_box[position="2"] .message .name,
#w001_index_hengfu_117 .message_box[position="5"] .message .name,
#w001_index_hengfu_117 .message_box[position="8"] .message .name,
#w001_index_hengfu_117 .message_box[position="2"] .message .brief,
#w001_index_hengfu_117 .message_box[position="5"] .message .brief,
#w001_index_hengfu_117 .message_box[position="8"] .message .brief{text-align: center;}

#w001_index_hengfu_117 .message_box[position="3"] .message .name,
#w001_index_hengfu_117 .message_box[position="6"] .message .name,
#w001_index_hengfu_117 .message_box[position="9"] .message .name,
#w001_index_hengfu_117 .message_box[position="3"] .message .brief,
#w001_index_hengfu_117 .message_box[position="6"] .message .brief,
#w001_index_hengfu_117 .message_box[position="9"] .message .brief{text-align: right;}

#w001_index_hengfu_117 .message_box[position="1"] .message .name,
#w001_index_hengfu_117 .message_box[position="4"] .message .name,
#w001_index_hengfu_117 .message_box[position="7"] .message .name,
#w001_index_hengfu_117 .message_box[position="1"] .message .brief,
#w001_index_hengfu_117 .message_box[position="4"] .message .brief,
#w001_index_hengfu_117 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w001_index_hengfu_117 .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_117 .message .brief{margin: .29rem 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_117 .message .button {font-size: .16rem;line-height: 1;width: 2.4rem;height: .57rem;padding: 0 .3rem;margin-top: .6rem;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_117 .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_117 .swiper-pagination-bullets{bottom: .4rem;}
#w001_index_hengfu_117 .swiper-pagination-bullet{width: .3rem; height: .1rem; background: transparent; margin: 0 .1rem;transition: .3s;border-radius: 0;}
#w001_index_hengfu_117 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w001_index_hengfu_117 .container .swiper-pagination-bullet-active{width: .6rem;}
#w001_index_hengfu_117 .swiper-pagination-bullet-active::before{background: var(--hoverColor);opacity: 1;}

/* 按钮 */
#w001_index_hengfu_117 .btn{top:50%; transform: translateY(-50%);z-index: 2; width: 0.5rem;height: 0.5rem;border-radius: 50%;background-color: var(--prevNextBgColor);color: var(--prevNextIconColor);font-size: 0.16rem;opacity: 0;}
#w001_index_hengfu_117 .prev{left: 4%;}
#w001_index_hengfu_117 .next{right: 4%;}
#w001_index_hengfu_117:hover .btn{opacity: 1;}
@media screen and (max-width: 1024px){
    #w001_index_hengfu_117 .message .name{font-size: .48rem;}
    #w001_index_hengfu_117 .message .brief{font-size: .21rem;}
}
@media screen and (max-width: 992px){
    #w001_index_hengfu_117 .message .brief{margin-top: 0.2rem;}
    #w001_index_hengfu_117 .message .button{margin-top: 0.2rem;}
}
@media screen and (max-width: 768px){
    #w001_index_hengfu_117{display: none;}
}
.w001_index_products_center_148_wrap {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--bgColor);}
@media screen and (max-width: 750px){
    .w001_index_products_center_148_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w001_index_products_center_148_list{display: flex;justify-content: space-between;gap: 1rem;}
/* PC端tab */
#w001_index_products_center_148_list .left {flex: 1;}
#w001_index_products_center_148_list .left .p_tip{font-size: var(--sub_px);color: var(--sub_color);font-weight: var(--sub_font_weight);font-style: var(--sub_font_style);line-height: var(--sub_line_height);}
#w001_index_products_center_148_list .left .c_tip{font-size: var(--tit_px);color: var(--tit_color);font-weight: var(--tit_font_weight);font-style: var(--tit_font_style);line-height: var(--tit_line_height);margin: 0.2rem 0 0.6rem;}
#w001_index_products_center_148_list .left .ul{border-left: 1px solid #D2CEDF;min-height: 5.8rem;}
#w001_index_products_center_148_list .left .ul .li{min-height: 0.8rem;padding: 0 0.2rem;font-size: var(--nav_px);border-left: 2px solid transparent;transform: translateX(-1px);transition: .3s;}
#w001_index_products_center_148_list .left .ul .li.cur{border-color: var(--curFontColor);color: var(--curFontColor);}
#w001_index_products_center_148_list .left .ul .li i{margin-left: 0.1rem;font-size: 0.16rem;}


/* 选项内容 */
#w001_index_products_center_148_list .right {width: 80.625%;max-width: calc(100% - 3.4rem);}
#w001_index_products_center_148_list .right .item{display: grid;grid-template-columns: repeat(3 , calc((100% - 0.6rem)/3));gap: 0.3rem;}
#w001_index_products_center_148_list .right .item.hide{display: none;}
#w001_index_products_center_148_list .right .li{background: #fff;padding: 0.46rem 0.3rem;transition: .3s;text-align: center;border: 1px solid #fff;}
#w001_index_products_center_148_list .right .li:first-child{grid-row: 1 / span 2;padding-bottom: 0.7rem;}
#w001_index_products_center_148_list .right .li .name{font-size: 0.24rem;color: #333;line-height: 1.5;max-height: 0.72rem;}
#w001_index_products_center_148_list .right .li .i_tip{font-size: 0.18rem;color: #666;margin:0.14rem 0;}
#w001_index_products_center_148_list .right .li .brief{font-size: 0.16rem;color: #666;line-height: 0.3rem;margin-top: 0.3rem;text-align: center;max-height: 0.9rem;}
#w001_index_products_center_148_list .right .li .view{font-size: 0.16rem;color: var(--viewFontColor);margin: 0.5rem 0 0.85rem;}
#w001_index_products_center_148_list .right .li .view i{font-size: 0.16rem;margin-left: 5px;}
#w001_index_products_center_148_list .right .li .img{overflow: hidden;max-height: 2rem;}
#w001_index_products_center_148_list .right .li:first-child .img{max-height: 2.5rem;}


@media (any-hover: hover){
    #w001_index_products_center_148_list .left .ul .li:hover{color: var(--curFontColor);}
	#w001_index_products_center_148_list .right .li:hover{border-color: var(--borColor);}
    #w001_index_products_center_148_list .right .li .img:hover{transform: scale(1.06);}
}


@media screen and (max-width: 1250px){
    #w001_index_products_center_148_list{gap: 0.6rem;}
    #w001_index_products_center_148_list .right {max-width: calc(100% - 2.6rem);}
    #w001_index_products_center_148_list .right .item{grid-template-columns: repeat(2 , calc((100% - 0.2rem)/2));gap: 0.2rem;}
    #w001_index_products_center_148_list .right .li:first-child{grid-row: initial;padding-bottom: 0.46rem;}
    #w001_index_products_center_148_list .right .li .brief{display: none !important;}
    #w001_index_products_center_148_list .right .li .view{display: none;}
    #w001_index_products_center_148_list .right .li:first-child .img{max-height: 2rem;}
}


@media screen and (max-width: 750px){
    #w001_index_products_center_148_list{display: block;}
    /* PC端tab */
    #w001_index_products_center_148_list .left{display: none;}

    /* 选项内容 */
    #w001_index_products_center_148_list .right {width: 100%;max-width: 100%;}
    #w001_index_products_center_148_list .right .item{grid-template-columns: 100%;gap: 0.2rem;}
    #w001_index_products_center_148_list .right .item.hide{display: none;}
    #w001_index_products_center_148_list .right .li{}
    #w001_index_products_center_148_list .right .li .name{font-size: var(--font-sma-S);line-height: var(--font-sma-L);max-height: calc(2 * var(--font-sma-L));}
    #w001_index_products_center_148_list .right .li .i_tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L)}
    #w001_index_products_center_148_list .right .li .img,
    #w001_index_products_center_148_list .right .li:first-child .img{max-height: 2.6rem;}
}



/* 移动端tab */
#w001_index_products_center_148_nav_app{display: none;}
@media screen and (max-width: 750px){
    /* 移动端tab */
    #w001_index_products_center_148_nav_app {display: block;position: relative;margin-bottom: 0.2rem;}
    #w001_index_products_center_148_nav_app > *{}
    #w001_index_products_center_148_nav_app .ul{display: none;background: #fff;border-radius: 0 0 5px 5px;box-shadow: 0 3px 5px rgba(0,0,0,0.1);position: absolute;top:  calc(100% + 2px);right: 0;left: 0;z-index: 1;}

    #w001_index_products_center_148_nav_app .li{min-height: 0.8rem;padding: 0.1rem 0.3rem;font-size: var(--font-txt-S);line-height: var(--font-txt-L);color: #333;border-left: 2px solid transparent;transition: .3s;background: #fff;}
    #w001_index_products_center_148_nav_app .li.cur{border-color: var(--curFontColor);color: var(--curFontColor);}

    #w001_index_products_center_148_nav_app .frist_td{box-shadow: 0 2px 6px rgba(0,0,0,0.2);font-weight: bold;height: 1rem;}
    #w001_index_products_center_148_nav_app .frist_td i{font-size: var(--font-txt-S);transition: .3s;display: block;}
    #w001_index_products_center_148_nav_app .frist_td.current i{transform: rotateZ(90deg);}
    #w001_index_products_center_148_nav_app .frist_td_tip{margin-right: 0.1rem;}
}
.w012_index_package_119_wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:768px){
    .w012_index_package_119_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w012_index_package_119_introduce .slide{padding-top: 45.27%;background: rgba(51, 51, 51, .7);}
#w012_index_package_119_introduce .introduce{display: flex;height: calc( 100% - 1.6rem );position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);}
#w012_index_package_119_introduce .introduce .message{display: flex;flex-direction: column;;width: 50%;padding-right: 10.07%;}
#w012_index_package_119_introduce .introduce .message .name{font-size: 0.46rem; font-weight: 600; color: var(--fontColor);margin-bottom: 0.52rem;}
#w012_index_package_119_introduce .introduce .message .brief{font-size: 0.16rem;margin-bottom:0.73rem;line-height: 0.3rem;color: var(--fontColor)}
#w012_index_package_119_introduce .introduce .message .btn{font-size: 0.16rem;width: 1.6rem;height: 0.6rem;transition: 0.3s;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);}
#w012_index_package_119_introduce .introduce .message .btn .right{margin-left:0.25rem;transition: 0.3s;}
#w012_index_package_119_introduce .swiper-pagination {bottom: 10%;display: none;}
#w012_index_package_119_introduce .swiper-pagination-bullet{background: var(--fontColor);}
@media (any-hover: hover) {
	#w012_index_package_119_introduce .introduce .message .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}	
}
@media screen and (max-width:1200px){
    #w012_index_package_119_introduce .pc_pic{display:none;}
    #w012_index_package_119_introduce .mobile_pic{display:inline-block;}

    #w012_index_package_119_introduce .slide{padding-top: 100%;}
    #w012_index_package_119_introduce .introduce{flex-direction: column;}
    #w012_index_package_119_introduce .introduce .message{width: 100%;padding-right: 0;}
}
@media screen and (max-width:992px){
    #w012_index_package_119_introduce .swiper-pagination {display: block;}
    #w012_index_package_119_introduce .swiper-pagination-bullet{width: 0.1rem;height: 0.1rem;}
}
@media screen and (max-width:768px){
    #w012_index_package_119_introduce{width:100%;}
    #w012_index_package_119_introduce .slide{padding-top: 100%;}
    #w012_index_package_119_introduce .introduce .message .name{font-size:var(--font-big-S)}
    #w012_index_package_119_introduce .introduce .message .brief{font-size:var(--font-txt-S);line-height:var(--font-txt-L)}
    #w012_index_package_119_introduce .introduce .message .btn{font-size: var(--font-bri-S);width:2.5rem;height: 0.8rem;border-radius: 0.5rem;}
    #w012_index_package_119_introduce .introduce .message .btn .right{font-size: var(--font-txt-S);}
}

#w012_index_package_119_choice{position: absolute;right: 0;left:0;z-index:1;top: 50%;height: 0;}
#w012_index_package_119_choice .box{width:1.6rem ;height: 1.6rem;transform: translateY(-50%);}
#w012_index_package_119_choice .show{position:absolute; width:100%;height:100%;background: rgba(0,0,0,0);border: 1px solid rgba(255, 255, 255, 0.1);top:0;left: 0;transition: 0.6s;}
#w012_index_package_119_choice .show:nth-child(2){transform: translateX(-100%);}
#w012_index_package_119_choice .show:nth-child(3){transform: translateX(-200%);}
#w012_index_package_119_choice .show:nth-child(4){transform: translateX(-300%);}
#w012_index_package_119_choice .show:nth-child(5){transform: translate(-200%,-100%);}
#w012_index_package_119_choice .show:nth-child(6){transform: translate(-100%,100%);}

#w012_index_package_119_choice .show.cur{background-color: var(--hoverColor);opacity: 1;}
#w012_index_package_119_choice .img .svgg{width: 0.4rem;height: 0.4rem;fill:var(--fontColor);}
#w012_index_package_119_choice .show .text{font-size: 0.18rem;color: var(--fontColor);margin-top: 0.2rem;}
@media screen and (max-width:1200px){
    #w012_index_package_119_choice{top: 70%;left: -45%;}
}
@media screen and (max-width:992px){
    #w012_index_package_119_choice{display: none;}
}

.w012_index_about_120_wrapper{padding-top:var(--paddingTop);display: flex; justify-content: space-between;}
@media screen and (max-width:1200px) {
	.w012_index_about_120_wrapper{flex-direction: column;}
}

@media screen and (max-width:751px) {
	.w012_index_about_120_wrapper{padding-top: var(--appPaddingTop);}
}

#w012_index_about_120_title{width: 50%;padding-right: 1.3rem;}
#w012_index_about_120_title .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.38rem;}
#w012_index_about_120_title .intro{font-size: 0.24rem;font-weight: 500;margin-bottom: 0.51rem;}
#w012_index_about_120_title .brief{font-size: 0.16rem;color:#6B6E73;line-height: 0.3rem;}
#w012_index_about_120_title .btn{ font-size: 0.16rem;width: 1.6rem;height: 0.6rem;transition: 0.3s;display: flex;justify-content:center;align-items: center;margin-top: 0.5rem; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w012_index_about_120_title .btn .right{color:#333333;margin-left:0.25rem;transition: 0.3s;}

#w012_index_about_120_title.myleft{text-align: left;}
#w012_index_about_120_title.myright{text-align: right;}
#w012_index_about_120_title.mycenter{text-align: center;}

#w012_index_about_120_title.myleft .btn{margin-right: auto;}
#w012_index_about_120_title.myright .btn{margin-left: auto;}
#w012_index_about_120_title.mycenter .btn{margin: 0.5rem auto 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_120_title{width: 40%;padding-right:0.5rem}

}

@media screen and (max-width:1300px) {
    #w012_index_about_120_title .brief{margin-bottom: 0.2rem;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_120_title{width:100%}
    #w012_index_about_120_title .btn{margin-bottom: 0.3rem;margin-top: 0.2rem;}
}

@media screen and (max-width:751px) {
	#w012_index_about_120_title{padding-right: 0;}
	#w012_index_about_120_title .title{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w012_index_about_120_title .intro{font-size: var(--font-sub-S)}
    #w012_index_about_120_title .brief{font-size: var(--font-txt-S);line-height:var(--font-txt-L)}
    #w012_index_about_120_title .btn{ font-size: var(--font-bri-S);width: 2.5rem;height: 0.8rem;border-radius:0.4rem;}
	#w012_index_about_120_title .btn .right{font-size: var(--font-txt-S);}
}

@media (any-hover: hover) {	
	#w012_index_about_120_title .btn:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);}
	#w012_index_about_120_title .btn:hover .right{color:#fff}
}

#w012_index_about_120_images{width:50%;}
#w012_index_about_120_images .picture::before{padding-top:59.75%;}
#w012_index_about_120_images .picture img{top: 0;}

@media screen and (max-width:1500px) {
	#w012_index_about_120_images{width:60%;}
}

@media screen and (max-width:1200px) {
	#w012_index_about_120_images{width:100%;}
}

#w012_index_about_120_bottom{padding-top:0.93rem;margin-bottom:var(--paddingBottom);}

#w012_index_about_120_bottom .number{padding:0.4rem 0.4rem 0.4rem 0.4rem;background-color: #f8f8f8;}
#w012_index_about_120_bottom .number .li{position: relative;width:100%;margin-right:0.6rem;}
#w012_index_about_120_bottom .number .li:last-child{margin-right: 0;}
#w012_index_about_120_bottom .number .li::after{content:'';position: absolute;width: 2px;height: 0.9rem;background: #000000;opacity: 0.05;top: -0.1rem;right: 120%;}
#w012_index_about_120_bottom .number .li:first-child:after{display: none;}
#w012_index_about_120_bottom .number .li .num{font-size:var(--listFt1_px);font-weight: bold;position: relative;}
#w012_index_about_120_bottom .number .li .num::after{content:'';position: absolute;width:5px;height:5px;top:0.05rem;transform: translateX(0.1rem);background-color:var(--point_color);border-radius: 50%;}
#w012_index_about_120_bottom .number .li .tag{font-size: var(--listFt2_px); font-weight:500;margin-top: 0.15rem;color:#666666}


@media screen and (max-width:850px) {
	#w012_index_about_120_bottom .number{padding-right: 0.4rem;}
}

@media screen and (max-width:751px) {
	#w012_index_about_120_bottom{padding-bottom: var(--appPaddingBottom);padding-top: 0.5rem;}
	#w012_index_about_120_bottom .number{display: grid;grid-template-columns: 100%;row-gap: 0.3rem;}
	#w012_index_about_120_bottom .number .li{text-align: center;}
	#w012_index_about_120_bottom .number .li::after{width: 100%;height: 2px;background-color: #333;}
	#w012_index_about_120_bottom .number .li .num{font-size:var(--font-big-S)}
	#w012_index_about_120_bottom .number .li .num::after{width: 0.1rem;height: 0.1rem;}
	#w012_index_about_120_bottom .number .li .simple{font-size:var(--font-txt-S)}
	#w012_index_about_120_bottom .number .li .tag{font-size: var(--font-txt-S);margin-top: 0.1rem;}
}
.w013_about_culture_135_wrap {background-color: #f8f8f8;}

#w013_about_culture_135 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w013_about_culture_135 .title {margin-bottom: 0.8rem;}
#w013_about_culture_135 .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_culture_135 .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_culture_135.myleft .title{}
#w013_about_culture_135.myright .title{flex-direction: row-reverse;text-align: right;}
#w013_about_culture_135.mycenter .title{text-align: center;justify-content:center;flex-direction: column;gap: 0.2rem;}

#w013_about_culture_135 .list {}
#w013_about_culture_135 .list .li {border-radius: 0.3rem;background-color: #fff;width: calc((100% - 1.6rem)/5);margin: 0.4rem 0 0 0.4rem;}
#w013_about_culture_135 .list .li-5:nth-child(5n+1) {margin-left: 0;}
#w013_about_culture_135 .list .li-4 {width: calc((100% - 1.8rem)/4);margin: 0.6rem 0 0 0.6rem;}
#w013_about_culture_135 .list .li-4:nth-child(4n+1) {margin-left: 0;}
#w013_about_culture_135 .list .li .img::before {padding-top: 57.74%;}
#w013_about_culture_135 .list .li .img .svg{max-width: 80%;}
#w013_about_culture_135 .list .li .name {font-size: 0.24rem;line-height: 1;color: #222;padding: 0 0.2rem;margin-bottom: 0.2rem;}
#w013_about_culture_135 .list .li .brief {font-size: 0.16rem;line-height: 1.625;color: #888;padding: 0 0.2rem;margin-bottom: 0.55rem;}

@media (any-hover:hover) {
    #w013_about_culture_135 .list .li:hover .img .svg {transform:translate(-50%,-50%) scale(1.1); -webkit-transform:translate(-50%,-50%) scale(1.1);}
}
@media screen and (max-width:1300px) {
    #w013_about_culture_135 .list .li:nth-child(5n+1),
    #w013_about_culture_135 .list .li {width: calc((100% - 1.2rem)/4);margin: 0.4rem 0 0 0.4rem;}
    #w013_about_culture_135 .list .li:nth-child(4n+1) {margin-left: 0;}
}
@media screen and (max-width:1000px) {
    #w013_about_culture_135 .list .li:nth-child(4n+1),
    #w013_about_culture_135 .list .li:nth-child(5n+1),
    #w013_about_culture_135 .list .li {width: calc((100% - 0.9rem)/3);margin: 0.3rem 0 0 0.3rem;}
    #w013_about_culture_135 .list .li:nth-child(3n+1) {margin-left: 0;}
}
@media screen and (max-width:750px) {
    #w013_about_culture_135 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w013_about_culture_135 .title{flex-wrap: wrap;}
    /* #w013_about_culture_135 .title .cn,
    #w013_about_culture_135 .title .en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);} */
    #w013_about_culture_135 .title .cn {font-size: var(--font_1st_mobile_px);color: var(--font_1st_mobile_color);font-weight: var(--font_1st_mobile_font_weight);font-style: var(--font_1st_mobile_font_style);line-height: var(--font_1st_mobile_line_height);}
    #w013_about_culture_135 .title .en {font-size: var(--font_2nd_mobile_px);color: var(--font_2nd_mobile_color);font-weight: var(--font_2nd_mobile_font_weight);font-style: var(--font_2nd_mobile_font_style);line-height: var(--font_2nd_mobile_line_height);}
    
    #w013_about_culture_135 .list .li:nth-child(3n+1),
    #w013_about_culture_135 .list .li:nth-child(4n+1),
    #w013_about_culture_135 .list .li:nth-child(5n+1),
    #w013_about_culture_135 .list .li {width: calc((100% - 0.4rem)/2);margin-left: 0.2rem;}
    #w013_about_culture_135 .list .li:nth-child(2n+1) {margin-left: 0;}
    #w013_about_culture_135 .list .li .name {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
    #w013_about_culture_135 .list .li .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}

#w004_index_news_132 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--contentBgColor);}


#w004_index_news_132 .box .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.12rem;}
#w004_index_news_132 .box .subtitle .tip{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);}
#w004_index_news_132 .box .more{font-size: 0.16rem;color: #333;}
#w004_index_news_132 .box .more .more_i{width: 0.3rem; height: 0.3rem;  background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 0.15rem;}
#w004_index_news_132 .box .more:hover .more_i > i{font-size: 0.2rem;}

#w004_index_news_132.myleft .box{}
#w004_index_news_132.myleft .box .subtitle{}
#w004_index_news_132.mycenter .box{text-align: center;}
#w004_index_news_132.mycenter .box .subtitle{flex-direction: column;justify-content: center;}
#w004_index_news_132.myright .box{text-align: right;}
#w004_index_news_132.myright .box .subtitle{flex-direction: row-reverse;}


#w004_index_news_132 .box .graphic{display: grid;grid-template-columns: repeat(3,calc((100% - 0.7rem)/3));gap: 0.35rem;margin-top: 0.5rem;}
#w004_index_news_132 .graphic .dl{background: var(--listBgColor);}
#w004_index_news_132 .graphic .dl .dt{padding-top: 60.784313%;}
#w004_index_news_132 .graphic .dl .dd{padding: 0.36rem 0.3rem 0.3rem;}
#w004_index_news_132 .graphic .dl .dd .time{font-size: 0.18rem;color: #888;}
#w004_index_news_132 .graphic .dl .dd .name{font-size: 0.24rem;line-height: 0.32rem;color: #333;font-weight: bold;transition: .3s;margin: 0.26rem 0 0.2rem;height: 0.64rem;}
#w004_index_news_132 .graphic .dl .dd .brief{font-size: 0.16rem;line-height: 0.24rem;color: #666666;}

#w004_index_news_132 .graphic .list{background: var(--listBgColor);padding: 0.1rem 0.22rem;}
#w004_index_news_132 .graphic .list .li{font-size: 0.2rem;line-height: 0.3rem;color: #333;margin: 0.3rem 0;}
#w004_index_news_132 .graphic .list .li .name{font-weight: bold;transition: .3s;max-height: 0.6rem;}
#w004_index_news_132 .graphic .list .li .time{font-size: 0.16rem;line-height: 1;color: #888;margin-top: 5px;}

@keyframes slide-right {
    0% { margin-left: 0; opacity: 1; }
    50% { margin-left: 0.2rem; opacity: 0; }
    75% { margin-left: -0.2rem; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
}


@media (any-hover: hover){
    #w004_index_news_132 .graphic .dl .dd .name:hover{color: var(--hoverFontColor);}
    #w004_index_news_132 .graphic .dl .dt:hover img{transform: scale(1.1);}
    #w004_index_news_132 .graphic .list .li:hover .name{color: var(--hoverFontColor);}
    #w004_index_news_132 .box .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_news_132 .box .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width: 1050px){
    #w004_index_news_132 .box .graphic{grid-template-columns: repeat(2,calc((100% - 0.35rem)/2));gap: 0.35rem;}
    #w004_index_news_132 .graphic .list{grid-column: 1 / span 2;}
}

@media screen and (max-width: 750px){
    #w004_index_news_132 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_news_132 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 0.16rem;}
    #w004_index_news_132 .box .subtitle{display: block;}
    #w004_index_news_132 .box .subtitle .tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);margin-bottom: 0.2rem;}

    #w004_index_news_132 .box .more{font-size: var(--font-bri-S);display: inline-flex;}
    #w004_index_news_132 .box .more .more_i{width: 0.7rem; height: 0.7rem; background: var(--moreBgColor);}
    #w004_index_news_132 .box .more .more_i > i{font-size: var(--font-txt-S);}


    #w004_index_news_132 .box .graphic{display: block;}
    #w004_index_news_132 .graphic .dl{margin-bottom: 0.3rem;}
    #w004_index_news_132 .graphic .dl .dd .time{font-size: var(--font-bri-S);}
    #w004_index_news_132 .graphic .dl .dd .name{font-size: var(--font-sma-S);line-height: var(--font-sma-L);max-height: calc(2 * var(--font-sma-L));height: initial;}
    #w004_index_news_132 .graphic .dl .dd .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(2 * var(--font-txt-L));}

    #w004_index_news_132 .graphic .list .li{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 0.3rem 0 0.5rem;}
    #w004_index_news_132 .graphic .list .li .name{max-height: calc(2 * var(--font-sma-L));}
    #w004_index_news_132 .graphic .list .li .time{font-size: var(--font-bri-S);margin-top: 0.1rem;}
}
.w011_index_footer_123_color {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background-color: var(--bg_color);color: var(--font_color_1);overflow: hidden;}

#w011_index_footer_123 {}
#w011_index_footer_123 .head {border-bottom: 1px solid var(--font_color_2);min-height: 1.5rem;}
#w011_index_footer_123 .head .logo {width: 1.6rem;flex-shrink: 0;}
#w011_index_footer_123 .head .logo.widthAuto {width: auto;}
/* #w011_index_footer_123 .head .logo::before {padding-top: 37.5%;} */
/* #w011_index_footer_123 .head .logo img {max-width: 100%;max-height: 100%;flex-shrink: 0;} */
#w011_index_footer_123 .head .pc_nav{flex: 1;display: flex;flex-wrap: wrap;gap: 0.1rem 0.7rem;justify-content: flex-end;margin-left: 0.3rem;}
#w011_index_footer_123 .head .pc_nav .link {font-size: 0.16rem;line-height: 2;display: block;transition: 0.3s;}

#w011_index_footer_123 .contact {margin-top: 0.3rem;}
#w011_index_footer_123 .contact .dt {font-size: 0.3rem;line-height: 1.6;padding: 0.05rem 0;}
#w011_index_footer_123 .contact .dt .icon {font-size: 0.3rem;margin-left: 0.2rem;}
#w011_index_footer_123 .contact .dt .icon:first-child{margin-left: 0;}
#w011_index_footer_123 .contact .dd {font-size: 0.16rem;line-height: 1.6;padding: 0.05rem 0;}

@media (any-hover: hover){
    #w011_index_footer_123 .head .pc_nav .link:hover{color:var(--hover_color);text-decoration:underline;}
}

@media screen and (max-width:750px) {
    .w011_index_footer_123_color {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w011_index_footer_123 .head {border: none;height: auto;flex-direction: column;}
    #w011_index_footer_123 .head .logo {min-width: 100%;display: none;}
    #w011_index_footer_123 .head .pc_nav{margin-left: 0;width: 100%;}
    #w011_index_footer_123 .head .pc_nav .link {font-size: var(--font-txt-S);line-height: var(--font-txt-L);border-bottom: 1px solid var(--font_color_2);padding: 0.2rem 0;width: 100%;}

    #w011_index_footer_123 .contact .dt {font-size: var(--font-sub-S);line-height: var(--font-sub-L);padding: 0.1rem 0 0.3rem;}
    #w011_index_footer_123 .contact .dt .icon {font-size: var(--font-sub-S);}
    #w011_index_footer_123 .contact .dd {font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 0.1rem 0;}
    #w011_index_footer_123 .contact_left .dd{padding: 0.1rem 0 0.3rem;}
}

#w011_index_footer_123_links{font-size: 0.16rem;height: 0.72rem;border-bottom: 1px solid var(--font_color_2);}
#w011_index_footer_123_links .fd_link{display: flex;flex-wrap: wrap;gap: 0.1rem 0.26rem;}
#w011_index_footer_123_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w011_index_footer_123_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 0.16rem 0;}
}