
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
*/
:root{
    --paddingLeft:66px;
    --head_top_height:120px;
    --font_1st_px:20px; /* 一级菜单字体 */
}
@media only screen and (max-width: 1440px) {
    :root{
        --paddingLeft:50px;
        --font_1st_px:18px;
    }
}
@media only screen and (max-width: 1280px) {
    :root{
        /* --paddingLeft:30px; */
        --font_1st_px:16px;
    }
}
@media only screen and (max-width: 1050px) {
    :root{
        --head_top_height:100px;
    }
}
@media only screen and (max-width: 992px) {
    :root{
        --head_top_height:0.758rem;
    }
}
@media only screen and (max-width: 768px){
    :root{
        --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:200px;height:100%;overflow:hidden;}
#my_header_0001_0_pc .logo img{max-height:90%;}

/* 导航 */
#my_header_0001_0_pc .nav{padding-left:30px;}
#my_header_0001_0_pc .nav .one_nav{font-weight:500;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::after{content:'';opacity:0;border: 3px solid var(--btnColor);border-radius: 50%;position: absolute;left: 50%;transform: translateX(-50%); bottom: 25%;width: 6px;height: 6px;transition:.3s linear;}
#my_header_0001_0_pc .nav .one_nav:hover,
#my_header_0001_0_pc .nav .one_nav.cur{color:var(--mainColor);}
#my_header_0001_0_pc .nav .one_nav:hover::after,
#my_header_0001_0_pc .nav .one_nav.cur::after{opacity: 1;}

/* PC导航下拉 */
/* #my_header_0001_0_pc .nav .two_nav{width:100%;height:auto;left:50%;transform: translateX(-50%);overflow:hidden;top:var(--head_top_height);z-index:9;background-color: rgba(0, 0, 0 ,0.7);}
#my_header_0001_0_pc .nav .two_nav .h{padding:46px 2.3% 70px 0;max-height:400px;overflow-y: auto;}
#my_header_0001_0_pc .nav .two_nav .h::-webkit-scrollbar{height:2px;width:2px;background:rgba(0,0,0,0)}
#my_header_0001_0_pc .nav .two_nav .h::-webkit-scrollbar-thumb{background: rgba(255, 255, 255,1);}
#my_header_0001_0_pc .nav .two_nav .h .tnav_a{font-size:16px;color:#999;line-height:normal;margin-bottom:30px;text-align: left;white-space: wrap;width:100%;}
#my_header_0001_0_pc .nav .two_nav .h .tnav_a:last-child{margin-bottom:0;}
#my_header_0001_0_pc .nav .two_nav .h .tnav_a:hover,
#my_header_0001_0_pc .nav .two_nav .h .tnav_a.cur{color:#fff;}
#my_header_0001_0_pc .nav .cent{width:138px;padding-right:20px;}
#my_header_0001_0_pc .nav .cent:last-child{padding-right:0;} */
/* News - PC导航下拉 */
#my_header_0001_0_subnav{width:100%;max-height:400px;overflow-y: auto;overflow-x: hidden;left:50%;transform: translateX(-50%);top:var(--head_top_height);z-index:9;background-color: rgba(0, 0, 0 ,0.7);opacity: 0;visibility: hidden;pointer-events: none;}
#my_header_0001_0_subnav .h{padding:46px 0 70px 0;}
#my_header_0001_0_subnav .h::-webkit-scrollbar{height:2px;width:2px;background:rgba(0,0,0,0)}
#my_header_0001_0_subnav .h::-webkit-scrollbar-thumb{background: rgba(255, 255, 255,1);}
#my_header_0001_0_subnav .h .tnav_a{font-size:var(--font_1st_px);color:#999;line-height:normal;margin-bottom:30px;text-align: left;white-space: wrap;width:100%;}
#my_header_0001_0_subnav .h .tnav_a:last-child{margin-bottom:0;}
#my_header_0001_0_subnav .h .tnav_a:hover,
#my_header_0001_0_subnav .h .tnav_a.cur{color:#fff;}
#my_header_0001_0_subnav .cent{padding-right:15px;}
#my_header_0001_0_subnav .cent:last-child{padding-right:0;}

/* 对比导航 */
#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-left: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 .hright{padding-left:60px;}
#my_header_0001_0_pc .hright .lang{border: 2px solid rgba(255, 255, 255,0.5);border-radius: 50%;width: 50px;height: 50px;font-size: 18px;}
#my_header_0001_0_pc .hright .lang:hover{border-color: var(--mainColor);color: var(--mainColor);}

/* 右侧-菜单按钮 */
#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;overflow-x: hidden;}
#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:1051px) {
    #my_header_0001_0_pc.none{transform:translate3d(0px,-100%,0);}
    /* 导航占位时 */
    #my_header_0001_0_header_blank.show{display:block;}
    #my_header_0001_0_pc.show{background-color: #fff;color:#333;border-bottom: 1px solid #e9e9e9;}
    #my_header_0001_0_pc.show .nav .one_nav.cur{color:var(--mainColor);}
    #my_header_0001_0_pc.show .nav .one_nav:hover::after,
    #my_header_0001_0_pc.show .nav .one_nav.cur::after{opacity: 1;}
    #my_header_0001_0_pc.show .hright .lang{border-color:rgb(51, 51, 51, 0.5);}

    #my_header_0001_0_pc:hover,
    #my_header_0001_0_pc.cur,
    .my_header_0001_0.cur #my_header_0001_0_pc{background-color: rgba(0, 0, 0, 0.7);border-bottom: 1px solid rgba(255, 255, 255, 0.1);color: #fff;}
    #my_header_0001_0_pc:hover .hright .lang,
    #my_header_0001_0_pc.cur .hright .lang{border-color: rgba(255, 255, 255,0.5);}
    
    #my_header_0001_0_pc.cur .logo_b{display: none;}
    #my_header_0001_0_pc.cur .logo_w{display: inline;}
    .my_header_0001_0.cur #my_header_0001_0_subnav{opacity: 1;visibility: visible;pointer-events: all;}
}
@media screen and (max-width: 1440px) {
    #my_header_0001_0_pc .hright{padding-left:40px;}
}
@media screen and (max-width: 1280px) {
    #my_header_0001_0_pc .hright{padding-left:30px;}

    #my_header_0001_0_subnav .h{padding-top:30px;padding-bottom: 50px;}
    #my_header_0001_0_subnav .h .tnav_a{font-size:15px;}
}
@media screen and (max-width: 1050px) {
    #header.absolute, 
    #header.fixed{position:static;height: auto !important;}
    #my_header_0001_0_compare,
    #my_header_0001_0_subnav{display: none;}
    #header_ct{position: static;}
    #my_header_0001_0_header_blank{display:block;}
    #my_header_0001_0_pc{background-color:#fff;color:#333;border-bottom: 1px solid #ccc;}
    #my_header_0001_0_pc .nav{display: none;}
    #my_header_0001_0_pc .menu{display: block;}
    #my_header_0001_0_pc .logo_b,
    #my_header_0001_0_pc .logo_w{display: none;}
    #my_header_0001_0_pc .logo_m{display: inline;}
    #my_header_0001_0_pc .hright .lang{border-color:rgb(51, 51, 51, 0.5);}
}
@media screen and (max-width:992px) {
    #my_header_0001_0_pc .logo{width:1.515rem;}
    #my_header_0001_0_pc .hright{padding-left:.227rem;}
    #my_header_0001_0_pc .hright .svg{width:0.152rem;}
    #my_header_0001_0_pc .lang{display:none;}
    #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:40%;}
    #my_header_0001_0_pc .menu{width:0.425rem;height:0.325rem;margin-left:.35rem;}
    #my_header_0001_0_pc .menu .menu_bar{height:0.04rem;}
    #my_header_0001_0_pc .hright .svg{width:0.4rem;}
    #my_header_0001_0_pc .hright .item {background-color: transparent;min-width: auto;height: auto;padding: 0;border-radius: 0;}

    #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.4rem;}
    #my_header_0001_0_mobiel .m_lang .lang_tit{font-size:.3rem;margin-left:.2rem;}
}

