.zslm_wrap{
    padding-top: 60px;
}
.head_wrap{
    padding: 12px 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.head_con{
    display: flex;
    width: 1190px;
    justify-content: space-between;
    margin: 0 auto;
}
.head_left{
    height: 30px;
}
.head_right{
    display: flex;
}
.head_item{
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #453C47;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.head_item + .head_item{
    margin-left: 24px;
}
.head_item:hover{
    color: #453C47;
    text-decoration: none;
}
.head_item.act{
    color: #fff;
    background-image: linear-gradient(90deg, #FF5922 0%, #FF7C24 100%);
    border-radius: 18px;
}

.head_banner{
    height: 500px;
    background: url('/resources/images/zslm/banner_bg.png') no-repeat;
}
.head_banner_con{
    width: 1190px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 69px;
}
.head_banner_left{

}
.head_banner_left img{
    width: 480px;
}
.head_banner_right{

}
.head_banner_right img{
    width: 445px;
}
.head_banner_left_btn{
    position: relative;
    display:block;
    width:192px;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    color: #FF8200;
    text-align: center;
    margin-top: 36px;
    background: #fff;
    border-radius: 26px;
    text-decoration: none;
    animation: heartbeat 1.5s infinite;
}
.head_banner_left_btn:hover{
    color: #FF8200;
    text-decoration: none;
}
.head_banner_left_btn_tag{
    position: absolute;
    display: inline-block;
    width: 82px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    background: #58D061;
    border-radius: 8px 8px 8px 0px;
    top: -15px;
    right: -45px;
}

.part1_wrap{
    background: #fff;
}
.card_wrap{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1190px;
    margin: 0 auto;
    top: -60px;
}
.card_item{
    position: relative;
    width: 384px;
    text-align: center;
    padding: 24px 0;
    background: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    transition: all 0.5s !important;
    top:0;
}
.card_item:hover{
    /* top: -20px; */
    transform: translateY(-20px);
}
.card_item_img{
    width: 64px;
    margin-bottom: 12px;
}
.card_item_title{
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
}
.card_item_text{
    font-size: 20px;
    color: #333333;
}
.phoneTooltip {
    right: calc(100% + 10px);
    top: 85%;
    background-color: #333;
    padding: 8px 12px;
    border-radius: 4px;
    display: none;
    align-items: center;
    width: 134px;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(61, 74, 94, .4);
    text-align: left;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3d4a5e;
    line-height: 22px;
    position: absolute;
    transform: translateY(-50%);
}
.floatPhone:hover .phoneTooltip {
    display: block;
}
.phoneTooltipArrow {
    width: 0;
    height: 0;
    right: -6px;
    top: 50%;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    position: absolute;
    transform: translateY(-50%);
}

.part1_con{

}
.part1_title{
    font-size: 36px;
    color: #333333;
    font-weight: 500;
    text-align: center;
    margin-bottom: 48px;
}
.part1_features_item{

    padding: 60px 0;
}
.part1_features_item_con{
    width: 1190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.part1_features_item_l{

}
.part1_features_item_title{
    font-size: 28px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 12px;
}
.part1_features_item_txt{
    font-size: 24px;
    color: #333333;
    margin-bottom: 12px;
}
.part1_features_item_li{
    font-size: 20px;
    color: #666666;
    margin-bottom: 6px;
}
.part1_features_item_li_icon{
    width: 24px;
    margin-right: 8px;
}
.part1_features_item_r{

}
.part1_features_item_img{
    width: 530px;
}
.part1_features_item.grey{
    background: #F5F5F5;
}

.part2_wrap{
    padding-top: 64px;
    padding-bottom: 64px;
}
.part2_title{
    font-size: 36px;
    color: #333333;
    text-align: center;
    font-weight: 500;
    margin-bottom: 48px;
}
.part2_btn_box{
    display: flex;
    width: 360px;
    margin: 0 auto 64px auto;
}
.part2_btn_itme{
    width: 112px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #666;
    text-align: center;
    border-radius: 16px;
    cursor: pointer;
}
.part2_btn_itme + .part2_btn_itme{
    margin-left: 16px;
}
.part2_btn_itme.act{
    color: #FF8200;
    background: rgba(255,130,0,0.10);
}
.part2_list{
    width: 1200px;
    margin: 0 auto;
}
.part2_item{
    display: flex;
    align-items: center;
    background: #F5F5F5;
}
.part2_item_img{
    width: 600px;
}
.part2_item_r{
    margin-left: 48px;
}
.part2_item_r_title{
    font-size: 28px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 12px;
}
.part2_item_r_txt{
    font-size: 24px;
    color: #333333;
}


.part3_wrap{
    padding: 50px 0 70px 0;
    background: #2D2926;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .12);
}
.part3_title{
    font-size: 36px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
}
.part3_btn{
    display: block;
    width: 240px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    animation: heartbeat 1.5s infinite;
    background-image: linear-gradient(90deg, #ff5922, #ff7c24);
    border-radius: 28px;
}
.part3_btn:hover{
    color: #fff;
    text-decoration: none;
}
.part3_help_box{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin: 70px auto;
    width: 1190px;
    background: #393531;
    border-radius: 12px;
    padding: 20px 86px;
    box-sizing: border-box;
    font-size: 14px;
    color: #dad7d1;
    line-height: 36px;
    font-weight: 400;
}
.part3_help_left,
.part3_help_right{
    width: 432px;
    text-align: left;
}
.part3_help_title{
    text-align: left;
    margin-left: 10px;
    font-size: 20px;
    color: #dad7d1;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 12px;
}
.part3_help_title::after{
    content: "";
    display: block;
    width: 26px;
    height: 3px;
    background: #ff7c24;
    border-radius: 3.5px;
}
.part3_help_item{
    display:block;
    text-align: left;
    color: #fff;
}
.part3_help_item:hover{
    color: #fff666;
    text-decoration: none;
}


.footer{
    padding-top: 97px;
    padding-bottom: 76px;
    background: #2d2b25;
}
.footer_con{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.footer_con_left{
    display: flex;
}
.footer_logo_box{
    margin-right: 42px;
}
.footer_logo{
    width: 170px;
    margin-top: 18px;
}
.footer_content{

}
.footer_content_top{
    display: flex;
}
.footer_content_top_left{

}
.footer_content_top_left_txt{
    font-size: 12px;
    color: #999999;
}
.footer_content_top_left_txt + .footer_content_top_left_txt{
    margin-top: 6px;
}
.footer_content_top_right{
    margin-left: 16px;
    margin-top: -6px;
}
/* .footer_content_top_right_img{
    width: 40px;
}
.footer_content_top_right_img + .footer_content_top_right_img{
    margin-left: 24px;
} */
.footer_content_top_right_item{
    position: relative;
    display: inline-block;
    width: 40px;
    height:40px;
    margin-right: 24px;
}
.wx-hover-wrapper {
    left: -31px !important;
}
.footer_content_top_right_item_ww{
    background: url('/resources/images/common/footer-WW.png') no-repeat;
}
.footer_content_top_right_item_ww:hover{
    background: url('/resources/images/common/footer-WWhover.png') no-repeat;
}
.footer_content_top_right_item_qq{
    background: url('/resources/images/common/footer-QQ.png') no-repeat;
}
.footer_content_top_right_item_qq:hover{
    background: url('/resources/images/common/footer-QQhover.png') no-repeat;
}
.footer_content_top_right_item_wx{
    background: url('/resources/images/common/footer-WX.png') no-repeat;
}
.footer_content_top_right_item_wx:hover{
    background: url('/resources/images/common/footer-WXhover.png') no-repeat;
}
.footer_content_top_right_item_wx:hover .wx-hover-wrapper{
    display: block;
}


.footer_content_address{
    font-size: 12px;
    color: #999999;
    margin-top: 6px;
}
.footer_QRcode{

}
.footer_QRcode_img{
    width: 96px;
}



.floatingButtonsContainer {
    position: fixed;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}
.floatingButton {
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
}

.animation{
    position: relative;
    top: 80px;
    opacity: 0;
    transition: all 1s ease-in-out;
}
.fade-in{
    animation: fade-in 1s forwards;
}


@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fade-in {
    to {
      top: 0;
      opacity: 1;
    }
  }


  .mobile_zslm_box{
    background:#fff8f5;
    padding-bottom: 1.5rem;
  }
  .mobile_zslm_header{
    height: 7rem;
    background: url('/resources/images/zslm/mobile_haeder.png') no-repeat;
    background-size: 100%;
  }
  .mobile_zslm_part1{
    padding: 0 0.3rem;
    margin-top: -0.5rem;
    margin-bottom: 0.48rem;
  }
  .mobile_zslm_part1_item{
    display:flex;
    align-items: center;
    padding: 0.24rem 0.32rem;
    background: #FFFFFF;
    box-shadow: 0px 0.04rem 0.16rem 0px rgba(0,0,0,0.1);
    border-radius: 0.16rem;
  }
  .mobile_zslm_part1_item + .mobile_zslm_part1_item{
    margin-top: 0.24rem;
  }
  .mobile_zslm_part1_item_icon{
    width: 0.8rem;
    margin-right: 0.24rem;
  }
  .mobile_zslm_part1_item_title{
    font-size: 0.32rem;
    color: #333333;
    text-align: center;
    line-height: 0.36rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0.16rem;
  }
  .mobile_zslm_part1_item_text{
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.36rem;
    font-weight: 400;
  }
  .mobile_zslm_title{
    font-size: 0.4rem;
    color: #333333;
    text-align: center;
    line-height: 0.6rem;
    font-weight: 600;
    margin-bottom: 0.32rem;
  }
  .mobile_zslm_title span{
    color: #FF8A23;
  }
  .mobile_zslm_part2{
    padding: 0 0.3rem;
  }
  .mobile_zslm_part2 + .mobile_zslm_part2{
    margin-top: 0.24rem;
  }
  .mobile_zslm_part2_con{
    padding: 0.48rem 0.45rem 0.4rem 0.45rem;
    background: #FFFFFF;
    box-shadow: 0px 0.04rem 0.16rem 0px rgba(0,0,0,0.1);
    border-radius: 0.16rem;
  }
  .mobile_zslm_part2_img{
    width: 6rem;
    margin-bottom: 0.32rem;
  }
  .mobile_zslm_part2_title{
    font-size: 0.36rem;
    color: #333333;
    text-align: center;
    line-height: 0.54rem;
    font-weight: 500;
    margin-bottom: 0.32rem;
  }
  .mobile_zslm_part2_txt{
    font-size: 0.28rem;
    color: #333333;
    margin-bottom: 0.25rem;
  }
  .mobile_zslm_part2_list_item{
    display: flex;
  }
  .mobile_zslm_part2_list_item + .mobile_zslm_part2_list_item{
    margin-top: 0.18rem;
  }
  .mobile_zslm_part2_item_icon{
    width: 0.32rem;
    margin-right: 0.12rem;
  }
  .mobile_zslm_part2_item_txt{
    font-size: 0.24rem;
    color: #666666;
  }
  .mobile_zslm_footer{
    position: fixed;
    padding: 0.2rem 0.2rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
  }
  .mobile_zslm_footer_btn{
    height: 0.88rem;
    line-height: 0.88rem;
    color: #fff;
    font-size: 0.32rem;
    text-align: center;
    background: #ff752e;
    border-radius: 0.5rem;
  }

  .mobile_zslm_dialog{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,0.50);
  }
  .mobile_zslm_dialog_con{
    position: absolute;
    width: 5.6rem;
    text-align: center;
    padding-top: 0.92rem;
    padding-bottom: 0.5rem;
    background: #FFFFFF;
    border-radius: 16px;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .mobile_zslm_dialog_close{
    position: absolute;
    width: 0.24rem;
    top: 0.3rem;
    right: 0.3rem;
    cursor: pointer;
  }
  .mobile_zslm_dialog_title{
    font-size: 0.36rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.42rem;
  }
  .mobile_zslm_dialog_img{
    width: 3.44rem;
  }