
:root{
    --paddingLeft:52px;
    --head_top_height:140px;
    --font_1st_px:18px; /* 一级菜单字体 */
}
#my_header_0001_0_pc.cur{--head_top_height:115px;}
@media only screen and (max-width: 1440px) {
    :root{
        --paddingLeft:40px;
    }
}
@media only screen and (max-width: 1280px) {
    :root{
        --paddingLeft:30px;
        --head_top_height:110px;
    }
    #my_header_0001_0_pc.cur{--head_top_height:110px;}
}
@media only screen and (max-width: 1050px) {
    :root{
        --paddingLeft:30px;
        --head_top_height:100px;
    }
    #my_header_0001_0_pc.cur{--head_top_height:100px;}
}
@media only screen and (max-width: 992px) {
    :root{
        --head_top_height:0.758rem;
    }
    #my_header_0001_0_pc.cur{--head_top_height:0.758rem;}
}
@media only screen and (max-width: 768px){
    :root{
        --head_top_height:0.9rem;
    }
    #my_header_0001_0_pc.cur{--head_top_height:0.9rem;}
}
/* 头部 */
#my_header_0001_0_pc{color:#fff;top: 0;left: 0;z-index:10;width:100%;height:var(--head_top_height);box-shadow: none;}

/* logo */
#my_header_0001_0_pc .logo{width:80px;height:100%;overflow:hidden;}
#my_header_0001_0_pc .logo img{max-height:80%;object-fit:contain;}

/* 导航 */
#my_header_0001_0_pc .nav{padding:0 30px;}
#my_header_0001_0_pc .nav .one_nav{margin-right:var(--paddingLeft);font-size:var(--font_1st_px);text-align:center;line-height:var(--head_top_height);white-space:nowrap;position: relative;}
#my_header_0001_0_pc .nav .one_nav:last-child{margin-right:0;}
#my_header_0001_0_pc .nav .one_nav:hover{color:var(--mainColor);}
#my_header_0001_0_pc .nav .one_nav::after{content: '';background-color: transparent;position: absolute;width: 40px;height: 3px; bottom: 30%;left: 50%;transform: translateX(-50%);transition: 0.3s;}
#my_header_0001_0_pc .nav .one_nav:hover::after,
#my_header_0001_0_pc .nav .one_nav.cur::after{background-color: var(--mainColor);}
/* PC导航下拉 */
#my_header_0001_0_pc .nav .two_nav{min-width:120px;height:0;left:50%;transform: translateX(-50%);overflow:hidden;top:var(--head_top_height);z-index:9;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);background-color: rgba(255, 255, 255 ,0.8);border-radius:0 0 10px 10px;}
#my_header_0001_0_pc .nav .two_nav .h{padding:10px 0;}
#my_header_0001_0_pc .nav .two_nav .h .tnav_a{font-size:var(--font_1st_px);color:#666;white-space:nowrap;padding:0 30px;line-height:48px;text-align:center;}
#my_header_0001_0_pc .nav .two_nav .h .tnav_a{padding:0 30px;}
#my_header_0001_0_pc .nav .two_nav .h .tnav_a:hover{color:var(--mainColor);}
/* 对比导航 */
#my_header_0001_0_compare{display: inline-flex;pointer-events: none;position: absolute;top: 0;left: 0;visibility: hidden;opacity: 0;}
#my_header_0001_0_compare .head_nav_list{padding:0 30px;}
#my_header_0001_0_compare .head_nav_list .li{font-size: var(--font_1st_px);margin-left: var(--paddingLeft);}
#my_header_0001_0_compare .head_nav_list .li:first-child{margin-left: 0;}