/* 底部导航 */
#my_footer_0001_0{padding:120px 0 40px;background: url('/module/my/footer/0001/images/bg.jpg') no-repeat center / cover;}
#my_footer_0001_0 .top_r{width:calc(100% - 34.659%);}
#my_footer_0001_0 .nav{width: calc(100% / 6);padding-right:20px;}
#my_footer_0001_0 .nav:last-child{padding-right:0;}
#my_footer_0001_0 .nav .one-a{font-size: 16px;color: rgb(255, 255, 255);line-height: 1;text-align: left;}
#my_footer_0001_0 .nav .fnav-two{padding-top:45px;}
#my_footer_0001_0 .nav .two-a{margin-bottom:20px;font-size: 14px;color: rgb(153, 153, 153);text-align: left;}
#my_footer_0001_0 .nav .two-a:last-child{margin-bottom:0;}
#my_footer_0001_0 .nav .two-a:hover{color:#fff;}

/* 底部关注我们 */
.my_footer_0001_0_line{margin:180px 0 40px;background-color: rgb(54, 60, 66, 0.6);width: 100%;height: 1px;}
#my_footer_0001_0 .top_l{width: 34.659%;padding-right:6.25%;}
#my_footer_0001_0 .qrcode{width:120px;}
#my_footer_0001_0 .qrcode .img{border-radius: 10px;background-color: rgb(255, 255, 255);width: 100%;height: 120px;padding:5px;}
#my_footer_0001_0 .qrcode .tip{margin-top:20px;font-size: 14px;color: #ccc;text-align: center;}
#my_footer_0001_0 .contact{width: calc(100% - 120px);padding-left:30px;}
#my_footer_0001_0 .contact .item{margin-top:5px;font-size: 16px;color: #999;line-height: 1.5;}
/* #my_footer_0001_0 .contact .item:last-child{margin-bottom:0;} */
#my_footer_0001_0 .contact .item p:first-child{white-space: nowrap;}
/* 底部-版权 */
#my_footer_0001_0 .share .s{margin-left:40px;}
#my_footer_0001_0 .share .s .svg{fill: #fff;}
#my_footer_0001_0 .copyright{gap:10px;font-size: 14px;color: #999;}
@media screen and (max-width: 1440px) {
    #my_footer_0001_0{padding-top:100px;}
    .my_footer_0001_0_line{margin:120px 0 40px;}
}
@media screen and (max-width: 1280px) {
    #my_footer_0001_0 .top{flex-direction: column-reverse;}
    #my_footer_0001_0 .top_r{width:100%;}
    #my_footer_0001_0 .top_l{width:100%;padding:50px 0 0;}
    .my_footer_0001_0_line{margin:100px 0 40px;}
}
@media screen and (max-width: 1050px) {
    #my_footer_0001_0{padding-top:80px}
    .my_footer_0001_0_line{margin:80px 0 40px;}
}
@media screen and (max-width: 992px) {
    #my_footer_0001_0{padding:8vw 0 4vw}
    #my_footer_0001_0 .nav{padding-right:0.152rem;}
    #my_footer_0001_0 .nav .one-a{font-size:0.121rem;}
    #my_footer_0001_0 .nav .fnav-two {padding-top:0.152rem;}
    #my_footer_0001_0 .nav .two-a{margin-bottom:0.152rem;font-size: 0.106rem;}
  
    /* 底部关注我们 */
    #my_footer_0001_0 .top_l{padding:0.379rem 0 0;}
    .my_footer_0001_0_line{margin:0.606rem 0 0.303rem;}
    #my_footer_0001_0 .qrcode{width:0.909rem;}
    #my_footer_0001_0 .qrcode .img{border-radius: 10px;height: 120px;padding:5px;}
    #my_footer_0001_0 .qrcode .tip{margin-top:20px;font-size: 14px;}
    #my_footer_0001_0 .contact{width: calc(100% - 120px);padding-left:30px;}
    #my_footer_0001_0 .contact .item{margin-top:5px;font-size: 16px;}
    /* 底部-版权 */
    #my_footer_0001_0 .share .s{margin-left:0.227rem;}
    #my_footer_0001_0 .copyright{font-size: 0.106rem;gap:0.076rem;}
}
@media screen and (max-width: 768px) {
    /* 底部导航 */
    #my_footer_0001_0{padding:8vw 0 10vw;}
    #my_footer_0001_0 .nav{width:100%;padding-right:0;border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
    #my_footer_0001_0 .nav .one-a{font-size:0.36rem;line-height:1rem;}
    #my_footer_0001_0 .nav .icon{display:block;font-weight:bold;color:#fff;font-size:.3rem;line-height:1;}
    #my_footer_0001_0 .nav.in .fnav-one .icon{transform: rotate(90deg);}
    #my_footer_0001_0 .nav .fnav-two{padding-top:0;height:0;overflow: hidden;}
    #my_footer_0001_0 .nav .two-a{margin-top:0;padding:0 0.3rem;font-size: 0.3rem;line-height:.8rem;border-top: 1px dashed rgba(255, 255, 255, 0.5);}
    /* 底部关注我们 */
    .my_footer_0001_0_line{margin:0.5rem 0;}
    #my_footer_0001_0 .top_l{display:block;padding:.5rem 0 0;}
    #my_footer_0001_0 .qrcode{width: 2rem;margin:0 auto;}
    #my_footer_0001_0 .qrcode .img{border-radius: 0.1rem;height: 2rem;padding:0.06rem;}
    #my_footer_0001_0 .qrcode .tip{margin-top:0.2rem;font-size:0.28rem;}
    #my_footer_0001_0 .contact{width: 100%;padding:0.3rem 0 0;}
    #my_footer_0001_0 .contact .item{margin-top:0.1rem;font-size: 0.3rem;text-align: center;justify-content: center;}
    #my_footer_0001_0 .contact .item p:first-child{display:none;}
    /* 底部-版权 */
    #my_footer_0001_0 .bot{display:block;}
    #my_footer_0001_0 .share{margin-top:.5rem;justify-content:center;}
    #my_footer_0001_0 .share .s{margin:0 0.3rem;}
    #my_footer_0001_0 .copyright{font-size: 0.28rem;gap:0.1rem;display:block;text-align:center;}
}
.my_hengfu_0001_0_mask{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.2);z-index:2;pointer-events: none;}
/* 首页banner */
#my_hengfu_0001_0{width:100%;overflow:hidden;}
#my_hengfu_0001_0 .slide-inner::after{z-index:1;width:100%;padding-top:50.52%;pointer-events: none;}
#my_hengfu_0001_0 .slide-inner video,
#my_hengfu_0001_0 .slide-inner img{position: absolute;left:0;top:0;object-fit:cover;width:100%;height:100%;}
#my_hengfu_0001_0 .box{bottom: 8.085%;}
#my_hengfu_0001_0 .name{font-size: 24px;color: rgb(255, 255, 255);}
#my_hengfu_0001_0 .brief{margin-top:26px;font-size: 60px;color: rgb(255, 255, 255);line-height: 1.333;}
/* 内页banner */
#my_hengfu_0001_0_inner{width:100%;overflow:hidden;position:relative;}
#my_hengfu_0001_0_inner .pic video,
#my_hengfu_0001_0_inner .pic img{width:100%;object-fit: contain;}
#my_hengfu_0001_0_inner .cont{bottom: 8.085%;}
#my_hengfu_0001_0_inner .name{font-size: 24px;color: rgb(255, 255, 255);}
#my_hengfu_0001_0_inner .brief{margin-top:26px;font-size: 60px;color: rgb(255, 255, 255);line-height: 1.333;}
@media screen and (max-width: 1440px){
    #my_hengfu_0001_0 .name{font-size:20px;}
    #my_hengfu_0001_0 .brief{font-size:48px;margin-top:20px;}
    
    #my_hengfu_0001_0_inner .name{font-size: 20px;}
    #my_hengfu_0001_0_inner .brief{font-size: 48px;margin-top:20px;}
}
@media screen and (max-width: 1280px){
    #my_hengfu_0001_0 .name{font-size:18px;}
    #my_hengfu_0001_0 .brief{font-size:42px;}
    
    #my_hengfu_0001_0_inner .name{font-size: 18px;}
    #my_hengfu_0001_0_inner .brief{font-size: 42px;}
}
@media screen and (max-width: 1050px) {
    .my_hengfu_0001_0_maskk{display:none;}
}
@media screen and (max-width: 992px){
    #my_hengfu_0001_0 .name{font-size:0.136rem;}
    #my_hengfu_0001_0 .brief{font-size:0.318rem;margin-top:0.152rem;}
    
    #my_hengfu_0001_0_inner .name{font-size: 0.136rem;}
    #my_hengfu_0001_0_inner .brief{font-size: 0.318rem;margin-top:0.152rem;}
}
@media screen and (max-width: 768px){
	#my_hengfu_0001_0 .slide .slide-inner::after{padding-top:129.333%;}
    #my_hengfu_0001_0 .name{font-size:.3rem;}
    #my_hengfu_0001_0 .brief{font-size:.52rem;margin-top:0.2rem;}
    
    #my_hengfu_0001_0_inner .name{font-size: .3rem;}
    #my_hengfu_0001_0_inner .brief{font-size: .52rem;margin-top:0.2rem;}
}
#my_index_about_0001_1{padding:140px 0 150px;background: no-repeat center right / cover;}
#my_index_about_0001_1 .cont{width:49%;}
#my_index_about_0001_1 .title{font-size: 50px;color: rgb(51, 51, 51);line-height: 1;}
#my_index_about_0001_1 .brief{margin-top:50px;font-size: 18px;color: rgb(51, 51, 51);line-height: 1.667;}
#my_index_about_0001_1 .btn{margin-top:50px;padding:0 20px;border-radius: 30px;min-width: 180px;height: 60px;font-size: 16px;width:fit-content;color: rgb(51, 51, 51);border: 2px solid rgb(204, 204, 204);}
#my_index_about_0001_1 .btn .icon{margin-left:30px;}
#my_index_about_0001_1 .btn .svg{fill:#333;}
#my_index_about_0001_1 .btn:hover{background: var(--mainColor);border-color: var(--mainColor);color: #fff;}
#my_index_about_0001_1 .btn:hover .svg{fill:#fff;}
#my_index_about_0001_1 .data{padding-top:156px;gap: 30px;}
#my_index_about_0001_1 .li{margin-top:30px;}
#my_index_about_0001_1 .li .numb{font-size: 50px;color: var(--mainColor);line-height: 1.1;}
#my_index_about_0001_1 .li .unit{margin-left:7px;font-size: 20px;color: rgb(51, 51, 51);line-height: 1.1;}
#my_index_about_0001_1 .li .name{font-size: 16px;color: rgb(51, 51, 51);line-height: 1.875;}
@media screen and (max-width: 1440px) {
    #my_index_about_0001_1{padding:120px 0;}
    #my_index_about_0001_1 .cont{width:60%;}
    #my_index_about_0001_1 .title{font-size: 42px;}
    #my_index_about_0001_1 .brief{margin-top:30px;font-size: 16px;}
    #my_index_about_0001_1 .data{padding-top:100px;}
    #my_index_about_0001_1 .li .numb{font-size: 42px;}
    #my_index_about_0001_1 .li .unit{font-size: 18px;}
    #my_index_about_0001_1 .li .name{line-height: 1.667;}
}
@media screen and (max-width: 1280px) {
    #my_index_about_0001_1{padding:100px 0;}
    #my_index_about_0001_1 .data{padding-top:80px;}
}
@media screen and (max-width: 1050px) {
    #my_index_about_0001_1{padding:80px 0;}
    #my_index_about_0001_1 .cont{width:70%;}
    #my_index_about_0001_1 .data{padding-top:50px;}
    #my_index_about_0001_1 .li .unit{font-size: 16px;}
}
@media screen and (max-width: 992px) {
    #my_index_about_0001_1{padding:8vw 0;}
    #my_index_about_0001_1 .title{font-size: 0.318rem;}
    #my_index_about_0001_1 .brief{margin-top:0.227rem;font-size: 0.121rem;}
    #my_index_about_0001_1 .btn{margin-top:0.379rem;padding:0 0.152rem;border-radius: 0.227rem;min-width: 1.364rem;height: 0.455rem;font-size: 0.121rem;}
    #my_index_about_0001_1 .btn .icon{margin-left:0.227rem;}
    #my_index_about_0001_1 .data{padding-top:0.379rem;gap:0.227rem;}
    #my_index_about_0001_1 .li{margin-top:0.227rem;}
    #my_index_about_0001_1 .li .numb{margin-left:0.053rem;font-size: 0.318rem;}
    #my_index_about_0001_1 .li .unit{font-size: 0.121rem;}
    #my_index_about_0001_1 .li .name{font-size: 0.121rem;}
}
@media screen and (max-width: 768px) {
    #my_index_about_0001_1{padding:10vw 0;background-position-x: center;}
    #my_index_about_0001_1 .cont{width:100%;}
    #my_index_about_0001_1 .title{font-size: 0.52rem;}
    #my_index_about_0001_1 .brief{margin-top:0.3rem;font-size: 0.3rem;}
    #my_index_about_0001_1 .btn{margin-top:0.5rem;padding:0 0.3rem;border-radius: 0.35rem;min-width: 2rem;height: 0.7rem;font-size: 0.3rem;}
    #my_index_about_0001_1 .btn .icon{margin-left:0.3rem;}
    #my_index_about_0001_1 .data{padding-top:0.5rem;gap:0.3rem;}
    #my_index_about_0001_1 .li{margin-top:0.3rem;}
    #my_index_about_0001_1 .li .numb{margin-left:0.07rem;font-size: 0.52rem;}
    #my_index_about_0001_1 .li .unit{font-size: 0.3rem;}
    #my_index_about_0001_1 .li .name{font-size: 0.3rem;}
}
#my_index_business_0001_2{padding: 120px 0 60px;background: url('/module/my/index-business/0001/images/bg.jpg') no-repeat center / cover;}
#my_index_business_0001_2 .title{font-size: 50px;color: rgb(51, 51, 51);line-height: 1;text-align:center;}
#my_index_business_0001_2 .cont{margin-top:60px;}
#my_index_business_0001_2 .container{padding-bottom: 60px;}
#my_index_business_0001_2 .swiper-pagination{bottom: 0;}
#my_index_business_0001_2 .slide{width:18.182%;height:680px;padding:60px;margin-right:10px;border-radius: 30px;background:no-repeat center / cover;overflow:hidden;transition: 0.5s linear;}
#my_index_business_0001_2 .slide:last-child{margin:0;}
#my_index_business_0001_2 .slide .mask{background: url('/module/my/index-business/0001/images/mask.png') no-repeat center bottom / cover;}
#my_index_business_0001_2 .slide .item1{padding:60px 20px;}
#my_index_business_0001_2 .slide .item2{opacity:0;}
#my_index_business_0001_2 .slide .name{font-size: 24px;color: rgb(255, 255, 255);text-align: center;}
#my_index_business_0001_2 .slide .info{width: calc(100% - 100px);padding-right:20px;margin-top:85px;}
#my_index_business_0001_2 .slide .icon{width:100%;height: auto;max-width: 140px;max-height: 140px;}
#my_index_business_0001_2 .slide .icon .svg{width:inherit;height:inherit;}
#my_index_business_0001_2 .slide .name2{font-size: 30px;color: rgb(255, 255, 255);line-height: 1.6;}
#my_index_business_0001_2 .slide .desc{margin-top:10px;font-size: 18px;color: rgb(255, 255, 255);line-height: 1.2;}
#my_index_business_0001_2 .slide .more{width: 100px;height: 60px;border-radius: 30px;}
#my_index_business_0001_2 .slide .more .svg{fill:#fff;}
@media screen and (min-width: 769px)  {
    #my_index_business_0001_2 .slide .com{opacity: 0;transform: translate(0,120px);}
    #my_index_business_0001_2 .slide.cur{width:calc(100% - (18.182% * 3 + 30px));}
    #my_index_business_0001_2 .slide.cur .com{transform: translate(0,0);opacity: 1;}
    #my_index_business_0001_2 .slide.cur .item1{opacity:0;}
    #my_index_business_0001_2 .slide.cur .item2{opacity:1;}
}
@media screen and (max-width: 1440px) {
    #my_index_business_0001_2{padding: 100px 0 50px;}
    #my_index_business_0001_2 .title{font-size: 42px;}
    #my_index_business_0001_2 .cont{margin-top:50px;}
    #my_index_business_0001_2 .container{padding-bottom: 50px;}
    #my_index_business_0001_2 .slide{padding:50px 30px;height:520px;}
    #my_index_business_0001_2 .slide .item1{padding:50px 20px;}
    #my_index_business_0001_2 .slide .name{font-size: 20px;}
    #my_index_business_0001_2 .slide .name2{font-size: 26px;}
}
@media screen and (max-width: 1280px) {
    #my_index_business_0001_2 .slide .name{font-size: 16px;}
    #my_index_business_0001_2 .slide .name2{font-size: 20px;}
    #my_index_business_0001_2 .slide .info{margin-top:60px;}
}
@media screen and (max-width: 1050px) {
    #my_index_business_0001_2{padding: 80px 0 40px;}
    #my_index_business_0001_2 .container{padding-bottom: 40px;}
}
@media screen and (max-width: 992px) {
    #my_index_business_0001_2{padding: 8vw 0 4vw;}
    #my_index_business_0001_2 .title{font-size: 0.318rem;}
    #my_index_business_0001_2 .cont{margin-top:0.379rem;}
    #my_index_business_0001_2 .container{padding-bottom: 4vw;}
    #my_index_business_0001_2 .slide{width:18.182%;height:3.939rem;padding:0.379rem 0.227rem;margin-right:0.076rem;border-radius: 0.227rem;}
    #my_index_business_0001_2 .slide .item1{padding:0.379rem 0.152rem;}
    #my_index_business_0001_2 .slide .name{font-size: 0.121rem;}
    #my_index_business_0001_2 .slide .info{width: calc(100% - 0.758rem);padding-right:0.152rem;margin-top:0.455rem;}
    #my_index_business_0001_2 .slide .icon{max-width: 1.061rem;max-height: 1.061rem;}
    #my_index_business_0001_2 .slide .name2{font-size: 0.152rem;}
    #my_index_business_0001_2 .slide .desc{margin-top:0.076rem;font-size: 0.121rem;}
    #my_index_business_0001_2 .slide .more{width: 0.758rem;height: 0.455rem;border-radius: 0.227rem;}
}
@media screen and (max-width: 768px) {
    #my_index_business_0001_2{padding: 10vw 0 5vw;}
    #my_index_business_0001_2 .title{font-size: 0.42rem;}
    #my_index_business_0001_2 .cont{margin-top:0.5rem;}
    #my_index_business_0001_2 .container{padding-bottom: 5vw;}
    #my_index_business_0001_2 .slide{width:100%;height:5rem;padding:0.5rem 0.3rem;margin-right:0.1rem;border-radius: 0.3rem;}
    #my_index_business_0001_2 .slide .item1{padding:0.5rem 0.2rem;}
    #my_index_business_0001_2 .slide .name{font-size: 0.3rem;}
    #my_index_business_0001_2 .slide .info{width: calc(100% - 1rem);padding-right:0.2rem;margin-top:0.6rem;}
    #my_index_business_0001_2 .slide .icon{max-width: 1.4rem;max-height: 1.4rem;}
    #my_index_business_0001_2 .slide .name2{font-size: 0.36rem;}
    #my_index_business_0001_2 .slide .desc{margin-top:0.1rem;font-size: 0.3rem;}
    #my_index_business_0001_2 .slide .more{width: 1rem;height: 0.6rem;border-radius: 0.3rem;}
    
    #my_index_business_0001_2 .slide .com{transform: translate(0,0);opacity: 1;}
    #my_index_business_0001_2 .slide .item1{opacity:0;}
    #my_index_business_0001_2 .slide .item2{opacity:1;}
}
#my_index_blog_0001_3{padding:110px 0 120px;}
#my_index_blog_0001_3 .title{font-size: 50px;color: rgb(51, 51, 51);line-height: 1;}
#my_index_blog_0001_3 .btn{padding:0 20px;border-radius: 30px;min-width: 180px;height: 60px;font-size: 16px;width:fit-content;color:#fff;}
#my_index_blog_0001_3 .btn .icon{margin-left:30px;}
#my_index_blog_0001_3 .btn .svg{fill:#fff;}
#my_index_blog_0001_3 .bot{margin-top: 52px;}
#my_index_blog_0001_3 .left{width:47.727%;}
#my_index_blog_0001_3 .right{width: calc(100% - 47.727% - 10px);}
#my_index_blog_0001_3 .item{border-radius: 30px;background-color: #fafafa;}
#my_index_blog_0001_3 .item .pic{padding-top:48.81%;}
#my_index_blog_0001_3 .item .mask{bottom: -1px;left:0;width:100%;height:31px;border-radius: 30px 30px 0 0;background-color: #fafafa;}
#my_index_blog_0001_3 .item .info{padding:2.385% 7.155% 5.486%;}
#my_index_blog_0001_3 .item .category{font-size: 18px;color: var(--mainColor);line-height: 1;}
#my_index_blog_0001_3 .item .name{margin-top:14px;height:calc(24px * 3 * 1.5);font-size: 24px;color: rgb(51, 51, 51);line-height: 1.5;}
#my_index_blog_0001_3 .item .time{margin-top:18px;font-size: 16px;color: rgb(153, 153, 153);line-height: 1;}
#my_index_blog_0001_3 .item:hover .name{color: var(--mainColor);}

