
.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 .lyuiheader_nav_001-li{display: none;}
/*
 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;}

#w001_index_header_12_nav .stockCode{margin-left: 10px;font-size: 16px;line-height: 1.5;opacity: 0.6;}


/* 背景色 */
#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 .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#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;}
}
#w006_index_hengfu_13 .slide{}
#w006_index_hengfu_13 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w006_index_hengfu_13.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w006_index_hengfu_13 .type-a .slide .img_pc{transform: scale(1)!important;}
#w006_index_hengfu_13 .type-c .slide .img_pc{transform:scale(1)!important;}


#w006_index_hengfu_13 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top:55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
#w006_index_hengfu_13 .message{display: flex;flex-direction: column;color:var(--messageColor);max-width: 100%;}
#w006_index_hengfu_13 .message_box[position="2"] .message,
#w006_index_hengfu_13 .message_box[position="5"] .message,
#w006_index_hengfu_13 .message_box[position="8"] .message{align-items: center;}
#w006_index_hengfu_13 .message_box[position="3"] .message,
#w006_index_hengfu_13 .message_box[position="6"] .message,
#w006_index_hengfu_13 .message_box[position="9"] .message{align-items: flex-end;}


#w006_index_hengfu_13 .message_box .message .titlename{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_index_hengfu_13 .message_box .message .name{margin-top: 20px; 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);}
#w006_index_hengfu_13 .message_box .message .p{margin: 50px 0 0; 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);}

@media screen and (max-width: 1024px){
    #w006_index_hengfu_13 .message_box .message .name{font-size: 48px}
    #w006_index_hengfu_13 .message_box .message .titlename{font-size: 47px ;}
    #w006_index_hengfu_13 .message_box .message .p{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 850px){
    #w006_index_hengfu_13 .message_box .message .name{font-size: 42px;}
    #w006_index_hengfu_13 .message_box .message .titlename{font-size: 40px;}
    #w006_index_hengfu_13 .message_box .message .p{font-size: 20px;}
}

#w006_index_hengfu_13 .circle-page{max-width:1600px; width:92%; margin: auto;margin-bottom: 57px;text-align: left;}
#w006_index_hengfu_13 .circle-page .circle{transform:scale(.8);cursor: pointer;}
#w006_index_hengfu_13 .circle-page .circle .a{position:absolute; width: 5px;height: 5px;background-color: white;border-radius: 50%; top:40%;left: 40%;}