/* 右侧-搜索/语言 */
#my_header_0001_0_pc .contact .svg{width:22px;height:auto;fill:#fff;}
#my_header_0001_0_pc .search{margin-left:40px;}
#my_header_0001_0_pc .search .svg{width:20px;height:auto;fill:#fff;}
/* 右侧-菜单按钮 */
#my_header_0001_0_pc .menu{display:none;width:25px;height:20px;margin-left:30px;}
#my_header_0001_0_pc .menu .menu_bar{display:block;width:100%;height:2px;background-color:#333;transform-origin:0;}
#my_header_0001_0_pc .menu .menu_bar:nth-child(2){width:80%;}
#my_header_0001_0_pc .menu.cur .menu_bar:nth-child(1){transform:rotateZ(45deg);}
#my_header_0001_0_pc .menu.cur .menu_bar:nth-child(2){display:none;}
#my_header_0001_0_pc .menu.cur .menu_bar:nth-child(3){transform:rotateZ(-45deg);}

/* 导航占位 */
#my_header_0001_0_header_blank{display:none;width:100%;height:var(--head_top_height);}

/* 移动端导航下拉 */
#my_header_0001_0_mobiel{width: 100%;height: 0;z-index:50;left: 0;right: 0;top:var(--head_top_height); background: #fff;overflow-y: auto;}
#my_header_0001_0_mobiel.cur{height: calc(100vh - var(--head_top_height));}
#my_header_0001_0_mobiel .nav{width:100%;border-top:1px solid rgba(0, 0, 0, .2);}
#my_header_0001_0_mobiel .navli .one_nav{font-size:18px;line-height:60px;color:#333;font-weight:500;padding:0 30px;border-bottom: 1px solid rgba(0, 0, 0, .2);}
#my_header_0001_0_mobiel .navli .one_nav .icon{font-size:inherit;line-height:1;}
#my_header_0001_0_mobiel .navli.cur .one_nav .icon{transform:rotate(90deg);}
#my_header_0001_0_mobiel .navli .two_nav{width: 100%;background: #f7f7f7;}
#my_header_0001_0_mobiel .navli .two_nav{font-size: 18px;line-height:50px;color:#333;font-weight:500;}
#my_header_0001_0_mobiel .navli .two_nav .item{border-bottom: 1px dashed rgba(0, 0, 0, .2);padding: 0 30px;}
#my_header_0001_0_mobiel .navli .two_nav .item:last-child{border: none;}
#my_header_0001_0_mobiel .navli .two_nav .p_nav{padding:0 30px 10px;}
#my_header_0001_0_mobiel .navli .two_nav .p_name{font-size: 18px;color:#333;line-height:30px;}
/* 导航栏放不下时 */
.my_header_0001_0.pc_app #my_header_0001_0_pc .nav{display:none;}
.my_header_0001_0.pc_app #my_header_0001_0_pc .menu{display:block;}
/* 导航占位时 */
@media screen and (min-width:769px) {
    #my_header_0001_0_header_blank.show{display:block;}
    #my_header_0001_0_pc.none{transform:translate3d(0px,-100%,0);}
    #my_header_0001_0_pc.show,
    #my_header_0001_0_pc:hover,
    #my_header_0001_0_pc.cur{background-color: #fff;color:#333;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
    /* Logo */
    #my_header_0001_0_pc.show .logo .i1,
    #my_header_0001_0_pc:hover .logo .i1,
    #my_header_0001_0_pc.cur .logo .i1{display: none;}
    #my_header_0001_0_pc.show .logo .i2,
    #my_header_0001_0_pc:hover .logo .i2,
    #my_header_0001_0_pc.cur .logo .i2{display: inline-block;}
    /* 右侧 */
    #my_header_0001_0_pc:hover .contact .svg,
    #my_header_0001_0_pc.cur .contact .svg,
    #my_header_0001_0_pc:hover .search .svg,
    #my_header_0001_0_pc.cur .search .svg{fill:#333;}
    #my_header_0001_0_pc .contact:hover .svg,
    #my_header_0001_0_pc .search:hover .svg{fill:var(--mainColor);}
}
@media screen and (max-width: 1440px) {
    #my_header_0001_0_pc .search{margin-left:30px;}
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1050px) {
    #my_header_0001_0_header_blank{display:block;}
    #my_header_0001_0_pc{background-color:#fff;color:#333;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
    #my_header_0001_0_pc .nav{display: none;}
    #my_header_0001_0_pc .menu{display: block;}

    #my_header_0001_0_pc .logo .i1{display: none;}
    #my_header_0001_0_pc .logo .i2{display: inline-block;}

    #my_header_0001_0_pc .contact .svg,
    #my_header_0001_0_pc .search .svg{fill:#333;}
}
@media screen and (max-width:992px) {
    #my_header_0001_0_pc .logo{width:0.606rem;}
    #my_header_0001_0_pc .contact .svg{width:0.152rem;}
    #my_header_0001_0_pc .search{margin-left: 0.227rem;}
    #my_header_0001_0_pc .search .svg{width:0.152rem;}
    #my_header_0001_0_pc .lang{display:none;padding-left:0.152rem;margin-left:0.136rem;font-size:0.136rem;}
    #my_header_0001_0_pc .menu{width:.189rem;height:.152rem;margin-left:.227rem;}
    #my_header_0001_0_pc .menu .menu_bar{height:.015rem;}
    
    #my_header_0001_0_mobiel .navli .one_nav{font-size:.136rem;line-height:.455rem;padding:0 .227rem;}
    #my_header_0001_0_mobiel .navli .two_nav{font-size: .136rem;line-height:.379rem;}
    #my_header_0001_0_mobiel .navli .two_nav .item{padding: 0 .227rem;}
    #my_header_0001_0_mobiel .navli .two_nav .p_nav{padding:0 .227rem .076rem;}
    #my_header_0001_0_mobiel .navli .two_nav .p_name{font-size: .136rem;line-height:.227rem;}
    
    #my_header_0001_0_mobiel .m_lang{display:block;padding:.379rem 0;}
    #my_header_0001_0_mobiel .m_lang .svg{width:.152rem;height:auto;fill:#333;}
    #my_header_0001_0_mobiel .m_lang .lang_tit{font-size:.136rem;color:#333;font-weight:600;margin-left:.152rem;}
    #my_header_0001_0_mobiel .m_lang .lang_tit.cur{color:var(--mainColor);}
}
@media screen and (max-width:768px) {
    #my_header_0001_0_pc .logo{width:1rem;}
    #my_header_0001_0_pc .contact .svg{width:0.4rem;}
    #my_header_0001_0_pc .search{margin-left: 0.3rem;}
    #my_header_0001_0_pc .search .svg{width:0.4rem;}
    #my_header_0001_0_pc .menu{width:0.425rem;height:0.325rem;margin-left:.3rem;}
    #my_header_0001_0_pc .menu .menu_bar{height:0.04rem;}

    #my_header_0001_0_mobiel .navli .one_nav{font-size:0.36rem;line-height:1rem;padding:0 0.3rem;}
    #my_header_0001_0_mobiel .navli .two_nav{font-size: 0.3rem;line-height:0.8rem;}
    #my_header_0001_0_mobiel .navli .two_nav .item{padding: 0 0.3rem;}
    #my_header_0001_0_mobiel .navli .two_nav .p_nav{padding:0 0.3rem 0.1rem;}
    #my_header_0001_0_mobiel .navli .two_nav .p_name{font-size: 0.18rem;line-height:0.3rem;}

    #my_header_0001_0_mobiel .m_lang{padding:0.5rem 0;}
    #my_header_0001_0_mobiel .m_lang .svg{width:0.6rem;}
    #my_header_0001_0_mobiel .m_lang .lang_tit{font-size:.3rem;margin-left:.2rem;}
}
.my_footer_0001_0_line{background-color: rgb(0, 0, 0);opacity: 0.1;width: 100%;height: 1px;}
/* logo/contact */
#my_footer_0001_0_top{padding:60px 0 55px;}
#my_footer_0001_0_top .logo{max-width: 80px;max-height: 100px;}
#my_footer_0001_0_top .contact .phone{font-size: 22px;color: rgb(51, 51, 51);line-height:1.5;}
#my_footer_0001_0_top .contact .address{margin-top:18px;font-size: 16px;color: rgba(51, 51, 51, 0.75);}
@media (max-width: 992px) {
#my_footer_0001_0_top .logo{max-width: 0.606rem;max-height: 0.758rem;}
    #my_footer_0001_0_top .contact .phone{font-size: 0.167rem;}
    #my_footer_0001_0_top .contact .address{margin-top:0.121rem;font-size: 0.136rem;}
}
@media (max-width: 768px) {
    #my_footer_0001_0_top{display: block;padding: 8vw 0 5vw;}
    #my_footer_0001_0_top .logo{max-width: 1.5rem;max-height: none;}
    #my_footer_0001_0_top .contact{text-align:left;margin-top: 0.3rem;}
    #my_footer_0001_0_top .contact .phone{font-size: .36rem;}
    #my_footer_0001_0_top .contact .address{font-size: .3rem;margin-top:0.2rem;}   
}
/* 底部导航 */
#my_footer_0001_0_nav{padding:60px 0 12px;}
#my_footer_0001_0_nav .nav{gap: 30px;}
#my_footer_0001_0_nav .nav .name{margin-bottom:32px;font-size: 20px;color: rgb(51, 51, 51);line-height: 1.2;}
#my_footer_0001_0_nav .nav .name2{margin-bottom:10px;font-size: 16px;color: rgba(51, 51, 51, 0.75);}
#my_footer_0001_0_nav .nav .name2:last-child{margin-bottom:0;}
#my_footer_0001_0_nav .nav .name:hover,
#my_footer_0001_0_nav .nav .name2:hover{color:var(--mainColor);}
@media (max-width: 992px) {
    #my_footer_0001_0_nav .nav .name{margin-bottom:.227rem;font-size: 0.136rem;}
    #my_footer_0001_0_nav .nav .name2{margin-bottom:.076rem;font-size: 0.121rem;}
}
@media (max-width: 768px) { 
    #my_footer_0001_0_nav{padding:5vw 0 0;display: block;}
    #my_footer_0001_0_nav .nav{border-bottom:1px solid rgba(0, 0, 0, 0.1);width:100%;gap:0;}
    #my_footer_0001_0_nav .nav .name{margin-bottom:0;font-size: .36rem;line-height:1rem;display:inline;}
    #my_footer_0001_0_nav .nav .name2{margin-bottom:0;padding:0 .3rem;font-size: .3rem;line-height:.8rem;border-top:1px dashed rgba(0, 0, 0, 0.1);}
    #my_footer_0001_0_nav .nav .jt{display:flex;align-items:center;justify-content:center;font-size:.3rem;color:#333;font-weight:500;}
    #my_footer_0001_0_nav .nav.cur .jt{transform:rotate(90deg);}
    #my_footer_0001_0_nav .nav .two{display:none;}
}
/* 版权信息 */
#my_footer_0001_0_copyright{padding:88px 0;font-size: 16px;color: rgba(51, 51, 51, 0.5);}
@media (max-width: 992px) {
    #my_footer_0001_0_copyright{font-size:0.121rem;padding-top: 50px;}
}
@media (max-width: 768px) {
    #my_footer_0001_0_copyright{padding:5vw 0 calc(8vw + 1rem);display:block;font-size: .3rem;text-align: center;line-height: 1.667;}
}
#my_side_fload_0001_0{right: 30px; bottom: 5%;z-index: 10;}
#my_side_fload_0001_0 .item{background-color: rgb(255, 255, 255);border-radius: 5px;box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.05);width: 52px;height: 52px;margin-bottom: 6px;}
#my_side_fload_0001_0 .icon .svg{fill: #333;}
#my_side_fload_0001_0 .item:hover,
#my_side_fload_0001_0 .backTop{background-color: var(--mainColor);}
#my_side_fload_0001_0 .item:hover .icon .svg,
#my_side_fload_0001_0 .backTop .svg{fill: #fff;}
/* 效果 */
#my_side_fload_0001_0 .item .effect{right: 100%; top: 50%; transform: translate(10px,-50%); z-index: 12; opacity: 0; pointer-events: none; white-space: nowrap;}
#my_side_fload_0001_0 .item:hover .effect{ opacity: 1; transform: translate(0px, -50%); pointer-events: all;}
/* 二维码 */
#my_side_fload_0001_0 .qrcode .pic{padding:5px;margin:10px;width:150px;height:150px;background: #fff; border-radius: 5px; box-shadow: 0 0 10px rgb(0 0 0 / 15%); }
/* 电话 */
#my_side_fload_0001_0 .phone{padding:10px; margin: 10px; width: max-content; font-size: 18px;color: var(--mainColor); background: #fff; border-radius: 5px; box-shadow: 0 0 10px rgb(0 0 0 / 15%); overflow: hidden; text-overflow: ellipsis; transition: .3s; font-family: "D";}
@media screen and (max-width:992px) {
    #my_side_fload_0001_0 .item{width: 0.455rem; height: 0.455rem;}
    /* 二维码 */
    #my_side_fload_0001_0 .qrcode .pic{padding:0.038rem;margin:0.076rem;width:1.136rem;height:1.136rem;}
    /* 电话 */
    #my_side_fload_0001_0 .phone{padding:0.076rem; margin: 0.076rem;font-size: 0.136rem;border-radius: 0.061rem;}
}
@media screen and (max-width:768px) {
    #my_side_fload_0001_0{right:auto;left:0;bottom:0;width:100%;transform: translateY(0);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
    #my_side_fload_0001_0 .box{display: flex;width: 100%;}
    #my_side_fload_0001_0 .item{width: 25%; height:1rem;border-radius: 0;box-shadow: none;margin:0;}
    /* 效果 */
    #my_side_fload_0001_0 .item .effect{right:auto; top: auto;left:50%;bottom:100%;transform: translate(-50%,0);}
    #my_side_fload_0001_0 .item:hover .effect{transform: translate(-50%,-0.1rem);}
    /* 二维码 */
    /* #my_side_fload_0001_0 .qrcode{right:auto; top: auto;left:4%;bottom:100%;transform: translate(0,0.1rem);} */
    #my_side_fload_0001_0 .qrcode .pic{padding:0.1rem;margin:0.2rem;width:2.5rem;height:2.5rem;}
    /* 电话 */
    #my_side_fload_0001_0 .phone_pc{display: none;}
    #my_side_fload_0001_0 .phone_mobile{display: block;}
    #my_side_fload_0001_0 .phone{padding:0.1rem 0.2rem; margin: 0.2rem;font-size: 0.36rem;border-radius: 0.1rem;}
}.lyuicrumbs_001{width: 100%;height: 68px;}
.lyuicrumbs_001 .lyuicrumbs_001-home{width:13px;margin-right:16px;}
.lyuicrumbs_001 .lyuicrumbs_001-home .svg{fill:rgba(var(--color), 0.6);}
.lyuicrumbs_001 .lyuicrumbs_001-home:hover .svg{fill:rgb(var(--color));}
.lyuicrumbs_001 .lyuicrumbs_001-name{font-size: 16px;color: rgba(var(--color), 0.6);line-height: 30px;white-space: nowrap;}
.lyuicrumbs_001 .lyuicrumbs_001-icon{font-size: 10px;color: rgba(var(--color), 0.6);line-height: 30px;margin:0 12px;font-weight:bold;}
.lyuicrumbs_001 .lyuicrumbs_001-name:hover{color:rgb(var(--color));}
.lyuicrumbs_001 .lyuicrumbs_001-name:last-child{max-width:50%;color:rgb(var(--color));}
@media screen and (max-width:992px) {
    .lyuicrumbs_001{display: none;}
}
#my_blog_detail_0001_0_crumbs{background-color: rgb(237, 237, 237);width: 100%;height: 68px;}

