
: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;}
}
.my_hengfu_0001_0_mask{position:absolute;top:0;left:0;width:100%;height:141px;background:url('/module/my/hengfu/0001/images/mask.png') no-repeat center / cover;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:51.042%;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 .info{max-width: 620px;}
#my_hengfu_0001_0 .name{font-size: 70px;color: rgb(255, 255, 255);}
#my_hengfu_0001_0 .brief{margin-top: 22px;font-size: 20px;color: rgb(255, 255, 255);}
#my_hengfu_0001_0 .brief2{margin-top: 56px;font-size: 12px;color: rgba(255, 255, 255, 0.4);line-height: 1.667;}

/* 内页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%;height:100%;object-fit: contain;}
#my_hengfu_0001_0_inner .name{font-size: 48px;color: rgb(255, 255, 255);}
#my_hengfu_0001_0_inner .brief{margin-top:30px;font-size: 20px;color: rgb(255, 255, 255);}

/* 面包屑 */
#my_hengfu_0001_0_inner .crumbs{left: 0;bottom:0;z-index: 2;background-color: rgba(0, 0, 0, 0.3);width: 100%;height: 68px;}
@media screen and (max-width: 1440px){
    #my_hengfu_0001_0 .name{font-size:52px;}
    #my_hengfu_0001_0 .brief{margin-top:10px;font-size:18px;}
    #my_hengfu_0001_0 .brief2{margin-top:30px;}
    
    #my_hengfu_0001_0_inner .name{font-size: 42px;}
    #my_hengfu_0001_0_inner .brief{margin-top:20px;font-size: 18px;}
}
@media screen and (max-width: 1050px) {
    .my_hengfu_0001_0_maskk{display:none;}
}
@media screen and (max-width: 992px){
    #my_hengfu_0001_0_inner .crumbs{height: 0.515rem;}
    #my_hengfu_0001_0 .name{font-size: 0.394rem;}
    #my_hengfu_0001_0 .brief{margin-top:0.076rem;font-size:0.136rem;}
    #my_hengfu_0001_0 .brief2{margin-top:0.227rem;font-size: 0.091rem;}

    #my_hengfu_0001_0_inner .name{font-size: 0.318rem;}
    #my_hengfu_0001_0_inner .brief{margin-top:0.152rem;font-size:0.136rem;}
}
@media screen and (max-width: 768px){
    #my_hengfu_0001_0_inner .crumbs{display: none;}
	#my_hengfu_0001_0 .slide .slide-inner::after{padding-top:130.667%;}
    #my_hengfu_0001_0 .name{font-size: 0.62rem;text-shadow: 2px 2px rgba(0,0,0,0.3);}
    #my_hengfu_0001_0 .brief{margin-top:0.1rem;font-size: 0.36rem;text-shadow: 2px 2px rgba(0,0,0,0.3);}
    #my_hengfu_0001_0 .brief2{margin-top:0.3rem;font-size:0.28rem;color: rgba(255, 255, 255, 0.6);text-shadow: 2px 2px rgba(0,0,0,0.3);}

    #my_hengfu_0001_0_inner .name{font-size: 0.52rem;text-shadow: 2px 2px rgba(0,0,0,0.3);}
    #my_hengfu_0001_0_inner .brief{margin-top:0.2rem;font-size: 0.3rem;text-shadow: 2px 2px rgba(0,0,0,0.3);}
}.lyuibtn_005{
    --iconColor: #fff;
    --iconBgColor: var(--mainColor);
    font-size: 16px;color: rgb(17, 17, 17);}
.lyuibtn_005-icon{font-weight:bold;border-radius: 50%;background-color: var(--iconBgColor);color:var(--iconColor);width: 28px;height: 28px;font-size:16px;margin-right:16px;}

@media screen and (max-width: 992px) {
    .lyuibtn_005{font-size: 0.121rem;}
    .lyuibtn_005-icon{width: 0.212rem;height: 0.212rem;font-size:0.121rem;margin-right:0.121rem;}
}
@media screen and (max-width: 768px) {
    .lyuibtn_005{font-size: 0.3rem;}
    .lyuibtn_005-icon{width: 0.5rem;height: 0.5rem;font-size:0.26rem;margin-right:0.16rem;}
}
#my_index_about_0001_1{background: url('/module/my/index-about/0001/images/bg.jpg') no-repeat center / cover; overflow: hidden;padding-top: 70px;}
#my_index_about_0001_1 .left{width: 50%;padding: 115px 3% 210px 0;}
#my_index_about_0001_1 .title{font-size: 60px;color: rgb(17, 17, 17);line-height: 1;}
#my_index_about_0001_1 .brief{margin-top: 48px;font-size: 18px;color: rgb(85, 85, 85);line-height: 1.778;text-align: justify;}
#my_index_about_0001_1 .more{margin-top:50px;}
#my_index_about_0001_1 .data{padding-top: 90px;}
#my_index_about_0001_1 .li{padding-right:20px;margin-top: 30px;}
#my_index_about_0001_1 .li:last-child{padding-right:0;}
#my_index_about_0001_1 .li .icon{width:40px;margin-right:25px;}
#my_index_about_0001_1 .li .digital{font-size: 60px;color: rgb(17, 17, 17);line-height: 0.9;}
#my_index_about_0001_1 .li .unit{margin-left:10px;font-size: 16px;color: rgb(34, 34, 34);line-height: 2;}
#my_index_about_0001_1 .li .unit2{margin-left: 0;font-size: 60px;line-height: 0.9;font-family: 'RM';}
#my_index_about_0001_1 .li .name{margin-top:10px;font-size: 16px;color: rgb(85, 85, 85);line-height: 1.5;}

#my_index_about_0001_1 .right{width: 50%;}
#my_index_about_0001_1 .pic{width: 50vw;max-width: 960px;}
@media screen and (max-width: 1536px) {
    #my_index_about_0001_1 .left{padding: 80px 3% 120px 0;}
}
@media screen and (max-width: 1440px) {
    #my_index_about_0001_1 .left{padding: 50px 3% 100px 0;}
    #my_index_about_0001_1 .title{font-size: 50px;}
    #my_index_about_0001_1 .brief{margin-top: 30px;font-size: 16px;line-height: 1.667;}
    #my_index_about_0001_1 .data{padding-top: 50px;}
    #my_index_about_0001_1 .li{width: calc(100% / 3);}
    #my_index_about_0001_1 .li .icon{margin-right:15px;}
    #my_index_about_0001_1 .li .digital,
    #my_index_about_0001_1 .li .unit2{font-size: 50px;}
}
@media screen and (max-width: 1050px) {
    #my_index_about_0001_1 .brief{margin-top: 10px;}
    #my_index_about_0001_1 .more{margin-top:30px;}
    #my_index_about_0001_1 .li{width: auto;}
    #my_index_about_0001_1 .data{padding-top: 20px;}
}
@media screen and (max-width: 992px) {
    #my_index_about_0001_1{padding-top:5vw;}
    #my_index_about_0001_1 .left{padding: 0 3% 5vw 0;}
    #my_index_about_0001_1 .title{font-size: 0.318rem;}
    #my_index_about_0001_1 .brief{margin-top: 0.076rem;font-size: 0.121rem;}
    #my_index_about_0001_1 .more{margin-top:0.076rem;}
    #my_index_about_0001_1 .data{padding-top: 0.152rem;}
    #my_index_about_0001_1 .li{padding-right:0.152rem;margin-top: 0.227rem;}
    #my_index_about_0001_1 .li:last-child{padding-right:0;}
    #my_index_about_0001_1 .li .icon{width:0.303rem;margin-right:0.114rem;}
    #my_index_about_0001_1 .li .digital{font-size: 0.318rem;}
    #my_index_about_0001_1 .li .unit{margin-left:0.076rem;font-size: 0.121rem;}
    #my_index_about_0001_1 .li .unit2{font-size: 0.318rem;}
    #my_index_about_0001_1 .li .name{margin-top:0.076rem;font-size: 0.121rem;}

    #my_index_about_0001_1 .right{width: 50%;}
    #my_index_about_0001_1 .pic{width: 50vw;max-width: 7.273rem;}
}
@media screen and (max-width: 768px) {
    #my_index_about_0001_1{padding-top: 8vw;}
    #my_index_about_0001_1 .cont{display: block;}
    #my_index_about_0001_1 .left{width: 100%;padding:0 0 .5rem;}
    #my_index_about_0001_1 .title{font-size: 0.52rem;}
    #my_index_about_0001_1 .brief{margin-top: 0.2rem;font-size: 0.3rem;}
    #my_index_about_0001_1 .more{margin-top:0.3rem;}
    #my_index_about_0001_1 .data{padding-top: 0.5rem;}
    #my_index_about_0001_1 .li{padding-right:0.2rem;margin-top: 0.3rem;}
    #my_index_about_0001_1 .li:last-child{padding-right:0;}
    #my_index_about_0001_1 .li .icon{width:0.4rem;margin-right:0.15rem;}
    #my_index_about_0001_1 .li .digital{font-size: 0.52rem;}
    #my_index_about_0001_1 .li .unit{margin-left:0.1rem;font-size: 0.26rem;}
    #my_index_about_0001_1 .li .unit2{font-size: 0.52rem;}
    #my_index_about_0001_1 .li .name{margin-top:0.1rem;font-size: 0.3rem;}
    #my_index_about_0001_1 .right{display: none;}
    #my_index_about_0001_1 .m_pic{display: block;}
}.lyuibtn_005{
    --iconColor: #fff;
    --iconBgColor: var(--mainColor);
    font-size: 16px;color: rgb(17, 17, 17);}
.lyuibtn_005-icon{font-weight:bold;border-radius: 50%;background-color: var(--iconBgColor);color:var(--iconColor);width: 28px;height: 28px;font-size:16px;margin-right:16px;}

@media screen and (max-width: 992px) {
    .lyuibtn_005{font-size: 0.121rem;}
    .lyuibtn_005-icon{width: 0.212rem;height: 0.212rem;font-size:0.121rem;margin-right:0.121rem;}
}
@media screen and (max-width: 768px) {
    .lyuibtn_005{font-size: 0.3rem;}
    .lyuibtn_005-icon{width: 0.5rem;height: 0.5rem;font-size:0.26rem;margin-right:0.16rem;}
}
#my_index_solution_0001_2{padding: 105px 0 200px;min-height: 965px;}
#my_index_solution_0001_2 .bg img{width: 100%;height: 100%;object-fit: cover;}
#my_index_solution_0001_2 .title{font-size: 60px;color: #fff;line-height: 1;}

#my_index_solution_0001_2 .cont{margin-top:140px;}
#my_index_solution_0001_2 .tab{width: 26.785%;}
#my_index_solution_0001_2 .li{border-top: 1px solid rgb(255, 255, 255, 0.2);padding: 32px 0;}
#my_index_solution_0001_2 .li:first-child{border-top: none;padding-top: 0;}
#my_index_solution_0001_2 .li .name{font-size: 36px;color: rgb(255, 255, 255);line-height: 1.35;font-family: 'ML';}
#my_index_solution_0001_2 .li .bot{height: 0;overflow: hidden;}
#my_index_solution_0001_2 .li .brief{padding-top: 15px;font-size: 16px;color: rgb(255, 255, 255);line-height: 1.875;}
#my_index_solution_0001_2 .li .more{padding-top:40px;color: #fff;}
#my_index_solution_0001_2 .li.cur .name{font-family:'MM';font-size: 40px;}

#my_index_solution_0001_2 .bind{width: 66.667%;}
#my_index_solution_0001_2 .list{gap: 1px;}
#my_index_solution_0001_2 .list.count6 .item{width: calc((100% - 1px * 5) / 6);}
#my_index_solution_0001_2 .list.count5 .item{width: calc((100% - 1px * 4) / 5);}
#my_index_solution_0001_2 .list.count4 .item{width: calc((100% - 1px * 3) / 4);}
#my_index_solution_0001_2 .list.count3 .item{width: calc((100% - 1px * 2) / 3);}
#my_index_solution_0001_2 .list.count2 .item{width: calc((100% - 1px) / 2);}
#my_index_solution_0001_2 .list.count1 .item{width: 100%;}
#my_index_solution_0001_2 .item{padding:3%;min-height: 420px;background-color: rgba(255, 255, 255, 0.1);}
#my_index_solution_0001_2 .item .icon{max-width: 60px;max-height: 50px;margin: 0 auto;}
#my_index_solution_0001_2 .item .icon svg{width: 100%;height: 100%;}
#my_index_solution_0001_2 .item .name{margin-top:25px;font-size: 18px;color: rgb(255, 255, 255);line-height: 1.444;text-align: center;}
#my_index_solution_0001_2 .item .btn{opacity:0;font-weight:bold;border-radius: 50%;background-color: var(--mainColor);color:#fff;width: 28px;height: 0;font-size:16px;margin:0 auto 0;}

#my_index_solution_0001_2 .item:hover{background-color: #fff;}
#my_index_solution_0001_2 .item:hover .name{font-size:20px;color: #111;}
#my_index_solution_0001_2 .item:hover .icon .i1{display: none;}
#my_index_solution_0001_2 .item:hover .icon .i2{display: block;}
#my_index_solution_0001_2 .item:hover .btn{opacity:1;height: 28px;margin-top: 55px;}
@media screen and (max-width: 1440px) {
    #my_index_solution_0001_2{padding: 100px 0 120px;min-height: 740px;}
    #my_index_solution_0001_2 .title{font-size: 50px;}
    #my_index_solution_0001_2 .cont{margin-top:80px;}

    #my_index_solution_0001_2 .li{padding: 25px 0;}
    #my_index_solution_0001_2 .li .name{font-size: 30px;}
    #my_index_solution_0001_2 .li .more{padding-top:30px;}
    #my_index_solution_0001_2 .li.cur .name{font-size: 34px;}

    #my_index_solution_0001_2 .item{padding:2%;min-height: 380px;}
    #my_index_solution_0001_2 .item .name{margin-top:20px;font-size: 16px;}

    #my_index_solution_0001_2 .item:hover .name{font-size:18px;}
    #my_index_solution_0001_2 .item:hover .btn{opacity:1;height: 28px;margin-top: 50px;}
}
@media screen and (max-width: 1050px) {
    #my_index_solution_0001_2 .title{font-size: 42px;}
    #my_index_solution_0001_2 .li .name{font-size: 26px;}
    #my_index_solution_0001_2 .li .brief{padding-top: 10px;}
    #my_index_solution_0001_2 .li .more{padding-top:20px;}
    #my_index_solution_0001_2 .li.cur .name{font-size: 30px;}
}
@media screen and (max-width: 992px) {
    #my_index_solution_0001_2{padding: 8vw 0;min-height: auto;}
    #my_index_solution_0001_2 .title{font-size: 0.318rem;}

    #my_index_solution_0001_2 .cont{margin-top:0.379rem;}
    #my_index_solution_0001_2 .tab{width: 26.785%;}
    #my_index_solution_0001_2 .li{padding: 0.152rem 0;}
    #my_index_solution_0001_2 .li .name{font-size: 0.152rem;}
    #my_index_solution_0001_2 .li .brief{padding-top: 0.076rem;font-size: 0.121rem;line-height: 1.667;}
    #my_index_solution_0001_2 .li .more{padding-top:0.152rem;}
    #my_index_solution_0001_2 .li.cur .name{font-size: 0.182rem;}

    #my_index_solution_0001_2 .bind{width: 66.667%;}
    #my_index_solution_0001_2 .item{padding:2%;min-height: 2.273rem;}
    #my_index_solution_0001_2 .item .icon{max-width: 0.455rem;max-height: 0.379rem;}
    #my_index_solution_0001_2 .item .name{margin-top:0.152rem;font-size: 0.121rem;}
    #my_index_solution_0001_2 .item .btn{width: 0.212rem;font-size:0.121rem;}

    #my_index_solution_0001_2 .item:hover .name{font-size:0.121rem;}
    #my_index_solution_0001_2 .item:hover .btn{height: 0.212rem;margin-top: 0.227rem;}
}
@media screen and (max-width: 768px) {
    #my_index_solution_0001_2{padding: 10vw 0;}
    #my_index_solution_0001_2 .title{font-size: 0.52rem;}

    #my_index_solution_0001_2 .cont{margin-top:0.5rem;display: block;}
    #my_index_solution_0001_2 .tab{width: 100%;padding-bottom: 0.3rem;}
    #my_index_solution_0001_2 .li{padding: 0.2rem 0;}
    #my_index_solution_0001_2 .li .name{font-size: 0.36rem;}
    #my_index_solution_0001_2 .li .brief{padding-top: 0.1rem;font-size: 0.3rem;}
    #my_index_solution_0001_2 .li .more{padding-top:0.2rem;}
    #my_index_solution_0001_2 .li.cur .name{font-size: 0.4rem;}

    #my_index_solution_0001_2 .bind{width: 100%;}
    #my_index_solution_0001_2 .item{padding:2%;min-height: 4rem;}
    #my_index_solution_0001_2 .item .icon{max-width: 0.6rem;max-height: 0.5rem;}
    #my_index_solution_0001_2 .item .name{margin-top:0.2rem;font-size: 0.28rem;}
    #my_index_solution_0001_2 .item .btn{width: 0.5rem;font-size:0.28rem;}

    #my_index_solution_0001_2 .item:hover .name{font-size:0.28rem;}
    #my_index_solution_0001_2 .item:hover .btn{height: 0.5rem;margin-top: 0.3rem;}
}.lyuibtn_005{
    --iconColor: #fff;
    --iconBgColor: var(--mainColor);
    font-size: 16px;color: rgb(17, 17, 17);}
.lyuibtn_005-icon{font-weight:bold;border-radius: 50%;background-color: var(--iconBgColor);color:var(--iconColor);width: 28px;height: 28px;font-size:16px;margin-right:16px;}

@media screen and (max-width: 992px) {
    .lyuibtn_005{font-size: 0.121rem;}
    .lyuibtn_005-icon{width: 0.212rem;height: 0.212rem;font-size:0.121rem;margin-right:0.121rem;}
}
@media screen and (max-width: 768px) {
    .lyuibtn_005{font-size: 0.3rem;}
    .lyuibtn_005-icon{width: 0.5rem;height: 0.5rem;font-size:0.26rem;margin-right:0.16rem;}
}
#my_index_server_0001_3{background-color: #f8f8f8;padding: 100px 0 120px;}
#my_index_server_0001_3 .title{font-size: 60px;color: rgb(17, 17, 17);line-height: 1;}
#my_index_server_0001_3 .info{width: 65%;}
#my_index_server_0001_3 .brief{font-size: 30px;color: rgb(17, 17, 17);line-height: 1.4;}
#my_index_server_0001_3 .more{margin-top:50px;}

#my_index_server_0001_3 .list{margin-top:80px;}
#my_index_server_0001_3 .li{width: 25%;height: 520px;padding: 3.572%;margin-right:20px;background-color: #fff;overflow: hidden;}
#my_index_server_0001_3 .li:last-child{margin-right:0;}
#my_index_server_0001_3 .li .bg{opacity: 0;}
#my_index_server_0001_3 .li .bg img{width: 100%;height: 100%;object-fit: cover;}
#my_index_server_0001_3 .li .icon{max-width: 50px;max-height: 38px;}
#my_index_server_0001_3 .li .name{margin-top:35px;font-size: 24px;line-height: 30px;color: rgb(17, 17, 17);}
#my_index_server_0001_3 .li .name_en{margin-top:10px;font-size: 16px;color: rgb(153, 153, 153);}
#my_index_server_0001_3 .li .left{width: 100%;}
#my_index_server_0001_3 .li .desc{font-size: 16px;color: rgb(85, 85, 85);line-height: 1.875;}
#my_index_server_0001_3 .li .btn{font-weight:bold;border-radius: 50%;background-color: var(--mainColor);color:#fff;width: 28px;height: 0;font-size:16px;opacity: 0;}
#my_index_server_0001_3 .li .right{width: 0;}
#my_index_server_0001_3 .li .pic{padding-top:88.585%;}

#my_index_server_0001_3 .li.cur{width: calc(50% - 2 * 20px);}
#my_index_server_0001_3 .li.cur .bg{opacity: 1;}
#my_index_server_0001_3 .li.cur .i1{display: none;}
#my_index_server_0001_3 .li.cur .i2{display: inline-block;}
#my_index_server_0001_3 .li.cur .name{color:#fff;font-family:'MM';font-size:30px;}
#my_index_server_0001_3 .li.cur .name_en{color: rgba(255, 255, 255, 0.5);}
#my_index_server_0001_3 .li.cur .left{width: 43%;}
#my_index_server_0001_3 .li.cur .desc{color: #fff;}
#my_index_server_0001_3 .li.cur .btn{height: 28px;opacity: 1;margin-top: 20px;}
#my_index_server_0001_3 .li.cur .right{width: 29.5%;}
@media screen and (max-width: 1440px) {
    #my_index_server_0001_3{padding: 100px 0;}
    #my_index_server_0001_3 .title{font-size: 50px;}
    #my_index_server_0001_3 .brief{font-size: 26px;}
    #my_index_server_0001_3 .more{margin-top:30px;}
}
@media screen and (max-width: 1050px) {
    #my_index_server_0001_3{padding: 80px 0;}
    #my_index_server_0001_3 .title{font-size: 42px;}
    #my_index_server_0001_3 .brief{font-size: 20px;}
    #my_index_server_0001_3 .more{margin-top:20px;}
    #my_index_server_0001_3 .list{margin-top:50px;}
    #my_index_server_0001_3 .li{height: 420px;padding: 3%;}
    #my_index_server_0001_3 .li.cur .left{width: 50%;}
    #my_index_server_0001_3 .li.cur .right{width: 35%;}
}
@media screen and (max-width: 992px) {
    #my_index_server_0001_3{padding: 8vw 0;}
    #my_index_server_0001_3 .title{font-size: 0.318rem;}
    #my_index_server_0001_3 .info{width: 65%;}
    #my_index_server_0001_3 .brief{font-size: 0.152rem;}
    #my_index_server_0001_3 .more{margin-top:0.152rem;}

    #my_index_server_0001_3 .list{margin-top:0.379rem;}
    #my_index_server_0001_3 .li{width: 25%;height: 3.182rem;margin-right:0.152rem;}
    #my_index_server_0001_3 .li .icon{max-width: 0.379rem;max-height: 0.288rem;}
    #my_index_server_0001_3 .li .name{margin-top:0.265rem;font-size: 0.182rem;line-height: 0.227rem;}
    #my_index_server_0001_3 .li .name_en{margin-top:0.076rem;font-size: 0.121rem;}
    #my_index_server_0001_3 .li .desc{font-size: 0.121rem;line-height: 1.667;}
    #my_index_server_0001_3 .li .btn{width: 0.212rem;font-size:0.121rem;}

    #my_index_server_0001_3 .li.cur{width: calc(50% - 2 * 0.152rem);}
    #my_index_server_0001_3 .li.cur .name{font-size:0.227rem;}
    #my_index_server_0001_3 .li.cur .left{width: 50%;}
    #my_index_server_0001_3 .li.cur .btn{height: 0.212rem;margin-top: 0.152rem;}
    #my_index_server_0001_3 .li.cur .right{width: 35%;}
}
@media screen and (max-width: 768px) {
    #my_index_server_0001_3{padding: 10vw 0;}
    #my_index_server_0001_3 .box{display: block;}
    #my_index_server_0001_3 .title{font-size: 0.52rem;}
    #my_index_server_0001_3 .info{width: 100%;margin-top:.2rem;}
    #my_index_server_0001_3 .brief{font-size: 0.3rem;}
    #my_index_server_0001_3 .more{margin-top:0.2rem;}

    #my_index_server_0001_3 .list{margin-top:0;display: block;}
    #my_index_server_0001_3 .li{width: 100%;height: auto;margin:0.5rem 0 0;padding: 0.3rem;}
    #my_index_server_0001_3 .li .bg{opacity: 1;}
    #my_index_server_0001_3 .li .i1{display: none;}
    #my_index_server_0001_3 .li .i2{display: inline-block;}
    #my_index_server_0001_3 .li .icon{max-width: 0.5rem;max-height: 0.38rem;}
    #my_index_server_0001_3 .li .name{margin-top:0.35rem;font-size: 0.36rem;line-height: normal;color:#fff;font-family:'MM';}
    #my_index_server_0001_3 .li .name_en{margin-top:0.1rem;font-size: 0.3rem;color: rgba(255, 255, 255, 0.5);}
    #my_index_server_0001_3 .li .bot{margin-top:0.5rem;}
    #my_index_server_0001_3 .li .desc{font-size: 0.3rem;color: #fff;}
    #my_index_server_0001_3 .li .btn{width: 0.5rem;font-size:0.26rem;margin-top: 0.2rem;height: 0.5rem;opacity: 1;}
    
    #my_index_server_0001_3 .li .left{width: 50%;}
    #my_index_server_0001_3 .li .right{width: 35%;}

    #my_index_server_0001_3 .li.cur{width: 100%;}
    #my_index_server_0001_3 .li.cur .name{font-size:0.36rem;}
    #my_index_server_0001_3 .li.cur .left{width: 50%;}
    #my_index_server_0001_3 .li.cur .btn{height: 0.5rem;margin-top: 0.2rem;}
    #my_index_server_0001_3 .li.cur .right{width: 35%;}
}
#my_index_partner_0001_4{background: no-repeat center / cover;padding:100px 0 120px;}
#my_index_partner_0001_4 .top{padding: 0 20px;}
#my_index_partner_0001_4 .title{font-size: 60px;color: #fff;line-height: 1;}
#my_index_partner_0001_4 .brief{margin-top: 50px;font-size: 30px;color: #fff;line-height: 1.4;}

#my_index_partner_0001_4 .container{padding:110px 20px 60px;}
#my_index_partner_0001_4 .swiper-pagination{bottom: 0;}
#my_index_partner_0001_4 .swiper-pagination-bullet{background: #fff;width: 10px;height: 10px;transition: 0.3s;margin: 0 10px;opacity: 1;}
#my_index_partner_0001_4 .swiper-pagination-bullet-active{background: var(--mainColor);border-color: var(--mainColor);}
#my_index_partner_0001_4 .slide{gap: 1px;background-color: #edeef2;overflow: visible;}
#my_index_partner_0001_4 .pic{width: calc((100% - 5px) / 6);padding:10px;background-color: #fff;}
#my_index_partner_0001_4 .logo{width: 100%;padding-top: 70.37%;}
#my_index_partner_0001_4 .text{font-size: 24px;line-height: 1.4;}
#my_index_partner_0001_4 .pic:hover{box-shadow: 0px 10px 30px 0px rgba(0, 122, 230, 0.2);z-index: 2;}
@media screen and (max-width: 1440px) {
    #my_index_partner_0001_4{padding:100px 0;}
    #my_index_partner_0001_4 .title{font-size: 50px;}
    #my_index_partner_0001_4 .brief{margin-top: 30px;font-size: 26px;}
}
@media screen and (max-width: 1050px) {
    #my_index_partner_0001_4{padding:80px 0;}
    #my_index_partner_0001_4 .title{font-size: 42px;}
    #my_index_partner_0001_4 .brief{margin-top: 20px;font-size: 20px;}

    #my_index_partner_0001_4 .container{padding:80px 20px 60px;}
}
@media screen and (max-width: 992px) {
    #my_index_partner_0001_4{padding:8vw 0;}
    #my_index_partner_0001_4 .top{padding: 0 0.152rem;}
    #my_index_partner_0001_4 .title{font-size: 0.318rem;}
    #my_index_partner_0001_4 .brief{margin-top: 0.152rem;font-size: 0.152rem;}
    #my_index_partner_0001_4 .container{padding:0.379rem 0.152rem 0.227rem;}
    #my_index_partner_0001_4 .swiper-pagination-bullet{width: 0.076rem;height: 0.076rem;margin: 0 0.076rem;;}
}
@media screen and (max-width: 768px) {
    #my_index_partner_0001_4{padding:10vw 0;}
    #my_index_partner_0001_4 .top{padding: 0 0.2rem;}
    #my_index_partner_0001_4 .title{font-size: 0.52rem;}
    #my_index_partner_0001_4 .brief{margin-top: 0.3rem;font-size: 0.3rem;}
    #my_index_partner_0001_4 .container{padding:0.5rem 0.2rem 0.3rem;}
    #my_index_partner_0001_4 .swiper-pagination-bullet{width: 0.1rem;height: 0.1rem;margin: 0 0.1rem;;}
    #my_index_partner_0001_4 .slide{flex-wrap: wrap;}
    #my_index_partner_0001_4 .pic{width: calc((100% - 2px) / 3);}
}.lyuibtn_005{
    --iconColor: #fff;
    --iconBgColor: var(--mainColor);
    font-size: 16px;color: rgb(17, 17, 17);}
.lyuibtn_005-icon{font-weight:bold;border-radius: 50%;background-color: var(--iconBgColor);color:var(--iconColor);width: 28px;height: 28px;font-size:16px;margin-right:16px;}

@media screen and (max-width: 992px) {
    .lyuibtn_005{font-size: 0.121rem;}
    .lyuibtn_005-icon{width: 0.212rem;height: 0.212rem;font-size:0.121rem;margin-right:0.121rem;}
}
@media screen and (max-width: 768px) {
    .lyuibtn_005{font-size: 0.3rem;}
    .lyuibtn_005-icon{width: 0.5rem;height: 0.5rem;font-size:0.26rem;margin-right:0.16rem;}
}
#my_index_blog_0001_5{padding:100px 0 140px;background: url('/module/my/index-blog/0001/images/bg.jpg') no-repeat left bottom / cover;}
#my_index_blog_0001_5 .left{width: 28%;}
#my_index_blog_0001_5 .right{width: 50%;}
#my_index_blog_0001_5 .title{font-size: 60px;color: rgb(17, 17, 17);line-height: 1;}
#my_index_blog_0001_5 .brief{margin-top:50px;font-size: 30px;color: rgb(17, 17, 17);line-height: 1.4;}
#my_index_blog_0001_5 .more{margin-top:65px;}

#my_index_blog_0001_5 .li{border-bottom:1px solid rgba(17, 17, 17, 0.1);padding:50px 0;}
#my_index_blog_0001_5 .li:first-child{padding-top: 40px;}
#my_index_blog_0001_5 .li .time{margin-right:20px;}
#my_index_blog_0001_5 .li .year{font-size: 16px;color: rgba(255, 255, 255, 0.5);line-height: 1;}
#my_index_blog_0001_5 .li .date{margin-top: 10px;font-size: 60px;color: rgb(153, 153, 153);line-height: 1;}
#my_index_blog_0001_5 .li .info{width: 75%;}
#my_index_blog_0001_5 .li .cate{font-size: 16px;color: rgb(153, 153, 153);line-height: 1;}
#my_index_blog_0001_5 .li .name{margin-top:12px;font-size: 18px;color: rgb(18, 18, 18);line-height: 1.667;}
#my_index_blog_0001_5 .li:hover{background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));}
#my_index_blog_0001_5 .li:hover .year,
#my_index_blog_0001_5 .li:hover .date{color: var(--mainColor);}
@media screen and (max-width: 1440px) {
    #my_index_blog_0001_5{padding:100px 0;}
    #my_index_blog_0001_5 .title{font-size: 50px;}
    #my_index_blog_0001_5 .brief{margin-top:30px;font-size: 26px;}
    #my_index_blog_0001_5 .more{margin-top:50px;}
    #my_index_blog_0001_5 .li{padding:40px 0;}
    #my_index_blog_0001_5 .li:first-child{padding-top: 30px;}
    #my_index_blog_0001_5 .li .date{font-size: 50px;}
    #my_index_blog_0001_5 .li .name{margin-top:10px;font-size: 16px;}
}
@media screen and (max-width: 1050px) {
    #my_index_blog_0001_5{padding:80px 0;}
    #my_index_blog_0001_5 .title{font-size: 42px;}
    #my_index_blog_0001_5 .brief{margin-top:20px;font-size: 20px;}
    #my_index_blog_0001_5 .more{margin-top:30px;}
    #my_index_blog_0001_5 .li{padding:30px 0;}
    #my_index_blog_0001_5 .li:first-child{padding-top: 20px;}
    #my_index_blog_0001_5 .li .date{font-size: 42px;}
}
@media screen and (max-width: 992px) {
    #my_index_blog_0001_5{padding:8vw 0;}
    #my_index_blog_0001_5 .title{font-size: 0.318rem;}
    #my_index_blog_0001_5 .brief{margin-top:0.152rem;font-size: 0.152rem;}
    #my_index_blog_0001_5 .more{margin-top:0.227rem;}

    #my_index_blog_0001_5 .li{padding:0.227rem 0;}
    #my_index_blog_0001_5 .li:first-child{padding-top: 0.152rem;}
    #my_index_blog_0001_5 .li .time{margin-right:0.152rem;}
    #my_index_blog_0001_5 .li .year{font-size: 0.121rem;}
    #my_index_blog_0001_5 .li .date{margin-top: 0.076rem;font-size: 0.318rem;}
    #my_index_blog_0001_5 .li .info{width: 75%;}
    #my_index_blog_0001_5 .li .cate{font-size: 0.121rem;}
    #my_index_blog_0001_5 .li .name{margin-top:0.076rem;font-size: 0.121rem;}
}
@media screen and (max-width: 768px) {
    #my_index_blog_0001_5{padding:10vw 0;}
    #my_index_blog_0001_5 .cont{display: block;}
    #my_index_blog_0001_5 .left{width: 100%;}
    #my_index_blog_0001_5 .right{width: 100%;margin-top:0.3rem;}
    
    #my_index_blog_0001_5 .title{font-size: 0.52rem;}
    #my_index_blog_0001_5 .brief{margin-top:0.2rem;font-size: 0.3rem;}
    #my_index_blog_0001_5 .more{margin-top:0.3rem;}
    
    #my_index_blog_0001_5 .li{padding:0.3rem 0;display: block;}
    #my_index_blog_0001_5 .li:first-child{padding-top: 0.2rem;}
    #my_index_blog_0001_5 .li .time{display: none;}
    #my_index_blog_0001_5 .li .info{width: 100%;}
    #my_index_blog_0001_5 .li .cate{font-size: 0.3rem;}
    #my_index_blog_0001_5 .li .name{margin-top:0.1rem;font-size: 0.3rem;}
    #my_index_blog_0001_5 .li .time2{display: block;font-size: 0.3rem;color: rgb(153, 153, 153);}
}