#my_index_blog_0001_3 .li{width: calc((100% - 10px) / 2);padding:5.505% 4.404%;margin:10px 10px 0 0;border-radius: 30px;overflow:hidden;background-color: #fafafa;}
#my_index_blog_0001_3 .li:nth-child(-n+2){margin-top: 0;}
#my_index_blog_0001_3 .li:nth-child(2n){margin-right: 0;}
#my_index_blog_0001_3 .li .category{font-size: 18px;color:var(--mainColor);line-height:1;}
#my_index_blog_0001_3 .li .name{margin-top:20px;height:calc(20px * 3 * 1.8);font-size: 20px;color: rgb(34, 34, 34);line-height: 1.8;}
#my_index_blog_0001_3 .li .time{margin-top:58px;font-size: 16px;color: rgb(153, 153, 153);line-height: 1;}
#my_index_blog_0001_3 .li:hover .name{color: var(--mainColor);}
@media screen and (max-width: 1440px) {
    #my_index_blog_0001_3{padding:100px 0;}
    #my_index_blog_0001_3 .title{font-size: 42px;}
    #my_index_blog_0001_3 .item .category{font-size: 16px;}
    #my_index_blog_0001_3 .item .name{height:calc(20px * 3 * 1.5);font-size: 20px;}
    #my_index_blog_0001_3 .li .category{font-size: 16px;}
    #my_index_blog_0001_3 .li .name{height:calc(18px * 3 * 1.667);font-size: 18px;line-height: 1.667;}
    #my_index_blog_0001_3 .li .time{margin-top:40px;}
}
@media screen and (max-width: 1280px) {
    #my_index_blog_0001_3 .item .name{height:calc(18px * 3 * 1.5);font-size: 18px;}
    #my_index_blog_0001_3 .li .name{height:calc(16px * 3 * 1.667);font-size: 16px;line-height: 1.667;}
    #my_index_blog_0001_3 .li .time{margin-top:30px;}
}
@media screen and (max-width: 1050px) {
    #my_index_blog_0001_3{padding:80px 0;}
    #my_index_blog_0001_3 .item .name{margin-top:10px;}
    #my_index_blog_0001_3 .li .name{margin-top:10px;}
    #my_index_blog_0001_3 .li .time{margin-top:20px;}
}
@media screen and (max-width: 992px) {
    #my_index_blog_0001_3{padding:8vw 0;}
    #my_index_blog_0001_3 .title{font-size: 0.318rem;}
    #my_index_blog_0001_3 .btn{padding:0 0.152rem;border-radius: 0.227rem;min-width: 1.364rem;height: 0.455rem;font-size: 0.121rem;}
    #my_index_blog_0001_3 .btn .icon{margin-left:0.227rem;}
    #my_index_blog_0001_3 .bot{margin-top: 0.394rem;}
    #my_index_blog_0001_3 .left{width:47.727%;}
    #my_index_blog_0001_3 .right{width: calc(100% - 47.727% - 0.076rem);}
    #my_index_blog_0001_3 .item{border-radius: 0.227rem;}
    #my_index_blog_0001_3 .item .mask{height:0.235rem;border-radius: 0.227rem 0.227rem 0 0;}
    #my_index_blog_0001_3 .item .category{font-size: 0.121rem;}
    #my_index_blog_0001_3 .item .name{margin-top:0.076rem;height:calc(0.136rem * 3 * 1.5);font-size: 0.136rem;}
    #my_index_blog_0001_3 .item .time{margin-top:0.136rem;font-size: 0.121rem;}

    #my_index_blog_0001_3 .li{width: calc((100% - 0.076rem) / 2);padding:5.505% 4.404%;margin:0.076rem 0.076rem 0 0;border-radius: 0.227rem;}
    #my_index_blog_0001_3 .li .category{font-size: 0.121rem;}
    #my_index_blog_0001_3 .li .name{margin-top:0.076rem;height:calc(0.121rem * 3 * 1.667);font-size: 0.121rem;}
    #my_index_blog_0001_3 .li .time{margin-top:0.152rem;font-size: 0.121rem;}
}
@media screen and (max-width: 768px) {
    #my_index_blog_0001_3{padding:8vw 0;}
    #my_index_blog_0001_3 .title{font-size: 0.42rem;}
    #my_index_blog_0001_3 .btn{padding:0 0.3rem;border-radius: 0.35rem;min-width: 2rem;height: 0.7rem;font-size: 0.3rem;}
    #my_index_blog_0001_3 .btn .icon{margin-left:0.3rem;}
    #my_index_blog_0001_3 .bot{margin-top: 0.5rem;display:block;}
    #my_index_blog_0001_3 .left{width:100%;}
    #my_index_blog_0001_3 .right{width: 100%;}
    #my_index_blog_0001_3 .item{border-radius: 0.3rem;}
    #my_index_blog_0001_3 .item .mask{height:0.31rem;border-radius: 0.3rem 0.3rem 0 0;}
    #my_index_blog_0001_3 .item .info{padding:5% 4%;}
    #my_index_blog_0001_3 .item .category{font-size: 0.3rem;}
    #my_index_blog_0001_3 .item .name{margin-top:0.1rem;height:auto;font-size: 0.36rem;line-height:1.667;}
    #my_index_blog_0001_3 .item .time{margin-top:0.2rem;font-size: 0.3rem;}

    #my_index_blog_0001_3 .li{width: 100%;padding:5% 4%;margin:0.3rem 0 0;border-radius: 0.3rem;}
    #my_index_blog_0001_3 .li:nth-child(-n+2){margin-top: 0.3rem;}
    #my_index_blog_0001_3 .li .category{font-size: 0.3rem;}
    #my_index_blog_0001_3 .li .name{margin-top:0.1rem;height:auto;font-size: 0.36rem;line-height:1.667;}
    #my_index_blog_0001_3 .li .time{margin-top:0.2rem;font-size: 0.3rem;}
}