#my_blog_detail_0001_0 {padding: 92px 0 130px;background-color: #f7f7f7;}
#my_blog_detail_0001_0 .title{margin-bottom:35px;font-size: 40px;color: rgb(51, 51, 51);text-align: center;}
#my_blog_detail_0001_0 .time {font-size: 18px;color: rgb(153, 153, 153);line-height: 1;}
#my_blog_detail_0001_0 .time .icon{margin-right: 8px;}
#my_blog_detail_0001_0 .time .icon .svg {fill: rgb(204, 204, 204);}
#my_blog_detail_0001_0 .editor{margin-top: 58px;}
#my_blog_detail_0001_0 .editor *{font-size: 18px;color: rgb(26, 26, 26);line-height: 2;}

#my_blog_detail_0001_0 .share {margin-top: 55px;}
#my_blog_detail_0001_0 .share .btn{margin:0 22px;}
#my_blog_detail_0001_0 .share .btn .svg{fill: rgb(204, 204, 204);}
#my_blog_detail_0001_0 .share .btn:hover .svg{fill: var(--mainColor);}

#my_blog_detail_0001_0 .page {margin-top: 85px;}
#my_blog_detail_0001_0 .page .pn {width: calc((100% - 40px) / 2);padding: 30px 40px;background: #fff;}
#my_blog_detail_0001_0 .page .pn .text{font-size: 16px;color: rgb(102, 102, 102);line-height: 1;}
#my_blog_detail_0001_0 .page .pn .name{margin:10px 0 15px;font-size: 22px;color: rgb(51, 51, 51);line-height: 1.636;height: calc(22px * 2 * 1.636);}
#my_blog_detail_0001_0 .page .pn:hover {background: var(--mainColor);}
#my_blog_detail_0001_0 .page .pn:hover .text,
#my_blog_detail_0001_0 .page .pn:hover .name,
#my_blog_detail_0001_0 .page .pn:hover .time{color: #fff;}
#my_blog_detail_0001_0 .page .pn:hover .time .svg {fill: #fff;}
@media screen and (max-width:1440px) {
    #my_blog_detail_0001_0 {padding: 92px 0 100px;}
}
@media screen and (max-width:1050px) {
    #my_blog_detail_0001_0 {padding: 80px 0;}
}
@media screen and (max-width:992px) {
    #my_blog_detail_0001_0_crumbs{display: none;}
    
    #my_blog_detail_0001_0 {padding: 8vw 0;}
    #my_blog_detail_0001_0 .title{margin-bottom:0.227rem;font-size: 0.303rem;}
    #my_blog_detail_0001_0 .time {font-size: 0.136rem;}
    #my_blog_detail_0001_0 .time .icon{margin-right: 0.061rem;}
    #my_blog_detail_0001_0 .editor{margin-top: 0.379rem;}
    #my_blog_detail_0001_0 .editor *{font-size: 0.136rem !important;line-height: 1.667 !important;}

    #my_blog_detail_0001_0 .share {margin-top: 0.417rem;}
    #my_blog_detail_0001_0 .share .btn{margin:0 0.167rem;}

    #my_blog_detail_0001_0 .page {margin-top: 0.379rem;}
    #my_blog_detail_0001_0 .page .pn {width: calc((100% - 0.303rem) / 2);padding: 0.227rem;}
    #my_blog_detail_0001_0 .page .pn .text{font-size: 0.121rem;}
    #my_blog_detail_0001_0 .page .pn .name{margin:0.076rem 0 0.114rem;font-size: 0.152rem;height: calc(0.152rem * 2 * 1.636);}
}
@media screen and (max-width:768px) {
    #my_blog_detail_0001_0 {padding: 10vw 0;}
    #my_blog_detail_0001_0 .title{margin-bottom:0.3rem;font-size: 0.42rem;}
    #my_blog_detail_0001_0 .time {font-size: 0.3rem;}
    #my_blog_detail_0001_0 .time .icon{margin-right: 0.08rem;}
    #my_blog_detail_0001_0 .editor{margin-top: 0.5rem;}
    #my_blog_detail_0001_0 .editor *{font-size: 0.3rem !important;}

    #my_blog_detail_0001_0 .share {margin-top: 0.55rem;}
    #my_blog_detail_0001_0 .share .btn{margin:0 0.22rem;}

    #my_blog_detail_0001_0 .page {margin-top: 0.2rem;display: block;}
    #my_blog_detail_0001_0 .page .pn {width: 100%;padding: 0.3rem;margin-top: 0.3rem;}
    #my_blog_detail_0001_0 .page .pn .text{font-size: 0.3rem;}
    #my_blog_detail_0001_0 .page .pn .name{margin:0.1rem 0 0.15rem;font-size: 0.3rem;height: auto;}
}