
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
*/
:root{
    --paddingLeft:73px;
    --head_top_height:100px;
    --font_1st_px:18px; /* 一级菜单字体 */
}
@media only screen and (max-width: 1440px) {
    :root{
        --paddingLeft:50px;
        --font_1st_px:16px;
    }
}
@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);}
/* logo */
#my_header_0001_0_pc .logo{width:150px;height:100%;overflow:hidden;}
#my_header_0001_0_pc .logo img{max-height:82%;}

/* 导航 */
#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: 17%;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{min-width:120px;height:0;left:50%;transform: translateX(-50%);overflow:hidden;top:100%;z-index:9;background-color: rgba(0, 0, 0 ,0.7);border-radius:0 0 10px 10px;}
#my_header_0001_0_pc .nav .two_nav .h{padding:10px 0;max-height:400px;overflow-y: auto;}
#my_header_0001_0_pc .nav .two_nav .h .tnav_a{font-size:var(--font_1st_px);color:#fff;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-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:59px;}
#my_header_0001_0_pc .hright .btn{margin-left:20px;width: 51px;height: 51px;fill:#333;border-radius: 50%;background-color: rgba(255, 255, 255, 0.3);}
#my_header_0001_0_pc .hright .btn .svg{fill: inherit;}
#my_header_0001_0_pc .hright .btn:hover{background-color: var(--btnColor);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;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;}
    /* #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 .btn{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);color: #fff;}
    /* #my_header_0001_0_pc:hover .hright .btn,
    #my_header_0001_0_pc.cur .hright .btn{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 .btn{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%;text-align: left;}
    #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:67px 0 40px;background-color:#1d660e;}
#my_footer_0001_0 .top_r{width:62.5%;}
#my_footer_0001_0 .nav .one-a{font-size: 20px;color: rgb(255, 255, 255);}
#my_footer_0001_0 .nav .fnav-two{padding-top:36px;}
#my_footer_0001_0 .nav .two-a{margin-bottom:18px;font-size: 18px;color: rgba(255, 255, 255, 0.5);}
#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:98px 0 40px;background-color: rgba(255, 255, 255, 0.1);width: 100%;height: 1px;}
#my_footer_0001_0 .top_l{width: 37.5%;padding-right:6.25%;}
#my_footer_0001_0 .logo{width:150px;}
#my_footer_0001_0 .contact{padding-top: 22px;}
#my_footer_0001_0 .contact .item{margin-top:18px;font-size: 18px;color: rgba(255, 255, 255, 0.5);}
#my_footer_0001_0 .contact .item p:first-child{white-space: nowrap;}
/* 底部-分享 */
#my_footer_0001_0 .share{margin-top:55px;}
#my_footer_0001_0 .share .icon{margin-right: 23px;width: 48px;height: 48px;border-radius: 50%;background-color: rgba(255, 255, 255, 0.15);}
#my_footer_0001_0 .share .icon .svg{fill: #fff;}
#my_footer_0001_0 .share .s .ewm{width:110px;height:110px;border-radius: 5px;bottom:calc(100% + 10px);left:0;z-index:2;box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.15);background-color: #fff;}
#my_footer_0001_0 .share .s:hover .ewm{display: inline-block;}
/* 底部-版权 */
#my_footer_0001_0 .copyright{font-size: 16px;color: rgba(255, 255, 255, 0.5);line-height: 1.875;}
@media screen and (max-width: 1440px) {
    #my_footer_0001_0 .nav .one-a{font-size: 18px;}
    #my_footer_0001_0 .nav .fnav-two{padding-top:30px;}
    #my_footer_0001_0 .nav .two-a{margin-bottom:15px;font-size: 16px;}
    
    #my_footer_0001_0 .contact{padding-top: 20px;}
    #my_footer_0001_0 .contact .item{margin-top:15px;font-size: 16px;}
}
@media screen and (max-width: 1050px) {
    #my_footer_0001_0 .top{display: block;}
    #my_footer_0001_0 .top_r{width:100%;}
    #my_footer_0001_0 .top_l{width:100%;padding:0 0 50px;}
    
    .my_footer_0001_0_line{margin:80px 0 40px;}
}
@media screen and (max-width: 992px) {
    #my_footer_0001_0{padding:7vw 0 4vw}
    #my_footer_0001_0 .nav .one-a{font-size: 0.136rem;}
    #my_footer_0001_0 .nav .fnav-two{padding-top:0.227rem;}
    #my_footer_0001_0 .nav .two-a{margin-bottom:0.114rem;font-size: 0.121rem;}
  
    /* 底部关注我们 */
    #my_footer_0001_0 .top_l{padding:0 0 0.379rem;}
    .my_footer_0001_0_line{margin:0.606rem 0 0.303rem;}
    #my_footer_0001_0 .logo{width:1.136rem;}
    #my_footer_0001_0 .contact{padding-top: 0.152rem;}
    #my_footer_0001_0 .contact .item{margin-top:0.114rem;font-size: 0.121rem;}
    /* 底部-分享 */
    #my_footer_0001_0 .share{margin-top:0.417rem;}
    #my_footer_0001_0 .share .icon{margin-right: 0.174rem;width: 0.364rem;height: 0.364rem;}
    #my_footer_0001_0 .share .s .ewm{width:0.833rem;height:0.833rem;border-radius: 0.038rem;bottom:calc(100% + 0.076rem);}
    /* 底部-版权 */
    #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 calc(8vw + 1rem);}
    #my_footer_0001_0 .top_r{display: block;}
    #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{display: none;margin:0.5rem 0;}
    #my_footer_0001_0 .top_l{display:block;padding:0 0 .3rem;}
    #my_footer_0001_0 .logo{width:3rem;}
    #my_footer_0001_0 .contact{padding-top: 0.2rem;}
    #my_footer_0001_0 .contact .item{margin-top:0.15rem;font-size: 0.3rem;}
    /* 底部-分享 */
    #my_footer_0001_0 .share{margin-top:0.55rem;}
    #my_footer_0001_0 .share .icon{margin-right: 0.3rem;width: 0.9rem;height: 0.9rem;}
    #my_footer_0001_0 .share .s .ewm{width:2rem;height:2rem;border-radius: 0.05rem;bottom:calc(100% + 0.1rem);}
    /* 底部-版权 */
    #my_footer_0001_0 .copyright{margin-top: 0.5rem;font-size: 0.28rem;gap:0.1rem;display:block;text-align:center;}
}
.my_hengfu_0001_0_mask{position:absolute;top:0;left:0;width:100%;height:244px;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:50%;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{padding-bottom:4%;}
#my_hengfu_0001_0 .name{font-size: 72px;color: rgb(255, 255, 255);}
#my_hengfu_0001_0 .brief{margin-top:15px;font-size: 36px;color: rgb(255, 255, 255);}
#my_hengfu_0001_0 .circle-page{left: 0;right: 0;bottom: 75px;z-index: 11;}
#my_hengfu_0001_0 .circle-page .circle{width: 24px;height: 24px;margin:0 6px;}
#my_hengfu_0001_0 .circle-page .circle .b{background:rgba(255, 255, 255, 0.6);width:10px;height:10px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition: 0.3s;}
#my_hengfu_0001_0 .circle-page .circle.cur .b{background:#fff;}

/* 内页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);line-height: 1.5;}
#my_hengfu_0001_0_inner .brief{margin-top: 10px;font-size: 20px;color: rgb(255, 255, 255);}

/* 面包屑 */
.crumbs{left: 0;bottom:0;z-index: 2;width:100%;background-color: rgba(0, 0, 0, 0.2);}
@media screen and (max-width: 1536px){
    #my_hengfu_0001_0_inner .info{padding:0 4%;}
}
@media screen and (max-width: 1440px){
    #my_hengfu_0001_0 .name{font-size:52px;}
    #my_hengfu_0001_0 .brief{font-size:26px;}
    
    #my_hengfu_0001_0_inner .name{font-size: 40px;}
    #my_hengfu_0001_0_inner .brief{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 .name{font-size: 0.394rem;}
    #my_hengfu_0001_0 .brief{margin-top:0.076rem;font-size: 0.197rem;}
    #my_hengfu_0001_0 .circle-page{bottom: 0.568rem;}
    #my_hengfu_0001_0 .circle-page .circle{width: 0.182rem;height: 0.182rem;margin:0 0.045rem;}
    #my_hengfu_0001_0 .circle-page .circle .b{width:0.076rem;height:0.076rem;}

    #my_hengfu_0001_0_inner .name{font-size: 0.273rem;}
    #my_hengfu_0001_0_inner .brief{font-size: 0.121rem;margin-top:0.076rem;}
}
@media screen and (max-width: 768px){
	#my_hengfu_0001_0 .slide .slide-inner::after{padding-top:128%;}
    #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 .circle-page{bottom: 0.5rem;}
    #my_hengfu_0001_0 .circle-page .circle{width: 0.3rem;height: 0.3rem;margin:0 0.1rem;}
    #my_hengfu_0001_0 .circle-page .circle .b{width:0.12rem;height:0.12rem;}

    #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{font-size: .3rem;margin-top:.1rem;text-shadow: 2px 2px rgba(0,0,0,0.3);}
}
#my_solution_0001_1{padding: 120px 0 135px;background:url('/module/my/solution/0001/images/bg.jpg') no-repeat center / cover;overflow: hidden;}
#my_solution_0001_1 .title{font-size: 48px;color: rgb(26, 26, 26);line-height: 1;text-align: center;}
#my_solution_0001_1 .brief{margin-top:30px;font-size: 24px;color: rgb(51, 51, 51);line-height: 1.25;text-align: center;}
#my_solution_0001_1 .brief span{color: var(--mainColor);}

#my_solution_0001_1 .box{margin: 230px auto 0;width:695px;height:695px;}
#my_solution_0001_1 .circle{width:100%;pointer-events: none;}
#my_solution_0001_1 .circle .img{width:100%;padding-top:100%;}

#my_solution_0001_1 .item{font-size: 40px;width: 278px;height: 278px;padding: 6%;border-radius: 50%;background-color: rgb(255, 255, 255);box-shadow: 0px 20px 50px 0px rgba(21, 122, 0, 0.1);line-height: 1.3;text-align: center;}
#my_solution_0001_1 .item .tit{color: var(--mainColor);}
#my_solution_0001_1 .item .txt{color: var(--btnColor);}

/* 列表 */
#my_solution_0001_1 .li{width:400px;z-index:2;}
#my_solution_0001_1 .li .y{padding: 20px;width: 150px;height: 150px;border: 10px solid rgb(255, 255, 255);border-radius: 50%;background-color: var(--mainColor);box-shadow: 0px 15px 30px 0px rgba(21, 122, 0, 0.15);z-index:2;transition:all 0.3s ease-in-out;}
#my_solution_0001_1 .li .name{font-size: 30px;color: rgb(51, 51, 51);text-align: inherit;}
#my_solution_0001_1 .li .desc{margin-top:10px;font-size: 18px;max-height: calc(4 * 18px * 1.667);color: rgb(153, 153, 153);line-height: 1.667;text-align: inherit;overflow-y: auto;}
#my_solution_0001_1 .li:hover .y{border-width: 0;}

#my_solution_0001_1 .li:nth-child(1){width: 100%;top:-25%;left:50%;transform: translateX(-50%);text-align: center;padding-bottom:10px;}
#my_solution_0001_1 .li:nth-child(1) .y{left:50%;top: 100%;transform: translateX(-50%);}

#my_solution_0001_1 .li:nth-child(2){left:108%;top:31%;text-align: left;padding-left:20px;}
#my_solution_0001_1 .li:nth-child(2) .y{right: 100%;top:50%;transform: translateY(-50%);}

#my_solution_0001_1 .li:nth-child(3){left:89%;top:83%;text-align: left;padding-left:20px;}
#my_solution_0001_1 .li:nth-child(3) .y{right: 100%;top:50%;transform: translateY(-50%);}

#my_solution_0001_1 .li:nth-child(4){right:89%;top:83%;text-align: right;padding-right:20px;}
#my_solution_0001_1 .li:nth-child(4) .y{left: 100%;top:50%;transform: translateY(-50%);}

#my_solution_0001_1 .li:nth-child(5){right:108%;top:31%;text-align: right;padding-right:20px;}
#my_solution_0001_1 .li:nth-child(5) .y{left: 100%;top:50%;transform: translateY(-50%);}
@media screen  and (max-width:1680px) {
    #my_solution_0001_1 .li{width:380px;}
}
@media screen  and (max-width:1536px) {
    #my_solution_0001_1 .li{width:300px;}
}
@media screen  and (max-width:1440px) {
    #my_solution_0001_1{padding:100px 0 120px;}
    #my_solution_0001_1 .title{font-size: 42px;}
    #my_solution_0001_1 .brief{margin-top:20px;font-size: 20px;}

    #my_solution_0001_1 .item{font-size: 36px;}

    #my_solution_0001_1 .li{width:250px;}
    #my_solution_0001_1 .li .name{font-size: 26px;}
    #my_solution_0001_1 .li .desc{margin-top:10px;font-size: 16px;max-height: calc(4 * 16px * 1.667);}
}
@media screen  and (max-width:1366px) {
    #my_solution_0001_1 .li{width:220px;}
}
@media screen  and (max-width:1280px) {
    #my_solution_0001_1 .li{width:200px;}
}
@media screen  and (max-width:1200px) {
    #my_solution_0001_1 .li{width:180px;}
}
@media screen  and (max-width:1050px) {
    #my_solution_0001_1{padding:80px 0;}
    #my_solution_0001_1 .brief{font-size: 18px;}
    
    #my_solution_0001_1 .box{display: none;}
    #my_solution_0001_1 .cont{display: block;padding-top: 20px;}
    #my_solution_0001_1 .ul{width: calc((100% - 30px) / 2);margin: 30px 30px 0 0;}
    #my_solution_0001_1 .ul:nth-child(2n){margin-right: 0;}
    #my_solution_0001_1 .ul .y{margin-right:20px;padding: 20px;width: 150px;height: 150px;border: 10px solid rgb(255, 255, 255);border-radius: 50%;background-color: var(--mainColor);box-shadow: 0px 15px 30px 0px rgba(21, 122, 0, 0.15);z-index:2;}
    #my_solution_0001_1 .ul .name{font-size: 30px;color: rgb(51, 51, 51);}
    #my_solution_0001_1 .ul .desc{margin:10px 0;font-size: 16px;color: rgb(153, 153, 153);line-height: 1.667;}
    #my_solution_0001_1 .ul .tit{font-size:20px;color: var(--mainColor);}
    #my_solution_0001_1 .ul .txt{font-size:20px;color: var(--btnColor);}
}
@media screen  and (max-width:992px) {
    #my_solution_0001_1{padding:8vw 0;}
    #my_solution_0001_1 .title{font-size: 0.318rem;}
    #my_solution_0001_1 .brief{margin-top:0.152rem;font-size: 0.136rem;}
    
    #my_solution_0001_1 .cont{padding-top: 0.152rem;}
    #my_solution_0001_1 .ul{width: calc((100% - 0.227rem) / 2);margin: 0.227rem 0.227rem 0 0;}
    #my_solution_0001_1 .ul .y{margin-right:0.152rem;padding: 0.152rem;width: 1.136rem;height: 1.136rem;border-width: 0.076rem;box-shadow: 0rem 0.114rem 0.227rem 0rem rgba(21, 122, 0, 0.15);}
    #my_solution_0001_1 .ul .name{font-size: 0.227rem;}
    #my_solution_0001_1 .ul .desc{margin:0.076rem 0;font-size: 0.121rem;}
    #my_solution_0001_1 .ul .tit{font-size:0.152rem;}
    #my_solution_0001_1 .ul .txt{font-size:0.152rem;}
}
@media screen  and (max-width:768px) {
    #my_solution_0001_1{padding:10vw 0;}
    #my_solution_0001_1 .title{font-size: 0.52rem;}
    #my_solution_0001_1 .brief{margin-top:0.2rem;font-size: 0.3rem;}
    
    #my_solution_0001_1 .cont{padding-top: 0.2rem;}
    #my_solution_0001_1 .ul{width: 100%;margin: 0.3rem 0 0;}
    #my_solution_0001_1 .ul .y{margin-right:0.2rem;padding: 0.3rem;width: 1.5rem;height: 1.5rem;border-width: 0.1rem;box-shadow: 0rem 0.15rem 0.3rem 0rem rgba(21, 122, 0, 0.15);}
    #my_solution_0001_1 .ul .name{font-size: 0.36rem;}
    #my_solution_0001_1 .ul .desc{margin:0.1rem 0;font-size: 0.28rem;}
    #my_solution_0001_1 .ul .tit{font-size:0.3rem;}
    #my_solution_0001_1 .ul .txt{font-size:0.3rem;}
}
#my_solution_0002_2{padding: 120px 0;}
#my_solution_0002_2 .title{font-size: 48px;color: rgb(51, 51, 51);line-height: 1;text-align: center;}
#my_solution_0002_2 .cont{padding: 0 30px;}
#my_solution_0002_2 .container{padding:70px 30px 0;}
#my_solution_0002_2 .slide{transition: 0.3s;}
#my_solution_0002_2 .slide .top{border-radius: 10px;padding: 20px;overflow: hidden;border: 1px solid rgb(242, 245, 242);background-color: rgb(255, 255, 255);box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);}
#my_solution_0002_2 .slide .pic{width: 100%;padding-top: 144.578%;}
#my_solution_0002_2 .slide .name{margin-top: 46px;font-size: 20px;color: rgb(26, 26, 26);line-height: 1.2;text-align: center;}
#my_solution_0002_2 .slide .brief{margin-top:14px;font-size: 18px;color: rgb(153, 153, 153);line-height: 1.667;text-align: center;}
/* 按钮 */
#my_solution_0002_2 .pn{font-size: 18px;width: 70px;height: 70px;border: 1px solid #ccc;color: #ccc;font-weight: 600;border-radius: 50%;top: 50%;transform: translateY(-50%);}
#my_solution_0002_2 .pn:hover{background-color: var(--btnColor);border-color: var(--btnColor);color: #fff;}
#my_solution_0002_2 .pn.prev{left: -5.625%;}
#my_solution_0002_2 .pn.next{right: -5.625%;}
@media screen and (max-width: 1680px) {
    #my_solution_0002_2 .pn.prev{left: -2.5%;}
    #my_solution_0002_2 .pn.next{right: -2.5%;}
}
@media screen and (max-width: 1440px) {
    #my_solution_0002_2{padding: 100px 0;}
    #my_solution_0002_2 .title{font-size: 42px;}
    #my_solution_0002_2 .container{padding:50px 30px 0;}
    #my_solution_0002_2 .slide .name{margin-top: 35px;font-size: 18px;}
    #my_solution_0002_2 .slide .brief{margin-top:10px;font-size: 16px;}
}
@media screen and (max-width: 1050px) {
    #my_solution_0002_2{padding: 80px 0;}
    #my_solution_0002_2 .pn.prev{left: -2%;}
    #my_solution_0002_2 .pn.next{right: -2%;}
}
@media screen and (max-width: 992px) {
    #my_solution_0002_2{padding: 8vw 0;}
    #my_solution_0002_2 .title{font-size: 0.318rem;}
    #my_solution_0002_2 .cont{padding: 0 0.227rem;}
    #my_solution_0002_2 .container{padding:0.379rem 0.227rem 0;}
    #my_solution_0002_2 .slide .top{border-radius: 0.076rem;padding: 0.152rem;box-shadow: 0rem 0.152rem 0.227rem 0rem rgba(0, 0, 0, 0.05);}
    #my_solution_0002_2 .slide .name{margin-top: 0.265rem;font-size: 0.136rem;}
    #my_solution_0002_2 .slide .brief{margin-top:0.076rem;font-size: 0.121rem;}
    /* 按钮 */
    #my_solution_0002_2 .pn{font-size: 0.136rem;width: 0.53rem;height: 0.53rem;}
}
@media screen and (max-width: 768px) {
    #my_solution_0002_2{padding: 10vw 0;}
    #my_solution_0002_2 .title{font-size: 0.52rem;}
    #my_solution_0002_2 .cont{padding: 0 0.3rem;}
    #my_solution_0002_2 .container{padding:0.5rem 0.5rem 0;}
    #my_solution_0002_2 .slide .top{border-radius: 0.1rem;padding: 0.2rem;box-shadow: 0rem 0.2rem 0.3rem 0rem rgba(0, 0, 0, 0.05);}
    #my_solution_0002_2 .slide .name{margin-top: 0.45rem;font-size: 0.32rem;}
    #my_solution_0002_2 .slide .brief{margin-top:0.1rem;font-size: 0.3rem;}
    /* 按钮 */
    #my_solution_0002_2 .pn{font-size: 0.3rem;width: 0.7rem;height: 0.7rem;}
    #my_solution_0002_2 .pn.prev{left: -0.1rem;}
    #my_solution_0002_2 .pn.next{right: -0.1rem;}
}
#my_solution_0003_3{padding: 120px 0 160px;background-color: #f2f5f2;}
#my_solution_0003_3 .title{font-size: 48px;color: rgb(51, 51, 51);line-height: 1;text-align: center;}

#my_solution_0003_3 .list{margin-top:90px;border-radius: 20px;overflow: hidden;background-color: #fff;}
#my_solution_0003_3 .li:nth-child(2n){flex-direction: row-reverse;}
#my_solution_0003_3 .li .left,
#my_solution_0003_3 .li .right{width:50%;}
#my_solution_0003_3 .li .right{padding:3% 5%;}
#my_solution_0003_3 .li .pic{width:100%;padding-top:70%;}
#my_solution_0003_3 .li .name{font-size: 36px;color: rgb(51, 51, 51);line-height: 1.13;}
#my_solution_0003_3 .li .desc{margin-top:35px;padding: 21px;border-radius: 10px;background-color: rgb(240, 250, 240);}
#my_solution_0003_3 .li .desc .icon{width: 48px;height: 48px;padding: 8px;margin-right: 10px;border-radius: 50%;background-color: rgb(255, 255, 255);}
#my_solution_0003_3 .li .desc .rate{font-size: 20px;color: var(--mainColor);}
#my_solution_0003_3 .li .btn{margin-top:64px;min-width: 162px;height: 48px;border-radius: 24px;padding: 0 25px;font-size: 16px;color: rgb(255, 255, 255);background-color: var(--mainColor);width: fit-content;}
#my_solution_0003_3 .li .btn .icon{font-size: 12px;}
@media screen and (max-width: 1440px) {
    #my_solution_0003_3{padding: 120px 0;}
    #my_solution_0003_3 .title{font-size: 42px;}

    #my_solution_0003_3 .list{margin-top:80px;}
    #my_solution_0003_3 .li .name{font-size: 30px;}
    #my_solution_0003_3 .li .desc{margin-top:30px;}
    #my_solution_0003_3 .li .desc .rate{font-size: 16px;}
    #my_solution_0003_3 .li .btn{margin-top:50px;}
}
@media screen and (max-width: 1050px) {
    #my_solution_0003_3{padding: 80px 0;}
    #my_solution_0003_3 .list{margin-top:50px;}
    #my_solution_0003_3 .li .right{padding:3%;}
    #my_solution_0003_3 .li .name{font-size: 26px;}
}
@media screen and (max-width: 992px) {
    #my_solution_0003_3{padding: 8vw 0;}
    #my_solution_0003_3 .title{font-size: 0.318rem;}

    #my_solution_0003_3 .list{margin-top:0.379rem;border-radius: 0.152rem;}
    #my_solution_0003_3 .li .name{font-size: 0.197rem;}
    #my_solution_0003_3 .li .desc{margin-top:0.227rem;padding: 0.159rem;border-radius: 0.076rem;}
    #my_solution_0003_3 .li .desc .icon{width: 0.364rem;height: 0.364rem;padding: 0.061rem;margin-right: 0.076rem;}
    #my_solution_0003_3 .li .desc .rate{font-size: 0.121rem;}
    #my_solution_0003_3 .li .btn{margin-top:0.379rem;min-width: 1.227rem;height: 0.364rem;border-radius: 0.182rem;padding: 0 0.189rem;font-size: 0.121rem;}
    #my_solution_0003_3 .li .btn .icon{font-size: 0.091rem;}
}
@media screen and (max-width: 768px) {
    #my_solution_0003_3{padding: 10vw 0;}
    #my_solution_0003_3 .title{font-size: 0.52rem;}
    
    #my_solution_0003_3 .list{margin-top:0;border-radius: 0;background-color: transparent;}
    #my_solution_0003_3 .li{display: block;margin-top: 0.5rem;border-radius: 0.2rem;background-color: #fff;overflow: hidden;}
    #my_solution_0003_3 .li .left,
    #my_solution_0003_3 .li .right{width:100%;}
    #my_solution_0003_3 .li .right{padding:5% 4%;}
    #my_solution_0003_3 .li .name{font-size: 0.36rem;}
    #my_solution_0003_3 .li .desc{margin-top:0.3rem;padding: 0.2rem;border-radius: 0.15rem;}
    #my_solution_0003_3 .li .desc .icon{width: 0.6rem;height: 0.6rem;padding: 0.08rem;margin-right: 0.2rem;}
    #my_solution_0003_3 .li .desc .rate{font-size: 0.3rem;}
    #my_solution_0003_3 .li .btn{margin-top:0.5rem;min-width: 2.5rem;height: 0.7rem;border-radius: 0.35rem;padding: 0 0.3rem;font-size: 0.3rem;}
    #my_solution_0003_3 .li .btn .icon{font-size: 0.24rem;margin-left: 0.2rem;}
}
#my_side_fload_0001_0{right: 3.142%;bottom:10%;z-index:9;}
#my_side_fload_0001_0 .item{margin-top: 6px;display: block;}
#my_side_fload_0001_0 .icon{width: 52px;height: 52px;border-radius: 50%;background-color: rgb(255, 255, 255);box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.05);overflow: hidden;}
#my_side_fload_0001_0 .icon .svg{fill:#666;}
#my_side_fload_0001_0 .backTop .icon{background-color: var(--mainColor);}
#my_side_fload_0001_0 .backTop .icon .svg{fill: #fff;}

#my_side_fload_0001_0 .fload{right: 100%; top: 50%; transform: translate(10px,-50%); z-index: 12; transition: .3s; overflow: hidden; opacity: 0; pointer-events: none; white-space: nowrap;}
#my_side_fload_0001_0 .item:hover .fload{opacity: 1; transform: translate(0px, -50%); pointer-events: all;}
/* 电话 */
#my_side_fload_0001_0 .phone{padding:10px 15px;margin: 10px; width: max-content; font-size: 18px;color: var(--mainColor);background-color: #fff;border-radius: 8px; box-shadow: 0 0 10px rgb(0 0 0 / 15%); overflow: hidden;}
/* 二维码 */
#my_side_fload_0001_0 .qrcode{margin: 10px;width: 100px;height: 100px;border-radius: 8px; box-shadow: 0 0 10px rgb(0 0 0 / 15%);background-color: #fff;overflow: hidden;}

@media screen and (max-width:992px) {
    #my_side_fload_0001_0{bottom:20%;}
    #my_side_fload_0001_0 .item{margin-top: 0.114rem;}
    #my_side_fload_0001_0 .icon{width: 0.417rem; height: 0.417rem;}
    #my_side_fload_0001_0 .icon .svg{width:0.174rem;}
    /* 电话 */
    #my_side_fload_0001_0 .phone{padding:0.076rem 0.114rem;margin: 0.076rem;font-size: 0.136rem;border-radius: 0.061rem;}
    /* 二维码 */
    #my_side_fload_0001_0 .qrcode{margin-right: 0.076rem;width: 0.758rem;height: 0.758rem;border-radius: 0.061rem;}
}
@media screen and (max-width:768px) {
    #my_side_fload_0001_0{right:auto;bottom:0;left:0;width:100%;display:flex;}
    #my_side_fload_0001_0 .item{margin-top: 0;width: 25%;}
    #my_side_fload_0001_0 .icon{width:100%;height: 1rem;border-radius:0;box-shadow: none;}
    #my_side_fload_0001_0 .icon .svg{width:0.5rem;}
    
    #my_side_fload_0001_0 .fload{right:auto; top: auto;left:50%;bottom:100%;transform: translate(-50%,0.1rem);}
    #my_side_fload_0001_0 .item:hover .fload {transform: translate(-50%,0);}
    #my_side_fload_0001_0 .item:nth-child(1) .fload{left: 0;transform: translate(0,0.1rem);}
    #my_side_fload_0001_0 .item:nth-child(1):hover .fload {transform: translate(0,0);}
    /* 电话 */
    #my_side_fload_0001_0 .phone{padding: 0.1rem 0.2rem; margin: 0.1rem;font-size: 0.36rem;border-radius: 0.1rem;}
    /* 二维码 */
    #my_side_fload_0001_0 .qrcode{margin: 0.1rem;width: 2rem;height: 2rem;border-radius: 0.1rem;}
}