@media screen and (max-width: 751px){
    #w006_index_hengfu_13{display: none;}
}
.w001_index_products_center_61_wrap {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--bgColor);}
@media screen and (max-width: 750px){
    .w001_index_products_center_61_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w001_index_products_center_61_list{display: flex;justify-content: space-between;gap: 100px;}
/* PC端tab */
#w001_index_products_center_61_list .left {flex: 1;}
#w001_index_products_center_61_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_61_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: 20px 0 60px;}
#w001_index_products_center_61_list .left .ul{border-left: 1px solid #D2CEDF;min-height: 580px;}
#w001_index_products_center_61_list .left .ul .li{min-height: 80px;padding: 0 20px;font-size: var(--nav_px);border-left: 2px solid transparent;transform: translateX(-1px);transition: .3s;}
#w001_index_products_center_61_list .left .ul .li.cur{border-color: var(--curFontColor);color: var(--curFontColor);}
#w001_index_products_center_61_list .left .ul .li i{margin-left: 10px;font-size: 16px;}


/* 选项内容 */
#w001_index_products_center_61_list .right {width: 80.625%;max-width: calc(100% - 340px);}
#w001_index_products_center_61_list .right .item{display: grid;grid-template-columns: repeat(3 , calc((100% - 60px)/3));gap: 30px;}
#w001_index_products_center_61_list .right .item.hide{display: none;}
#w001_index_products_center_61_list .right .li{background: #fff;padding: 46px 30px;transition: .3s;text-align: center;border: 1px solid #fff;}
#w001_index_products_center_61_list .right .li:first-child{grid-row: 1 / span 2;padding-bottom: 70px;}
#w001_index_products_center_61_list .right .li .name{font-size: 24px;color: #333;line-height: 1.5;max-height: 72px;}
#w001_index_products_center_61_list .right .li .i_tip{font-size: 18px;color: #666;margin:14px 0;}
#w001_index_products_center_61_list .right .li .brief{font-size: 16px;color: #666;line-height: 30px;margin-top: 30px;text-align: center;max-height: 90px;}
#w001_index_products_center_61_list .right .li .view{font-size: 16px;color: var(--viewFontColor);margin: 50px 0 85px;}
#w001_index_products_center_61_list .right .li .view i{font-size: 16px;margin-left: 5px;}
#w001_index_products_center_61_list .right .li .img{overflow: hidden;max-height: 200px;}
#w001_index_products_center_61_list .right .li:first-child .img{max-height: 250px;}


@media (any-hover: hover){
    #w001_index_products_center_61_list .left .ul .li:hover{color: var(--curFontColor);}
	#w001_index_products_center_61_list .right .li:hover{border-color: var(--borColor);}
    #w001_index_products_center_61_list .right .li .img:hover{transform: scale(1.06);}
}


@media screen and (max-width: 1250px){
    #w001_index_products_center_61_list{gap: 60px;}
    #w001_index_products_center_61_list .right {max-width: calc(100% - 260px);}
    #w001_index_products_center_61_list .right .item{grid-template-columns: repeat(2 , calc((100% - 20px)/2));gap: 20px;}
    #w001_index_products_center_61_list .right .li:first-child{grid-row: initial;padding-bottom: 46px;}
    #w001_index_products_center_61_list .right .li .brief{display: none !important;}
    #w001_index_products_center_61_list .right .li .view{display: none;}
    #w001_index_products_center_61_list .right .li:first-child .img{max-height: 200px;}
}


@media screen and (max-width: 750px){
    #w001_index_products_center_61_list{display: block;}
    /* PC端tab */
    #w001_index_products_center_61_list .left{display: none;}

    /* 选项内容 */
    #w001_index_products_center_61_list .right {width: 100%;max-width: 100%;}
    #w001_index_products_center_61_list .right .item{grid-template-columns: 100%;gap: 20px;}
    #w001_index_products_center_61_list .right .item.hide{display: none;}
    #w001_index_products_center_61_list .right .li{}
    #w001_index_products_center_61_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_61_list .right .li .i_tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L)}
    #w001_index_products_center_61_list .right .li .img,
    #w001_index_products_center_61_list .right .li:first-child .img{max-height: 260px;}
}



/* 移动端tab */
#w001_index_products_center_61_nav_app{display: none;}
@media screen and (max-width: 750px){
    /* 移动端tab */
    #w001_index_products_center_61_nav_app {display: block;position: relative;margin-bottom: 20px;}
    #w001_index_products_center_61_nav_app > *{}
    #w001_index_products_center_61_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_61_nav_app .li{min-height: 80px;padding: 10px 30px;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_61_nav_app .li.cur{border-color: var(--curFontColor);color: var(--curFontColor);}

    #w001_index_products_center_61_nav_app .frist_td{box-shadow: 0 2px 6px rgba(0,0,0,0.2);font-weight: bold;height: 100px;}
    #w001_index_products_center_61_nav_app .frist_td i{font-size: var(--font-txt-S);transition: .3s;display: block;}
    #w001_index_products_center_61_nav_app .frist_td.current i{transform: rotateZ(90deg);}
    #w001_index_products_center_61_nav_app .frist_td_tip{margin-right: 10px;}
}
.w015_index_about_31_wrap {background-color: var(--bgColor);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w015_index_about_31 .text {width: 49%;padding: 90px 0;z-index: 5;}
#w015_index_about_31 .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);margin-bottom: 20px;}
#w015_index_about_31 .text .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);margin-bottom: 40px;}
#w015_index_about_31 .text .brief {font-size: 16px;line-height: 1.5;color: #333;margin-bottom: 70px;}
#w015_index_about_31 .text .button {font-size: 16px;line-height: 60px;width: 165px;height: 60px;transition: .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);}
#w015_index_about_31 .pic {width: 49%;z-index: 5;}
#w015_index_about_31 .pic .img {margin: 180px 0 190px 43px;}
#w015_index_about_31 .pic .img::before {padding-top: 66.66%;}
#w015_index_about_31 .pic .year {font-size: 200px;line-height: 1;color: #fff;font-weight: bold;z-index: 5;right: 0;bottom: 0;}
#w015_index_about_31 .pic .bg {font-size: 30px;line-height: 1;color: #fff;font-weight: bold;top: 0;bottom: 0;left: 34.64%;right: -999px;background-color: var(--picBgColor);padding: 50px 40px;}


#w015_index_about_31_text {font-size: 370px;line-height: 1;color: #ededed;top: 0;left: -20%;z-index: 1;}


@media (any-hover:hover) {
    #w015_index_about_31 .text .button:hover {box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  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:1300px) {
    #w015_index_about_31 .text,
    #w015_index_about_31 .pic {width: 90%;margin: 0 auto;}
    #w015_index_about_31 .pic .img {margin: 150px 0;}
}
@media screen and (max-width:750px) {
    .w015_index_about_31_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w015_index_about_31 .text .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w015_index_about_31 .text .title_en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w015_index_about_31 .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w015_index_about_31 .text .button {font-size: var(--font-txt-S);min-width: 240px;height: 80px;border-radius: 40px;line-height: 80px;}
    #w015_index_about_31 .pic .bg {font-size: var(--font-sub-S);}
}
.w023_index_news_63_wrap {background:#e1e1e1 url() no-repeat 0/cover;}
#w023_index_news_63 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w023_index_news_63 .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: 80px;}

#w023_index_news_63.myleft .title{text-align: left;}
#w023_index_news_63.myright .title{text-align: right;}
#w023_index_news_63.mycenter .title{text-align: center;}

#w023_index_news_63 .list {display: grid;grid-template-columns: repeat(2,calc((100% - 60px)/2));gap: 60px;margin-bottom: 190px;}
#w023_index_news_63 .list .li .img {width: 89.35%;background: #ccc;}
#w023_index_news_63 .list .li .img::before {padding-top: 56.4%;}
#w023_index_news_63 .list .li .text {width: 89.35%;right: 0;bottom: -28.2%;background-color: #fff;padding: 60px;}
#w023_index_news_63 .list .li .text .msg {border-bottom: 1px solid transparent;}
#w023_index_news_63 .list .li .text .msg .name {font-size: 20px;line-height: 1;color: #222;font-weight: bold;}
#w023_index_news_63 .list .li .text .msg .brief {font-size: 16px;line-height: 1.875;color: #777;margin-top: 20px;height: 60px;}
#w023_index_news_63 .list .li .text .time {height: 0;color: transparent;}
#w023_index_news_63 .button {font-size: 16px;width: 180px;height: 54px;margin: 0 auto;padding: 0 16px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}

@media (any-hover:hover) {
    #w023_index_news_63 .list .li:hover .text {padding-bottom: 40px;box-shadow: 10px 10px 15px 1px rgba(0, 0, 0, .07);}
    #w023_index_news_63 .list .li:hover .text .msg {border-bottom: 1px solid #e5e5e5;}
    #w023_index_news_63 .list .li:hover .text .msg .brief {margin-bottom: 30px;}
    #w023_index_news_63 .list .li:hover .text .time {font-size: 30px;line-height: 1;color: #777;padding-top: 40px;height: 70px;}
    #w023_index_news_63 .button:hover {border-radius: 0;}
}
@media screen and (max-width:1200px) {
    #w023_index_news_63 .list {grid-template-columns:100%;margin-bottom: 60px;}
    #w023_index_news_63 .list .li .img {width: 100%;}
    #w023_index_news_63 .list .li .text {width: 100%;position: relative;bottom: 0;padding-bottom: 40px;}
    #w023_index_news_63 .list .li .text .msg {border-bottom: 1px solid #e5e5e5;}
    #w023_index_news_63 .list .li .text .msg .brief {margin-bottom: 30px;}
    #w023_index_news_63 .list .li .text .time {font-size: 30px;line-height: 1;color: #777;padding-top: 40px;height: 70px;}
}
@media screen and (max-width:750px) {
    #w023_index_news_63 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w023_index_news_63 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w023_index_news_63 .list .li .text .msg .name {font-size: var(--font-sma-S);}
    #w023_index_news_63 .list .li .text .msg .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);height: calc(var(--font-txt-L)*2);}
    #w023_index_news_63 .list .li .text .time {font-size: var(--font-sub-S);}
    #w023_index_news_63 .list .li:hover .text .time {font-size: var(--font-sub-S);}
    #w023_index_news_63 .button {font-size: var(--font-txt-S);width: 240px;height: 80px;border-radius: 60px 0 60px 0;}
}

/* temp_d_cry_feedback_41 */
#temp_d_cry_feedback_41_form{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}
@media screen and (max-width:750px) {
	#temp_d_cry_feedback_41_form {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#temp_d_cry_feedback_41_form .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
#temp_d_cry_feedback_41_form .brief{font-size: 16px;color: #fff;margin-top: 15px;}

#temp_d_cry_feedback_41_form.myleft .title,
#temp_d_cry_feedback_41_form.myleft .brief{text-align: left;}

#temp_d_cry_feedback_41_form.mycenter .title,
#temp_d_cry_feedback_41_form.mycenter .brief{text-align: center;}

#temp_d_cry_feedback_41_form.myright .title,
#temp_d_cry_feedback_41_form.myright .brief{text-align: right;}

#temp_d_cry_feedback_41_form .form{margin-top: 25px;display: flex;flex-wrap: wrap;}
#temp_d_cry_feedback_41_form .form .item{width: 24.53%;margin-right: 0.625%;}
#temp_d_cry_feedback_41_form .form .item .input{height: 49px;border: 1px solid transparent;display: block;color: #fff;transition: .3s;background: rgba(96,166,255,.7);padding: 0 20px;}
#temp_d_cry_feedback_41_form .form .item .input input{font-size: 16px;line-height: 49px;width: 100%;}

#temp_d_cry_feedback_41_form .form .submit{width: 24.53%; height: 49px;color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#temp_d_cry_feedback_41_form .form .submit input{font-size: 16px;}

/* 错误信息提示样式 */
#temp_d_cry_feedback_41_form .form .item .error_tip{color: #fff;margin-top: 5px;}

/* 表单聚焦颜色 */
#temp_d_cry_feedback_41_form .form .item .input.focus{border-color: var(--formColor);}
#temp_d_cry_feedback_41_form .form .item .textarea.focus{border-color: var(--formColor);}
/* 错误验证样式 */
#temp_d_cry_feedback_41_form .form .item .input.is-error{border-color: #fff;}
#temp_d_cry_feedback_41_form .form .item .textarea.is-error{border-color: #fff;}

@media screen and (max-width:900px) {
	#temp_d_cry_feedback_41_form .form .item{width: 100%;margin-bottom: 30px;}
	#temp_d_cry_feedback_41_form .form .submit{width: 100%}
}

@media screen and (max-width:750px) {
	#temp_d_cry_feedback_41_form .brief{font-size: 26px;}
	
	#temp_d_cry_feedback_41_form .form{margin-top: 30px;}
	#temp_d_cry_feedback_41_form .form .item .error_tip{font-size: 24px;}
	#temp_d_cry_feedback_41_form .form .item .error_tip > i{font-size: var(--font-bri-S);}

	#temp_d_cry_feedback_41_form .form .item .input{height: auto;}
	#temp_d_cry_feedback_41_form .form .item .input input{font-size: var(--font-txt-S);line-height: var(--font-big-L);}

	#temp_d_cry_feedback_41_form .form .submit{height: 70px;}
	#temp_d_cry_feedback_41_form .form .submit input{font-size: var(--font-txt-S);}
}
#w006_index_footer_18 {font-size:16px; padding-top: var(--paddingTop);padding-bottom: 100px;background:var(--bg_color);color: var(--font_color_1);}

#w006_index_footer_18 .left{position: relative;}
#w006_index_footer_18 .left .logo{max-width: 30%; margin:50px 0;}

#w006_index_footer_18 .left .line{position: absolute;right: 0;left: -100%;height: 1px; background: var(--font_color_3);}

#w006_index_footer_18 .left .nav .dl{display: flex; flex-direction: column;margin-right: 110px;}
#w006_index_footer_18 .left .nav .dl .dt{font-size: 18px; padding-bottom: 30px; padding-top: 60px;}
#w006_index_footer_18 .left .nav .dl .dd{line-height: 36px;color: var(--font_color_2);transition: 0.3s;}

@media (any-hover: hover){
    #w006_index_footer_18 .left .nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

#w006_index_footer_18 .contact_us{width: 27.5%;padding-top: 53px;padding-left: 60px;position: relative;}
#w006_index_footer_18 .contact_us::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: -100px;width: 1px;background: var(--font_color_3);}
#w006_index_footer_18 .contact_us .title {font-size: 18px;}

#w006_index_footer_18 .contact_us .contact{padding-top: 20px;gap: 0 24px;}
#w006_index_footer_18 .contact_us .contact .a{width: 50px; height:50px;font-size: 30px;color: #666666; background: #fff; border-radius: 50%;transition: .3s;}
#w006_index_footer_18 .contact_us .contact .a:hover{background:var(--hoverColor);color:#fff}

#w006_index_footer_18 .contact_us .phone{font-size: 18px; font-weight: 500;padding-top: 52px;line-height: 30px;}
#w006_index_footer_18 .contact_us .number{font-size: 30px;font-weight: bold;color: var(--numColor);line-height: 30px;margin-top: 4px;}
#w006_index_footer_18 .contact_us .message{padding-top: 24px;line-height: 30px;}
#w006_index_footer_18 .contact_us .address{line-height: 30px;}

@media screen and (max-width: 1024px){
	#w006_index_footer_18 .contact_us {width: 45%;}
}

@media screen and (max-width: 850px){
    #w006_index_footer_18 .contact_us {width: 40%;}
}
@media screen and (max-width: 751px){
	#w006_index_footer_18 {display: none;}
	#w006_index_footer_18 .contact_us {width: 45%;}
}




/* 移动端 */
#w006_index_footer_18_small{display: none;}
@media screen and (max-width: 751px){
	#w006_index_footer_18_small{display: block;padding-bottom: 50px;padding-top: var(--appPaddingTop);background:var(--bg_color);color: var(--font_color_1);}

	#w006_index_footer_18_small .footer{padding-top: 50px;}
	#w006_index_footer_18_small .footer .ul .li_top{border-bottom: 1px solid var(--font_color_2);font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding: 26px 0;}
	#w006_index_footer_18_small .footer .ul .li_top i{font-size: var(--font-txt-S);transition: .3s;}
	#w006_index_footer_18_small .footer .ul.cur .li_top > i{transform: rotateZ(90deg);}

	#w006_index_footer_18_small .footer .ul .li_box .li{border-bottom: 1px solid var(--font_color_2);font-size:var(--font-bri-S);line-height:  var(--font-bri-L);padding: 26px 0 26px 15px;color: var(--font_color_2);}
	#w006_index_footer_18_small .footer .ul .li_box .li:first-child{padding-top: 20px;}
	#w006_index_footer_18_small .footer .ul .li_box .li:last-child{margin-bottom: 20px;}

	#w006_index_footer_18_small .message{padding-top: 50px;}
	#w006_index_footer_18_small .message .title {font-size: var(--font-big-S);}
	#w006_index_footer_18_small .message .contact{padding: 40px 0;gap: 0 30px;}
	#w006_index_footer_18_small .message .contact .a{width: 60px;height: 60px;background: var(--font_color_1);border-radius: 50%;font-size: var(--font-sub-S);color: var(--bg_color);}
	#w006_index_footer_18_small .message .phone{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w006_index_footer_18_small .message .number{font-size: var(--font-sub-S);line-height: var(--font-sub-S);font-weight: bold;color: var(--linkColor);}
	#w006_index_footer_18_small .message .message{font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding-top: 24px;}
	#w006_index_footer_18_small .message .address{font-size:var(--font-txt-S);line-height: var(--font-txt-L);}

	#w006_index_footer_18_small .copy_app{font-size: var(--font-txt-S);gap: 10px 20px;display: flex;flex-wrap: wrap;margin-top: 30px;}
}




/* 友情链接 */
#w006_index_footer_18_copy { background: var(--linkColor);}
#w006_index_footer_18_copy .content {height: 120px;}

#w006_index_footer_18_copy .copy {display: flex;flex-wrap: wrap;font-size: 16px;color: #fff;gap: 10px;opacity: .7;}
#w006_index_footer_18_copy .links{font-size: 16px;margin-left: 30px;position: relative;}
#w006_index_footer_18_copy .links .button {font-size: 24px;color: #fff;width: 275px;height: 45px;border-radius: 25px;background: rgba(255, 255, 255, 0.3);padding: 0 20px;opacity: .7;}
#w006_index_footer_18_copy .links .button .span {margin:0 20px;font-size: 16px;}
#w006_index_footer_18_copy .links .box {position: absolute;right: 0px;bottom: 100%;display: none;width: 100%;border-radius: 25px;}
#w006_index_footer_18_copy .links .box .ul{overflow-y: auto;max-height: 224px;width: 100%;background: #fff;border-radius: 25px;}
#w006_index_footer_18_copy .links .box .link {line-height: 1.6;color: #000;display: block;padding: 10px;transition: .3s;}
#w006_index_footer_18_copy .links .box .link:first-child{margin-top: 10px;}
#w006_index_footer_18_copy .links .box .link:last-child{margin-bottom: 10px;}

#w006_index_footer_18_copy .links.cur .button .button_i{transform: rotate(180deg);}
#w006_index_footer_18_copy .links .box .link:hover {background: #f8f8f8;padding-left: 15px;color: var(--linkColor);}

@media screen and (max-width:750px) {
    #w006_index_footer_18_copy .content {height: 100px;}
    #w006_index_footer_18_copy .copy {font-size: var(--font-bri-S);display: none;}
    #w006_index_footer_18_copy .links {font-size: var(--font-txt-S);width: 100%;margin-left: 0;}
    #w006_index_footer_18_copy .links .button{font-size: var(--font-txt-S);width: 100%;height: 60px;border-radius: 40px;}
    #w006_index_footer_18_copy .links .button .span{font-size: var(--font-txt-S);}
	#w006_index_footer_18_copy .links .button .button_i{font-size: var(--font-txt-S);}
	#w006_index_footer_18_copy .links .box{box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);}
	#w006_index_footer_18_copy .links .box .ul{max-height: 360px;}
}