@media screen and (min-width: 769px) {
    .product_mobile {
        display: none;
    }
    .servicea_users_button_mobile {
        display: none;
    }
    .home_business_body_mobile {
        display: none;
    }
    /* 轮播图开始 */
    .rtproduct-banner {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 70px;
    }
    .banner_head {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner_title {
        font-size: 0.286rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 0.4167rem;
        text-align: center;
        margin-bottom: 0.14rem;
    }
    .banner_subtitle {
        font-size: 0.1146rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 0.1823rem;
        margin-bottom: 0.27rem;
        text-align: center;
    }
    .banner_button {
        width: 0.8333rem;
        height: 0.26rem;
        background: #0665E0;
        border: 1px solid #0071EF;
        border-radius: 5px;
        font-size: 0.104rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 0.25rem;
        text-align: center;
        margin: 0 auto;
    }
    .rtproduct-banner img {
        width: 100%;
    }
    /* 轮播图结束 */
    /* ppt展示区 */
    .ppt {
        width: 100%;
        margin: 0 auto;
        background-color: #F2F5FA;
        text-align: center;
        padding-top: 0.3125rem;
        padding-bottom: 0.2rem;
    }
    .ppt .title {
        font-size: 0.1875rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #1F2329;
        line-height: 0.25rem;
    }
    .ppt .subtitle {
        font-size: 0.1875rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #1F2329;
        line-height: 0.25rem;
    }
    .ppt img {
        width: 68.5%;
    }
    .ppt button {
        display: block;
        width: 0.833rem;
        height: 0.26rem;
        background: #0665E0;
        box-shadow: 0px 13px 18px 0px rgba(18, 110, 187, 0.15);
        border-radius: 1px;
        border: 1px solid #0071EF;
        margin: 0 auto;
        font-size: 0.09375rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 0.1823rem;
        cursor: pointer;
    }
    /* 产品功能 */
    .Profeatures {
        width: 72.5%;
        overflow: hidden;
        /* background-color: red; */
        margin: 0 auto;
        position: relative;
    }
    .Profeatures.blockline::before {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #EBEBEB;
    }
    .Profeatures h3 {
        font-size: 0.1771rem;
        /* color: 44px; */
        font-weight: 600;
        text-align: center;
        margin: 0.369rem 0 0;
        position: relative;
    }
    .Cusmanager {
        width: 100%;
        overflow: hidden;
        background-color: #fff;
        padding: 0.369rem 0;
    }
    .Cusmanager.whitebg {
        width: 100%;
        height: 2.76rem;
        overflow: hidden;
        background-color: #F2F5FA;
    }
    .Cusmanager>ul {
        width: 64.5%;
        height: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .Cusmanager>ul>li {
        float: left;
        width: 50%;
        padding: 0 0.104rem;
        box-sizing: border-box;
    }
    .Cusmanager>ul>li h4 {
        color: #444;
        font-size: 0.15625rem;
    }
    .Cusmanager>ul>li>ul {
        margin-top: 0.1667rem;
    }
    .Cusmanager>ul>li>ul>li {
        font-size: 0.09375rem;
        color: #666;
        position: relative;
        padding: 6px 0.15625rem;
        line-height: 0.1667rem;
    }
    .Cusmanager>ul>li>ul>li::before {
        display: block;
        position: absolute;
        content: url(../img/productcenter/点点.png);
        width: 4px;
        height: 4px;
        left: 0;
        /* background-color: aqua; */
    }
    .Cusmanager>ul>li .Cusbtn {
        width: 0.8333rem;
        height: 0.26rem;
        text-align: center;
        background-color: #fff;
        color: #0665E0;
        font-size: 0.09375rem;
        margin-top: 0.229rem;
        border: 1px solid #0665E0;
        line-height: 0.26rem;
        border-radius: 2px;
    }
    .Cusmanager>ul>li .Cusbtn:hover {
        background-color: #0665E0;
        color: #fff;
    }
    .Cusmanager>ul>li.lis {
        width: 50%;
        /* border: 1px solid #333; */
        box-sizing: border-box;
        height: 100%;
    }
    .Cusmanager>ul>li.lis img {
        width: 2.6rem;
        overflow: hidden;
    }
    .lis_mobile {
        display: none;
    }
    .blockine {
        width: 72.5%;
        height: 1px;
        margin: 0 auto;
        background-color: #ebebeb;
    }
    /* 更多功能 */
    .Morefunctions {
        width: 100%;
        overflow: hidden;
    }
    .Morefunctions h3 {
        font-size: 0.15625rem;
        margin-top: 0.369rem;
        color: #444;
        text-align: center;
        margin-bottom: 0.208rem;
    }
    .Morefunctions .Morefunction-square {
        width: 100%;
        background-image: url('/img/productcenter/02销售/04-bg.png');
        background-repeat: no-repeat;
        padding: 0.234375rem 0;
        box-sizing: border-box;
    }
    .Morefunctions ul {
        width: 64.5%;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0.052rem;
    }
    .Morefunctions ul li {
        float: left;
        width: 1.3rem;
        height: 1.3rem;
        background-color: #ffffff;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
    }
    .Morefunctions ul li:hover {
        background: linear-gradient(231deg, #257FF3, #55D9BB);
    }
    .Morefunctions ul li:hover a div h4 {
        color: #fff;
    }
    .Morefunctions ul li:hover a p {
        color: #fff;
    }
    .Morefunctions li:hover a .morebottomline {
        width: 100%;
        height: 2px;
        text-align: center;
        background: url(../img/productcenter/横线2.png) no-repeat 100% 100%;
    }
    .Morefunctions li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0.198rem 0.13rem;
        box-sizing: border-box;
    }
    .Morefunctions li a div {
        width: 0.833rem;
        height: 0.26rem;
        margin: 0 auto 0;
        padding: 0.052rem 0 2px 0;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .Morefunctions li a div h4 {
        font-size: 0.1145rem;
        font-weight: 600;
        white-space: nowrap;
    }
    .Morefunctions li a .morebottomline {
        width: 100%;
        height: 2px;
        text-align: center;
        background: url(../img/productcenter/横线.png) no-repeat 100% 100%;
    }
    .Morefunctions li a p {
        padding-top: 0.09375rem;
        color: #666666;
        font-size: 0.09375rem;
        position: relative;
    }
    .more_button {
        width: 0.8333rem;
        height: 0.26rem;
        margin: 0.1667rem auto;
        background-color: #2BCCA8;
        text-align: center;
        line-height: 0.25rem;
        font-size: 0.09375rem;
        color: #fff;
        cursor: pointer;
    }
    .more_button a {
        color: #fff;
    }
    /* 产品优势 */
    .advantage {
        width: 100%;
        height: 3.333rem;
        background: #FFFFFF;
        margin-top: 0.369rem;
        background-size: cover;
    }
    .advantage h3 {
        text-align: center;
        font-size: 40px;
        color: #1F2329;
    }
    .advantage .advantage-square {
        width: 64.5%;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 0.3rem;
        font-size: 0;
    }
    .advantage .advantage-square .model {
        display: inline-block;
        width: 48%;
        height: 1.026rem;
        background: #FFFFFF;
        border: 1px solid #C0C6D0;
        border-radius: 5px;
        margin-right: 4%;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 0.171875rem;
    }
    .advantage .advantage-square .model:nth-child(2n) {
        margin-right: 0;
    }
    .advantage .advantage-square .model img {
        width: 0.3rem;
        height: 0.27rem;
        margin-left: 0.171875rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .advantage .advantage-square .model .text {
        width: 2.3rem;
        position: absolute;
        left: 20%;
        top: 50%;
        transform: translateY(-50%);
    }
    .advantage .advantage-square .model .text .title {
        font-size: 0.1145rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #444444;
        line-height: 0.175rem;
    }
    .advantage .advantage-square .model .text .subtitle {
        font-size: 0.09375rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #666666;
        line-height: 0.15625rem;
    }
    .advantage button {
        display: block;
        width: 0.8333rem;
        height: 0.26rem;
        background: #0665E0;
        box-shadow: 0px 13px 18px 0px rgba(18, 110, 187, 0.15);
        border-radius: 1px;
        border: 1px solid #0071EF;
        margin: 0 auto;
        font-size: 0.09375rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 35px;
        cursor: pointer;
    }
    /* 标杆案例 */
    .affirmation {
        height: 5.4rem;
    }
    .affirmation .cardshow {
        width: 64.5%;
    }
    .affirmation .cardshow li {
        margin-right: 0.162rem;
    }
    .rtproduct-banner-mobile {
        display: none;
    }
    .contact .cont {
        width: 64.5%;
    }
    .footer .cont .left .part:last-child {
        margin-right: 0;
    }
    .propaganda {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .rtproduct-banner img {
        display: none;
    }
    .rtproduct-banner {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 49px;
    }
    .banner_head {
        width: 100%;
        height: 5rem;
        position: absolute;
        top: 15%;
    }
    .banner_title {
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 0.3rem;
        width: 100%;
        text-align: center;
        font-size: 0.75rem;
        line-height: 1.2rem;
    }
    .banner_subtitle {
        font-size: 0.4rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 0.46rem;
        margin-bottom: 0.7867rem;
        text-align: center;
    }
    .banner_button {
        width: 3.46rem;
        height: 1.067rem;
        background: #0665E0;
        border: 1px solid #0071EF;
        border-radius: 5px;
        font-size: 0.32rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.067rem;
        text-align: center;
        margin: 0 auto;
    }
    .rtproduct-banner-mobile {
        width: 100%;
        display: block !important;
    }
    .ppt {
        width: 100%;
        height: 8rem;
        padding-top: 1rem;
        text-align: center;
        background: #F2F5FA;
    }
    .ppt .title {
        font-size: 0.48rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #1F2329;
        line-height: 0.64rem;
    }
    .ppt .subtitle {
        font-size: 0.48rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #1F2329;
        line-height: 0.64rem;
        margin-bottom: 0.3rem;
    }
    .ppt img {
        width: 100%;
    }
    .ppt button {
        width: 3.46rem;
        height: 1.067rem;
        background: #0665E0;
        border: 1px solid #0071EF;
        border-radius: 5px;
        font-size: 0.32rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.067rem;
    }
    .Profeatures {
        text-align: center;
        margin-top: 30px;
    }
    .Profeatures h3 {
        font-size: 20px;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #444444;
        line-height: 24px;
        margin-bottom: 26px;
    }
    .titlebottomimg img {
        display: none;
    }
    .titlebottomimg {
        margin-bottom: 21px;
    }
    .product_wrap {
        width: 100%;
        height: 71px;
        background: #F2F6F9;
        display: flex;
    }
    .product_wrap ul {
        color: #CCD4D8;
        font-size: 14px;
        height: 100%;
        width: 100%;
        margin: 0 auto;
        animation: space-between;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .product_wrap li {
        line-height: 15px;
        padding-top: 10px;
        cursor: pointer;
        color: #333333;
        height: 15px;
        text-align: center;
        width: 33.3%;
        border-bottom: 0px !important;
        padding-bottom: 10px;
    }
    .dItem_active a {
        color: #2bcca8 !important;
        padding-bottom: 6px;
        border-bottom: 2px solid #2bcca8;
    }
    .Cusmanager {
        background: rgba(239, 244, 247, 1);
        overflow: hidden;
        padding: 23px 23px 0 27px;
    }
    .Cusmanager ul li h4 {
        display: block;
        font-size: 15px;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: rgba(56, 56, 56, 1);
        line-height: 9px;
        text-align: left;
        margin-bottom: 8px;
        height: 15px;
    }
    .Cusmanager ul li ul {
        border-radius: 10px;
        padding-bottom: 0px;
        margin-bottom: 10px
    }
    .Cusmanager ul li ul li {
        overflow: hidden;
        cursor: pointer;
        font-size: 12px;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #666666;
        line-height: 20px;
        position: relative;
        text-indent: 10px;
    }
    .Cusmanager ul li ul li::before {
        content: "";
        width: 3.5px;
        height: 3.5px;
        background: #2BCCA8;
        border-radius: 50%;
        position: absolute;
        left: 0px;
        top: 9px;
    }
    .lis {
        display: none;
    }
    .lis_mobile {
        width: 231px;
        height: 205px;
        display: block;
        margin: 0 auto;
        background-size: 100% 100%;
        margin-bottom: 14px;
    }
    .lis_mobile img {
        width: 100%;
        height: 100%;
    }
    .Cusbtn {
        display: block;
        color: #0665E0;
        font-weight: normal;
        font-size: 12px;
        width: 80px;
        line-height: 27px;
        height: 27px;
        border: 1px solid #0665E0;
        margin-left: 0px;
        text-align: center;
        margin-top: 21px;
        margin-bottom: 20px;
    }
    .whitebg {
        background-color: white !important;
    }
    .Morefunctions {
        padding-top: 31px;
        background: #2B2F46;
    }
    .Morefunctions h3 {
        font-size: 0.48rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #ffffff;
        font-weight: bold;
        line-height: 0.64rem;
        text-align: center;
        margin-bottom: 16px;
    }
    .Morefunction-square {
        margin: 0 25px;
    }
    .Morefunction-square ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .Morefunction-square ul li {
        width: 45%;
        height: 105px;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px 0px rgba(68, 93, 192, 0.15);
        margin-bottom: 16px;
    }
    .Morefunction-square ul li h4 {
        font-size: 0.44rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 550;
        color: #444444;
        line-height: 0.8rem;
        text-align: center;
    }
    .morebottomline {
        width: 80%;
        height: 1px;
        background: #2BCCA8;
        margin: 0 auto;
    }
    .Morefunction-square ul li p {
        font-size: 0.3rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #666666;
        line-height: 0.5rem;
        margin: 0 auto;
        width: 80%;
    }
    .Morefunction-square ul li:hover {
        background: linear-gradient(231deg, #2AABCA, #2BCDA8);
        opacity: 0.9;
    }
    .Morefunction-square ul li:hover h4 {
        color: white;
    }
    .Morefunction-square ul li:hover .morebottomline {
        background-color: white;
    }
    .Morefunction-square ul li:hover p {
        color: white;
    }
    .advantage {
        display: block;
        width: 100%;
        margin-top: 1rem;
    }
    .advantage h3 {
        text-align: center;
        font-size: 0.64rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #1F2329;
        line-height: 0.64rem;
        margin-bottom: 0.5rem;
    }
    .advantage .model {
        width: 95%;
        height: 3.467rem;
        padding: 0.5rem 0.1rem;
        background: #FFFFFF;
        border: 1px solid #C0C6D0;
        border-radius: 5px;
        margin: 0 auto;
        margin-bottom: 0.3rem;
        box-sizing: border-box;
    }
    .advantage .model img {
        display: inline-block;
        width: 1.2rem;
        vertical-align: top;
    }
    .advantage .model .text {
        display: inline-block;
        width: 80%;
        margin-left: 0.2rem;
    }
    .advantage .model .text .title {
        font-size: 0.48rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #444444;
        line-height: 0.6rem;
        margin-bottom: 0.2rem;
    }
    .advantage .model .text .subtitle {
        font-size: 0.346rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #666666;
        line-height: 0.45rem;
    }
    .advantage button {
        display: none;
    }
    .propaganda {
        margin-top: 1rem;
    }
    .propaganda .title {
        font-size: 0.64rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #1A2233;
        line-height: 1rem;
    }
    .propaganda .subtitle {
        font-size: 0.37rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #888888;
        line-height: 0.75rem;
    }
    .propaganda_show {
        margin-top: 0.3rem;
    }
    .contact_mobile {
        margin-top: 1rem;
    }
    .servicea_underline {
        display: none;
    }
}